/* ==========================================================================
  Geral
========================================================================== */

.main-header,
.main-footer {
    padding-left: calc(var(--bleed-background) * 1) !important;
    padding-right: calc(var(--bleed-background) * 1) !important;
}

body {
    font-family: "klavika", sans-serif;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    background-color: white;
    color: #18191B;
}

.container {
    padding-left: calc((100vw - 312px) / 2);
    padding-right: calc((100vw - 312px) / 2);
}

@media (max-width: 767px) {
    .container {
        max-width: initial;
    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        max-width: 1195px;
    }
}

.plano_card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 262px;
    height: 100%;
    border-radius: 14px;
    border: 2px solid #E6E6E6;
    text-align: center;
    justify-content: space-between;
}

.plano_card .melhor-oferta_wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #F4BA44;
    color: #35302D;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 8px;
}

.plano_card .card_body {
    padding: 32px 16px 24px;
}

.plano_card .card_body .card_title {
    color: #AE2E2A;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
}

.plano_card .card_body .plano-beneficios_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    max-width: 222px;
    margin: 0 auto 24px;
}

.plano_card .card_body .plano-beneficios_list .beneficios_item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #35302D;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    text-align: left;
}

.plano_card .card_body .plano-beneficios_list .beneficios_item .icone-info {
    cursor: pointer;
    color: #AE2E2A;
}

.plano_card .card_body .plano-beneficios_list .beneficios_item .link {
    color: #35302D;
}

.plano_card .card_body .plano-beneficios_list .beneficios_item .link:hover {
    text-decoration: none;
}

.plano_card .card_body .plano-beneficios_list .beneficios_item img {
    max-width: 32px;
}

.plano_card .card_body .values_wrapper {
    color: #35302D;
    margin-bottom: 28px;
}

.plano_card .card_body .values_wrapper .disclaimer {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 400;
}

.plano_card .card_body .values_wrapper .values_holder {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    margin-bottom: 12px;
}

.plano_card .card_body .values_wrapper .values_holder .left_text-holder {
    text-align: right;
}

.plano_card .card_body .values_wrapper .values_holder .left_text-holder .text {
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.054px;
    margin-bottom: 0;
}

.plano_card .card_body .values_wrapper .values_holder .left_text-holder .reais_text {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.plano_card .card_body .values_wrapper .values_holder .value {
    font-size: 60px;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.952px;
    margin-bottom: 0;
}

.plano_card .card_body .values_wrapper .values_holder .value .small-value {
    font-size: 39px;
    font-weight: 700;
    letter-spacing: -0.952px;
}

.plano_card .card_body .parceiros_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.plano_card .card_body .parceiros_wrapper .parceiro_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
}

.plano_card .card_body .parceiros_wrapper .parceiro_holder:hover .logo {
    width: 40px;
}

.plano_card .card_body .parceiros_wrapper .parceiro_holder.plus::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #F4BA44;
    border-radius: 4px;
    transition: 0.3s ease;
}

.plano_card .card_body .parceiros_wrapper .parceiro_holder.plus .plus_text {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #F4BA44;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    transition: 0.3s ease;
}

.plano_card .card_body .parceiros_wrapper .parceiro_holder.plus:hover::after {
    background-color: #F4BA44;
}

.plano_card .card_body .parceiros_wrapper .parceiro_holder.plus:hover .plus_text {
    color: #35302D;
}

.plano_card .card_body .parceiros_wrapper .parceiro_holder .logo {
    width: 32px;
    border-radius: 4px;
    transition: 0.3s ease;
}

.plano_card .card_footer {
    padding: 0 24px 32px;
}

.plano_card .card_footer .btn-amarelo {
    width: 100%;
}

.plano_card .card_footer .ofertas_text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    margin-bottom: 0;
}

.plano_card .card_footer .ofertas_text .icone-localizacao {
    line-height: 1;
    color: black;
}

.plano_card .card_footer .ofertas_text .text {
    color: #18191B;
    font-size: 14px;
    line-height: normal;
}

.plano_card .card_footer .ofertas_text .text .link {
    color: #AE2E2A;
}

.plano_card .card_footer .ofertas_text .text .link:hover {
    text-decoration: none;
}

