.lista-noticias{
  max-width:950px;
  margin:40px auto;
}

.lista-noticias li{
  display:flex!important;
  align-items:center!important;
  gap:25px!important;

  margin-bottom:30px!important;
  padding-bottom:25px!important;

  border-bottom:1px solid #ddd!important;
}

.lista-noticias img{
  width:260px!important;
  min-width:260px!important;
  max-width:260px!important;

  height:170px!important;
  min-height:170px!important;
  max-height:170px!important;

  object-fit:cover!important;
  object-position:center!important;

  display:block!important;
}

.lista-noticias a{
  font-family:Georgia,serif!important;
  font-size:24px!important;
  line-height:1.2!important;
  color:#111!important;
  text-decoration:none!important;
  font-weight:700!important;

  display:block!important;
}

.lista-noticias .wp-block-latest-posts__post-date{
  display:block!important;
  margin-top:10px!important;

  font-size:14px!important;
  color:#777!important;
}

.lista-noticias .wp-block-latest-posts__post-excerpt{
  margin-top:10px!important;

  font-size:16px!important;
  line-height:1.5!important;
  color:#444!important;
}

@media(max-width:800px){

  .lista-noticias li{
    flex-direction:column!important;
    align-items:flex-start!important;
  }

  .lista-noticias img{
    width:100%!important;
    max-width:100%!important;
    min-width:100%!important;

    height:220px!important;
    max-height:220px!important;
    min-height:220px!important;
  }

  .lista-noticias a{
    font-size:28px!important;
  }

}

@media(max-width:800px){

  .nota-destacada,
  .nota-horizontal,
  .notas-secundarias{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    padding:0 20px!important;
    margin:30px auto!important;
    box-sizing:border-box!important;
  }

  .nota-destacada a,
  .nota-horizontal-img,
  .nota-info,
  .nota-horizontal-info,
  .nota-sec{
    width:100%!important;
    max-width:100%!important;
  }

  .nota-destacada img,
  .nota-horizontal-img img,
  .nota-sec img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:cover!important;
  }

  .nota-info h2,
  .nota-horizontal-info h2,
  .nota-sec h3{
    font-size:30px!important;
    line-height:1.1!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    white-space:normal!important;
  }

  .nota-resumen,
  .nota-horizontal-info p,
  .nota-sec .resumen{
    font-size:16px!important;
    line-height:1.5!important;
  }
}

@media(max-width:800px){

body .nota-destacada,
body .notas-secundarias,
body .lista-noticias,
body .wp-block-columns{
display:block!important;
width:100%!important;
max-width:100%!important;
padding:0 15px!important;
margin:25px auto!important;
box-sizing:border-box!important;
}

body .wp-block-column{
width:100%!important;
display:block!important;
flex-basis:100%!important;
margin-bottom:30px!important;
}

body .nota-info,
body .nota-sec,
body .nota-horizontal-info{
width:100%!important;
max-width:100%!important;
}

body .nota-destacada img,
body .nota-sec img,
body .lista-noticias img{
width:100%!important;
height:auto!important;
max-width:100%!important;
display:block!important;
}

body h1,
body h2,
body h3,
body .nota-info h2,
body .nota-sec h3{
font-size:34px!important;
line-height:1.15!important;
word-break:normal!important;
overflow-wrap:break-word!important;
white-space:normal!important;
max-width:100%!important;
}

body p,
body .nota-resumen{
font-size:18px!important;
line-height:1.5!important;
}

}

.lista-noticias li{
  display:grid!important;
  grid-template-columns:260px minmax(0,1fr)!important;
  gap:30px!important;
  align-items:center!important;
}

.lista-noticias a{
  font-size:24px!important;
  line-height:1.2!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  white-space:normal!important;
  max-width:100%!important;
}

.lista-noticias img{
  width:260px!important;
  height:170px!important;
  object-fit:cover!important;
}

.lista-noticias{
  max-width:1000px!important;
  width:100%!important;
}

