* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px solid red; */
}
::-webkit-scrollbar {
    display: none;
}
body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.contenedor {
    padding: 60px 0;
    width: 100%;
    /* max-width: 1600px; */
    margin: auto;
    overflow: hidden;
}
.contenedor-uno {
    display: flex;
    justify-content: center;
}
.tituloMain {
    color: #8f93a1;
    font-family: 'Arial Narrow Bold', sans-serif;
    text-align: center;
    font-size: 49px;
    font-weight: 800;
    margin-bottom: 60px;
    transform: scaleY(1.2);
    width: 1200px;

}
/* header */
header {
    width: 100%;
    height: 1000px;
    background: #00416A;
    /* fallback for old browsers */
    background: linear-gradient(to right, hsla(200, 6%, 90%, 0.397), hsla(203, 100%, 21%, 0.39)), url("img/rs=w_1440\,h_1440.webp");
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(200, 6%, 90%, 0.397), hsla(203, 100%, 21%, 0.394)), url("img/rs=w_1440\,h_1440.webp");
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;

}

nav {
    text-align: right;
    padding: 20px 50px 0 0;
}
nav > a {
    color: #fff;
    font-weight: 300px;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
}
nav > a:hover {
    text-decoration: underline;
    color: deepskyblue;
    font-weight: bold;
}
.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.txt-header {
    font-family: fuenteUno;
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.L-H{
    width: 1800px;
    height: auto;
    /* outline: 1px solid green; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.linea {
    border-top: 1px solid #ffffff98;
    height: 2px;
    width: 1800px;
    padding: 0;
    /* margin: 10px auto 10px; */
    /* outline: 1px solid rgb(140, 0, 255); */
}

.txtmain1 {
    width: auto;
    height: auto;
    max-width: 700px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    /* outline: 1px solid red; */
}
.txtmain2 {
    max-width: 1200px;
    max-height: 200px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    /* margin-bottom: 100px; */
    /* outline: 1px solid red; */
}

.contenedor-txt-nos {
    /* outline: 1px solid red; */
    display: flex;
    justify-content: space-evenly;
}
.img-nosotros {
    /* width: 40%; */
    position: relative;

}
.txt-nosotros {
    width: 500px;
    height: 200px;
    max-width: 500;
    text-align: justify;
    margin-top: 10px;
    /* margin-left: 80px; */
    /* color: #5e5e5e; */
}
.titulo-nosotros {
    font-size: 26px;
    color: black;
    
}
ul {
    color: #5e5e5e;
    font-size: 18px;
}
.contenedor-adn {
    display: flex;
    justify-content: space-evenly;
}
.img-adn {
    max-width: 500px;
    height: 300px;
}
.titulo-ADN {
    font-size: 26px;
    color: black;
}

.contenedor-txt-adn {
    max-width: 600px;
    height: 300px;
    text-align: justify;
    order: -1;
}
.contenedor-txt-adn > ul > h2 {
    font-size: 18px;
    color: #5e5e5e;
}
.p1 {
    color: #5e5e5e;
    font-size: 18px;
}
.contenedor-calidad{
    display: flex;
    justify-content: space-evenly;
}
.img-calidad{
    max-width: 600px;
    height: 300px;
    outline: 1px solid rgba(0, 0, 0, 0.206);
}
.contenedor-txt-calidad{
    max-width: 500px;
    height: 300px;
    text-align: justify;
}
.titulo-calidad{
    color: black;
    font-size: 26px;
}
.txt-parrafo-calidad{
    color: #5e5e5e;
    font-size: 18px;
    line-height: 1.5;
    
}
.contenedor-canacar{
    display: flex;
    justify-content: space-evenly;
}
.img-canacar{
    width: 500px;
    height: auto;
}
.contenedor-txt-canacar{
    width: 600px;
    height: 300px;
    text-align: justify;
    margin-top: 120px;
    order: -1;
}
.titulo-canacar{
    font-size: 26;
    color: #000;
}
.txt-canacar{
    font-size: 18px;
    color: #5e5e5e;
}

.linea2 {
    border-top: 1px solid #c6c5c598;
    height: 1px;
    width: 40px;
    /* padding: 0; */
    margin: 20px auto 50px;
}
.Comunicate{
    background: #f6f6f6;
    width: auto;
    height: auto;
}
.contenedor-comu{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tel{
    width: 900px;
    height: auto;
    /* outline: 1px solid red; */
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}
.titulo-comuniate{
    font-size: 28px;
    color: #898E9C;
    font-family: fuenteUno;
}
.txt-visitanos{
    margin-bottom: 20px;
    font-size: 18px;
}
.txt-p-comu{
    width: 700px;
    color: #5e5e5e;
    font-size: 16px;
    text-align: center;
}
.info{
    
    text-align: center;
    font-size: 16px;
}
.info > p{
    width: 250px;
    height: auto;
    margin: 10px;
}
.info > a{
    text-decoration: none;
    color: #5e5e5e;
    font-size: 14px;
}
.info > a:hover{
    text-decoration: underline;
    color: #272626;
    font-size: 14px;
}
.horario{
    width: auto;
    height: auto;
    color: #5e5e5e;
}
.horario > h1{
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}
/* .horario > p{
    text-align: justify;
    width: 140px;
    font-size: 16px;
} */
.horas{
    width: 200px;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    /* outline: 1px solid red; */
}
.h-p1{
    width: 10px;
    height: auto;
}
.h-p2{
    width: 100px;
    height: auto;
}
.horas > p{
    line-height: 1.5;
}
.copy{
    background: #161616;
    width: auto;
    height: auto;
}
.contenedor-copy{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.copy-con1{
    text-align: center;
}
.copy-con1 > h1{
    color: #fff;
    font-size: 12px;
}
.copy-con1 > a{
    color: #898E9C;
    text-decoration: none;
    font-size: 12px;
}
.copy-con1 > a:hover{
    color: #c0c0c0;
    text-decoration: underline;
    font-size: 12px;
}
.copy-con2{
    width: 900px;
    height: auto;
    display: flex;
    margin: 10px auto 10px;
    justify-content: space-between;
}
.copy-con2 > p{
    color: #A9A9A9;
    font-size: 10px;
}
.copy-p1{
    width: 350px;
    height: auto;
}
@media screen and (max-width:1450px){
    header{
        width: auto;
        height: 800px;
        background-position: center;
    }
    .linea {
        max-width: 70%;
        /* padding: 10px; */
        margin: 10px auto 10px;
    }
    
    .txtmain1 {
        width: 90%;
        height: auto;
        font-size: 20px;
        text-align: center;
    }
    
    .txtmain2 {
        max-width: 80%;
        max-height: auto;
        text-align: center;
        margin-bottom: 50px;
    }
    .Comunicate{
        width: auto;
        height: auto;
    }
    .copy{
        width: auto;
        height: auto;
    }
}
@media screen and (max-width:1300px){
    .L-H{
        height: auto;
        width: 100%;
    }
    .linea {
        max-width: 97%;
    }
    .img-nosotros {
        width: 50%;
        height: auto;
        position: relative;
    
    }
    .txt-nosotros {
        width: 40%;
        height: 200px;
    }
    .titulo-nosotros {
        font-size: 24px;        
    }
    ul {
        font-size: 16px;
    }
    .img-adn{
        width: 40%;
        height: 250px;
    }
    .titulo-ADN {
        font-size: 24px;
        color: black;
    }
    
    .contenedor-txt-adn {
        width: 50%;
        height: auto;
    }
    .contenedor-txt-adn > ul > h2 {
        font-size: 16px;
    }
    .p1 {
        font-size: 16px;
    }
    .img-calidad{
        max-width: 50%;
        height: auto;
    }
    .contenedor-txt-calidad{
        max-width: 40%;
        height: 250px;
    }
    .titulo-calidad{
        font-size: 24px;
    }
    .txt-parrafo{
        font-size: 16px;
        line-height: 1.2;
    }
    .img-canacar{
        width: 40%;
        height: 350px;
    }
    .contenedor-txt-canacar{
        width: 50%;
        height: 250px;
        margin-top: 80px;
    }
    .titulo-canacar{
        font-size: 24px;
    }
    .txt-canacar{
        font-size: 16px;
    }
    
}
@media screen and (max-width:1200px){
    .L-H{
        height: auto;
        width: 100%;
    }
    .linea{
        max-width: 97%;
    }
}
@media screen and (max-width:1100px){
    .L-H{
        height: auto;
        width: 100%;
    }
    .linea {
        max-width: 95%;
        /* padding: 10px; */
        margin: 10px auto 10px;
    }
    .txtmain1{
        font-size: 18px;
    }
    .txtmain2 {
        font-size: 34px;
    }
    .Comunicate{
        width: auto;
        height: auto;
    }
    .copy{
        width: auto;
        height: auto;
    }
}
@media screen and (max-width:900px){ 

    nav {
        margin-left: 55px;
        text-align: center;
    }
    .txtmain1{
        font-size: 14px;
    }
    .tituloMain{
        width: 60%;
        font-size: 30px;
    }
    .contenedor-txt-nos {
        flex-direction: column;
        align-items: center;
    }
    .img-nosotros {
        width: 90%;
        height: auto;
        margin-bottom: 50px;
    
    }
    .txt-nosotros {
        width: 80%;
        height: auto;
    }
    .titulo-nosotros {
        font-size: 22px;        
    }
    ul {
        font-size: 14px;
    }
    .contenedor-adn{
        flex-direction: column;
        align-items: center;
    }
    .img-adn{
        width: 90%;
        height: 250px;
        order: -1;
        margin-bottom: 50px;
    }
    .titulo-ADN {
        font-size: 22px;
    }
    
    .contenedor-txt-adn {
        width: 90%;
        height: auto;
    }
    .contenedor-txt-adn > ul > h2 {
        font-size: 14px;
    }
    .p1 {
        font-size: 14px;
    }
    /* SECCION DE CALIDAD  */
    .contenedor-calidad{
        flex-direction: column;
        align-items: center;
    }
    .img-calidad{
        max-width: 90%;
        height: auto;
        margin-bottom: 50px;
    }
    .contenedor-txt-calidad{
        max-width: 90%;
        height: 250px;
    }
    .titulo-calidad{
        font-size: 22px;
    }
    .txt-parrafo-calidad{
        font-size: 14px;
    }
    .contenedor-canacar{
        flex-direction: column;
        align-items: center;
    }
    .img-canacar{
        width: 90%;
        height: auto;
    }
    .contenedor-txt-canacar{
        width: 90%;
        order: 1;
    }
    .titulo-canacar{
        font-size: 24px;
        color: #000;
    }
    .txt-canacar{
        font-size: 14px;
    }
    .Comunicate{
        width: 100%;
        height: auto;
    }
    .contenedor-comu{

        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tel{
        flex-direction: column;
        align-items: center;
        
    }
    .txt-p-comu{
        width: 50%;
    }
    .info > p{
        width: 150px;
        height: auto;
    }
    .titulo-comuniate{
        text-align: center;
    }
    .txt-visitanos{
        text-align: center;
    }
    .contenedor-copy{
        flex-direction: column;
    }
    .copy-con2{
        width: 90%;
        height: 200px;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        margin: unset;
    }
    .copy-con2 > p{
        width: auto;
    }
} 