.plano_card .card_footer_texto-apoio {
    display: inline-block;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 0;
    color: black;
    text-decoration: underline;
    transition: all ease 0.3s;
}

.plano_card .card_footer_texto-apoio:hover {
    opacity: 0.7;
    text-decoration: none;
    cursor: pointer;
}

.plano_card.best-offer {
    border-color: #F4BA44;
}

.plano_card.best-offer .melhor-oferta_wrapper {
    display: flex;
}

.plano_card.best-offer .card_body {
    padding-top: 24px;
}

.planos-sect {
    font-family: "klavika-web", sans-serif;
    overflow: hidden;
    padding: 32px 0 80px;
    background-color: white;
}

@media (min-width: 1200px) {
    .planos-sect {
        padding: 52px 0;
    }
}

@media (min-width: 1200px) {
    .planos-sect .content-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 32px;
    }
}

@media (min-width: 1600px) {
    .planos-sect .content-wrapper {
        gap: 120px;
    }
}

@media (min-width: 1200px) {
    .planos-sect .content-wrapper .content {
        max-width: 455px;
        padding-top: 68px;
        background-color: #fff;
        z-index: 2;
    }
}

.planos-sect .content-wrapper .content .title {
    color: #18191B;
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.5px;
    margin: 8px 0;
}

.planos-sect .content-wrapper .content .title .c-vermelho {
    font-size: 32px;
}

@media (min-width: 1200px) {

    .planos-sect .content-wrapper .content .title .c-vermelho,
    .planos-sect .content-wrapper .content .title {
        font-size: 48px;
        margin: 16px 0;
    }
}

.planos-sect .content-wrapper .content .text {
    color: #18191B;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
    font-weight: 400;
}

.planos-sect .box-icon {
    max-width: 32px;
    --w: var(--feature-icon-size);
    margin-right: var(--feature-icon-margin);
}