.lista-noticias li{
  display:grid!important;
  grid-template-columns:220px 1fr!important;
  gap:24px!important;
  align-items:start!important;
  width:100%!important;
  clear:both!important;
}

.lista-noticias img{
  width:220px!important;
  min-width:220px!important;
  height:150px!important;
  object-fit:cover!important;
}

.lista-noticias a{
  font-size:22px!important;
  line-height:1.15!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  white-space:normal!important;
}

@media(max-width:800px){

  .hero-nota{
    width:100%!important;
    max-width:100%!important;
    margin:25px auto!important;
    background:none!important;
  }

  .hero-nota img{
    width:100%!important;
    height:auto!important;
    object-fit:cover!important;
    background:none!important;
  }

  .hero-nota::after{
    display:none!important;
  }

  .hero-contenido{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    padding:15px 0!important;
    color:#111!important;
  }

  .hero-categoria,
  .hero-tiempo{
    color:#8b0015!important;
  }

  .hero-titulo{
    color:#111!important;
    text-shadow:none!important;
    font-size:30px!important;
    line-height:1.1!important;
  }

  .hero-resumen{
    color:#444!important;
    font-size:16px!important;
  }

}

@media(max-width:800px){

  html, body{
    overflow-x:hidden!important;
  }

  iframe,
  video,
  embed{
    max-width:100%!important;
    width:100%!important;
  }

  .reels-grid,
  .video-card,
  .reel-item,
  .hero-nota,
  .nota-destacada,
  .notas-secundarias,
  .nota-horizontal{
    max-width:100%!important;
    width:100%!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  .reel-item iframe,
  .video-card iframe{
    width:100%!important;
    max-width:100%!important;
  }

}

.ast-builder-grid-row-container,
.site-header-primary-section-left,
.site-primary-header-wrap{
position:sticky;
top:0;
z-index:9999;
background:#fff;
}

.blog-bonito .wp-block-post{
  background:#f7f7f7!important;
  padding:24px!important;
  border-radius:12px!important;
  box-shadow:0 4px 18px rgba(0,0,0,.08)!important;
  transition:.3s!important;
}

.blog-bonito .wp-block-post:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.14)!important;
}

.blog-bonito img{
  width:100%!important;
  height:240px!important;
  object-fit:cover!important;
  border-radius:8px!important;
}

.blog-bonito .wp-block-post-title a{
  font-family:Georgia,serif!important;
  font-size:28px!important;
  line-height:1.1!important;
  color:#111!important;
  text-decoration:none!important;
}

.blog-bonito .wp-block-post-title a:hover{
  color:#8b0015!important;
}

.blog-bonito .wp-block-post-excerpt{
  font-size:16px!important;
  line-height:1.5!important;
  color:#444!important;
}

.blog-bonito .wp-block-post-excerpt__more-link{
  display:inline-block!important;
  margin-top:15px!important;
  background:#8b0015!important;
  color:#fff!important;
  padding:12px 20px!important;
  border-radius:6px!important;
  text-decoration:none!important;
  font-weight:bold!important;
}

.blog-bonito .wp-block-post-excerpt__more-link:hover{
  background:#111!important;
}






.wp-block-post-excerpt__more-link{
background:#8b0015!important;
color:#fff!important;
padding:12px 24px!important;
border-radius:8px!important;
text-decoration:none!important;
font-weight:700!important;
display:inline-block!important;
margin-top:18px!important;
}

.wp-block-post-excerpt__more-link:hover{
background:#111!important;
color:#fff!important;
}





.wp-block-post-excerpt__more-link,
.more-link,
.wp-block-read-more,
.entry-content .wp-block-post-excerpt a{
  display:inline-block!important;
  background:#8b0015!important;
  color:#ffffff!important;
  padding:12px 24px!important;
  border-radius:8px!important;
  text-decoration:none!important;
  font-weight:700!important;
  font-size:15px!important;
  letter-spacing:.5px!important;
  margin-top:18px!important;
  border:none!important;
  line-height:1!important;
}

