@media(max-width: 767px) {
    .ServicesSlider_section_services_slider__ZG3k9 {
        display: block
    }

    /* .MainBannerSlider_mainBannerSlider__2vL8A {
        background-color: var(--color-gray-bg) !important
    } */
}

.MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderCont__b_YNa {
    display: flex;
    padding-left: 0;
    padding-top: 20px;
    height: 100%
}

@media(max-width: 767px) {
    .MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderCont__b_YNa {
        flex-wrap: wrap;
        padding: 21px 15px 0
    }
}

@media(min-width: 768px)and (max-width:1000px) {
    .MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderCont__b_YNa {
        padding-top: 30px
    }
}

.MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderInfo__5NkE5 {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 60px
}

@media(max-width: 767px) {
    .MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderInfo__5NkE5 {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        justify-content: flex-start;
        z-index: 1;
    }
}

.MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderInfo__5NkE5 a {
    margin-top: 8px
}

@media(max-width: 767px) {
    .MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderInfo__5NkE5 a {
        position: absolute;
        bottom: 50px;
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
        width: -moz-max-content;
        width: 90%;
    }
}

.MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderInfo__5NkE5 p {
    font-size: .875rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 80%
}

@media(max-width: 900px) {
    .MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderInfo__5NkE5 p {
        width: 100%
    }
}

@media(max-width: 767px) {
    .MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderImg__f27gd {
        margin: auto;
        position: absolute;
        bottom: 90px;
        left: 50%;
        transform: translateX(-50%);
    }

    .MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderImg__f27gd img {
        width: auto;
        max-height: 200px;
    }
}

.MainBannerSlider_mainBannerSlider__2vL8A .MainBannerSlider_mainBannerSliderBreadcrumbBox__pNL_1 {
    padding: 20px 0 0 42px;
    position: relative;
    top: 20px;
    z-index: 10
}



:root {
    --color-black: #1c1c1c;
    --color-white: #fff;
    --color-white-medium: #f5f5f5;
    --color-white-bg: #f4fafd;
    --color-white-two: #fafbfd;
    --color-gray-dark: #333;
    --color-gray-medium: #5c5c5c;
    --color-gray-light: #ebebeb;
    --color-gray: #36373b;
    --color-gray-two: #757575;
    --color-gray-three: #d4d4d4;
    --color-gray-four: #707070;
    --color-gray-five: #a3a3a3;
    --color-gray-border: #999;
    --color-gray-border-medium: #d6d6d6;
    --color-gray-bg: #f6f7fc;
    --color-gray-text: #8c8285;
    --color-blue: #0067b1;
    --color-blue-bg: #f0f9f7;
    --color-red: #cf1132;
    --color-red-error: #d32f2f;
    --color-pink: #c53465;
    --color-yellow: #ffd000;
    --color-yellow-light: #ffec99;
    --color-yellow-bg: #fffdf4;
    --color-green-whatsapp: #023727;
    --color-yellow-dark-mode: #fff17a;
    --color-black-dark-mode: #121212;
    --color-black-dark-mode-two: #1f2429;
    --color-black-two: #2c343a
}

.dark-mode {
    --color-gray-bg: #121212
}

* {
    outline: none;
    transition: all .3s linear
}




@media(min-width: 1367px) {
    .container-max {
        max-width: 1366px;
        margin: auto
    }
}

@media(max-width: 992px) {
    header {
        z-index: 8;
        background: var(--color-white);
        position: fixed;
        left: 0;
        right: 0
    }
}

header .container-fluid:nth-child(2) {
    position: fixed;
    z-index: 8;
    background-color: var(--color-white)
}

main {
    padding-top: 126px
}

@media(max-width: 1220px) {
    main {
        padding-top: 122px
    }
}

@media(max-width: 992px) {
    main {
        padding-top: 89px
    }

    footer section:last-child {
        padding-bottom: 110px
    }
}

.font-14 {
    font-size: .875rem
}

.font-16 {
    font-size: 1rem
}

.font-32 {
    font-size: 2rem
}

.font-36 {
    font-size: 2.25rem
}

.font-39 {
    font-size: 2.4375rem
}

