html {
  min-height: 100%;
  position: relative;
}

body,
html {
  font-family: Source Sans Pro, sans-serif;
  margin: 0;
  padding: 0;
  font-style: normal;
  background-color: var(--jvm-background-primary);
  color: var(--jvm-color-text-primary);
}

html {
  position: relative;
}

body a,
a:link {
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  color: var(--jvm-color-text-textlink);
  transition: 0.5s;
}

body a:hover {
  text-decoration: none;
  color: var(--jvm-color-text-textlink);
}

h1 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 42px;
  letter-spacing: -1px;
}

h2 {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 32px;
  letter-spacing: -0.5px;
}

h3 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 22px;
}

p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 25px;
  color: var(--jvm-color-text-primary);
}

ul li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 25px;
  color: var(--jvm-color-text-primary);
}

ol li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 25px;
  color: var(--jvm-color-text-primary);
}

.visibleMobile {
  display: none;
}

.btn-primary {
  color: var(--jvm-color-text-white);
  background-color: transparent;
  border-color: transparent;
}

.btn:hover {
  color: initial;
  background-color: inherit;
  border-color: transparent;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  transition: 0.5s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 934px;
}

/* --------------- FIN SELECTORES --------------- */

/* --------------- OTROS ESTILOS GENERALES --------------- */

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 934px;
  }
}

.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus,
.btn:focus,
.input:active:focus,
.input:focus {
  box-shadow: none;
}

.form-group {
  margin-bottom: 1rem;
}

.form-check-input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}

input[type="text"],
select {
  width: 100% !important;
  height: 40px;
  background-color: var(--jvm-background-white);
  font-weight: 400 !important;
  font-size: 1rem !important;
  color: var(--jvm-color-text-primary) !important;
  border: 1px solid var(--jvm-color-line) !important;
  border-radius: 8px !important;
}

textarea {
  width: 100% !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  border: 1px solid var(--jvm-color-line) !important;
  border-radius: 6px !important;
}

label {
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 0.3rem;
}

select {
  background-color: transparent !important;
  color: var(--jvm-color-text-primary) !important;
  background-image: url(../images/icons/icoArrowSelect.svg);
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: 12px;
  font-weight: 400 !important;
  font-size: 1rem !important;
  color: var(--jvm-color-text-gray) !important;
  margin-top: 0.2rem;
}

::placeholder {
  font-weight: 400;
  font-size: 1rem;
  color: var(--jvm-color-text-gray);
  padding: 0.2rem;
  text-align: left;
}

.form-check-input:checked[type="checkbox"] {
  background-color: var(--jvm-background-secondary);
  border-color: var(--jvm-background-secondary);
}

.slick-prev.slick-arrow[type="button"] {
  width: 42px;
  height: 42px;
  background-color: var(--jvm-background-white) !important;
  background: url(../images/icons/icoArrowRight.svg) no-repeat center;
  background-size: 10px;
  border: none;
  z-index: 2;
  border: 1px solid var(--jvm-background-white);
  border-radius: 50%;
}

.slick-next.slick-arrow[type="button"] {
  width: 42px;
  height: 42px;
  background-color: var(--jvm-background-white) !important;
  background: url(../images/icons/icoArrowLeft.svg) no-repeat center;
  background-size: 10px;
  border: 1px solid var(--jvm-background-white);
  border-radius: 50%;
}

.displayNav .slick-prev.slick-arrow[type="button"],
.displayNav .slick-next.slick-arrow[type="button"] {
  display: none !important;
}

.slick-prev,
.slick-next {
  top: 44%;
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

.slick-next:before {
  display: none;
}

.slick-prev:before {
  display: none;
}

.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  font-size: 0px;
}

.slick-dots li button {
  width: 6px;
  height: 6px;
  background-color: rgb(0, 61, 157, 0.4);
  border-bottom: 0 solid transparent;
  border-top: 0 solid transparent;
  opacity: 1;
  padding: 0;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  opacity: 1;
  width: 18px;
  height: 6px;
  background-color: var(--jvm-background-secondary);
  border-radius: 20px;
}

.titleCenter {
  text-align: center;
}

.wdthH2Center {
  width: 100%;
  max-width: 712px;
  margin: auto;
}

.lineOne {
  width: 100%;
  height: 1px;
  background-color: var(--jvm-color-line);
  display: block;
  margin: 1rem 0;
}

.bgGray {
  background-color: var(--jvm-background-gray);
  padding: 4rem 0;
}

