.m-section-card-variations {
    padding: 80px;
    margin: 30px auto;
}

.m-section-card-variations .section-title {
    font-size: 38px;
    margin-bottom: 40px;
}

.m-section-card-variations .title {
    font-size: 29px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 400;
}

.m-section-card-variations .cards-container {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}

.m-section-card-variations .card-variation {
    display: flex;
    flex-direction: column;
    height: auto;
}

.m-section-card-variations .card-colum-1 {
    width: 100%;
    flex-direction: row;
}

.m-section-card-variations .card-colum-2 {
    width: 544px;
}

.m-section-card-variations .card-colum-3 {
    width: 345px;
}

.m-section-card-variations .card-colum-4 {
    width: 260px;
}

@media screen and (max-width: 1192px) {
    .m-section-card-variations .card-colum-1,
    .m-section-card-variations .card-colum-2,
    .m-section-card-variations .card-colum-3 {
        width: 280px;
    }
}

/* Exibição padrão */
.carousel-mobile {
    display: block;
}

.cards-container.list-desktop {
    display: none;
}

/* Esconde o carousel em telas menores que 768px */
@media screen and (min-width: 1192px) {
    .carousel-mobile {
        display: none;
    }
}

/* Mostra o .list-desktop apenas em telas maiores que 768px */
@media screen and (min-width: 1192px) {
    .cards-container.list-desktop {
        display: flex;
        justify-content: left;
    }

    .cards-container.list-desktop.owl-carousel {
        justify-content: center;
    }

}


.m-section-card-variations .card-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 24px 24px 32px 24px;
}

.m-section-card-variations.is-style-dark {
    background-color: var(--dark-blue);
}

.m-section-card-variations.is-style-light {
    background-color: #EFF2F4;
}

.m-section-card-variations.is-style-white {
    background-color: white;
}


.m-section-card-variations.is-style-dark .section-title {
    color: white;
}


.m-section-card-variations.is-style-light .section-title {
    color: var(--dark-blue);
}

.m-section-card-variations.is-style-white .section-title {
    color: var(--dark-blue);
}

.m-section-card-variations .card-variation.card-dark {
    background-color: var(--dark-blue);
    color: white;
}

.m-section-card-variations .card-variation.card-light-blue {
    background-color: #83D0F5;
    color: var(--dark-blue);
}

.m-section-card-variations .card-variation.card-light {
    background-color:#EFF2F4;
    color: var(--dark-blue);
}

.m-section-card-variations .card-variation .midia-size-normal {
    width: 100%;
    /* min-height: 208px; */
    max-height: 285px;
    object-fit: cover;
}

.m-section-card-variations .card-variation.card-colum-1 .midia-size-normal{
    min-height: unset;
    max-height: unset;
    width: 50%;
}

.m-section-card-variations .card-variation .midia-size-small {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-top: 24px;
    margin-left: 24px;
}

.m-section-card-variations .card-variation .flag {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}

.m-section-card-variations .card-variation .mensagem {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
}

.m-section-card-variations .card-variation.card-light .mensagem {
    color: #444444;
}

.m-section-card-variations .card-variation.card-light-blue .mensagem {
    color: #444444;
}

.m-section-card-variations .card-variation .card-items .buttons-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.m-section-card-variations .card-variation .card-items a {
    display: flex;
    justify-content: space-between;
    max-width: 176px;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: .4s all;
}

/* variacoes de botoes */

/* botão do card dark - solid */
.m-section-card-variations .card-variation.card-dark .card-items .button-card-outline {
    background-color: var(--dark-blue);
    color: white;
    border: 1px solid white;
}

.m-section-card-variations .card-variation.card-dark .card-items .button-card-outline:hover {

}

/* botão do card dark - outline */
.m-section-card-variations .card-variation.card-dark .card-items .button-card-solid {
    background-color: white;
    color: var(--dark-blue);
    border: 1px solid white;
}

.m-section-card-variations .card-variation.card-dark .card-items .button-card-solid:hover {
    color: #002A3F;
    background-color: #EBEBEB;
}