.font-44 {
    font-size: 2.75rem
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.ml-none {
    margin-left: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mb-none {
    margin-bottom: 0
}

.mb-5 {
    margin-bottom: 5px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-80 {
    margin-bottom: 80px
}

.mt-50 {
    margin-top: 50px
}

.mt-40 {
    margin-top: 40px
}

.mt-30 {
    margin-top: 30px
}

.mt-10 {
    margin-top: 10px
}

.mt-5 {
    margin-top: 5px
}

.mt-none {
    margin-top: 0
}

.mtb--50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mtb--20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mtb--30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mtb--none {
    margin-top: 0;
    margin-bottom: 0
}

.title-big {
    font-size: 4rem;
    color: var(--color-gray-dark);
    font-style: normal;
    font-weight: 700
}

@media(max-width: 767px) {
    .title-big {
        font-size: 2.5rem
    }
}

.title-big-white {
    color: var(--color-white)
}

.title-medium {
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -.5px
}

@media(max-width: 767px) {
    .title-medium {
        font-size: 2rem;
        line-height: 120%
    }
}

.title-medium-gray {
    color: var(--color-gray-dark)
}

.title-medium-white {
    color: var(--color-white)
}

.title-small {
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.4375rem;
    color: var(--color-gray-dark)
}

@media(max-width: 767px) {
    .title-small {
        font-size: 2rem;
        line-height: 120%;
        font-weight: 700
    }
}

.title-small-gray {
    color: var(--color-gray-dark)
}

.title-small-white {
    color: var(--color-white)
}

.title-basic {
    font-size: 5rem;
    font-weight: 700;
    font-style: normal;
    line-height: 110%;
    letter-spacing: -1.5px
}

@media(max-width: 767px) {
    .title-basic {
        font-size: 2rem
    }
}

.title-basic-gray {
    color: var(--color-gray-dark)
}

.title-basic-white {
    color: var(--color-white)
}

.basic-header h2 {
    font-size: 5rem;
    color: var(--color-gray-dark);
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.5px
}

@media(max-width: 767px) {
    .basic-header h2 {
        font-size: 2rem
    }
}

.basic-header p {
    font-size: 1rem;
    color: var(--color-gray-dark);
    line-height: 140%;
    letter-spacing: .15px;
    margin-top: 24px
}

.basic-header .color-white {
    color: var(--color-white) !important
}

.basic-header .color-gray,
.btn-link {
    color: var(--color-gray-dark)
}

.btn-link {
    border-radius: 40px;
    border: none;
    font-size: .875rem;
    line-height: 24px;
    letter-spacing: .5px;
    text-decoration: underline;
    text-transform: uppercase;
    background-color: transparent;
    padding: 8px 10px;
    transition: none;
    display: inline-block
}

.btn-link:hover {
    font-weight: 700;
    color: var(--color-gray)
}

.btn-link:focus {
    background-color: var(--color-white);
    padding: 5px 7px;
    border: 3px solid var(--color-gray-border);
    color: var(--color-gray);
    transition: none
}

.btn-link-arrow {
    position: relative;
    padding-right: 28px
}

.btn-link-arrow:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('./componentes/arrow-btn-right.836547e6.svg') no-repeat;
    right: 0;
    transition: all .3s linear;
    bottom: 0;
    top: 0;
    margin: auto
}

.btn-link-arrow:focus {
    padding-right: 32px
}

.btn-link-arrow:focus:before {
    right: 4px
}

.btn-basic {
    border-radius: 40px;
    padding: 10px 32px;
    border: none;
    font-size: .875rem;
    line-height: 140%;
    letter-spacing: .25px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    min-height: 44px;
    font-style: normal;
    font-weight: 400
}

@media(max-width: 767px) {
    .btn-basic {
        font-size: .875rem;
        font-weight: 400;
        line-height: 120%;
        font-style: normal;
        letter-spacing: 1.25px
    }
}

.btn-basic-small {
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .4px;
    padding: 8px 12px
}

.btn-basic-gray {
    background-color: var(--color-gray-dark);
    color: var(--color-white-medium)
}

.btn-basic-gray:focus,
.btn-basic-gray:hover {
    background: var(--color-gray-medium);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .25), 0 4px 4px 0 rgba(0, 0, 0, .1)
}


.btn-basic-white-border:focus,
.btn-basic-white-border:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .25), 0 4px 4px 0 rgba(0, 0, 0, .1)
}

