/*!
 * LP MVNO Desktop
 * Desenvolvido por Fattoria em: 17/06/2024
 */
/*=============================================
=            Cores            =
=============================================*/
/*=============================================
=            Tamanho de fonte            =
=============================================*/
/*=====  End of Tamanho de fonte  ======*/
/*!
 * Tipografia
 * Produtos Desktop
 * Desenvolvido por Fattoria em: 08/04/2024
 */

/* ==========================================================================
      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;
    }
}

.banner {
    margin-top: -120px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 568px;
  }
  @media (min-width: 992px) {
    .banner {
        margin-top: -105px;
      height: 670px;
    }
  }

.banner_content {
    max-width: 539px;
    padding-top: 122px;
}

@media (min-width: 992px) {
    .banner_content {
        max-width: 400px;
        padding-top: 203px;
    }
}

@media (min-width: 1200px) {
    .banner_content {
        padding-top: 203px;
        max-width: 539px;
    }
}

.banner_content-img {
    display: block;
    width: 312px;
    margin-bottom: 24px;
}

@media (min-width: 1200px) {
    .banner_content-img {
        width: initial;
        margin-bottom: 32px;
    }
}

.banner_content_text, .banner_content_text strong {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.5px;
    margin: 0;
}

@media (min-width: 992px) {
    .banner_content_text, .banner_content_text strong {
        font-size: 24px;
        line-height: 110%;
    }
}

@media (min-width: 1200px) {
    .banner_content_text, .banner_content_text strong {
        font-size: 32px;
    }
}

.banner_content_text strong {
    font-weight: 700;
}

.planos-sect {
    overflow: hidden;
    padding: 32px 0 64px;
    background-color: white;
}

@media (min-width: 1200px) {
    .planos-sect {
        padding: 88px 0 60px;
    }
}

@media (min-width: 1200px) {
    .planos-sect .content-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 162px;
    }
}

@media (min-width: 1200px) {
    .planos-sect .content-wrapper .content {
        max-width: 479px;
        margin-left: 102px;
    }
}

.planos-sect .content-wrapper .content .logo-desktop-planos {
    margin-bottom: 24px;
    width: 202px;
}

@media (min-width: 992px) {
    .planos-sect .content-wrapper .content .logo-desktop-planos {
        margin-bottom: 32px;
        width: initial;
        max-width: 352px;
    }
}

.planos-sect .content-wrapper .content .title, .planos-sect .content-wrapper .content .title .c-vermelho {
    color: #18191B;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .planos-sect .content-wrapper .content .title, .planos-sect .content-wrapper .content .title .c-vermelho {
        font-size: 40px;
    }
}

.planos-sect .content-wrapper .content .text {
    font-weight: 400;
    color: #32302D;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .planos-sect .content-wrapper .content .text {
        font-weight: 400;
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .planos-sect .content-wrapper .content .text {
        font-weight: 400;
        margin-bottom: 0;
    }
}

.planos-carousel {
    overflow: visible;
    margin-left: 0;
}

.planos-carousel .swiper-slide {
    height: auto;
}

.planos-carousel .swiper-slide_pt {
    padding-top: 35px;
}

.planos-carousel .swiper-button-next,
.planos-carousel .swiper-button-prev {
    right: 0;
    height: initial;
}

@media (min-width: 992px) {

    .planos-carousel .swiper-button-next,
    .planos-carousel .swiper-button-prev {
        left: 0;
        right: inherit;
    }
}

.planos-carousel .swiper-button-next.swiper-button-disabled .icones,
.planos-carousel .swiper-button-prev.swiper-button-disabled .icones {
    color: white;
}

.planos-carousel .swiper-button-next:hover .box-button .icone-seta-direita,
.planos-carousel .swiper-button-prev:hover .box-button .icone-seta-direita {
    transform: translate(-60%, -50%);
}

.planos-carousel .swiper-button-next:hover .box-button .icone-seta-esquerda,
.planos-carousel .swiper-button-prev:hover .box-button .icone-seta-esquerda {
    transform: translate(-40%, -50%);
}

.planos-carousel .swiper-button-next::after,
.planos-carousel .swiper-button-prev::after {
    display: none;
}

.planos-carousel .swiper-button-next .icones,
.planos-carousel .swiper-button-prev .icones {
    color: #F4BA44;
    line-height: 1;
    font-size: 14px;
    transition: 0.3s ease;
}

.planos-carousel .swiper-button-next .icone-box,
.planos-carousel .swiper-button-prev .icone-box {
    font-size: 38px;
}

.planos-carousel .swiper-button-next .icone-setas,
.planos-carousel .swiper-button-prev .icone-setas {
    position: absolute;
    top: 50%;
    left: 50%;
}

.planos-carousel .swiper-button-next .icone-seta-direita,
.planos-carousel .swiper-button-prev .icone-seta-direita {
    transform: translate(-85%, -50%);
}

.planos-carousel .swiper-button-next .icone-seta-esquerda,
.planos-carousel .swiper-button-prev .icone-seta-esquerda {
    transform: translate(-15%, -50%);
}

.planos-carousel .swiper-button-next .box-button,
.planos-carousel .swiper-button-prev .box-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.planos-carousel .swiper-button-next {
    display: flex;
    left: 200px;
    bottom: -62px;
    top: inherit;
}

@media (min-width: 768px) {
    .planos-carousel .swiper-button-next {
        left: calc(50% + 32px);
        transform: translateX(50%);
    }
}

@media (min-width: 992px) {
    .planos-carousel .swiper-button-next {
        bottom: -68px;
    }
}

.planos-carousel .swiper-button-prev {
    display: flex;
    left: 84px;
    bottom: -62px;
    top: inherit;
}

@media (min-width: 768px) {
    .planos-carousel .swiper-button-prev {
        left: calc(50% - 64px);
        transform: translateX(-50%);
    }
}

@media (min-width: 992px) {
    .planos-carousel .swiper-button-prev {
        bottom: -68px;
    }
}

.planos-carousel .swiper-pagination {
    bottom: -54px;
    left: 0;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.5px;
}

@media (min-width: 992px) {
    .planos-carousel .swiper-pagination {
        bottom: -62px;
    }
}

.planos-carousel .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #F4BA44;
}

.planos-carousel .swiper-slide {
    opacity: 1;
    transition: all ease 0.3s;
}

@media (min-width: 768px) {

    .planos-carousel .swiper-slide-prev,
    .planos-carousel .swiper-slide-hidden {
        opacity: 0;
    }
}

.planos-carousel_pag {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    margin-top: 32px;
}

@media (max-width: 767px) {
    .planos-carousel_pag {
        display: none;
    }
}

.planos-carousel_pag .swiper-button-next,
.planos-carousel_pag .swiper-button-prev,
.planos-carousel_pag .swiper-pagination {
    position: static;
    transform: none;
    width: auto;
    margin-top: 0;
}

.planos-carousel_pag .swiper-button-next .box-button .icone-seta-direita,
.planos-carousel_pag .swiper-button-prev .box-button .icone-seta-direita {
    position: absolute;
    top: 50%;
    right: 80%;
    transform: translate(50%, -50%);
}

.planos-carousel_pag .swiper-button-next .box-button .icone-seta-esquerda,
.planos-carousel_pag .swiper-button-prev .box-button .icone-seta-esquerda {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
}

.planos-carousel_pag .swiper-button-next:hover .box-button .icone-seta-direita,
.planos-carousel_pag .swiper-button-prev:hover .box-button .icone-seta-direita {
    right: 70%;
    transform: translate(50%, -50%);
}

.planos-carousel_pag .swiper-button-next:hover .box-button .icone-seta-esquerda,
.planos-carousel_pag .swiper-button-prev:hover .box-button .icone-seta-esquerda {
    left: 70%;
    transform: translate(-50%, -50%);
}

.planos-carousel_pag .swiper-pagination {
    font-family: "klavika";
    font-size: 18px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .planos-carousel.remove-opacity .swiper-slide-hidden {
        opacity: 1 !important;
    }
}

.plano_card {
    display: flex;
    flex-direction: column;
    background-color: white;
    overflow: hidden;
    min-width: 262px;
    height: 100%;
    border-radius: 14px;
    border: 2px solid #E6E6E6;
    text-align: center;
}

.plano_card .melhor-oferta_wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #F4BA44;
    color: #292522;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 8px;
}

.plano_card .card_body {
    flex: 1;
    padding: 32px 24px 24px;
}

.plano_card .card_body .card_title {
    text-transform: uppercase;
    color: #292522;
    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: 196px;
    margin: 0 auto 24px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.plano_card .card_body .plano-beneficios_list .beneficios_item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #292522;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}

.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 {
    width: 40px;
}

.plano_card .card_body .values_wrapper {
    color: #35302D;
    margin-bottom: 24px;
}

.plano_card .card_body .values_wrapper .disclaimer {
    font-size: 13px;
    font-style: italic;
    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: 4px;
}

@media (min-width: 992px) {
    .plano_card .card_body .parceiros_wrapper {
        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%;
    color: #32302D;
    font-size: 16px;
}

.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;
    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: 32px;
}

.sect_beneficios {
    padding-top: 162px;
    padding-bottom: 80px;
    position: relative;
    z-index: 0;
    position: relative;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -148px;
}

@media (min-width: 992px) {
    .sect_beneficios {
        padding-bottom: 118px;
        padding-top: 216px;
        margin-top: -190px;
    }
}

.sect_beneficios .overflowContent {
    width: inherit;
    overflow: hidden;
}

.sect_beneficios .titulo, .sect_beneficios .titulo .c-amarelo {
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .sect_beneficios .titulo {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .sect_beneficios .titulo, .sect_beneficios .titulo .c-amarelo {
        font-size: 40px;
        text-align: center;
        max-width: 792px;
        margin: 0 auto 64px;
    }
}

.sect_beneficios .titulo .c-amarelo {
    font-weight: 700;
}

.sect_beneficios .beneficios-flutuante-amarelo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (min-width: 992px) {
    .sect_beneficios .beneficios-flutuante-amarelo {
        top: -60px;
        left: -270px;
    }
}

.sect_beneficios .beneficios-flutuante-blur {
    position: absolute;
    top: -200px;
    right: 0;
    z-index: -2;
}

.sect_beneficios .swiper {
    overflow: visible;
}

.sect_beneficios .beneficios_carousel {
    overflow: visible;
}

.sect_beneficios .beneficios_carousel .swiper-slide {
    height: auto;
}

@media (max-width: 1199px) {
    .sect_beneficios .beneficios_carousel .swiper-slide {
        max-width: 221px;
    }
}

@media (min-width: 1200px) {
    .sect_beneficios .beneficios_carousel .swiper-slide {
        width: calc(33.33% - 16px);
    }
}

@media (min-width: 1200px) {
    .sect_beneficios .beneficios_carousel .swiper-wrapper {
        flex-wrap: wrap;
        gap: 24px;
    }
}

.beneficios_card {
    padding: 24px 18px;
    border-radius: 16px;
    background: white;
    color: #292522;
    text-align: center;
    height: 100%;
}

@media (min-width: 1200px) {
    .beneficios_card {
        display: flex;
        align-items: center;
        gap: 8px;
        text-align: initial;
    }
}

.beneficios_card .icon_holder {
    margin-bottom: 16px;
}

.beneficios_card .icon_holder img {
    min-width: initial;
    max-width: initial;
    height: 80px;
    width: 80px;
}

@media (min-width: 1200px) {
    .beneficios_card .icon_holder {
        margin-bottom: 0;
    }
}

.beneficios_card .card_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 16px;
}

@media (min-width: 1200px) {
    .beneficios_card .card_title {
        margin-bottom: 4px;
        font-size: 24px;
    }
}

.beneficios_card .card_title .c-vermelho {
    font-size: 28px;
    font-weight: 700;
    color: #AE2E2A;
}

@media (min-width: 1200px) {
    .beneficios_card .card_title .c-vermelho {
        font-size: 24px;
    }
}

.beneficios_card .card_desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.352px;
    margin-bottom: 0;
}

.wifi_sect {
    padding: 80px 0;
    position: relative;
}

@media (min-width: 992px) {
    .wifi_sect {
        padding: 68px 0 88px;
    }
}

@media (min-width: 1200px) {
    .wifi_sect .row {
        align-items: center;
    }
}

.wifi_sect-content {
    position: relative;
    z-index: 5;
}

.wifi_sect-content_titulo,
.wifi_sect-content_titulo .c-vermelho {
    color: #292522;
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .wifi_sect-content_titulo,
    .wifi_sect-content_titulo .c-vermelho {
        font-size: 40px;
        line-height: 140%;
        margin-bottom: 8px;
    }
}

.wifi_sect-content_texto {
    color: #32302D;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .wifi_sect-content_texto {
        font-size: 24px;
        line-height: 140%;
    }
}

.wifi_sect-img-wrapper {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

@media (min-width: 1200px) {
    .wifi_sect-img-wrapper {
        margin-top: 0;
    }
}

.wifi_sect .flutuante-wifi {
    bottom: -51px;
    right: 0;
    max-width: 446px;
    z-index: 3;
    position: absolute;
}

@media (min-width: 545px) {
    .wifi_sect .flutuante-wifi {
        bottom: -97px;
        max-width: 600px;
    }
}

@media (min-width: 768px) {
    .wifi_sect .flutuante-wifi {
        bottom: -174px;
        max-width: 950px;
    }
}

@media (min-width: 992px) {
    .wifi_sect .flutuante-wifi {
        top: 148px;
        right: 0;
        bottom: inherit;
        width: 1800px;
    }
}

@media (min-width: 1200px) {
    .wifi_sect .flutuante-wifi {
        top: -61px;
        right: 0;
        bottom: inherit;
    }
}

@media (min-width: 1920px) {
    .wifi_sect .flutuante-wifi {
        top: -136px;
        width: 1000px;
    }
}

.flutuantes_sect {
    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 .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:last-child .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;
    margin-top: 0;
}

@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 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.5px;
    font-weight: 400;
}

@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;
    }
}

.sect_faq {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #DFDFDF;
}

@media (min-width: 992px) {
    .sect_faq {
        padding-top: 85px;
        padding-bottom: 90px;
    }
}

.sect_faq .titulo {
    color: #292522;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .sect_faq .titulo {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

.canais_wrapper {
    color: white;
    padding: 80px 0 167px;
    position: relative;
    z-index: 5;
    background-image: url("../img/bg-canais-mobile.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .canais_wrapper {
        padding: 160px 0 260px;
        background-image: url("../img/bg-canais.svg");
    }
}

@media (min-width: 1200px) {
    .canais_wrapper {
        padding: 160px 0 419px;
    }
}

.canais_wrapper .titulo {
    text-transform: uppercase;
    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;
    }
}

.link-faq {
    color: #9D2926;
    transition: all ease 0.3s;
}

.link-faq:hover {
    color: #741e1c;
    text-decoration: none;
}

.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 {
    color: #AE2E2A !important;
}

.c-amarelo {
    color: #F4BA44 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.c-black-100 {
    color: #292522 !important;
}

@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;
    }
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header .header_nav-bar {
    padding: 14px 0 10px;
}

@media (min-width: 1200px) {
    .header .header_nav-bar {
        padding: 21px 0 10px;
    }
}

.header .header_nav-bar .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 1200px) {
    .header .header_nav-bar .container {
        justify-content: space-between;
        gap: 32px;
    }
}

.header .header_nav-bar .header_nav {
    display: none;
    align-items: center;
    transition: 0.3s ease-in-out;
}

@media (min-width: 1200px) {
    .header .header_nav-bar .header_nav {
        display: flex;
        width: 100%;
        gap: 120px;
    }
}

@media (min-width: 1400px) {
    .header .header_nav-bar .header_nav {
        gap: 150px;
    }
}

.header .header_nav-bar .header_nav .nav_list {
    width: 100%;
    margin: 0;
}

@media (min-width: 992px) {
    .header .header_nav-bar .header_nav .nav_list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 637px;
        gap: 50px;
    }
}

@media (min-width: 1400px) {
    .header .header_nav-bar .header_nav .nav_list {
        gap: 100px;
    }
}

@media (min-width: 992px) {
    .header .header_nav-bar .header_nav .nav_list.nav_list-small {
        width: initial;
    }
}

@media (min-width: 1400px) {
    .header .header_nav-bar .header_nav .nav_list.nav_list-small {
        gap: 26px;
    }
}

.header .header_nav-bar .header_nav .nav_list.nav_list-small .nav_item {
    border-top: 1px solid #E6E6E6;
}

@media (min-width: 992px) {
    .header .header_nav-bar .header_nav .nav_list.nav_list-small .nav_item {
        border: 0;
    }
}

@media (max-width: 991px) {
    .header .header_nav-bar .header_nav .nav_list .nav_item {
        padding: 16px 0;
    }

    .header .header_nav-bar .header_nav .nav_list .nav_item+.nav_item {
        border-top: 1px solid #E6E6E6;
    }
}

.header .header_nav-bar .header_nav .nav_list .nav_link {
    white-space: nowrap;
    color: #35302D;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.17px;
    text-decoration: none;
    transition: 0.3s ease;
}

@media (min-width: 992px) {
    .header .header_nav-bar .header_nav .nav_list .nav_link {
        display: block;
        color: rgb(187, 187, 187);
        text-shadow: 1px 1px 1px #000;
        padding-bottom: 1px;
    }

    .header .header_nav-bar .header_nav .nav_list .nav_link:hover {
        color: white;
    }
}

@media (min-width: 992px) {
    .header .header_nav-bar .header_nav .nav_list .nav_link.active {
        color: #F7B600;
        border-bottom: 4px solid #F7B600;
    }
}

.header .header_nav-bar .select_holder {
    position: relative;
}

@media (min-width: 992px) {
    .header .header_nav-bar .select_holder:hover .icone-chevron-down-menu {
        color: #F7B600;
    }
}

.header .header_nav-bar .select_holder .icone-chevron-down-menu {
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 50%;
    transform: translateY(-45%);
    font-size: 8px;
    color: white;
    transition: 0.3s ease;
}

.header .header_nav-bar .select_holder {
    position: relative;
}

.header .header_nav-bar .select_holder .icones {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
    color: white;
    pointer-events: none;
    transition: 0.3s ease;
}

@media (min-width: 1200px) {
    .header .header_nav-bar .select_holder .icones {
        right: 10px;
    }
}

.header .header_nav-bar .header-select {
    display: flex;
    justify-content: flex-end;
    text-align: end;
    background-image: none;
    background-color: transparent;
    border: 0;
    padding: 0 34px 0 0;
    color: white;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.16px;
    transition: 0.3s ease;
    appearance: none;
    cursor: pointer;
    width: 240px;
    text-align: right;
}

.header .header_nav-bar .header-select option {
    color: #35302D;
    font-size: 16px;
}

.header .header_nav-bar .header-select option:checked {
    background-color: #35302d;
    color: white;
}

@media (min-width: 1200px) {
    .header .header_nav-bar .header-select {
        font-size: 16px;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .header .header_nav-bar .header-select {
        letter-spacing: -0.19px;
    }

    .header .header_nav-bar .header-select:hover {
        color: #F7B600;
    }

    .header .header_nav-bar .header-select:hover~.icones {
        color: #F7B600;
    }
}

.header .header-main {
    padding: 30px 0;
}

@media (min-width: 768px) {
    .header .header-main {
        padding: 27px 0 29px;
    }
}

@media (min-width: 1200px) {
    .header .header-main {
        padding: 10px 0 20px;
    }
}

.header .header-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-main .container .header_logo {
    max-width: 148px;
}

@media (min-width: 992px) {
    .header .header-main .container .header_logo {
        max-width: 256px;
    }
}

.header .header-main .container .header_logo.vermelha {
    display: none;
}

.header .header-main .container .btn-amarelo {
    display: none;
}

.header .header-main .container .btn-outline-branco {
    display: none;
}

@media (min-width: 1200px) {
    .header .header-main .container .btn-outline-branco {
        display: flex;
    }
}

.header .header-main .container .menu-hamb_btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    background-color: transparent;
    outline: none;
    border: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .header .header-main .container .menu-hamb_btn {
        display: none;
    }
}

.header .header-main .container .menu-hamb_btn .bar {
    display: block;
    height: 2px;
    background-color: white;
    transition: 0.4s ease;
}

.header .header-main .container .menu-hamb_btn .bar1 {
    width: 24px;
}

.header .header-main .container .menu-hamb_btn .bar2 {
    width: 18px;
}

.header .header-main .container .menu-hamb_btn .bar3 {
    width: 22px;
}

.header .header-main_lista {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: 48px;
    margin-right: 84px;
    width: 100%;
    flex: 1;
    color: white;
}

@media (min-width: 1200px) {
    .header .header-main_lista {
        display: flex;
    }
}

.header .header-main_lista_item {
    position: relative;
}

.header .header-main_lista_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 1px 1px 2px black;
    cursor: pointer;
    transition: all ease 0.4s;
}

.header .header-main_lista_link:hover,
.header .header-main_lista_link:focus,
.header .header-main_lista_link.clicked {
    color: #ebae00;
}

.header .header-main_lista_link .icones {
    margin-left: 8px;
    font-size: 8px;
}

.header .header-main_lista_link.clicked .icones {
    transform: rotate(180deg);
}

.header .header-main_lista_dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    width: 266px;
    background-color: white;
    padding: 24px 32px;
    border-radius: 10px;
}

.header .header-main_lista_dropdown li+li {
    margin-top: 16px;
}

.header .header-main_lista_dropdown .header-main_lista_link {
    color: black;
    text-shadow: none;
    font-weight: 400;
}

.header .header-main_lista_dropdown .header-main_lista_link:hover {
    color: #AE2E2A;
}

.header .header-main_lista_dropdown.active {
    display: block;
}

.header.scrolled-header {
    position: fixed;
    top: -44px;
    left: 0;
    width: 100%;
    transition: top 0.3s ease-in-out;
    animation: scrolled-header-in 0.3s ease forwards;
}

@media (min-width: 1200px) {
    .header.scrolled-header {
        box-shadow: 0 0 20px 0 #35302d;
    }
}

.header.scrolled-header .header_nav-bar {
    padding-top: 10px;
    background-color: #EDEDED;
}

@media (min-width: 1400px) {
    .header.scrolled-header .header_nav-bar .header_nav {
        gap: 170px;
    }
}

.header.scrolled-header .header_nav-bar .header_nav .nav_list .nav_link {
    font-size: 12px;
    font-weight: 300;
    color: rgb(53, 48, 45);
    text-shadow: initial;
}

.header.scrolled-header .header_nav-bar .header_nav .nav_list .nav_link.active {
    color: #f7b600;
}

.header.scrolled-header .header_nav-bar .select_holder .icone-chevron-down {
    color: #F7B600;
}

.header.scrolled-header .header_nav-bar .header-select {
    color: #35302D;
}

.header.scrolled-header .header-main {
    background-color: white;
    transition: 0.3s ease;
}

@media (min-width: 992px) {
    .header.scrolled-header .header-main {
        padding-top: 26px;
        padding-bottom: 26px;
    }
}

@media (min-width: 992px) {
    .header.scrolled-header .header-main .container .header_logo {
        max-width: 200px;
    }
}

.header.scrolled-header .header-main .container .header_logo.vermelha {
    display: block;
}

.header.scrolled-header .header-main .container .header_logo.amarela {
    display: none;
}

@media (min-width: 1200px) {
    .header.scrolled-header .header-main .container .btn-amarelo {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .header.scrolled-header .header-main .container .btn-outline-branco {
        display: none;
    }
}

.header.scrolled-header .header-main .container .menu-hamb_btn .bar {
    background-color: #F7B600;
}

.header.scrolled-header .header-main_lista {
    margin-left: 105px;
}

.header.scrolled-header .header-main_lista_link {
    color: #35302D;
    text-shadow: initial;
}

.header.scrolled-header .header-main_lista_dropdown {
    background-color: #ebae00;
}

.header.open .header_nav-bar {
    background-color: #ededed;
}

.header.open .header_nav-bar .header-select {
    color: black;
}

.header.open .header_nav-bar .icones {
    color: #ebae00;
}

.header.open .header-main {
    background-color: white;
}

.header.open .header-main .container .header_logo.vermelha {
    display: block;
}

.header.open .header-main .container .header_logo.amarela {
    display: none;
}

.header.open .header-main .container .menu-hamb_btn .bar {
    background-color: #f7b600;
}

.header.open .header-main .container .menu-hamb_btn .bar.bar1 {
    width: 24px;
    transform: translateY(7px) rotateZ(-45deg);
}

.header.open .header-main .container .menu-hamb_btn .bar.bar2 {
    width: 0;
}

.header.open .header-main .container .menu-hamb_btn .bar.bar3 {
    width: 24px;
    transform: translateY(-7px) rotateZ(45deg);
}

.menu-mobile {
    position: fixed;
    top: 120px;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: calc(100dvh - 120px);
    background-color: white;
    border-top: 1px solid #ededed;
    opacity: 1;
    overflow: auto;
}

@media (min-width: 1200px) {
    .menu-mobile {
        display: none;
    }
}

.menu-mobile_lista {
    margin-bottom: 0;
    padding: 16px 6px;
    color: #35302D;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

.menu-mobile_lista.principal {
    padding-top: 22px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.menu-mobile_lista.voce-empresa {
    padding-top: 8px;
}

.menu-mobile_lista.voce-empresa .menu-mobile_lista_item:last-child {
    padding-bottom: 0;
    border: none;
}

.menu-mobile_lista_item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.menu-mobile_lista_item:first-child {
    padding-top: 0;
}

.menu-mobile_lista_item-dropdown {
    padding-bottom: 0;
}

.menu-mobile_lista_item-dropdown .menu-mobile_lista_link {
    margin-bottom: 15px;
}

.menu-mobile_lista_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.menu-mobile_lista_link .icones {
    margin-left: 8px;
    font-size: 8px;
}

.menu-mobile_lista_link.clicked {
    color: #AE2E2A;
}

.menu-mobile_lista_link.clicked .icones {
    transform: rotate(180deg);
}

.menu-mobile_lista_dropdown {
    display: none;
    background-color: #ebae00;
    width: 100vw;
    margin-left: calc((100vw - 300px) / 2 * -1);
    padding: 24px 24px 24px calc((100vw - 300px) / 2 + 16px);
}

@media (min-width: 768px) {
    .menu-mobile_lista_dropdown {
        margin-left: calc((100vw - 708px) / 2 * -1);
        padding: 24px 32px 24px calc((100vw - 708px) / 2 + 16px);
    }
}

.menu-mobile_lista_dropdown li+li {
    margin-top: 16px;
}

.menu-mobile_lista_dropdown .menu-mobile_lista_link {
    display: block;
    margin-bottom: 0;
    color: black;
    text-shadow: none;
    font-weight: 400;
}

.menu-mobile_lista_dropdown.active {
    display: block;
}

.menu-mobile.active {
    display: block;
    animation: menu-mobile-in ease 0.4s;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: white;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #35302d;
}

/* ==========================================================================
     Footer
     ========================================================================== */
