:root {
   --verde: #03a456;
   --verde: #33814e;
   --verde: #28623E;
   --verdito: #a6ebc0;
}
body {
   margin:0;
   padding:0 0 3rem 0;
   background:#fff;
   font-family: 'IBM Plex Serif',Georgia, system-ui,sans-serif;
   font-size:1.1rem;
}
header {
   background:#00A456;
   padding-top:1rem;
   padding-bottom:1rem;
}
figure { margin:0;padding:0; }
.jade { color: var(--verde); }
div#foquitos figure {
   height:235px;
   overflow: hidden;
}
.jade { text-transform: uppercase; }
@media (min-width:834px) {
   div.container {
      width:834px;
   }
   .jade { font-size:6rem; font-weight: 300; }
}
.h22 { height:22rem; overflow: hidden; }
@media (min-width:834px) {
   div.container {
      width:1199px;
      margin:0 auto;
   }
   .row {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 1.5rem;
   }
   div#ocho { height: 666px; margin-top:2rem; }
   .col-12 { grid-column: span 12; }
   .col-11 { grid-column: span 11; }
   .col-9  { grid-column: span 9;  }
   .col-8  { grid-column: span 8;  }
   .col-7  { grid-column: span 7;  }
   .col-6  { grid-column: span 6;  }
   .col-5  { grid-column: span 5;  }
   .col-4  { grid-column: span 4;  }
   .col-3  { grid-column: span 3;  }
   .col-2  { grid-column: span 2;  }
   div#ocho .col-pos-2 {
      grid-column-start: 4; grid-column: span 6;
      border-right:1px solid lightgrey;
      padding-right:1.4rem;
   }
   div#ocho .col-pos-1 {
      grid-column-start: 1; grid-row-start: 1; grid-column: span 3;
      border-right:1px solid lightgrey;
      padding-right:1.35rem;
   }

   a.imageOcho { display:block; height: 352px; overflow: hidden; }
   a.imageSiete { display:block; height: 166px; overflow: hidden; }
   div.destacamos .col-6 a.image { display:block; height:230px; overflow:hidden; }
   div.destacamos .col-4 a.image, div#virales figure, div#reportajes figure { display:block; height:150px; overflow:hidden; }
   div#foquitos figure {
      height:400px;
      width:768px;
      overflow: hidden;
   }
   div#reportajes figure { height:14rem; }
   h4#foquitoF { height:66px; }
   img#logote {
      width:398px; height:110px; margin:0 auto;
   }
   .border-bottom {
      border-bottom:1px solid #666;
      padding:.75rem 0;
   }
   div#tiempotv figure {
      height: 154px;
      overflow: hidden;
   }
   div#tiempotv figure img {
      margin-top:-26px;
   }
   div#galerias { height:41rem; }
   div#galerias a { float:left; }
   div#galerias a.gal1 {
      width: 50%;
      height: 40rem;
      margin-right: 2%;
      overflow:hidden
   }
   div#galerias a.gal1 figure img {
      width:180%;
      max-width:180%;
      margin-top:-13%;
      margin-left:-20%;
   }
   div#galerias a.gal2, div#galerias a.gal3 {
      width:47%;
      height:19.5rem;
      overflow:hidden;
      margin-bottom:1rem;
   }
   div#galerias .gal2 figure,div#galerias .gal3 figure { height:19.5rem; }
   div#galerias figure { position:relative; }
   div#galerias figure figcaption {
      position: absolute;
      top: 0;
      left: 0;
      padding: 1rem 1rem 2rem;
      right: 0;
      background: linear-gradient(0deg, transparent, rgba(0,0,0.2));
      font-size: 1.85rem;
      line-height: 2.4rem;
      font-weight:500;
      color: white;
      text-shadow: 1px 3px 7px #333;
   }
}
h1.small,h2.small {
   font-size:2.15rem;
   line-height: 2.5rem;
   letter-spacing: -1px;
}
@media (max-width:768px) {
   a.imageOcho {
      display:block; height: 220px; overflow: hidden; 
   }
   .border-bottom-w {
      border-bottom:1px solid #666;
      padding-bottom:1rem;
      margin-bottom:1rem;
   }
   img#logote { max-width:90%; height:auto; }
   div.container {
      max-width:100%;
      padding-left:1rem;
      padding-right:1rem;
   }
   a.imageSiete img { width:100%; }
   div.destacamos figcaption {
      border-bottom:1px solid #666;
      padding-bottom:1rem;
      margin-bottom:1rem;
   }
   div.destacamos .image { width:100%; }
   div.destacamos a.image { display:block; overflow:hidden; }
   div.destacamos .col-6 a.image { height:200px; }
   div.destacamos .col-4 a.image { height:150px; }
}
div#foquitos { min-height:610px; }
div#foquitos figure { position:relative; }
h1,h2,h3,h4 { margin:0 0 .5rem 0; }

