/* ESTILOS GENERALES */
.fondo{       
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(/assets/img/FondoInicio.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.fondoProductos{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(/assets/img/Productos.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.fondoConocenos{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(/assets/img/Conocenos.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.fondoContacto{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(/assets/img/Contactanos.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.prueba{
    position: absolute;
    z-index: 100;
}
.wrap{
    color: #fff;
    padding: 2rem 2rem;
    box-shadow: 0 0 25px #222;
    backdrop-filter: blur(5px);
    border-radius: 1em;
    background-color: rgba(0, 0, 0, 0.8);
}
.tituloFondo{
    font-size: 2.6rem;
    text-transform: uppercase;
}
a{
    text-decoration: none;  
}
.botonImdher{
    transition: 0.2s;
    margin-top: 0.5em;
    background-color: #FE6B00;
    color: black;
    font-weight: 500;
    padding: 0.5em 1.5em;
    border-radius: 0.5em;
    font-size: 1.2em;
    border: none;
    cursor: pointer;
}
.botonImdher:hover{
    transition: 0.2s;
    color: white;         
}

.scrollAbajo{    
    transition: 0.5s;
    position: absolute;
    bottom: 0;       
    border-radius: 50%;    
    margin-bottom: 1em;
    border-radius: 50%;
}
.botonScrollAbajo img{
    border-radius: 30%;
}
.botonScrollAbajo img:hover{
    transition: 0.5s;
    padding: -5em;    
    border-radius: 50%;
    background-color: #00A39A;    
    
}
/* FIN ESTILOS GENERALES */
/* ESTILOS PARA HEADER */
.header{
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #545454;   
    font-size: 0.8em; 
}
.headerContenido{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0.5em;
}
.textoHeader{
    margin-left: 0.5em;
}
.linkHeader{
    color: white;    
}
.iconosHeader{
    width: 1.5em;
}
/* FIN ESTILOS HEADER */

/* ESTILOS PARA NAVBAR PC */
.navbarPC{
    transition: 0.5s;
    margin-top: 30px;
    position: absolute;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;     
    padding: 3em 5em;
}
.imagenPC img{
    width: 16em;
    margin-top: auto;
    margin-bottom: auto;
}
.linksNavegacionPC { 
    text-align: end;   
    margin-top: auto;
    margin-bottom: auto;
}
.linksNavegacionPC a{
    margin: 1em;
    color: white;
    transition: 0.2s;
    font-size: 1.5rem;
    font-weight: 700;
}
.linksNavegacionPC a:hover{
    transition: 0.2s;
    color: #FE6B00;     
}

nav.stickyNav{
    transition: 0.5s;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 1em;
}
nav.stickyNav .navbarImagenPC{
    transition: 0.5s;
    width: 8em;
    margin-left: 2em;    
}
/* FIN ESTILOS NAVBAR PC */

/* ESTILOS PARA NAVBAR CELULAR */
.imagenCelular{
    transition: 0.2s;
    width: 10em;
    padding-top: 0.2em;
    margin-bottom: 0.2em;
}
.linksCelular{
    font-size: 2em;
    margin-left: 1em;
    margin-top: 0.5em;
}
.navbarCelular{
    transition: 0.6s;
    background-color: black;
}
nav.stickyNavCel{
    transition: 0.6s;
    background-color: rgba(0, 0, 0, 0.6);
}
.redesNavbarCelular{
    display: flex;
    flex-direction: row;
    margin-top: 2em;    
    justify-content: space-evenly;    
}
.imagenOffCanvas{
    width: 10em;    
}
/* FIN ESTILOS NAVBAR CELULAR */

/* ESTILOS INDEX*/
.imagenNosotros{
    width: 100%;
}
.nombreEmpresa{
    font-weight: bolder;
    color: #00A39A;
}
.seccionSomosIndex{
    background-color: #D9D9D9;
    padding: 1em;
}
.parrafosElegirnos{
    font-weight: 400;
    font-size: 1.1em;
}
.multidiciplinarioIndex ,.escogernosIndex{
    font-weight: 700;
}
.botonLeerMas{
    transition: .2s;
    background-color: #FE6B00;
    padding: 0.5em;
    border-radius: 0.5em;
    color: white;
    font-weight: 300;
}
.botonLeerMas:hover{
    transition: .2s;
    font-weight: 400;    
}
/* FIN ESTILOS PARA INDEX */

/* ESTILOS PARA PRODUCTOS */

.proximamente{
    height: 100vh;
    background-color: #00A39A;
    color: white;
    display: flex;
}
.proximamente h1{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
    border-bottom: 6px #FE6B00 solid;
}
.textoProducto{
    color: #000;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}
.tituloProducto{
    margin-top: 1em;
    margin-bottom: 1em;
    color: #000;
    font-weight: 700;
    border-bottom: 0.2em #00A39A solid;
}
.botonProductos{
    transition: 0.3s;
    color: #D9D9D9;
    font-size: 1.3rem;
    font-weight: 700;  
}
.botonProductos:hover{
    transition: 0.3s;
    color: #FE6B00;
    font-size: 1.4rem;    
}
.producto img{
    height: 10em;   
    width: 10em;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    
}
.productos{    
    transition: 0.5s;    
    cursor: pointer;
    padding: 1em;    
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 0.5em;        
}
.productos:hover{
    transition: 0.5s;    
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;  
}
/* FIN ESTILOS PRODUCCION */

/* ESTILOS PARA PRODUCTOS INDIVIDUALES */
.mainProductos{    
    transition: 0.2s;  
    padding-bottom: 1em;
}
.nombreProducto{
    transition: 0.2s;  
    margin-top: 8em;
    margin-bottom: 2em;
    text-align: center;     
    border-bottom: 0.2em #00A39A solid;    
}
.nombreProducto h1{
    transition: 0.2s;  
    font-weight: 500;    
}
.caracteristicasProductos{
    transition: 0.2s;  
    background-color: #fff;
    color: #000;
}
.imagenProducto img{
    transition: 0.2s;  
    width: 100%;
    border-radius: 0.5em;   
    max-height: 30em;
    max-width: 30em;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.textoProductoInd{
    transition: 0.2s;  
    /* margin-top: 2em;     */
    /* padding-top: 2em;     */
}
.tabla{
    margin-top: 2em;
}
.tabla th{
    background-color: #FE6B00;
    border: 0.1em #000 solid;
}
.tabla tbody th{
    background-color: #D9D9D9;
}
.imagenProducto{
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;
}
.caracteristicasTitulo{
    border-bottom: 0.2em #00A39A solid;
    padding-bottom: 0.3em;
}


/* FIN ESTILOS PARA PRODUCTOS INDIVIDUALES */

/* ESTILOS PARA CONOCENOS */
.contenidoPaisConocenos{
    padding: 1.5em;
    border-radius: 0.5em;
    border-bottom: 3px #00A39A solid;    
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 2em;
}
.tituloConocenos{
    margin-bottom: 0.5em;
}
.tituloCelular{
    color: #00A39A;
}
.imagenConocenos{
    border-radius: 0.5em;
    margin-bottom: 1em;
    width: 100%;
}
.somosEmpresa{
    text-align: center;
    font-weight: 500;    
}
.colorEmpresa{
    color: #00A39A;
    font-weight: 500;
}
.btnConocenos{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.2s;
    background-color: #FE6B00;
    padding: 0.5em;
    color: white;    
    font-weight: 300;
    text-decoration: none;
    border-radius: 0.2em;
}
.seccionEspecialidadesConocenosPC{
    margin-top: 1em;
    margin-bottom: 3em;    
}
.radio{
    display: flex;
    justify-content: center;
}
.radio input[type="radio"]{
    display: none;
}
.radio label{
    transition: 0.2s;
    color: #545454;
    font-size: 1.2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.8em;
    border-bottom: 2px #545454 solid;   
    cursor: pointer; 
}
.secciones{
    width: 33.33%;
}
.radio label:hover{
    transition: 0.2s;
    font-weight: 400;
    color: #FE6B00;
    border-bottom: 2px #FE6B00 solid;
}
.radio input[type="radio"]:checked + label{
    transition: 0.2s;
    font-weight: 400;
    color: #FE6B00;
    border-bottom: 3px #FE6B00 solid;    
}
.imagenServicios{
    width: 100%;
    border-radius: 0.5rem;
    margin-top: auto;
    margin-bottom: auto;
}
.textoServicios{
    /* margin-top: auto; */
    margin-bottom: auto;
}
.textoServicios h3{
    margin-bottom: 1em;
    text-align: center;
    font-weight: 700;
    color: #00A39A;
}
.lista{
    font-weight: 500;
    font-size: 1.2em
}
/* FIN ESTILOS CONOCENOS */

/* ESTILOS PARA CONTACTANOS */
.header-nav img{
    width: 2em;
}

input[type="submit"]{
    margin-top: 1em;
}
.mapa h1{
    padding-bottom: 0.2em;
    border-bottom: 0.1em solid #00A39A;
    margin-bottom: 0.5em;
}
.mapa iframe{
    width: 100%;
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header-nav{
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;    
    color: black;
    text-decoration: none;
    font-weight: 500;  
    font-size: 1em;
    text-align: center;
    margin-top: 1.5em;
}
.redesIcon{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.fraseContactanos{
    border-bottom: 0.2em solid #00A39A;
    margin-top: 1em;
    text-align: end;
}

.btnEnviar{
    width: 80%;
    border-radius: 0.3em;
    font-weight: 500; 
    background-color: #FE6B00;      
    border: none;
    transition: 0.2s;
    padding: 0.5em;
}
.btnEnviar:hover{
    transition: 0.2s;
    width: 82%;
    font-weight: 700;    
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* FIN ESTILOS CONTACTANOS */

/* ESTILOS PARA FOOTER */
.footer{
    background-color: #545454;
    color: white;
    padding: 1em;   
}
.navegacion{
    display: flex;
    flex-direction: row;
    justify-content: space-around;    
}
.imagenFooterLogo{
    width: 10em;
    margin: 1em;
}
.iconoInfo{
    width: 2em;      
}
.informacionContacto{    
    color: white;
    font-weight: 500;
}
.linksNavegacion{    
    color: white;
    font-weight: 500;
    transition: .2s;             
}
.linksNavegacion:hover{
    transition: 0.2s;
    color: #FE6B00;         
}
.iconoRedes{
    width: 2em;
}
.iconosRedes{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;    
}

/* FIN ESTILOS PARA FOOTER */
@media (min-width: 768px){
    .seccionEspecialidadesConocenosCel{
        display: none;
    }
}
@media (max-width: 768px){
    .seccionEspecialidadesConocenosPC{
        display: none;
    }
    .seccionTextoEspecialidadesPC1{
        display: none !important;
    }
    .seccionTextoEspecialidadesPC2{
        display: none !important;
    }
    .seccionTextoEspecialidadesPC3{
        display: none !important;
    }
}

@media (min-width: 992px){
    .navegacion{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .iconoRedes{
        height: 2em;
        margin-top: auto;
        margin-bottom: auto;
    }
    .navbarCelular{
        display: none;
    }
    .wrap{
        padding: 3.5rem 3.5rem;
    }
    .somosEmpresa{
        padding-left: 5em;
        padding-right: 5em;
        margin-bottom: 1em;
        margin-top: 1em;         
        font-size: 1.5em;
    }
    .seccionEspecialidadesConocenosCel{
        display: none;
    }
    .header-nav{
        text-align: start;
        align-items: initial;
    }
    .infoContacto{
        margin-top: auto;
        margin-bottom: auto;
    }
    .parrafoSomos{
        font-size: 2em;
    } 
    .navProducto{
        background-color: #000;
    }
    .mainProductos{
        padding-top: 8em;
    }
}
@media (max-width: 992px){
    .header{
        display: none;
    }   
    .navbarPC{
        display: none;
    }     
}
@media (max-width: 1200px){
    .navbarPC{
        display: none;
    }
    .navbarCelular{
        display: initial;
    }
    .mainProductos{
        padding-top: 2em;
    }
}
@media (max-height: 600px){
    .navbarPC{
        display: none;        
    }
    .navbarCelular{
        display: initial;
    }
    
}
.activo{
    color: #FE6B00 !important;
    border-bottom: 0.1em #00A39A solid;
}

/* LOADER */
  .hidden{
    overflow: hidden;
  }
  .noHidden{
    overflow: visible;
  }
  .seccionCarga{
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;    
    align-items: center;
    justify-content: center;    
    z-index: 10;
  }
  .pruebaAnima{
    overflow: hidden;
  }
  .pruebaTexto{
    animation-duration: 2s;
    animation-name: slidein;    
  }
  @keyframes slidein{
    from {
        margin-bottom: 100%; 
        /* height: 90%; */
    }
    to {
        margin-top: 0%;        
        height: 20%;
    }
  }

  .imagenCarga{
    width: 30%;
    padding: 0;
    margin: 0;    
    animation: palpitar 2s linear infinite alternate;
  }
  .prueba2{
    background-color: #000;    
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1000;
    position: absolute;
  }
  .textoPrueba2{    
    margin: auto;
    padding: 2em;
    background-color: #00A39A;
    border-radius: 50%;
    animation: palpitar 2s linear infinite alternate;
  }
  @keyframes palpitar{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.5);
    }
    100%{
        transform: scale(1);
    }
  }

  