
@import url('grid.css');
@import url('faq.css');

/* Variables */
:root {
  --primary-color: #012A4C;
  --secondary-color: #0277D9;
  --tertiary-color: #1494FF;
  --quaternary-color: #D0DF00;
  --quinary-color: #015499;
  --senary-color: #0077ED;
  --auxiliary-color: #808E99;
  --clear-primary-color: #ffffff;
  --clear-secondary-color: #EAECF0;
  --clear-tertiary-color: #F4F4F4;
  --dark-primary-color: #1F2123;
  --wa-color: #29CC6D;
}
.color-primary {
  color: var(--primary-color);
}
.color-secondary {
  color: var(--secondary-color);
}
.color-tertiary {
  color: var(--tertiary-color);
}
.color-quaternary {
  color: var(--quaternary-color);
}
.color-quinary {
  color: var(--quinary-color);
}
.color-senary {
  color: var(--senary-color);
}
.color-auxiliary {
  color: var(--auxiliary-color);
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-secondary {
  background-color: var(--secondary-color);
}
.bg-tertiary {
  background-color: var(--tertiary-color);
}
.bg-quaternary {
  background-color: var(--quaternary-color);
}
.bg-quinary {
  background-color: var(--quinary-color);
}
.color-clear-primary {
  color: var(--clear-primary-color);
}
.color-clear-secondary {
  color: var(--clear-secondary-color);
}
.color-clear-tertiary {
  color: var(--clear-tertiary-color);
}
.color-dark-primary {
  color: var(--dark-primary-color);
}
.bg-clear-primary {
  background-color: var(--clear-primary-color);
}
.bg-clear-secondary {
  background-color: var(--clear-secondary-color);
}
.bg-clear-tertiary {
  background-color: var(--clear-tertiary-color);
}
.flex{
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.fs-68 {
  font-size: 68px;
}
.fs-19 {
  font-size: 19px;
}
.fs-24 {
  font-size: 24px;
}
.fs-10 {
  font-size: 10px;
}
.fs-18 {
  font-size: 18px;
}
.fs-8{
  font-size: 8px;
}
.fs-56 {
  font-size: 56px;
}
.fs-28 {
  font-size: 28px;
}
.fs-16 {
  font-size: 16px;
}
.fs-70 {
  font-size: 70px;
}
.fs-54 {
  font-size: 54px;
}
.fs-61{
  font-size: 61px;
}
.fs-32 {
  font-size: 32px;
}
.fs-48 {
  font-size: 48px;
}
.fs-46 {
  font-size: 46px;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-justify {
  text-align: justify;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.space{
  margin: 10px;
  width: 100%;
  display: block;
}
a, a:hover, a:visited, a:active, a:focus {
  text-decoration: none;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  /*background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;*/
}
hr{
  border: 0;
  border-top: 1px solid #DFE3E6;
  margin: 20px 0;
}

#header{
  background: linear-gradient(-105.859deg, #00AEEF 0%, #0277D9 48%, #013F73 100%);
  padding: 50px;
}

#titulo{
  font-size: 68px;
  font-weight: 500;
  background: radial-gradient( circle, rgba(255, 255, 255, 1) 35%, rgba(1, 84, 153, 1) 100% ); 
  -webkit-background-clip: text; 
  -moz-background-clip: text; 
  background-clip: text; 
  color: transparent;
}

.simulator {
  background: #ffffff;
  padding: 20px;
  border-radius: 32px;
  /*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
  max-width: 500px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.simulator-header {
  background-color: var(--quinary-color);
  color: var(--clear-primary-color);
  margin: -20px -20px 20px -20px;
  padding: 20px;
}

h2 {
  color: #0059b3;
  margin-bottom: 20px;
}

.field {
  margin-bottom: 20px;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

input[type="range"] {
  width: 200px;
}

.range-container {
  position: relative;
}

.range-container::after, .range-container::before{
  font-size: 10px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: right;
  color: #808E99;
  position: absolute;
}

.range-container::after{
  content: "Max: $15,000";
  right: 50px;
  margin-top: 37px;
}
.range-container::before{
  content: "Min: $5,000";
  left: 50px;
  margin-top: 37px;
} 

button.week-btn:disabled {
  background-color: #cccccc;
}

button.week-btn:hover:not(:disabled) {
  background-color: #004080;
}

p {
  margin: 5px 0;
}

.weeks {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.week-btn {
  border: none;
  padding: 10px 28px;
  border-radius: 70px;
  cursor: pointer;
  font-size: 24px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 85.88250875473022%;
  letter-spacing: -3%;
}

.week-btn.active {
  background-color: #0059b3;
  color: white;
}

.result {
  font-size: 18px;
  color: #333;
}

.disclaimer {
  font-size: 8px;
  color: var(--auxiliary-color);
  margin-top: 10px;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #0277D9 0%, #0277D9 50%, #e6e6e6 50%);
  border-radius: 5px;
  outline: none;
  margin: 10px 0;
  cursor: pointer;
  background-position-y: 38%;
  background-repeat: no-repeat;
  background-size: contain;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent; /* El fondo del `track` lo manejaremos desde el contenedor principal */
  border-radius: 5px;
  border: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(0deg, #F0F1F2 69%, #D9E0E6 100%);;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 5px 7px rgba(160,212,255,0.50);
  -webkit-box-shadow: 0px 0px 5px 7px rgba(160,212,255,0.50);
  -moz-box-shadow: 0px 0px 5px 7px rgba(160,212,255,0.50);
  margin-top: -10px; /* Para alinear el thumb con el track */
}

input[type="range"]::-moz-range-track {
  height: 8px;
  background: #e6e6e6;
  border-radius: 5px;
  border: none;
}

input[type="range"]::-moz-range-progress {
  height: 8px;
  background: #0059b3;
  border-radius: 5px;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #0059b3;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 8px;
  background: transparent;
  border-color: transparent;
  border-width: 8px 0;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #0059b3;
  border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
  background: #e6e6e6;
  border-radius: 5px;
}

input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #0059b3;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

button#increase,
button#decrease {
  width: 35px;
  height: 28px;
  padding: 0px;
  border-radius: 100%;
  line-height: 0em;
  font-size: 1.4rem !important;
  color: var(--secondary-color);
  font-weight: 200;
  border: 1px solid;
  background: var(--clear-primary-color);
}

#payment {
  display: flex;
  justify-content: space-between;
}

.btn-primary, .btn-primary:hover, .btn-primary:visited, .btn-primary:active, .btn-primary:focus {
  border-radius: 32px;
  padding: 16px 32px;
  min-width: 380px;
  max-width: 100%;
  min-height: 56px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  background-color: var(--quaternary-color);
  color: var(--primary-color);
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}

.btn-out-primary, .btn-out-primary:hover, .btn-out-primary:visited, .btn-out-primary:active, .btn-out-primary:focus {
  border-radius: 40px;
  padding: 16px 32px;
  min-width: 380px;
  max-width: 100%;
  min-height: 56px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  color: var(--clear-primary-color);
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid var(--clear-primary-color);
}

.steps{
  padding: 50px;
}

.rabbit-steps {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.rabbit-steps > div {
  width: 350px;
}

.rabbit-steps > div > img {
  max-width: 100%;
}

#apertura{
  background-image: url(img/BG-Apertura.png);
  background-size: cover;
  background-position: center;
  padding: 50px 50px 0px 50px;
}

.apertura-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.apertura-img img {
  max-width: 90%;
  max-height: 700px;
}

.titulo-comision {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.pros {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.pros img {
  margin-top: 8px;
}

#video{
  padding: 35px;
}

#video .row {
  align-items: center;
}

#video img {
  max-width: 100%;
}

#faq {
  padding: 50px 15px 150px;
}

