@import url('comunes.min.css');body {    font-family: 'Didonesque Stencil';    color: var(--primsec-color);    line-height: 1.6;    font-size: 1.1rem;    position: relative;    z-index: -2;}/* N A V B A R */nav {    position: fixed;    height: 100%;    width: 120px;    top: 0; left:0;    z-index: 0;    position: absolute;    top: 0;    left: 0;    position: fixed;}nav ul {    width: 120px;    height: 100%;    display: grid;    grid-template-columns: repeat(2, 1fr);}nav ul li {    height: 100%;    width: 60px;    text-align: center;    padding-top: 1rem;}nav ul li a{    display: block;    width: 100%;    height: 100%;}nav ul img {    width: 90%;}nav ul a span {    text-transform: uppercase;    font-size: 2rem;    font-weight: normal;    display: block;    transform-origin: center;    transform: translateY(110%) translateX(0%) rotate(90deg);    color: var(--primary-color);}/* N O T I C I A S */#noticias {    position: relative;    padding:0 0 0 120px;    background-color: var(--primsec-color);    z-index: -1;}#noticias .contenedor {    padding:9rem 0;    background-image: url('../images/noticiasFondo.svg');    background-size: 195px 81px;    background-repeat: no-repeat;}/* B L O G  */#noticias .blog {    margin: 0 auto;    padding-top: 3rem;    width: 100%;}#noticias .contenedor {    margin: 0 auto 0 auto;    width: 92%;    max-width: 1100px;    display: flex;    display: grid;    grid-gap: 2rem;    grid-template-columns: repeat(3, 1fr);    padding: auto 1rem;    z-index: 10;}#noticias .contenedor .entrada {    text-align: center;}#noticias .contenedor .entrada p {    font-size: 1.3rem;    font-weight: 100;    line-height: 1.1;    height: 55px;}#noticias .contenedor .entrada .btn {    font-size: .9rem;    display: inline-block;    background-color: var(--primsec-color);    padding: 0.0rem 1.7rem;    border: 1px solid var(--secondary-color);    font-variant: small-caps;    letter-spacing: .1rem;    font-weight: normal;}#noticias .contenedor .entrada .btn:hover {    color: var(--primary-color);    background-color: var(--secondary-color);}@media screen and (max-width:1150px) {}@media screen and (max-width:780px) {    #noticias .contenedor {        width: 94%;        grid-template-columns: repeat(2, 1fr);        grid-gap: 1rem;    }}@media screen and (max-width:589px) {    nav.menuIzquierda{        display: none;    }    #noticias {        padding:0px;    }    #noticias .contenedor {        width: 90%;        grid-template-columns: repeat(1, 1fr);    }}.ck .ck-reset_all .ck-widget__type-around{    display:none;}