@media screen and ( max-width: 1100px ) {
    .tramite .denuncia {
        width: 250px;
        margin: 10x;
    }
}
@media screen and ( max-width: 880px ) {
	.flexPuesto { display: block; }
    .noticias .notas { width: 48%; }
    header .logo { width: 120px; }
    header nav {
        display: none;
        position: absolute;
        top: 91px;
        left: 0;
        background-color: var( --grisClaro );
        max-width: initial;
        width: 100%;
        margin: 0;
    }
    header nav ul { display: block; }
    .bMobile { display: block; }
    header nav ul li a.button { margin-top: 5px; }
}
@media screen and ( max-width: 790px ) {
    .copyRight .container { justify-content: center; }
    .copyRight ul, .copyRight p { width: 100%; text-align: center; justify-content: center; }
}
@media screen and ( max-width: 767px ) {
    .preHeader { margin-bottom: 125px; }
}
@media screen and ( max-width: 650px ) {
    footer .dFlex { flex-flow: row wrap; }
    footer .dFlex p { width: 100%; }
    .noticias .notas { width: 98%; }
    .botonFlotante { width: 50px; height: 50px; right: 15px; bottom: 20px; }
    .botonFlotante.dos { right: 70px; }
    .botonFlotante i { font-size: 17px; }
    .botonFlotante h3 { font-size: 8px; }
}
@media screen and ( max-width: 560px ) {
    header { top: 35px; }
	.preHeader span { display: none; }
    .preHeader a { font-size: 12px; }
    .tramite .denuncia, .denuncia { width: 48%; margin: 1%; }
    .tramite h3 { font-size: 18px; } 
    .tramite i { font-size: 50px; } 
}