@charset "UTF-8";
/* Orkney – Light */
@font-face {
  font-family: "Orkney";
  src: url("../fonts/orkney-light-webfont.woff2") format("woff2"), url("../fonts/orkney-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Orkney – Regular */
@font-face {
  font-family: "Orkney";
  src: url("../fonts/orkney-regular-webfont.woff2") format("woff2"), url("../fonts/orkney-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Orkney – Medium */
@font-face {
  font-family: "Orkney";
  src: url("../fonts/orkney-medium-webfont.woff2") format("woff2"), url("../fonts/orkney-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Orkney – Bold */
@font-face {
  font-family: "Orkney";
  src: url("../fonts/orkney-bold-webfont.woff2") format("woff2"), url("../fonts/orkney-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@keyframes fluido {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.hero {
  background-image: url(/imgs/bg-prediact-web_10.png);
  background-size: cover;
}

.hero-uci {
  position: relative;
  overflow: hidden;
}

.hero-uci__glass {
  margin: 3% 5% 3% 5%;
  position: relative;
  z-index: 1;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.52) 38%, rgba(255, 255, 255, 0.22) 65%, rgba(153, 153, 153, 0.18) 100%);
  backdrop-filter: blur(26px) saturate(120%);
  -webkit-backdrop-filter: blur(26px) saturate(120%);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.28), 0 12px 28px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 -22px 46px rgba(0, 0, 0, 0.1);
  padding: clamp(24px, 3vw, 42px);
}

.hero-uci__glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(-35deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.12) 30%, rgba(255, 255, 255, 0) 62%);
  opacity: 0;
}

.hero-uci__glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(120% 140% at 14% 12%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 58%), radial-gradient(160% 120% at 90% 92%, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 65%);
  opacity: 0;
}

.hero-uci__grid {
  margin: 0%;
}

.hero-uci__logo {
  width: 55%;
  margin-bottom: 3%;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.18)) contrast(1.08);
}

.hero-uci__title {
  font-family: "Orkney";
  font-weight: 700;
  color: #0D2D5A;
}

.hero-uci__soon {
  margin-bottom: 3%;
  animation: fluido 30s ease-in-out infinite;
  background: linear-gradient(-45deg, #EB9587, #8D1FA8, #1751A1, #0D2D5A);
  background-size: 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-uci__soon .subtitle {
  font-family: "Orkney";
  font-weight: 400;
  color: #0D2D5A;
}

.hero-uci__desc {
  font-family: "Orkney";
  font-size: 1em;
  font-weight: 400;
  color: #0D2D5A;
}

.hero-uci__cta {
  font-family: "Orkney";
  font-weight: 500;
  color: #0D2D5A;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.hero-uci__form {
  margin-top: 1rem;
}
.hero-uci__form .columns {
  margin-bottom: 0.25rem;
}
.hero-uci__form .column {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.hero-uci__field {
  display: block;
}

/* Label oculto (accesibilidad) */
.hero-uci__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-uci__input,
.hero-uci__textarea {
  width: 100%;
  font-family: "Orkney";
  color: #0D2D5A;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.16) 55%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(14px) saturate(115%);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  padding: 8px 16px;
  outline: none;
}

.hero-uci__textarea {
  min-height: 90px;
  resize: none;
}

.hero-uci__input::-moz-placeholder, .hero-uci__textarea::-moz-placeholder {
  color: rgba(13, 45, 90, 0.6);
}

.hero-uci__input::placeholder,
.hero-uci__textarea::placeholder {
  color: rgba(13, 45, 90, 0.6);
}

.hero-uci__input:focus,
.hero-uci__textarea:focus {
  border-color: rgba(141, 31, 168, 0.38);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14), 0 0 0 3px rgba(141, 31, 168, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hero-uci__actions {
  margin-top: 0.5rem;
}

.hero-uci__button {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Orkney";
  font-weight: 600;
  border: 0;
  border-radius: 10px;
  padding: 12px 34px;
  color: #fff;
  background: #0D2D5A;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
}

.hero-uci__button:hover {
  filter: brightness(1.06);
}

.hero-uci__button:active {
  transform: translateY(1px);
}

.hero-uci__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hero-uci__img--desktop {
  transform: translate(26px, 0px) rotate(-6deg);
  will-change: transform;
}

.hero-uci__fakefooter {
  color: #0D2D5A;
  font-family: "Orkney";
  margin-top: 1.25rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .hero-uci__button {
    width: 100%;
  }
  .hero-uci__logo {
    width: 90%;
    margin-top: 5%;
    margin-bottom: 8%;
  }
  .hero-uci__actions {
    text-align: left;
  }
  .hero-uci__img--desktop {
    transform: none !important;
  }
}
@media (min-width: 769px) {
  .hero-uci__glass {
    overflow: visible;
  }
  .hero-uci__actions {
    text-align: right;
  }
  .hero-uci__right {
    position: relative;
  }
  .hero-uci__img {
    position: relative;
    top: 0px;
    right: 0;
    transform: rotate(-6deg);
  }
}
@media (min-width: 769px) and (max-width: 1280px) and (orientation: portrait) {
  .hero-uci__left.column {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .hero-uci__grid.columns {
    flex-wrap: wrap;
  }
  .hero-uci__left.column.is-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .hero-uci__right.column {
    flex-basis: 100%;
    max-width: 100%;
  }
  .hero-uci__glass {
    margin: 5% 5% 5% 5%;
  }
  .hero-uci__img {
    position: relative;
    top: 0px;
    right: 0px;
  }
  .hero-uci__img--desktop {
    transform: none !important;
  }
}/*# sourceMappingURL=index.css.map */