.hideComponent {
  display: none;
}

.borderRadius50 {
  border-radius: 50% !important;
}

.btnClubes {
  margin-top: 1.5rem;
}

.btnClubes .cta {
  width: 100%;
  max-width: fit-content;
  height: 48px;
  background-color: rgb(0, 103, 177);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 18px;
  letter-spacing: -0.25px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  padding-inline: 2rem;
}

.btnClubes .cta:is(:hover, :active, :focus) {
  background-color: rgb(0, 54, 92);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 54, 92);
  --bs-btn-focus-box-shadow: 0 0 0 0rgba (var(--bs-btn-focus-shadow-rgb), 0);
  text-decoration: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Fondo semitransparente negro */
  z-index: 999;
  display: none; /* Inicialmente oculto */
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; /* Asegúrate de que esté por encima de la capa de fondo */
  display: none; /* Inicialmente oculto */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.thankYouText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
.thankYouText img {
  width: 50px;
  height: 50px;
}
.botones_contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}
#response_whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}
.boton2 {
  background-color: rgb(0, 103, 177);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 35px;
  border-radius: 10px;
}

.boton2 a {
  color: rgb(255, 255, 255);
}

/* --------------- FIN OTROS ESTILOS GENERALES --------------- */

/* --------------- SEPARADORES --------------- */

.separadorProOne {
  padding: 5px;
}

.separadorProTwo {
  padding: 10px;
}

.separadorProThree {
  padding: 15px;
}

.separadorProFour {
  padding: 20px;
}

.separadorProFive {
  padding: 25px;
}

.separadorProSix {
  padding: 30px;
}

.separadorProSeven {
  padding: 35px;
}

.separadorProEight {
  padding: 40px;
}

.separadorProNine {
  padding: 45px;
}

.separadorProTen {
  padding: 50px;
}

/* --------------- FIN SEPARADORES --------------- */

.visibleMobile {
  display: none;
}

.visibleMobileTwo {
  display: none !important;
}

