.bodyLiberi {
    background-color: #F5F5DC;
}

.headerLiberi {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 20px;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
}

.headerLinks {
    display: flex;
    align-items: center;
    gap: 40px;
}

.titleLinks {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #0D8A3E;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.titleLinks:hover {
    font-size: 18px;
    font-weight: 500;
    color: #F9921F;
}

.logoLiberi {
    width: 150px;
}

.sectionAbout {
    display: flex;
    align-items: center;
}

.sectionMain {
    padding: 30px;
    margin: 30px 60px;
    border: 3px solid #F9921F;
    border-radius: 16px;
}

.containerIconTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trophyIcon {
    width: 70px;
    height: 70px;
}

.titleMain {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.textMain {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #444;
}

.imageLetNani {
    width: 50%;
    max-width: 400px;
    align-items: center;
    padding-bottom: 60px;
    padding-right: 50px;
    border-radius: 50%;
}

.facebookHomeButton {
    display: flex;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    padding-bottom: 20px;
}

.sectionBanks {
    background-color: #ffffff;
    padding: 60px;
}

.footerSection {
    padding: 20px 10px;
    background-color: #F5F5DC;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.titleFooter {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding-bottom: 8px;
    text-decoration: none;
    color: #000000;
}

.contactFooter {
    display: flex;
    flex-direction: column;
}

.socialMedia {
    width: 30px;
    padding-right: 5px;
    text-decoration: none;
}

.socialMedia:hover {
    width: 35px;
}

.banksContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
    gap: 10px;
}

