.wrapper-packs .section__main-image {
    top: -50px;
}

.mindy-packs-category-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: black;
    margin-top: 70px;
    /* margin-bottom: 70px; */
}

.mindy-packs-category-span {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #824DEB;
    line-height: 50px;
}

.mindy-packs-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
    margin-top: 70px;
}

.mindy-packs-subtitle {
    font-size: 1.2rem;
    color: black;
}


.packs-category-card {
    border-radius: 20px;
    background-color: #f9f9f9;
    padding-bottom: 5px;
    margin-bottom: 20px !important;

}


.packs-category-card__title {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.packs-category-card__image {
    padding: 15px;
    text-align: center;
}

.packs-category-card__link {
    padding: 15px;
}

.mindy-packs-hero-container {
    background-image: url('../img/PACKS.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-bottom: 70px;
    padding-top: 50px;
}

@media (max-width: 960px) {

    .wrapper-packs .section__main-image {
        top: 0px;
    }

    .mindy-packs-category-title,.mindy-packs-title { 
        font-size: 1.3rem;
        margin-top: 0px;
    }

    .mindy-packs-hero-title {
        text-shadow: 2px 2px 4px #000000;
    }

    .mindy-packs-hero-subtitle {
        text-shadow: 2px 2px 4px #000000;
    }

    .mindy-packs-hero-container {
        background-size: cover;
    }

    .packs-category-card__image img{
        max-width: 80px;
    }

    .packs-category-card__link {
        color: black;
        font-weight: 500;
        background-color: white;
        padding: 10px;
        margin: 10px 10px 5px 0;
        border-radius: 15px;
    }
    .packs-category-card__link span {
        font-size: 10px;
    }
    .packs-category-card__link p {
        font-size: 15px;
        color: black;
        margin: 0;
        margin-bottom: 10px;
    }
    .packs-category-card__link a span {
        font-size: 12px;
    }
    /*.mindy-price-card-most-popular {
        position: relative;
        margin-top: 40px;
    }*/

    .mindy-packs-ninos-adolescentes, .mindy-packs-presenciales {
        background-color: #3C2080;
        padding-top: 0px!important;
    }

    .mindy-packs-ninos-adolescentes .mindy-packs-category-span, .mindy-packs-presenciales .mindy-packs-category-span {
        color: #1EEBC7;
    }

    .mindy-packs-ninos-adolescentes .mindy-packs-title, .mindy-packs-ninos-adolescentes .mindy-packs-subtitle , .mindy-packs-presenciales .mindy-packs-title, .mindy-packs-presenciales .mindy-packs-subtitle {
        color: white;
    }

    .mindy-packs-subtitle {
        font-size: 0.9rem;
        font-weight: 600;
        text-align: center;
        line-height: 50px;
    }

    .mindy-price-card {
        border-radius: 35px;
    }

    .uk-slidenav-next, .uk-slidenav-previous, .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
        width: 44px !important;
        height: 48px !important;
        position: relative !important;
        background-color: white;
        color: black;
        border: 1px solid #D8D8D8!important;
        border-radius: 15px;
        display: inline-flex;
        justify-content: center;
        margin: 5px!important;
    }
}

.mindy-packs-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: white;
    margin-bottom: 50px;
    font-weight: bold;;
}

.mindy-packs-hero-subtitle {
    font-size: 18px;
    color: white;
    margin-bottom: 50px;
}


.mindy-packs-ninos-adolescentes {
    background-image: url('../img/assets/Character_2_Basketball.png');
    background-repeat: no-repeat;
    background-position: 80% 150%;
    background-size: 50%;
    padding-top: 100px;
    padding-bottom: 30px;
}

.mindy-packs-parejas-familia {
    background-image: url('../img/assets/Character_1_High_Five.png');
    background-repeat: no-repeat;
    background-position: 20% center;
    background-size: 40%;
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 100px;
}

.mindy-packs-parejas-familia-background {
    background-color: #f9f9f9;
}


@media (max-width: 960px) {
    .mindy-packs-parejas-familia {
        background-image: none;
        padding-top: 20px;
    }
}

.mindy-packs-presenciales {
    padding-top: 50px;
}