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;
}

:root {
    --black: #333333;
    --gray: #e2e8ee;
    --blue: #0067b1;
    --white: #ffffff;
}

.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 */
}

h1, h2, h3, h4, h5, h6 {
    font-family: Source Sans Pro, sans-serif;
}

.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);
}

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;
}

.form-check.custom {
    display: flex;
}

.form-check.custom input {
    min-width: 24px;
    min-height: 24px;
}

.form-check.custom label {
    margin-top: 5px;
}

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);
    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;
}

::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;
}

/* --------------- 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;
}

/* ------------------------------ */

.bannerEventos {
    position: relative;
}

.bannerEventos .captionContent {
    width: min(100%, 485px);
    position: absolute;
    top: 50%;
    left: 5%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bannerEventos .captionContent h1 {
    margin-bottom: 0.75rem;
    padding: 0;
}

.bannerEventos .captionContent p {
    margin-bottom: 1rem;
}

.bannerEventos .bannerDesktop {
    object-fit: cover;
    object-position: right;
    background-position: 100% 1% !important;
    height: 400px;
}

.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;
}

.bannerEventos .carousel-control-next-icon {
    background-image: url(../images/icons/icoArrowLeft.svg);
    background-size: 10.67px;
    background-repeat: no-repeat;
    background-position: center;
}

.bannerEventos .carousel-control-prev-icon {
    background-image: url(../images/icons/icoArrowRight.svg);
    background-size: 10.67px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.bannerEventos .carousel-control-prev {
    left: 0;
}

.bannerEventos .carousel-control-next {
    right: 0;
}

.bannerEventos .carousel-control-next-icon,
.bannerEventos .carousel-control-prev-icon {
    width: 42px;
    height: 42px;
    background-color: var(--jvm-background-primary);
    border-radius: 50%;
}

.bannerEventos .carousel-control-next,
.bannerEventos .carousel-control-prev {
    opacity: 1;
}

.bannerEventos .carousel-indicators {
    align-items: center;
    bottom: 0rem;
}

.bannerEventos .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%;
}

.bannerEventos .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: flex-start;
    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 right;
    background-size: cover;
    padding: 2rem 0;
    gap: 1.5rem;
}

.contador_numeros {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.contador_numeros:not(:last-child):after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -0.5rem;
    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: grid;
    grid-template-columns: repeat(4, 1fr);
    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/Check.png);
    background-size: 15px;
    background-color: rgb(0, 103, 177);
    text-decoration: none;
}

.was-validated :invalid~.invalid-feedback.fieldRequired {
    display: block!important;
}

.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: 400;
    margin-bottom: 0;
    letter-spacing: -0.25px;
}

.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%);
}

.footer-container-wrapper .footer-container {
    padding: 0;
}



@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 {
        text-align: center;
    }

    .contador_content {
        gap: 2rem;
    }

    .contador_dias {
        font-size: 1.1rem;
    }

    .contador_valor {
        font-size: 2.5rem;
    }

    .bannerEventos .carousel-control-next-icon,
    .bannerEventos .carousel-control-prev-icon {
        display: none;
    }

    .contador_numeros:not(:last-child):after {
        right: -1rem;
    }

    .bannerEventos .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;
    }

    .bannerEventos .captionContent {
        background-color: var(--jvm-background-white);
        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);
    }

    .bannerEventos .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;
    }

    .bannerEventos .captionContent h1 {
        font-weight: 600;
    }

    .bannerEventos .captionContent h1,
    .bannerEventos .captionContent p {
        color: var(--jvm-color-text-primary) !important;
    }

    .bannerEventos h1 {
        font-size: 1.625rem;
        line-height: 32px;
    }

    .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;
    }

    .experiencias_pro {
        flex-direction: column;
        justify-content: flex-start;
        gap: 2rem;
    }


}

/* Fin Media query */

/* PÁGINA GRACIAS */

.page-template-page-registro-exitoso header {
    position: absolute;
    width: 100%;
    height: 72px;
    background: var(--white);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 1rem;
  }

.content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #f6f7fc;
}

.main-content {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 85vh;
}

.content .icono {
    height: 70px;
    width: 70px;
    background-image: url(../images/success.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 3rem;
}

.content h2 {
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 32px;
    text-align: center;
    color: #333333;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.content p {
    width: 60%;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 25px;
    text-align: center;
    color: #333333;
}

.button_registrar {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 58px;
    background: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 12px;
    text-decoration: none;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: var(--white)!important;
    margin-top: 5rem;
}

.button_registrar:hover {
    color: white;
}

.register-component .footer {
    background: var(--white);
    position: absolute;
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    bottom: 0;
}

.p3 {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

@media (max-width: 500px) {
    .register-component .footer {
        flex-direction: column;
        gap: 0.5rem;
        justify-content: center;
    }

    .content h2 {
        font-size: 1.5rem;
    }

    .content p {
        font-size: 1rem;
    }

    .button_registrar {
        width: 80%;
        font-size: 0.8rem;

    }
}

/* FIN PÁGINA GRACIAS */

/* FOOTER PÁGINA DE GRACIAS */

.footer.thanks {
    display: flex;
    min-height: 80px;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    color: var(--black);
    font-size: .9rem;
    gap: 1.5rem;
}

.footer.thanks img {
    max-width: 140px;
}

@media (min-width: 768px) {
    .footer.thanks img {
        max-width: 170px;
    }
}

/* FIN FOOTER PÁGINA DE GRACIAS */

.container-forms .form-control.disabled {
    background-color: #e9ecef!important;
    border: 1px solid rgb(226, 232, 238);
    color: rgb(117, 117, 117);
}