.banner {
    background-image: url(../images/banner-1.webp);
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1077px;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 94px;
}

.banner .banner-text-wrapper {
    width: 80%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.banner .banner-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
}

.banner .banner-text {
    width: 47%;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}

.proposta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #500462;
    gap: 16px;
    border-radius: 10px;
    padding: 12px 24px;
    animation: pulse 1.5s ease-in-out infinite;
    
}

.proposta-wrapper .proposta {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: white;
}

.proposta-wrapper svg {
    width: 18px;
    height: 18px;
    fill: white;
}

.lei {
    background-color: #2A0233;
    padding-bottom: 30px;
}

.lei .container .left-right-container .left {
    width: 31%;
}

.lei .container .left-right-container .left .lei-title{
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.lei .container .left-right-container .left .descricao-lei {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.lei .container .left-right-container img {
    width: 100%;
    max-width: 738px;
}

.descricao-lei span {
    color: #ae4fc5;
}

.lei .container .left-right-container .right {
    width: calc((100% - 50px) - 31%);
}

.lei-features {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.lei-features .feature {
    width: calc((100% - 60px) / 4);
    height: 250px;
    padding: 50px;
    background-color: #3B0448;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 30px;
    transition: all .3s;
}
.lei-features .feature:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.lei-features .feature svg {
    width: 70px;
    height: 70px;
}

.lei-features .feature p.feature-text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: white;
}

.lei .proposta-wrapper {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.plano {
    padding-bottom: 60px;
}

.plano .plano-wrapper {
    margin-top: 10px;
    padding: 50px;
    background-color: #F4F4F4;
    border-radius: 30px;
}

.plano-wrapper .plano-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: #500462;
    width: 40%;
    margin-bottom: 20px;
}

.plano-wrapper .plano-text {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #500462;
    width: 48%;
    line-height: 1.5;
}

.plano-wrapper .plano-features {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.plano-wrapper .plano-features .feature {
    width: calc((100% - 60px) / 4);
    background-color: #500462;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}

.plano-wrapper .plano-features .feature img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
}

.plano-wrapper .plano-features .feature .feature-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
}

.plano .proposta-wrapper {
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
}

.marketing {
    background: #2A0233;
}

.marketing .container .left-right-container {
    align-items: center;
}

.marketing .container .left-right-container .right {
    width: 38%;
}

.marketing .left-right-container .left {
    width: calc((100% - 50px) - 38%);
}

.marketing .left-right-container .right .marketing-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 20px;
    width: calc(100% - 44px);
}

.marketing .left-right-container .right .marketing-text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}


.marketing .left-right-container .left .swiper {
    width: auto;
    height: 573px;
}

.marketing .left-right-container .left .swiper .custom-prev,
.marketing .left-right-container .left .swiper .custom-next {
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: transform 0.3s;
}
.marketing .left-right-container .left .swiper .custom-prev:hover,
.marketing .left-right-container .left .swiper .custom-next:hover {
    transition: transform 0.3s;
    transform: scale(1.3);
}

.marketing .left-right-container .left .swiper .custom-prev svg,
.marketing .left-right-container .left .swiper .custom-next svg {
    width: 100%;
    height: 100%;
    fill: #fff; /* cor do ícone */
}

.marketing .left-right-container .left .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketing .left-right-container .left .swiper .swiper-slide .card {
    background-color: #3B0448;
    padding: 25px;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.marketing .left-right-container .left .swiper .swiper-slide .card .card-text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.marketing .left-right-container .left .swiper .swiper-slide .card .card-text span {
    color: #d078e5;
    font-weight: 800;
}

.marketing .left-right-container .left .swiper .swiper-slide .card .proposta-wrapper {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 24px;
}

.marketing .left-right-container .left .swiper .swiper-slide .card .proposta-wrapper .proposta {
    font-size: 16px;
    font-weight: 600;
    color: #2A0233;

}

.marketing .left-right-container .left .swiper .swiper-slide .card .proposta-wrapper svg {
    fill: #2A0233;
}

.marketing .tabela .tabela-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 40px;
    color: white;
}

.marketing .tabela {
    border-radius: 12px;
    overflow: hidden;
}

.marketing .tabela table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 20px 25px -5px rgba(76, 0, 102, 0.2), 0 10px 10px -5px rgba(76, 0, 102, 0.1);
    margin-bottom: 100px;
}

