html {
  background-image: url(./assets/Fondo\ 2025low.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: type1;
  src: url(./assets/tipografias/Poppins-ExtraBold.ttf);
}

@font-face {
  font-family: type2;
  src: url(./assets/tipografias/Poppins-Medium.ttf);
}

@font-face {
  font-family: type3;
  src: url(./assets/tipografias/Faktum-Bold.otf);
}

.hero img {
  height: auto;
  width: 60vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
}

#espacio {
  margin-top: 25vw;
}

#palmera {
  height: auto;
  width: 50vw;
  margin-left: 25vw;
}

.frase h1 {
  font-family: type3;
  text-align: center;
  font-size: 5vw;
}

.loc {
    font-family: type3;
  text-align: center;
  font-size: 2vw;
}

.loc a {
  display: inline-block;
text-decoration: none;
  color: black;
  transition: all 0.3s ease; /* animación suave */
}

.loc a:hover {
  color: #5a2ca0;           /* cambia a violeta al pasar el mouse */
  transform: scale(1.5);    /* se agranda */
}




.stream iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#video {
  height: 25rem;
  width: 35rem;
}

#gform {
  display: none;
}

.formulario {
  margin-left: auto;
  margin-right: auto;
  height: 50rem;
}

.pdfbox {
  margin-top: 2vw;
  text-align: center;
}

.pdf {
  color: white;
  font-family: type2;
  text-decoration: none;
  border: 4px solid rgb(146, 146, 146);
  border-radius: 50px;
  padding: 0.3rem;
  padding-inline: 1rem;
  background-color: rgb(0, 0, 0, 0.7);
}

#countdown {
  text-align: center;
  font-family: type3;
  font-size: 5vw;
}

.logo img {
  height: auto;
  width: 30vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1000px) {
  .hero img {
    margin-top: -20rem;
    width: 20vw;
  }

  .chat {
    height: 25rem;
    width: 70rem;
  }

  #video {
    height: 35rem;
    width: 70rem;
  }

  .frase h1 {
    margin-top: -2vw;
    font-size: 3vw;
  }

  #countdown {
    font-size: 3vw;
  }

  #palmera {
    width: 20vw;
    margin-left: 40vw;
  }

  .frase{
    margin-top: 8rem;
  }
}