@media (min-width: 1200px) {
    .planos-sect .content-wrapper .content .text {
        font-size: 24px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .planos-sect.full-content-size {
        padding-bottom: 100px;
    }
}
.planos-sect.full-content-size .content-wrapper {
    display: block;
}
.planos-sect.full-content-size .content-wrapper .content {
    width: 100%;
    max-width: initial;
    text-align: center;
    margin-bottom: 48px;
}
.planos-sect.full-content-size .content-wrapper .planos-carousel {
    width: 100%;
}

.planos-carousel {
    overflow: visible;
}

@media (min-width: 1200px) {
    .planos-carousel {
        width: calc(100% - 455px - 32px);
    }
}

@media (min-width: 1600px) {
    .planos-carousel {
        width: calc(100% - 455px - 120px);
    }
}

.planos-carousel .swiper-slide {
    height: auto;
}

.planos-carousel {
    overflow: visible;
}

@media (min-width: 1200px) {
    .planos-carousel {
        width: calc(100% - 455px - 32px);
    }
}

@media (min-width: 1600px) {
    .planos-carousel {
        width: calc(100% - 455px - 120px);
    }
}

.planos-carousel .swiper-slide {
    height: auto;
}

.vantagens {
    font-family: "klavika", sans-serif;
    overflow: hidden;
    position: relative;
    contain: paint;
}

.vantagens .flutuante-vantagens {
    position: absolute;
    top: 50px;
    z-index: 1;
}

@media (min-width: 992px) {
    .vantagens .flutuante-vantagens {
        top: 0;
    }
}

@media (min-width: 1200px) {
    .vantagens .flutuante-vantagens {
        top: 50px;
    }
}

.vantagens .slide-vantagens {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.vantagens .controls-btn {
    position: absolute;
    bottom: 18px;
    left: -140px;
    width: 120px;
}

.vantagens .swiper-pagination {
    bottom: -40px;
}

@media (min-width: 992px) {
    .vantagens .swiper-pagination {
        display: none;
    }
}

.vantagens .swiper-pagination .swiper-pagination-bullet {
    background-color: #CFCBBB;
    width: 10px;
    height: 10px;
}

.vantagens .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f4ba44;
}

.vantagens .swiper-button-next,
.vantagens .swiper-button-prev {
    color: #F4BA44;
}

.vantagens .swiper-button-next::after,
.vantagens .swiper-button-prev::after {
    display: none;
}

.vantagens .swiper-button-next.swiper-button-disabled,
.vantagens .swiper-button-prev.swiper-button-disabled {
    color: white;
    opacity: 0.5;
}

.vantagens .box-button {
    position: relative;
}

.vantagens .box-button .icones {
    font-size: 38px;
}

.vantagens .box-button .icone-seta-direita {
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 32%;
    transition: all 0.3s ease;
}

.vantagens .box-button .icone-seta-direita:hover {
    right: 10px;
}

.vantagens .box-button .icone-seta-esquerda {
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 32%;
    transition: all 0.3s ease;
}

.vantagens .box-button .icone-seta-esquerda:hover {
    left: 10px;
}

.vantagens .box-cinza {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 92%;
    background-color: #E5E1CF;
    z-index: -1;
}

@media (min-width: 992px) {
    .vantagens .box-cinza {
        height: 80%;
    }
}

.vantagens-content {
    background-color: #6D1009;
    height: 649px;
    margin-left: 32px;
    border-bottom-left-radius: 40px;
    z-index: 2;
    padding-top: 42px;
    padding-bottom: 42px;
    padding-left: 24px;
}

@media (min-width: 992px) {
    .vantagens-content {
        height: 594px;
        margin-left: 113px;
        border-bottom-left-radius: 262px;
        padding-top: 110px;
        padding-bottom: 104px;
        padding-left: 104px;
        padding-right: 24px;
    }
}

@media (min-width: 1600px) {
    .vantagens-content {
        margin-left: 200px;
    }
}

@media (min-width: 1920px) {
    .vantagens-content {
        margin-left: 258px;
    }
}

.vantagens-content .titulo-wrapper .titulo,
.vantagens-content .titulo-wrapper .titulo .c-amarelo {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.5px;
    color: white;
    margin-bottom: 24px;
}

@media (min-width: 992px) {

    .vantagens-content .titulo-wrapper .titulo,
    .vantagens-content .titulo-wrapper .titulo .c-amarelo {
        font-size: 40px;
        margin-bottom: 0;
        max-width: 455px;
    }
}

@media (min-width: 1200px) {

    .vantagens-content .titulo-wrapper .titulo,
    .vantagens-content .titulo-wrapper .titulo .c-amarelo {
        font-size: 48px;
    }
}

.banner {
    margin-top: -120px;
    height: 564px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .banner {
        height: 690px;
        background-position: center;
    }
}

@media (max-width: 991px) {
    .banner {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 94px;
        background-position-y: -70px;
    }
}

.banner .info-area {
    padding-top: 136px;
}

@media (min-width: 992px) {
    .banner .info-area {
        padding-top: 210px;
        display: flex;
        align-items: center;
    }
}

.banner .content {
    color: white;
    height: 100%;
}

@media (min-width: 992px) {
    .banner .content {
        max-width: 241px;
    }
}

@media (min-width: 1200px) {
    .banner .content {
        max-width: 380px;
    }
}

.banner .content_img {
    display: none;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .banner .content_img {
        display: block;
        width: 180px;
    }
}

@media (min-width: 1200px) {
    .banner .content_img {
        width: initial;
    }
}

.banner .content .titulo {
    font-family: "klavika", sans-serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 992px) {
    .banner .content .titulo {
        margin-bottom: 32px;
        letter-spacing: -1.44px;
        text-align: initial;
    }
}

@media (min-width: 1200px) {
    .banner .content .titulo {
        font-size: 40px;
    }
}

.banner .banner-btn {
    width: 100%;
    height: 70px;
    border-radius: 0px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
}

@media (min-width: 992px) {
    .banner .banner-btn {
        width: 241px;
        height: 63px;
        border-radius: 4px;
        font-size: 18px;
        position: relative;
        bottom: inherit;
    }
}

@media (min-width: 1200px) {
    .banner .banner-btn {
        width: 270px;
    }
}

.banner .valores {
    max-width: 223px;
    margin-top: 24px;
}

@media (min-width: 992px) {
    .banner .valores {
        max-width: 325px;
        margin-left: 24px;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .banner .valores {
        max-width: 395px;
        margin-left: 36px;
    }
}

.sect_faq {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #EDEDED;
}

@media (min-width: 992px) {
    .sect_faq {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.sect_faq .titulo {
    color: #35302D;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 36px;
    letter-spacing: 2.6px;
}

@media (min-width: 992px) {
    .sect_faq .titulo {
        font-size: 32px;
        letter-spacing: 3.2px;
    }
}

.card-vantagens {
    height: 380px;
    min-height: 380px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    padding: 0 16px 16px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .card-vantagens {
        padding: 0 20px 16px;
    }
}

.card-vantagens .content {
    display: flex;
    flex-direction: column;
    min-height: 75px;
}

.card-vantagens .titulo .c-amarelo,
.card-vantagens .titulo {
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.card-vantagens .desc {
    color: white;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
    margin-bottom: 0;
    flex: 1;
}

@media (min-width: 992px) {
    .card-vantagens.off {
        transform: scale(0.1);
        opacity: 0;
        z-index: -1;
    }
}

.fontsninja-font .fontsninja-tooltip-hover {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    color: inherit !important;
}

.canais_wrapper {
    color: white;
    padding: 80px 0 167px;
    position: relative;
    z-index: 5;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .canais_wrapper {
        padding: 160px 0 260px;
    }
}

@media (min-width: 1200px) {
    .canais_wrapper {
        padding: 160px 0 419px;
    }
}

.canais_wrapper .titulo {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .canais_wrapper .titulo {
        letter-spacing: 3.5px;
    }
}

.canais_wrapper .cards_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media (min-width: 1200px) {
    .canais_wrapper .cards_holder {
        flex-direction: row;
        gap: 15px;
    }
}

.canais_wrapper .cards_holder .canal_card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(50% - 8px);
    text-decoration: none;
    background-color: #FFF;
    padding: 14px;
    cursor: pointer;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .canais_wrapper .cards_holder .canal_card {
        width: 180px;
    }
}

@media (min-width: 992px) {
    .canais_wrapper .cards_holder .canal_card {
        width: 225px;
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 16px 18px;
        transition: 0.3s ease;
        border: 0;
    }

    .canais_wrapper .cards_holder .canal_card:hover {
        background-color: #F4BA44;
    }
}

.canais_wrapper .cards_holder .canal_card .icon {
    max-width: 75px;
}

@media (min-width: 992px) {
    .canais_wrapper .cards_holder .canal_card .icon {
        max-width: 110px;
    }
}

.canais_wrapper .cards_holder .canal_card .card_desc {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .canais_wrapper .cards_holder .canal_card .card_desc {
        letter-spacing: 0.5px;
    }
}

.flutuantes_sect {
    background-color: #E5E1CF;
    contain: paint;
    color: white;
    padding-bottom: 80px;
    padding-top: 48px;
}

@media (min-width: 768px) {
    .flutuantes_sect {
        padding-top: 140px;
    }
}

@media (min-width: 1200px) {
    .flutuantes_sect {
        padding: 120px 0;
    }
}

.flutuantes_sect .sect-title {
    color: #18191B;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .flutuantes_sect .sect-title {
        font-size: 48px;
    }
}

.flutuantes_sect .sect-intro {
    font-weight: 400;
    color: #18191B;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .flutuantes_sect .sect-intro {
        font-size: 20px;
        margin-bottom: 56px;
    }
}

.flutuantes_sect .cards_holder {
    position: relative;
    z-index: 5;
}

.flutuantes_sect .cards_holder .flutuante_card {
    position: sticky;
    top: 150px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 14px;
    box-shadow: 0px 3.8px 60.8px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1200px) {
    .flutuantes_sect .cards_holder .flutuante_card {
        flex-direction: row;
        border-radius: 20px;
    }
}

@media (min-width: 1600px) {
    .flutuantes_sect .cards_holder .flutuante_card {
        border-radius: 28px;
    }
}

.flutuantes_sect .cards_holder .flutuante_card:nth-child(1) .card_content {
    background-color: #6A100D;
}

.flutuantes_sect .cards_holder .flutuante_card:nth-child(2) .card_content {
    background-color: #8C1D19;
}

.flutuantes_sect .cards_holder .flutuante_card:nth-child(3) .card_content {
    background-color: #AE2E2A;
}

.flutuantes_sect .cards_holder .flutuante_card+.flutuante_card {
    margin-top: 48px;
}

@media (min-width: 768px) {
    .flutuantes_sect .cards_holder .flutuante_card+.flutuante_card {
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .flutuantes_sect .cards_holder .flutuante_card+.flutuante_card {
        margin-top: 48px;
    }
}

.flutuantes_sect .cards_holder .flutuante_card .image_holder {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1200px) {
    .flutuantes_sect .cards_holder .flutuante_card .image_holder {
        width: 54.5%;
    }
}

.flutuantes_sect .cards_holder .flutuante_card .image_holder::after {
    content: "";
    display: block;
    padding-bottom: 76%;
}

.flutuantes_sect .cards_holder .flutuante_card .card_content {
    width: 100%;
    padding: 24px 18px;
    background-color: #AE2E2A;
}

@media (min-width: 1200px) {
    .flutuantes_sect .cards_holder .flutuante_card .card_content {
        width: 45.5%;
        padding: 77px 62px;
    }
}

.flutuantes_sect .cards_holder .flutuante_card .card_content .img {
    margin-bottom: 16px;
    max-width: 100px;
}

@media (min-width: 768px) {
    .flutuantes_sect .cards_holder .flutuante_card .card_content .img {
        margin-bottom: 24px;
        max-width: 170px;
    }
}

.flutuantes_sect .cards_holder .flutuante_card .card_content .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.447px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .flutuantes_sect .cards_holder .flutuante_card .card_content .title {
        margin-bottom: 12px;
    }
}

@media (min-width: 1200px) {
    .flutuantes_sect .cards_holder .flutuante_card .card_content .title {
        font-size: 56px;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
        line-height: 102%;
    }
}

.flutuantes_sect .cards_holder .flutuante_card .card_content .text {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {
    .flutuantes_sect .cards_holder .flutuante_card .card_content .text {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .flutuantes_sect .cards_holder .flutuante_card .card_content .text {
        font-size: 24px;
    }
}

.flutuantes_sect .cards_holder .flutuante_card .card_content .text+.text {
    margin-top: 16px;
}

@media (min-width: 1200px) {
    .flutuantes_sect .cards_holder .flutuante_card .card_content .text+.text {
        margin-top: 24px;
    }
}

.fs-6 {
    font-size: 0.375rem !important;
}

.fs-8 {
    font-size: 0.6rem !important;
}

.fs-10 {
    font-size: 0.65rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-18 {
    font-size: 1.15rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-22 {
    font-size: 1.4rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-26 {
    font-size: 1.65rem !important;
}

.fs-28 {
    font-size: 1.75rem !important;
}

.fs-30 {
    font-size: 1.9rem !important;
}

.fs-32 {
    font-size: 2rem !important;
}

.fs-34 {
    font-size: 2.125rem !important;
}

.fs-38 {
    font-size: 2.375rem !important;
}

.fs-40 {
    font-size: 2.5rem !important;
}

.fs-42 {
    font-size: 2.65rem !important;
}

.fs-44 {
    font-size: 3rem !important;
}

.fs-52 {
    font-size: 3.25rem !important;
}

.fs-56 {
    font-size: 3.5rem !important;
}

.fs-60 {
    font-size: 3.75rem !important;
}

.fs-62 {
    font-size: 3.9rem !important;
}

.fs-70 {
    font-size: 4.4rem !important;
}

.fs-80 {
    font-size: 5rem !important;
}

.c-vermelho {
    font-size: 48px;
    color: #AE2E2A !important;
}

.titulo .c-amarelo {
    font-size: 40px;
    color: #F4BA44 !important;
}

.cursor-pointer {
    cursor: pointer;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide-in {
    to {
        transform: translate(0, 0);
    }
}

@keyframes scale-up {
    to {
        transform: scale(1);
    }
}

@keyframes slide-in-centered {
    to {
        transform: translate(-50%, 0);
    }
}

[data-animate=up-in] {
    transform: translate(0, 200px);
    opacity: 0;
}

[data-animate=left-in] {
    position: relative;
    transform: translate(-100px, 0);
    opacity: 0;
}

[data-animate=right-in] {
    transform: translate(100px, 0);
    opacity: 0;
}

[data-animate=up-in].animation-active,
[data-animate=left-in].animation-active,
[data-animate=right-in].animation-active {
    transform: translate(0, 0);
    opacity: 1;
    transition: all ease 0.4s;
}

/* ==========================================================================
     Botoes
     ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    height: 45px;
    border-radius: 4px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.22px;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.btn-amarelo {
    background-color: #F4BA44;
    border-color: #F4BA44;
    color: #292522;
}

.btn-amarelo:hover {
    background-color: rgb(243, 174, 37);
    color: #292522;
}

.btn-amarelo-2 {
    background-color: #F4BA44;
    border-color: #F4BA44;
    color: #35302D;
}

.btn-amarelo-2:hover {
    background-color: rgb(243, 174, 37);
    color: #35302D;
}

.btn-outline-branco {
    border-color: white;
    color: white;
}

.btn-outline-branco:hover {
    background-color: #F4BA44;
    color: #292522;
}

.btn-medio {
    height: 48px;
    padding: 0 40px;
    font-size: 16px;
}

.btn-grande {
    padding: 0 20px;
    height: 29px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

@media (min-width: 992px) {
    .btn-grande {
        font-size: 16px;
        padding: 0 40px;
        height: 56px;
    }
}

.btn-extra-grande {
    height: 40px;
    padding: 0 25px;
    font-weight: 500;
    font-size: 12px;
}

@media (min-width: 992px) {
    .btn-extra-grande {
        height: 63px;
        padding: 0 40px;
        font-size: 18px;
    }
}

@keyframes scrolled-header-in {
    from {
        transform: translateY(-93px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes menu-mobile-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ==========================================================================
   Tags
   ========================================================================== */
.tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    border-radius: 4px;
    height: 32px;
}

.tag-outline-vermelho {
    color: #AE2E2A;
    border: 1px solid #AE2E2A;
}

/* ==========================================================================
   Modals
   ========================================================================== */
.modal-small .modal-dialog {
    max-width: 456px;
}

.modal-small .modal-dialog .modal-content {
    border-radius: 16px;
}

.modal-small .modal-dialog .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #35302D;
    text-align: center;
    padding: 24px 14px;
}

.modal-small .modal-dialog .modal-body .icon {
    margin-bottom: 12px;
}

.modal-small .modal-dialog .modal-body .modal_title {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
    max-width: 348px;
}

.modal-small .modal-dialog .modal-body .modal_desc {
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    max-width: 348px;
}

.modal-small .modal-dialog .modal-body .list_item {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.5px;
}

.modal-small .modal-dialog .modal-body .list_item+.list_item {
    margin-top: 9px;
}

.modal-small .modal-dialog .modal-body .info_box {
    width: 100%;
    padding: 12px 14px;
    background-color: #E6E6E6;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    font-style: italic;
    line-height: normal;
    margin-top: 15px;
}

.modal-small .modal-dialog .modal-body .close_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background-color: transparent;
    border: 0;
    outline: none;
    color: #AE2E2A;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    margin-top: 16px;
    max-width: 259px;
    transition: 0.3s ease;
}

.modal-small .modal-dialog .modal-body .close_btn:hover {
    background-color: rgb(243, 174, 37);
    color: #292522;
}

.modal-small.modal-md .modal-dialog {
    max-width: 399px;
}

.modal-small.modal-pacote-giga-gamer .modal-dialog {
    max-width: 373px;
}

.ligue-agora_modal .modal-dialog {
    max-width: 590px;
}

.ligue-agora_modal .modal-dialog .modal-content {
    border-radius: 20px;
}

.ligue-agora_modal .modal-dialog .modal-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    color: #35302d;
    text-align: center;
}

@media (min-width: 992px) {
    .ligue-agora_modal .modal-dialog .modal-body {
        padding: 48px;
    }
}

.ligue-agora_modal .modal-dialog .modal-body .modal_title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px;
}

.ligue-agora_modal .modal-dialog .modal-body .modal_desc {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .ligue-agora_modal .modal-dialog .modal-body .modal_desc {
        margin-bottom: 34px;
    }
}

.ligue-agora_modal .modal-dialog .modal-body .tel_holder {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ligue-agora_modal .modal-dialog .modal-body .tel_holder .tel {
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #35302d;
}

.ligue-agora_modal .modal-dialog .close_btn {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 22px;
    height: 22px;
    min-height: 22px;
    background-color: transparent;
    outline: none;
    border: 0;
    padding: 0;
}

.ligue-agora_modal .modal-dialog .close_btn:hover::after,
.ligue-agora_modal .modal-dialog .close_btn:hover::before {
    background-color: #AE2E2A;
}

.ligue-agora_modal .modal-dialog .close_btn::after,
.ligue-agora_modal .modal-dialog .close_btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 2px;
    background-color: #F4BA44;
    transition: 0.3s ease;
}

.ligue-agora_modal .modal-dialog .close_btn::before {
    transform: translate(-50%, -50%) rotateZ(45deg);
}

.ligue-agora_modal .modal-dialog .close_btn::after {
    transform: translate(-50%, -50%) rotateZ(-45deg);
}

.modal-padrao .modal-dialog {
    max-width: 680px;
    margin: auto;
}

.modal-padrao .modal-dialog .modal-content {
    border-radius: 16px;
    border: none;
}

.modal-padrao .modal-dialog .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #35302D;
    text-align: center;
    padding: 32px 16px 24px 32px;
}

.modal-padrao .modal-dialog .modal-body .modal_title {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 32px;
}

.modal-padrao .modal-dialog .modal-body .content_holder {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: left;
    row-gap: 32px;
    column-gap: 24px;
    max-height: 333px;
    overflow: auto;
    margin-top: 32px;
}

.modal-padrao .modal-dialog .modal-body .content_holder::-webkit-scrollbar {
    width: 5px;
}

.modal-padrao .modal-dialog .modal-body .content_holder::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 20px;
}

.modal-padrao .modal-dialog .modal-body .content_holder::-webkit-scrollbar-thumb {
    background-color: #8C8C8C;
    border-radius: 20px;
}

.modal-padrao .modal-dialog .modal-body .content_holder .parceiro_box {
    width: 136px;
    min-width: 136px;
    height: 100%;
}

.modal-padrao .modal-dialog .modal-body .content_holder .parceiro_box .logo {
    margin-bottom: 16px;
    width: 64px;
}

.modal-padrao .modal-dialog .modal-body .content_holder .parceiro_box .parceiro_title {
    font-weight: 700;
}

.modal-padrao .modal-dialog .modal-body .content_holder .parceiro_box .parceiro_desc {
    font-weight: 400;
}

.modal-padrao .modal-dialog .modal-body .content_holder .parceiro_box .parceiro_title,
.modal-padrao .modal-dialog .modal-body .content_holder .parceiro_box .parceiro_desc {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
}

.modal-padrao .modal-dialog .modal-body .close_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background-color: transparent;
    border: 0;
    outline: none;
    color: #AE2E2A;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    margin-top: 32px;
    max-width: 259px;
    transition: 0.3s ease;
}

