
body {
    margin:0px;
    background-color: #212529;
}
#breadcrum,
#carousel1,
#prod,
#imagenes,
#client,
#clientes,
#nosotros,
#nosotros-1,
#contacto{
    background-color: white;
}
#nosotros-0{
    background-color: #007783;
}
/* NAV **********************************************/
#navtop{
    padding: 10px;
}
.navbar {               
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;               
}
.bs-docs-section .logo img{
    padding: 0px;
    margin: 0px;
}
 .nav-collapse { -webkit-transform: none !important; z-index: 1 !important; }
.navbar .nav-link{
    color: #fff;
}
.navbar a:hover{
    color: #1ee7fb;
}
/* Breadcrum *********************************************/
.breadcrumb {               
    margin: 1rem;
}
.breadcrumb a{
    color: #1ee7fb;
    font-weight: 500;
    text-decoration: none;
}
/* carousel **********************************************/
.carousel{
    background: #ffffff;
    margin-top: 0px;                
}
.carousel-item{
    text-align: center;
    min-height: 100px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel-item img{
    height: 100%;
    vertical-align: middle
}
.bs-example{
    margin: 0px;
}
.carousel-indicators [data-bs-target] {
    display: inline-block;
    height: 5px;
    /*width: 9px;    
    margin: 5px;*/
    text-indent: -999px;
    cursor: pointer;               
    background-color: rgba(0,0,0,0);
    border: 2px solid #2f4357;
    border-radius: 10px;
}
.carousel-indicators .active {
    height: 5px;
    /*width: 9px;    
    margin: 5;*/
    background-color: #00e8ff;
}
.carousel-control-prev, .carousel-control-next {
    
    width: 5%;
    color: #00e8ff;               
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.row {
    --bs-gutter-x: 0rem;
}

.carousel-control-prev {
    left: 0;
    background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.001));
}
.carousel-control-next {
    right: 0;
    background-image: linear-gradient(270deg,rgba(0, 0, 0, 0.45),rgba(0, 0, 0, 0.001));
}
.carousel-item h5, .carousel-item p{
    text-shadow: 1px 1px 5px #24afbc;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {               
    padding-left: var(--bs-gutter-x, 0rem);
}
/* imagenes *********************************************/
.mx-auto {                
    margin-left: 2% !important;
}
#imagenes div.gallery {
  margin: 0px;
  border: 0px solid #ccc;
  float: left;
  width: 180px;               
}
#imagenes div.gallery img {
  width: 100%;
  height: auto;
}
#imagenes div.desc {
  padding: 15px;
  text-align: center;
}
#imagenes div.container {
  text-align: center;
  padding: 0px;
}
#imagenes .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
#imagenes .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
#imagenes .middle:hover{
    background-color: #000;
  opacity: .5;
}
#imagenes .text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#imagenes .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
#imagenes .container:hover .overlay {
  height: 100%;
     opacity: .6;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1190px){
    .mx-auto{                
        margin-left: 6% !important;
    }
}

/* Texto de título *****************************************/
.text-start {
    margin: .5rem 1rem;
}
/* CLIENTES ************************************************/
.bs-docs-section img{
    padding: 5px;
}
/* VIDEOS **************************************************/
.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
}            
.vid-container iframe, .vid-container object, .vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vid-list-container {
    width: 100%;
    overflow: hidden;
    margin: 20px 0px;
}
.vid-list {
    width: 1600px;
    position: relative;
    top: 0;
    left: 0;
}
.vid-item {
    display: block;
    width: 148px;
    height: 148px;
    float: left;
    margin: 0;
    padding: 10px;
}
.vid-item .thumb {
    /* position: relative; */
    overflow: hidden;
    height: 84px;
}
.vid-item .desc {
    color: #21A1D2;
    font-size: 15px;
    margin-top: 5px;
}
.vid-item .thumb {
    position: relative;
    overflow: hidden;
    height: 84px;
}
.thumb img {
    width: 100%;
    position: relative;
    top: -13px;
}
 .bs-docs-section .vid-item img {
    padding: 0px;
}
.vid-item .desc {
    color: #00e8ff;
    font-size: 15px;
    margin-top: 5px;
}
.vid-item div.desc {
    padding: 0px;
    text-align: center;
}
/* FORM ***********************************************************/
div#contact {
    /*background: url(../imagenes/footer-2.jpg) no-repeat center;
    background-size: cover;*/
    background-color: #007783;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.w3-contact {
    color: #ffffff;
    -display: flex;
    -display: -webkit-box;
    -display: -moz-box;
    -display: -ms-flexbox;
    -display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5% 0px;
    line-height: 2em;
    
}
#contacto .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
form {
    display: block;
    margin-top: 0em;
}
.w3-contact .list1, .w3-contact .list2 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-basis: 50%; 
    flex-basis: 50%;
    -webkit-justify-content: space-around; 
    justify-content: space-around;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303030;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, [type="text"].form-control:focus, [type="password"].form-control:focus, [type="email"].form-control:focus, [type="tel"].form-control:focus, [contenteditable].form-control:focus {
    box-shadow: inset 0 -2px 0 #000000;
}
.form-control:focus {
    color: #666;
    background-color: #e6dada;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(33 150 243 / 25%);
}
.controls{
    padding-bottom: 5px;                
}
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
#contact p {
    padding: 10px 0;

}
#email {
    color: white;
    position: relative;
    top: -15px;
}
#phone {
    position: relative;
    
}
#message{
    position: relative;
    bottom: 20px;
}