.banner-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footer{
  padding: 0px 50px;
}

#banner{
  background: linear-gradient(-105.859deg, #00AEEF 0%, #0277D9 48%, #013F73 100%);
  padding: 35px 20px;
  width: 100%;
  border-radius: 32px;
  transform: translateY(-60%);
}

.f-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}

.hide-lg {
  display: none;
}
.hide-xs {
  display: inherit;
}

/* Estilos para el modal */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
  max-width: 600px; /* Puedes ajustar este valor según tus necesidades */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

video {
  max-width: 100%;
  height: auto;
}

/* Estilos para el botón de WhatsApp */
.wa-btn-container {
  box-shadow: 0 0 8px #01468029;
  background-color: var(--clear-primary-color);
  padding: 16px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.btn-wa {
  padding: 12px 24px;
  display: flex;
  width: 100% !important;
  border-radius: 45px;
  background-color: var(--wa-color);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--clear-primary-color);
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 768px) { 
  .fs-68 {
    font-size: 48px;
  }
  .fs-19 {
    font-size: 14px;
  }
  .fs-24 {
    font-size: 15px;
  }
  .fs-10 {
    font-size: 10px;
  }
  .fs-18 {
    font-size: 12px;
  }
  .fs-8{
    font-size: 8px;
  }
  .fs-56 {
    font-size: 36px;
  }
  .fs-28 {
    font-size: 20px;
  }
  .fs-16 {
    font-size: 12px;
  }
  .fs-70 {
    font-size: 50px;
  }
  .fs-54 {
    font-size: 34px;
  }
  .fs-61{
    font-size: 41px;
  }
  .fs-32 {
    font-size: 22px;
  }
  .fs-48 {
    font-size: 28px;
  }
  .fs-46 {
    font-size: 26px;
  }
  #titulo{
    font-size: 40px;
  }
  #header{
    padding: 20px;
  }
  #footer{
    padding: 0px 15px;
  }
  .btn-primary, .btn-primary:hover, .btn-primary:visited, .btn-primary:active, .btn-primary:focus {
    min-width: 300px;
    font-size: 20px;
  }
  .weeks {
    gap: 5px;
  }
  .week-btn {
    padding: 10px 16px;
    font-size: 15px;
  }
  .hide-lg {
    display: inherit;
  }
  .hide-xs {
    display: none;
  }
  .titulo-comision{
    justify-content: center;
  }
  .banner-container {
    padding: 0px;
  }
  #banner .btn-primary {
    padding: 16px 21px;
    min-width: 255px;
  }
}