/*
Theme Name:     Newspaper child theme
Description:    template child Newspaper, clean and easy to use.
Template:       Newspaper
Version:        13.0.23
Author:         Desarrollo Digital TCS
License:
License URI:
Text Domain:    newspaper
*/

/* Inicio: Programacion TV */

.title-guide-tv{
    font-size: 2rem;
    font-weight:bolder;
    text-align: center;
    color: #002982;
}

.description-guide-tv{
    font-style: italic;
    font-weight: 300;
    font-size: 0.9rem;
    text-align: justify;
    color: #747474;
    margin-bottom: 20px;
}

.content-tv {
    display: block;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.content-tv-item_channel{
    color: #002982;
    margin: 0px;
    font-size: 1rem !important;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

.content-tv-item_date{
    color: #002982;
    margin-bottom: 10px !important;
    font-size: 0.9rem !important;
    font-weight: 500;
    font-style: italic;
    line-height: 1.25;
}

.btn-guide{
    width: 180px;
    margin: 5px 0px 5px 0px;
    border-radius: 10px;
    display: flex !important;
    justify-content: center; 
    align-items: center;
    transition: transform 0.3s ease;
}

.btn-guide-active{
  background: linear-gradient(to right, #0a307c, rgba(32,155,67,0.9));
  display: flex !important;
  justify-content: center; 
  align-items: center;
  width: 180px;
  margin: 5px 0px 5px 0px;
  border-radius: 5px;
}

.btn-guide:hover{
  transform: scale(1.1);
}

.btn-guide img, .btn-guide-active img{
  margin: 0px;
  border-radius: 10px;
}

.continer-guide-tv {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 10px 10px;
    width: 100%;
    flex-wrap: wrap;
}

.content-program-tv{
    display: flex;
    flex-direction: row;
    border-top: 2px solid;
    border-color:darkgrey;
}

.content-program-tv_LIVE{
    display: flex;
    flex-direction: row;
    animation: parpadeo 2s infinite;
}

.detail-program{
    width: 75%;
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    color: black;
    font-weight: 700;
    /* margin-bottom: 1rem; */
}

.start-time-string{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid;
    border-color:darkgrey;
    color: black;
    font-weight: 700;
}

.category-program{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #002982;
    /* margin-bottom: 0.3rem;  */
    margin-left: -1rem;
}

.category-program-item_category{
    color: #ffffff;
    font-weight: 600;
    font-size: 0.7rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.detail-program-item_program{
    color: black;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
}

.detail-program-item_interval{
    color: rgb(71, 71, 71);
    font-weight: 600;
    font-size: 0.7rem;
    line-height: 1.25
}

.content-tv-title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content-tv-detail{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
}

.content-tv-detail-item_image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    
}

.content-tv-detail-item_image img{
    border-radius: 10px;
}

@keyframes parpadeo {
    0% {
      background-color: #9fecc0;
    }
    50% {
      background-color: #009540;
    }
    100% {
      background-color: #9fecc0;
    }
  }

  a {
    text-decoration: none;
  }
  
  a {
    text-decoration: none;
  }
  
  /* .ov-btn-slide-left {
    position: sticky;
    top: 20px;
    left: 20px;
    display: inline-block;
    z-index: 1;
    background: #002982;
    color: #fff;
    border: 2px solid #fff;
    padding: 16px 20px;
    border-radius: 50px;
  }
  
  .ov-btn-slide-left:hover {
    background: #fff;
    color: #002982;
    border: 2px solid #002982;
  }

  .ov-btn-slide-left::before {
    content: "← ";
    font-size: 0.9rem;
    left: 0;
  } */
  

/* Fin: Programacion TV */

/*****OCULTAR SCROLL GRAN MENU LATERAL*****/
.tdm-pm-body {
    scrollbar-width: none; /*Firefox*/
   }
   
   /*Webkit(Chrome, Android browser, Safari, Edge...)*/
   .tdm-pm-body::-webkit-scrollbar {
    width: 0;
   }
/*****OCULTAR SCROLL GRAN MENU LATERAL*****/

/***** INICIO TE PODRIA INTERESAR *****/
._article_ {
  --img-scale: 1.001;
  --title-color: #002982;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  background: #fff;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  flex: 0 0 auto;
  width: calc((100% - 20px) / 3.5); /* Ancho de cada slide, descontando el espacio entre ellos */
  margin-bottom: 15px;
}

._article_ a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

/* basic article elements styling */
._article_ h4 {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-size: 0.9rem !important;
  line-height: 15px; 
  color: var(--title-color);
  transition: color 0.3s ease-out !important;
}

._figure_ {
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

._figure_ img {
  max-width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.4s ease-in-out !important;
}

._article-body_ {
  padding: 10px 10px 0px 10px;
}

._article_ a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #002982;
}

._article_ a:focus {
  outline: 1px dotted #28666e;
}

._article_ a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.3s;
}

/* using the has() relational pseudo selector to update our custom properties */
._article_:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #002982;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 18px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

._articles_ {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 0 20px 0 20px;
  scrollbar-width: none;
}

._container-related-post_ {
  position: relative;
  overflow-x: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

._articles_::-webkit-scrollbar {
  width: 0;
 }

 ._container-related-post_ ._nav-btn_ {
  /* position: absolute; */
  /* transform: translateY(-50%); */
  background-color: transparent;/*rgba(0, 41, 130, 0.7); */
  font-size: 4rem;
  /* width: 60px;
  height: 60px; */
  /* border-radius: 50%; */
  border: none;
  cursor: pointer;
  /* z-index: 999; */
  color: #002880;
}

._container-related-post_ ._nav-btn_:hover {
  /* background-color: rgba(0, 149, 65, 0.7); */
  color: rgba(0, 149, 65);
}

._container-related-post_ ._nav-btn_.left {
  left: 0%;
}

._container-related-post_ ._nav-btn_.right {
  right: 0%;
}

@media screen and (max-width: 960px) {
  ._article_ {
    container: card/inline-size;
    width: calc((100% - 20px) / 2.5);
  }

  ._article_ h4 {
    font-size: 0.8rem !important;
  }

  ._articles_{
      padding: 0 0 10px 0;
  }

  ._container-related-post_ {
    display: block;
  }

  ._container-related-post_ ._nav-btn_{
      display: none;
  }
}

@container card (min-width: 380px) {
  ._article-wrapper_ {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
  }
  ._article-body_ {
    padding-left: 0;
  }
  ._figure_ {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  ._figure_ img {
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
}

/***** FIN TE PODRIA INTERESAR *****/

/*****INICIO BARRA LATERAL MENU LATERAL*****/
.tdm-pm-body {
  scrollbar-width: none; /*Firefox*/
 }
 
 /*Webkit(Chrome, Android browser, Safari, Edge...)*/
 .tdm-pm-body::-webkit-scrollbar {
  width: 0;
 }
 /*****FIN BARRA LATERAL MENU LATERAL*****/

 /***** INICIO MENU BAR  *****/
.__dot-tag__ {
  width: 7px;
  height: 7px;
  background-color: #36A9E1;
  border-radius: 50%;
  animation: blink 1.5s infinite;
}

.__dot-tag-center__{
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-tag-bar-container {
  scrollbar-width: none; /*Firefox*/
}

.menu-tag-bar-container::-webkit-scrollbar {
display: none;
}

 /***** FIN MENU BAR  *****/

 /*************** INICIO YO ME LLAMO ***************/

.imgYMLL{
  display: flex;   
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.imgYMLL img{
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: bottom;
}

.buttonYMLL{
  background: linear-gradient(150deg,rgba(125, 65, 4, 1) 0%, rgba(253, 206, 1, 1) 20%, rgba(230, 143, 0, 1) 48%, rgba(253, 206, 1, 1) 77%, rgba(125, 65, 4, 1) 100%);
  max-width: fit-content;
  display:block;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: 2px 2px rgb(89, 89, 89);
  color:white;
  font-weight: 900;
  font-size: 2rem;
  font-family: roboto;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  text-decoration:none;
  border-radius: 20px;
  box-shadow: 0px 0px 40px -6px rgba(0, 41, 130, 0.841);
  -webkit-box-shadow: 0px 0px 40px -6px rgba(0, 41, 130, 0.841);
  -moz-box-shadow: 0px 0px 40px -6px rgba(0, 41, 130, 0.841);
}

.animation_buttonYMLL{
  transition: transform 0.3s ease;
}

.animation_buttonYMLL:hover {
  transform: scale(1.05 ); /* Puedes ajustar el valor de escala según tu preferencia */
}

.containerYMLL{
  background: #011126;
  background: linear-gradient(0deg, rgba(1, 17, 38, 1) 2%, rgba(57, 27, 34, 1) 48%, rgba(0, 24, 55, 1) 91%);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
}

/*************** FIN YO ME LLAMO ***************/

/*************** INICIO COMPETICIONES COUNTDOWN ***************/

.container-groups-main{
  background-color: #000D40;
  border-radius: 0 0 15px 15px;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}


.container-groups{
  display: flex;
  flex-direction: row;
  padding: 0 0 10px 0;
  overflow-x: auto;
  font-family: inherit;
}

.container-groups div:first-child{
  margin: 0 5px 0px 5px;
  padding: 0 5px 0 5px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.container-groups div:first-child a{
  color: #36A9E1  ;
}


.container-group{
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 10px 0 10px;
  min-width: 115px;
}

.container-group span{
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.container-group::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 1px;
  height: 80%;
  background-color: #ccc;
}

.container-group div{
  display: flex;
  align-items: center;
}

.container-banner-groups{
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #0626BD;
  padding: 0 0 0 25px;
  border-radius: 15px 15px 0 0;
}

.countdown-container {
  display: flex;
  align-items: center;
  font-size: 2em;
  color: #F9BF4B;
}

.countdown-container div {
  display: flex;
  margin: 0 10px;
}

.countdown-container div div{
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: bold;
}

.countdown-container div span {
  display: block;
  font-size: 0.5em;
  color: #fff;
  font-weight: 500;
}

.img-flag{
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border-color: #fff;
  border: 5px;
  margin: 0 5px 0 0 !important;
  position: relative;
  object-fit: cover;
}

.img-competition{
  width: auto;
  height: 70px;
  margin: 0 !important;
}

@media screen and (max-width: 960px) {
  .container-banner-groups{
    flex-direction: column;
  }

  .countdown-container div {
    margin: 0;
  }

  .container-banner-groups{
    padding: 0;
  }
}

/*************** FIN COMPETICIONES COUNTDOWN ***************/

/*************** INICIO CALENDARIO COMPETICION *************************/
.matches-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-family: inherit;
}

.match-status{
  font-weight: bold ;
}

.match-date {
  font-size: 1.2rem;
  font-weight: bolder;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.match {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #f9f9f9;
  min-width: 400px;
}
.team {
  width: 135px;
  text-align: center;
}
.vs-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 800;
  color: #333;
}
.team-logo_ {
  width: 50px;
  height: auto;
  margin-right: 10px;
  object-fit: cover;
}

.team-name_ {
  font-size: 1rem;
  font-weight: 900;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 5px;
}
.match-time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  color: #555;
  margin-top: 10px;
}

.match-detail{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.2rem;
}

.match-detail1{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

/*************** FIN CALENDARIO COMPETICION *************************/

/*************** INICIO TABLA COMPETICION *************************/
.container-main{
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin: 20px 0;
}

.container-euro-groups{
display: flex;
align-items: start;
justify-content: start;
}

.container-euro-table{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.table-wrapper {
width: 100%;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
background: white;
border-radius: 0 0 30px 30px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.group-table {
width: 100%;
border-collapse: collapse;
overflow: hidden;
font-size: 0.9rem;
font-family: inherit;
border-radius: 0 0 30px 30px;
}

.group-table th, .group-table td {
border: 1px solid #ddd;
padding: 8px;
min-width: 50px;
}

.group-table th {
background-color: #0626BD;
color: white;
text-align: center;
}

.group-table td {
text-align: center;
}

.group-table tr:nth-child(even) {
background-color: #f2f2f2;
}

.group-table tr:hover {
background-color: #ddd;
}

.group-header {
text-align: center;
font-size: 2em;
font-family: inherit;
font-weight: bolder;
margin: 20px 0;
color: #fff;
padding: 0 25px 0 25px;
}

.team-logo {
width: 32px;
height: 32px;
vertical-align: middle;
margin: 0 !important;
border-radius: 50%;
object-fit: cover;
}

.team-name {
vertical-align: middle;
}

.td-table-team{
display: flex;
align-items: center;
justify-content: flex-start;
gap: 5px;
font-weight: bold;
}

.list-selection-group{
list-style-type: none; /* Elimina los puntos de la lista */
padding: 0;
background-color: #f8f8f8;
width: 200px;
margin: 20px auto;
border-radius: 5px;
}

.list-selection-group li {
padding: 0; /* Eliminar padding del li */
cursor: pointer;
border-bottom: 1px solid #ddd; /* Delimita los elementos sin bordes visibles */
}

.list-selection-group li:last-child {
border-bottom: none; /* Elimina el borde del último elemento */
}

.list-selection-group li a {
display: block; /* Hacer que el enlace ocupe todo el li */
padding: 10px;
text-decoration: none; /* Eliminar subrayado */
color: inherit; /* Heredar color */
font-weight: 500;
font-family: inherit;
}

.list-selection-group li a:hover,
.list-selection-group li a.seleccionado {
  background-color: #002982; /* Color al estar seleccionado o al pasar el cursor */
  font-weight: bolder;
  color: #fff;
}

.list-selection-group li a:focus {
  outline: none; /* Elimina el contorno al enfocarse */
}

.selector-selection-group{
display: none;
}

@media screen and (max-width: 960px) {
.match {
  min-width: 320px;
  padding: 0;
}

.match-detail1{
  gap: 0;
}

.group-header{
  margin: 0px;
}
.list-selection-group{
  display: none;
}

.selector-selection-group{
  display: block;
}

.container-euro-table{
  display: block;
}

.container-main{
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 20px 0 20px 0;
}

.container-euro-groups{
  margin: 20px 0 20px 0;
}

.group-table th:nth-child(n+6):nth-child(-n+8),
.group-table td:nth-child(n+6 ):nth-child(-n+8) {
  display: none;
}

.group-table th, .group-table td {
  padding: 5px 5px !important;
}

.group-table th:not(:first-child), .group-table td:not(:first-child){
  min-width: 25px;
}

.container-groups div:first-child{
  margin: 0 10px;
  min-width: max-content;
}

}

/*************** FIN TABLA COMPETICION *************************/

/*************** banner copa america INICIO *************************/
.countdown-container-ca2024 {
  display: flex;
  align-items: center;
  font-size: 2em;
  color: #F9BF4B;
}

.countdown-container-ca2024 div {
  display: flex;
  margin: 0 10px;
}

.countdown-container-ca2024 div div{
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: bold;
}

.countdown-container-ca2024 div span {
  display: block;
  font-size: 0.5em;
  color: #fff;
  font-weight: 500;
}

/*************** banner copa america FIN *************************/

/*************** TABLA LMF INICIO *************************/
/* Estilos por defecto, se aplica a todos los dispositivos */
.device_desktop {
  display: inline;
}
.device_movil {
  display: none;
}

.table-lmf {
  max-width: 70%;
  margin: 0 auto;
  border-collapse: collapse;
  overflow: hidden;
  font-size: 0.9rem;
  font-family: inherit;
  border-radius: 0 0 10px 10px;
}

.table-lmf th, .table-lmf td {
  padding: 8px;
  min-width: 50px;
}

.table-lmf th {
  background-color: #0626BD;
  color: white;
  text-align: center;
}

.table-lmf td {
  text-align: center;
}

.table-lmf tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-lmf tr:hover {
  background-color: #ddd;
}

/* Media query para dispositivos móviles */
@media (max-width: 768px) {
  .device_desktop {
      display: none;
  }
  .device_movil {
      display: inline;
  }
  .table-lmf {
    max-width: 100%;
  }
  .table-lmf th, .table-lmf td {
    padding: 3px 3px !important;
  }

  .table-lmf th:not(:first-child), .table-lmf td:not(:first-child){
    min-width: 20px;
  }
}
/*************** TABLA LMF INICIO FIN *************************/

/*** custom grid frontal ***/
.td-image-wrap{
  border-radius: 15px;
}

.td_module_mx21{
  border-radius: 15px;
}

/*** custom buttom up ***/
.td-scroll-up {
  border: 2px solid #d3d3d3; /* Color del borde gris */
  border-radius: 50%; /* Hace que el fondo sea circular */
  background-color: transparent !important; /* Fondo transparente */
  color: #d3d3d3; /* Color del ícono gris */
  transition: all 0.3s ease; /* Suaviza las transiciones */
  margin: 0 10px 10px 0px;
}

.td-scroll-up:hover {
  background-color: #0099da; /* Añade un ligero fondo al pasar el mouse */
  color: #0099da; /* Cambia el color del ícono al pasar el mouse */
  border-color: #0099da; /* Cambia el borde al pasar el mouse */
}

.td-scroll-up .td-icon-menu-up:hover {
  color: #0099da !important;
}

.td-scroll-up .td-icon-menu-up {
   color: #d3d3d3 !important;
   width: initial !important;
}



/*** custom grid sidebar ***/
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #002982bf 100%);
}

.td-stretch-content .td-module-thumb .entry-thumb{
  border-radius: 10px;
}

/** custom pulse icon tcsgo ***/

/* .bloque_pulse a{
  width:50px;
  height:50px;
  border-radius:50%;
  animation: pulse2 2s infinite;
  background:rgba(247, 159, 121, 1);
}

@keyframes pulse2{
  0%{
    box-shadow: 0 0 0 0 rgba(247, 159, 121, .7)
  }
  100%{
    box-shadow: 0 0 0 15px rgba(247, 121, 121, 0)
  }
} */


/** Modificar a blanco el color textos de reproductor **/
.jw-related-shelf-item-title{
  color: #fff !important;
}

.jw-related-more{
  color: #fff !important;
}

.jw-svg-icon{
  color: #f5f5f5 !important;
}

/*** custom ads - header ***/
.ads_container_header {
  position: fixed;
  top: 0;         /* pegado arriba */
  left: 0;
  z-index: 1000;  /* asegúrate de que quede por encima */
  height: 100px;
  background-color: #002982;
}

/*** ocultar iconos redes sociales compartir ***/
.td-social-sharing-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