h4 { font-size:2rem; }
hr { border: 1px solid lightgrey }

img.image {
   max-width:100%; height:auto;
   background:url(https://eltiempomx.com/eltiempomx.png) no-repeat;
   background-size:80%;
   border-top:1px solid #000;
}
@media (max-width:728px) {
   img.image { width:100%; height:auto; }
}
div#ocho p { margin:.5rem 0; }
div#ocho h2 { letter-spacing:-1px; line-height: 1.15; font-size: 1.5rem; }
.tema { color: var(--verde); font-weight: bold; }
.tema::after {
   content: "  〉 ";
   color: #666;
   padding-left:.5rem;
}
a { color:#000; text-decoration: none; }
a:hover { color: rgb(64, 64, 64); }

.mt-3 { margin-top:2rem; }
.mt-2 { margin-top:1rem; }
.mt-1 { margin-top:.5rem; }
.mb-1 { margin-bottom:1rem; }
.mb-3 { margin-bottom:2rem; }
.mr-2 { margin-right:1.5rem; }
.mr-3 { margin-right:2rem; }
.ml-2 { margin-left:1.5rem; }
.ml-1 { margin-left:1rem; }
.mx-0 { margin:0; }
.mx-3 { margin:0 2rem; }
.my-3 { margin:2rem 0; }
.py-1 { padding:.5rem 0; }
.pt-2 { padding-top:1.5rem; }
.text-center { text-align: center; }
.border-tomato { border:1px solid tomato !important; }
.border-jade { border:1px solid var(--verde) !important; background:rgb(235, 255, 237); }
.hidden  { display: none; }
.visible { display: block; }

div#foquitos h4 {
   font-size: 1.7rem;
   line-height: 2rem;
   letter-spacing: -1px;
   font-weight: 500;
   height:120px;
}
div#foquitos p span {
   display:inline-block;
   margin-right:.6rem;
   padding:.8rem 1rem;
   border:1px solid #bfbfbf;
   cursor:pointer;
   border-radius: 10%;
}
/*
div#foquitos p span:hover {
   border:1px solid tomato;
}*/
div#foquitos img {
   transition: opacity 1s ease;
}
div#foquitos img {
   transition: opacity .5s ease; /* Transición suave de 1 segundo */
   opacity: 0; 
}
.tema0 {
   margin: 0;
   padding: 0;
   font-size: .8rem;
   position: absolute;
   margin-left: 1rem;
   top: 1rem; left: 1rem;
   color: white;
   font-variant: small-caps;
}
.tema0::before {
   content: "〉";
   padding: 0px 0.2rem;
}