.btn-basic-white-border:focus {
    border: 3px solid var(--color-gray-border)
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    height: 31px
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-gray-dark)
}



.swiper .swiper-button-prev:after {
    transform: rotate(180deg)
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    background: url('./componentes/arrow-go-gray.8e2c9895.svg');
    width: 32px;
    height: 32px
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    border-radius: 50px;
    background: var(--color-gray-dark);
    color: var(--color-white);
    opacity: 1
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px
}

.swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.swiper-controls .swiper-pagination {
    position: relative;
    width: auto;
    top: -2px;
    bottom: auto
}

.swiper-controls .swiper-button-next {
    position: relative;
    margin-left: 12px;
    right: auto;
    top: auto;
    margin-top: 0
}

.swiper-controls .swiper-button-next:focus:after {
    box-shadow: 0 0 0 2.4px #999;
    border-radius: 50%
}

.swiper-controls .swiper-button-prev {
    position: relative;
    margin-right: 12px;
    left: auto;
    top: auto;
    margin-top: 0
}

.swiper-controls .swiper-button-prev:focus:after {
    box-shadow: 0 0 0 2.4px #999;
    border-radius: 50%
}



@media(min-width: 768px)and (max-width:1100px) {
    .mainBannerSlider .title-medium {
        font-size: 3.125rem;
        line-height: 55px
    }
}

.mainBannerSlider .autoplay-progress {
    position: absolute;
    right: 245px;
    bottom: 35px;
    z-index: 12;
    width: 37px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--swiper-theme-color);
    border: 1px solid var(--color-gray-dark);
    border-radius: 50%;
    cursor: pointer
}

@media(max-width: 767px) {
    .mainBannerSlider .autoplay-progress {
        bottom: 6px;
        right: 113px
    }
}

@media(min-width: 768px)and (max-width:1000px) {
    .mainBannerSlider .autoplay-progress {
        left: 50px;
        right: auto;
        bottom: 15px
    }
}

@media(min-width: 1001px)and (max-width:1250px) {
    .mainBannerSlider .autoplay-progress {
        right: 187px
    }
}

.mainBannerSlider .autoplay-progress svg {
    position: absolute;
    z-index: 10;
    width: 38px;
    height: 38px;
    stroke-width: 4px;
    stroke: var(--color-gray-dark);
    fill: none;
    stroke-dashoffset: 160;
    stroke-dasharray: 160;
    transform: rotate(-90deg);
    border-radius: 50%
}

.mainBannerSlider .autoplay-progress:focus {
    box-shadow: 0 0 0 2px var(--color-gray-border);
    border-radius: 50%
}

.mainBannerSlider button {
    z-index: 11
}

.mainBannerSlider .swiper-pagination {
    display: flex;
    flex-direction: column;
    width: auto !important;
    text-align: right;
    right: 150px;
    left: auto !important;
    top: 120px !important
}

@media(max-width: 767px) {
    .mainBannerSlider .swiper-pagination {
        flex-direction: row;
        top: auto !important;
        bottom: 22px !important;
        right: auto;
        left: 23px !important
    }
}

@media(min-width: 768px)and (max-width:1000px) {
    .mainBannerSlider .swiper-pagination {
        right: 20px
    }
}

@media(min-width: 1001px)and (max-width:1250px) {
    .mainBannerSlider .swiper-pagination {
        right: 90px
    }
}

.mainBannerSlider .swiper-pagination .swiper-pagination-bullet {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background: transparent !important;
    opacity: 1;
    width: auto;
    height: auto;
    text-align: right;
    color: var(--color-gray-dark);
    transition: all .5s linear
}

.mainBannerSlider .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    font-size: 1.875rem;
    transition: all .5s linear
}

@media(max-width: 767px) {
    .mainBannerSlider .swiper-pagination .swiper-pagination-bullet {
        font-size: 0 !important;
        width: 20px;
        height: 3.3px;
        background-color: var(--color-gray-dark) !important;
        border-radius: 4px
    }
}