.twoColumn {
  width: var(--jvm--width);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.twoColumnTwo {
  width: var(--jvm--width);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
}

.threeColumn {
  width: var(--jvm--width);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.twoColumnGP0 {
  gap: 0;
}

.twoColumnGP0-5 {
  gap: 0.5rem;
}

.twoColumnGP1 {
  gap: 1rem;
}

.twoColumnGP2 {
  gap: 2rem;
}

.twoColumnGP3 {
  gap: 3rem;
}

.twoColumnGP4 {
  gap: 4rem;
}

.twoColumnGP5 {
  gap: 5rem;
}

.twoColumnGP6 {
  gap: 6rem;
}

.marginTOP2-5 {
  margin-top: var(--jvm--mrgt2-5);
}

.positionRelative {
  position: relative !important;
}

.alignCenter {
  align-items: center;
}

.textCenter {
  text-align: center;
}

.textWhite {
  color: var(--jvm-background-white) !important;
}

.titleCenterH2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------------------ */

.bannerClubes {
  position: relative;
}

.bannerClubes .captionContent {
  width: min(100%, 485px);
  position: absolute;
  top: 50%;
  left: 5%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bannerClubes .captionContent h1 {
  margin-bottom: 0.75rem;
  padding: 0;
}

.bannerClubes .captionContent p {
  margin-bottom: 1rem;
}

.btnBanner .cta {
  width: 100%;
  max-width: fit-content;
  background-color: var(--jvm-background-white);
  border-radius: 30px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 2rem;
  color: var(--jvm-color-text-secondary);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.25px;
}

.btnBanner .cta:is(:hover, :active, :focus) {
  background-color: rgb(0, 54, 92);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 54, 92);
  --bs-btn-focus-box-shadow: 0 0 0 0rgba (var(--bs-btn-focus-shadow-rgb), 0);
  text-decoration: none;
}

.bannerClubes .carousel-control-next-icon {
  background-image: url(../images/icons/icoArrowLeft.svg);
  background-size: 10.67px;
  background-repeat: no-repeat;
  background-position: center;
}

.bannerClubes .carousel-control-prev-icon {
  background-image: url(../images/icons/icoArrowRight.svg);
  background-size: 10.67px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.bannerClubes .carousel-control-prev {
  left: 0;
}

.bannerClubes .carousel-control-next {
  right: 0;
}

.bannerClubes .carousel-control-next-icon,
.bannerClubes .carousel-control-prev-icon {
  width: 42px;
  height: 42px;
  background-color: var(--jvm-background-primary);
  border-radius: 50%;
}

.bannerClubes .carousel-control-next,
.bannerClubes .carousel-control-prev {
  opacity: 1;
}

.bannerClubes .carousel-indicators {
  align-items: center;
  bottom: 0rem;
}

.bannerClubes .carousel-indicators [data-bs-target] {
  width: 6px;
  height: 6px;
  background-color: rgb(214, 214, 214);
  border-radius: 0;
  border-bottom: 0 solid transparent;
  border-top: 0 solid transparent;
  opacity: 1;
  border-radius: 50%;
}

.bannerClubes .carousel-indicators .active {
  width: 18px;
  height: 6px;
  background-color: var(--jvm-background-secondary);
  border-radius: 20px;
}

.ecommerceBannerPro .carousel-control-prev,
.ecommerceBannerPro .carousel-control-next {
  display: none;
}

/* ------------------------------ */

.contentSticky {
  gap: 0.2rem;
  width: 100%;
  border-bottom: 2px solid rgb(239, 239, 239);
  padding: 1rem 0 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgb(250, 251, 253);
}

.contentSearch {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 3rem;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}

.contentSearch a {
  text-decoration: none;
  padding: 10px 10px 16px 10px;
  display: block;
  border-bottom: 2px solid transparent;
}

.contentSearch a.active {
  border-bottom: 4px solid var(--jvm-background-yellow);
  text-decoration: none;
}

.contentSearch a:hover {
  text-decoration: none !important;
}

.barra_amarilla {
  width: 160px;
  height: 5px;
  background-color: var(--jvm-background-yellow);
}

.contentSearch a {
  color: var(--jvm-color-text-textlink);
  text-decoration: none;
  font-size: 1.25rem;
}

.contentSearch a:hover {
  text-decoration: underline;
}

.moduloA1 .textInformations .ico-info .item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.5rem;
  margin-bottom: 1rem;
}

.moduloA1 .textInformations .ico-info .item:last-child {
  margin-bottom: 0;
}

.textInformations a:hover {
  text-decoration: underline;
}

.moduloA1 .textInformations .ico-info .item img {
  width: 24px;
}

.moduloA1 .textInformations .ico-info .item p {
  margin-bottom: 0;
}

.banner_contador {
  width: var(--jvm--width);
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../images/bg/bgContador.jpg) no-repeat center;
  background-size: cover;
  padding: 2rem 0;
  gap: 1.5rem;
}

.contador_numeros {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-right: 2rem;
}

.contador_numeros::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: var(--jvm-background-white);
}

.contador_numeros:last-child > .contador_numeros::after {
  background-color: transparent;
}

.titulo_contador {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.5px;
}

.contador_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}

.contador_dias {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

.contador_valor {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

/* Formulario */

.container-forms {
  width: 758px;
  margin: auto;
  padding: 1rem 0 1rem;
  position: relative;
}

.container-forms label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 18px;
  color: rgb(51, 51, 51);
  margin-bottom: 0.313rem;
}

.container-forms .check_legal {
  display: block;
}

.container-forms .check_legal a:hover {
  text-decoration: underline;
}

.container-forms select {
  background-image: url(../images/icons/arrowSelectTwo.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 94% center !important;
  background-size: 11.26px !important;
}

.container-forms input[type="text"],
.container-forms input[type="date"],
.container-forms input[type="email"],
.container-forms select {
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  height: 48px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 232, 238);
  border-radius: 8px;
  font-weight: 400;
  font-size: 1rem;
  color: rgb(117, 117, 117);
}

.container-forms .form-group {
  margin-bottom: 2.5rem;
}

.btn_btn_form {
  text-align: center;
}

.btn_btn_form .cta {
  width: 100%;
  max-width: 204.13px;
  height: 48px;
  background-color: rgb(0, 103, 177);
  border-radius: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.25px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  transition: all 0.3s ease-in-out;
  margin: auto;
}

.btn_btn_form .cta:is(:hover, :active, :focus) {
  background-color: rgb(0, 54, 92);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 54, 92);
  --bs-btn-focus-box-shadow: 0 0 0 0rgba (var(--bs-btn-focus-shadow-rgb), 0);
  text-decoration: none;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url(../images/icons/icoCheck.svg);
  background-size: 15px;
  background-color: rgb(0, 103, 177);
  text-decoration: none;
}