div#menu {
   border-bottom:1px solid var(--verde);
   margin-bottom:2rem;
   padding-bottom:.5rem;
   font-family:  system-ui, -apple-system, sans-serif;
   text-transform: uppercase;
   font-size:.79rem;
   flex-wrap: nowrap;
   overflow-x: auto;
   white-space: nowrap;
}
div#menu a {
   padding:.4rem;
   display: inline-block;
}
div#menu a:hover {
   background:#00A456;
   color:white;
}
.verdito {
   background:#006634;
   color:white;
}
div#menu form { display:inline; }
div#menu input {
   font-size:1rem;
   border:1px solid var(--verde);
   padding:.2rem .4rem;
   border-radius:.3rem;
}
span.masnuevo,span.masvisto, .title {
   font-size:2.2rem;
   border-bottom:8px solid #ddd;
   padding:0 .5rem;
   min-width:100px;
}
.title { min-width:260px; display:inline-block; }
.selected {
   border-bottom:8px solid var(--verde) !important;
}
ol#masvisto, ol#masnuevo {
   list-style: none; margin:0; padding:0; 
   counter-reset: unadevaqueros; 
   font-size:1.1rem;
}
ol#masvisto li, ol#masnuevo li { 
   counter-increment: unadevaqueros; 
   min-height:3rem; 
   border-bottom:1px dotted #ddd; 
   padding-top:1rem; 
   padding-bottom:.5rem;
}
ol#masvisto li:before, ol#masnuevo li:before  {
   font-family:  system-ui, -apple-system, sans-serif;
   content: counter(unadevaqueros) " ";
   color: var(--verde);
   font-weight: 900;
   font-size:3rem;
   width:3.5rem;
   height:3.5rem;
   float:left;
   text-align:center;
   position:relative;
   top:-.4rem;
   font-family: "Lato";
   font-weight:900;
   margin-right:.5rem;
}

div.destacamos figcaption, div#tiempotv p, div#virales p, div#reportajes p {
   font-size:1.4rem;
}
iframe { border:0; }
iframe.dolar { height:300px; }
div#opinion {
   background: #f3fff3;
}
div#opinion a { font-size:1.3rem; display:block; margin-bottom:1rem; }
div#opinion p {
   border-right: 1px solid var(--verdito);
   padding-right: .5rem;
}
div#opinion p:first-child { padding-left:.5rem; }
div#opinion p:last-child { border:none; }
/*
div#opinion figure { height:10rem; overflow:hidden; }
div#opinion img {
   border-radius:7rem;
   width:80%;
}
*/
div#clima {
   font-size:1.2rem;
   font-style: oblique;
   text-align: center;
}
div#clima big {
   font-size:3rem;
   display: block;
   font-style: normal;
   font-weight: 900;
   color: #AD1800;
}
div#clima img {
   width: 6rem;
   margin: 1rem auto;
   display: block;
}
h2.big,h1.big { font-size:2.3rem; line-height: 2.65rem; }
div#coahuila h3 { min-height:80px; }
p.small { font-size:small; }

div.seccion figure.big {
   height:220px;
   overflow: hidden;
}
/*
div.seccion figure.small img {
   float:left;
   width:40%;
   margin-right:1rem;
}
*/
div.seccion figure.small {
   float: left;
   margin:1rem 1rem 0 0;
   width: 40%;
   height: 6rem;
   overflow: hidden;
}
div.seccion p.big { font-size:1.75rem; min-height:155px; }
div.seccion p.small {
   font-size:1.25rem; min-height:8.3rem; padding-top:1rem;
   margin:0;
}

.lapbg { height:17.5rem; text-align: center; overflow:hidden; }
@media (max-width:728px) {
   .lapbg { height:21.4375rem; }
}

footer { padding:3rem 0; }




/* Estilos para el menú */
.menu {
   position: fixed;
   top: 0;
   left: -3250px; /* Oculto inicialmente */
   width: 300px;
   max-width:80%;
   height: 100%;
   background-color: #fff;
   overflow-y: auto; 
   /*transition: 0.1s;*/
   padding-top: 1rem;
   padding-bottom:3rem;
   z-index:1977;
   font-family:  system-ui, -apple-system, sans-serif;
   box-shadow: .3rem 0rem 3rem #333

   
}
.menu::-webkit-scrollbar {
   display: none;
 }
.menu strong { padding:0 1rem; font-size:1.2rem; }
.menu-temas {
   padding:0 1rem 1rem;
}
.menu-temas a { display:inline-block; padding:.3rem; }
.menu ul {
   padding: 8px;
}