.mainBannerSlider .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 3.125rem !important;
    font-weight: 700;
    opacity: 1 !important;
    transition: all .5s linear
}

@media(max-width: 767px) {
    .mainBannerSlider .swiper-pagination .swiper-pagination-bullet-active {
        font-size: 0 !important;
        width: 50px
    }
}

.mainBannerSlider .swiper-button-next {
    right: 150px;
    bottom: 35px;
    top: auto;
    z-index: 11;
    width: 36px;
    height: 36px
}

.mainBannerSlider .swiper-button-next:after {
    width: 36px;
    height: 36px;
    background-size: cover !important
}

.mainBannerSlider .swiper-button-next:focus:after {
    box-shadow: 0 0 0 2.4px #999;
    border-radius: 50%
}

@media(max-width: 767px) {
    .mainBannerSlider .swiper-button-next {
        bottom: 6px;
        right: 15px
    }
}

@media(min-width: 768px)and (max-width:1000px) {
    .mainBannerSlider .swiper-button-next {
        right: auto;
        left: 150px;
        bottom: 15px
    }
}

@media(min-width: 1001px)and (max-width:1250px) {
    .mainBannerSlider .swiper-button-next {
        right: 90px
    }
}

.mainBannerSlider .swiper-button-prev {
    right: 197px;
    left: auto;
    bottom: 35px;
    top: auto;
    z-index: 11;
    width: 36px;
    height: 36px
}

.mainBannerSlider .swiper-button-prev:after {
    width: 36px;
    height: 36px;
    background-size: cover !important
}

.mainBannerSlider .swiper-button-prev:focus:after {
    box-shadow: 0 0 0 2.4px var(--color-gray-border);
    border-radius: 50%
}

@media(max-width: 767px) {
    .mainBannerSlider .swiper-button-prev {
        bottom: 6px;
        right: 64px
    }
}

@media(min-width: 768px)and (max-width:1000px) {
    .mainBannerSlider .swiper-button-prev {
        right: auto;
        left: 100px;
        bottom: 15px
    }
}

@media(min-width: 1001px)and (max-width:1250px) {
    .mainBannerSlider .swiper-button-prev {
        right: 137px
    }
}

@media(max-width: 767px) {
    .mainBannerSlider .swiper-wrapper {
        padding-bottom: 60px
    }
}

.mainBannerSlider .swiper-wrapper .swiper-slide .btn-basic {
    visibility: hidden
}

@media(max-width: 768px) {
    .mainBannerSlider .swiper-wrapper .swiper-slide {
        height: auto
    }
}

.mainBannerSlider .swiper-wrapper .swiper-slide-visible .btn-basic {
    visibility: visible
}

.mainBannerSlider .btnPlay {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px
}


