
.global {
    overflow: inherit;
}

#contador-wrapper {
    width: 100%;
    color: var(--bs-primary);
    background: #0DEDD2;
    height: 80px;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

div#contador {
    position: relative;
}
div#dias::after {
    content: 'DIAS';
    position: absolute;
    top: 32px;
    font-size: 10px;
}
div#horas::after {
    content: 'HORAS';
    position: absolute;
    top: 32px;
    font-size: 10px;
}
div#minutos::after {
    content: 'MIN.';
    position: absolute;
    top: 32px;
    font-size: 10px;
}
div#segundos::after {
    content: 'SEG.';
    position: absolute;
    top: 32px;
    font-size: 10px;
}

.content-wrapper-contador {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
}

.counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

#contador {
    display: flex;
    align-items: center;
}

.contador-elemento {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    border-radius: 4px;
}

.contador-elemento-destaque {
    background: #fff;
    color: var(--bs-primary);
    font-weight: bold;
    width: 30px;
    height: 30px;
}

.contador-elemento-separador {
    margin: 0 5px;
}

.btn-contador {
    color: white;
    background-color: var(--bs-primary);
    padding: 10px 20px;
    border: none;
}

.btn-contador:hover {
    color: white;
    background-color: #1b03ad;
}

.banner-campanha-desktop {
    display: flex;
    padding: 50px 0px 50px 0;
    margin-bottom: 16px;
    gap: 40px;
    background-color: var(--bs-primary);
}

.banner-campanha-mobile {
    display: flex;
    padding: 50px 0px;
    margin-bottom: 16px;
    gap: 40px;
    background-color: var(--bs-primary);
}

.banner-campanha-desktop h1 {
    color: #ffffff;
    font-size: 3.9rem;
    font-weight: 400;
    line-height: -1px;
}

.banner-campanha-desktop .left-side {
    width: 40%;
}

.descubra-como-button {
    border: none;
    background: #46F5E0;
    padding: 10px 20px;
    border-radius: 15px;
    color: var(--bs-primary);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 3px;
}

.banner-campanha-desktop img {
    width: 100%;
}

.banner-campanha-mobile {
    display: none;
}

.sobre-oferta {
    display: flex;
    margin: 70px auto;
}

.sobre-oferta .left-side img {
    width: 30rem;
}

.sobre-oferta .left-side {
    width: 100%;
}

.sobre-oferta .right-side .target {
    border: 1px solid #000;
    width: fit-content;
    padding: 3px 15px;
    border-radius: 30px;
    margin: 10px 0;
}

.plano_oferta {
    background-color: var(--bs-primary);
    color: #fff;
}

.plano_container {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    width: 100%;
    gap: 4rem;
    align-items: center;
}

.plano {
    width: 40%;
}
.plano .card {
    color: #3F3F3F;
    border: 0;
    border-radius: 30px;
    box-shadow: 0px 15px 32px 0px rgba(206, 165, 253, 0.13);
    height: 455px;
    width: 75%;
    margin-left: 30px;
}

.plano_desconto_destaque {
    background-color: #FF00E0;
    color: #fff;
    padding: 8px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    width: fit-content;
    margin: 10px 0;
    font-size: 13px;
}

.implantacao_free {
    background-color: #FF00E0;
    color: #fff;
    padding: 7px 11px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.plano_desconto_destaque span {
    color: var(--bs-primary);
}

.plano_beneficios {
    width: 60%;
    height: 400px;
}

.plano_beneficios .list-label {
    font-size: 16px;
}

.plano_beneficios ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: wrap;
    gap: 8px;
    height: 80%;
}

.plano_beneficios ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.plano_beneficios ul li::before {
    content: "";
    background: url(../assets/images/check.svg) no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 11px;
    display: inline-block;
}

.plano .card-body {
    padding: 67px 25px 42px !important;
    align-content: center;
}
.plano .card .btn-md {
    padding: 12px 40px;

}
.implantacao p {
    padding: 0;
    margin: 0;
}