.wp-block-post-excerpt__more-link:hover,
.more-link:hover,
.wp-block-read-more:hover,
.entry-content .wp-block-post-excerpt a:hover{
  background:#111!important;
  color:#ffffff!important;
  transform:translateY(-2px);
}



@media(max-width:768px){

  .blog-bonito .wp-block-post,
  .boton-noticias .wp-block-post{
    display:block!important;
    padding:18px!important;
    margin-bottom:30px!important;
  }

  .blog-bonito img,
  .boton-noticias img{
    width:100%!important;
    height:220px!important;
    object-fit:cover!important;
    margin-bottom:15px!important;
  }

  .blog-bonito .wp-block-post-title a,
  .boton-noticias .wp-block-post-title a{
    font-size:30px!important;
    line-height:1.1!important;
    display:block!important;
  }

  .blog-bonito .wp-block-post-excerpt,
  .boton-noticias .wp-block-post-excerpt{
    font-size:16px!important;
    line-height:1.5!important;
  }

  .blog-bonito .wp-block-post-excerpt__more-link,
  .boton-noticias .wp-block-post-excerpt__more-link{
    margin-top:15px!important;
  }

}


@media(max-width:768px){

  .wp-block-latest-posts li,
  .wp-block-post{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    clear:both!important;
  }

  .wp-block-latest-posts__featured-image,
  .wp-block-post-featured-image{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 15px 0!important;
    float:none!important;
  }

  .wp-block-latest-posts__featured-image img,
  .wp-block-post-featured-image img,
  .wp-block-latest-posts img,
  .wp-block-post img{
    width:100%!important;
    height:220px!important;
    object-fit:cover!important;
    display:block!important;
  }

  .wp-block-latest-posts__post-title,
  .wp-block-post-title a{
    display:block!important;
    width:100%!important;
    font-size:28px!important;
    line-height:1.15!important;
    margin-top:12px!important;
  }

  .wp-block-latest-posts__post-excerpt,
  .wp-block-post-excerpt{
    font-size:16px!important;
    line-height:1.5!important;
  }

}




/* TITULOS ESTILO NOTA HORIZONTAL */
.wp-block-post-title,
.wp-block-latest-posts__post-title,
.entry-title{

font-family:Georgia,serif!important;
font-size:32px!important;
font-weight:700!important;
line-height:1.05!important;
color:#111!important;
letter-spacing:-0.5px!important;

}



/* BAJAR LA LINEA DIVISORA */
.wp-block-post{
padding-bottom:35px!important;
border-bottom:1px solid #d9d9d9!important;
}


/* BOTON ARRIBA DE LA LINEA */
.wp-block-read-more,
.wp-block-post-excerpt__more-link{

margin-bottom:25px!important;
position:relative!important;
z-index:5!important;

}


/* BLOG BONITO */
.blog-bonito .wp-block-post{
padding-bottom:45px!important;
margin-bottom:45px!important;
border-bottom:1px solid #d9d9d9!important;
}

/* BOTON */
.blog-bonito .wp-block-post-excerpt__more-link,
.blog-bonito .wp-block-read-more,
.blog-bonito .more-link{

display:inline-block!important;
background:#b30017!important;
color:#fff!important;
padding:14px 34px!important;
border-radius:999px!important;
text-decoration:none!important;
font-weight:700!important;
font-size:15px!important;
margin-top:22px!important;
margin-bottom:0!important;
line-height:1!important;
border:none!important;

}

/* HOVER */
.blog-bonito .wp-block-post-excerpt__more-link:hover,
.blog-bonito .wp-block-read-more:hover,
.blog-bonito .more-link:hover{

background:#111!important;
color:#fff!important;

}


/* BAJAR LINEA DE SEPARACION */
.blog-bonito .wp-block-post{

padding-bottom:70px!important;
margin-bottom:45px!important;
border-bottom:1px solid #d9d9d9!important;

}

/* BOTON */
.blog-bonito .wp-block-post-excerpt__more-link,
.blog-bonito .wp-block-read-more,
.blog-bonito .more-link{

margin-top:25px!important;
display:inline-block!important;

}



