@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Share:400i,700i');
:root {

  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: var(--bs-body-text-align);
  background-color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: center;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-top: 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-right: calc(-0.5 * 1.5rem);
  margin-left: calc(-0.5 * 1.5rem);
}
a{
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:0 0;
  text-decoration:none
  }
  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem;
    }
  }

  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem;
    }
  }

  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem;
    }
  }

  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem;
    }
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .modal {
    display: none; /* Por defecto, estará oculto */
    position: fixed; /* Posición fija */
    z-index: 4; /* Se situará por encima de otros elementos de la página*/
    padding-top: 20px; /* El contenido estará situado a 200px de la parte superior */
    left: 0;
    top: 0;
    width: 100%; /* Ancho completo */
    height: 100%; /* Algura completa */
    overflow: auto; /* Se activará el scroll si es necesario */
    background-color: rgba(0,0,0,0.5); /* Color negro con opacidad del 50% */
  }
  /* Ventana o caja modal */
  .modal-content {
    position: relative; /* Relativo con respecto al contenedor -modal- */
    background-color: white;
    margin: auto; /* Centrada */
    padding: 20px;
    width: 60%;
    -webkit-animation-name: animarsuperior;
    -webkit-animation-duration: 0.5s;
    animation-name: animarsuperior;
    animation-duration: 0.5s;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: rgba(0,0,0,0.7);
  }
  @media(max-width: 570px) {
      .modal-content {
          width: 90%;
      }
  }
  @media(max-width: 470px) {
      .modal-content {
          width: 100%;
      }
  }
  .audioplayer {
    max-width: 80%;
    height: 20px;
    border: 1px solid #383838;
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
  }

  @media (min-width: 576px) {
    .col-sm {
      flex: 1 0 0%;
    }

    .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    .col-sm-6 {
      flex: 0 0 auto;
      width: 100%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex: 1 0 0%;
    }
    .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  }

  /* Botón cerrar */
  .cerrar {
    color: black;
    float: right;
    font-size: 30px;
    font-weight: bold;
  }

  .cerrar:hover,
  .cerrar:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }
  .modal-body a {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: #FF6347;
    font-weight: 600
  }
  .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  .modal-footer > * {
    margin: 0.25rem;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .modal-title h3 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: black;
  }
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .btn:hover {
    color: #212529;
  }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
  }
  .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
  }
  .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

.contenedor {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    background: url('../img/logo.webp') no-repeat;
    background-position: center;
    background-size: cover;
    transition: background-image 1s;
    background-position: center;
    background-attachment: fixed;
}

#player {
  display: block;
  margin: auto;
  width:auto;
  height:auto;
  position: relative;
  top: 10px;
}
#ImgFondo {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    transition: background-image 1s;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.mascaraFondo {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background: radial-gradient(rgba(0, 0, 0, .5) 20%, #000 85%);
    z-index: 2;
}

.top div:first-child > .caratula {
    width: 320px; /* Ancho fijo */
    height: 410px; /* Alto fijo */
    background: url('../img/logo.webp') no-repeat;
    background-size: cover;
    border: 1px solid #383838;
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
    transition: background-image 1s;
    margin-bottom: 30px;
    margin-top: 40px;
    position: absolute; /* Para asegurar que no se vea afectado por el tamaño */
}
#caratulaActual {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border: 1px solid #383838;
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
    transition: background-image 1s;
    cursor: pointer;
}
.container {
    perspective: 1000px;
    display: flex;
    flex-direction: column; /* Apilamos las dos primeras partes en dispositivos pequeños */
    height: 100%; /* Hacemos que ocupe toda la altura disponible */
    width: 100%;
    color: #fff;
    padding: 5px;
    position: relative;
    z-index: 3;
    margin-top: 25px;
}

.top {
    display: flex;
    flex-direction: row; /* Colocamos las dos partes en fila */
    flex: 1;
}

.top div {
    padding: 0px;

}
/* Ajustar el contenedor de texto para asegurarnos que se mantenga separado */
.textoTitulo {
    padding: 10px;

    display: flex;
    padding-top: 100px;
    flex-direction: column; /* Asegura que el título y el autor se apilen en columna */
    align-items: flex-start; /* Alinea el contenido a la izquierda */
    height: 10%; /* Asegura que el contenedor ocupe toda la altura disponible */
}

.textoTitulo .programaActualInfo {
   display: flex;
   padding-top: 100px;  /* Aumenta este valor para bajar más los elementos */
   flex-direction: column; /* Apilar el título y el autor en columna */
   align-items: flex-start; /* Alinear al inicio (izquierda) */
   gap: 10px; /* Espacio entre el título y el autor */
   padding-left: 20px;
}
.programaActualInfo {
  font-family: 'Share', sans-serif;
  text-align: left;
}

.programaActualInfo h2 {
  font-size: 22px;
  font-weight: 700;
}