.modal-padrao .modal-dialog .modal-body .close_btn:hover {
    background-color: rgb(243, 174, 37);
    color: #292522;
}

.modal-receber-ligacao .modal-dialog {
    max-width: 640px;
}

.modal-receber-ligacao .modal-dialog .modal-content {
    border-radius: 20px;
}

.modal-receber-ligacao .modal-dialog .modal-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    color: #35302d;
    text-align: center;
}

@media (min-width: 992px) {
    .modal-receber-ligacao .modal-dialog .modal-body {
        padding: 48px 64px;
    }
}

.modal-receber-ligacao .modal-dialog .modal-body .modal_title {
    color: #18191B;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 11px;
}

.modal-receber-ligacao .modal-dialog .modal-body .modal_desc {
    color: #18191B;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.modal-receber-ligacao .modal-dialog .modal-body .form {
    width: 100%;
}

.modal-receber-ligacao .modal-dialog .modal-body .form .input-holder+.input-holder {
    margin-top: 24px;
}

@media (min-width: 992px) {
    .modal-receber-ligacao .modal-dialog .modal-body .form .input-holder+.input-holder {
        margin-top: 32px;
    }
}

.modal-receber-ligacao .modal-dialog .modal-body .form .input-holder.mb-40 {
    margin-bottom: 40px;
}

