body {
    background-color: #EEF4FA;
}

.contenedor_politicas{
    width: 1250px;
    padding-top: 192px;
}

.titulo_politicas{
    color: #313131;
    font-family: "Pier_Sans_Bold";
    font-size: 40px;
    line-height: 1;
}

.texto_politicas{
    color: #313131;
    font-family: "OpenSans-Regular";
    font-size: 14px;
}

@media only screen and (max-width: 1500px){
    .contenedor_politicas{
        width: 1000px;
    }
}

@media only screen and (max-width: 1050px){
    .contenedor_politicas{
        width: 90%;
    }
}

@media only screen and (max-width: 800px){
    .contenedor_politicas{
        width: 80%;
    }
}

@media only screen and (max-width: 600px){
    .contenedor_politicas{
        padding-top: 152px;
    }

}