a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.img-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, .5);
}

.raleway400 {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 400;
}

.raleway700 {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700;
}

.Franklin400 {
  font-family: 'Libre Franklin', sans-serif !important;
  font-weight: 400;
}

.Franklin700 {
  font-family: 'Libre Franklin', sans-serif !important;
  font-weight: 700;
}

/* HEADER */

.dolarsi {
  line-height: 0;
  font-size: 14px;
  padding-left: 7px;
}

.fecha {
  padding-top: 5px;
  font-size: 0.8rem;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

#logo {
  max-height: 100px;
  margin-top: 10px;
}

.etiquetas {
  font-size: 0.8rem;
  margin-top: 65px;
  white-space: nowrap;
  flex-grow: 1;
  flex-basis: 0;
}

#button_light {
  display: inline-block;
  background-color: #053A7E;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  top: 91%;
  right: 2%;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  font-size: 2em;
  color: #fff;
}

#button_light:hover {
  cursor: pointer;
  background-color: #333;
}

#button_top {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  top: 91%;
  right: 5%;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button_top::after {
  content: "\f286";
  font-family: 'bootstrap-icons';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button_top:hover {
  cursor: pointer;
  background-color: #333;
}

#button_top.show {
  opacity: 1;
  visibility: visible;
}

.progress2 {
  position: fixed;
  top: 45px;
  z-index: 1;
  width: 100%;
  transition: all 0.5s;
}

.progress2-container {
  width: 100%;
  height: 5px;
}

.progress2-bar {
  height: 5px;
  background: #F39424;
  width: 0%;
}

.progress3 {
  position: fixed;
  top: 45px;
  z-index: 1;
  width: 100%;
  transition: all 0.5s;
}

.progress3-container {
  width: 100%;
  height: 5px;
}

.progress3-bar {
  height: 5px;
  background: #F39424;
  width: 0%;
}

.animateMe {
  animation: progreso;
}

@keyframes progreso {
  0% {
    top: -100;
    opacity: 0;
  }

  100% {
    top: 100;
    opacity: 1;
  }
}

/* HEADER */

.central_foto img {
  object-fit: cover;
  width: 100%;
}

