@font-face {
    font-family: RobotoSerif;
    font-style: normal;
    font-weight: 300;
    src:url("../fonts/RobotoSerif-ExtraLight.woff2") format("woff2"),
        url("../fonts/RobotoSerif-ExtraLight.woff") format("woff");
    font-display:swap
}
@font-face {
    font-family: RobotoSerif;
    font-style: normal;
    font-weight: 500;
    src:url("../fonts/RobotoSerif-SemiBold.woff2") format("woff2"),
        url("../fonts/RobotoSerif-SemiBold.woff") format("woff");
    font-display:swap
}
@font-face {
    font-family: RobotoSerif;
    font-style: normal;
    font-weight: 700;
    src:url("../fonts/RobotoSerif-Bold.woff2") format("woff2"),
        url("../fonts/RobotoSerif-Bold.woff") format("woff");
    font-display:swap
}
@font-face {
    font-family: RobotoSerifSemiCondensed;
    font-style: normal;
    font-weight: 300;
    src:url("../fonts/RobotoSerifSemiCondensed-ExtraLight.woff2") format("woff2"),
        url("../fonts/RobotoSerifSemiCondensed-ExtraLight.woff") format("woff");
    font-display:swap
}
@font-face {
    font-family: RobotoSerifSemiCondensed;
    font-style: normal;
    font-weight: 700;
    src:url("../fonts/RobotoSerifSemiCondensed-Bold.woff2") format("woff2"),
        url("../fonts/RobotoSerifSemiCondensed-Bold.woff") format("woff");
    font-display:swap
}
@font-face {
    font-family: RobotoSerifSemiCondensed;
    font-style: normal;
    font-weight: 900;
    src:url("../fonts/RobotoSerifSemiCondensed-Black.woff2") format("woff2"),
        url("../fonts/RobotoSerifSemiCondensed-Black.woff") format("woff");
    font-display:swap
}
@font-face {
    font-family: RobotoSerifSemiCondensed;
    font-style: italic;
    font-weight: 900;
    src:url("../fonts/RobotoSerifSemiCondensed-BlackItalic.woff2") format("woff2"),
        url("../fonts/RobotoSerifSemiCondensed-BlackItalic.woff") format("woff");
    font-display:swap
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src:url("../fonts/Lato-Bold.woff2") format("woff2"),
        url("../fonts/Lato-Bold.woff") format("woff");
    font-display:swap
}


/* <link rel=”preload” href=”/assets/Pacifico-Bold.woff2″ as=”font” type=”font/woff2″ crossorigin> */
/*
/*
/* -------------   T E M P L A T E   ------------ */
/*
/* 	Versión: 11 agosto 2025;
/*	Versión: 2.01;
/*
*
*   font-family: RobotoSerif, serif;
*   300, 500, 700
*   light, SemiBold, bold
*
*   font-family: RobotoSerifSemiCondensed, serif;
*   300, 700, 900
*   Extra-light, bold, Black, Black italic, 
*
*	font-family: Lato, sans-serif;
*   bold, 
*
*
*
*
*/



/* CSS RESET 2024 */
* {margin: 0;padding: 0;}
*, *::before, *::after {box-sizing: border-box;}

body {min-height: 100dvh;}
body, html{
    height: 100%; 
    scroll-behavior: smooth; 
}
input, button, textarea, select {font: inherit;}

h1, h2, h3, h4, h5, h6 {text-wrap: balance;}

ul[role='list'], ol[role='list'], li {
    list-style: none; 
}
html:focus-within{
    scroll-behavior: smooth; 
}
a:not([class]){
    text-decoration-skip-ink: auto; 
}
img, picture, svg, video, canvas{
    max-width: 100%;
    height: auto;
}
img, picture, svg, video, canvas{
    vertical-align: middle; 
}
img, picture, svg, video, canvas{
    font-style: italic; 
}
img, picture, svg, video, canvas{
    background-repeat: no-repeat; 
    background-size: cover;
}
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *, *::before, * ::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
        transition: none;
    }
}

