@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* HEADER */

.header{
    background-color: rgba(240, 248, 255, 0);
    display: flex;
    justify-content: space-between;
    padding: 15px 110px;
}

.header1{
    display: flex;
    align-items: flex-end;
    font-size: 10px;
    letter-spacing: 1px;
}

.header1 a{
    color: white;
    text-decoration: none;
}

.header1 p{
    margin: 0px 9px;
}

.header1:hover{
    color: aqua;
}

.header2 nav a{
    text-decoration: none;
    margin-left: 15px;
}

.barra{
    color: white;
    font-size: 14px;
}

.blanco{
    color: white;
}

.gris{
    color: rgb(179, 177, 177);
}


/* MAIN */

main{
    background-color: white;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
        "wdth" 200;
}

.hero{
    /* position: absolute; */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url(../img/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 72.7vh;
    /* position: relative; */
    /* letter-spacing: 2px; */
}

.div1{
    padding: 68px;
    display: flex;
    justify-content: flex-end;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
        "wdth" 200;
}

.div1 nav a{
    color: white;
    text-decoration: none;
    margin-right: 20px;
}

.hover:hover{
    color: aqua;
    transform: scale(1.2);
}

.div2 h2{
    color: white;
    text-align: center;
    font-size: 70px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.section1{
    margin-top: 20px;
}

.section2{
    display: flex;
    align-items: center;
    color: rgb(63, 62, 62);
    font-size: 15px;
    margin-bottom: 100px;
    gap: 50px;
}

.div4{
    margin-top: 150px;
    margin-left: 57px;
}

.div3{
    margin-bottom: 70px;
    margin-left: 60px;
    line-height: 1.6;
}


.div6{
    /* display: flex; */
    /* justify-content: flex-end; */
    /* margin: 50px 45px; */
    margin-top: 110px;
    margin-right: 50px;
}

.section3{
    background-color: #F6F8FA;
    display: flex;
    justify-content: space-between;
    padding: 100px;
    text-align: center;
    margin-bottom: 40px;
}

.subtitulo{
    font-size: 30px;
    font-weight: 500;
}

.div7{
    margin: 0 100px;
}

.section4{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
    /* background-size: auto; */
}

.section4 img{
    max-width: 337.5px;
}

.section4 img:hover{
    transform: scale(1.05);
}

.section5{
    text-align: center;
}

.p1{
    font-size: 40px;
    text-align: center;
    font-weight: 800;
}

.boton{
    background-color: #0CB9E7;
    color: white;
    padding: 15px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    transition: all 2s ease;
}

.boton:hover{
    background-color: black;
    color: #0CB9E7;
    transform: scale(1.1);
}

.section6{
    display: flex;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    /* flex-direction: row; */
    font-size: 15px;
    padding: 90px;
    /* margin-bottom: 100px; */
    gap: 60px; 
    background-color: #22242A;
}

h4{
    color: rgb(235, 234, 234);
    margin-bottom: 10px;
}

.chau{
    color: rgb(221, 218, 218);
}

.chau p{
    margin-bottom: 5px;
    font-weight: 600;
}

.div13{
    background-image: url(../img/footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    align-content: center;    
}

.div13 p{
    margin-bottom: 20px;
}


.div14{
    text-align: justify;
    color: #A1A4A4;
    line-height: 1.8;
}

.div14 nav{
    display: flex;
    margin-top: 30px;
}

.div14 nav a{
    text-decoration: none;
    margin-right: 15px;
    background-color: #2D2F33;
    padding: 7px;
    border-radius: 5px;
    font-size: 20px;
}

.dir{
    font-weight: 800;
    color: rgb(235, 234, 234);
}

h5{
    color: #878a8a;
}

.div15{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap:wrap;
}

.hola{
    display: flex;
    justify-content: space-between;
}

.div15 a{
    text-decoration: none;
    color: rgb(235, 234, 234);
}

.hola img{
    margin-right: 20px;
}

.div15 img{
    max-width: 130px;
    height: 60px;
    width: 80px;
}

.div18{
    border: 6px solid #2E2F36;
    padding: 30px 25px;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
}

.div18 p{
    color: #A1A4A4;
    font-size: 15px;
    font-weight: 100;
}   

.p1{
    margin-bottom: 48px;
}

.p2{
    background-color: #22242A;
    color: white    ;
    border: 4px solid #2E2F36;
    padding: 12px 20px;
    margin-bottom: 15px;
}

::placeholder{
    color: rgb(168, 165, 165);
}

.go{
    padding: 17px 100px;
    border-style: none;
    background-color: #00C2E4;
    color: rgb(236, 233, 233);
    font-size: 11px;
}

.go:hover{
    background-color: black;
    color: #0CB9E7;
    transform: scale(1.1);
    cursor: pointer;
}

/* FOOTER */

footer{
    background-color: #25272D;
    text-align: center;
    color: #707078;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
        "wdth" 200;
}

footer nav a{
    text-decoration: none;
    color: #707078;
    /* margin: 0px 4px;; */
}

.pie{
    display: flex;
    gap: 5px;
}

.pie a:hover{
    color: aqua;
    transform: scale(1.05);
}

li{
    /* text-align: center; */
    color: aqua;
    margin-left: 10px;
}