.footer .footer-topo {
    background-color: #861318;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer .footer-topo .area-topo {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .footer .footer-topo .area-topo {
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer .footer-topo .rede-sociais {
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(53, 48, 45, 0.6);
}

@media (min-width: 1200px) {
    .footer .footer-topo .rede-sociais {
        padding-right: 90px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: none;
        border-right: 1px solid rgba(53, 48, 45, 0.6);
    }
}

.footer .footer-topo .rede-sociais .link-social {
    text-decoration: none;
    font-size: 40px;
    color: #FFFFFF;
    margin-right: 16px;
    transition: all ease 0.3s;
}

.footer .footer-topo .rede-sociais .link-social:last-of-type {
    margin-right: 0;
}

.footer .footer-topo .rede-sociais .link-social:hover {
    color: #F4BA44;
}

.footer .footer-topo .rede-sociais .icone-youtube {
    font-size: 35px;
}

.footer .footer-topo .rede-sociais .texto {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px black;
    margin-bottom: 0;
    margin-top: 36px;
}

@media (min-width: 1200px) {
    .footer .footer-topo .rede-sociais .texto {
        margin-top: 32px;
    }
}

.footer .footer-topo .links-topo {
    display: flex;
    flex-direction: column;
    margin-top: 36px;
}

@media (min-width: 1200px) {
    .footer .footer-topo .links-topo {
        flex-direction: row;
        align-items: center;
        margin-top: 0;
    }
}

.footer .footer-topo .links-topo .ul-links {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

@media (min-width: 1200px) {
    .footer .footer-topo .links-topo .ul-links {
        margin-right: 100px;
        margin-bottom: 0;
    }
}

.footer .footer-topo .links-topo .ul-links:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
}

.footer .footer-topo .links-topo .ul-links li {
    margin-bottom: 16px;
}

@media (min-width: 1200px) {
    .footer .footer-topo .links-topo .ul-links li {
        margin-bottom: 40px;
    }
}

.footer .footer-topo .links-topo .ul-links li:last-of-type {
    margin-bottom: 0;
}

.footer .footer-topo .links-topo .ul-links .link {
    text-decoration: none;
    color: #FFF;
    transition: all ease 0.3s;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px black;
}

@media (min-width: 1200px) {
    .footer .footer-topo .links-topo .ul-links .link {
        font-size: 20px;
    }
}

.footer .footer-topo .links-topo .ul-links .link:hover {
    color: #F4BA44;
}

.footer .footer-baixo {
    background-color: #35302d;
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (min-width: 1200px) {
    .footer .footer-baixo .area-baixo {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 24px;
        padding-right: 65px;
    }
}

.footer .footer-baixo .area-baixo .img {
    width: 200px;
    margin-bottom: 8px;
}

@media (min-width: 1200px) {
    .footer .footer-baixo .area-baixo .img {
        width: inherit;
        margin-bottom: 0;
    }
}

.footer .footer-baixo .area-baixo .ul-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 32px 0;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .footer .footer-baixo .area-baixo .ul-links {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .footer .footer-baixo .area-baixo .ul-links+.ul-links {
        border-top: 1px solid #514A45;
    }
}

.footer .footer-baixo .area-baixo .ul-links:last-child {
    padding-bottom: 0;
}

.footer .footer-baixo .area-baixo .ul-links:first-of-type {
    margin-left: 0;
}

@media (min-width: 1200px) {
    .footer .footer-baixo .area-baixo .ul-links:first-of-type {
        margin-left: 110px;
    }
}

.footer .footer-baixo .area-baixo .ul-links .link {
    color: #E6E6E6;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
    transition: all ease 0.3s;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px black;
    margin-bottom: 16px;
}

@media (min-width: 1200px) {
    .footer .footer-baixo .area-baixo .ul-links .link {
        margin-bottom: 0;
        font-size: 20px;
    }
}

.footer .footer-baixo .area-baixo .ul-links .link:hover {
    color: #F4BA44;
}

/* ==========================================================================
     Tags
     ========================================================================== */
/* ==========================================================================
     Modals
     ========================================================================== */
.modal-small .modal-dialog {
    max-width: 360px;
    margin: auto;
}

.modal-small .modal-dialog .modal-content {
    border-radius: 16px;
    border: none;
}

.modal-small .modal-dialog .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #35302D;
    text-align: center;
    padding: 32px 28px;
}

.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: 8px;
    max-width: 348px;
}

