.nextSection {
  width: 100%;
  height: 75px;
  text-transform: uppercase;
  display: table;
  margin: 10px 0;
}
.nextSection h2 {
  color: #fff;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2em;
  background: #000;
}
.iframeExternal.radio-news {
  margin-bottom: 32px;
}
.iframeExternal.radio-news iframe {
  width: 100%;
  height: 400px;
}
.sectioHtml {
  margin-bottom: 10px;
}
.sectioHtml.portada {
  margin-bottom: 10px;
}
.sectioHtml.portada img {
  min-height: 500px;
}
.sectioHtml.clustrmaps {
  margin: 10px 0px !important;
  padding: 10px 0px !important;
}
.td_spot_img_all img {
  min-height: 38px;
}
.sectionMainArticle.mas-popular .mainImage,
.sectionMainArticle.section-news .mainImage {
  min-width: 100%;
}
.sectionMainArticle.mas-popular .mainInfo,
.sectionMainArticle.section-news .mainInfo {
  padding: 10px 0 0;
  position: relative;
  width: 100%;
  background: transparent;
}
.sectionMainArticle.mas-popular .mainInfo .category_main,
.sectionMainArticle.section-news .mainInfo .category_main {
  margin: 0 0 6px 0;
}
.sectionMainArticle.mas-popular .mainInfo .category_main .category,
.sectionMainArticle.section-news .mainInfo .category_main .category {
  padding-bottom: 4px;
  padding-left: 0;
  font-family: Montserrat, open sans, open sans regular, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #006e89;
  background: transparent;
}
.sectionMainArticle.mas-popular .mainInfo .title_main,
.sectionMainArticle.section-news .mainInfo .title_main {
  font-weight: bold;
  color: #111111;
  margin-top: 5px;
}
.secondItems {
  margin-bottom: 10px;
}
.secondItems > .lo-mas-leido,
.secondItems > .section-news,
.secondItems > [class$="-mas-leidas"] {
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.secondItems > .lo-mas-leido .widgetTitle span::after,
.secondItems > .section-news .widgetTitle span::after,
.secondItems > [class$="-mas-leidas"] .widgetTitle span::after {
  width: calc(74vw - 95%);
}
.cont-ajax .submenu-2,
.cont-ajax .td-fix-index {
  display: none;
}
.search .td-fix-index {
  border-top: solid #ccc;
  margin: 25px 0;
  padding: 0 10px;
}
.search .td-fix-index .tdb-add-text {
  margin: 10px 0 5px;
}
.search .td-fix-index .tdb-title-text {
  margin-top: 0;
}
.search .secondItems > .section-news {
  padding: 0;
}
.search .secondItems > .section-news .mainInfo {
  padding: 10px 15px;
}
.secondItems > .es-viral,
.es-viral {
  position: relative;
  background: #f5f5f5;
  padding: 1px 10px 10px;
}
.es-viral {
  background: #f5f5f5;
}
/* Contenedor principal del slider */
.embolo-gtr {
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 15px;
}
/* Ocultar scrollbar pero mantener funcionalidad */
.embolo-gtr::-webkit-scrollbar {
  display: none;
}
.embolo-gtr {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Artículos del slider */
.sectionMainArticles.youtube-video {
  scroll-snap-align: start;
  min-width: 65%;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* Enlaces */
.sectionMainArticles.youtube-video a {
  text-decoration: none;
  color: inherit;
  display: block;
}
/* Contenedor de imagen */
.sectionMainArticles.youtube-video .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* Relación 16:9 */
  overflow: hidden;
}
/* Imágenes */
.sectionMainArticles.youtube-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Botón de YouTube SVG */
.sectionMainArticles.youtube-video .ImgVideo.bottomLeft,
.youtube-video .video-play img + .youtube-play-button {
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 28'><rect width='48' height='28' rx='6' fill='%23FF0000'/><polygon points='20,9 32,14 20,19' fill='%23FFFFFF'/></svg>") no-repeat center center;
  background-size: 70%;
  border-radius: 50%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.video-play {
  position: relative;
  width: 100%;
  height: 220px;
}
/* Contenido del artículo */
.sectionMainArticles.youtube-video .bd {
  padding: 12px;
}
/* Títulos */
.sectionMainArticles.youtube-video h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Efecto al tocar */
.sectionMainArticles.youtube-video:active {
  transform: scale(0.98);
  opacity: 0.9;
}
