@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;500;600;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&display=swap');

html {
  overflow-x: hidden;
}

:root {
  --blanco: #ffffff;
  --azul: #262260;
  --height-navegation: 70px;
}

.parsley-errors-list {
  color: red !important;
  list-style: none !important;
  padding: 0;
  font-size: 13px !important;
  margin: 0;
  font-family: Poppins;
}

input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}

/* Ajuste para navegadores que no son basados en WebKit (opcional) */
input:autofill {
  background-color: transparent !important;
}

.text-uppercase {
  text-transform: uppercase;
}
/** BEGIN: SETTINGS **/

.height-custom-100 {
  height: auto !important;
  min-height: 100% !important;
}

.visual-grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 12px rgba(0, 0, 0, 0);

  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

  -webkit-transition-property: transform;
  transition-property: transform;
}

.visual-grow:hover,
.visual-grow:focus,
.visual-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-solid-azul {
  cursor: pointer;
  background: linear-gradient(283.75deg, #4B44B3 48.62%, #5180DF 120.19%);
  width: max-content;
  height: 52px;
  border-radius: 8px;
  border: none;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px;

  text-decoration: none;
  text-align: center;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);

  font-family: Poppins;
  color: var(--blanco, #fff);
  font-size: clamp(15px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 600;
}
.font-normal-24-Bona {
  font-family: "Bona Nova SC", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

.cursor-pointer{
  cursor: pointer!important;
}

.btn-solid {
  cursor: pointer;
  background: rgb(1, 147, 68);
  background: linear-gradient(283.75deg, #4B44B3 48.62%, #5180DF 120.19%);
  width: max-content;
  height: clamp(54px, 4vw, 56px);
  border-radius: 8px;
  border: none;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px;

  text-decoration: none;
  text-align: center;

  font-family: Poppins;
  color: var(--blanco, #fff);
  font-size: clamp(16px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 600;
}

.btn-outline {
  background: transparent;
  width: 100%;
  height: clamp(54px, 4vw, 56px);
  border-radius: 8px;
  border: 1px solid #fff;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px;

  text-decoration: none;
  text-align: center;

  font-family: Poppins;
  color: var(--blanco, #fff);
  font-size: clamp(16px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 500;
}

.bg-solid-primary-black-900 {
  background: var(--negro, #040f16) !important;
}

.btn-solid-azul:hover,
.btn-solid-azul:focus,
.btn-solid:hover,
.btn-solid:focus,
.btn-outline:hover,
.btn-outline:focus {
  color: var(--blanco, #fff);
}

.text-justify {
  text-align: justify;
}
.text-decoration-none,
.text-decoration-none:hover,
.text-decoration-none:focus {
  text-decoration: none !important;
}
.color-gradient-blue {
  background: linear-gradient(283.75deg, #4B44B3 48.62%, #5180DF 120.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-white {
  color: #fff !important;
}
.color-gray-500{
  color:#343434;
}
.color-gris {
  color: var(--Gris, #94acb2);
}
.color-blue {
  color: var(--azul, #262260) !important;
}
.color-negro {
  color: var(--negro, #040f16) !important;
}
.color-amarillo {
  color: var(--amarillo, #efb94b);
}
.color-gold {
  background: var(
    --gold,
    linear-gradient(
      90deg,
      #cea050 3.69%,
      #f4df89 30.52%,
      #cea050 48.91%,
      #f5e08a 70.39%,
      #cea050 97.5%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-semibold-60 {
  font-size: clamp(38px, 5vw, 60px);
  font-family: Poppins;
  font-weight: 600;
  margin-bottom: 0px;
}

.font-semibold-40 {
  font-family: Poppins;
  font-weight: 600;
  font-size: clamp(34px, 5vw, 40px);
  margin-bottom: 0px;
}
.font-semibold-30 {
  font-family: Poppins;
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 30px);
  margin-bottom: 0px;
}
.font-semibol-28 {
  font-family: Poppins;
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 28px);
  margin-bottom: 0px;
}
.font-semibold-24 {
  font-family: Poppins;
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 24px);
  margin-bottom: 0px;
}
.font-semibold-20 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
}
.font-semibold-18 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
.font-semibold-16 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}
.font-normal-40 {
  font-family: Poppins;
  font-weight: 400;
  font-size: clamp(30px, 3vw, 40px);
  margin-bottom: 0px;
}
.font-normal-20 {
  font-family: Poppins;
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 20px);
  margin-bottom: 0px;
}
.font-normal-18 {
  font-family: Poppins;
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 18px);
  margin-bottom: 0px;
}
.font-semibold-48 {
  font-family: Poppins;
  font-weight: 600;
  font-size: clamp(28px, 3.5vw, 42px);
  margin-bottom: 0px;
}
.font-normal-48 {
  font-family: Poppins;
  font-weight: 500;
  font-size: clamp(28px, 3.5vw, 42px);
  margin-bottom: 0px;
}
.font-normal-14 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}
.font-normal-14 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}
.font-normal-12 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0px;
}

.font-normal-16 {
  font-family: Poppins;
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: 0px;
}
.font-semibold{
  font-weight: 600!important;
}
.font-bold-24 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0px;
}
.font-bold-36 {
  font-family: Poppins;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 36px);
  margin-bottom: 0px;
}
.font-semibold-44 {
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0px;
}
.font-semibold-32 {
  font-family: Poppins;
  font-size: clamp(22px, 4vw, 32px);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0px;
}
.font-medium-32 {
  color: var(--White, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  margin-bottom: 0px;
  font-weight: 500;
}
.font-medium-16 {
  font-family: Poppins;
  font-size: clamp(14px, 1vw, 16px);
  font-style: normal;
  margin-bottom: 0px;
  font-weight: 500;
}
.font-medium-14 {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 0px;
  font-weight: 500;
}
.font-medium-18 {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0px;
  font-weight: 500;
}
/** END: SETTINGS **/
.form-group {
  position: relative !important;
}

.form-control::placeholder {
  color: #dadada;
  opacity: 1;
}

.form-control:focus {
  border: 2px solid #d31b57 !important;
  outline: none !important;
  box-shadow: none !important;
}
.form-control.input {
  box-sizing: border-box;
  padding: 8px 8px 8px 35px;
  border-radius: 8px;
  width: 100%;
  background: #2c393e !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff !important;
  border: none;
}
.input-icon {
  color: #fff;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 12px;
  top: 13px;
}

.form-control-chk-input {
  opacity: 0;
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 28px;

  cursor: pointer;
}

.form-control-chk-label {
  display: inline-flex;
  align-items: center;
  position: relative;
  user-select: none;

  color: var(--blanco, #fff) !important;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;

  padding-left: 28px;
  top: 0px;
}

.form-control-chk-label a {
  color: var(--blanco, #fff) !important;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.form-control-chk-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
}

.form-control-chk-input:checked + .form-control-chk-label::before {
  background-color: #262260;
  border-color: #262260;
}

.form-control-chk-input:checked + .form-control-chk-label::after {
  content: "✔";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  /* Cambia este color según tus necesidades */
  font-size: 12px;
  line-height: 1;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

body {
  position: relative;
  background-color: var(--blanco, #fff);
  color: var(--azul, #262260);
  overflow-x: hidden;
}

main {
  padding-top: var(--height-navegation);
}


.modal {
  display: none;
  /* Ocultar por defecto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 95%;
  background-color: white;
  padding: 24px 16px ;
  border-radius: 8px;
  text-align: center;
  margin-left: 16px;
  margin-right: 16px;
}

.close-modal {
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 0px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important;
  }
  .close-modal {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    cursor: pointer;
    background-color: transparent;
  }
  .modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    background-color: white;
    padding: 24px;
    border-radius: 8px;
    text-align: center;
  }

  .height-custom-100 {
    height: auto !important;
    min-height: 100vh !important;
  }

  .btn-solid,
  .btn-solid-azul,
  .btn-outline {
    width: max-content;
  }
  .btn-solid-azul{
    width: 310px;
  }
}

@media (min-width: 1200px) {
  :root {
    --height-navegation: 70px;
  }

  main {
    padding-top: 0px;
  }
}


#button-whatsapp .btn-whatsapp-main {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 910;
  transform: all 0.5s ease;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-right: none;
  color: #fff;
  padding-top: 0.2rem;
  width: 3.6rem;
  height: 3.6rem;
  img {
    width: 3rem !important;
  }
}

#button-whatsapp .btn-whatsapp-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 4rem;
  height: 4rem;
  background: #25d366;
  border-radius: 50%;
  -webkit-animation: 1.5s ease-out infinite pulse-border;
  animation: 1.5s ease-out infinite pulse-border;
}

#button-whatsapp .btn-whatsapp-main::focus {
  border: none;
  outline: 0;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}

