body{
    margin: 0px;
    padding: 0px;
}

/*-----------------------------------------------------------------------------*/

.menu{
    background: white;
    display: flex;
    justify-content: space-around;
    align-items: center;

    margin:0px 0px 0px 0px;
    border:0px;
    padding:10px 0px 10px 0px;
}

/*-----------------------*/

.logo img{
    height: 50px;
    width: 50;
}

/*-----------------------*/

.pages{
    display: flex;
    align-items: center;
}

/*-----------------------*/

.lista{
    display: flex;

    margin:0px 0px 0px 0px;
    border:0px;
    padding:0px 0px 0px 0px;
}

.lista li{
    display: contents;

}

.lista a{
    color: #41A4D3;
    text-decoration: none;
    

    font-family: 'Roboto Serif', serif;
    font-weight: 600;

    margin:0px 15px 0px 15px;
    border:0px;
    padding:0px 0px 0px 0px;
}

/*-----------------------*/

.lenguaje{
    display: flex;
    align-items: center;

    background: white;

    margin:0px;
    border:0px;
    padding:5px 20px 5px 10px;

    border-radius: 100px;

    color: #41A4D3;
    font-size: 15px;

    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.lenguaje img{
    width: 35px;
    
    background: white;
    border-radius: 100px;

    margin:0px 0px 0px 2px;
    border:0px;
    padding:0px;
}


/*-----------------------*/

.botono{
    display: flex;
    align-items: center;

    background: #41A4D3;

    margin:0px;
    border:0px;
    padding:3px 30px 3px 3px;

    border-radius: 100px;
}

.botono img{
    width: 25px;
    background: white;
    border-radius: 100px;

    margin:0px 10px 0px 0px;
    border:0px;
    padding:1px;
}

.botono a{
    text-decoration: none;
    color: white;

    margin:0px 0px 0px 0px;
    font-family: "DM Sans", sans-serif;

    display: flex;
    align-items: center;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seccion1 {
    background: #00b4d882;
    margin: 0px;
    border: 0px;
    padding: 10px 100px 10px 100px;
    height: 680px;
    display: flex;
    align-items: center;


    
}

.s1 video{
    display: flex;
    position: absolute;
    top: 425px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2000px;
    height: 700px;
    object-fit: cover;
    z-index: -1;
}

@media (max-width: 1920px) {

    .s1 video{
        display: flex;
        position: absolute;
        top: 425px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 2000px;
        height: 700px;
        object-fit: cover;
        z-index: -1;
    }

}

@media (max-width: 1850px) {

    .s1 video{
        display: flex;
        position: absolute;
        top: 425px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1840px;
        height: 700px;
        object-fit: cover;
        z-index: -1;
    }

}

@media (max-width: 1700px) {

    .s1 video{
        display: flex;
        position: absolute;
        top: 425px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1695px;
        height: 700px;
        object-fit: cover;
        z-index: -1;
    }

}


@media (max-width: 1600px) {

    .s1 video{
        display: flex;
        position: absolute;
        top: 425px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1600px;
        height: 700px;
        object-fit: cover;
        z-index: -1;
    }

}

@media (max-width: 1440px) {

    .s1 video{
        display: flex;
        position: absolute;
        top: 425px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1435px;
        height: 700px;
        object-fit: cover;
        z-index: -1;
    }

}

@media (max-width: 1366px) {

    .s1 video{
        display: flex;
        position: absolute;
        top: 425px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1360px;
        height: 700px;
        object-fit: cover;
        z-index: -1;
    }

}

@media (max-width: 1024px) {

    .s1 video{
        display: flex;
        position: absolute;
        top: 425px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1000px;
        height: 700px;
        object-fit: cover;
        z-index: -1;
    }

}

.s1_01{
    margin: 15px;
    align-content: space-between;
}

.s1_01 h1{
    font-size:45px;
    letter-spacing: 0px;
    color: white;

    font-family: 'Roboto Serif', serif;
    font-weight: 600;

    margin: 5px 0px 25px 0px;
}

.s1_01 span{
    color: #90E0EF;
}

.s1_01p1{
    font-size:13px;
    letter-spacing: 1px;
    color: white;
    margin:0px 0px 20px 0px; 

    font-family: "DM Sans", sans-serif;

}


.button_s1_01{

    display: flex;
    align-items: center;

    background: white;

    margin:0px 0px 0px 0px;
    border:0px;
    padding:5px 20px 5px 10px;

    border-radius: 100px;
}

.button_s1_01 img{
    width: 25px;
    background: #41A4D3;
    border-radius: 100px;

    margin: 0px 10px 0px 0px;
    border:0px;
    padding:4px;
}

.button_s1_01 a{
    display: flex;
    text-decoration: none;
    color: gray;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
    align-items: center;

    font-family: "DM Sans", sans-serif;

}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seccion2{
    background: white;
    height: 450px;
    width: auto;
    
    display:grid;
    justify-content: center;
    justify-items: center;

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
}

.s2_01{
    text-align: center;
}

.s2_01 p{
    color:#00B4D8 ;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;

}

.s2_01 h1{
    color:#459ED6 ;
    font-size: 30px;
    letter-spacing: 1px;

    margin: 0px 0px 30px 0px;
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.s2_02{
    display: inline-flex;
    margin: 0px 0px 0px 0px;
}

/*------------------------*/

.s2_02_div1{
    background: #41a4d3;
    margin: 0px 20px 0px 20px;

    border-radius: 10px;
    padding: 15px 10px 10px 10px;

    width: 170px;
    height: 280px;
}

.s2_02_div1 img{
    width: 45px;
}

.s2_02_div1 h1{
    font-size: 18px;
    color: white;

    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.s2_02_div1 p{
    font-size: 10px;
    color: white;
    text-align: justify;
    font-family: "DM Sans", sans-serif;

}
/*------------------------*/

.s2_02_div2{
    background: #00b4d8;
    margin: 0px 20px 0px 20px;

    border-radius: 10px;
    padding: 15px 10px 10px 10px;

    width: 170px;
    height: 280px;
}

.s2_02_div2 img{
    width: 45px;
}

.s2_02_div2 h1{
    font-size: 18px;
    color: white;

    font-family: 'Roboto Serif', serif;
font-weight: 600;
}

.s2_02_div2 p{
    font-size: 10px;
    color: white;
    text-align: justify;
    font-family: "DM Sans", sans-serif;

}
/*------------------------*/

.s2_02_div3{
    background: #90E0EF;
    margin: 0px 20px 0px 20px;

    border-radius: 10px;
    padding: 15px 10px 10px 10px;

    width: 170px;
    height: 280px;
}

.s2_02_div3 img{
    width: 45px;
}

.s2_02_div3 h1{
    font-size: 18px;
    color: #41a4d3;
    font-family: 'Roboto Serif', serif;
font-weight: 600;
}

.s2_02_div3 p{
    font-size: 10px;
    color: black;
    text-align: justify;
    font-family: "DM Sans", sans-serif;


}
/*------------------------*/

.s2_02_div4{
    background: #F4F4F4;
    margin: 0px 20px 0px 20px;

    border-radius: 10px;
    padding: 15px 10px 10px 10px;

    width: 170px;
    height: 280px;
}

.s2_02_div4 img{
    width: 45px;
}

.s2_02_div4 h1{
    font-size: 15px;
    color: #00b4d8;
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.s2_02_div4 p{
    font-size: 10px;
    color: black;
    text-align: justify;
    font-family: "DM Sans", sans-serif;


}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seccion3 {
    background-color:#41a4d3;

    margin:0px;
    border:0px ;
    padding:10px 100px 10px 100px;   

    height: 450px;
    width: auto;

    display: block;
    
}

.s3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.s3_01{
    align-content: center ;
    margin: 0px 20px 0px 0px;
}

.s3_01 img{
    height: 370px;
    width: 400px;
    border-radius: 20px;

}

.s3_02{
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.s3_02 h1{
    font-size:35px;
    letter-spacing: 1px;
    word-spacing: 2px;

    color: white;

    margin: 5px 0px 0px 0px;
}

.s3_02p1{
    font-size:16px;
    letter-spacing: 1px;
    color :#90e0ef;
    margin:10px 0px 5px 0px;
    font-family: "DM Sans", sans-serif;


}

.s3_02p1 h1{
    font-family: 'Roboto Serif', serif;
font-weight: 600;
}

.s3_02p2{
    font-size:11px;
    letter-spacing: 1px;
    color :white;
    margin:10px 0px 5px 0px;
    font-family: "DM Sans", sans-serif;

}

.s3_02_1{
    display: inline-flex
} 

.s3_02_1 div{
    margin:0px 40px 0px 0px;
} 

.s3_02_1 h1{
    color :#90e0ef;
    font-family: 'Roboto Serif', serif;
font-weight: 600;
}

.s3_02_1 P{
    color :white;
    letter-spacing: 1px;
    font-family: "DM Sans", sans-serif;
    margin:5px 40px 20px 0px;
}

.button_s3_03{
    display: flex;
    align-items: center;

    background: white;

    margin:0px;
    border:0px;
    padding:3px 30px 3px 0px;

    border-radius: 100px;
}

.button_s3_03 img{
    border-radius: 15px;
    background: #459ED6;
    height: 11px;
    padding: 3px;
    margin: 0px 10px 0px 0px;
}

.button_s3_03 a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: gray;
    font-size: 15px;
    margin: 0px 0px 0px 7px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seccion4{
    background-color:white;

    margin:0px;
    border:0px ;
    padding:0px 0px 0px 0px;
   

    height: 450px;
    width: auto;

    display: block;
}

.s4_01_01{
    display: flex;
    align-items: center;
    flex-direction: column;

    margin: 0px;
    padding: 0px;
    
}

.s4_01_01 p{
    margin: 20px 0px 0px 0px;
    
    font-size: 20px;
    color:#90e0ef ;
    font-family: "DM Sans", sans-serif;

}

.s4_01_01 h1{
    margin: 10px 0px 20px 0px;
    color: #41a4d3;

    font-size: 40px;
    font-family: 'Roboto Serif', serif;
font-weight: 600;
}

/*------------------------*/

.s4_01_02{
    display: flex;
    justify-content: center;
    gap: 50px;

}

.bloc1{
    border-style: solid;
    border-radius: 20px;
    border-width: 7px;
    border-color: #D9D9D9;

    margin: 0px 20px 0px 20px;
    padding: 0px 10px 0px 10px;

    width: 150px;
    height: 255px;
}

.bloc1_img{
    display: flex;
    margin: 5px 0px 0px 0px;
    justify-content: space-around;
    align-items: center;
    color: #41a4d3;
    justify-content: center;

}

.bloc1 h1{
    font-size: 14px;
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.b1_img_01{
    display: flex;
    width: 50px;
    height: 90px;
    align-items: center;
    margin: 0px;
}

.b1_img_01 img{
    background: #D9D9D9;

    padding: 5px;
    border-radius: 100px;
    
    width: 30px;
    height:30px;
}

.b1_text p{
    font-size: 12px;
    color: #41a4d3;
    text-align: justify;
    font-family: "DM Sans", sans-serif;

}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seccion5{
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
}

/*------------------------*/

.s5_01 h1{
    font-size: 40px;
    color: #41a4d3;
    font-family: 'Roboto Serif', serif;
font-weight: 600;
}

/*------------------------*/

.s5_02{

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/*------------------------*/

.s5_02_div1{
    background: #41a4d3;

    margin: 0px 0px 20px 0px;
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    width: 430px;    
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.s5_02_div1 h1{
    color: white;
    text-align: justify;
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.s5_02_div1 p{
    color: white;
    text-align: justify;
    font-family: "DM Sans", sans-serif;

}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seccion6{
    display: flex;
    flex-direction: column;
    align-items: center;

    background: white;
    padding: 60px 0px 60px 0px;

}

/*------------------------*/


.s6_text h1{

    color: #41a4d3;
    font-size: 50px;

}

/*------------------------*/

.s6{
    display: flex;

}

/*------------------------*/



.s6_01 img{
    height: 120px;
}

/*------------------------*/

.s6_02 img{
    height: 100px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seccion7{
    background:#41a4d3;

    padding: 0px 60px 0px 60px;
}


.s7_01{
    padding: 60px 0px 60px 0px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.s7_text p{
    color: white;
    font-family: "DM Sans", sans-serif;
}

.s7_menu{
    margin: 0px 10px 0px 10px;
}

.s7_menu h1{
    color: white;
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.s7_lista{
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
}

.s7_lista li{
    list-style:none;

    margin: 10px 10px 0px 0px;
}

.s7_lista a{
    color: white;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
    font-family: "DM Sans", sans-serif;

}

/*------------------------*/



.s7_02{

    border: solid 1px;
    border-color: white;
    border-left: none;
    border-right: none;
    border-bottom: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.s7_text_01{
    color: white;
}

.s7_text_01 h1{
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.s7_text_01 p{
    font-family: "DM Sans", sans-serif;

}

.s7_text_02{
    color: white;
}

.s7_text_02 h1{
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.s7_text_02 p{
    font-family: "DM Sans", sans-serif;

}

.s7_text_03{
    color: white;
}

.s7_text_03 h1{
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.s7_text_03 p{
    font-family: "DM Sans", sans-serif;

}

.s7_links{
    display: flex;
    align-items: center;
}

.s7_link{
    margin: 0px 10px 0px 10px;
}