.menu ul li {
   border-bottom:1px solid #e4e4e4;
}
.menu ul li.separador { height:1px; }
.menu ul li a {
   color: black;
   text-decoration: none;
   display: block;
   /*transition: 0.3s;*/
   padding: .5rem .8rem;
}

.menu ul li a:hover {
   font-weight: bold;
}

/* Botón de menú hamburguesa */
.menu-toggle {
   font-size: 2.5rem;
   cursor: pointer;
   /*position: fixed;
   top: 15px;
   left: 15px;*/
   z-index: 1;
   color: #333;
   z-index:1982;
}
.menu-close {
   font-size:2rem;
   float:right;
   margin-right:1rem;
   cursor: pointer;
   font-weight: bold;
}
body.menu-open {
   overflow: hidden;
}
/* Mostrar menú cuando se active */
.menu.active {
   left: 0;
}
.buscador {
   margin-top: 2rem;
   padding-left: 1rem;
   padding-top:1rem;
}
.buscador input { 
   font-size:1.1rem;
   padding:.1rem;
   width:70%;
   padding: 10px 10px 10px 40px; /* Espacio para la imagen */
   background: #effff1 url('/buscar.svg') no-repeat 10px center;
   background-size: 20px 20px; /* Tamaño de la imagen */
   border: 1px solid #ccc;
   border-radius: 5px;
   font-size: 16px;
   outline: none;
}

a.separa::before, span.separa::after {
   content:"〉";
   display:inline-block;
   width:1rem;
   height:1rem;
   padding:0 0 0 .5rem;
   color:#999;
}
.border2 {
   border-bottom:1px dotted #000;
}
.float-right {
   padding-left:1rem;
   float:right;
}
.btn {
   font-family:system-ui, -apple-system, sans-serif;
   padding:.3rem .6rem;
   font-size:.8rem;
   border-radius:.5rem;
   border:1px solid var(--verde);
}
.btn:hover { background: var(--verde); color:white; }

div#publocal article {
   font-size:1.6rem;
}
div#publocal figure {
   float:right;
   margin-left:1rem;
}
@media(max-width:768px) {
   .d-m-none {
      display:none;
   }
}
.border-bottom {
   border-bottom: 1px solid #d8d8d8;
   padding-bottom: 1.5rem;
}