.m-section-card-variations .buttons-list svg {
    transition: transform 0.4s ease; /* Adiciona transição ao SVG */
}

.m-section-card-variations .buttons-list a:hover svg {
    transform: translateX(3px); /* Move o SVG 3px para a direita */
}

/* botão do card light - solid */
.m-section-card-variations .card-variation.card-light .button-card-solid {
    background-color: var(--dark-blue);
    color: #EFF2F4;
    border: 1px solid var(--dark-blue);
}

.m-section-card-variations .card-variation.card-light .button-card-solid:hover {
    background: #001018;
    border: solid 1px #001018;
}



/* botão do card light - outline */
.m-section-card-variations .card-variation.card-light .button-card-outline {
    background-color: #EFF2F4 ;
    color:  var(--dark-blue);
    border: 1px solid var(--dark-blue);
}

.m-section-card-variations .card-variation.card-light .button-card-outline:hover {
    background-color: #EFF2F4 ;
    color:  #001018;
    border: 1px solid #001018;
}



/* botão do card light-blue - solid */
.m-section-card-variations .card-variation.card-light-blue .button-card-solid {
    background-color: var(--dark-blue);
    color: #EFF2F4;
    border: 1px solid var(--dark-blue);
}

.m-section-card-variations .card-variation.card-light-blue .button-card-solid:hover {
    background: #001018;
    border: solid 1px #001018;
}



/* botão do card light-blue - outline */
.m-section-card-variations .card-variation.card-light-blue .button-card-outline {
    background-color: #83D0F5 ;
    color:  var(--dark-blue);
    border: 1px solid var(--dark-blue);
}

.m-section-card-variations .card-variation.card-light-blue .button-card-outline:hover {
    color: #001018;
    border: 1px solid #001018;
}




















/* carousel mobile styles */

/* .list-card-carousel.m-section-cards .owl-stage-outer {
    overflow: visible;
}

.list-card-carousel.m-section-cards .owl-stage-outer:before {
    content: "";
    background:#fff;
    position: absolute;
    width: 100%;
    height: calc(100% + 40px);
    left: -100%;
    margin-top: -20px;
    margin-left: -10px;
    top: 0;
    z-index: 10;
} */
.list-card-carousel.m-section-cards .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width:100%;
}
.list-card-carousel.m-section-cards .owl-nav .owl-prev,
.list-card-carousel.m-section-cards .owl-nav .owl-next {
    position: absolute;
    transition: all .3s;
}
.list-card-carousel.m-section-cards .owl-nav .owl-prev.disabled,
.list-card-carousel.m-section-cards .owl-nav .owl-next.disabled {
    display: none;
}
.list-card-carousel.m-section-cards .owl-nav .owl-prev {
    left: -76px;
    transform: rotate(-180deg);
}
.list-card-carousel.m-section-cards .owl-nav .owl-next {
    right: -76px;
}
.list-card-carousel.m-section-cards .owl-nav .owl-next:before,
.list-card-carousel.m-section-cards .owl-nav .owl-prev:before {
    display: block;
    content: "";
    width: 56px;
    height: 56px;
    background: #fff url("../../../assets/images/icons/arrow-big.svg") no-repeat 17px center;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    transition: all 0.3s;
}
.list-card-carousel.m-section-cards .owl-nav .owl-next:hover:before,
.list-card-carousel.m-section-cards .owl-nav .owl-prev:hover:before {
    background-color: #002a3f;
    background-position-x: -32px;
}
.list-card-carousel.m-section-cards .owl-nav .owl-next:before:hover,
.list-card-carousel.m-section-cards .owl-nav .owl-prev:before:hover {
    background: var(--light-blue) url("../../../assets/images/icons/arrow-big-white.svg") no-repeat center center;

}
/* .list-card-carousel.m-section-cards .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.list-card-carousel.m-section-cards .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border: solid 1px #fff;
    margin: 6px;
    background: #cccccc;
}
.list-card-carousel.m-section-cards .owl-dots .owl-dot.active span {
    background: #0bbbef;
    border-color: #0bbbef;
} */
.list-card-carousel.m-section-cards .owl-stage {
    left: 0px;
}