.central h1 {
  font-size: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.central h2 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.central p {
  font-size: 1.1rem;
  line-height: 24px;
}

.deportesCentral h1 {
  font-size: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.deportesCentral h2 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.deportesCentral p {
  font-size: 1.1rem;
  line-height: 24px;
}

.deportes_foto img {
  object-fit: cover;
  height: 450px;
  width: 100%;
}

.noticias_centrales h1 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.deportesCentrales h1 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.termometro {
  font-size: 1.4rem;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-bottom: #F39424 2px solid;
}

.termometro h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.rectangulo {
  width: 100px;
  height: 10px;
  background: #F39424;
}

.separador {
  font-size: 1.8rem;
  /* color: #4A4B4C; */
  padding-top: 8px;
}

.separador_deportes {
  font-size: 1.8rem;
  /* color: #005957; */
  padding-top: 8px;
}

/* RADIO */

:root {
  --primary-light: #8abdff;
  --primary: #6d5dfc;
  --primary-dark: #5b0eeb;
  --white: #ffffff;
  --greyLight-1: #e4ebf5;
  --greyLight-2: #c8d0e7;
  --greyLight-3: #bec8e4;
  --greyDark: #9baacf;
}

.fondo_radio {
  /* background-color: #f5f6f7; */
}

.escucha {
  border-radius: 29px;
  background: linear-gradient(145deg, #f5f6f7, #fafafa);
  box-shadow: 10px 10px 20px #e4ebf5, -5px -5px 20px #ffffff;
  max-width: 200px;
  margin: 0 auto;
}

.audios {
  border-radius: 45px;
  background: linear-gradient(145deg, #f5f6f7, #fafafa);
  box-shadow: 10px 10px 20px #e4ebf5, -5px -5px 20px #ffffff;
}

.escucha h5 {
  text-align: center;
  font-size: 1.2rem;
  padding: 10px;
  /* color: #727376; */
}

/*  PLAY BUTTON  */
.circle {
  grid-row: 4/6;
  width: 8rem;
  height: 100%;
  justify-self: center;
  border-radius: 1rem;
  display: grid;
  grid-template-rows: 1fr;
  justify-items: center;
  align-items: center;
}

.circle__btn {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 5rem;
  height: 5rem;
  display: flex;
  margin: 0.6rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 3.2rem;
  color: var(--primary);
  z-index: 300;
  background: var(--greyLight-1);
  box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
  cursor: pointer;
  position: relative;
}

.circle__btn.shadow {
  box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);
}

.circle__btn .play {
  position: absolute;
  opacity: 0;
  transition: all 0.2s linear;
}

.circle__btn .play.visibility {
  opacity: 1;
}

.circle__btn .pause {
  position: absolute;
  transition: all 0.2s linear;
}

.circle__btn .pause.visibility {
  opacity: 0;
}

.circle__back-1,
.circle__back-2 {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  filter: blur(1px);
  z-index: 10;
}

.circle__back-1 {
  box-shadow: 0.4rem 0.4rem 0.8rem var(--greyLight-2), -0.4rem -0.4rem 0.8rem var(--white);
  background: linear-gradient(to bottom right, var(--greyLight-2) 0%, var(--white) 100%);
  -webkit-animation: waves 4s linear infinite;
  animation: waves 4s linear infinite;
}

.circle__back-1.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.circle__back-2 {
  box-shadow: 0.4rem 0.4rem 0.8rem var(--greyLight-2), -0.4rem -0.4rem 0.8rem var(--white);
  -webkit-animation: waves 4s linear 2s infinite;
  animation: waves 4s linear 2s infinite;
}

.circle__back-2.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}



@-webkit-keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.col_radio {
  text-align: -webkit-right;
}

.col_radio_btn {
  text-align: -webkit-left;
}

/*RADIO*/

.noticias h1 {
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.ultimas_noticias h2 {
  font-size: 1.2rem;
  padding-top: 8px;
}

.ultimas_noticias h5 {
  font-size: 1rem;
}

.ultimas_noticias h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.ultimas_noticias p {
  font-size: 3rem;
  color: #F39424;
}

.ultimas_noticias .linea_naranja {
  display: table;
  overflow: hidden;
  border-left: 3px solid #F39424;
}

footer {
  color: #dcdcdc;
}

footer #socialBar {
  text-align: right;
}

/* SINGLE */

.volanta_notas {
  font-size: 1.5rem;
}

.titulos_notas {
  /* color: #3b3b3b; */
  font-size: 2.3rem;
}

.texto_single {
  font-size: 1.1rem;
  line-height: 33px;
}

.social [class*="bi bi-facebook"] {
  border-radius: 10px;
  border: #4A4B4C solid 1px;
  color: rgb(92, 92, 92);
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 10px 3px;
  width: 45px;
  font-size: 28px;
  text-align: center;
}

.social [class*="bi bi-twitter-x"] {
  border-radius: 10px;
  border: #4A4B4C solid 1px;
  color: rgb(92, 92, 92);
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 10px 3px;
  width: 45px;
  font-size: 28px;
  text-align: center;
}

.social [class*="bi bi-linkedin"] {
  border-radius: 10px;
  border: #4A4B4C solid 1px;
  color: rgb(92, 92, 92);
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 10px 3px;
  width: 45px;
  font-size: 28px;
  text-align: center;
}

.social .bi-facebook:hover {
  background-color: #b9b9b9;
}

.social .bi-twitter-x:hover {
  background-color: #b9b9b9;
}

.social .bi-linkedin:hover {
  background-color: #b9b9b9;
}

.vista_noticia img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.vista_noticia a {
  /* color: #d67f00; */
  font-weight: bold;
}

/* PARA QUE LA PRIMER IMAGEN DE LA NOTICIA SE VEA 16:9 */
.vista_noticia > p:nth-child(1) img:first-of-type,
.vista_noticia > p:nth-child(2) img:first-of-type {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}

.separador-single {
  font-size: 1.2rem;
  /* color: #4A4B4C; */
  padding-top: 8px;
}

.leidas {
  font-size: 2.5rem;
  /* color: #F39424; */
  line-height: 40px;
}

/* SINGLE */



/* AJUSTES CELULAR */
@media (max-width: 800px) {
  #button_light {
    top: 87%;
    right: 3%;
    width: 43px;
    height: 43px;
    font-size: 1.8em;
  }

  #button_top {
    top: 87%;
    right: 14%;
    width: 43px;
    height: 43px;
    font-size: 1.2em;
  }

  .central_foto {
    padding: 0 !important;
  }

  .central_foto img {
    height: 250px;
    width: 100%;
  }

  .central h1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    font-size: 1.7rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .central h2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    font-size: 1rem;
  }

  .central p {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .deportes_foto img {
    padding: 0 !important;
  }

  .deportes_foto img {
    height: 250px;
    width: 100%;
  }

  .col_radio {
    text-align: -webkit-center;
  }

  .col_radio_btn {
    text-align: -webkit-center;
  }

  .noticias h1 {
    font-size: 1.3rem;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .ultimas_noticias h4 {
    font-size: 0.9rem;
  }

  .ultimas_noticias p {
    font-size: 2rem;
  }

  footer #socialBar {
    text-align: center;
  }

  /* SINGLE */
  .titulos_notas {
    font-size: 1.8rem;
  }

  .volanta_notas {
    font-size: 1.2rem;
  }

  .texto_single {
    font-size: 1rem;
    line-height: 27px;
  }


  /* SINGLE */
}