.modal-small .modal-dialog .modal-body .modal_desc {
    font-size: 16px;
    line-height: 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: 24px;
    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;
}

.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;
}

.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: 28px;
    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-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;
}

/* ==========================================================================
     Accordion
     ========================================================================== */
.accordion-item .accordion-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.accordion-item .accordion-header .icone-chevron-down {
    color: #F4BA44;
    font-size: 12px;
    transition: all ease 0.3s;
    right: -20px;
    position: absolute;
}

@media (min-width: 768px) {
    .accordion-item .accordion-header .icone-chevron-down {
        right: 0;
    }
}

.accordion-item .accordion-header .accordion-button {
    color: #292522;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .accordion-item .accordion-header .accordion-button {
        font-size: 22px;
    }
}

.accordion-item .accordion-body {
    color: #292522;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 22px;
    margin-right: 44px;
}

@media (min-width: 992px) {
    .accordion-item .accordion-body {
        font-size: 20px;
        margin-top: 28px;
        max-width: 751px;
    }
}

.aberto {
    border-top: 1px solid #292522 !important;
    border-bottom: 1px solid #292522 !important;
    padding: 32px 20px;
    margin-bottom: 36px;
    opacity: 1;
}

@media (min-width: 992px) {
    .aberto {
        padding: 32px 48px;
        margin-bottom: 38px;
    }
}

