@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  /* 1rem = 10px */
  font-family: "Inter", sans-serif;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.logo-container {
  position: absolute;
  top: 30px;
  left: 30px;
  height: 65px !important;
  width: min(25vw, 160px) !important;
}
.logo-container img {
  object-fit: contain;
  object-position: left;
  width: 100%;
}

.content {
  position: relative;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  padding: 20px;
}
.content .titulo-h1 h1 {
  color: #FFB30F !important;
  font-size: 2.5rem;
  line-height: 1.4 !important;
  font-family: "Inter";
  font-weight: 600 !important;
  text-align: center !important;
  margin-bottom: 20px;
}
.content .texto-blanco-centrado {
  font-size: 4.6rem;
  line-height: 1.17 !important;
  font-weight: 700 !important;
  margin-top: 0;
  color: #fff !important;
  margin-bottom: 40px;
}
.content .cuadro-transparente {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  padding: 20px 30px 18px 30px;
}
.content .cuadro-transparente .titulo {
  color: #FFB30F !important;
  font-size: 1.4rem;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  font-family: "Inter";
  text-align: center !important;
  margin-bottom: 14px;
}
.content .cuadro-transparente .boton {
  margin-bottom: 20px;
}
.content .cuadro-transparente .boton a {
  display: inline-flex;
  background-color: #04072A;
  border: 2px solid #04072A !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.3;
  text-align: center;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Inter" !important;
  font-weight: 700;
  text-decoration: none !important;
  background-color: #031DE3 !important;
  color: #fff !important;
  border: 2px solid #031DE3 !important;
  text-decoration: none !important;
  width: 100%;
  max-width: 357px !important;
  align-items: center;
  transition: all 0.3s ease;
}
.content .cuadro-transparente .boton a:after {
  align-items: center;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  content: "\f061" !important;
  font-size: 18px;
  line-height: 18px;
  display: flex !important;
  margin-left: 9px !important;
  opacity: 1 !important;
  position: relative;
}
.content .cuadro-transparente .boton a:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.content .cuadro-transparente .boton a:hover:after {
  color: #000 !important;
}
.content .cuadro-transparente .enlace a {
  color: #fff;
  font-size: 1.6rem !important;
  text-decoration: underline !important;
}
.content .cuadro-transparente .enlace a:hover {
  color: #FFB30F !important;
}

h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.cta-button {
  background: #007bff;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1rem;
  transition: background 0.3s;
}

.cta-button:hover {
  background: #0056b3;
}

/*# sourceMappingURL=style.css.map */
