

body {
    margin: 0!important;
    padding: 0!important;
    overflow-x: hidden!important;
    font-family: "League Spartan", serif!important;
    font-optical-sizing: auto!important;
    font-style: normal!important;
}

.logo {
    height: 45px;
}

.logo:hover {
    cursor: pointer;
}

.navbar {
    padding: 18px 0!important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
    background-color: #fff;
}

.container-fluid-navbar {
    width: 85%!important;
}

.navbar-button-item {
    color: #15332C;
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    margin: 0 20px;
}

.navbar-button-item:hover {
    color: #091613;
    font-weight: 600; 
}

.navbar-button-cta {
    background-color: #EADE00;
    height: 55px;
    color: #15332C;
    border-radius: 50px;
    padding: 0 25px;
    font-size: 24px;
    font-weight: 500;
    border: none;
    margin: 0 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
}

.navbar-button-cta:hover {
    background-color: rgb(255, 242, 0);
    color: #091613;
    padding: 2px 27px;
}

#form-overlay {
    display: none;
}

.form-overlay {
    width: 100vw!important;
    height: 100vh!important;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.40);
    top: 0;
    z-index: 9999999;
}

#mainForm {
    background-color: #fff;
    height: 680px;
    width: 400px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 35px;
    padding: 30px;
    position: fixed;
    top: 15%;
    right: 7%;
}

#form_plano_1 {
    display: block;
}

.form-title {
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    line-height: normal;
    padding-top: 5px;
}

.form-header-parent {
    display: inline-flex;
}

.close-form-button {
    background: none;
    border: none;
    color: #15332C;
    font-weight: 700;
    margin-top: -50px;
}

.input-title {
    margin-bottom: 2px;
    color: #15332c;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    margin-top: 20px;
}

.input-field {
    height: 40px;
    width: 100%;
    border: 2px solid #698982;
    border-radius: 13px;
    padding: 10px;
    padding-bottom: 0;
}

input::placeholder {
    font-style: italic;
    text-decoration: underline;
    opacity: 0.5;
}

.check-text {
    line-height: normal;
    font-weight: 600;
    font-size: 15px;
}

#checkForm {
    height: fit-content; 
    margin-right: 3px;
}

.form-submit-button {
    width: 100%;
    margin: 0;
}

.spinner-border {
    color: #EADE00!important;
    margin: auto!important;
    margin-top: 45vh!important;
    scale: 2!important;
}

.banner-image {
    width: 100vw;
}

.benefits {
    padding: 50px 0;
}

.benefits-title {
    color: #15332C;
    text-align: center;
    font-weight: 700;
}

.benefits-carousel {
    padding: 50px!important;
} 

.benefits-carousel-item {
    width: 100%;
    height: 350px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15), -1px -1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 25px;
}

.benefits-carousel-image-parent {
    display: flex;
}

.benefits-carousel-image {
    width: 30%;
    margin: 0 auto;
}

.benefits-carousel-title {
    font-size: 24px;
    line-height: normal;
    margin: 18px 0;
    text-align: center;
    color: #15332c;
    font-weight: 700;
}

.benefits-carousel-text {
    text-align: center;
}

.free-trial-parent {
    display: flex;
    margin-top: 20px;
}

.free-trial {
    display: flex;
    margin: 0 auto;
}

.free-trial-text {
    color: #15332C;
    text-align: center;
    font-weight: 700;
    margin: auto;
}

.functions {
    padding: 50px 0;
    padding-bottom: 25px;
    background-color: #15332C;
}

.functions-title {
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.functions-carousel-parent {
    display: flex;
}

.functions-carousel {
    padding: 50px!important;
} 

.functions-carousel-item {
    width: 100%;
    height: 200px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15), -1px -1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 20px;
    background-color: #EADE00;
}

.functions-carousel-image-parent {
    display: flex;
}

.functions-carousel-image {
    width: 30%;
    margin: 0 auto;
}

.functions-carousel-title {
    font-size: 24px;
    line-height: normal;
    margin: 18px 0;
    text-align: center;
    color: #15332c;
    font-weight: 700;
}

.functions-carousel-text {
    text-align: center;
}

.functions-text {
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.plans {
    padding: 50px 0;
}

.plans-title {
    color: #15332C;
    text-align: center;
    font-weight: 700;
}

.plans-carousel {
    padding: 50px!important;
} 

.plans-carousel-item {
    width: 100%;
    /*height: 840px;*/
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15), -1px -1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 25px;
    background-color: #fff;
}

.plans-carousel-image-parent {
    display: flex;
}

.plans-carousel-image {
    width: 30%;
    margin: 0 auto;
}

.plans-carousel-title {
    font-size: 30px;
    line-height: normal;
    margin: 10px 0;
    text-align: center;
    color: #15332c;
    font-weight: 700;
}

.plans-carousel-text {
    text-align: center;
    line-height: normal;
    color: #15332C;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 0 10px;
}

.plans-content-image-parent {
    display: flex;
    margin-bottom: 25px;
}

.plans-content-image {
    margin: 0 auto;
    width: 100%;
}

.plan-cta {
    margin: 0 auto!important;
}

.best-option {
    width: 100%;
    background-color: #548176;
    padding: 15px;
    border-radius: 25px;
}

.best-option-text {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.footer {
    width: 100vw;
    background-color: #15332C;
    position: absolute;
    display: flex;
}

.footer-text {
    color: #fff;
    margin: auto;
    padding: 10px;

}

.form-success {
    display: flex;
}

.container-success-page {
    padding: 20%;
    padding-top: 15%;
    padding-bottom: 0;
}

.benefits-success-page {
    padding: 100px;
}

.faq {
    padding: 50px 0;
    display: flex;
}

.accordion {
    margin: 0 auto;
    width: 80%;
}

.accordion-button:collapsed {
    color: #091613;
}

.accordion-button:not(.collapsed) {
    background-color: #548176!important;
    color: #fff!important;
}

.accordion-item {
    background-color: #f6f6f6 !important;
}


@media screen and (min-width: 1200px) {
    .not-best-option {
        margin-top: 80px!important;
    }
    .best-option {
        margin-top: -20px;
    }
}

.navbar-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Escondendo os links do menu em telas pequenas */
.navbar-button-item {
    display: inline-block;
    padding: 10px;
}

/* Ícone do hambúrguer */
.navbar-hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
}

.navbar-hamburger div {
    background-color: #333;
    height: 3px;
    width: 100%;
}

/* Menu retrátil em telas pequenas */
@media (max-width: 768px) {
    .accordion {
        margin: 0 auto;
        width: 100%;
    }
    .container-success-page {
        padding: 20%;
        padding-top: 15%;
        padding-bottom: 0;
    }
    
    .benefits-success-page {
        padding: 0;
    }
    .navbar-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-button-item {
        display: none;
        padding: 10px;
        width: 100%;
    }

    .navbar-hamburger {
        display: flex;
    }

    .navbar-buttons.active .navbar-button-item {
        display: block;
        align-items: center;
    }

    .menu {
        width: 95%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .free-trial {
        display: inline-block;
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
    }
    .free-trial-text {
        margin-bottom: 5px;
    }
    .plans-title {
        padding: 0 10% 0 10%;
    }
    .functions-carousel-item {
        height: auto;
    }
    .benefits-title {
        padding: 0 10% 0 10%;
    }
    .navbar {
        width: 100vw!important;
    }
}