.marketing .tabela table thead {
    background: linear-gradient(135deg, #4c0066 0%, #6b0091 100%);
    color: white;
    font-weight: 700;
    font-size: 17px;
    border-bottom: none;
}

.marketing .tabela table thead th {
    padding: 20px 24px;
    text-align: left;
    font-weight: bold;
}

.marketing .tabela table tbody tr {
    border-bottom: 1px solid #ddd;
}

.marketing .tabela table tbody tr:nth-child(odd) {
    box-shadow: inset 4px 0 0 purple;
    background: #f4f4f4;
}

.marketing .tabela table tbody td {
    padding: 20px 24px;
}

.marketing .tabela table .price-row {
    background: linear-gradient(135deg, #4c0066 0%, #ae4fc5 100%) !important;
    color: white;
    font-weight: bold;
    border: none !important;
}

.marketing .tabela table .price-row td {
    padding: 24px;
}

.marketing .tabela table .included {
    color: #00a651;
    font-weight: bold;
}

.marketing .tabela table .not-included {
    color: #e53935;
    font-weight: bold;
}

.marketing .tabela table .optional {
    color: #666;
    font-weight: bold;
}

.marketing .tabela table .icon {
    margin-right: 6px;
}

.valor {
    background-image: url(../images/banner_hero_6.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 482px;
}

.valor .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
}

.valor .container .wrapper {
    background-color: #5F306D8F;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 74px;
    width: 50%;
}

.valor .container .wrapper p {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}

.cases {
    padding: 30px 0;
    overflow: visible;
}

.cases .left-right-container .left {
    width: calc(45% - 50px);
}

.cases .left-right-container {
    align-items: center;
}

.cases .left-right-container .left .cases-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 58px;
    color: #2A0233;
    width: 73%;
    margin-bottom: 20px;
}
.cases .left-right-container .left .cases-title span {
    font-weight: bolder;
    color: #ae4fc5;
}

.cases .left-right-container .left .proposta-wrapper {
    width: fit-content;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
}

.cases .left-right-container .right {
    width: 55%;
}

.cases .left-right-container .right .case {
    height: 100%;
    position: relative;
}

.cases .left-right-container .right .case img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cases .left-right-container .right .case p.case-text {
    position: absolute;
    bottom: 90px;
    padding: 0 25px;
    font-weight: 400;
    color: #FFFFFF;
}

section.leads {
    background-image: url(../images/banner_formulario.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 696px;
}

.leads .container {
    height: 100%;
}

.leads .container .left-right-container {
    height: 100%;
    align-items: center;
}

.leads .container .left-right-container .left {
    width: calc(43% - 50px);
}

.leads .container .left-right-container .left .lead-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.leads .container .left-right-container .left .lead-text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--white);
    width: 60%;
}

.leads .container .left-right-container .right {
    width: calc(100% - 43%);
    background-color: #AE4FC5;
    mix-blend-mode: hard-light;
    border-radius: 25px;
    padding: 50px 40px;
}

.wpcf7-form .form-empresas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form .form-empresas .grid-2 {
    width: 100%;
}

.wpcf7-form .form-empresas .grid-2{
    width: 100%;
    display: flex;
    gap: 10px;
}

.wpcf7-form .form-empresas .grid-2 .wpcf7-form-control-wrap:first-child {
    width: 60% !important;
}

.grid-2 .wpcf7-form-control-wrap{
    width: calc((100% - 10px) - 60%) !important;
}


.wpcf7-form .form-empresas .grid-3{
    width: 100%;
    display: flex;
    gap: 10px;
}

.grid-3 .wpcf7-form-control-wrap{
    width: calc((100% - 20px) / 3) !important;
}

.wpcf7-submit {
    width: 40%;
    border: none;
    background-color: #500462;
    color: var(--white);
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}
.wpcf7-submit:hover {
    transition: all .3s;
    transform: scale(1.1);
}

.wpcf7-submit svg {
    height: 16px !important;
    width: 16px !important;
    fill: var(--white) !important;
}

.wpcf7-form .form-empresas input {
    background-color: var(--white);
    border: 1px solid #69727d;
    color: #1f2124;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    padding: 8px;
    width: 100%;
}


input::placeholder {
    color: #AE4FC5;
}

.campo-aceite label {
    display: flex;
    align-items: center;
    gap: 20px;
}

.campo-aceite .wpcf7-form-control-wrap {
    width: fit-content;
}
.campo-aceite .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}

