.showAviso,
.showLabel {
    max-width: 739px;
    width: 100%;
    font-size: 12px;
    font-family: "Santander Micro Text";
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
}

.text-red {
    color: #ec0000;
}

.no-wrap {
    text-wrap: nowrap;
}

header .navbar-submenu-alt .icon {
    width: 32px;
}

.modal-backdrop.show {
    z-index: 99999;
}

#modal-promocion {
    z-index: 999999;
}

#modal-promocion .modal-body {
    padding: 0;
}

#modal-promocion .modal-content {
    position: relative;
    border-radius: 10px;
}

#modal-promocion .modal-content .close {
    width: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
}

#modal-promocion .modal-content .modal-promocion .promo-header {
    display: flex;
    align-items: center;
    gap: 32px;
}

#modal-promocion .modal-content .modal-promocion .promo-header > div {
    width: 50%;
    padding: 0;
}

#modal-promocion .modal-content .modal-promocion .div-padre-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
}

#modal-promocion .modal-content .modal-promocion .div-padre-content p {
    color: var(--co-light-text-colors-text-01, #191919);
    font-family: 'Santander Text';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin: 0;
    padding: 0;
}

#modal-promocion .modal-content .modal-promocion .div-padre-content p.legal {
    color: var(--co-light-text-colors-text-03, #767676);
    font-family: 'Santander Micro Text';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
} 

#modal-promocion .modal-content .modal-promocion .promo-header .div-img-modal img {
    width: 100%;
}

#modal-promocion .modal-content .modal-promocion .promo-header .div-title-modal p {
    color: var(--co-light-text-colors-text-01, #191919);
    font-family: 'Santander Headline';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin: 0;
    text-align: left;
}