p.jade {
   border-top: 1px solid var(--verde)
}
img.jade {
   width:400px;
   height: auto;
   margin:2rem auto;
}
@media (max-width:768px) {
   img.jade {
      width:360px;
      height:auto;
   }
}
.d-block {
   display:block;
}
.display-2 { font-size:3rem; }
.p12 { font-size:1.2rem; }
.sticky { position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; position: sticky; top: .5rem; }
@media (min-width:1024px) {
   div#publocal article {
      height:20rem;
   }
   iframe.vota {
      height:340px;
      margin-bottom:2rem;
      width:800px;
      margin:0 auto;
      display:block;
   }
}
table.tabla1 { width:100%; }
table.tabla1 th {
   background: var(--verdito);
   padding:.5rem 1rem;
   text-align:center;
}
table.tabla1 td {
   padding:.1rem .5rem;
   border-bottom:1px solid rgb(223, 223, 223);
}
table.tabla1 td+td+td {
   text-align:end;
}
p#topsoft {
   padding:0; margin:0 !important;
   font-size:.85rem;
}
p#topsoft a {
   display: inline-block;
   padding:.5rem;
   color:#28623E;
}
p#topsoft a:before {
   content: "〉";
   color:black;
}
a.red { color:#900; }
@media (min-width:1024px) {
   a.h10 {
      height: 11rem;
      display: block;
      overflow: hidden;
   }
   a.h17 {
      height: 17rem;
      display: block;
      overflow: hidden;
   }
}
/* menu ediciones */
.menu-container {
   position: relative;
   display: inline-block;
   cursor: pointer;
}
.dropdown-menu {
   display: none;
   position: absolute;
   top: 100%;
   width:240px;
   left: 0;
   background-color: #ffffff;
   border: 1px solid #ccc;
   border-radius: 5px;
   box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
   z-index: 1;
   min-width: 150px;
}
.dropdown-menu a {
   display: block;
   padding: 10px;
   color: #333;
   text-decoration: none;
}
.dropdown-menu a:hover {
   background-color: #f2f2f2;
}
.menu-container.active .dropdown-menu {
   display: block;
}

p.lead {
   font-size:1.35rem;
}
p.lead small { font-size:.85rem; text-align: center; }
.aire {
   padding:1rem;
   border-radius:5%;
}
.aire0-50 { border:2px solid #008000; border-top:1.5rem solid #008000; }
.aire51-100 { border:2px solid #FFFF00; border-top:1.5rem solid #FFFF00; }
.aire101-150 { border:2px solid #ff8000; border-top:1rem solid #ff8000; }
.aire151-200 { border:2px solid #ff0000; border-top:1rem solid #ff0000; }
.aire201-300 { border:2px solid #7d2181; border-top:1rem solid #7d2181; }
.aire301-500 { border:2px solid #804000; border-top:1rem solid #804000; }

.aire em { font-size:.85rem; }
.aire strong {
   display:block;
   text-align: center;
   font-size:2rem;
}
/*pppppp*/
div#espacioA { min-height:120px; }
div#espacioC { min-height:280px; }
@media (min-width:834px) {
   div#espacioA {
      width:100%;
      height:100px;
      margin:0 auto;
   }
}
.iframe2 {
   width:412px;
   height:320px;
   margin-bottom:2rem;
}
@media (min-width:1024px) {
   .iframe2 {
      width:720px;
      height:405px;
   }
}

/* preportada */
#splash {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background: rgba(0, 0, 0, 0.8);
   display: none;
   justify-content: center;
   align-items: center;
   z-index: 9999;
   opacity: 1;
   transition: opacity 0.5s;
}
#splash img {
   max-width: 100%;
   /*max-height: 80%;*/
   border-radius: 10px;
   box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
#close-splash {
   position: absolute;
   top: 20px;
   right: 20px;
   background: #ff4444;
   color: white;
   border: none;
   padding: 10px 15px;
   cursor: pointer;
   border-radius: 5px;
   font-size: 16px;
}
#close-splash:hover {
   background: #cc0000;
}
.em { font-style: italic; }
.push {
   background: #ebffe9;
   padding: .5rem;
   text-align: center;
   font-size: 1.2rem;   
}
.push a {
   color: black;
}

div.ertema { margin-bottom:2rem; margin-top:2rem; }
@media (min-width:1024px) {
   .ertema {
      height:30rem;
      width:910px;
      margin:0 auto;
   }
   .ertema a {
      float:left;
      margin-right:1%;
   }
   .ertema figure {
      overflow:hidden;
   }
   .ertema a:first-child { width: 70%; }
   .ertema .tema1 { height: 28rem; }
   .ertema .tema2, .ertema.tema3 { height: 11rem; }
   .ertema a:nth-child(2), .ertema a:nth-child(3)  {
      width: 25%;
   }
}
.w100 { width:100%; }
.titulo1 {
   position: absolute;
   bottom: -3rem;
   right: 0;
   letter-spacing: -2px;
   left: 0;
   font-size: 2.5rem;
   font-weight: 900;
   padding: 1rem;
   color: white;
   background: linear-gradient(0deg, black, transparent);
}
.titulo2,.titulo3 { padding:0; margin:0; }
.relative { position:relative; }
@media (min-width:1024px) {
   .tema1 img.w125 {
      width:125%;
      max-width:125% !important;
      margin-top:-20%;
   }
}
.bg-gray {
   background:#333;
}
.bg-verdito {
   background: #f3fff3;
   border-bottom: 4px solid var(--verde);
}
ul.masNotasSeccion {
   list-style:none;
   margin:0; padding:0;
}
ul.masNotasSeccion a {
   padding-bottom: 1rem;
   display: block;
   border-top: 1px dotted green;
   padding-top: .3rem;
   min-height: 4rem;
}