/* GENÉRICAS */
:root{
    --az1: #0089FF;
    --az2: #00FFFF;
    --az3: rgba(0,29,54,.95);
    --az4: #002c52;
    --blk: #000000;
    --wht: #ffffff;
    --gr0: #f5f5f5;
    --gr1: #e9e9e9;
    --gr2: #666666;
    --gr3: #BBBBBB;
    --gr4: #2C3C3C;
    --dep: #FF1900;
    --sor: #A5CC00;
    --pro: #1D00FF;
    --esp: #F500FF;
    --cyl: #FF7F00;
    --fot: #0089FF;
    --opi: #6068A3;
    --subP: #FF1900;
    --titXL: 32px;
    --titL: 24px;
    --titM: 18px;
    --wSite: 1250px;
    --wContainer: 1150px;
}
body {
    background-color: var(--gr1);
    font-family: RobotoSerif, serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.3;
    color: var(--blk);
}
main {
    display: 100vw;
    overflow-x: hidden;
}
.main {
    background-color: var(--gr0);
    width: var(--wSite);
    margin: 0 auto;
    padding: 25px 50px 0;
    overflow-y: auto;
}
.zonaCuatro + .main, .zonaSiete + .main {
    padding-top: 37px;
}
a, a:visited {
    color: var(--az1);
    text-decoration: none;
}
a:hover {
    opacity: .8;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

/* -----------   D E B U G G  -------------- */
.ficha-pagina {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    bottom: 20px;
    left: 20px;
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    opacity: 1;
}
.ficha-pagina h2 {
    font-size: 18px;
    color: #ff0;
}


/* -----------   E S T R U C T U R A  -------------- */
.robasSuperior, .robasMedio  {
    display: grid;
    justify-items: center;
    grid-template-areas: 'R1', 'R2', 'R3', 'R4';
    grid-template-columns: 250px 250px 250px 250px;
    grid-column-gap: 50px;
    margin-bottom: 24px;
    position: relative;
    align-items: center;
    justify-items: center;
}
.pubM1, .pubM2 .banner, .pubM3 .banner {
    display: grid;
    justify-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--gr3);
    padding-bottom: 24px;
}
.pubM1 {
    margin-bottom: 0;
}
.portada .pubM3 .banner {
    border-bottom: none;
}
.robasMedio, .M3  {
    margin-bottom: 50px;
}
.subportada .robasMedio, .M3  {
    margin-bottom: 0;
}
.zonaApertura {
    display: block;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gr3);
    margin-bottom: 24px;
}
.zonaUno, .subportada .zonaDos, .subportada .zonaTres {
    display: grid;
    grid-template-areas: 'ultimaHora lomas';
    grid-template-columns: 1fr 300px;
    grid-column-gap: 50px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gr3);
    margin-bottom: 24px;
}
.subportada .zonaUno, .subportada .zonaDos, .subportada .zonaTres {
    border-bottom: none;
}
.zonaUltimaHora {
    grid-area: ultimaHora;
    display: grid;
    grid-template-columns: 250px 250px 250px;
    grid-gap: 12px 25px;
}
.zonaCronologica {
    grid-area: ultimaHora;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px 25px;
}
.zonaLomas {
    grid-area: lomas;
}
.N4 {
    grid-area: 1 / 2 / span 2 / span 2;
}
.zonaDos {
    display: grid;
    grid-template-columns: 525px 250px 325px;
    grid-column-gap: 25px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gr3);
    margin-bottom: 24px;
}
.zonaDosCinco {
    margin-bottom: 50px;
}
.pubR6 {
    justify-self: end;
}
.zonaTres {
    display: grid;
    grid-template-areas: 'menutema menutema' 'not pub';
    grid-template-columns: 1fr 300px;
    grid-gap: 20px 50px;
    margin-bottom: 40px;
}
.zonaTres header {
    grid-area: menutema;
}
.zonaTres .inner {
    grid-area: not;
    display: grid;
    grid-template-columns: 250px 250px 250px;
    grid-gap: 12px 25px;
}
.N10 {
    grid-area: 1 / 1 / span 2 / span 2;
}
.pubR11 {
    grid-area: pub;
}
.zonaCuatro {
    background-color: var(--gr4);
    position: relative;
    padding: 0;
}
.zonaCinco {
    display: grid;
    grid-template-areas: 'menutema menutema' 'not pub';
    grid-template-columns: 1fr 300px;
    grid-gap: 20px 50px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gr3);
    margin-bottom: 24px;
}
.zonaCinco header {
    grid-area: menutema;
}
.zonaCinco .inner {
    grid-area: not;
    display: grid;
    grid-template-columns: 250px 250px 250px;
    grid-gap: 12px 25px;
}
.N17 {
    grid-area: 1 / 1 / 1 / span 3;
}
.pubR13 {
    grid-area: pub;
}
.zonaSeis {
    display: grid;
    grid-template-areas: 'menutema menutema' 'not pub';
    grid-template-columns: 1fr 300px;
    grid-gap: 20px 50px;
    margin-bottom: 37px;
}
.zonaSeis header {
    grid-area: menutema;
}
.zonaSeis .inner {
    grid-area: not;
    display: grid;
    grid-template-columns: 250px 250px 250px;
    grid-gap: 12px 25px;
}
.N21 {
    grid-area: 1 / 1 / span 2 / span 2;
}
.pubR14 {
    grid-area: pub;
}
.zonaSiete {
    background-color: var(--gr4);
    position: relative;
    padding: 10px 0 20px;
}
.zonaSiete .container, .zonaDosCinco .container {
    width: var(--wContainer);
    margin: 0 auto;
    display: grid;
    grid-template-areas: 'menutema' 'not';
    grid-gap: 20px;
}
.zonaSiete header {
    grid-area: menutema;
    display: grid;
}
.zonaSiete .inner, .zonaDosCinco .inner {
    width: var(--wContainer);
    margin: 0 auto;
    grid-area: not;
    display: grid;
    grid-template-columns: 250px 250px 250px 250px;
    grid-gap: 50px;
}
.zonaDosCinco .inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}
.zonaSiete .inner article {
    position: relative;
}
.zonaSiete .inner article::after {
    content: ' ';
    background-color: var(--gr2);
    height: 100%;
    width: 0.5%;
    position: absolute;
    top: 0;
    right: -25px;
}
.zonaSiete .inner article:last-child:after {
    display: none;
}
.zonaOcho {
    display: grid;
    grid-template-areas: 'menutema menutema' 'not pub';
    grid-template-columns: 1fr 300px;
    grid-gap: 20px 50px;
    margin-bottom: 37px;
}
.zonaOcho header {
    grid-area: menutema;
}
.zonaOcho .inner {
    grid-area: not;
    display: grid;
    grid-template-columns: 250px 250px 250px;
    grid-gap: 12px 25px;
}
.N34 {
    grid-area: 1 / 1 / 1 / span 3;
}
.pubR15 {
    grid-area: pub;
}
.zonaNueve {
    display: grid;
    grid-template-areas: 'menutema menutema' 'not pub';
    grid-template-columns: 1fr 300px;
    grid-gap: 20px 50px;
    margin-bottom: 40px;
}
.zonaNueve header {
    grid-area: menutema;
}
.zonaNueve .inner {
    grid-area: not;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px 25px;
}
.N38 {
    grid-area: 1 / 1 / span 2 / span 2;
}
.pubR16 {
    grid-area: pub;
}



/* -----------   C A B E C E R A  -------------- */
.cabecera {
    background-color: var(--wht);
    padding: 20px 0 30px;
    width: 100%;
    transition: all 0.2s;
    position: relative;
    z-index: 100;
}
.innerCabecera {
    width: var(--wContainer);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 524px 1fr 350px;
}
.logo a {
    text-indent: -9999px;
    background: transparent url('../images/24-logo-elMirondeSoria.svg') no-repeat left top;
    width: 500px;
    height: 66px;
    display: inline-block;
    transition: all 0.2s;
}
.logo a:hover {
}
.fecha {
    font-size: 16px;
    color: var(--gr2);
}
.tiempoPrevision .fecha {
    font-size: 13px;
    color: var(--blk);
}

/* TIEMPO */
.tiempoHoy {
    display: grid;
    grid-template-columns: 62px 1fr;
    font-size: 20px;
    padding-top: 10px;
    transition: all 0.2s;
}
.tiempoHoy img {
    width: 62px;
    height: 62px;
    transition: all 0.2s;
}
.tiempoHoy .fechadia {
    font-weight: 700;
    color: var(--blk);
}
.tiempoHoy .fechadia .temperatura {
    color: var(--az1);
}
.tiempoPrevision {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
    font-size: 13px;
    text-align: right;
}
.tiempoPrevision .fechadia {
    font-weight: 700;
}

/* ICONOS */
.rrss {
    padding: 5px 0 0;
    display: flex;
    justify-content: flex-end;
}
.icn-fb, .icn-tw, .icn-mail {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 0 0 16px;
}
.rrss a:hover {
    opacity: .5;
}

/* FIXED */
.cabecera.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, .2) 0px 10px 20px;
    padding: 10px 0 0px;
} 
.fixed .tiempoPrevision, .fixed .logo .fecha {
    display: none;
}
.fixed .logo a {
    width: 250px;
    height: 25px;
    transform: translateX(60px);
}
.fixed .tiempoHoy {
    grid-template-columns: 45px 1fr;
    font-size: 14px;
    padding-top: 0;
    transform: translate(510px, -5px);
}
.fixed .tiempoHoy img {
    width: 40px;
    height: 40px;
}
.cabecera.fixed::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: -7px;
    background-image: url('../images/24-icn-rayas.png');
}
.navegacion.fixed {
    position: fixed;
    top: 0;
    z-index: 110;
    background-color: transparent;
    border-bottom: none;
    width: 100%;
}
.navegacion.fixed .innerNavegacion {
    grid-template-columns: 1fr;
    justify-items: self-start;
    height: 50px;
    align-content: center;
}
.navegacion.fixed .icnMenu {}
.navegacion.fixed .menuSuperior, .navegacion.fixed .rrss {
    display: none;
}



/* -----------   S T I C K Y   M E N Ú  ---------------- */