.campo-aceite .texto-lgpd {
    font-weight: 400;
    color: var(--white);
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-response-output {
    color: var(--white);
}

.wpcf7-response-output {
    display: none;
}

/* Container para alinhar botão e spinner */
.form-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* O Spinner estilo CF7 */
.loader {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3; /* Cor do fundo */
    border-top: 2px solid #555;  /* Cor do detalhe que gira */
    border-radius: 50%;
    display: inline-block;
    visibility: hidden; /* Escondido por padrão */
    animation: spin 0.8s linear infinite;
}

/* Classe que ativa o spinner */
.loader.is-active {
    visibility: visible;
}

/* Animação de rotação */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




/* Container do input de telefone */
.iti {
    width: 100%;
    display: block;
    --iti-path: "https://cdn.jsdelivr.net/npm/intl-tel-input@26.7.6/build/";
}

/* Força a lista de países a flutuar sobre o formulário */
.iti__dropdown-content {
    position: absolute;
    z-index: 9999 !important;
    background: white !important;
    color: #333 !important;
    border: 1px solid #ccc;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    max-height: 200px;
    overflow-y: auto;
}

/* Remove as bolinhas da lista que o seu tema está injetando */
.iti__country-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.iti__country {
    display: flex;
    align-items: center;
    padding: 8px 10px;
}

/* Corrige o quadrado vazio da bandeira */
.iti__flag {
    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
}
.iti__search-icon, .iti__selected-dial-code {
    display: none !important;
}




@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }

    .lei .left-right-container .left, .lei .left-right-container .right{
        width: 100%;
    }

    .lei .left-right-container .right {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    .lei .lei-features {
        padding: 50px 0px !important;
        flex-wrap: wrap;
    }

    .lei .lei-features .feature {
        width: calc((100% - 20px) / 2);
    }

    .plano-wrapper .plano-title, .plano-wrapper .plano-text {
        width: 100%;
    }

    .plano-wrapper .plano-features .feature {
        width: calc((100% - 20px) / 2);
    }


    .cases {
        padding: 40px 20px !important;
    }

    .swiper-slide.swiper-slide-active .case img {
        width: 100%;
    }

    .cases .left-right-container .left .cases-title {
        width: 100%
    }

}

@media (max-width: 768px) {
    .banner .banner-text-wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .banner .banner-text-wrapper .banner-title,
    .banner .banner-text-wrapper .banner-text {
        width: 100%;
    }

    .lei .container .left-right-container .left,
    .lei .container .left-right-container .right {
        width: 100%;
    }

    .leads .container .left-right-container .left .lead-text {
        width: 100%;
    }
}

@media (max-width: 480px) {
    header .cabecalho {
        display: none;
    }

    /* nav#menu-mobile.active {
        display: block;
    }

    nav#menu-mobile {   
        background: #2A0233;
        position: fixed;
        top: 0;
        right: 0%;
        width: 85vw;
        height: 100vh;
        transition: all 0.3s;
        overflow-y: scroll;
        z-index: 9999;
        max-width: 380px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);

    }  

    .mobile {
        position: fixed;
        padding: 13px 6px;
        right: 10px;
        top: 10px;
        z-index: 997;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
    } */

    .lei .left-right-container .right img {
        max-width: 100%;
    }

    .lei-features {
        flex-wrap: wrap;
    }

    .lei-features .feature {
        width: calc((100% - 40px) / 2);
    }

    .proposta-wrapper {
        width: fit-content;
        max-width: 440px;
    }
    .proposta-wrapper .proposta {
        font-size: 17px;
    }

    .marketing .container .left-right-container .right, 
    .marketing .container .left-right-container .left {
        width: 100%;
    }
    .marketing .left-right-container .right {
        margin-top: 50px;
    }

    .marketing .tabela table thead th {
        padding: 10px;
        text-align: left;
        font-weight: bold;
    }


    .valor .container .wrapper {
        width: 100%;
    }

    .valor .container {
        justify-content: center;
        align-items: center;
    }
    
    .valor .container .wrapper {
        margin: 0;
    }

    .cases .left-right-container .left {
        width: 100%;
    }

    .cases .left-right-container .right {
        width: 100%;
    }

    .leads .container .left-right-container .left,
    .leads .container .left-right-container .right {
        width: 100%;
    }


    .marketing .left-right-container {
        margin-bottom: 50px;
    }

    .marketing .left-right-container .left .swiper {
        height: auto;
    }
    
    .leads {
        height: auto !important;
        padding: 40px 0;
    }

}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 2px rgba(174, 79, 197, 0.6);
  }

  50% {
    transform: scale(1.05);
    opacity: 0.9;
    box-shadow: 0 0 12px rgba(174, 79, 197, 0.6);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 2px rgba(174, 79, 197, 0.6);
  }
}