.modal-receber-ligacao .modal-dialog .close_btn {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 22px;
    height: 22px;
    min-height: 22px;
    background-color: transparent;
    outline: none;
    border: 0;
    padding: 0;
}

.modal-receber-ligacao .modal-dialog .close_btn:hover::after,
.modal-receber-ligacao .modal-dialog .close_btn:hover::before {
    background-color: #AE2E2A;
}

.modal-receber-ligacao .modal-dialog .close_btn::after,
.modal-receber-ligacao .modal-dialog .close_btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 2px;
    background-color: #F4BA44;
    transition: 0.3s ease;
}

.modal-receber-ligacao .modal-dialog .close_btn::before {
    transform: translate(-50%, -50%) rotateZ(45deg);
}

.modal-receber-ligacao .modal-dialog .close_btn::after {
    transform: translate(-50%, -50%) rotateZ(-45deg);
}

.modal-receber-ligacao.sucesso .modal-dialog {
    max-width: 548px;
}

.modal-receber-ligacao.sucesso .sucesso-icone {
    height: 135px;
    margin-bottom: 24px;
}

.modal-receive-call-form,.form-group {
    display: flex;
    flex-direction: column
}

.modal-receive-call-form {
    width: 100%
}

.modal-receive-call-form .form-group {
    margin-bottom: 20px;
    position: relative
}