.programaActualInfo h3 {
  font-size: 18px;
  font-weight: 400;
}
.textoTitulo h2, .textoTitulo h3 {
  margin: 0; /* Asegurarse de que no haya márgenes adicionales */
}
/* Primer div más ancho */
.top div:first-child {
    flex: 1.1; /* Este div ocupará el doble de espacio que el siguiente */
    display: flex;
    justify-content: flex-end; /* Alinea el contenido dentro del primer div a la derecha */
    align-items: center; /* Alinea el contenido verticalmente si es necesario */

    min-height: 450px;
    position: relative; /* Para controlar mejor la posición del div insertado */
}

/* Segundo div con un tamaño normal */
.top div:last-child {
    flex: 1; /* Este div ocupa un espacio proporcionalmente más pequeño */
    display: flex;
    justify-content: flex-start; /* Alinea el contenido dentro del primer div a la derecha */
    align-items: flex-start;

    height: 100%; /* Hace que ocupe todo el espacio disponible */
    min-height: 10px; /* Altura mínima para evitar que se haga demasiado pequeño */

}
/* El div insertado tiene un tamaño fijo */
 .top div:first-child > .marcoCaratula{
   width: 320px; /* Ancho fijo */
   height: 410px; /* Alto fijo */
   background-size: cover;

   margin-bottom: 30px;
   margin-top: 40px;
   position: absolute;
 }

.bottom {

    color: white;
    padding: 20px;
    height: 250px;
    display: flex; /* Usamos flexbox para centrar */
    justify-content: center; /* Centrado horizontal */
    align-items: flex-start; /* Centrado vertical */
    text-align: center; /* Asegura que el texto esté centrado */
    padding-bottom: : 100px;
}
.Reproductor {
    display: flex;
    height: 60px;
    width: 50%;
    background-image: url(../img/fondoReprod.webp);
    border-radius: 20px;
    display: flex;
    flex-direction: row; /* Apilar el título y el autor en columna */
    align-items: center;
    transition: transform 0.5s ease; /* Transición suave para el efecto */
    transform-style: preserve-3d;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);

}

.play img{
  width: 100px;
  height: auto;
  cursor: pointer;
}
.leds, .ledsD {
  padding-left: 20px; /* separacion a la izquierda */
}
.ledsD {
  padding-top: 2px;
}
.leds, .ledsD {
   display: flex;
   flex-direction: row;; /* Cambia la dirección de los elementos a columna */
   align-items: center; /* Centra los elementos horizontalmente */
   gap: 1px; /* Espacio entre las imágenes de los LEDs */
}
.leds img, .ledsD img{
  height: 10px;
  width: 20px;
}
.lateral {
  align-items: center; /* Centra los elementos horizontalmente */
  width: 60%;
}
.lateral img{
  height: 20px;
}
/* Estilo para cuando la pantalla es más pequeña (por ejemplo, en móviles) */
@media (max-width: 768px) {
    .top {
        flex-direction: column; /* Apilamos las dos partes en móviles */
    }
    .top div:first-child {
    height: : 300px;
    justify-content: center;
    }
    .top div:last-child {
    height: 30px;
    justify-content: center;
    align-items: center;
    }
    .Reproductor {
      width: 90%;
    }
    .lateral {
      display: none;
    }
  .textoTitulo  .programaActualInfo{
    padding-top: 0;
  }
  .bottom {
    align-items: flex-start;
  }
}
/* Chrome */
input[type=range] {
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #fff;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

/* Firefox */
input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #fff;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

/* IE e Edge */
input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 10px 0;
    top: -10px;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #fff;
    border: 0px solid #000101;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #fff;
    border: 0px solid #000101;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: top;
  z-index: 100;
  transition: all 0.5s;
  padding-top: 20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom: 100vh;
  overflow-y: auto;
  background: rgba(255,255,255,0);
}

#header-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: top;
  z-index: 1;
  transition: all 0.5s;
  padding-top: 20px;
  padding-left:20px;
  padding-right:20px;
  overflow-y: auto;
  background: rgba(255,255,255,0);
}


@media (max-width: 991px) {
  #header {
    width: auto;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-left: 100px;
  }
  .mobile-nav-toggle {
    display: none;
  }
  #bt1, #bt2 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #B8405E;
  padding: 10px 18px;
  margin-bottom: 7px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 46px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
a.ativo {
  background: #219F94;
  color: #FF008E;
}

.nav-menu a i {
  font-size: 20px;
}

.nav-menu a span {
  padding: 0 5px 0 7px;
  color: #000;
}

@media (min-width: 3000px) {
  .nav-menu a {
    width: 56px;
  }
  .nav-menu a span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #FF008E;
  background: #DACC96;
  border: solid 2px #000;
}

.nav-menu a:hover span, .nav-menu .active > a span, .nav-menu li:hover > a span {
  color: #DA1212;
}

.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #000;
}

.nav-menu a:hover span, .nav-menu li:hover > a span {
  display: block;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 99;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* Animacion ---------------------------------------------------*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}
/* ---------------------------------------------------------------*/
@media(max-width: 370px) {
    .caratula {
        max-width: 90%;
    }
}

@media(min-width: 768px) {
    body {
        align-items: center;
    }

    .caratula {
        margin: 10px auto;
        min-width: 320px;

    }
}