.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeASlider_cardTypeA__m9jZp {
    padding: 0 12px;
    width: 30%;
    position: relative
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeASlider_cardTypeA__m9jZp img {
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeASlider_cardTypeA__m9jZp:first-child img {
    width: 305px
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeASlider_cardTypeA__m9jZp:nth-child(2) {
    width: 40%
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeASlider_cardTypeA__m9jZp:nth-child(2) img {
    width: 413px;
    height: 335px
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeASlider_cardTypeA__m9jZp:nth-child(3) img {
    width: 307px;
    height: 257px
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeASlider_cardTypeA__m9jZp .ThreeCardSliderTypeAPaginate_subtitleDiscount__lGBu_ {
    position: absolute;
    top: -20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .15px;
    border-radius: 20px;
    padding: 8px 12px;
    right: 12px;
    color: var(--color-gray-dark)
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeASlider_cardTypeA__m9jZp article h3 {
    padding-top: 16px;
    color: var(--color-gray-dark);
    font-weight: 700;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 120%
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeASlider_cardTypeA__m9jZp article p {
    color: var(--color-gray-dark);
    font-size: .875rem
}

.bolds {
    font-weight: bold;
}

.mainBannerSlider .btnPlay:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute
}

.mainBannerSlider .btnPlay.btnPlay:before {
    background: url('./componentes/play.5d6d18ca.svg')
}

.mainBannerSlider .btnPlay.btnPlayPause:before {
    background: url('./componentes/pause.536ec2ed.svg')
}


@media(max-width: 767px) {
    .dark-mode .mainBannerSlider .swiper-pagination-bullet {
        background-color: var(--color-yellow-dark-mode) !important
    }
}

.dark-mode .mainBannerSlider .btn-basic {
    z-index: 1
}

.dark-mode .mainBannerSlider .autoplay-progress {
    border: 1px solid var(--color-yellow-dark-mode)
}

.dark-mode .mainBannerSlider .autoplay-progress:focus {
    box-shadow: 0 0 0 2px var(--color-white)
}

.dark-mode .mainBannerSlider .autoplay-progress svg {
    stroke: var(--color-white)
}

.dark-mode .mainBannerSlider .btnPlay.btnPlayPlay:before {
    background: url('./componentes/play-yellow.46b3a507.svg')
}

.dark-mode .mainBannerSlider .btnPlay.btnPlayPause:before {
    background: url('./componentes/pause-yellow.9b5b289f.svg')
}

.threeCardSliderTypeA .pagination {
    align-items: center
}

.threeCardSliderTypeA .pagination .previous {
    width: 31px;
    height: 32px;
    background-color: transparent;
    opacity: 1
}

.threeCardSliderTypeA .pagination .previous a:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    background: url('./componentes/arrow-go-border.50369180.png');
    transform: rotate(180deg);
    width: 31px;
    height: 32px
}

.threeCardSliderTypeA .pagination .previous a:focus:after {
    box-shadow: 0 0 0 3px var(--color-gray-border);
    border-radius: 50%
}

.threeCardSliderTypeA .pagination .previous.disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.threeCardSliderTypeA .pagination .previous.disabled:focus:after {
    box-shadow: 0 0 0 3px var(--color-gray-border);
    border-radius: 50%
}

.threeCardSliderTypeA .pagination .next {
    width: 31px;
    height: 32px;
    background-color: transparent;
    opacity: 1
}

.threeCardSliderTypeA .pagination .next a:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    background: url('./componentes/arrow-go-gray.8e2c9895.svg');
    width: 32px;
    height: 32px
}

.threeCardSliderTypeA .pagination .next a:focus:after {
    box-shadow: 0 0 0 3px var(--color-gray-border);
    border-radius: 50%
}

.threeCardSliderTypeA .pagination .next.disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.threeCardSliderTypeA .pagination .next.disabled:focus:after {
    box-shadow: 0 0 0 3px var(--color-gray-border);
    border-radius: 50%
}

.threeCardSliderTypeA .pagination li {
    width: 15px;
    height: 3.4px;
    border-radius: 50px;
    font-size: 0;
    background: var(--color-gray-dark);
    color: var(--color-white);
    margin: 0 4px
}

.threeCardSliderTypeA .pagination li.active {
    width: 50px
}


.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be {
    display: flex;
    align-items: center;
    position: relative;
    top: -10px
}

@media(min-width: 992px)and (max-width:1200px) {
    .ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be {
        top: 0
    }
}

@media(min-width: 1400px) {
    .ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be {
        top: 10px
    }
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be img {
    height: auto
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeAPaginate_cardTypeA__7I9XW {
    padding: 0 12px;
    width: 30%;
    position: relative
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeAPaginate_cardTypeA__7I9XW img {
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeAPaginate_cardTypeA__7I9XW:first-child img {
    width: 305px
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeAPaginate_cardTypeA__7I9XW:nth-child(2) {
    width: 40%
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeAPaginate_cardTypeA__7I9XW:nth-child(2) img {
    width: 413px;
    height: 335px
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeAPaginate_cardTypeA__7I9XW:nth-child(3) img {
    width: 307px;
    height: 257px
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeAPaginate_cardTypeA__7I9XW .ThreeCardSliderTypeAPaginate_subtitleDiscount__lGBu_ {
    position: absolute;
    top: -20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .15px;
    border-radius: 20px;
    padding: 8px 12px;
    right: 12px;
    color: var(--color-gray-dark)
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeAPaginate_cardTypeA__7I9XW article h3 {
    padding-top: 16px;
    color: var(--color-gray-dark);
    font-weight: 700;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 120%
}

.ThreeCardSliderTypeAPaginate_contentCardTypeA__Y__Be .ThreeCardSliderTypeAPaginate_cardTypeA__7I9XW article p {
    color: var(--color-gray-dark);
    font-size: .875rem
}

.ThreeCardSliderTypeAPaginate_contCards__qd6Xa {
    position: relative
}

@media(max-width: 991px) {
    .ThreeCardSliderTypeAPaginate_contCards__qd6Xa {
        display: none
    }
}

@media(min-width: 992px)and (max-width:1200px) {
    .ThreeCardSliderTypeAPaginate_contCards__qd6Xa {
        padding-top: 30px;
        padding-bottom: 80px
    }
}

.ThreeCardSliderTypeAPaginate_contCards__qd6Xa:before {
    content: "";
    width: 98%;
    height: 1px;
    background-color: var(--color-gray-border);
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    margin: auto
}

.ThreeCardSliderTypeAPaginate_numbersPaginate__6oWgU {
    font-size: 2rem;
    padding-top: 90px;
    padding-bottom: 70px
}

.ThreeCardSliderTypeASlider_contentCardTypeA__cb3UX {
    padding-top: 42px
}

@media(min-width: 992px) {
    .ThreeCardSliderTypeASlider_contentCardTypeA__cb3UX {
        display: none
    }
}

.ThreeCardSliderTypeASlider_contentCardTypeA__cb3UX .ThreeCardSliderTypeASlider_cardTypeA__m9jZp {
    margin-top: 20px;
    padding: 0 12px;
    position: relative
}

.ThreeCardSliderTypeASlider_contentCardTypeA__cb3UX .ThreeCardSliderTypeASlider_cardTypeA__m9jZp img {
    height: auto;
    border-radius: 20px
}

.ThreeCardSliderTypeASlider_contentCardTypeA__cb3UX .ThreeCardSliderTypeASlider_cardTypeA__m9jZp .ThreeCardSliderTypeASlider_subtitleDiscount__n660J {
    position: absolute;
    top: -20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .15px;
    border-radius: 20px;
    padding: 8px 12px;
    right: 12px;
    color: var(--color-gray-dark)
}

.ThreeCardSliderTypeASlider_contentCardTypeA__cb3UX .ThreeCardSliderTypeASlider_cardTypeA__m9jZp article h3 {
    padding-top: 16px;
    color: var(--color-gray-dark);
    font-weight: 700;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 120%
}

.ThreeCardSliderTypeASlider_contentCardTypeA__cb3UX .ThreeCardSliderTypeASlider_cardTypeA__m9jZp article p {
    color: var(--color-gray-dark);
    font-size: .875rem
}

.ThreeCardSliderTypeASlider_contentCardTypeA__cb3UX .ThreeCardSliderTypeASlider_cardTypeA__m9jZp a {
    padding-left: 8px
}

.swiper-slide .MainBannerSlider_mainBannerSliderCont__b_YNa {
    opacity: 0;
}

.swiper-slide.swiper-slide-active .MainBannerSlider_mainBannerSliderCont__b_YNa {
    opacity: 1;
}

/* INICIO BANNER PROMOCIONALES */
.swiper-slide .swiper-slide-content {
    min-height: 460px;
}
.swiper-slide .swiper-caption {
    max-width: 404px;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-slide .swiper-image {
    width: 50%;
} 
.swiper-slide .swiper-image img {
    position: absolute;
    bottom: 0;
    height: 90%;
    object-fit: contain;
    object-position: bottom;
}
.swiper-slide-banner-promocional {
    overflow: hidden; 
}
.swiper-controls-banner-promocional { 
    bottom: 15px;
    position: absolute;
}
@media(max-width: 767px) {
    .swiper-slide {
        height: auto!important;
    }
    .swiper-slide .swiper-caption {
        padding: 24px 0 16px;
    }
    .swiper-slide .swiper-image {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .swiper-slide .swiper-image img {
        position: relative;
        max-height: 248px;
    }
    .swiper-controls-banner-promocional { 
        position: relative;
        bottom: 0;
    }
    .swiper-slide-banner-promocional a.btn-basic {
        position: absolute;
        bottom: 15px;
        z-index: 100;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* FIN BANNER PROMOCIONALES */