/* CADENA ENERGIA */
.logo-energia{
    width: 150px !important;
    height: auto !important;
    position: absolute !important;
    z-index: 100 !important;
    top: 50px !important;
    left: 100px !important;
}
.logo-energia-movil{
    width: 120px !important;
    height: auto !important;
}
.enlace-blanco{
    color: white !important;
}
.enlace-blanco:hover{
    color: white !important;
}
.texto-parrafo{
    font-size: 18px !important;
    line-height: 34px !important;
    color: #444 !important;
}
.banner-publi-portada{
    min-height: 60px !important;
    width: auto !important;
}

.centrar-traductor{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }

.notas-legales{
    font-size: 18px !important;
    line-height: 28px !important;
    color: #1A1A1A !important;
  }
  
  .notas-legales h2, h3{
    font-size: 22px !important;
    line-height: 32px !important;
  }
  
  .notas-legales h2, h3, p{
    margin-bottom: 30px !important;
  }
  .notas-legales li{
    margin-bottom: 15px !important;
  }
  
  .notas-legales ul li{
    list-style: disc !important;
  }
  
  .notas-legales ol li{
    list-style: decimal !important;
    padding-left: 15px !important;
  }
  
  .cc-nb-okagree{
    background-color: var(--theme-color) !important;
    color: #fff  !important;
  }
  .cc-nb-reject{
  background-color: var(--theme-color) !important;
  color: #fff  !important;
  }
  .cc-cp-foot-save{
  background-color: var(--theme-color) !important;
  color: #fff  !important;
  }
  .cc-pc-head-lang select:focus {
  box-shadow: 0 0 0 2px var(--theme-color) !important;
  }
  .cc-cp-foot-byline{
  color: #F2F2F2  !important;
  }
  .cc-cp-foot-byline a{
    color: #F2F2F2 !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .cc-pc-head-title-text{
    color: white !important;
  }
.icono-reproductor{
  height:60px !important;
  width: auto !important;
}
#reproductor_cadena_energia::-webkit-media-controls-play-button {
  display: none;
}

#reproductor_cadena_energia::-webkit-media-controls-panel {
  background-color: transparent;
}

.reproductor-fm{
  width: 100% !important;
  position: fixed;
  bottom: 0;
  z-index: 9999 !important;
  
}
.sombra-reproductor{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.campo-error{
  border: 1px solid #DC3545 !important; 
}

.icono-contacto{
  height: 60px !important;
  width: auto !important;
}

.icono-market{
  height: 70px !important;
  width: auto !important;
}

/* Estilo del botón flotante */
.whatsapp-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 30px;
  z-index: 99999;
}
.whatsapp-button:hover {
    background-color: #1ebe57;
}

.dia-semana{
  font-weight: bold !important;
  font-size: 18px !important;
}



.programa {
  display: flex !important;
  align-items: center !important;
  background: #F5F5F5 !important;
  border-radius: 15px !important;
  padding: 15px 20px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  width: 100% !important;
  gap: 15px !important;

}

.programa img {
  height: auto !important;
  width: 100px !important; 
  object-fit: cover !important; 
  border-radius: 50% !important;
  background-color: #fff !important;
}

.programa-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.programa-title {
  font-size: 28px !important;
  font-weight: bold !important;
  color: #C4198D !important;
}

.programa-subtitle {
  font-size: 16px !important;
  color: #222 !important;
}

.programa-time {
  font-size: 40px !important;
  font-weight: bold !important;
  color: #ccc !important;
}

.capa-carga{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin: 40px;
}
.svg-loader{
  margin-top: 20px;
  display:flex;
  position: relative;
  align-content: space-around;
  justify-content: center;
}
.svg-container{
  height: 50px;
  width: 50px;
}
.loader-svg{
  
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  fill: none;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke: rgb(196, 25, 141);
 
}
.loader-svg.bg{
  stroke-width: 8px;
  stroke: rgb(214, 216, 217);
}
.animate{
  stroke-dasharray: 242.6;
  animation: fill-animation 1s cubic-bezier(1,1,1,1) 0s infinite;
}

@keyframes fill-animation{
  0%{
    stroke-dasharray: 40 242.6;
    stroke-dashoffset: 0;
  }
  50%{
    stroke-dasharray: 141.3;
    stroke-dashoffset: 141.3;
  }
  100%{
    stroke-dasharray: 40 242.6;
    stroke-dashoffset: 282.6;
  }
}
.logo-sin{
  width: 15%;
  height: auto;
}

/* Responsivo */
@media (max-width: 480px) {
  .programa {
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important;
      padding: 10px !important;
  }

  .programa img {
      width: 60px !important;
  }

  .programa-time {
      font-size: 18px !important;
  }
}



@media only screen and (max-width: 1000px) {
    .logo-energia{
        width: 120px !important;
        height: auto !important;
        position: static !important; 
        z-index: unset !important;  
        top: unset !important;       
        left: unset !important;
    }
    .whatsapp-button {
      bottom: 30% !important;
    }

}

@media (max-width: 768px) {
  .nav-tabs .nav-link {
    writing-mode: vertical-rl !important;
    transform: rotate(180deg) !important;
    height: 160px !important; /* Ajustar según necesidad */
    width: 40px !important;
    text-align: center !important;
    padding: 5px !important;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #C4198D  !important;
  }
  .programa-time {
    font-size: 20px !important;
  }
  .programa img {
    width: 60px !important;
}
}
