@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
}

.row {
  width: 100%;
  display: flex;
  gap: 1rem;
}

body {
  font-size: 1rem;
  font-family: "Bebas Neue", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p {
  margin: 1.5rem 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: none;
}

button {
  cursor: pointer;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
input[type=submit],
textarea,
select {
  border-radius: 0;
  border: 1px solid #ccc;
}

.btn {
  padding: 0.75rem 1.25rem;
  background: #e7e7e7;
  color: #1b1b1b;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

#particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.particle {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: rgba(237, 12, 12, 0.5);
  border-radius: 5px;
  pointer-events: none;
}

#wp {
  width: 40px;
  height: 4px;
  background: linear-gradient(0deg, #25cf43, #61fd7d);
  border-radius: 100px;
  box-shadow: inset 0 0 5px white;
  position: fixed;
  z-index: 9;
  bottom: 20px;
  left: 20px;
}

header {
  width: 100%;
  height: 150px;
  background: url(../images/header.png) center bottom;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: height 0.3s ease;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
}
header #logo {
  width: 60px;
  transition: width 0.3s ease, transform 0.3s ease;
  transform: translateY(-20px);
}
header::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 13px;
  height: 11px;
  background: url(../images/arrow.svg) no-repeat;
  transform: translateX(-30%);
}

.mensajeform {
  width: 100%;
  background-color: white;
  text-align: center;
  padding: 1rem 0;
  border-radius: 0.25rem;
}
.mensajeform.ok {
  background: #68c34a;
  color: white;
}
.mensajeform.error {
  background: #c33232;
  color: white;
}

button.exclude-global-button-styles {
  margin-top: 50px;
}

main {
  transition: all 1s ease;
}
main.activo {
  margin-top: 12.5vw;
}
main #video {
  height: calc(100vh - 200px);
  position: relative;
  background-color: black;
  margin-top: 100px;
}
main #video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main #p404 {
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
}
main #pasos {
  margin: 40px 0;
}
main #pasos h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to bottom, #51bebb, #16225f);
  -webkit-background-clip: text;
  /* para que el fondo se recorte al texto */
  -webkit-text-fill-color: transparent;
  /* hace que el texto sea "transparente" y se vea el degradado */
  letter-spacing: 0.07rem;
}
main #pasos p {
  text-align: center;
  font-family: "Poppins", sans-serif;
}
main #pasos a.btn {
  background: url(../images/bg-btn.jpg) no-repeat center center;
  padding: 15px 45px;
  color: white;
  font-size: 30px;
  margin: auto;
  font-weight: 900;
  letter-spacing: 0.07rem;
  transition: all 0.5s ease;
}
main #pasos a.btn:hover {
  transform: scale(1.1);
}
main .banner {
  width: 100%;
  padding: 25px 0;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  background: url(../images/bg-banner.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  margin: 70px 0 0 0;
  letter-spacing: 1px;
}
main #formulario {
  background: #cad9e8 url(../images/franja-form.jpg) no-repeat bottom center;
  padding: 70px 0;
}
main #formulario .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
main #formulario .container h3 {
  font-size: 35px;
}
main #formulario form .campos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 500px;
}
main #formulario form .campos input,
main #formulario form .campos textarea {
  background: white;
  border: none;
  outline: none;
  width: 100%;
  font-family: "Poppins", sans-serif;
  padding: 0.5rem 0.75rem;
}
main #formulario form .submit {
  margin: auto;
}
main #formulario form .submit input[type=submit] {
  background: url(../images/bg-btn-submit.jpg) no-repeat;
  background-size: cover;
  color: white;
  padding: 0.5rem 0.75rem;
  border: none;
  outline: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  border-radius: 100px;
  width: 100px;
  margin: auto;
}

footer {
  background: #cad9e8 url(../images/borde-bottom-footer.jpg) no-repeat bottom center;
  padding: 40px 0;
  margin-top: 40px;
  position: relative;
}
footer .top {
  background: url(../images/borde-top-footer.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  pointer-events: none;
}
footer .container .row {
  justify-content: center;
}
footer .container .row .go,
footer .container .row .cinetica {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: auto;
}
footer .container .row .go .logo,
footer .container .row .cinetica .logo {
  width: 200px;
  border-bottom: solid 1px #90a0b8;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  height: 200px;
}
footer .container .row .go .logo img,
footer .container .row .cinetica .logo img {
  width: 60%;
}
footer .container .row .go ul,
footer .container .row .cinetica ul {
  display: flex;
  gap: 1rem;
  margin-top: auto;
}
footer .container .row .go ul li,
footer .container .row .cinetica ul li {
  width: 60px;
}
footer .container .row .go ul li a,
footer .container .row .cinetica ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
footer .container .row .go ul li a img,
footer .container .row .cinetica ul li a img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .container .row .go ul li a span,
footer .container .row .cinetica ul li a span {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #474747;
}
footer .container .row .cinetica ul li a img {
  width: 45px;
  height: 45px;
}
footer .legal {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 1rem;
  }
  .row {
    flex-direction: column;
  }
  header {
    height: 21vh;
  }
  main.activo {
    margin-top: 17.5vh;
  }
  main #video {
    margin-top: 140px;
    height: 230px;
  }
  main #pasos {
    margin: 0;
  }
  main #pasos a.btn {
    font-size: 25px;
  }
  main #formulario .container h3 {
    text-align: center;
  }
  main #formulario form {
    width: 100%;
  }
  main #formulario form .campos {
    width: 100%;
  }
  main #mc_embed_signup {
    width: 300px;
  }
  footer .container .row {
    display: flex;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */