.inner__block__clubmx,
.inner__block__sustentabilidad{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-family: 'avenir_regular', sans-serif;
}

.title__section__sustentabilidad{
    font-family: 'engravers_gothicregular', sans-serif;
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 0;
    color: var(--color-black);
}

.list__sustentabilidad__program{
    list-style: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    margin-bottom: 0;
}
.list__sustentabilidad__program li {
    font-family:'engravers_gothicregular', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: var(--color-black);
}

.list__sustentabilidad__program li a {
    text-decoration: none;
    color: var(--color-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.list__sustentabilidad__program li a{
    text-align: left;
}

.card__sustentabilidad__program{
    padding: 4rem 4rem;
    border: 1px solid var(--color-primary);
    font-family: 'engravers_gothicregular', sans-serif;
    font-size: 1.75rem;
}

.list__tabs_members{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.list__tabs_members .is__clasic.active{
    background-color: var(--color-red);
    color: var(--color-white);
    border-color: var(--color-red);
}
.list__tabs_members .is__premium.active{
    background-color: var(--color-primary);
    color: var(--color-black);
    border-color: var(--color-primary);
}

.contact__clubmx__title{
    font-size: 2rem;
}
.contact__clubmx__title b{
    display: block;
    font-size: 2.75rem;
}

.hero__full__page{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6rem 2rem;
}
.card__full__page{
    border: 1px solid var(--color-white);
    padding: 2rem 2rem;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}


.card__item__title {
    font-size: 2.25rem;
    font-family: 'engravers_gothicregular', sans-serif;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 1.5rem;
}
.card__item__description {
    font-size: 1.125rem;
    font-family: 'avenir_regular', sans-serif;
    color: var(--color-white);
    font-weight: 300;
}

.heading__title{
    font-size: 2.25rem;
    font-family: 'engravers_gothicregular', sans-serif;
    text-transform: uppercase;
    color: var(--color-black);
    margin-bottom: 1.5rem;
    max-width: 360px;
}
.text__paragraph {
    font-size: 1.75rem;
    font-family: 'engravers_gothicregular', sans-serif;
    color: var(--color-black);
    font-weight: 300;
}

.content__tabs__members{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.content__tabs__members__item{
    width: 48%;
    border: 1px solid var(--color-primary-ultradark);
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.tabs__members__content{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.block__clubmx{
    background-color: var(--color-white);
}
.text__clubmx{
    font-size: 2.25rem;
}

.hero__slideshow__clubmx{
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.hero__slideshow__clubmx .swiper__whitearrows .swiper-button-prev {
    left: 3rem;
} 
.hero__slideshow__clubmx .swiper__whitearrows .swiper-button-next {
    right: 3rem;
}

.tabs__member__top > p{
    font-size: 1rem;
    font-family: 'avenir_regular', sans-serif;
    color: var(--color-primary-ultradark);
    font-weight: 300;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-style: italic;
}
.card__reporte{
    position: relative;
}
.card__reporte .btn__site {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    max-width: 380px;
    text-align: center;
    font-size: 1rem;
    justify-content: center;
}

.content__modal__clubmx {
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 3rem;
}
#modal__success__clubmx .modal-content{
    border-radius: 0!important;
    border: none;
}
#modal__success__clubmx .modal-content{
    border-radius: 0!important;
    border: none;
}
 
.modal__clubmx__title {
    font-size: 3rem;
    font-family: 'engravers_gothicregular', sans-serif;
    color: var(--color-primary);
}
.modal__clubmx__text {
    text-align: center;
    font-family: 'avenir_regular', sans-serif;
    font-size: 1.25rem;
    text-align: center;
}



@media screen and (max-width: 767px) {
    .card__sustentabilidad__program{
        padding: 3rem 2rem;
    }
    .title__section__sustentabilidad{
        font-size: 2rem;
    }
    .list__tabs_members {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .list__tabs_members a.btn__site{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card__item__title {
        font-size: 1.75rem;
    }
    .card__item__description {
        font-size: 1rem;
    }

    .card__reporte .btn__site {
        margin-top: 2rem;
        position: static;
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
        font-size: 1rem;
        width: 100%;
    }

    .content__tabs__members {
        flex-direction: column;
    }
    .content__tabs__members__item {

        width: 100%;
    }
    .list__benefits__members li a img {
        max-height: 10px;
    }
    .content__tabs__members__item {
        padding: 1rem;
        margin-bottom: 2rem;
    }
    .contact__clubmx__title {
        font-size: 1.5rem;
    }
    .contact__clubmx__title b {
        font-size: 2rem;
    }

    .hero__slideshow__clubmx {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .inner__block__clubmx {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}