/* LINEA DEBAJO DEL BOTON */
.blog-bonito .wp-block-post-excerpt__more-link::after,
.blog-bonito .wp-block-read-more::after,
.blog-bonito .more-link::after{

content:"";
display:block;
width:100%;
height:1px;
background:#d9d9d9;
margin-top:30px;

}



/* CONTENEDOR */
.revista-news .wp-block-post{
padding-bottom:45px!important;
margin-bottom:45px!important;
border-bottom:1px solid #ddd!important;
}

/* IMAGEN */
.revista-news img{
border-radius:10px!important;
overflow:hidden!important;
}

/* TITULO */
.revista-news .wp-block-post-title{
font-family:Georgia,serif!important;
font-size:52px!important;
line-height:1!important;
font-weight:700!important;
letter-spacing:-1px!important;
margin-bottom:18px!important;
}

/* FECHA */
.revista-news .wp-block-post-date{
font-size:15px!important;
color:#777!important;
margin-bottom:18px!important;
}

/* RESUMEN */
.revista-news .wp-block-post-excerpt{
font-size:18px!important;
line-height:1.7!important;
color:#444!important;
}

/* BOTON */
.revista-news .wp-block-post-excerpt__more-link,
.revista-news .wp-block-read-more{

display:inline-block!important;
background:#111!important;
color:#fff!important;
padding:14px 28px!important;
border-radius:6px!important;
text-decoration:none!important;
font-weight:700!important;
margin-top:18px!important;

}

/* HOVER */
.revista-news .wp-block-post-excerpt__more-link:hover,
.revista-news .wp-block-read-more:hover{

background:#8b0015!important;

}

/* MOVIL */
@media(max-width:768px){

.revista-news .wp-block-post-title{
font-size:34px!important;
}

}




.revista-news .wp-block-post-terms{
margin-bottom:18px!important;
}

.revista-news .wp-block-post-terms a{
background:#8b0015!important;
color:#fff!important;
padding:8px 14px!important;
border-radius:6px!important;
text-decoration:none!important;
font-size:11px!important;
font-weight:700!important;
letter-spacing:1px!important;
text-transform:uppercase!important;
display:inline-block!important;
font-family:Arial,sans-serif!important;
}



.categoria-roja a,
.categoria-roja{
background:#8b0015!important;
color:#fff!important;
padding:8px 14px!important;
border-radius:6px!important;
text-decoration:none!important;
font-size:11px!important;
font-weight:700!important;
letter-spacing:1px!important;
text-transform:uppercase!important;
display:inline-block!important;
font-family:Arial,sans-serif!important;
}


/* SOLO BOTON DE CATEGORIA */
.revista-news .wp-block-post-terms{
margin-bottom:15px;
}

.revista-news .wp-block-post-terms a{
background:#8b0015!important;
color:#fff!important;
padding:7px 14px!important;
border-radius:5px!important;
text-decoration:none!important;
font-size:11px!important;
font-weight:700!important;
letter-spacing:1px!important;
text-transform:uppercase!important;
display:inline-block!important;
font-family:Arial,sans-serif!important;
}

/* ASEGURAR QUE NO PINTE TODO */
.revista-news article,
.revista-news .wp-block-post,
.revista-news{
background:transparent!important;
}


.revista-news .taxonomy-category a,
.revista-news .taxonomy-post_tag a,
.revista-news .wp-block-post-terms a,
.revista-news .cat-links a{
background:#8b0015!important;
color:#fff!important;
padding:7px 14px!important;
border-radius:5px!important;
text-decoration:none!important;
font-size:11px!important;
font-weight:700!important;
letter-spacing:1px!important;
text-transform:uppercase!important;
display:inline-block!important;
font-family:Arial,sans-serif!important;
}


.revista-news .wp-block-columns{
gap:60px;
position:relative;
}

.revista-news .wp-block-column:first-child{
border-right:1px solid #d9d9d9;
padding-right:30px;
}