.aberto:last-of-type {
    margin-bottom: 0;
}

.fechado {
    border: none;
    margin-bottom: 36px;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 0.5;
}

@media (min-width: 992px) {
    .fechado {
        margin-bottom: 38px;
        padding-right: 48px;
        padding-left: 48px;
    }
}

.aberto .icone-chevron-down {
    transform: rotate(180deg);
}

.input-holder .form-group {
    position: relative;
}

.input-holder .form-group .form-control {
    border-radius: 0;
    height: 48px;
    padding: 16px 48px 0 12px;
    color: #32302D;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    border-bottom: 1px solid #948F7B;
    background: #FFF;
    transition: 0.3s ease;
}

.input-holder .form-group .form-control:focus {
    border-color: #292522;
    box-shadow: none;
}

.input-holder .form-group .form-control:focus+.form-label {
    top: 14px;
    left: 10px;
    font-size: 11px;
    color: #32302D;
}

.input-holder .form-group .form-control:not(:placeholder-shown)+.form-label {
    top: 14px;
    left: 10px;
    font-size: 11px;
}

.input-holder .form-group .form-control::-webkit-input-placeholder {
    color: #867F6C;
}

.input-holder .form-group .form-control:-moz-placeholder {
    color: #867F6C;
    opacity: 1;
}