/* -------------   F O O T E R  ---------------- */
footer, .menuPrincipal {
    background-color: var(--gr4);
    color: var(--wht);
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    padding: 15px 0;
    position: relative;
}
footer::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    top: -16px;
    background-image: url('../images/24-icn-rayas.png');
}
footer a, footer a:visited, .subportada footer a, .subportada footer a:visited {
    color: var(--az2);
}
footer .inner {
    width: var(--wContainer);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 350px 100px 660px;
    justify-content: space-between;
    grid-gap: 0px;
}
.footerUno {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.menuInferior ul {
    display: grid;
    grid-template-columns: 120px 120px 120px 150px;
    grid-gap: 50px;
}
.menuInferior li, .menuPrincipal li {
    margin-bottom: 8px;
}
li.secundaria + li.primaria, li.primaria + li.primaria {
    margin-top: 20px;
}
.menuInferior li.primaria a {
    color: var(--wht);
    text-transform: uppercase;
}
.logoFoot a, .logoMenu a {
    text-indent: -9999px;
    background: transparent url('../images/24-logo-elMirondeSoria-W.svg') no-repeat left top;
    width: 300px;
    height: 50px;
    display: inline-block;
}
.footerUno p, .footerUno ul {
    margin-bottom: 5px;
    color: var(--az2);
}
.footerUno .direccion {
    margin-bottom: 16px;
}
.footerUno .publicidad {
    background-color: transparent;
}
.footerUno li {
    display: block;
    position: relative;
    margin-bottom: 5px;
}
.footerUnoCinco .rrss {
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
}
.footerUnoCinco svg, .menuPrincipal svg {
    height: 36px;
    max-width: none;
    width: 36px;
    fill: var(--az2);
}
.footerUnoCinco svg:hover, .menuPrincipal svg:hover {
    fill: var(--wht);
}
.footerUnoCinco a.fb, .footerUnoCinco a.tw, .footerUnoCinco a.mail, .menuPrincipal a.fb, .menuPrincipal a.tw, .menuPrincipal a.mail {
    width: 36px;
    height: 36px;
    margin: 0 24px 0 0;
}
.footerUnoCinco a.fb, .footerUnoCinco a.tw, .footerUnoCinco a.mail {
    margin: 0 0 16px 0;
}
.footerUno .ojd {
    color: var(--wht);
}



/* -----------   M E N Ú   P R I N C I P A L  ---------- */
.icnMenu {
    width: 24px;
    height: 16px;
    margin-top: 10px;
    #lanzador {
      position: absolute;
      left: -9999px;
    }
    label {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;  
      cursor: pointer;
    }
    .menu-activador-linea {
      height: 2px;
      background-color: var(--blk);
      opacity: 1;
      transform: translateY(0) rotate(0);
      transition: all 0.3s;
    }
    #lanzador:checked ~ label .menu-activador-linea {
      &:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
      }
      &:nth-child(2) {
        opacity: 0;
      }
      &:nth-child(3) {
        transform: translateY(-7px)rotate(-45deg);
      }
    }
}

.navegacion {
    background-color: var(--wht);
    border-bottom: 1px solid var(--gr1);
    position: relative;
    z-index: 100;
}
.navegacion::before, .contacto h1:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    top: -12px;
    background-image: url('../images/24-icn-rayas.png');
}
.contacto .navegacion::before, .contacto h1:after {
    background-image: url(../images/24-icn-rayas-az1.png);
}
.innerNavegacion {
    width: var(--wContainer);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40px 1fr 120px;
}
.icnMenu {}
.menuSuperior li {
    display: inline-block;
    padding: 5px 20px;
}
.menuSuperior li.active {
    background-color: var(--az2);
}
.menuSuperior li:hover {
    background-color: var(--gr3);
}
.menuSuperior li a {
    color: var(--blk);
}
.navegacion.fixed .icnMenu {
    width: 34px;
    height: 24px;
    margin-top: 0px;
    #lanzador {}
    .menu-activador-linea {
      height: 2px;
      background-color: var(--az3);
    }
    #lanzador:checked ~ label .menu-activador-linea {
      &:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
      }
      &:nth-child(3) {
        transform: translateY(-11px)rotate(-45deg);
      }
    }
}