.modal-receive-call-form .form-group .form-error-message {
    --fs: 12px;
    --lh: 15px;
    margin-top: 4px;
    max-width: 60%;
    opacity: 0
}

.modal-receive-call-form .form-group.-error .label {
    --fs: 12px;
    --lh: 15px;
    color: var(--color-7);
    opacity: 1;
    outline: none;
    top: -1em
}

.modal-receive-call-form .form-group.-error .form-error-message {
    color: var(--color-logo-1);
    opacity: 1
}

.modal-receive-call-form .form-group > .field {
    border: none;
    border-bottom: 1px solid var(--color-15);
    padding: 4px 0
}

.modal-receive-call-form .form-group > .field:focus ~ .label,.modal-receive-call-form .form-group > .field:valid ~ .label {
    --fs: 12px;
    --lh: 15px;
    color: var(--color-7);
    opacity: 1;
    top: -1em
}

.modal-receive-call-form .form-group > .label {
    --fs: 20px;
    --lh: 24px;
    color: var(--color-15);
    cursor: text;
    display: block;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out
}

.modal-receive-call-form .button {
    margin-top: 14px
}

.modal-receive-call-form .wire {
    --wire-color: var(--color-10)
}

.modal-receive-call {
    --spacing-top-mobile: 48px;
    --spacing-bottom-mobile: 24px;
    --spacing-top-notebook: 48px;
    --spacing-bottom-notebook: 48px;
    --title-and-description-margin-mobile: 20px;
    --title-and-description-margin-notebook: 24px;
    --title-and-description-margin: var(--title-and-description-margin-mobile);
    --spacing-top: var(--spacing-top-mobile);
    --spacing-bottom: var(--spacing-bottom-mobile)
}