.aviso_final {
  width: var(--jvm--width);
  height: 61px;
  background-color: rgb(215, 230, 246);
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding-inline: 2rem;
}

.aviso_final p {
  margin-bottom: 0;
}

.footer_edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.redes_sociales {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.redes_sociales p {
  font-size: 18px;
  font-weight: 600;
}

.redes_sociales img {
  width: 20px;
  height: 20px;
}

.aviso_final ul {
  margin: 0;
}

.aviso_final img {
  width: 25px;
  height: 25px;
}

.imgCardText {
  width: 95%;
  margin: 12px auto;
  border-radius: 6px 6px 0px 0px;
}

.imgCardText .infoText {
  padding: 0rem 0 0;
}

.imgCardText .infoText h3 {
  color: var(--jvm-color-text-primary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.25px;
  margin-bottom: 0;
}

.imgCardText .infoText p {
  color: var(--jvm-color-text-primary);
  font-weight: 600;
  margin-bottom: 0;
}

.experiencias_pro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: min(100%, 620px);
  margin: 2.5rem auto 0;
}

.experiencias_pro .circle {
  width: 133px;
  height: 133px;
  background-color: rgb(246, 247, 252);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.experiencias_pro .circle .ico {
  width: 63.692px;
}

.experiencias_pro .circle p {
  text-align: center;
  line-height: normal;
  margin-bottom: 0;
}

.experiencias_pro .circle p:nth-child(2) {
  width: min(100%, 50%);
}





@media screen and (max-width: 768px) {
  .visibleMobile {
    display: block;
  }

  .visibleDesktop {
    display: none;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }

  .twoColumn {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    gap: 40px;
  }

  .twoColumnTwo {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    gap: 40px;
  }

  .threeColumn {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    gap: 40px;
  }

  .orderMobile1 {
    order: 2;
  }

  .orderMobile2 {
    order: 1;
  }

  .btnClubes .cta {
    max-width: 100%;
  }

  .titulo_contador {
    font-size: 15px;
  }

  .contador_content {
    gap: 0.8rem;
  }

  .bannerClubes .carousel-control-next-icon,
  .bannerClubes .carousel-control-prev-icon {
    display: none;
  }

  .bannerClubes .carousel-indicators {
    bottom: -2rem;
  }

  .contenido_artistas_invitados {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .contenido_artistas_cards {
    width: 100%;
  }

  h1 {
    font-size: 1.6rem;
    line-height: 32px;
    color: rgb(51, 51, 51);
    font-weight: 400;
  }

  .contentSticky {
    margin-top: 1rem;
    padding: 1rem;
  }

  .contentSearch {
    flex-direction: row;
    gap: 0.5rem;
  }

  .form-check form-check-inline {
    margin-top: 1rem;
  }

  .contenido_informacion_content {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .contenido_informacion {
    width: 100%;
    padding: 1rem;
  }

  .contenido_informacion_img {
    width: 100%;
    padding: 1rem;
  }

  .contenido_artistas_invitados {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bannerClubes .captionContent {
    background-color: var(--jvm-background-white);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 0;
    left: 0%;
    width: 95%;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin: -2rem auto 0;
    padding: 1rem 2rem;
  }

  .btnBanner .cta {
    max-width: 100%;
    background-color: var(--jvm-background-secondary);
    color: var(--jvm-color-text-white);
  }

  .bannerClubes .captionContent::before {
    content: "";
    width: 100%;
    height: 6px;
    background-color: var(--jvm-background-yellow);
    position: absolute;
    top: 0;
    left: 0;
  }

  .contentSearch a {
    font-size: 0.75rem;
  }

  .bannerClubes .captionContent h1 {
    font-weight: 600;
  }

  .bannerClubes .captionContent h1,
  .bannerClubes .captionContent p {
    color: var(--jvm-color-text-primary) !important;
  }

  .bannerClubes .container-forms h1 {
    font-size: 1.625rem!important;
    line-height: 32px!important;
    font-weight: 600!important;
  }

  .container-forms {
    width: 90%;
  }

  .container-forms input[type="text"],
  .container-forms input[type="date"],
  .container-forms select {
    margin-bottom: 1.5rem;
  }

  .btn_btn_form .cta {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .btn_btn_form2 .cta {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .contador_numeros {
    padding-right: 1rem;
  }

  .experiencias_pro {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
  }


}

/* Fin Media query */