/* -----------   M E N Ú   P U L L D O W N  ---------- */
.menuPrincipal {
    position: absolute;
    width: 100%;
    z-index: 150;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    height: 0;
    display: block;
}
#persiana {
    background-color: var(--az3);
    width: 100%;
    color: var(--wht);
    padding: 24px 0 16px;  
    position: relative;
    transform: translateY(-120%);
    transition: .3s ease-in;
}
#overlay {
    background-color: rgba(255,255,255,.7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    display: none;
}
.menuPrincipal.fixed {
    position: fixed;
    top: 52px;
}
.menuPrincipal header {
    text-align: center;
    height: 50px;
}
.menuPrincipal header h3 {
    display: none;
}
.innerMenu {
    width: var(--wContainer);
    margin: 0 auto;
}
.menuPrincipal .innerMenu {
    display: grid;
}
.menuPrincipal ul.inner {
    display: grid;
    grid-template-columns: 150px 120px 270px 120px 120px 120px;
    justify-content: space-between;
    grid-gap: 50px;
}
.menuPrincipal li {
    padding: 4px;
    margin-bottom: 0px;
}
.menuPrincipal li:hover {
    background-color: var(--az1);
}
.menuPrincipal li a:hover {
    text-decoration: none;
}
.menuPrincipal a, .menuPrincipal a:visited {
    color: var(--wht);
}
.menuPrincipal li.primaria a {
    color: var(--az2);
    text-transform: uppercase;
}
.logoFoot a, .logoMenu a {
    width: 200px;
    height: 40px;
}
.menuPrincipal .rrss, .menuPrincipal.fixed .rrss {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    &margin-bottom: 40px;
}
.menuPrincipal a.fb, .menuPrincipal a.tw, .menuPrincipal a.mail, .menuPrincipal .rrss li:first-child {
    margin: 0 0 24px 0;
}
.menuPrincipal .rrss, .menuDos, .menuTres, .menuCuatro, .menuCinco, .menuSeis {
    border-top: 1px solid var(--az1);
    padding-top: 12px;
}
.menuDos {
    margin-left: auto;
}
.menuTres {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.provinciaDos {
    margin-top: 26px;
}
.datosMenu {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid var(--az1);
    padding-top: 16px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .5;
}




/*
/*
/* ------------   P U B L I   --------------- */
/*
/*
*/

.publicidad {
    background-color: transparent;
}
.publiSuperior {
    position: relative;
    z-index: 100;
}
.pubM1 {
    background-color: var(--gr1);
    border-bottom: 1px solid var(--gr3);
    padding-bottom: 0;
}
.pubM1 .banner {
    background-color: var(--gr0);
    width: 100%;
    max-width: 1250px;
    display: block;
    text-align: center;
}
#banner_close {}
.banner_close_btn {}

.pubR5 .banner, .pubS1 .banner, .pubS2 .banner, .pubS3 .banner, .pubS4 .banner, .pubS5 .banner, .pubS6 .banner, .pubS7 .banner, .pubS8 .banner {
    margin-bottom: 24px;
    border-bottom: 1px solid var(--gr3);
    padding-bottom: 24px;
}
.pubR5 .banner {
    text-align: center;
}

/* SKYS */
.skiIzda {
}
.skiDcha {
}


/*
/*
/* -------------   H O M E   ------------------- */
/*
/*
/* NOTICIAS */
.noticia {
    position: relative;
    border-top: 1px solid var(--gr3);
    padding-top: 24px;
}
.noticia.fotos:not(.N16, .N30, .N31, .N32, .N33) {
    background-color: var(--gr1);
    padding: 0;
    margin-top: 24px;
    padding-bottom: 5px;
    &::after {
        content: ' ';
        position: absolute;
        top: -24px;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: var(--gr3);
    }
}
.noticia.fotos .seccion, .noticia.fotos h2, .noticia.fotos .articulo-datos, .noticia.fotos .subtitulo {
    padding: 0 10px 0;
}
.noticia.fotos h2 {
    margin-bottom: 8px;
}
.noticia.fotos figure {
    position: relative;
    overflow: hidden;
    &::before {
        content: ' ';
        display: block;
        width: 36px;
        height: 36px;
        background: var(--az2) url('../images/24-icb-fotos.png') no-repeat center;
        background-size: 70%;
        position: absolute;
        bottom: 10px;
        left: 10px;
        border-radius: 4px;
        z-index: 5;
    }
}
.noticia.fotos.N1 figure, .noticia.fotos.N8 figure, .noticia.fotos.S1 figure {
    margin-bottom: 0;
}
.noticia.fotos.N1 .resto, .noticia.fotos.N2, .noticia.fotos.N8 .resto, .noticia.fotos.S1 .resto {
    padding-top: 8px;
    padding-bottom: 8px;
}
.noticia.fotos.N2, .noticia.fotos.N4, .noticia.fotos.N8, .noticia.fotos.N9 {
    margin-top: 0;
    &::after {
        content: none;
    }
}
.noticia.fotos.N8 {
    align-self: flex-start;
}
.noticia.fotos.N16 figure {
    overflow: initial;
}
.noticia.fotos.N16 figure::before {
    left: auto;
    bottom: auto;
    right: -22px;
    top: 20px;
    width: 44px;
    height: 44px;
}
.noticia.fotos:not(.N16) img  {
    transition: all 0.5s;
}
.noticia.fotos:not(.N16) img:hover  {
    opacity: 1;
    object-fit: cover;
    transform: scale(1.2, 1.2);
}
.N2, .N4, .N8, .N9, .N10, .N11, .N16, .N17, .N21, .N22, .N30, .N31, .N32, .N33, .N34, .N38, .N39, .N44, .N45, .N46, .N47 {
    border-top: none;
    padding: 0;
}
.noticia h2, .noticia h2 a, .noticia h2 a:visited, .seccion {
    font-family: RobotoSerifSemiCondensed, serif;
    font-weight: 700;
    color: var(--blk);
    font-size: var(--titM);
    line-height: 1.15;
    margin-bottom: 16px;
}
.noticia.opinion h2, .noticia.opinion h2 a, .noticia.opinion h2 a:visited {
    font-style: italic;
    text-align: center;
}
.noticia.opinion .seccion {
    font-weight: 300;
    text-align: center;
    margin-bottom: 3px;
}
.seccion {
    color: var(--az1);
    margin-bottom: 0;
}
article figure {
    margin-bottom: 8px;
}
article.N1 figure, article.S1 figure {
    margin-bottom: 0px;
}
.noticia.opinion img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.noticia.opinion figure {
    border: 4px solid var(--az2);
}
.articulo-datos {
    color: var(--az1);
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}
.noticia.opinion .articulo-datos {
    text-align: center;
}
.articulo-datos + .subtitulo {
    margin-top: 8px;
}
.subtitulo {
    font-family: RobotoSerif, serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.35;
}
.opinion .subtitulo {
    text-align: center;
}
.N1 h2, .N1 h2 a, .N1 .seccion, .S1 h2, .S1 h2 a, .S1 .seccion {
    font-size: var(--titXL);
}
.N1 h2, .S1 h2 {
    margin-bottom: 32px;
}
.N4 h2, .N4 h2 a, .N4 .seccion, .N10 h2, .N10 h2 a, .N10 .seccion, .N16 h2 a, .N16 .seccion, .N17 h2 a, .N17 .seccion, .N21 h2 a, .N21 .seccio, .N34 h2 a, .N34 .seccion, .N38 h2 a, .N38 .seccion {
    font-size: var(--titL);
}
.N1, .S1 {
    display: grid;
    grid-template-columns: 1fr 725px;
    grid-column-gap: 25px;
}
.N1 .resto .subtitulo, .S1 .resto .subtitulo {
    font-size: 16px;
}
.N4 img {
    aspect-ratio: 1 / 1;
    height: 525px;
    width: 525px;
    object-fit: cover;
}
.N8 {
    display: grid;
    grid-template-columns: 250px 250px;
    grid-column-gap: 25px;
}
.N8 img {
    aspect-ratio: 1 / 1;
    height: 250px;
    width: 250px;
    object-fit: cover;
}
.N16 {
    width: var(--wContainer);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 800px 1fr;
    grid-gap: 50px;
}
.N16 figure {
    margin-bottom: 0;
}
.N16 .resto {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.N16 .resto aside.pubR12 {
    margin-top: auto;
    flex: none;
}
.N17, .N34 {
    display: grid;
    grid-template-columns: 1fr 525px;
    grid-column-gap: 25px;
}
.N1 .foto, .S1 .foto, .N8 .foto, .N17 .foto, .N34 .foto {
    grid-area: 1 / 2 / span 1;
}


/* ZONAS FOTOS */
.zonaSiete.fotos header h3, .zonaSiete.fotos header h3 a, .zonaSiete.fotos .seccion, .zonaSiete.fotos .seccion a, .zonaSiete.fotos .articulo-datos, .zonaSiete.fotos .articulo-datos a, .N16 .resto .seccion,  .N16 .resto .seccion a, .N16 .resto .articulo-datos,  .N16 .resto .articulo-datos a {
    color: var(--az2);
}
.zonaSiete.fotos h2, .zonaSiete.fotos h2 a, .N16 .resto h2,  .N16 .resto h2 a {
    color: var(--wht);
}


/* ZONAS TEMÁTICAS */
.zonaTematica {
    position: relative;
}
.zonaTematica header {
    display: grid;
    grid-template-columns: 400px 700px;
    grid-gap: 50px;
}
.zonaTematica::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    top: -20px;
    background-image: url('../images/24-icn-rayas.png');
}
.zonaTematica header h3 {
    font-family: RobotoSerifSemiCondensed, serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    position: relative;
}
.zonaTematica header h3 a {
    position: relative;
    color: var(--az1);
    line-height: 1;
}
.zonaTematica header h3 a:after, .lomas h3:after {
    content: ' ';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: -40px;
    border-radius: 15px;
    background: var(--az2) url('../images/24-icn-flecha-seccion.png') no-repeat center;
}
.menuTematico {
    display: inline-block;
    text-align: right;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: var(--gr2);
}
.menuTematico li a {
    color: var(--gr2);
}
.menuTematico ul {
}
.menuTematico li {
    display: inline-block;
    padding-left: 20px;
}


/*
/*
/* -------------   S U B P O R T A D A S   --------------- */
/*
/*
/* CABECERA */
.cabeceraSeccion {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 25px;
    margin-bottom: 50px;
    position: relative;
}
.cabeceraSeccion header {
    font-family: RobotoSerifSemiCondensed, serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.1;
    color: var(--blk);
}
.cabeceraSeccion header a, .cabeceraSeccion header h3 {
    color: var(--blk);
    display: inline-block;
    position: relative;
    margin-right: 60px;
}
.cabeceraSeccion header h3 {
    margin-right: 0px;
}
.cabeceraSeccion header a:after {
    content: ' ';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: -50px;
    border-radius: 15px;
    background: var(--az2) url(../images/24-icn-flecha-seccion.png) no-repeat center;
}
.cabeceraSeccion header h3 a {
    margin-right: 0px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    color: var(--subP);
}
.cabeceraSeccion header h3 a:after {
    display: none;
}
.cabeceraSeccion .menuTematico {
    padding-top: 5px;
}
.cabeceraSeccion::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -15px;
    background-image: url(../images/24-icn-rayas.png);
}
.deportes .cabeceraSeccion::after, .deportes .zonaTematica::before, .deportes footer::before {
    background-image: url(../images/24-icn-rayas-rojo.png);
}
.provincia .cabeceraSeccion::after, .provincia .zonaTematica::before, .provincia footer::before {
    background-image: url(../images/24-icn-rayas-az2.png);
}
.soria .cabeceraSeccion::after, .soria .zonaTematica::before, .soria footer::before {
    background-image: url(../images/24-icn-rayas-verde.png);
}
.espana .cabeceraSeccion::after, .espana .zonaTematica::before, .espana footer::before {
    background-image: url(../images/24-icn-rayas-magenta.png);
}
.cyl .cabeceraSeccion::after, .cyl .zonaTematica::before, .cyl footer::before {
    background-image: url(../images/24-icn-rayas-naranja.png);
}
.fotos .cabeceraSeccion::after, .fotos .zonaTematica::before, .fotos footer::before {
    background-image: url(../images/24-icn-rayas-az1.png);
}
.opinion .cabeceraSeccion::after, .opinion .zonaTematica::before, .opinion footer::before {
    background-image: url(../images/24-icn-rayas-az3.png);
}
.subportada a, .subportada .seccion, .subportada .lomas h3 {
    color: var(--subP);
}
.subportada .menuPrincipal a, .subportada .menuPrincipal a:visited {
    color: var(--wht);
}
.subportada .lomas h3 span {
    color: var(--blk);
}


