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{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s1{
    display: flex;
    padding: 10px 0px 0px 0px;
}

.s1 img{
    width: 1000px;
}

.texto{
    width: 1000px;

    margin:70px 1px 70px 0px;
    
}

.texto p{
    font-size: 25px;
    word-spacing: 2px;
    text-align: justify;
    letter-spacing: 0.6px;
    font-family: "DM Sans", sans-serif;

}

/*--------------------------------------------------------------------------*/

.s3_block{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px 0px 0px;
}

.s3_img{
    margin:0px 50px 0px 50px;
}

.s3_img img{
    width: 450px;
}

.s3_txt{
    width: 500px;
    margin:0px 50px 0px 50px;
    text-align: justify;
}

.s3_txt h1{
    font-size: 30px;
    color: #41a4d3;
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.s3_txt p{
    font-size: 18px;    
    font-family: "DM Sans", sans-serif;

}


/*--------------------------------------------------------------------------*/

.s6{
    display: flex;
    justify-content: center;

    margin: 30px;
}

.s6_button{
    display: flex;
    align-items: center;

    background: #41A4D3;

    margin:0px;
    border:0px;
    padding:0px 0px 0px 0px;

    border-radius: 100px;
}

.s6_button img{
    width: 25px;
    background: white;
    border-radius: 100px;

    margin:5px;
    border:0px;
    padding:5px;
}

.s6_button a{
    text-decoration: none;
    color: white;
    font-size: 17px;
    margin:0px 20px 0px 0px;

    display: flex;
    align-items: center;
}


/*--------------------------------------------------------------------------*/
.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;
}