body {
    background-color: #EEF4FA;
}

.contenedor_sitemapa_sec1{
    width: 1440px;
    padding: 100px 0 0 0;
}

.titulo_sitemap_sec1{
    color: #313131;
    font-family:"Lexend Deca", sans-serif;
    font-weight: 800;
    width: 100%;
    font-size: 40px;
    padding: 160px 0 80px 0;
}

.subTitulo_sitemap_sec1{
    color: #313131;
    font-family:"Kumbh Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0%;
}

.texto_sitemap_sec1{
    font-family:"Kumbh Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;

}

@media only screen and (max-width: 1500px){
    .contenedor_sitemapa_sec1{
        width: 1088px;
    }
}

@media only screen and (max-width: 1050px){
    .contenedor_sitemapa_sec1{
        width:  95%;
    }
}

@media only screen and (max-width: 800px){
    .contenedor_sitemapa_sec1{
        width: 80%;
        padding-top: 50px;
    }
    .subTitulo_sitemap_sec1{
        padding-top: 35px;
    }
}

@media only screen and (max-width: 600px){
    .titulo_sitemap_sec1{
        font-size: 50px;
        width: 90%;
    }
}