/* NOTICIA DE APERTURA */

/* RESTO DE NOTICIAS */
.subportada .zonaCronologica article {
    display: grid;
    grid-template-columns: 275px 1fr;
    grid-column-gap: 25px;
}
.subportada .zonaCronologica article figure {
    margin-bottom: 0px;
}
.subportada .zonaCronologica article figure img {
    width: 100%;
}
.subportada .zonaCronologica .noticia h2, .subportada .zonaCronologica .noticia h2 a, .subportada .zonaCronologica .noticia h2 a:visited, .subportada .zonaCronologica .seccion {
    font-size: var(--titL);
}
.subportada .zonaCronologica article .articulo-datos {
    background-color: var(--az2);
    display: inline-block;
    color: var(--blk);
    padding: 1px 3px;
    margin-bottom: 4px;
}
.subportada .zonaCronologica article .articulo-datos a {
    color: var(--blk);
}
.subportada article.S1, .subportada article.S2, .subportada article.S12 {
    border-top: none;
    padding-top: 0;
}


/* PAGINACIÓN */


/*
/*
/* -------------   N O T I C I A S   ------------------- */
/*
*/



/*
/*
/* --------------   M Ó D U L O S   -------------- */
/*
/*
*/



/* FOTOGALERÍAS */


/* LO MÁS LEÍDO  - TE INTERESA */
.zonaLomas, .zonaLomas .seccion {
    font-family: RobotoSerifSemiCondensed, serif;
    font-size: 14px;
}
.lomas ol {
    position: relative;
}
.lomas h3 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    position: relative;
    display: inline-block;
    color: var(--az1);
    margin-bottom: 16px;
}
.lomas ol::after {
    content: ' ';
    height: 100%;
    width: 5px;
    background-color: var(--az2);
    position: absolute;
    left: 46px;
    top: 0;
    display: block;
}
.lomas h3:after {
    top: 0px;
}
.zonaLomas li {
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-column-gap: 25px;
}
.zonaLomas li .numero {
    color: var(--blk);
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
}
.zonaLomas li a {
    color: var(--blk);
    font-weight: 700;
}
.subportada .lomas {
    margin-bottom: 24px;
    border-bottom: 1px solid var(--gr3);
    padding-bottom: 24px;
}


/*
/*
/* --------------   G A L E R Í A S   ------------------ */
/*
/*
/* GALERÍAS DE FOTOS */



/*
/*
/* --------------   C O N T A C T O   ------------------ */
/*
/*
*/
.contact {
    max-width: 850px;
    margin: 0 auto 48px;
}
.contacto .main {
    padding-top: 0;
}
.contacto h1 {
    font-weight: 300;
    position: relative;
    margin-bottom: 40px;
    font-size: 40px;
    padding: 16px 0 8px;
}
.contacto h1:after {
    top: auto;
    bottom: -13px;
}
.contact h2 {}
.contact h3 {
    font-size: 44px;
}
.contact .contact-form {}
.contact fieldset {
    border: none;
    font-size: 16px;
}
.contact fieldset legend {
    margin-bottom: 40px;
}
.contact .control-group {
    margin-bottom: 16px;
}
.contact input, .contact textarea {
    background-color: var(--pro);
    border: none;
    padding: 10px;
    color: #000;
    width: 100%;
    font-size: 19px;
}
.contact input#jform_contact_email_copy {
    display: inline-block;
    border: none;
    height: 40px !important;
    width: 40px;
    margin: 10px 0 30px;
}
.contact input:-internal-autofill-selected {
    background-color: var(--pro) !important;
    color: var(--az4) !important;
}
label > .red, label > .star {
    color: var(--dep);
}
.contact label span.form-control-feedback {
    color: var(--dep);
    font-style: italic;
    font-size: 14px;
}
.contact button {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    background-color: var(--az1);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
}
.contact button:hover {
    opacity: .8;
}


/*
/*
/* --------------   L E G A L   ------------------ */
/*
/*
*/
table.tabla-cookies {
    border-collapse: collapse;
    width: 100%;
    border-style: solid;
}
table.tabla-cookies tr {
    border-bottom: solid 1px #999;
}
table.tabla-cookies tr td {
    padding: 10px 10px 10px 10px;
    border-right: dashed 1px #888;
}
.tabla-leyenda {
    background-color: #dadada;
}