.contact-list a {
    color: #ff9800;
    text-decoration: underline;
}
.contact-list a:hover {
    color: #00b8ff;
}

/* FLECHA **************************************************************/           

#myBtn {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../imagenes/arrow_a.png) no-repeat 0px 0px;
}

#myBtn:hover {
    background: url(../imagenes/arrow_b.png) no-repeat 0px 0px;
}

/* FOOTER ****************************************************************/
#part1 {
    width: 100%;
    height: 280px;
    background-color: #292929;
}

#part2 {
    width: 100%;
    height: 50px;
    background-color: black;
    position: relative;
    top: 0px;
}

#companyinfo {
    width: 14%;
    height: 280px;
    position: relative;
    left: 8%;
    top: 30px;
}

#sitelink {
    font-size: 35px;
    color: #f44336;
}

#sitelink:hover {
    color: #e65100;
}

#title {
    color: gray;
    position: relative;
    top: 0px;
    font-size: 14.1px;
}

#detail {
    color: #aaa7a7;
    font-size: 16px;
}

#explore {
    width: 14%;
    height: 280px;
    position: relative;
    top: -235px;
    left: 29%;
}

#txt1, #txt2, #txt3, #txt4, #txt5 {
    color: white;
    font-size: 20px;
}

.link {
    display: flex;
    width: 90px;
    height: 40px;
    color: #aaa7a7;
    background-color: transparent;
    border-top: 2px solid white;
    position: relative;
    top: -10px;
}

.link:hover,
.link1:hover {
    color: #e65100;
}

#visit {
    width: 14%;
    height: 280px;
    position: relative;
    top: -515px;
    left: 42%;
}

.text {
    color: #aaa7a7;
    font-size: 14px;
    margin-top: -10px;
}

#legal {
    width: 14%;
    height: 280px;
    position: relative;
    top: -800px;
    left: 59.5%;
}

.link1 {
    display: flex;
    width: 150px;
    height: 40px;
    color: #aaa7a7;
    background-color: transparent;
    border-top: 2px solid white;
    position: relative;
    top: -10px;
    margin-top: 7px;
}

#subscribe {
    position: relative;
    top: -1080px;
    left: 78%;
    width: 14%;
    height: 280px;
}

#email {
    color: white;
    position: relative;
    top: -20px;
}

#txt5 {
    position: relative;
    top: 0px;
}

.social {
    position: relative;
    top: -5px;
    margin-right: 10px;
    color: white;
    cursor: pointer;
}

.fa-facebook-square:hover {
    color: #3B579D;
}

.fa-linkedin:hover {
    color: #007BB6;
}

.fa-twitter-square:hover {
    color: #2CAAE1;
}

#txt6 {
    color: white;
    position: relative;
    top: 13px;
    left: 8%;
    width: 80%;
    color: #aaa7a7;
}

.material-icons {
    position: relative;
    top: 3px;
}
.btn-primary{

    border-color:black;
}

@media only screen and (max-width:1000px) {
    #companyinfo {
        width: 20%
    }

    #sitelink {
        font-size: 30px
    }

    #txt5,
    #txt4 {
        font-size: 17px
    }

    #txt5,
    .social {
        position: relative;
        top: -5px
    }
}

@media only screen and (max-width:850px) {
    #companyinfo {
        position: relative;
        left: 3%
    }

    #txt6 {
        position: relative;
        left: 3%
    }

    #txt1,
    #txt2,
    #txt3,
    #txt4,
    #txt5 {
        font-size: 15px
    }

    #explore {
        position: relative;
        top: -240px;
        left: 26%
    }

    #sitelink {
        font-size: 25px
    }

    #detail {
        font-size: 13px
    }

    .link {
        width: 60px
    }

    #visit {
        position: relative;
        top: -520px;
        left: 37%
    }

    .text {
        font-size: 13px
    }

    #legal {
        position: relative;
        top: -800px;
        left: 54%
    }

    #subscribe {
        position: relative;
        top: -1080px;
        left: 76%;
        width: 20%
    }

    #txt5,
    .social {
        position: relative;
        left: -110%;
        top: px
    }

    #email,
    .btn {
        position: relative;
        top: 0px
    }

    #part1 {
        height: 250px
    }
}