.section-header {
    background: var(--co-light-backgrounds-bg-gradient-04, linear-gradient(180deg, #E5E5E5 0%, #FFF 100%));
}

.section-header .owl-carousel .item {
    padding-left: 0;
}

.section-header .owl-carousel .owl-item .owl-image {
    margin-top: -40px;
}

.section-banners {
    margin-bottom: 128px;
}

.section-banners .title {
    color: var(--co-light-text-colors-text-02, #404040);
    text-align: center;
    font-family: 'Santander Headline';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    max-width: 810px;
    margin: 0 auto 64px auto;
}

.section-banners .container-subtitle {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.section-banners .container-subtitle .icon-subtitle {
    width: 48px;
}

.section-banners .container-subtitle .subtitle {
    color: var(--co-light-text-colors-text-02, #404040);
    font-family: 'Santander Headline';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 0;
}

.section-banners .container-banner {
    display: flex;
    align-items: center;
    background-color: #3366FF;
    position: relative;
    gap: 16px;
}

.section-banners .container-banner::after {
    content: '';
    position: absolute;
    background: var(--co-light-uiui-05, #F2F2F2);
    width: 50%;
    height: 100%;
    right: -108px;
    bottom: -57px;
    z-index: -1;
}

.section-banners .container-banner .side {
    width: 50%;
}

.section-banners .container-banner .left-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0 24px 24px;
    position: relative;
}

.section-banners .container-banner .left-side h3 {
    color: var(--co-light-text-colors-text-white, #FFF);
    font-family: 'Santander Headline';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; 
    margin: 0;
}

.section-banners .container-banner .left-side p {
    color: var(--co-light-text-colors-text-white, #FFF);
    font-family: 'Santander Text';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.section-banners .container-banner .left-side a {
    display: inline-block;
    border-radius: 40px;
    border: 1px solid var(--theme-light-primary-primary-01, #EC0000);
    background: #FFF;
    color: var(--theme-light-primary-primary-01, #EC0000);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 12px 24px;
    width: fit-content;
    text-decoration: none;
}

.section-banners .container-banner .right-side img {
    width: 100%;
}

.section-promociones {
    margin-bottom: 128px;
}

.section-promociones .icon-title {
    display: block;
    width: 48px;
    margin: 0 auto;
}

.section-promociones .title {
    color: var(--co-light-text-colors-text-02, #404040);
    text-align: center;
    font-family: 'Santander Headline';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 50px */
    margin-bottom: 16px;
}

.section-promociones .desc {
    color: var(--co-light-text-colors-text-02, #404040);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; 
    margin-bottom: 32px;
}

.section-promociones .container-categorias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
    column-gap: 16px;
}

.section-promociones .container-categorias::-webkit-scrollbar {
    display: none;
}

.section-promociones .container-categorias .btn-categoria {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--theme-light-text-text-02, #4C4C4C);
    text-align: center;
    font-family: 'Santander Micro Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 8px;
    border: 1px solid var(--theme-light-ui-ui-04, #D9D9D9);
    background: var(--foundation-light-background-bg-light, #FFF);
    flex: 0 1 188px;
    height: 54px;
}

.section-promociones .container-categorias .btn-categoria svg {
    fill: #4C4C4C
}

.section-promociones .container-categorias .btn-categoria.active {
    color: #ec0000;
    font-weight: bold;
    border: 2px solid #EC0000;
}

.section-promociones .container-categorias .btn-categoria.active svg {
    fill: #EC0000;
}

.section-promociones .container-categorias .btn-categoria img {
    width: 32px;
    height: 32px;
}

.section-promociones .container-result {
    margin-top: 32px;
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 24px;
}

.section-promociones .container-result .total {
    color: var(--co-light-text-colors-text-03, #767676);
    font-family: 'Santander Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    margin: 0;
    width: 100%;
}

.section-promociones .container-result .card {
    width: calc(33% - 16px);
    border: 0;
    border-radius: 8px;
    background: var(--co-light-backgrounds-bg-white, #FFF);
    box-shadow: 0px 10px 16px 0px rgba(153, 153, 153, 0.25);
    min-height: 360px;
}

.section-promociones .container-result .card .card-body {
    padding: 16px;
    position: relative;
}

.section-promociones .container-result .card .card-title {
    color: var(--co-light-text-colors-text-01, #191919);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0;
}

.section-promociones .container-result .card .card-desc {
    color: var(--co-light-text-colors-text-02, #404040);
    font-family: 'Santander Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
    text-align: center;
}

.section-promociones .container-result .card .card-button {
    text-align: center;
}

.section-promociones .container-result .card .card-button .button {
    display: inline-block;
    margin-top: 24px;
    color: var(--theme-light-primary-primary-01, #EC0000);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none;
    cursor: pointer;
}

.section-promociones .container-result .card .terminos {
    color: var(--co-light-text-colors-text-02, #404040);
    text-align: center;
    font-family: 'Santander Micro Text';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
}

.section-promociones .container-result .card .terminos a,
.section-promociones .container-result .card .terminos button {
    color: #EC0000;
    text-decoration: underline;
    border: 0;
    background-color: #FFF;
    padding: 0;
}

.section-banner-cashback {
    margin-bottom: 128px;
}

.section-banner-cashback .container-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #EC0000;
    position: relative;
}

.section-banner-cashback .container-banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 62px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #C00 0%, rgba(236, 0, 0, 0.00) 100%);
    z-index: 0;
}

.section-banner-cashback .container-banner .side {
    width: 50%;
    text-align: center;
}

.section-banner-cashback .container-banner .left-side {
    padding-left: 24px;
    position: relative;
    z-index: 1;
}

.section-banner-cashback .container-banner .left-side p {
    color: var(--co-light-text-colors-text-white, #FFF);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin: 0;
}

.section-banner-cashback .container-banner .left-side img {
    width: 100%;
    max-width: 414px;
    margin: 12px auto;
}

.section-banner-cashback .container-banner .left-side a {
    padding: 9px 24px;
    border-radius: 40px;
    border: 1px solid var(--theme-light-primary-primary-01, #EC0000);
    background: var(--co-light-white, #FFF);
    display: inline-block;
    color: var(--theme-light-text-text-06, #EC0000);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none;
    margin: 24px auto 0 auto;
}

.section-banner-cashback .container-banner .right-side img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 293px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.section-no-eres-cliente {
    margin-bottom: 64px;
}

.section-no-eres-cliente .title {
    color: var(--co-light-text-colors-text-02, #404040);
    text-align: center;
    font-family: 'Santander Headline';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 16px;
}

.section-no-eres-cliente .desc {
    color: var(--co-light-text-colors-text-02, #404040);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.section-no-eres-cliente .container-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 64px;
}

.section-no-eres-cliente .container-buttons.nav-tabs {
    border: 0;
}

.section-no-eres-cliente .container-buttons button {
    width: 100%;
    max-width: 184px;
    padding: 14px 0px;
    border-radius: 8px;
    border: 1px solid var(--theme-light-ui-ui-04, #D9D9D9);
    background: var(--foundation-light-background-bg-light, #FFF);
    color: var(--theme-light-text-text-02, #4C4C4C);
    text-align: center;
    font-family: 'Santander Micro Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.section-no-eres-cliente .container-buttons button.active {
    border-radius: 8px;
    border: 2px solid var(--theme-light-primary-primary-01, #EC0000);
    background: var(--foundation-light-background-bg-light, #FFF);
    color: #ec0000;
    font-weight: bold;
}

.section-no-eres-cliente .container-buttons button svg {
    fill: #4C4C4C;
}

.section-no-eres-cliente .container-buttons button.active svg {
    fill: #ec0000;
}

.section-no-eres-cliente .owl-carousel .item {
    margin-bottom: 64px;
}

.section-no-eres-cliente .owl-carousel .item:hover {
    box-shadow: 0px 32px 32px -4px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.section-no-eres-cliente .owl-carousel {
    position: relative;
}

.section-no-eres-cliente .owl-carousel .item h3 {
    color: var(--co-light-black, #191919);
    font-family: 'Santander Headline';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 24px;
}

.section-no-eres-cliente .owl-carousel .item .container-item {
    display: flex;
    gap: 18px;
    padding-bottom: 24px;
}

.section-no-eres-cliente .owl-carousel .item .container-item .left-side img {
    width: 187px;
}

.section-no-eres-cliente .owl-carousel .item .container-item .right-side {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-no-eres-cliente .owl-carousel .item .container-item .right-side .check {
    display: flex;
    align-items: start;
    gap: 8px;
}

.section-no-eres-cliente .owl-carousel .item .container-item .right-side .check svg {
    min-width: 24px;
    min-height: 24px;
}

.section-no-eres-cliente .owl-carousel .item .container-item .right-side .check p {
    color: #404040;
    font-family: 'Santander Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    max-width: 259px;
}

.section-no-eres-cliente .owl-carousel .item .container-item .right-side .anchor {
    color: var(--co-light-text-colors-text-red, #EC0000);
    font-family: 'Santander Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px;
}

.section-no-eres-cliente .owl-carousel .item-ver-mas {
    text-align: center;
    padding-top: 32px;
}

.section-no-eres-cliente .owl-carousel .item-ver-mas:hover {
    text-align: center;
    padding-top: 32px;
    box-shadow: none;
    border-radius: 0
}

.section-no-eres-cliente .owl-carousel .item-ver-mas h3 {
    color: var(--co-light-black, #191919);
    text-align: center;
    font-family: 'Santander Headline';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    max-width: 174px;
    margin: 0 auto 24px auto;
}

.section-no-eres-cliente .owl-carousel .item-ver-mas a {
    padding: 13px 18px;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    color: var(--theme-light-primary-primary-01, #EC0000);
    text-align: center;
    font-family: 'Santander Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 40px;
    border: 1px solid var(--theme-light-primary-primary-01, #EC0000);
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.section-no-eres-cliente .owl-carousel .item-ver-mas a:hover {
    background-color: #ec0000;
    color: #FFF;
}

.section-no-eres-cliente .owl-carousel .owl-nav {
    display: flex;
    justify-content: end;
    gap: 32px;
    position: absolute;
    top: -48px;
    width: 100%;
}

.section-no-eres-cliente .owl-carousel .owl-nav button {
    width: 32px;
    height: 32px;
    border-radius: 44px;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.section-no-eres-cliente .owl-carousel .owl-nav .owl-prev {
    border-radius: 44px;
    background-color: var(--co-light-backgrounds-bg-white, #FFF);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.12);
    background-image: url(/components/carousel/assets/img/left.png);
}

.section-no-eres-cliente .owl-carousel .owl-nav .owl-next {
    border-radius: 44px;
    background-color: var(--co-light-backgrounds-bg-white, #FFF);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.12);
    background-image: url(/components/carousel/assets/img/right.png);
}

.section-no-eres-cliente .owl-carousel .owl-nav .owl-prev.disabled {
    background-color: var(--co-light-uiui-04, #D9D9D9);
    background-image: url(/components/carousel/assets/img/left-disabled.png);
}

.section-no-eres-cliente .owl-carousel .owl-nav .owl-next.disabled {
    background-color: var(--co-light-uiui-04, #D9D9D9);
    background-image: url(/components/carousel/assets/img/right-disabled.png);
}

.section-no-eres-cliente .owl-carousel .owl-dots {
    display: none;
}

.section-dudas {
    margin-bottom: 128px;
}

.section-dudas .container-dudas {
    display: flex;
    align-items: center;
    gap: 72px;
}

.section-dudas .container-dudas .side {
    width: 50%;
}

.section-dudas .container-dudas .left-side .title {
    color: var(--co-light-text-colors-text-01, #191919);
    font-family: 'Santander Headline';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 8px;
}

.section-dudas .container-dudas .left-side .desc {
    color: var(--co-light-text-colors-text-02, #404040);
    font-family: 'Santander Text';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.section-dudas .container-dudas .right-side {
    text-align: center;
}

.section-dudas .container-dudas .right-side img {
    width: 100%;
    max-width: 472px;
}

.section-otras-tarjetas {
    padding-top: 0;
}

.section-otras-tarjetas .owl-carousel .item {
    max-width: 500px;
}

@media(max-width: 1199px) {
    .section-banners .container-banner .left-side {
        padding: 24px;
    }

    .section-banners .container-banner .left-side::after {
        content: '';
        position: absolute;
        right: -20px;
        bottom: 0;
        background-color: #3366FF;
        height: 30%;
        width: 20px;
        z-index: 1;
    }

    .section-banners .container-banner .right-side {
        position: absolute;
        right: 0;
        height: 100%;
    }

    .section-banners .container-banner .right-side img {
        height: 100%;
        object-fit: cover;
    }

    .section-banners .container-banner .left-side h3 {
        font-size: 20px;
    }

    .section-banners .container-banner .left-side p {
        font-size: 18px;
    }

    .section-banners .container-banner .left-side a {
        font-size: 16px;
        padding: 11px 24px;
    }

    .section-banner-cashback .container-banner .left-side a {
        margin-top: 16px;
    }

    .section-dudas .container-dudas {
        gap: 24px;
    }
}

@media(max-width: 991px){ 
    #modal-promocion .modal-content .modal-promocion .promo-header {
        gap: 16px;
    }

    .section-header .owl-carousel .owl-item .owl-title {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .section-banners .container-banner::after {
        right: -81px;
    }

    .section-banners .title {
         font-size: 26px;
    }

    .section-banners .container-subtitle {
        gap: 8px;
    }

    .section-banners .container-subtitle .icon-subtitle {
        width: 32px;
    }

    .section-banners .container-subtitle .subtitle {
        font-size: 22px;
    }

    .section-promociones .icon-title {
        width: 32px;
    }

    .section-promociones .title {
        font-size: 22px;
    }

    .section-promociones .desc {
        font-size: 18px;
    }

    .section-promociones .container-result .card .card-title {
        font-size: 18px;
    }

    .section-promociones .container-result .card .card-button .button {
        font-size: 16px;
    }

    #modal-promocion .modal-content .modal-promocion {
        border-radius: 13px;
    }

    #modal-promocion .modal-content .modal-promocion .promo-header .div-title-modal p {
        font-size: 18px;
    }

    #modal-promocion .modal-content .modal-promocion .div-padre-content p {
        font-size: 16px;
        padding: 0;
    }

    #modal-promocion .modal-content .modal-promocion .div-padre-content p.legal {
        font-size: 12px;
    }

    .section-banner-cashback .container-banner .left-side p {
        font-size: 20px;
    }

    .section-no-eres-cliente {
        margin-bottom: 96px;
    }

    .section-no-eres-cliente .title {
        font-size: 22px;
    }

    .section-no-eres-cliente .desc {
        font-size: 18px;
    }

    .section-no-eres-cliente .container-buttons button {
        padding: 10px 0;
    }

    .section-no-eres-cliente .owl-carousel .item {
        width: 100%;
        max-width: 375px;
        margin: 0 auto;
    }

    .section-no-eres-cliente .owl-carousel .item h3 {
        font-size: 26px;
        text-align: center;
    }

    .section-no-eres-cliente .owl-carousel .item .container-item {
        flex-direction: column;
    }

    .section-no-eres-cliente .owl-carousel .item .container-item .left-side {
        text-align: center;
    }

    .section-no-eres-cliente .owl-carousel .item .container-item .left-side img {
        width: 169px;
    }

    .section-no-eres-cliente .owl-carousel .item .container-item .right-side {
        max-width: 263px;
        margin: 0 auto;
    }

    .section-no-eres-cliente .owl-carousel .item .container-item .right-side .check p {
        font-size: 14px;
    }

    .section-no-eres-cliente .owl-carousel .item .container-item .right-side .anchor {
        margin-left: auto;
        margin-right: auto;
    }


    .section-dudas {
        margin-bottom: 96px;
    }

    .section-dudas .container-dudas .left-side .title {
        font-size: 28px;
    }

    .section-dudas .container-dudas .left-side .desc {
        font-size: 18px;
    }

    .section-no-eres-cliente .owl-carousel .item-ver-mas h3 {
        max-width: 100px;
        margin: 0 auto 24px auto;
    }
}

@media(max-width: 767px) {
    .section-header .owl-carousel .item {
        padding-bottom: 72px;
    }

    .section-banners {
        margin-bottom: 96px;
    }

    .section-banners .title {
        margin-bottom: 56px;
    }

    .section-banners .container-banner::after {
        right: -54px;
    }

    .section-promociones {
        margin-bottom: 96px;
    }

    .section-promociones .container-result .card {
        width: calc(50% - 16px);
    }

    .section-banner-cashback .container-banner .left-side img {
        margin: 5px 0;
    }

    .section-banner-cashback .container-banner .left-side a {
        margin-top: 8px;
    }

    .section-dudas .container-dudas {
        flex-direction: column;
    }

    .section-dudas .container-dudas .left-side .title {
        text-align: center;
        margin-bottom: 16px;
    }

    .section-dudas .container-dudas .left-side .desc {
        text-align: center;
    }

    .section-dudas .container-dudas .left-side {
        width: 100%;
        max-width: 375px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-dudas .container-dudas .right-side {
        width: 100%;
    }

    .section-dudas .container-dudas .right-side img {
        max-width: 375px;
    }
}

@media(max-width: 575px) {
    #modal-promocion .modal-content .modal-promocion .promo-header {
        flex-direction: column;
    }

    #modal-promocion.show .modal-dialog {
        margin-left: 24px;
        margin-right: 24px;
    }

    .section-banners .container-banner {
        flex-direction: column-reverse;
        gap: 0;
    }

    .section-banners .container-banner::after {
        right: -24px;
        bottom: -32px;
        height: 60%;
    }

    .section-banners .container-banner .left-side::after {
        display: none;
    }

    .section-banners .container-banner .left-side a {
        margin-left: auto;
        margin-right: auto;
    }

    .section-banners .container-banner .left-side h3,
    .section-banners .container-banner .left-side p {
        text-align: center;
    }

    .section-banners .container-banner .right-side {
        position: relative;
    }

    .section-banners .container-banner .side {
        width: 100%;
    }

    .section-promociones .container-categorias .btn-categoria {
        flex: 1 1 calc(50% - 8px);
    }

    .section-promociones .container-result .card {
        width: 100%;
    }   

    #modal-promocion .modal-content .modal-promocion .promo-header > div {
        width: 100%;
        padding: 0;
    }

    #modal-promocion .modal-content .modal-promocion .promo-header .div-title-modal p {
        text-align: center;
    }

    .section-banner-cashback .container-banner {
        width: calc(100% + 48px);
        margin-left: -24px;
        flex-direction: column;
        padding-top: 64px;
        gap: 58px;
    }

    .section-banner-cashback .container-banner .side {
        width: 100%;
    }

    .section-banner-cashback .container-banner .left-side a {
        margin-top: 32px;
    }

    .section-banner-cashback .container-banner .right-side img {
        max-height: 243px;
    }

    .section-no-eres-cliente .container-buttons {
        gap: 16px;
    }

    .section-no-eres-cliente .owl-carousel .owl-nav {
        gap: 16px;
    }

    .section-no-eres-cliente .container-buttons button {
        width: calc(50% - 8px);
    }
}