/* AJUSTES CELULAR */

/* AJUSTES HD */
@media (min-width: 1200px) {
  .imagen2 {
    max-height: 307px;
    overflow: hidden;
    min-height: 307px;
  }

  #button_top {
    right: 7%;
  }

  .imagen3 {
    max-height: 200px;
    overflow: hidden;
    min-height: 200px;
  }

  .imagen4 {
    max-height: 147px;
    overflow: hidden;
    min-height: 147px;
  }
}

/* AJUSTES HD */

/* AJUSTES FULLHD */
@media (min-width: 1400px) {
  .imagen2 {
    max-height: 358px;
    overflow: hidden;
    min-height: 358px;
  }

  #button_top {
    right: 5%;
  }

  .imagen3 {
    max-height: 234px;
    overflow: hidden;
    min-height: 234px;
  }

  .imagen4 {
    max-height: 172px;
    overflow: hidden;
    min-height: 172px;
  }
}

/* AJUSTES FULLHD */

/* AJUSTES DARKMODE */

[data-bs-theme=dark] a {
  color: #DEE2E6;
}

[data-bs-theme=dark] a:hover {
  color: #FFF;
}

[data-bs-theme=dark] #barraSuperior {
  background-color: #2C2C2C;
  border-top: #444444 1px solid;
  border-bottom: #444444 1px solid;
}

[data-bs-theme=dark] #barraSuperior .nav-link {
  color: #DEE2E6;
}

[data-bs-theme=dark] #barraSuperior .nav-link:hover {
  color: #FFF;
}

[data-bs-theme=dark] #menuDiario {
  background-color: #3C3C3C;
}

[data-bs-theme=dark] #menuDiarioCelular {
  background-color: #3C3C3C;
}

[data-bs-theme=dark] #menuDiarioCelularFecha {
  background-color: #55595C;
}

[data-bs-theme=dark] #menuDiario .fecha {
  color: #B3B4BB;
}

[data-bs-theme=dark] .progress2-container {
  background: #444444;
}