.modal-receive-call .modal {
    max-width: 312px;
    padding: var(--spacing-top) 20px var(--spacing-bottom) 20px
}

.modal-receive-call .modal .modal-content {
    padding-top: 10px
}

.modal-receive-call .modal-title-and-description {
    margin-bottom: var(--title-and-description-margin)
}

.modal-receive-call .modal-title-and-description .title {
    --fs: 22px;
    --lh: 24px;
    --ls: 0;
    display: block;
    font-weight: var(--bold);
    margin-bottom: 8px
}

.modal-receive-call .modal-title-and-description .description {
    --fs: 14px;
    --lh: 18px;
    --ls: 0;
    display: block;
    font-weight: var(--regular)
}

@media only screen and (min-width: 1025px) {
    .modal-receive-call .modal {
        max-width:590px;
        padding: var(--spacing-top-notebook) 48px var(--spacing-bottom-notebook) 48px
    }

    .modal-receive-call .modal-title-and-description {
        margin-bottom: var(--title-and-description-margin-notebook)
    }

    .modal-receive-call .modal-title-and-description .title {
        --fs: 28px;
        --lh: 32px;
        --ls: 0
    }

    .modal-receive-call .modal-title-and-description .description {
        --fs: 18px;
        --lh: 22px;
        --ls: 0
    }
}