/*
/*
/* --------------   G E S T I O N    P U B L I   ------------------ */
/*
/*
/* CLIENTES */
.login {
    font-family: Roboto, sans-serif;
    margin-bottom: 60px;
}
.login input {
    padding: 5px 10px;
    font-size: 17px;
    margin: 5px 0 0 0;
    border-radius: 5px;
    border: none;
    background-color: #d4e3a5;
    color: #000;
    width: calc(100% - 20px);
}
.login .logout-button input {
    width: 200px;
    background-color: #ff8f30;
    opacity: 0.7;
    cursor: pointer;
}
.login .logout-button input:hover {
    opacity: 1;
}
.login .control-group {
    width: calc(50% - 30px);
    float: left;
    margin: 0 30px 20px 0;
}
.login ul.unstyled {
    display: none;
}
.login .userdata::after {
    clear: both;
    float: none;
    content: "";
    background-color: #7896c8;
    width: 100%;
    height: 1px;
    display: block;
}
.clientesBTN {
    margin-bottom: 30px;
}
.clientesBTN button,
.login button {
    padding: 5px 10px;
    font-size: 17px;
    font-weight: 600;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    border: none;
    background-color: #8caa2d;
}
.clientesBTN button:hover,
.login button:hover {
    background-color: #ff8f30;
}
.clientesBTN button:focus,
.login button:focus {
    outline: 0;
}
.leyendaCliente {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    margin-top: 50px;
    font-weight: 700;
}
.menuClientes {
    margin-bottom: 40px;
}
.menuClientes li {
    border: 2px solid #003869;
    padding: 5px 10px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
}
.menuClientes li:hover {
    background-color: #7896c8;
}
.menuClientes li a {
    border: none;
}
.menuClientes li:hover a,
li.btnClienteActivo a {
    color: #fff;
}
.btnClienteActivo {
    background-color: #003869;
    color: #fff;
}
.clienteIMP {
    margin-bottom: 20px;
}
.clienteIMP p {
    margin: 0;
}
.clienteIMP {
    width: 100%;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    float: none;
    clear: both;
    display: none;
}
.clienteIMP h2 {
    font-size: 30px;
    font-family: Roboto, sans-serif;
    background-color: #7896c8;
    padding: 5px 20px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}
.clienteIMP b {
    font-size: 20px;
}