.plan-price-group {
    margin: 5px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}

.plan-price .h2,
.plan-price .price-implantacao {
    color: var(--bs-primary);
    margin: 0;
    position: relative;
}
.plan-price .price-implantacao {
    font-size: 23px;
    padding: 0 5px;
}
.plan-label {
    color: #033B35;
    font-weight: 600;
    padding: 10px 0 6px;
}

.marquee {
    width: 100%;
    height: 50px;
    background-color: blue;
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.marquee-content {
    display: inline-block;
}

@media (max-width: 991px) {
    #mensagem {
        font-size: 12px;
    }
    .content-wrapper-contador {
        gap: 10px;
    }
    .btn-contador {
        padding: 5px 10px;
        white-space: nowrap;
    }

    .functionalities {
        padding: 0px 0 55px 0;
    }

    .functionalities h2.h2 {
        margin-bottom: 30px !important;
    }
}

@media (min-width: 992px) {
    .hero {
        min-height: 550px;
    }

    .functionalities {
        padding: 60px 0 90px 0;
    }
}

@media (max-width: 768px) {
    .content-wrapper-contador {
        gap: 0;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .banner-campanha-desktop {
        display: none;
    }

    .sobre-oferta {
        flex-direction: column;
        gap: 20px;
        text-align: -webkit-center;
    }

    .sobre-oferta .left-side img {
        width: 90%;
    }

    .banner-campanha-mobile {
        display: block;
    }

    .banner-campanha-mobile img {
        width: 100%;
    }

    .plano_container {
        flex-direction: column;
        width: 85%;
    }

    .plano {
        width: 100%;
    }

    .plano_beneficios {
        width: 100%;
        height: 100%;
    }

    .plano .card {
        width: 100%;
        margin-left: 0;
    }
}

#funcionalidades h3.h4 {
    color: var(--bs-primary) !important;
}

@media (min-width: 769px) {
    .global {
        margin-bottom: 400px;
    }
}

@media (max-width: 768px) {
    .global {
        margin-bottom: 0;
    }

    .footer-content {
        padding-top: 40px !important;
    }

    #duvidas-frequentes {
        padding-bottom: 40px !important;
    }

    .footer-copyright {
        margin-bottom: 0 !important;
    }
}

.footer-solicitar-demonstracao,
.footer-parceiros,
.footer-links-site {
    display: none;
}

.footer-support {
    border-top: none !important;
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .content-wrapper {
        padding: 10px !important;
    }
}

@media (max-width: 400px) {
    .content-wrapper {
        padding: 20px !important;
    }
}

.depoimentos {
    padding: 0 0 50px 0;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin-top: 40px;
    color: #333;
}
.video-container {
    display: flex;
    justify-content: center;
    gap: 40px; /* Espaçamento entre os vídeos */
    margin: 40px 0;
}
.video-wrapper {
    border: 6px solid #0DEDD2;
    border-radius: 16px;
    overflow: hidden;
    width: 300px; /* Tamanho ideal para Shorts no desktop */
    height: 533px; /* Proporção 9:16 para Shorts no desktop */
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsividade para Mobile */
@media (max-width: 768px) {
    .video-container {
        flex-direction: column;
        align-items: center;
        gap: 20px; /* Menor espaçamento no mobile */
        padding: 0 20px; /* Adiciona padding nas laterais para não colar */
    }
    .video-wrapper {
        width: 100%; /* Largura total no mobile */
        height: auto; /* Altura automática para manter a proporção */
        aspect-ratio: 9 / 16; /* Mantém a proporção 9:16 */
    }
}

.lp-evento-m100k-oferta-exclusiva-conteudo h2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-evento-m100k-oferta-exclusiva-conteudo h2 img {
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {
    .lp-evento-m100k-oferta-exclusiva-conteudo h2 {
        font-size: 25px;
    }

    .lp-evento-m100k-oferta-exclusiva-conteudo h2 img {
        width: 33px;
        height: 33px;
    }
}