.simulateButton {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.textSimulateButton {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    width: 200px;
    height: 55px;
    border-radius: 50px;
    border: none;
    background-color: #F9921F;
    cursor: pointer;
}

.textSimulateButton:hover {
    background-color: #0D8A3E;
    color: #000000;
}

.textBanks {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.bankLogo {
    width: 110px;
    padding: 0 30px 0 20px;
}

.bankLogo:hover {
    width: 120px;
}

.sectionAvaliacoes {
    text-align: center;
    margin: 60px 0;
}

.heartIcon {
    width: 30px;
}

.titleAssessment {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin: 60px 0 20px;
}

.textFavorite {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 20px 0;
    color: #000000;
    font-weight: 600;
}

.carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.carousel-img {
    width: 300px;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #F9921F;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.carousel-img:hover {
    width: 300px;
    height: 480px;
}

.carousel-btn {
    color: #000000;
    background-color: #F5F5DC;
    border: none;
    font-size: 20px;
    padding: 10px 35px;
    cursor: pointer;
}

.carousel-btn:hover {
    background: #0D8A3E;
    border-radius: 16px;
}

.footerLogo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}

.privacyPolicy {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    color: #000000;
    text-decoration: none;
}

.privacyPolicy:hover {
    color: blue;

}

.carousel-indicators {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
}

.indicator-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicator-dot.active {
    background-color: #0D8A3E;
}

.faq-section {
    background-color: #F5F5DC;
    padding: 5px 20px;
    border-radius: 40px;
    margin: 40px 30px;
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    width: 50%
}

.faq-title {
    text-align: center;
    font-size: 25px;
    color: #000000;
    margin-bottom: 10px;
}

.faq-subtitle {
    text-align: center;
    font-size: 15px;
    color: #444;
    margin-bottom: 30px;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
}

.faq-icon {
    margin-right: 10px;
}

.faq-toggle {
    font-size: 15px;
    color: #000000;
}

.faq-toggle:hover {
    color: #0D8A3E;
}

.faq-answer {
    padding: 0 20px 15px;
    display: none;
    color: #444;
    font-size: 14px;
}

.faq-cta {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-cta a {
    color: #0D8A3E;
    font-weight: bold;
    text-decoration: none;
}

.faq-cta a:hover {
    font-weight: 500;
    color: #F9921F;
}

.sectionFaq {
    display: flex;
    background-color: #FFFFFF;
    padding: 0 50px;
    justify-content: center;
}

/* .imageLetNani2 {
    width: 50%;
    max-width: 400px;
    border-radius: 50%;
    padding-bottom: 100px;
    margin: 20px auto;
} */

.faqInterrogacao {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.faqIcon {
    width: 30px;
    padding-left: 8px;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.whatsapp-icon {
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    animation: pulse 2s infinite;
    transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.textFooter {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    color: #000000;
}

#btn-topo {
    position: fixed;
    bottom: 100px;
    right: 30px;
    padding: 10px 15px;
    font-size: 30px;
    background-color: transparent;
    color: #0D8A3E;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: none;
}

#btn-topo:hover {
    background-color: #27ae60;
}

@media (max-width: 1059px) {
    .headerLiberi {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .headerLinks {
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
    }

    .logoLiberi {
        width: 200px;
    }

    .sectionAbout {
        flex-direction: column;
    }

    .imageLetNani {
        width: 80%;
        padding-bottom: 50px;
        padding-right: 0;
    }

    .sectionMain {
        padding: 20px;
        margin: 0 20px;
    }

    .titleMain {
        font-size: 30px;
    }

    .textMain {
        font-size: 18px;
    }

    .sectionBanks {
        padding: 50px 20px;
    }

    .textBanks {
        font-size: 24px;
    }

    .bankLogo {
        width: 120px;
        padding: 0 15px 0 10px;
    }

    .carousel-img {
        width: 300px;
        height: 450px;
    }

    .faq-section {
        padding: 15px 20px;
        width: 90%;
    }

    .faq-title {
        font-size: 24px;
    }

    .faq-subtitle {
        font-size: 18px;
    }

    .faq-question {
        font-size: 18px;
    }

    .faq-answer {
        font-size: 18px;
    }
}

.hamburger {
    display: none;
    font-size: 40px;
    background: none;
    border: none;
    cursor: pointer;
    color: #0D8A3E;
    z-index: 1000;
}

@media (max-width: 768px) {
    .headerLiberi {
        flex-direction: row;
        justify-content: space-between;
    }

    .hamburger {
        display: block;
        margin: 10px 30px;
    }

    .headerLinks {
        display: none;
        flex-direction: column;
        background-color: #ffffff;
        position: absolute;
        top: 80px;
        right: 30px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .headerLinks.active {
        display: flex;
    }

    .titleLinks {
        font-size: 20px;
    }

    .sectionMain {
        margin-top: 20px;
    }

    .sectionFaq {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .footerSection {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .titleFooter {
        font-size: 16px;
        text-decoration: none;
    }

    .privacyPolicy {
        font-size: 12px;
    }

    .textFooter {
        font-size: 12px;
    }

    .whatsapp-icon {
        width: 50px;
    }

    .btn-topo {
        width: 20px;
    }

    .socialMedia {
        width: 30px;
    }

    .carousel {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        display: flex;
        flex-direction: row;
        gap: 20px;
        padding: 20px;
    }

    .carousel-img {
        flex: 0 0 100%;
        scroll-snap-align: center;
        width: 50%;
        height: auto;
        border-radius: 12px;
    }

    .carousel-btn {
        display: none;
        /* Esconde os botões em telas pequenas */
    }

    .logoLiberi {
        width: 150px;
    }

    .titleMain {
        font-size: 20px;
    }

    .textMain {
        font-size: 16px;
    }

    .trophyIcon {
        display: none;
    }

    .simulateButton {
        padding-top: 0;
    }

    .textSimulateButton {
        width: 175px;
        height: 50px;
        font-size: 16px;
    }

    .sectionBanks {
        padding: 30px 10px;
    }

    .textBanks {
        font-size: 20px;
        padding: 0;
    }

    .bankLogo {
        width: 100px;
        padding: 0 10px 0 5px;
    }

    .sectionAvaliacoes {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .titleAssessment {
        font-size: 20px;
        margin: 0;
        padding-bottom: 10px;
    }

    .heartIcon {
        width: 30px;
    }
    .textFavorite {
        font-size: 16px;
        padding: 0;
    }

    .faq-section {
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .faq-title {
        font-size: 20px;
    }

    .faqIcon {
        width: 30px;
    }

    .faq-subtitle {
        font-size: 16px;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-cta {
        font-size: 16px;
    }

    .imageLetNani2 {
        margin: 0;
        padding-bottom: 20px;
    }

    #btn-topo {
        display: none !important;
    }
}

a{
    text-decoration: none;
}

