body{
    padding: 0%;
    margin: 0%;
}
/*-----------------------------------------------*/

.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;
    justify-content: center;
}

.s1{
    background: white;
    position: relative;
    display: inline-block;
    text-align: center;

    padding: 50px 0px 50px 0px;
}

.s1_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 70px;
    color: white;
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
}

.s1 img{
    width: 1000px;
}

/*--------------------------------------------------------------------------*/

.seccion2{
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.s2_text h1{
    display: flex;
    letter-spacing:3px;
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
    justify-content: center;
    font-size: 25px;

}

.s2{
    border: solid 1px;
    border-color: white;
    border-left: none;
    border-right: none;
    border-bottom: none;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    justify-items: center;

    padding: 0px 0px 0px 0px;
    margin: 50px 0px 50px 0px;
}

.s2_block1{
    display: flex;
    flex-direction: column;
    width: 400px;
}

.s2_block1 a{

    text-decoration: none;
}

.s2_block1 img{
    width: 400px;
}

.s2_block1 h1{
    font-family: 'Roboto Serif', serif;
    font-weight: 600;
    color: #41A4D3;

}

.s2_block1 p{
    font-family: "DM Sans", sans-serif;
    color: black;
}

/*--------------------------------------------------------------------------*/

.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;
}