.portada {
  width: 100%;
  height: 100vh;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

}

.m1 .fa-spinner {
  color: var(--color1);
  font-size: 18pt;
}

#navbar.scroll {
  height: 70px;
  opacity: 0.9;
}

.logo img {
  width: 60px;
}

.principal {
  width: 100%;
  height: 80px;
  display: grid;
  grid-template-columns: 20% 70% 10%;
  background: var(--color2);
  transition: 0.5s;

}

.contenido {
  background: rgba(76, 76, 76, 0.86);
  background: -moz-linear-gradient(45deg, rgba(76, 76, 76, 0.86) 0%, rgba(89, 89, 89, 0.86) 0%, rgba(102, 102, 102, 0.86) 0%, rgba(71, 71, 71, 0.86) 0%, rgba(44, 44, 44, 0.86) 0%, rgba(0, 0, 0, 0.86) 0%, rgba(17, 17, 17, 0.86) 0%, rgba(43, 43, 43, 0.86) 0%, rgba(28, 28, 28, 0.62) 91%, rgba(19, 19, 19, 0.6) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(76, 76, 76, 0.86)), color-stop(0%, rgba(89, 89, 89, 0.86)), color-stop(0%, rgba(102, 102, 102, 0.86)), color-stop(0%, rgba(71, 71, 71, 0.86)), color-stop(0%, rgba(44, 44, 44, 0.86)), color-stop(0%, rgba(0, 0, 0, 0.86)), color-stop(0%, rgba(17, 17, 17, 0.86)), color-stop(0%, rgba(43, 43, 43, 0.86)), color-stop(91%, rgba(28, 28, 28, 0.62)), color-stop(100%, rgba(19, 19, 19, 0.6)));
  background: -webkit-linear-gradient(45deg, rgba(76, 76, 76, 0.86) 0%, rgba(89, 89, 89, 0.86) 0%, rgba(102, 102, 102, 0.86) 0%, rgba(71, 71, 71, 0.86) 0%, rgba(44, 44, 44, 0.86) 0%, rgba(0, 0, 0, 0.86) 0%, rgba(17, 17, 17, 0.86) 0%, rgba(43, 43, 43, 0.86) 0%, rgba(28, 28, 28, 0.62) 91%, rgba(19, 19, 19, 0.6) 100%);
  background: -o-linear-gradient(45deg, rgba(76, 76, 76, 0.86) 0%, rgba(89, 89, 89, 0.86) 0%, rgba(102, 102, 102, 0.86) 0%, rgba(71, 71, 71, 0.86) 0%, rgba(44, 44, 44, 0.86) 0%, rgba(0, 0, 0, 0.86) 0%, rgba(17, 17, 17, 0.86) 0%, rgba(43, 43, 43, 0.86) 0%, rgba(28, 28, 28, 0.62) 91%, rgba(19, 19, 19, 0.6) 100%);
  background: -ms-linear-gradient(45deg, rgba(76, 76, 76, 0.86) 0%, rgba(89, 89, 89, 0.86) 0%, rgba(102, 102, 102, 0.86) 0%, rgba(71, 71, 71, 0.86) 0%, rgba(44, 44, 44, 0.86) 0%, rgba(0, 0, 0, 0.86) 0%, rgba(17, 17, 17, 0.86) 0%, rgba(43, 43, 43, 0.86) 0%, rgba(28, 28, 28, 0.62) 91%, rgba(19, 19, 19, 0.6) 100%);
  background: linear-gradient(45deg, rgba(76, 76, 76, 0.86) 0%, rgba(89, 89, 89, 0.86) 0%, rgba(102, 102, 102, 0.86) 0%, rgba(71, 71, 71, 0.86) 0%, rgba(44, 44, 44, 0.86) 0%, rgba(0, 0, 0, 0.86) 0%, rgba(17, 17, 17, 0.86) 0%, rgba(43, 43, 43, 0.86) 0%, rgba(28, 28, 28, 0.62) 91%, rgba(19, 19, 19, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1);

  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.icon-redes {
  border: 2px solid var(--color1);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.caja-reproductor {
  width: 60%;
  height: 80px;
  background: var(--color3);
  position: relative;
}

.laminaCaja {
  position: absolute;
  color: var(--color1);
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 10% 10% 80%;
}

.boton-player {
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: none;
  font-size: 40pt;
  color: var(--color1);
  cursor: pointer;
  transition: 0.5s;
}

.boton-player:hover {
  background: var(--color3);
}

.player {
  position: relative;
}

.meta {
  position: absolute;
  width: 100%;
  height: 80px;
  padding-left: 20px;
  top: 0;
  z-index: 80;
  color: var(--color1);
  display: flex;
  align-items: center;
  font-size: 18pt;
}

.nombre {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
}

.live {
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.live2 {
  position: absolute;
  right: 0px;
  gap: 10px;
}

.encendido {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  background: rgb(227, 40, 40);
  position: absolute;
  left: -25px;
}

.encendido::before, .encendido::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border: 10px solid gray;
  border-radius: 100%;
  animation: latido linear 3s infinite;
}

.encendido::after {
  animation-delay: -1.5s;
}

.imgmeta{
  text-align: center;
}


.encendido2 {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  background: rgb(227, 40, 40);
  position: absolute;
  left: -25px;
}

.encendido2::before, .encendido2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border: 10px solid gray;
  border-radius: 100%;
  animation: latido linear 3s infinite;
}

.encendido2::after {
  animation-delay: -1.5s;
}

@keyframes latido {
  0% {
    width: 15px;
    height: 15px;
    border: 5px solid gray;
  }

  100% {
    width: 30px;
    height: 30px;
    border: 5px solid transparent;
  }
}



.player>div>audio {
  width: 70%;
  background: #000;
  float: left;
}

.player>canvas {
  width: 100%;
  height: 80px;
  background: transparent;
  float: left;
  opacity: 0.5;
}

.reproductor {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40pt;
}

.redes ul {
  width: 100%;
  height: 60px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

.logoCentral img {
  width: 200px;
}

.menu1 {
  display: block;
  position: sticky;
  top: 0px;
  z-index: 180;
}

.menu2 {
  display: none;
}

.principal div {
  display: flex;
  align-items: center;
}

.listas {
  display: flex;
  gap: 25px;
  list-style: none;
}

.listas li {
  font-size: 12pt;
}

.links {
  color: var(--color1);
  text-decoration: none;
}

.m1 {
  justify-content: center;
}

.m2 {
  justify-content: end;
}

.program {
  display: none;
}

.responsivo {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: var(--color2);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 70;
}

.responsivo ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  width: 90%;
}

.responsivo ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16pt;
}