.input-holder .form-group .form-control::-moz-placeholder {
    color: #867F6C;
    opacity: 1;
}

.input-holder .form-group .form-control:-ms-input-placeholder {
    color: #867F6C;
}

.input-holder .form-group .form-control::-ms-input-placeholder {
    color: #867F6C;
}

.input-holder .form-group .form-control::placeholder {
    color: #867F6C;
}

.input-holder .form-group .form-control[type=number]::-webkit-outer-spin-button,
.input-holder .form-group .form-control[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-holder .form-group .form-label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    padding: 0 4px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    color: #867F6C;
    font-size: 16px;
    font-weight: 500;
}

.input-holder .form-group .icon-lupa {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-holder.left-icon .form-group .form-control {
    padding-left: 48px;
}

.input-holder.left-icon .form-group .form-control:focus {
    border-color: #292522;
    box-shadow: none;
}

.input-holder.left-icon .form-group .form-control:focus+.form-label {
    left: 45px;
}

.input-holder.left-icon .form-group .form-control:not(:placeholder-shown)+.form-label {
    left: 45px;
}

.input-holder.left-icon .form-group .form-label {
    left: 47px;
}

.input-holder.alert .form-group .form-control {
    border-color: #F4BA44;
}

.input-holder.alert .form-group .form-control:focus {
    border-color: #F4BA44;
}

.input-holder.alert .form-group .form-control:focus+.form-label {
    color: #F4BA44;
}

.input-holder.alert .form-group .form-label {
    color: #F4BA44;
}

.input-holder.error .form-group .form-control {
    border-color: #D0433F;
}

.input-holder.error .form-group .form-control:focus {
    border-color: #D0433F;
}

.input-holder.error .form-group .form-control:focus+.form-label {
    color: #D0433F;
}

.input-holder.error .form-group .form-label {
    color: #D0433F;
}

/*# sourceMappingURL=estiloLpGigaHomeOffice.css.map */