.sucesso{
    text-align: center;
    background-color: #0e9a0e;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.nossos-numeros{
    font-size: 2em;
    font-weight: 700;
    padding-bottom: 9px;
    line-height: 30px;
    color: #08266f;
    text-align: center;
}

.tit_sec_v2{
    font-size: 2.2em;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 24px;
    color: #08266f;
    width: 100%;
    font-weight: 600;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}

.tit_selo {
    font-size: 2.2em;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 24px;
    color: #08266f;
    width: 100%;
    font-weight: 600;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}


.sub_tit_selo {
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 24px;
    color: #ff850c;
    width: 100%;
    font-weight: 600;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}

.selos{
    margin-top: 500px;
}

.img-imprensa-01, .img-imprensa-02, .img-imprensa-05{
    width:60%;
    max-width:700px;
    margin-bottom:10px;
}


.img-imprensa-04{
    width:60%;
    margin-bottom:10px;
}

@media (max-width: 768px) {
    .img-imprensa-01, .img-imprensa-02, .img-imprensa-03, .img-imprensa-04, .img-imprensa-05{
        width:100%;
    }

}

.faq-item.hidden {
    display: none;
}

.faq-section {
    background-color: #e4e4e4;
    padding: 10px 0 40px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.faq-title {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 1px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
}
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}
.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 14px;
    box-shadow: 0 2px 12px #0001;
    overflow: hidden;
    border: 1px solid #e0e8ef;
}
.faq-question {
    cursor: pointer;
    padding: 22px 60px 22px 28px;
    font-weight: 600;
    color: #0b244d;
    position: relative;
    transition: background 0.2s;
}
.faq-question:hover {
    background: #eaf4fb;
}
.faq-question .faq-icon {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    color: #1d82c4;
    transition: transform 0.3s;
}
.faq-answer {
    padding: 0 28px 22px 28px;
    color: #333;
    display: none;
    animation: fadeIn 0.4s;
}
.faq-item.active .faq-answer {
    display: block;
}
.faq-item.active .faq-question .faq-icon {
    transform: translateY(-50%) rotate(180deg);
}


.faq-show-more{
    background-color: #08266f;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 7px;
    border-radius: 8px;
    bottom: -17px;
    width: 140px;
    border: 0px;
    font-size: 13px;
    text-align: center;
}

.page-faq-section {
    text-align: left;
    background-color: unset;
    padding: 0px 0 40px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.page-faq-answer {
    padding: 0 28px 22px 28px;
    color: #333;
    display: block;
    animation: fadeIn 0.4s;
}

.faq_esp_espcol {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    background-color: #e4e4e4;
    padding-top: 40px;
}



.faq-search {
    margin: 20px auto;
    text-align: center;
    position: relative;
    width: 100%;
}

.faq-search input {
    width: 80%;
    padding: 12px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.faq-search input:focus {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    outline: none;
}

.faq-search input::placeholder {
    color: #aaa;
    font-style: italic;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (max-width: 600px) {
    .faq-accordion {
        padding: 0 8px;
    }
    .faq-title {
        font-size: 1.6rem;
        line-height: 40px;
    }
    .faq-question {
        padding: 18px 44px 18px 16px;
    }
    .faq-answer {
        padding: 0 16px 18px 16px;
    }
}