.whatsapp {
  font-size: 22pt !important;
}

.circle {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(1, 200, 41);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  color: var(--color1);
}

.circle::before, .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 10px solid rgb(218, 218, 218);
  border-radius: 100%;
  animation: latidox linear 3s infinite;
}

.circle::after {
  animation-delay: -1.5s;
}

@keyframes latidox {
  0% {
    width: 20px;
    height: 20px;
    border: 10px solid rgb(218, 218, 218);
  }

  100% {
    width: 60px;
    height: 60px;
    border: 10px solid transparent;
  }
}

.btn-what {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 160;
  display: block;
}

.circle2 {
  width: 70px;
  height: 70px;
  background: rgb(1, 200, 41);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 28pt;
  color: var(--color1);
}

.circle2::before, .circle2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 10px solid gray;
  border-radius: 100%;
  animation: latidox2 linear 3s infinite;
}

.circle2::after {
  animation-delay: -1.5s;
}

@keyframes latidox2 {
  0% {
    width: 70px;
    height: 70px;
    border: 10px solid gray;
  }

  100% {
    width: 120px;
    height: 120px;
    border: 10px solid transparent;
  }
}

.infoPrincipal {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cnt-infoPrincipal {
  padding-top: 80px;
  padding-bottom: 120px;
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.cnt-infoPrincipal div {
  position: relative;
  display: flex;
}

.iconx {
  position: absolute !important;
  width: 60px;
  height: 60px;
  border: 3px solid var(--color2);
  background: var(--color1);
  color: var(--color2);
  border-style: double;
  border-width: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30pt;
  border-radius: 50%;
  top: -30px;
  left: -30px;
  z-index: 150;
  box-shadow: 2px 2px 10px #680b16,
    -2px -2px 6px #ffffff;
}

.text {
  width: 100%;
  height: 100px;
  background: var(--color2);
  border-radius: 10px;
  position: relative;
  -webkit-box-reflect: below 0 linear-gradient(transparent, transparent, #000030);
}

.icon-fondo {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 70pt;
  display: flex;
  justify-content: end;
  align-items: center;
  color: var(--color1);
  opacity: 0.3;
}

.textoInfo {
  display: flex;
  width: 80%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  text-align: left;
  padding-left: 40px;
  align-items: center;
  color: var(--color1);
  z-index: 150;
  /* box-sizing: border-box; */

}

.nosotros {
  display: block;
}

.post {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cnt-post {
  width: 70%;
}

.titulo {
  width: 300px;
  height: 100px;
  background: var(--color2);
  color: var(--color1);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-35%) translateY(100%) rotate(-90deg);

}

.titulo h1 {
  font-size: 35pt;
}

.videos {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 100px;
}

.cnt-videos {
  width: 70%;

}

.titulo2 {
  width: 300px;
  height: 100px;
  background: var(--color2);
  color: var(--color1);
  position: absolute;
  right: 0 !important;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(35%) translateY(100%) rotate(-90deg);

}

.titulo2 h1 {
  font-size: 35pt;
}

/* card */

.postData {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.postData2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  padding: 20px;
  background: var(--color4);
  border-radius: 10px;
  box-shadow: 11px 11px 30px #b2b2b2,
    -11px -11px 30px transparent;
}

.postData div:nth-child(1) {
  grid-column: 1/4;
}


.postData div:nth-child(1) .imgPost {
  width: 100%;
  height: 80vh;
}

.postData div:nth-child(1) .infoPost {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 10pt;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: bold;
}

.postData div:nth-child(1) .tituloPost {
  font-size: 2.5vw !important;
  font-weight: bold;
}



.imgPost {
  width: 100%;
  height: 27vh;
  background-position: center center;
  background-size: cover;
}

.infoPost {
  display: none;
}

.bloqueFinal {
  width: 30px;
  height: 40px;
  position: absolute;
  margin-left: -30px;
  background: rgba(222, 222, 222, 0.74);
  background: -moz-linear-gradient(left, rgba(222, 222, 222, 0.74) 0%, rgba(222, 222, 222, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(222, 222, 222, 0.74)), color-stop(100%, rgba(222, 222, 222, 1)));
  background: -webkit-linear-gradient(left, rgba(222, 222, 222, 0.74) 0%, rgba(222, 222, 222, 1) 100%);
  background: -o-linear-gradient(left, rgba(222, 222, 222, 0.74) 0%, rgba(222, 222, 222, 1) 100%);
  background: -ms-linear-gradient(left, rgba(222, 222, 222, 0.74) 0%, rgba(222, 222, 222, 1) 100%);
  background: linear-gradient(to right, rgba(222, 222, 222, 0.74) 0%, rgba(222, 222, 222, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#dedede', GradientType=1);
  padding-left: 30px;
}

.postData div:nth-child(2) .tituloPost,
div:nth-child(3) .tituloPost,
div:nth-child(4) .tituloPost {
  font-size: 1.3vw;
  font-weight: bold;
  margin-top: 20px;
}

.tituloPost2 {
  font-size: 1.3vw;
  font-weight: bold;
  margin-top: 20px;
}

.postData div:nth-child(1) .contenidoPost {
  font-size: 1.2vw;
}

.Post {
  text-align: justify;
  font-family: 'Roboto', sans-serif;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.contenidoPost {
  text-align: justify;
  font-family: 'Roboto', sans-serif;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.footer {
  display: flex;
  align-items: center;
  width: 100%;
}

.postData div:nth-child(1) .cardBody .footer div {
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btnLeer {
  background-color: var(--color2);
  height: 45px;
  color: var(--color1);
  margin-top: 10px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12pt;
}

.postData div:nth-child(1) .cardBody .footer div .btnLeer {
  width: 50%;
}

.postData div:nth-child(2) .cardBody .footer div,
div:nth-child(3) .cardBody .footer div,
div:nth-child(4) .cardBody .footer div {
  width: 100%;
}

.postData div:nth-child(2) .cardBody .footer div .btnLeer,
div:nth-child(3) .cardBody .footer div .btnLeer,
div:nth-child(4) .cardBody .footer div .btnLeer {
  width: 100%;
}




.postData div:nth-child(2) .cardBody .footer .shared,
div:nth-child(3) .cardBody .footer .shared,
div:nth-child(4) .cardBody .footer .shared {
  display: none;
}

.shared {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  align-items: center;
}

.sharedLink {
  color: var(--color2);
  text-decoration: none;
}

.sharedLink i {
  width: 50px;
  height: 50px;
  border: 2px solid var(--color2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18pt;
}

.grid {
  margin: 0 auto;
  width: 100%;
}

.grid-item {
  width: 330px;
  margin-bottom: 20px;
  background: var(--color4);
  border-radius: 10px;
  box-shadow: 11px 11px 30px #b2b2b2,
    -11px -11px 30px transparent;
  transition: 0.5s;
}

.contvideospage {
  width: 70%;
}

.grid-item:hover {
  transform: scale(1.03);
}

.tituloVideo {
  padding: 5px 15px 5px 15px;
}

.descripVideo {
  padding: 0px 15px 0px 15px;
  text-align: justify;
  font-family: 'Roboto', sans-serif;
  -webkit-hyphens: auto;
  hyphens: auto;

}



.autorVideo {
  width: 100%;
  height: 50px;
  background: var(--color2);
  color: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
}

.podcast {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 100px;
}

.cnt-podcast {
  width: 70%;
}

.podcastData {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.podcastData div {
  width: 100%;
  height: 200px;
  background: var(--color2);
  color: var(--color1);
  border-radius: 10px;
  position: relative;
  box-shadow: 11px 11px 30px #b2b2b2,
    -11px -11px 30px transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  box-sizing: border-box;
}


.podcastData2 div {
  width: 100%;
  height: 200px;
  background: var(--color2);
  color: var(--color1);
  border-radius: 10px;
  position: relative;
  box-shadow: 11px 11px 30px #b2b2b2,
    -11px -11px 30px transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.podcastData2 div i {
  position: absolute;
  font-size: 60pt;
  color: var(--color1);
  opacity: 0.5;
  bottom: 5px;
  right: 5px;
}

.podcastData2 div span {
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--color1);
  font-size: 30pt;
}

.podcastData2 div h5 {
  position: absolute;
  left: 10px;
  bottom: 5px;
  color: var(--color1);
  z-index: 10;
}

.podcastData div:hover {
  transform: scale(1.03);
}



.infolocu p {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-family: 'Roboto', sans-serif;
}



.podcastData div i {
  position: absolute;
  font-size: 60pt;
  color: var(--color1);
  opacity: 0.5;
  bottom: 5px;
  right: 5px;
}

.podcastData div span {
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--color1);
  font-size: 30pt;
}

.btnPlayPod {
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  border: none;
  color: var(--color1);
  font-size: 60pt;
  top: 5px;
  left: 5px;
  opacity: 0.5;
  cursor: pointer;
}

.podcastData div h5 {
  position: absolute;
  left: 10px;
  bottom: 5px;
  color: var(--color1);
  z-index: 10;
}


.mascarapod {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  position: absolute;
  z-index: 1000;
  background: var(--color3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}

.mascarapod img {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.mascarapod button {
  width: 65px;
  height: 65px;
  color: var(--color1);
  font-size: 40pt;
  background: transparent;
  border: none;
  cursor: pointer;
}

.locutores {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}

.cnt-locutores {
  width: 70%;
}

.titulo-locutores h1 {
  font-size: 12vw;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.Infolocutores {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: -100px;
}

.cardLocu {
  position: relative;
  background: var(--color3);
  color: var(--color1);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 11px 11px 30px #b2b2b2,
    -11px -11px 30px transparent;
  transition: 0.5s;
}

.cardLocu:hover {
  transform: scale(1.03);
}

.imglocu {
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  box-shadow: 11px 11px 30px #b2b2b2,
    -11px -11px 30px transparent;
  border: 5px solid var(--color2);

}

.imgrigth {
  display: flex;
  justify-content: center;
  align-items: center;
}

.redeslocu {
  margin-top: 30px;
}

.redeslocu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-left: -40px;
}

.footerx {
  background: var(--color2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 40px;
  position: relative;
  overflow: clip;
}

.cnt-firstFooter {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.redesFooter {
  display: flex;
  gap: 40px;
  list-style: none;
  justify-content: center;
  margin-top: 40px;
  padding: 0;
}

hr {
  height: 0.5px;
  width: 100%;
  background-color: var(--color1);
}

.linea {
  margin-top: 45px;

}

.imgfooter {
  margin-top: 30px;
}

.infoFooter {
  color: var(--color1);
}

.datosContacto {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin-top: -15px;
}

.linkFooter {
  color: var(--color1);
  text-decoration: none;
}

.copy {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000030;
}

.logofondo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transform: rotate(-15deg);
  opacity: 0.4;
}

.btnvermas {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}

.btnvermas div {
  width: 70%;
}

.linkvermas {
  text-decoration: none;
}

.vermas {
  color: var(--color1);
  background: var(--color3);
  width: 110px !important;
  height: 45px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.programacion {
  width: 350px;
  height: 100vh;
  position: fixed;
  background: #dedede97;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 190;
  left: -350px;
  transition: 1s;

}

.full-program {
  left: 0px;
  transition: 1s;
}

#programacion .full-program::after {
  left: -350px;
  transition: 1s;
}

#programacion .full-program::before {
  left: 0px;
  transition: 1s;
}

.cnt-programacion {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 20px;
  padding: 20px;
}

.dias {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-right: 2px solid var(--color2);
}

.btn-dias {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background: var(--color2);
  color: var(--color1);
  border: none;
  cursor: pointer;
}

.data-programacion {
  box-sizing: border-box;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  padding-bottom: 150px;
}

.data-programacion::-webkit-scrollbar {
  width: 7px;
  background: #ffffff20;
}

.data-programacion::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

.data-programacion::-webkit-scrollbar-thumb {
  background: var(--color2);
  border-radius: 10px;
}

.viewday {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;

}

.cardDay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--color2);
  color: var(--color1);
  border-radius: 10px;
  width: 90%;
  padding: 30px;
  box-sizing: border-box !important;
  position: relative;
  box-shadow: 8px 8px 25px #656565,
    -11px -11px 30px transparent;
}

.hora {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10pt;
}

.locutor {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 10pt;
}

.programa {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16pt;
  text-align: center;
}

.close {
  width: 100%;
  text-align: right;
  box-sizing: border-box !important;
}

.btn-close {
  background: transparent;
  font-size: 24pt;
  border: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.biblia {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background: rgba(255, 255, 255, 0.797);
  backdrop-filter: blur(14.5px);
  -webkit-backdrop-filter: blur(14.5px);

}

.close2 {
  width: 100%;
  text-align: right;
  box-sizing: border-box !important;
  position: absolute;
  top: 10px;
  padding-right: 20px;

}

.cnt-biblia1 {
  width: 50%;
}

.cnt-biblia {
  font-family: "PT Serif", Arial, serif;
  font-size: 14pt;
}

.cnt-biblia p {
  box-sizing: border-box;
}

.cnt-select {
  display: flex;
  padding-bottom: 10px;
  gap: 20px;
}

.cnt-select div {
  flex-basis: 50%;
}

.cnt-select div select {
  width: 100%;
  box-sizing: border-box;
  height: 45px;
  border-radius: 8px;
  outline: 2px solid var(--color2);
  font-size: 14pt;
}

.cnt-respueta {
  width: 100%;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  padding: 30px;
  background: var(--color2);
  color: var(--color1);
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 8px 8px 25px #4e4e4e,
    -11px -11px 30px transparent;
}

.cnt-respueta2 {
  width: 100%;
  max-height: calc(100vh - 280px);
  overflow-y: auto;
  box-sizing: border-box;
  padding: 15px;
}

.cnt-respueta2::-webkit-scrollbar {
  width: 7px;
}

.cnt-respueta2::-webkit-scrollbar-thumb {
  background: var(--color2);
  border-radius: 10px;
}


.title {
  margin-top: -50px !important;
}

.cnt-respueta .num {
  font-size: 16pt;
  font-weight: bold !important;
  color: var(--color1);
}

.cnt-respueta2 .num {
  font-size: 16pt;
  font-weight: bold !important;
  color: var(--color2);
}

.playerResp {
  width: 100%;
  height: 50px;
  background: var(--color2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.titleRespon {
  font-size: 10pt;
  color: var(--color1);
}

.playerResp div {
  display: flex;
  align-items: center;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box !important;
}

.cnt-btn-respon {
  text-align: right;
  justify-content: flex-end;
}

.playerRespon {
  width: 35px;
  height: 35px;
  font-size: 19pt;
  background: transparent;
  border: none;
  color: var(--color1);
}

.container-page {
  padding: 20px;
  box-sizing: border-box !important;
}

.cardPage {
  padding: 15px;
  background: var(--color2);
  color: var(--color1);
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 15px #757575,
    -11px -11px 30px transparent;
}

.cardimgPage img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.cardTituloPage {
  text-align: center;
}

.cardInfoPage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  box-sizing: border-box !important;
  font-size: 8pt;
}

.cardContenidoPage {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.cardBtnMas {
  text-align: right;
}

.cardBtnMas button {
  height: 45px;
  width: 100px;
  background: var(--color5);
  color: var(--color1);
  border: none;
}

.container-page {
  padding-top: 70px;
  padding-bottom: 100px;
}

.imgPostPage img {
  width: 100%;
}

.infoPostPage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 10pt;
  padding-top: 5px;
}

.infoPostPage div:nth-child(2) {
  text-align: right;
}

.tituloPostPage {
  text-align: center;
}

.contenidoPostPage {
  text-align: justify;
  font-family: 'Roboto', sans-serif;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.btn-return button {
  margin-top: -15px !important;
  margin-left: -10px !important;
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 24pt;
  color: var(--color2);
}

.cnt-page-normal {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
  gap: 60px;
}

.sub-page {
  width: 60%;
}

.alternativa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 200px;
  background: var(--color4);
}

.imgalterPage {
  width: 100%;
  height: 150px;
  overflow: clip;
  background: #000;
}

.cardalterPage {
  position: relative;
}

.cardalterPage a {
  text-decoration: none;
  color: var(--color1);
}

.cardalterPage a span {
  width: 100% !important;
  background: var(--color3);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 10px;

}

.visortv {
  position: absolute;
  z-index: 60;
  width: 100%;
  height: 100vh;
  background: #00000090;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color1);
  backdrop-filter: blur(13.8px);
  -webkit-backdrop-filter: blur(13.8px);
}

.cnt-tv {
  width: 60%;
  display: flex;
  flex-direction: column;
  margin-top: -90px;
  gap: 10px;
}

.infotv {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.activetv {
  position: relative;
}

.infotv div {
  display: flex;
  align-items: center;
}

.imgresponmeta{
  display: none;  
}

.logoImagen{
  display: block;
}