
.price-page.bg-image {
    background: url('/img/pricing/background.webp') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.price-page .subtitle-page{
    color: var(--color-palette-yellow-orange-light-active)!important;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin: 0px;
    margin-bottom: 80px;
    margin-top: 35px;
}

.price-page .title-page{
    color: var(--color-palette-jacarta-light);
    text-align: center;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.861px;
    margin: 0px;
}

.card_price-page {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px !important;
    background: rgba(255, 255, 255, 0.80) !important;
}

.card_price-page h2{
    line-height: 39.907px!important;
}

.card_price-page span{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.section-container {
    padding-top: 180px;
    padding-bottom: 70px;
}

.gap-10 {
    gap: 10px;
}
.top-25 {
    margin-top: 25px;
}

.icon-check-container {
    display: flex;
    gap: 10px;
}

.header-pricing{
    display: flex;
    min-height: 200px;
    flex-direction: column;
    justify-content: space-between;
}
.header-pricing h3{
    margin: 0px!important;
    display: flex;
    gap: 10px;
    align-items: center;
}

.features-container{
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.card_price-page .usd{
    color: #4C4752;
    font-family: Lato;
    font-size: 17.958px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.253px;
    position: relative;
    margin: 0px!important;
}


.slider-container-pricing-card{
    width: 85%;
    text-align: start;
}
.price-page .uk-panel{
    height: 100%;
}

@media (max-width: 869px) {
    .card_price-page {
        padding: 27px !important;
    }
    .card_price-page p, .card_price-page li, .card_price-page em{
        font-size: 14px!important;
    }

    .card_price-page h2 {
        font-size: 40px !important;
    }

    .price-page .title-page {
        font-size: 40px !important;
    }
    .price-page .subtitle-page {
        font-size: 30px !important;
        margin-top: 25px;
    }
}
@media (min-width: 960px) and (max-width: 1090px) {
    .card_price-page {
        padding: 27px !important;
    }
}

.subscribe-modal {
    bottom: 120px!important;
}

#subscribe-modal:not([hidden]) ~ .button-schedule-1, #subscribe-modal-movil:not([hidden]) ~ .button-schedule-1 {
    background: #2D082E!important;
    color: white!important;
}

.button-schedule-1 {
    font-weight: bold!important;
    font-family: "Red Hat Display"!important;
}
.button-schedule-1:disabled, .button-schedule-1:hover:disabled  {
    color:#99868D!important;
    background: #F7CB9D!important;
}

@media (max-width: 869px) {
    .section-container {
        padding-top: 60px;
    }
    .title-page {
        text-align: center;
        font-family: "Red Hat Display";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 35px;
        padding-right: 35px;
    }
    .subtitle-page{
        padding-left: 35px;
        padding-right: 35px;
    }
}

.uk-dropdown-nav {
    padding-left: 0px!important;
}

.uk-dropdown-nav ul{
    list-style-type: none;
    padding: 0px!important;
}
.uk-dropdown-nav li:hover{
    background: #FEF3E1;
}
.uk-dropdown-nav li a:hover{
    text-decoration: none;
}

.uk-dropdown-nav li.uk-active {
    background-color: #f4f4f4;
    font-weight: bold;
}

.uk-dropdown-nav li {
    color: #3c0033;
    height: 44px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #BEB2BE;
}
.uk-dropdown-nav li:first-child, .uk-dropdown-nav li:first-child a {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.uk-dropdown-nav li:last-child, .uk-dropdown-nav li:last-child a{
    border-bottom: none;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.uk-dropdown-nav li a{
    width: 100%;
    text-align: center;
    padding: 10px 20px;
}

.pricing-card-container:nth-child(odd) h2, .slider-container-pricing-card:nth-child(odd) h2 {
    color: #36204F; /* Color para los impares */
}

.pricing-card-container:nth-child(even) h2, .slider-container-pricing-card:nth-child(even) h2{
    color: #C88C2D; /* Color para los pares */
}

.price-page .uk-panel {
    height: 100%;
}
