
.akx_main_banner.tienda2 {
    background-size: cover;
    background-position: center center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /* transform: rotateY(180deg); */
    position: relative;
}

.akx_main_banner.tienda1 {
    backdrop-filter: opacity(0.2);
    background-size: cover;
    background-position: center bottom;
    height: auto;
    width: 100%;
    /* padding: 15rem 0; */
}
@media (max-width:767px) {
    .akx_main_banner.tienda1 {
        background-position: 36%;
        /* padding: 13rem 0 !important; */
    }
} 

.akx_main_banner .bg-filter {
    width: 100%;
    height: 100%;
    position: absolute;
}

.akx_main_banner.tienda1 .new-container {
    /* background-color: rgba(0,0,0,.2); */
    padding: 15rem 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 10%, rgb(0 0 0 / 40%) 100%);
}

.akx_main_banner.tienda2 .new-container {
    /* background-color: rgba(0,0,0,.2); */
    padding: 15rem 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 10%, rgb(0 0 0 / 40%) 100%);
}

.akx_main_banner.tienda2 .text-option {
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* transform: rotateY(180deg); */
    /* padding-top: 160px; */
    /* padding-bottom: 240px; */
}
@media (max-width:767px) {
    .akx_main_banner.tienda2 .text-option {
        padding-bottom: 180px;
    }
}

.akx_main_banner.tienda1 .text-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    margin-bottom: 100px;
}
@media (max-width:767px) {
    .akx_main_banner.tienda1 .text-option {
        padding: 25px;
        margin-bottom: 0;
    }
} 

.akx_main_banner .text-option h1 {
    font-size: 70px;
    font-weight: normal;
    color: #fff;
    line-height: 1.2;
    font-family: "Cormorant Garamond";
    max-width: 730px;
    text-align: center;
}
@media (max-width:767px) {
    .akx_main_banner .text-option h1 {
        font-size: 37px
    }
}

.akx_main_banner .text-option .texto {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    /* opacity: 0.8; */
    text-align: center;
    max-width: 607px;
    font-weight: 400;
}
@media (max-width:767px) {
    .akx_main_banner .text-option .texto {
        font-size: 14px
    }
}

.akx_main_banner.tienda2 .text-option .texto {
    opacity: unset;
}


.akx_main_banner .text-option .button-container {
    width: 100%;
    /*display: flex;
    justify-content: space-around;*/
    text-align: center;
    padding-bottom: 40px;
}
@media (max-width:767px) {
    .akx_main_banner .text-option .button-container {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .akx_main_banner.tienda2 .text-option .button-container {
        max-width: 100%;
        width: unset;
    }
}



.akx_main_banner .text-option .button-container .btn {
    border-radius: 30px;
    padding: 16px 32px;
    font-size: 18px;
}

.akx_main_banner .text-option .button-container .btn.btn-primary:hover {
    transform: scale(1.05) !important
}
/*
.akx_main_banner .text-option .button-container .btn.btn-secondary {
    background-color: #fff;
    color: #14171b
}
.akx_main_banner .text-option .button-container .btn.btn-secondary:hover {
    transform: scale(1.05) !important
}
*/

/**/
.akx_main_banner.tienda2 .text-option .button-container .btn {
    background-color: white;
    color: black;
    border: 1px solid white;
}
