/* =Child-Theme responsive styles starts here
-------------------------------------------------------------- */
@media screen and (max-width:1250px) {
	.sub-menu-actualidad ul {
        display: block;
    }
}

@media screen and (max-width:1100px) {
	.repetidor-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .notas-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:715px) {
	.texto-cabecera {
        line-height: 65px;
    }

    .repetidor-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .notas-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:550px) {
	.titulo-formulario-login-privada h1 {
        line-height: 53px;
    }
}