
@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");

/* html {
  margin-top: 0px;
} */
:root {
  --Primario-Green-500: #2FBC6C;
  --negro: #040F16;
  --blanco: #FFFFFF;
  --azul: #0175AE;
  --height-navegation: 60.5px;
  --Primario-Silver-500: rgba(148, 172, 178, 1);
}
.color-white{
  color: #FFF!important;
}
.parsley-errors-list{
  color: red !important;
  list-style: none !important;
  padding: 0;
  font-size: 13px!important;
  margin: 0;
  font-family: Poppins;
}


/** BEGIN: SETTINGS **/
.height-custom-vh {
  height: 100% !important;
  min-height: 100vh !important;
}

.height-custom-100 {
  height: 100% !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-color: var(--azul, #0175AE)!important;
  width: 100%;
  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-solid {
  cursor: pointer;

  border-radius: 16px;

  background: #02C183;

  height: clamp(52px, 3.5vw, 52px);
  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 !important;}
.text-decoration-none,.text-decoration-none:hover,.text-decoration-none:focus{text-decoration: none!important;}

.color-blue{
  color: var(--azul, #0175AE)!important;
}
.color-negro{
  color: var(--negro, #040F16)!important;
}
.color-amarillo{
  color: var(--amarillo, #EFB94B);
}

.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(24px,3vw,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-date {
  font-family: Poppins;
  font-weight: 400;
  font-size: clamp(14px,1.25vw,20px);
  margin-bottom: 0px;
}
.font-normal-20 {
  font-family: Poppins;
  font-weight: 400;
  font-size: clamp(16px,1.5vw,20px);
  margin-bottom: 0px;
}
.font-semibold-48 {
  font-family: Poppins;
  font-weight: 600;
  font-size: clamp(28px,3.5vw,42px);
  margin-bottom: 0px;
}
.font-normal-18 {
  font-family: Poppins;
  font-weight: 400;
  font-size: clamp(16px,1.5vw,18px);
  margin-bottom: 0px;
}
.font-normal-54 {
  font-family: Poppins;
  font-weight: 500;
  font-size: clamp(28px,3.5vw,54px);
  line-height: clamp(28px,3.75vw,58px);
  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-12 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0px;
}

.font-normal-16 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
}
.font-bold-24 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0px;
}

/** END: SETTINGS **/
.form-group{
  position: relative!important;
}

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

.form-control:focus {
  border: 2px solid #1AE896!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: var(--Primario-Green-500, #2FBC6C);
  border-color: var(--Primario-Green-500, #2FBC6C);
}

.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(--negro, #040F16);
  color: var(--blanco, #fff);
  overflow-x: hidden;
}
/* 
main {
  padding-top: var(--height-navegation);
} */


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


@media (min-width: 992px) {
  .height-custom-100 {
    height: 100% !important;
    min-height: 100vh !important;
  }

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

}

@media (min-width: 1200px) {
  :root {
    --height-navegation: 85px + 1.5rem;
  }

  main {
    padding-top: 0px;
  }
}


.modal{
  height: 100%;
  width: 100%;
  background-color: #000000CC;
  position: fixed;
  display: none;
  color: rgb(4, 1, 12);
}
.modal--container{
  width: 100%;
  height: 100%;
  display: flex; 
  align-items: center;
  justify-content: center;
}
.modal--content{
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background-color: #08141B;
  max-width: 550px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #fff;
}

.cerrarModal{
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  color: #fff;
  border-radius: 50%;
  transform: translate(10px, -10px);
  width: 40px;
  padding-top: 4px;
  height: 40px;
  padding-left: 10px;
  border: 4px solid #fff;
}

/**
 * ==============================================
 * Dot Spin
 * ==============================================
 */
 .dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 0 rgba(152, 128, 255, 0);
  animation: dot-spin 1.5s infinite linear;
}

@keyframes dot-spin {
  0%, 100% {
    box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0);
  }
  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 #fff, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0);
  }
  25% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 #fff, 0 18px 0 0 #fff, -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0);
  }
  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 0 #fff, 0 18px 0 0 #fff, -12.727926px 12.727926px 0 0 #fff, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0);
  }
  50% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #fff, -12.727926px 12.727926px 0 0 #fff, -18px 0 0 0 #fff, -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0);
  }
  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 0 #fff, -18px 0 0 0 #fff, -12.727926px -12.727926px 0 0 #fff;
  }
  75% {
    box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #fff, -12.727926px -12.727926px 0 0 #fff;
  }
  87.5% {
    box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 0 #fff;
  }
}