/*
/*
/* --------------   R E S P O N S I V E  -------------- */
/*
*/
@media only screen and (max-width: 1249px) and (min-width: 701px) {
    :root{
        --titXL: 34px;
        --titL: 28px;
        --titM: 20px;
        --wSite: 100vw;
        --wContainer: calc(100vw - 100px);
    }

    /* -----------   E S T R U C T U R A  -------------- */
    .robasSuperior, .robasMedio  {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .zonaUltimaHora {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .zonaDos {
        grid-template-columns: 2fr 1fr 325px;
    }
    .zonaTres .inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .zonaCinco .inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .zonaSeis .inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .zonaSiete .inner, .zonaDosCinco .inner {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .zonaOcho .inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .zonaNueve .inner {
        grid-template-columns: 1fr 1fr 1fr;
    }

    /* -------------   C A B E C E R A  ------------- */
    .innerCabecera {
        grid-template-columns: 1.6fr .7fr 1.3fr;
    }
    .logo a {
        width: 98%;
        height: 3vw;
    }


    /* FIXED */
    .fixed .tiempoHoy {
        transform: translate(0, -5px);
        justify-self: end;
    }
    .fixed .innerCabecera {
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
    }

    /* -----------   S T I C K Y   M E N Ú  ------------ */

    /* -----------   F O O T E R  --------------------- */
    footer .inner {
        grid-template-columns: 1fr 2fr;
    }
    .footerUno {
        padding-right: 20px;
    }
    section.footerUnoCinco {
        display: none;
    }
    .menuInferior ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 50px;
    }

	/* -----------   M E N Ú   P R I N C I P A L  ------- */
    .innerNavegacion {
        width: var(--wContainer);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 18fr;
    }
    .menuSuperior li {
        display: inline-block;
        padding: 5px 1.7%;
        font-size: 17px;
    }
    .menuSuperior li.active {
        background-color: var(--az2);
    }
    .menuSuperior li:hover {
        background-color: var(--gr3);
    }
    .menuSuperior li a {
        color: var(--blk);
    }
    .navegacion.fixed .icnMenu {
        width: 34px;
        height: 24px;
        margin-top: 0px;
        #lanzador {}
        .menu-activador-linea {
          height: 2px;
          background-color: var(--az3);
        }
        #lanzador:checked ~ label .menu-activador-linea {
          &:nth-child(1) {
            transform: translateY(11px) rotate(45deg);
          }
          &:nth-child(3) {
            transform: translateY(-11px)rotate(-45deg);
          }
        }
    }

    /* -----------   M E N Ú   P U L L D O W N  ------- */
    .innerMenu {
        width: var(--wContainer);
        margin: 0 auto;
    }
    .menuPrincipal ul.inner {
        grid-template-columns: .8fr 1fr 2fr 1fr 1fr 1fr;
        grid-gap: 1.6%;
    }
    .menuTres {
        grid-template-columns: 1fr 1fr;
    }

	/* ------------   P U B L I   --------------------- */

	/* -----------   H O M E   ------------------- */
	/* NOTICIAS */
    .N1 {
        grid-template-columns: 1fr 2fr;
    }
    .N1 .resto .subtitulo {
        font-size: 15px;
    }
    .N4 img {
        height: auto;
        width: 100%;
    }
    .N8 {
        grid-template-columns: 1fr 1fr;
    }
    .N8 img {
        height: auto;
        width: 100%;
    }
    .N16 {
        grid-template-columns: 2fr 1fr;
    }
    .N16 .resto {
        height: auto;
    }
    .N17, .N34 {
        grid-template-columns: 1fr 2fr;
    }

    /* ZONAS TEMÁTICAS */
    .zonaTematica header {
        grid-template-columns: 1fr 2fr;
    }
} /* ------- F I N - 1019 PX ------- */









@media only screen and (max-width: 1000px) and (min-width: 701px) { 

    /* -----------   E S T R U C T U R A  -------------- */
    .robasSuperior, .robasMedio {
        grid-column-gap: 25px;
    }
    .zonaUltimaHora {
        grid-template-columns: 1fr 1fr;
    }
    .zonaUltimaHora img, .zonaDos img {
        width: 100%;
    }
    .zonaDos {
        grid-template-columns: 1fr 1fr 325px;
    }

    /* -------------   C A B E C E R A  ------------- */
    .innerCabecera {
        grid-template-columns: 1fr 1fr;
    }
    .tiempoPrevision {
        display: none;
    }


    /* -----------   M E N Ú   P R I N C I P A L  ------- */
    ul.menusup {
        font-size: 16px;
    }

    /* -----------   H O M E   ------------------- */
	/* NOTICIAS */
    .N3 {
        border-top: none;
        padding: 0;
    }
    .N4 {
        position: relative;
        border-top: 1px solid var(--gr3);
        padding-top: 20px;
    }
    .N4 {
        grid-area: 2 / 1 / span 1 / span 1;
    }
    .N4 img {
        aspect-ratio: auto;
    }
    .noticia.N4 h2, .noticia.N4 h2 a, .noticia.N4 .seccion {
        font-size: var(--titM);
    }
    .N8 {
        grid-template-columns: 1fr;
    }
    .N8 .foto {
        grid-area: 1 / 1 / span 1;
    }
    .N8 img {
        aspect-ratio: auto;
    }
    .N16 {
        grid-template-columns: 2fr .7fr;
    }
    .N17 img, .N21 img, .N34 img, .N38 img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
} /* ------- F I N - 1000 PX ------- */





@media only screen and (max-width: 900px) and (min-width: 701px) { 

    /* -----------   E S T R U C T U R A  -------------- */
    .zonaTres .inner, .zonaCinco .inner, .zonaSeis .inner, .zonaOcho .inner, .zonaNueve .inner {
        grid-template-columns: 1fr 1fr;
    }


    /* -------------   C A B E C E R A  ------------- */

    /* -----------   F O O T E R  --------------------- */
    .menuInferior {
        grid-column: 1 / span 2;
    }
    .menuInferior ul {
        grid-gap: 10px;
    }
    footer .inner {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .footerUno {
        grid-template-columns: 1fr 1fr 1fr;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--az1);
    }

    /* -----------   M E N Ú   P R I N C I P A L  ------- */
    .innerNavegacion, ul.menusup li {
        min-height: 35px;
    }
    ul.menusup {
        font-size: 14px;
    }
    .innerNavegacion .rrss {
        display: none;
    }

    /* -----------   H O M E   ------------------- */
	/* NOTICIAS */
    .N10 h2, .N10 h2 a, .N10 .seccion, .N16 h2, .N16 h2 a, .N16 .seccion, .N17 h2, .N17 h2 a, .N17 .seccion, .N21 h2, .N21 h2 a, .N21 .seccion, .N34 h2, .N34 h2 a, .N34 .seccion, .N38 h2, .N38 h2 a, .N38 .seccion {
        font-size: var(--titM);
    }
    .N10, .N17, .N21, .N34, .N38 {
        grid-area: 1 / 1 / span 1 / span 1;
    }
    .N18, .N35 {
        border-top: none;
        padding: 0;
    }
    .N17 img, .N21 img, .N34 img, .N38 img {
        aspect-ratio: auto;
    }
    .N16 {
        grid-template-columns: 3fr 1fr;
    }
    .N17, .N34 {
        grid-template-columns: 1fr;
    }
    .N17 .foto, .N34 .foto {
        grid-area: 1 / 1 / span 1;
    }
    .N1 .subtitulo, .N8 .subtitulo, .N17 .subtitulo, .N34 .subtitulo {
        display: none;
    }



} /* ------- F I N - 900 PX ------- */







@media only screen and (max-width: 700px) {
    :root{
        --titXL: 30px;
        --titL: 26px;
        --titM: 20px;
        --wSite: 100vw;
        --wContainer: 100vw;
    }
    body {
        width: 100vw;
        overflow-x: hidden;
    }
    .main {
        padding: 25px 20px 0;
    }
    .zonaCuatro + .main, .zonaSiete + .main {
        padding-top: 50px;
    }

    /* -----------   E S T R U C T U R A  -------------- */
    .robasSuperior, .robasMedio  {
        grid-template-columns: 1fr;
        grid-gap: 0;
        margin-bottom: 0;
    }
    .pubM1, .pubM2 .banner, .pubR5 {
        margin-bottom: 0;
    }
    article.N1 figure {
        margin-bottom: 8px;
    }
    .N3 + .robasSuperior, .N4 + .robasSuperior, .N8 + .robasMedio  {
        margin-bottom: 0;
    }
    .zonaDos + .robasMedio {
        margin-bottom: 24px;
    }
    .pubR5, .pubR6, .pubR11, .pubR13, .pubR14, .pubR15, .pubR16 {
        display: grid;
        justify-items: center;
    }
    .zonaApertura {
        display: block;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 24px;
    }
    .zonaUno, .zonaDos {
        grid-template-areas: 'ultimaHora' 'lomas';
        grid-template-columns: 1fr;
        grid-gap: 12px;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 24px;
    }
    .zonaUltimaHora {
        grid-template-columns: 1fr;
        grid-gap: 12px 25px;
    }
    .lomas {
        margin-top: 12px;
        border-top: 1px solid var(--gr3);
        padding-top: 24px;
    }
    .pubR6 {
        justify-self: center;
        margin-bottom: 12px;
    }
    .zonaDos, .zonaTres, .zonaCinco,.zonaSiete .inner {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }
    .zonaTres, .zonaCinco, .zonaSeis, .zonaOcho, .zonaNueve {
        grid-template-areas: 'menutema' 'not' 'pub';
        grid-template-columns: 1fr;
    }
    .zonaDosCinco .inner, .zonaTres .inner, .zonaCinco .inner, .zonaSeis .inner, .zonaSiete .inner, .zonaOcho .inner, .zonaNueve .inner {
        grid-template-columns: 1fr;
    }
    .zonaTematica::before {
        width: calc(100vw - 40px);
    }
    .zonaCuatro::before {
        left: 20px;
    }
    .zonaCinco {
        padding-bottom: 0px;
        border-bottom: none;
    }
    .zonaSeis, .zonaOcho {
        margin-bottom: 30px;
    }
    .zonaSiete {
        padding: 10px 20px 20px;
    }
    .pubR11, .pubR13, .pubR14, .pubR15, .pubR16, .N4, .N10, .N17, .N21, .N34, .N38 {
        grid-area: auto;
    }
    .zonaSiete .container, .zonaSiete .inner, .zonaDosCinco .container, .zonaDosCinco .inner {
        width: 100%;
    }


    /* ----------   C A B E C E R A  ------------ */
    .cabecera {
        padding: 10px 0 20px;
        width: var(--wSite);
    }
    .innerCabecera {
        width: var(--wSite);
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .logo {
        text-align: center;
    }
    .logo a {
        width: 300px;
        height: 46px;
    }
    .fixed .logo a {
        transform: translateX(0px);
    }
    .fecha {
        font-size: 14px;
    }
    
    /* TIEMPO */
    .tiempoHoy {
        grid-template-columns: 30px 1fr;
        font-size: 15px;
        padding-top: 5px;
    }
    .tiempoHoy img {
        width: 20px;
        height: 20px;
    }
    .tiempoHoy .dia {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .tiempoPrevision {
        display: none;
    }
    
    /* ICONOS */
    .rrss {
        padding: 5px 0 0;
        display: flex;
        justify-content: flex-end;
    }
    .icn-fb, .icn-tw, .icn-mail {
        width: 22px;
        height: 22px;
        display: inline-block;
        margin: 0 0 0 16px;
    }
    .rrss a:hover {
        opacity: .5;
    }

    /* FIXED */
    .cabecera.fixed {
        padding: 10px 0 10px;
    } 
    .fixed .logo a {
        width: 200px;
        height: 25px;
    }
    .fixed .tiempoHoy {
        display: none;
    }
    .navegacion.fixed .innerNavegacion {
        grid-template-columns: 1fr;
        justify-items: start;
        height: 50px;
        align-content: center;
    }




    /* -----------   S T I C K Y   M E N Ú  ----------- */


    /* ----------   F O O T E R  ------------- */
    footer, .menuPrincipal {
        padding: 24px 20px;
        font-size: 14px;
    }
    footer::before {
        left: -20px;
        width: calc(100% + 20px);
    }
    footer .inner {
        width: 100%;
        grid-template-columns: 1fr 40px;
        grid-gap: 20px;
    }
    .menuInferior {
        grid-column: 1 / span 2;
    }
    .menuInferior ul {
        grid-column: 1 / span 2;
        font-size: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    footer .inner {
        grid-template-columns: 1fr 40px;
        grid-gap: 10px;
    }
    .footerUno {
        grid-template-columns: 1fr .5fr;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--az1);
    }
    .logoFoot a, .logoMenu a {
        width: 80vw;
        max-width: 250px;
    }
    .footerUno p, .footerUno ul {
        margin-bottom: 6px;
    }
    .footerUno .rrss {
        margin-bottom: 20px;
    }
    .footerUno .ojd {
        display: none;
    }


	/* -----------   M E N Ú   P R I N C I P A L  ------- */
    .navegacion {
        background: transparent;
        border-bottom: none;
    }
    .innerNavegacion {
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        height: 1px;
    }
    .icnMenu {
        position: relative;
        top: -50px;
        left: 20px;
    }
    .menuSuperior, .innerNavegacion .rrss, .datosMenu  {
        display: none;
    }
    .navegacion, .menuPrincipal {
        padding: 0px;
    }
    .innerMenu {
        margin: 0 auto;
        padding: 0 20px;
    }
    #persiana {
        padding: 16px 0 16px;
    }
    .menuPrincipal ul.inner {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    .menuDos {
        margin-left: initial;
    }
    .menuTres {
        grid-area: 1 / 2 / span 1 / span 2;
        grid-gap: 20px;
    }
    .menuPrincipal .rrss, .menuPrincipal.fixed .rrss, .innerMenu header {
        display: none;
    }
    .navegacion.fixed .icnMenu {
        width: 24px;
        height: 16px;
        left: 20px;
        top: 0px;
        #lanzador {}
        #lanzador:checked ~ label .menu-activador-linea {
          &:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
          }
          &:nth-child(3) {
            transform: translateY(-7px)rotate(-45deg);
          }
        }
    }

    /* ------------   P U B L I   --------------- */
    .pubR1, .pubR2, .pubR3, .pubR4, .pubR5, .pubR6, .pubR7, .pubR8, .pubR9, .pubR10, .pubR11, .pubR12, .pubR13, .pubR14, .pubR15, .pubR16 {
        width: 100%;
        text-align: center;
    }
   .pubR5 {
        max-width: calc(100vw - 40px);
   }
   .pubR1 .banner {
        margin-bottom: 24px;
        border-bottom: 1px solid var(--gr3);
        padding-bottom: 24px;
   }
   
   .pubM2 .banner, .pubR2 .banner, .pubR3 .banner, .pubR4 .banner, .pubR5 .banner, .pubR6 .banner, .pubR7 .banner, .pubR8 .banner, .pubR9 .banner, .pubR10 .banner, .pubR11 .banner, .pubR13 .banner, .pubM3 .banner, .pubR14 .banner, .pubR15 .banner, .pubR16 .banner {
        margin-bottom: 24px;
        border-bottom: none;
        padding-bottom: 0;
    }
    .pubM3 .banner {
        margin-bottom: 48px;
    }
    .pubR2 .banner, .pubM2 .banner, .pubR2 .banner, .pubR3 .banner, .pubR4 .banner, .pubR5 .banner, .pubR6 .banner, .pubR7 .banner, .pubR8 .banner, .pubR9 .banner, .pubR10 .banner, .pubR11 .banner, .pubR13 .banner, .pubM3 .banner, .pubR14 .banner, .pubR15 .banner, .pubR16 .banner {
        margin-top: 12px;
        border-top: 1px solid var(--gr3);
        padding-top: 24px;
    }

	/* -----------   H O M E   -------------- */
	/* NOTICIAS */
    .noticia.fotos.N16 figure::before {
        right: 22px;
    }
    .N1 h2, .N1 h2 a, .N1 .seccion{
        font-size: var(--titXL);
    }
    .N1 h2 {
        margin-bottom: 32px;
    }
    .N2, .N3, .N4, .N8, .N9, .N10, .N11, .N16, .N17, .N21, .N22, .N30, .N31, .N32, .N33, .N34, .N38, .N39 {
        margin-top: 0;
        border-top: 1px solid var(--gr3);
        padding-top: 24px;
    }
    .N10, .N16, .N17, .N21, .N30, .N34, .N38 {
        border-top: none;
        padding: 0;
    }
    .N5, .N10, .N12, .N13, .N14, .N17, .N19, .N20, .N21, .N22, .N24, .N25, .N26, .N27, .N28, .N30, .N31, .N32, .    N33 {
        margin-bottom: 12px;
    }
    .N4 h2, .N4 h2 a, .N4 .seccion, .N10 h2, .N10 h2 a, .N10 .seccion, .N16 h2 a, .N16 .seccion, .N17 h2 a, .N17 .seccion, .N21 h2 a, .N21 .seccio, .N34 h2 a, .N34 .seccion, .N38 h2 a, .N38 .seccion {
        font-size: var(--titL);
    }
    .N1 {
        border-top: none;
        padding: 0;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    .N4 img, .N10 img, .N17 img, .N21 img, .N34 img, .N38 img {
        max-width: calc(100% + 40px);
        width: 100vw;
        height: auto;
        margin-left: -20px;
    }
    .N8 {
        grid-template-columns: 1fr;
    }
    .N8 img {
        width: var(--wSite);
    }
    .N16 {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .N16 .resto {
        height: auto;
        padding: 10px 20px 20px;
    }
    .N16 .resto aside.pubR12 {
        margin-top: 25px;
        align-self: center;
    }
    .N17, .N34 {
        grid-template-columns: 1fr;
    }
    .N1 .foto, .N8 .foto, .N17 .foto, .N34 .foto {
        grid-area: 1 / 1 / span 1;
    }
    
    /* ZONAS TEMÁTICAS */
    .zonaTematica header {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
    .zonaTematica header h3, .lomas h3 {
        font-size: 30px;
    }
    .zonaTematica header h3 a:after, .lomas h3:after {
        width: 25px;
        height: 25px;
        top: 5px;
        background-size: 30%;
    }
    .menuTematico {
        text-align: left;
        font-size: 12px;
    }
    .menuTematico li {
        padding-left: 0;
        padding-right: 10px;
    }
    

    /* --------------   M Ó D U L O S   -------------- */
    /* LO MÁS LEÍDO  - TE INTERESA */
    .zonaLomas, .zonaLomas .seccion {
        font-size: 14px;
    }
    .lomas h3:after {
        top: 3px;
    }
    .lomas ol::after {
        width: 4px;
        left: 30px;
    }
    .zonaLomas li {
        margin-bottom: 8px;
        grid-template-columns: 30px 1fr;
        grid-column-gap: 15px;
    }
    .zonaLomas li .numero {
        font-size: 20px;
    }


    /* --------------   C O N T A C T O   ------------------ */
    .contacto h1 {
        font-size: 24px;
        padding: 8px 0 5px;
        line-height: 1.2;
    }
    .contact h3 {
        font-size: 24px;
    }


} /* ------- F I N - 700 PX ------- */



@media only screen and (max-width: 500px) { 
    .footerUno {
        grid-template-columns: 1fr;
    }
}


/* -------- ERRORES -------- */
