/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
}
.tamhero{
  width: 85%;
}

@media (max-width: 768px){
  .tamslash3{
    font-size: 65%;
  }
}

#hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.8)), url("../img/Fotohero.avif") center top;
  background-size: 80%;
  background-position-y: 60%;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
}


#hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 96%;
  background: #68A4C4;
  opacity: 0.3;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) translateY(18px) rotate(2deg);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 10px auto;
  color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;

}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #68A4C4;
}

#hero .btn-get-started:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

@media (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }

  #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
  
}
/*VIDEO CAROUSEL*/
#contenedorVideo {
  width: 380px;
  height: 380px;
  overflow: hidden;
  position: relative;
  border: 3px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 3%;
}

#miVideo {
  
  height: 200%;
  object-fit: cover;
  align-items: center; 
  display: flex;
  justify-content: center;
  position: relative;
  margin-left: 67px;
}

/*--------------------------------------------------------------
# Botón apuntarse
--------------------------------------------------------------*/
.apt{
  transition: all 0.5s;
  font-size: 17px;
  padding: 1ch 2ch;
  background-color: var(--color-c);
  color: #000;
  font-family: Roboto, sans-serif;
  border: none;
  border-radius: 2px;
  box-shadow: 
    1px 1px 0px hsl(313, 84%, 41%),
    2px 2px 0px hsl(313, 84%, 39%),
    3px 3px 0px hsl(313, 84%, 37%),
    4px 4px 0px hsl(313, 84%, 35%),
    5px 5px 0px hsl(313, 84%, 33%),
    6px 6px 0px hsl(313, 84%, 31%),
    7px 7px 0px hsl(313, 84%, 29%),
    8px 8px 0px hsl(313, 84%, 27%),
    9px 9px 0px hsl(313, 84%, 25%),
    10px 10px 0px hsl(313, 84%, 23%),
    11px 11px 0px hsl(313, 84%, 20%),
    12px 12px 0px hsl(313, 84%, 17%),
    13px 13px 0px hsl(313, 84%, 15%),
    14px 14px 0px hsl(313, 84%, 13%),
    15px 15px 0px hsl(313, 84%, 10%),
    16px 16px 0px hsl(313, 84%, 7%),
    17px 17px 0px hsl(313, 84%, 5%);

}

.apt:hover {
  background-color: var(--color-d);
  box-shadow: none;
  border-radius: 2px;
}

/*--------------------------------------------------------------
# Audio
--------------------------------------------------------------*/

#audioContainer {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px var(--color-d);
}

#audioPlayer {
  width: 100%;
}

#audioPlayer audio {
  width: 100%;
}

/* Estilo para los controles de audio personalizados */
#audioPlayer audio::-webkit-media-controls-panel {
  background-color: var(--color-c);
  color: #000000;
  border-radius: 5px;
}

#audioPlayer audio::-webkit-media-controls-play-button,
#audioPlayer audio::-webkit-media-controls-timeline,
#audioPlayer audio::-webkit-media-controls-current-time-display,
#audioPlayer audio::-webkit-media-controls-time-remaining-display,
#audioPlayer audio::-webkit-media-controls-mute-button,
#audioPlayer audio::-webkit-media-controls-volume-slider {
  color: #000000;
}

#audioPlayer audio::-webkit-media-controls-seek-back-button,
#audioPlayer audio::-webkit-media-controls-seek-forward-button {
  color: #000000;
}
   
    
/* Estilos específicos para Firefox */
@-moz-document url-prefix() {
  #audioPlayer audio {
    background-color: var(--color-c); /* Color de fondo */
    color: #000000; /* Color del texto */
    border-radius: 5px; /* Bordes redondeados */
    
  }
}

/*--------------------------------------------------------------
# Contador
--------------------------------------------------------------*/

#header .countdown {
    margin-bottom: 80px;
  }
  
  #header .countdown div {
    text-align: center;
    margin: 10px;
    width: 100px;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.12);
    border-top: 5px solid var(--color-c);
  }
  
  #header .countdown div h3 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 15px;
  }
  
  #header .countdown div h4 {
    font-size: 16px;
    font-weight: 600;
  }
  
  @media (max-width: 575px) {
    #header .countdown div {
      width: 70px;
      padding: 10px 0;
      margin: 10px 8px;
    }
  
    #header .countdown div h3 {
      font-size: 28px;
      margin-bottom: 10px;
    }
  
    #header .countdown div h4 {
      font-size: 14px;
      font-weight: 500;
    }
  }