@media (max-width: 1200px) {

    .list-card-carousel.m-section-cards .owl-stage-outer {
        overflow: hidden;
    }
    .list-card-carousel.m-section-cards .owl-stage-outer:before {
        display: none;
    }
    .list-card-carousel.m-section-cards .owl-nav .owl-prev {
        left: 0px;
        transform: rotate(-180deg);
    }
    .list-card-carousel.m-section-cards .owl-nav .owl-next {
        right: 0px;
    }
}

@media (max-width: 576px) {

    .m-section-card-variations .card-items {
        height: auto;
    }

    .m-section-card-variations {
        padding: 20px;
    }

    .list-card-carousel .m-section-cards__list {
        flex-direction: column;
    }
    .list-card-carousel .m-section-cards__item {
        margin-right: 0;
    }
    .list-card-carousel .m-section-cards__item a {
        width: auto;
        height: 196px;
    }

    .list-card-carousel .m-section-cards__item--small a {
        width: auto;
    }

    .m-section-card-variations .card-colum-1 {
        flex-wrap: wrap;
    }

    .m-section-card-variations .card-variation.card-colum-1 .midia-size-normal {
        width: 100%;
    }

    .m-section-card-variations .card-colum-1, 
    .m-section-card-variations .card-colum-2, 
    .m-section-card-variations .card-colum-3,
    .m-section-card-variations .card-colum-4 {
        width: 100%;
        align-content: flex-start;
    }

    .m-section-card-variations .cards-container {
        justify-content: center;
    }
}


/* .m-section-card-variations .owl-stage-outer {
    overflow: visible;
} */
.m-section-card-variations .owl-stage-outer:before {
    content: "";
    background:#fff;
    position: absolute;
    width: 100%;
    height: calc(100% + 40px);
    left: -100%;
    margin-top: -20px;
    margin-left: -10px;
    top: 0;
    z-index: 10;
}
.m-section-card-variations .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width:100%;
}
.m-section-card-variations .owl-nav .owl-prev,
.m-section-card-variations .owl-nav .owl-next {
    position: absolute;
    transition: all .3s;
}
.m-section-card-variations .owl-nav .owl-prev.disabled,
.m-section-card-variations .owl-nav .owl-next.disabled {
    display: none;
}
.m-section-card-variations .owl-nav .owl-prev {
    left: -65px;
    transform: rotate(-180deg);
}
.m-section-card-variations .owl-nav .owl-next {
    right: -60px;
}
.m-section-card-variations .owl-nav .owl-next:before,
.m-section-card-variations .owl-nav .owl-prev:before {
    display: block;
    content: "";
    width: 56px;
    height: 56px;
    background: #fff url("../../../assets/images/icons/arrow-big.svg") no-repeat 17px center;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    transition: all 0.3s;
}
.m-section-card-variations .owl-nav .owl-next:hover:before,
.m-section-card-variations .owl-nav .owl-prev:hover:before {
    background-color: #002a3f;
    background-position-x: -32px;
}
.m-section-card-variations .owl-nav .owl-next:before:hover,
.m-section-card-variations .owl-nav .owl-prev:before:hover {
    background: var(--light-blue) url("../../../assets/images/icons/arrow-big-white.svg") no-repeat center center;

}
.m-section-card-variations .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.m-section-card-variations .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border: solid 1px #fff;
    margin: 6px;
    background: #cccccc;
}
.m-section-card-variations .owl-dots .owl-dot.active span {
    background: #0bbbef;
    border-color: #0bbbef;
}
.m-section-card-variations .owl-stage {
    left: 0px;
}

@media (max-width: 1340px) {

    .m-section-card-variations .owl-stage-outer {
        overflow: hidden;
    }
    .m-section-card-variations .owl-stage-outer:before {
        display: none;
    }
    .m-section-card-variations .owl-nav .owl-prev {
        left: 0px;
        transform: rotate(-180deg);
    }
    .m-section-card-variations .owl-nav .owl-next {
        right: 0px;
    }
    .m-section-card-variations .owl-stage {
        /* left: -70px; */
    }
}