html {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

body {
  width: 100%;
  height: 100%;
  font-family: "MessinaSans", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

@media (min-width: 834px) {
  blockquote {
    gap: 12px;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 834px) {
  blockquote {
    gap: 12px;
    width: 70%;
    margin: 0 auto;
  }
}
blockquote {
  margin: 0 auto;
  margin-bottom: 1.5rem !important;
  background-color: #fff;
  display: grid;
  grid-column-gap: 0;
  column-gap: 0;
  grid-template-columns: 28px auto;
  grid-row-gap: 0;
  row-gap: 0;
  padding: 1rem;
  width: 90%;
}

@media (min-width: 1200px) {
  blockquote:before {
    padding-top: 0;
  }
}

@media (min-width: 834px) {
  blockquote:before {
    padding-top: 1px;
  }
}

blockquote:before {
  content: url(../index/comillas1.svg);
  grid-column: 1;
  max-width: 32px;
  padding-top: 4px;
}

@media (min-width: 1200px) {
  blockquote p:first-child:after {
    margin-left: 12px;
  }
}
blockquote p:first-child:after {
  content: url(../index/comillas2.svg);
  margin-left: 8px;
}

blockquote p {
  color: #00283b;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0;
  grid-column: 2;
}
blockquote {
  display: block;
  padding-top: 0 !important;
  margin-block-end: 1em;
  margin-inline-end: 20px;
  unicode-bidi: isolate;
}
blockquote {
  border-left: 4px solid #007bff;
  padding-left: 15px;
  margin-left: 0;
  width: 100%;
}
blockquote,
q {
  quotes: none;
}

.pc {
  display: flex;
}

.w-section {
  max-width: 1000px;
}

.w-nav {
  max-width: 1440px;
}

@media (max-width: 1280px) {
  .pc {
    display: none;
  }
}

.cel {
  display: none;
}

@media (max-width: 768px) {
  .cel {
    display: flex;
  }
}

.simulador {
  background: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.simulador h2 {
  font-size: 22px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.range-container {
  position: relative;
  margin-bottom: 10px;
}

.range-container input[type="range"] {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  background: #c1c1c1;
  border-radius: 4px;
  outline: none;
}

.range-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #c19b61;
  border-radius: 50%;
  cursor: pointer;
}

.monto {
  font-weight: bold;
  margin-top: 5px;
  color: #333;
}

.ganancia-label {
  margin-top: 20px;
  color: #7a7a7a;
  font-weight: bold;
}

.ganancia {
  font-size: 36px;
  color: #1db954;
  font-weight: bold;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.title-class {
  font-size: 20px;
  font-weight: 600;
}

.bg-gradiante {
  background: linear-gradient(343deg, #f0f1f9 1.49%, #f9faff 113.83%);
}

.general-wrapper-info {
  width: 100%; /* Ancho predeterminado para pantallas pequeñas */
  padding: 10px 50px 80px; /* Ajustar el padding si es necesario */
  border-radius: 20px;
  background: linear-gradient(343deg, #f0f1f9 1.49%, #f9faff 113.83%);
}

@media (min-width: 768px) {
  .general-wrapper-info {
    width: 90%; /* Cambiar el ancho para pantallas más grandes */
    padding: 40px 100px 80px; /* Ajustar el padding */
  }
}

.div-stars-ai {
  height: 35px;
  width: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  column-gap: 6px;
  font-size: 18px;
  font-weight: 500;
  border: 1.6px solid #9d80f0;
  background: linear-gradient(180deg, #8056f7 0%, #6a39f5 100%);
  box-shadow: 0px 49px 14px 0px rgba(103, 59, 228, 0),
    0px 31px 13px 0px rgba(103, 59, 228, 0.02),
    0px 18px 11px 0px rgba(103, 59, 228, 0.08),
    0px 8px 8px 0px rgba(103, 59, 228, 0.13),
    0px 2px 4px 0px rgba(103, 59, 228, 0.15);
}
.img-team {
  width: 500px;
  height: 450px;
  margin-left: 10px;
}

.ul-circle {
  list-style-type: disc; /* Cambia a circle, square, etc. si deseas un estilo diferente */
  padding-left: 20px; /* Ajusta el espacio a la izquierda */
}

.ul-number {
  list-style: none;
  counter-reset: custom-counter; /* Resetea el contador */
}

.ul-number li {
  counter-increment: custom-counter; /* Incrementa el contador */
  position: relative;
  padding-left: 30px; /* Espacio para el número */
}

.ul-number li::before {
  content: counter(custom-counter) ". "; /* Agrega el número */
  position: absolute;
  left: 0;
}

.sticky-section {
  position: sticky; /* Permite que se mantenga en su posición durante el scroll */
  top: 50%; /* A mitad del viewport */
  transform: translateY(-50%); /* Centrar verticalmente */
  right: 0; /* Pegada al lado derecho */
  padding: 10px;
  display: flex;
  flex-direction: column; /* Alinea los botones en columna */
  gap: 10px; /* Espaciado entre botones */
  z-index: 999; /* Asegura que se superponga a otros elementos */
  position: fixed; /* Fijo para mantener la posición */
}

@media (max-width: 768px) {
  .sticky-section {
    display: none;
  }
}

/* Estilos para los botones */
.btn {
  background-color: #b38e5d;
  color: white;
  cursor: pointer;
  font-size: 14px;
  transition-duration: 0.4s;
}

.poligono {
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  flex-shrink: 0;
  width: 90px;
  height: 50px;
  background-color: #ff3640;
  padding: 15px;
  position: relative;
}

.btn:hover {
  background-color: rgb(47, 55, 61);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1005;
  background-color: #00283b;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.gradient-text {
  background: linear-gradient(
    270deg,
    rgba(48, 169, 144, 1) 0%,
    rgba(87, 150, 212, 1) 100%
  );
  -webkit-background-clip: text;
  color: transparent;
}

.candado-bg {
  background-color: rgb(30, 41, 59, 0.8);
}

.fondo-img {
  max-height: 800px;
}

.standard_title {
  color: #181818;

  font-style: normal;
  line-height: normal;
}

.sub {
  color: #313131;
  text-align: center;

  font-style: normal;
  line-height: 34px;
}

.box {
  max-width: 500px;
  max-height: 300px;
  background-color: #181818;
}

.card-img-container {
  min-width: 120px;
}

.card-img {
  min-height: 300px;
  object-fit: cover;
}

.card-info-container {
  min-width: 250px;
}

.sc1 {
  background-color: #ededed;
}

.sc2 {
  background: #550007;
  background-image: url("../index/bg2.png");
  background-repeat: no-repeat;
  background-position: right;
}

.sc2 h4 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sc2 h4 span {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sc2 p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.sc2 a {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  border-radius: 25.5px;
  background: #2b40fc;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  border: none !important;
  transition: 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1em;
}

.sc2 a:hover,
.sc4 a:hover,
.sc6 a:hover {
  background: #172eff;
}

.sc2 div {
  max-width: 450px;
}

.sc3 {
  background-color: #efefef;
}

.sc3 .standard_title {
  color: #090c2f;
}

.sc4 {
  background: #550007;
  background-image: url("../index/bg3.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.sc4 div {
  max-width: 450px;
}

.sc4 a {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  border-radius: 25.5px;
  background: #2b40fc;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  border: none !important;
  transition: 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.sc5 .standard_title {
  color: #090c2f;
}

.sc5 .sub {
  color: #495057;
}

.sc6 {
  background-image: url("../index/bg4.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sc6 h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.sc6 a {
  color: #fff;

  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  border-radius: 25.5px;
  background: #2b40fc;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  border: none !important;
  transition: 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.sc7 {
  width: 100%;
  height: 245px;
  background-image: url("../index/bg5.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

footer {
  background: #6a1b31;
  padding-top: 92px;
  width: 100%;
}

.card {
  background: white;
  border-radius: 40px;
  border: 1px solid rgb(210, 210, 210);
  padding: 40px 80px;
  text-align: center;
  width: 80%;
  max-width: 700px;
}

.slider-container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.card input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 12px;
  background: #f8f9fa;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 15px 30px -6px inset,
    rgba(0, 0, 0, 0.3) 0px 9px 18px -9px inset !important;
  border-radius: 5px;
  outline: none;
  transition: background 450ms ease-in;
}

.card input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #1427b4;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.card input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #f1c40f;
  border-radius: 50%;
  cursor: pointer;
}

.card input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #f1c40f;
  border-radius: 50%;
  cursor: pointer;
}
.tooltip {
  position: absolute;
  top: 30px; /* Ajusta la altura del tooltip */
  left: 50%;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.result-container {
  text-align: center;
  color: #666;
}

.result-container span {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
}

.result-container h1 {
  color: #2ecc71;
  font-size: 3.5rem;
  font-weight: bold;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  width: 80%;
  max-width: 700px;
  text-align: center;
  position: sticky;
}

.modal-loader {
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  gap: 4px;
  z-index: 9999px !important;
}

#msg-1 p,
#msg-2 p,
#msg-3 p,
#modal-after-system-msg {
  font-family: "Poppins", sans-serif;
}

#modal-after-system-msg {
  border-radius: 1em;
}

/* HTML: <div class="loader"></div> */
.loader-1,
.loader-2 {
  width: 20px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #009b12;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.loading-bar-container {
  width: 100%; /* Ancho completo del contenedor */
  max-width: 440px; /* Ancho máximo para evitar que sea demasiado larga */
  height: 0.5rem; /* Altura de la barra */
  background-color: #e5e7eb; /* Gris claro */
  border-radius: 9999px; /* Bordes redondeados */
  overflow: hidden; /* Esconde la parte que exceda el contenedor */
}

.loading-bar {
  width: 0%; /* Inicialmente oculta */
  height: 100%;
  background-color: #00dc51; /* Verde */
  border-radius: 9999px;
}

.btn-watchnow {
  background: rgb(21, 136, 250, 1);
}

.slider-container {
  width: 100%;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  height: 100%;
  align-items: center;
  animation: slideInFromRight 15s ease-out infinite;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(
      100%
    ); /* Inicia desde fuera de la pantalla (derecha) */
  }
  100% {
    transform: translateX(-100%); /* Termina en la posición original */
  }
}

.slide {
  width: 40px;
  height: 40px;
  filter: grayscale(
    100%
  ); /* Esto convierte todas las imágenes en blanco y negro */
  display: block;
}

.slide:hover {
  filter: grayscale(
    0%
  ); /* Vuelve al color original al pasar el mouse sobre el contenedor */
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1004;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-img {
  width: 8rem;
  height: 8rem;
}

@media (min-width: 768px) {
  .modal-img {
    width: 12.5rem;
    height: 12.5rem;
  }
}

#close-modal,
#close-modal-2 {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  padding: 0.2em 0.2em;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0000;
  color: white;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
}

#close-modal:hover,
#close-modal-2:hover {
  background-color: #d00000;
}

.modal-hidden {
  display: none;
}

.main-container {
  background: #e7612300 url(../index/fondo-img.webp) no-repeat 0;
  background-size: 100%;
  height: 100%;
  max-height: 850px;
}

@font-face {
  font-family: "GMX-Bold";
  src: url("../index/GMX-Bold.ttf") format("truetype");
  font-style: normal;
}

.main-container h1 {
  font-weight: bold;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .main-container {
    background-size: 100% 350px !important;
    height: 350px !important;
  }
}

@media (min-width: 300px) and (max-width: 650px) {
  .main-container {
    background-size: 100% 300px !important;
    height: 350px !important;
  }

  .main-container h1 {
    line-height: 42px;
  }
}

.absolute-form-wrapper {
  position: absolute;
  top: 5rem;
  height: 2500px;
  z-index: 1;
}

#form-modal {
  position: fixed;
  padding: 0em 44em;
  overflow-y: hidden;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(23, 23, 23, 0.95);
  backdrop-filter: blur(10px);
  z-index: 9998;
}

.bg-1 {
  background-image: url(../index/fondo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-2 {
  position: relative;
  overflow: hidden;
  background-image: url(../index/fondo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4); /* Ajusta la opacidad según necesites */
  z-index: 0;
}
.bg-2 > * {
  position: relative;
  z-index: 1;
}

#section2 {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  text-align: center;
  color: #000;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.2em;
  z-index: 1002;
  border-radius: 1em;
  font-family: "Poppins", sans-serif;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.topform {
  background-color: #fff;
  width: 100%;
  text-align: center;
  color: #ffffff;
  box-shadow: 1px 1px 3px 3px #0000001e;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.2em;
  border-radius: 1em;
  z-index: 1002;
}

.forma__title {
  text-align: center;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 30px;
  padding: 0.5em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  z-index: 1002;
}

.form-container {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
  z-index: 1002;
}

.form-container input {
  width: 100%;
}

.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-steps-navigation
  .intgrtn-steps-navigation-item.intgrtn-active,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-steps-navigation
  .intgrtn-steps-navigation-item.intgrtn-active,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-steps-navigation
  .intgrtn-steps-navigation-item.intgrtn-active {
  background-color: #621132;
}
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-btn-go-to-step,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-btn-go-to-step,
.formwrap-outer .intgrtn-form-signup .intgrtn-form-signup,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-btn-go-to-step,
.formwrap-outer .intgrtn-form-signup .intgrtn-form-optin {
  margin: 0 auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: #fff;
  border-radius: 6px;
  background: #621132;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 16px;
  cursor: pointer;
  white-space: normal;
  text-align: center;
}

.formwrap-outer .intgrtn-form-signup {
  padding: 32px;
}

.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-steps-navigation,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-steps-navigation,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-steps-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-steps-navigation
  .intgrtn-steps-navigation-item,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-steps-navigation
  .intgrtn-steps-navigation-item,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-steps-navigation
  .intgrtn-steps-navigation-item {
  display: inline-block;
  background: #ececec;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  border-radius: 3px;
  font-weight: bold;
  height: 7px;
  width: 33%;
  margin-right: 2px;
  text-indent: 100%;
  overflow: hidden;
}

.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-steps-navigation
  .intgrtn-steps-navigation-item:after,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-steps-navigation
  .intgrtn-steps-navigation-item:after,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-steps-navigation
  .intgrtn-steps-navigation-item:after {
  content: "";
}
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder
  .intgrtn-input,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder2
  .intgrtn-input2,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-input-holder
  .intgrtn-input,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-input-holder2
  .intgrtn-input2,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder
  .intgrtn-input,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder2
  .intgrtn-input2 {
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 2;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 6px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra hacia la derecha y abajo */
}
@media all and (max-width: 768px) {
  .formwrap-outer
    .intgrtn-form-signup
    .intgrtn-form-signup-3-steps
    .intgrtn-input-holder
    .intgrtn-input
    .intgrtn-areas-dropdown,
  .formwrap-outer
    .intgrtn-form-signup
    .intgrtn-form-signup-3-steps
    .intgrtn-input-holder2
    .intgrtn-input2
    .intgrtn-areas-dropdown,
  .formwrap-outer
    .intgrtn-form-signup
    .intgrtn-form-signup
    .intgrtn-input-holder
    .intgrtn-input
    .intgrtn-areas-dropdown,
  .formwrap-outer
    .intgrtn-form-signup
    .intgrtn-form-signup
    .intgrtn-input-holder2
    .intgrtn-input2
    .intgrtn-areas-dropdown,
  .formwrap-outer
    .intgrtn-form-signup
    .intgrtn-form-optin
    .intgrtn-input-holder
    .intgrtn-input
    .intgrtn-areas-dropdown,
  .formwrap-outer
    .intgrtn-form-signup
    .intgrtn-form-optin
    .intgrtn-input-holder2
    .intgrtn-input2
    .intgrtn-areas-dropdown {
    width: 270px;
  }
}
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder
  .intgrtn-input-message-error-verbose,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-input-holder2
  .intgrtn-input-message-error-verbose,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder
  .intgrtn-input-message-error-verbose,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder2
  .intgrtn-input-message-error-verbose {
  margin: 10px 0;
}
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder2
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-input-holder
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-input-holder2
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder2
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message {
  font-size: 0.8em !important;
  margin-bottom: 10px;
  line-height: 1 !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  text-align: left !important;
  padding-left: 5px;
}
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message.intgrtn-untouched,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder2
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message.intgrtn-untouched,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-input-holder
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message.intgrtn-untouched,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-input-holder2
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message.intgrtn-untouched,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message.intgrtn-untouched,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder2
  .intgrtn-input-message-error-verbose
  .intgrtn-single-message.intgrtn-untouched {
  color: #000;
}
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder.intgrtn-input-holder-password,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder2.intgrtn-input-holder-password,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-input-holder.intgrtn-input-holder-password,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-input-holder2.intgrtn-input-holder-password,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder.intgrtn-input-holder-password,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder2.intgrtn-input-holder-password {
  display: none;
}
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder.intgrtn-input-holder-password
  .intgrtn-btn-generate-password-holder,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder2.intgrtn-input-holder-password
  .intgrtn-btn-generate-password-holder,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-input-holder.intgrtn-input-holder-password
  .intgrtn-btn-generate-password-holder,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  .intgrtn-input-holder2.intgrtn-input-holder-password
  .intgrtn-btn-generate-password-holder,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder.intgrtn-input-holder-password
  .intgrtn-btn-generate-password-holder,
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  .intgrtn-input-holder2.intgrtn-input-holder-password
  .intgrtn-btn-generate-password-holder {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 760px) {
  .formwrap-outer
    .intgrtn-form-signup
    .intgrtn-form-signup-3-steps
    .intgrtn-btn-go-to-step,
  .formwrap-outer
    .intgrtn-form-signup
    .intgrtn-form-signup-3-steps
    .intgrtn-btn-submit,
  .formwrap-outer
    .intgrtn-form-signup
    .intgrtn-form-signup
    .intgrtn-btn-go-to-step,
  .formwrap-outer .intgrtn-form-signup .intgrtn-form-signup .intgrtn-btn-submit,
  .formwrap-outer
    .intgrtn-form-signup
    .intgrtn-form-optin
    .intgrtn-btn-go-to-step,
  .formwrap-outer .intgrtn-form-signup .intgrtn-form-optin {
    font-size: 16px;
  }
}

.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-btn-go-to-step {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 16px;
}
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-btn-go-to-step:hover {
  background: #621132;
}
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  [data-intgrtn-message-id="passwordConfirmMatch"],
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup
  [data-intgrtn-message-id="passwordConfirmMatch"],
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-optin
  [data-intgrtn-message-id="passwordConfirmMatch"] {
  display: none;
}
.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-steps-navigation
  .intgrtn-steps-navigation-item {
  width: 50%;
}

.dark .formwrap small,
.dark .formwrap .small {
  display: none !important;
}

.phoneNumber {
  color: black;
}

.intgrtn-input-holder.valid .errorinput .input-status-error {
  display: inline;
}

.intgrtn-input-holder2.valid .errorinput .input-status-error {
  display: inline;
}

.intgrtn-input-holder.valid .input-status-check {
  display: inline;
}

.intgrtn-input-holder2.valid .input-status-check {
  display: inline;
}

.intgrtn-input-holder.invalid .input-status-error {
  display: inline;
}

.intgrtn-input-holder2.invalid .input-status-error {
  display: inline;
}
.intgrtn-input-holder-phone {
  width: 100%;
}

.iti__selected-dial-code {
  color: #717171;
  font-size: 16px;
}

.iti__country-name {
  color: black;
}

.iti__selected-flag {
  border-radius: 5px;
  margin-left: 5px;
}
.iti {
  width: 100% !important;
}

.modalwhitw .intgrtn-btn-submit {
  background-color: #c51313 !important;
  -webkit-box-shadow: #c51313 0 0 0 0;
  box-shadow: #c51313 0 0 0 0;
  border: #c51313 solid 1px;
}

.intgrtn-btn-submit:disabled {
  opacity: 0.5; /* Visualmente indica que está deshabilitado */
  animation: none;
}

.intgrtn-btn-go-to-step,
.intgrtn-btn-submit {
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  background: #ff0000;
  color: #f9f9f9;
  padding: 10px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@keyframes pulsing {
  100% {
    box-shadow: transparent 0 0 0 20px;
  }
}

.intgrtn-btn-submit {
  background-color: #ff0000 !important;
}

.fa-feather::before {
  content: "";
}
.fa-feather-pointed::before {
  content: "";
}
.fa-feather-alt::before {
  content: "";
}

h1 {
  font-display: swap;
}

/* --------------------------------------- FINISH FORM STYLES ------------------------------ */

@media (max-width: 600px) {
  .topform {
    max-width: 100%;
    box-shadow: 1px 1px 6px 2px #00000044;
  }

  .forma__title {
    margin-bottom: 0em;
  }

  .formwrap-outer .intgrtn-form-signup {
    padding: 16px;
  }
}

.intgrtn-input-holder2 {
  position: relative;
  padding-bottom: 0em;
}

.intgrtn-input-holder {
  position: relative;
  padding-bottom: 0em;
}

.intgrtn-input {
  padding-right: 30px;
}

.intgrtn-input-message-error,
.intgrtn-input-message-error2 {
  color: rgb(255, 0, 0);
  font-size: 12px;
  position: relative;
  padding-top: 0.5em;
  display: none;
}

.iti__search-input {
  display: none;
}

/* Ocultar los iconos por defecto */
.input-status-check,
.input-status-error {
  display: none;
  position: absolute;
  right: 10px; /* Alinea los íconos a la derecha del input */
  transform: translateY(-50%);
  font-size: 18px; /* Ajusta el tamaño según sea necesario */
  pointer-events: none; /* Asegura que los íconos no interfieran con el input */
}

.input-status-check {
  top: 47%;
  color: green;
}

.input-status-error {
  top: 35%;
  color: red;
}

.intgrtn-input-holder.intgrtn-input-holder-phone span.input-status-error {
  top: 23%;
}
.intgrtn-input-holder2.intgrtn-input-holder-phone span.input-status-error {
  top: 23%;
}

.intgrtn-input-holder.intgrtn-input-holder-phone span.input-status-check {
  top: 47%;
}

.intgrtn-input-holder2.intgrtn-input-holder-phone span.input-status-check {
  top: 47%;
}

.intgrtn-btn-submit-holder {
  padding: 0.5em 0em;
}

@media (max-width: 768px) {
  .intgrtn-btn-submit-holder {
    padding: 0.2em 0em;
  }
}

@media (min-width: 300px) and (max-width: 650px) {
  .standard_title {
    font-size: 30px;
  }

  .sc2 {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }

  .card {
    padding: 80px 40px;
    width: 90%;
  }

  .result-container h1 {
    font-size: 3rem;
  }

  .sc4 {
    height: 950px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 120%;
    margin-top: 20px !important;
    padding-top: 108px !important;
  }

  .sc6 {
    padding-top: 120px !important;
    margin-top: 50px !important;
  }

  .sc6 h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .sc7 {
    height: 105px;
    background-size: 170%;
  }
}

.stock__container {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding: 15px;
  background: rgb(1, 53, 168);
  background: linear-gradient(
    90deg,
    rgba(1, 53, 168, 0) 0%,
    rgba(1, 53, 168, 0.3828125) 12%,
    rgba(1, 53, 168, 0.6601234243697479) 21%,
    rgba(1, 53, 168, 1) 40%
  );
}

@media (max-width: 1536px) {
  #form-modal {
    padding: 0em 4em;
  }
  .general-wrapper {
    height: 100%;
  }
}

@media (max-width: 1280px) {
  .general-wrapper {
    height: 100%;
  }
}

@media (max-width: 640px) {
  .general-wrapper {
    height: 100%;
  }
}

@media (max-width: 1280px) {
  .absolute-form-wrapper {
    height: 100%;
    z-index: 1;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    top: 20px;
    margin: 1em 0em;
  }

  .main-container {
    background: #e7612300 url(../index/fondo-img-2.jpg) no-repeat 0;
    background-size: 100%;
    background-position: center;
    height: 100%;
  }
}

.frase-container {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frase-container::after {
  content: "";
  background-color: white;
  max-width: 440px;
  max-height: 180px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

@media (max-width: 768px) {
  .frase-container::after {
    content: "";
    background-color: white;
    max-width: 220px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
  }
}

@media (max-width: 450px) {
  .frase-container::after {
    content: "";
    background-color: white;
    max-width: 200px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
  }
}

.gains-container {
  background-color: #08377e;
  max-width: 250px;
  min-width: 250px;
  padding: 1em;
  border-radius: 0.5em;
  color: white;
  position: absolute;
  left: 35%;
  bottom: -50px;
}

@media (max-width: 1280px) {
  .gains-container {
    left: 30%;
  }
}

@media (max-width: 768px) {
  .gains-container {
    left: 15%;
  }
}

@media (max-width: 450px) {
  .gains-container {
    left: 10%;
  }
}
.rs-range {
  margin-top: 29px;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  background-color: #2b2a33;
}

.rs-range:focus {
  outline: none;
}

.rs-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #d1d1d1;
  border-radius: 25px;
}

.rs-range::-moz-range-track {
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-shadow: none;
  background-color: #000;
  border-radius: 25px;
}

.rs-range::-webkit-slider-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid #2b2a33;
  height: 30px;
  width: 30px;
  border-radius: 20px;
  background: red;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  bottom: 4px;
}

.rs-range::-moz-range-thumb {
  box-shadow: none;
  border: 0px solid #2b2a33;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #343434;
  border: solid 2px #ffb400;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}