[data-bs-theme=dark] .progress3-container {
  background: #444444;
}

[data-bs-theme=dark] .etiquetas {
  background: #55595C;
  color: #DEE2E6;
}

[data-bs-theme=dark] .etiquetas a {
  color: #B3B4BB;
}

[data-bs-theme=dark] .etiquetas a:hover {
  color: #FFF;
}

[data-bs-theme=dark] .central h2 {
  color: #B3B4BB;
}

[data-bs-theme=dark] .termometro {
  background-color: #2B3035;
}

[data-bs-theme=dark] .rectangulo {
  border-bottom: 2px solid #2B3035;
}

[data-bs-theme=dark] #rectanguloBorde {
  border-bottom: 2px solid #2B3035;
}

[data-bs-theme=dark] .ultimas_noticias {
  background-color: #2B3035;
}

[data-bs-theme=dark] .ultimas_noticias h2 {
  color: #F39424
}

[data-bs-theme=dark] .ultimas_noticias h5 {
  color: #F39424
}

[data-bs-theme=dark] .deportesCentral h2 {
  color: #00767A;
}

[data-bs-theme=dark] .deportesCentral h1 {
  color: #00767A;
}

[data-bs-theme=dark] .deportesCentrales h1 {
  color: #00767A;
}

[data-bs-theme=dark] .volanta_notas {
  color: #B3B4BB;
}

/* AJUSTES DARKMODE */

/* AJUSTES LIGHTMODE */

[data-bs-theme=light] a {
  color: #4A4B4C;
}

[data-bs-theme=light] a:hover {
  color: #2B3035;
}


[data-bs-theme=light] #barraSuperior {
  background-color: #F8F9FA;
  border-top: #929292 1px solid;
  border-bottom: #929292 1px solid;
}

[data-bs-theme=light] #barraSuperior .nav-link {
  color: #575757;
}

[data-bs-theme=light] #barraSuperior .nav-link:hover {
  color: #000;
}

[data-bs-theme=light] #menuDiario {
  background: linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(219, 219, 219, 1) 100%);
}

[data-bs-theme=light] #menuDiarioCelular {
  background: linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(219, 219, 219, 1) 100%);
}

[data-bs-theme=light] #menuDiarioCelularFecha {
  background: linear-gradient(90deg, rgba(219, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(219, 219, 219, 1) 100%);
}

[data-bs-theme=light] #menuDiario .fecha {
  color: #606060;
}

[data-bs-theme=light] .progress2-container {
  background: #CCC;
}

[data-bs-theme=light] .progress3-container {
  background: #CCC;
}

[data-bs-theme=light] .etiquetas {
  background: #EEEEEE;
  color: #000;
}

[data-bs-theme=light] .etiquetas a {
  color: #4A4B4C;
}

[data-bs-theme=light] .etiquetas a:hover {
  color: #000;
}

[data-bs-theme=light] .central h2 {
  color: #F39424;
}

[data-bs-theme=light] .termometro {
  background-color: #DEDEDE;
}

[data-bs-theme=light] .rectangulo {
  border-bottom: 2px solid #555;
}

[data-bs-theme=light] #rectanguloBorde {
  border-bottom: 2px solid #555;
}

[data-bs-theme=light] .ultimas_noticias {
  background-color: #F3F4F4;
}

[data-bs-theme=light] .ultimas_noticias h2 {
  color: rgb(190, 0, 0);
}

[data-bs-theme=light] .ultimas_noticias h5 {
  color: rgb(190, 0, 0);
}

[data-bs-theme=light] .deportesCentral h2 {
  color: #005957;
}

[data-bs-theme=light] .deportesCentral h1 {
  color: #005957;
}

[data-bs-theme=light] .deportesCentrales h1 {
  color: #005957;
}

[data-bs-theme=light] .volanta_notas {
  color: #F39424;
}

/* AJUSTES LIGHTMODE */