.revista-news .wp-block-column:last-child{
padding-left:10px;
}

/* Línea divisora entre las 2 noticias */
.revista-news .wp-block-post:nth-child(1){
  border-right:1px solid #d9d9d9!important;
  padding-right:35px!important;
}

.revista-news .wp-block-post:nth-child(2){
  padding-left:35px!important;
}



.dos-notas-linea .wp-block-column:first-child{
border-right:1px solid #d9d9d9!important;
padding-right:35px!important;
}

.dos-notas-linea .wp-block-column:last-child{
padding-left:35px!important;
}




.single-post-image img{
width:100%;
max-height:520px;
object-fit:cover;
border-radius:12px;
margin:0 0 30px 0;
display:block;
}


.single-post img{
width:100%;
height:auto;
border-radius:14px;
margin:25px 0;
display:block;
box-shadow:0 8px 25px rgba(0,0,0,.12);
transition:.3s;
}

.single-post img:hover{
transform:scale(1.01);
}

.wp-block-gallery{
margin:35px 0;
gap:15px;
}

.wp-block-gallery img{
border-radius:12px;
}

.wp-block-image figcaption{
text-align:center;
font-size:14px;
color:#777;
margin-top:8px;
font-style:italic;
}








.ad-lateral{
background:#fff;
padding:10px;
border-radius:12px;
box-shadow:0 6px 20px rgba(0,0,0,.08);
margin-bottom:30px;
position:sticky;
top:120px;
}

.ad-label{
font-size:10px;
font-weight:700;
letter-spacing:2px;
color:#888;
margin-bottom:10px;
text-align:center;
}

.ad-lateral img{
width:100%;
border-radius:10px;
display:block;
transition:.3s;
}

.ad-lateral img:hover{
transform:scale(1.02);
}

/* HOME */

.ad-home-izquierdo{
position:fixed;
left:15px;
top:70px;
z-index:9999;
width:110px;
}

/* ENTRADAS */

.ad-entradas-izquierdo{
position:fixed;
left:20px;
top:95px;
z-index:9999;
width:180px;
}

/* IMAGEN HOME */

.ad-home-izquierdo img{
width:100%;
height:560px;
object-fit:fill;
display:block;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,.20);
transition:.3s;
}

/* IMAGEN ENTRADAS */

.ad-entradas-izquierdo img{
width:100%;
display:block;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,.20);
transition:.3s;
}

/* HOVER */

.ad-home-izquierdo img:hover,
.ad-entradas-izquierdo img:hover{
transform:scale(1.02);
}

/* BANNER HORIZONTAL */

.banner-css-rotativo{
max-width:970px;
height:90px;
margin:25px auto;
position:relative;
overflow:hidden;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,.18);
background:#fff;
}

.banner-css-rotativo img{
position:absolute;
width:100%;
height:100%;
object-fit:contain;
opacity:0;
animation:rotarBanner 12s infinite;
}

.banner-css-rotativo img:nth-child(1){animation-delay:0s;}
.banner-css-rotativo img:nth-child(2){animation-delay:4s;}
.banner-css-rotativo img:nth-child(3){animation-delay:8s;}

@keyframes rotarBanner{
0%{opacity:0;}
8%{opacity:1;}
30%{opacity:1;}
38%{opacity:0;}
100%{opacity:0;}
}

/* OCULTAR EN CELULAR */

@media(max-width:1100px){

.ad-home-izquierdo,
.ad-entradas-izquierdo{
display:none;
}

.banner-css-rotativo{
height:70px;
}

}

/* OCULTAR BANNER SUPERIOR SOLO EN HOME */

body.home div:has(img[src*="Banner-arriba.png"]){
display:none!important;
}

body.home .banner-ad-inserter-arriba{
display:none!important;
}







.ad-home-izquierdo,
.ad-entradas-izquierdo{
display:none !important;
}
.ad-home-izquierdo,
.ad-entradas-izquierdo,
.banner-horizontal,
.ads-horizontal,
.publicidad-horizontal{
display:none !important;
}


