body {
    background-color: #72a4d0;
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.btn-outline-light-custom {
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 50px;
    padding: 8px 24px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-outline-light-custom:hover {
    background-color: #ffffff;
    color: #72a4d0;
}

.btn-header-gradient {
    background: linear-gradient(to right, #3d91d9, #3476b3); 
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.8); 
    border-radius: 50px;
    padding: 10px 35px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: 0.3s;
    white-space: nowrap;
}

.btn-header-gradient:hover {
    background: linear-gradient(to right, #3476b3, #3d91d9);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    margin-left: 2rem;
}

.nav-link {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 0.95rem;
}

header {
    background-color: #72a4d0; 
}

.header-container {
    max-width: 1100px !important; 
    margin: 0 auto;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.btn-header-gradient {
    background: linear-gradient(180deg, #4696d9 0%, #3476b3 100%);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    padding: 17px 45px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: 0.3s ease;
}

.btn-header-gradient:hover {
    filter: brightness(1.1);
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-nav {
        margin-right: 1.5rem;
    }
}

.card-custom {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-control-custom, .form-select-custom {
    background-color: #f4f5f7;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 12px 16px;
    color: #495057;
    font-size: 0.95rem;
}

.form-control-custom::placeholder {
    color: #6c757d;
}

.form-control-custom:focus, .form-select-custom:focus {
    background-color: #ffffff;
    border-color: #387ec0;
    box-shadow: 0 0 0 0.2rem rgba(56, 126, 192, 0.25);
}

.btn-primary-custom {
    background-color: #387ec0;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
    color: white;
    transition: 0.3s;
}

.btn-primary-custom:hover {
    background-color: #2c6499;
}

.btn-carousel-control {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.btn-carousel-control:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.carousel-indicators-custom {
    position: static;
    margin: 0;
    display: flex;
    gap: 6px;
    align-items: center;
}

.carousel-indicators-custom button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background-color: #ffffff !important;
    opacity: 0.5 !important;
    border: none !important;
    text-indent: -999px;
    transition: all 0.3s ease;
    margin: 0 !important;
}

.carousel-indicators-custom button.active {
    width: 24px !important;
    border-radius: 10px !important;
    background-color: #f37b21 !important; 
    opacity: 1 !important;
}

.hero-image-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    max-height: 85vh; 
    pointer-events: none; 
}

.content-layer {
    z-index: 1; 
}

.secao-passos {
    background-color: #101c37; 
}

.text-laranja {
    color: #f39c12; 
}

.icone-passo {
    width: 70px;
    height: 70px;
    background-color: #f39c12;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2; 
}

.linha-conectora {
    position: absolute;
    top: 35px; 
    left: 16.66%; 
    width: 66.66%; 
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.btn-laranja-outline {
    background-color: #f39c12;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-laranja-outline:hover {
    background-color: #e67e22;
    color: #ffffff;
    transform: scale(1.05); 
}

.bg-white { 
    background-color: #ffffff; 
}

.btn-laranja {
    background-color: #f39c12;
    border: none;
    transition: 0.3s;
}

.btn-laranja:hover {
    background-color: #e67e22;
    color: white;
}

.carousel-cotacoes-track {
    overflow-x: auto;
    scroll-behavior: smooth; 
    scroll-snap-type: x mandatory; 
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.carousel-cotacoes-track::-webkit-scrollbar {
    display: none; 
}

.card-milhas {
    width: calc((100% - 72px) / 4); 
    scroll-snap-align: start; 
    border-radius: 20px !important;
    border: 1px solid #f2f2f2 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-milhas:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
}

@media (max-width: 991px) {
    .card-milhas {
        width: calc((100% - 48px) / 3); 
    }
}

@media (max-width: 768px) {
    .card-milhas {
        width: calc((100% - 24px) / 2); 
    }
}

@media (max-width: 576px) {
    .card-milhas {
        width: 100%; 
    }
}

.btn-carousel-gray {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #aeb6c1; 
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.btn-carousel-gray:hover {
    background-color: #8d95a0;
}

.carousel-indicators-custom button {
    background-color: #aeb6c1 !important;
}
.carousel-indicators-custom button.active {
    background-color: #f39c12 !important; 
}

.btn-tab-active {
    background-color: #f39c12 !important;
    color: #ffffff !important;
}

.btn-tab-inactive {
    background-color: #f5d7b5 !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.btn-tab-inactive:hover {
    background-color: #f39c12 !important;
    opacity: 0.8;
}

.fade-in-custom {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.img-diferenciais {
    min-height: 400px;
}

.icone-quadrado {
    width: 65px;
    height: 65px;
    background-color: #f39c12;
    border-radius: 16px; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icone-quadrado:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(243, 156, 18, 0.3) !important;
}

.card-depoimento {
    background-color: #26334d;
    border: none !important;
    border-radius: 16px !important;
    
    width: calc((100% - 48px) / 3); 
    
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

@media (max-width: 991px) {
    .card-depoimento {
        width: calc((100% - 24px) / 2); 
    }
}

@media (max-width: 768px) {
    .card-depoimento {
        width: 100%; 
    }
}

.card-ra1000 {
    background-color: #31405c; 
    max-width: 850px; 
    border: 1px solid rgba(255,255,255,0.05) !important;
}

.faixas-container {
    position: relative;
    height: 180px; 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -90px; 
    z-index: 10; 
}

.faixa {
    position: absolute;
    width: 110vw; 
    left: -5vw;
    padding: 12px 0;
    display: flex;
    align-items: center;
    overflow: hidden; 
    box-shadow: 0 5px 25px rgba(0,0,0,0.3); 
    font-weight: 700;
    color: #ffffff;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.faixa-laranja {
    background-color: #f39c12;
    transform: rotate(2.5deg); 
    z-index: 1;
}

.faixa-azul {
    background-color: #387ec0;
    transform: rotate(-2.5deg); 
    z-index: 2; 
}

.faixa-track {
    display: flex;
    white-space: nowrap; 
    width: max-content;
    animation: scrollFaixa 30s linear infinite; 
}

.faixa-track.reverse {
    animation-direction: reverse;
}

@keyframes scrollFaixa {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

#certificacao {
    overflow: visible !important;
}

.btn-menu-lateral {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important; 
    transition: transform 0.3s ease;
}

.btn-menu-lateral:hover {
    transform: translateX(5px);
}

.icone-menu {
    width: 45px;
    height: 45px;
    background-color: #f39c12 !important;
    color: #ffffff !important;
    border: none !important;
    transition: all 0.3s ease;
}

.btn-menu-lateral.active .icone-menu {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #f39c12 !important;
}

.btn-menu-lateral.active span {
    color: #0b1c30 !important;
    font-weight: 800 !important;
}

.btn-menu-lateral:not(.active) span {
    color: #2b3240 !important;
    font-weight: 600 !important;
}

.img-stack-container {
    position: relative;
    max-width: 300px; 
    margin: 0 auto;
    z-index: 3;
}

.img-stack-main {
    border-radius: 20px;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 400px;
}

.img-stack-container::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -20px;
    width: 100%;
    height: 100%;
    background-color: #aeb6c1; 
    border-radius: 20px;
    z-index: 2;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.img-stack-container::after {
    content: '';
    position: absolute;
    top: 30px;
    left: -40px;
    width: 100%;
    height: 100%;
    background-color: #8d95a0;
    border-radius: 20px;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .btn-menu-lateral {
        flex: 1; 
        justify-content: center;
    }
    .img-stack-container {
        margin-left: 40px;
    }
}

.custom-accordion {
    border-radius: 12px;
    overflow: hidden;
    background-color: #31405c; 
}

.custom-accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.custom-accordion .accordion-item:last-child {
    border-bottom: none;
}

.custom-accordion .accordion-button {
    background-color: transparent;
    box-shadow: none !important;
    padding: 24px 30px; 
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #ffffff;
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    background-image: none !important; 
    content: "\f078"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.custom-accordion .accordion-button.collapsed::after {
    transform: rotate(-90deg);
}

.custom-accordion .accordion-button:hover {
    color: #f39c12 !important;
}

.bg-light-custom {
    background-color: #f7f9fc; 
}

.card-blog {
    border-radius: 16px !important;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-blog:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
}

.card-blog .card-img-top {
    height: 180px;
    object-fit: cover;
}

.link-ver-mais {
    transition: color 0.3s ease;
}

.link-ver-mais .icone-seta {
    transition: transform 0.3s ease;
}

.link-ver-mais:hover {
    color: #e67e22 !important; 
}

.link-ver-mais:hover .icone-seta {
    transform: translateX(5px);
}

.footer-custom {
    background-color: #101c37; 
    font-size: 0.9rem;
}

.footer-link {
    color: #e9ecef;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #f39c12;
}

.footer-text {
    color: #e9ecef;
    opacity: 0.85;
    line-height: 1.6;
}

.btn-social-custom {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #798b9e;
    color: #101c37;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-social-custom:hover {
    background-color: #f39c12;
    color: #ffffff;
    transform: translateY(-3px); 
}

.hover-laranja:hover {
    color: #f39c12 !important;
}

.hover-branco:hover {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .border-start {
        border-left: none !important;
    }
}

.hero-title-line-height {
    line-height: 1.2;
}

.text-min-milhas {
    font-size: 0.75rem;
}

.text-security-info {
    font-size: 0.7rem;
}

.text-step-label {
    font-size: 0.85rem;
}

.badge-realtime {
    background-color: #fcf8f2 !important; 
    color: #555 !important;
}

.section-title-dark {
    color: #2b3240 !important;
}

.text-quotation-info {
    font-size: 0.9rem;
}

.text-tab-btn {
    font-size: 0.8rem;
}

.text-tab-btn-intern {
    font-size: 0.8rem; 
    border: none;
}

.img-logo-airline {
    height: 40px; 
    object-fit: contain;
}

.text-airline-program {
    font-size: 0.75rem;
}

.text-per-miles {
    font-size: 0.7rem;
}

.btn-cotar-card {
    font-size: 0.8rem; 
    padding: 10px 0;
}

.container-diferenciais-text {
    max-width: 650px;
}

.text-list-item {
    font-size: 1.05rem;
}

.section-sub-tradicao {
    line-height: 1.4; 
    font-size: 1.6rem;
}

.text-market-desc {
    font-size: 0.95rem; 
    line-height: 1.6;
}

.text-market-item {
    font-size: 0.75rem; 
    line-height: 1.5;
}

.section-final-cta-text {
    color: #2b3240; 
    max-width: 750px; 
    line-height: 1.5;
}

.btn-simulation-large {
    font-size: 1.05rem;
}

.text-depoimentos-desc {
    font-size: 0.95rem; 
    max-width: 600px; 
    line-height: 1.6;
}

.text-quote-body {
    font-size: 0.95rem; 
    line-height: 1.6;
}

.separator-orange {
    width: 30px; 
    height: 2px; 
    background-color: #f39c12;
}

.text-city-label {
    font-size: 0.8rem;
}

.z-index-content {
    z-index: 3;
}

.img-ra1000-size {
    max-width: 140px;
}

.section-ra-title {
    line-height: 1.5;
}

.text-brand-light {
    color: #72a4d0;
}

.text-rules-desc {
    max-width: 650px; 
    font-size: 0.95rem; 
    line-height: 1.6;
}

.scrollbar-none {
    scrollbar-width: none;
}

.section-tab-title {
    color: #2b3240; 
    line-height: 1.3;
}

.text-tab-desc {
    line-height: 1.6;
}

.btn-simulation-tab {
    font-size: 0.95rem;
}

.badge-help-custom {
    background-color: #fcf8f2 !important; 
    font-size: 0.8rem;
}

.text-faq-desc {
    font-size: 0.95rem; 
    max-width: 600px;
}

.text-faq-body {
    font-size: 0.85rem; 
    line-height: 1.6;
}

.btn-faq-all {
    font-size: 1.05rem;
}

.section-final-cta-title {
    color: #0b1c30 !important; 
    line-height: 1.2;
}

.section-final-cta-desc {
    font-size: 1rem; 
    line-height: 1.6; 
    max-width: 450px;
}

.text-dark-title {
    color: #0b1c30;
}

.text-benefit-small {
    font-size: 0.8rem; 
    line-height: 1.5;
}

.badge-blog-custom {
    background-color: #fcf8f2 !important; 
    font-size: 0.8rem;
}

.section-blog-title {
    color: #0b1c30 !important; 
    line-height: 1.3;
}

.text-blog-desc {
    max-width: 600px; 
    font-size: 0.95rem;
}

.section-blog-item-title {
    color: #0b1c30; 
    line-height: 1.5;
}

.text-blog-item-body {
    line-height: 1.6;
}

.text-blog-more {
    font-size: 1.1rem;
}

/*PÁGINA: QUEM SOMOS*/

#quem-somos-hero {
    background-image: radial-gradient(circle at top right, rgba(56, 126, 192, 0.1), transparent);
}

.card-numero {
    background-color: #26334d; 
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: transform 0.3s ease;
}

.card-numero:hover {
    transform: translateY(-5px);
    border-color: #f39c12;
}

.card-numero p.h3 {
    font-size: 1.8rem;
}

@media (max-width: 576px) {
    .card-numero p.h3 {
        font-size: 1.4rem;
    }
    .card-numero {
        padding: 20px 10px !important;
    }
}

#nossos-valores .icone-quadrado {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #f39c12;
}

#nossos-valores h3 {
    font-size: 1.1rem;
    letter-spacing: -0.5px;
}

#nossos-valores .text-secondary {
    font-size: 0.85rem;
    opacity: 0.8;
}

.bg-light-custom {
    background-color: #f8f9fa !important;
}


#nossos-valores .icone-quadrado img {
    max-height: 40%;
    max-width: 40%;
    object-fit: contain; 
    transition: transform 0.3s ease;
}

#nossos-valores .icone-quadrado:hover img {
    transform: scale(1.1); 
}


.hero-subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.25rem;
    max-width: 700px;
    line-height: 1.6;
}

.badge-custom {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    border: 1px solid #dee2e6;
    background-color: #fcf8f2;
    color: #555;
    font-family: var(--bs-font-monospace); 
    font-size: 0.8rem;
    font-weight: 700;
}

.section-title {
    font-weight: 700;
    color: #2b3240;
    line-height: 1.2;
}

.text-description {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.8;
}

.max-w-600 {
    max-width: 600px;
}

.card-numero {
    background-color: #26334d;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease;
}

.card-numero:hover {
    transform: translateY(-5px);
    border-color: #f39c12;
}

.card-num-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
}

.card-num-subtitle {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
}

.bg-light-custom {
    background-color: #f8f9fa !important;
}

.img-valor {
    max-height: 40%;
    max-width: 40%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.icone-quadrado:hover .img-valor {
    transform: scale(1.1);
}

.value-title {
    color: #0b1c30;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.5px;
}

.value-text {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.6;
}

@media (max-width: 576px) {
    .card-num-title {
        font-size: 1.4rem;
    }
    .card-numero {
        padding: 20px 10px !important;
    }
}

#quem-somos-diferenciais {
    position: relative;
    overflow: hidden;
}

#quem-somos-diferenciais .text-white-50 {
    font-size: 1rem;
    line-height: 1.6;
}

.img-selo-quem-somos {
    max-width: 500px;
    height: auto;
    animation: fadeInRight 0.8s ease-out;
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 991px) {
    .img-selo-quem-somos {
        max-width: 320px;
        margin-top: 2rem;
    }
    
    #quem-somos-diferenciais h2 {
        font-size: 2rem;
    }
}

#cta-quem-somos .section-title {
    color: #0b1c30 !important;
}

.btn-cta-final {
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-cta-final:hover {
    transform: scale(1.05);
    background-color: #e67e22; 
    color: #fff;
}

@media (max-width: 768px) {
    #cta-quem-somos .section-title {
        font-size: 2rem;
    }
}

/*COMO VENDER */

.card-cuidado {
    background-color: #3e7bb4; 
    border-radius: 24px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-cuidado:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(56, 126, 192, 0.2);
}

.icone-cuidado-container {
    width: 65px;
    height: 65px;
    background-color: #ffffff; 
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
    padding: 10px; 
}

.img-cuidado {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
}

.card-cuidado h2 {
    letter-spacing: -0.3px;
}

.card-cuidado p {
    line-height: 1.6;
}

@media (max-width: 576px) {
    .card-cuidado {
        flex-direction: column;
        text-align: center;
    }
    
    .icone-cuidado-container {
        margin: 0 auto 1.5rem auto !important;
    }
}

.custom-accordion {
    border-radius: 16px !important;
    overflow: hidden;
    border: none !important;
    background-color: #2b3b5a !important; 
}

.custom-accordion .accordion-item {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.custom-accordion .accordion-item:last-child {
    border-bottom: none !important;
}

.custom-accordion .accordion-button {
    background-color: transparent !important;
    color: #ffffff !important;
    padding: 25px 30px;
    box-shadow: none !important;
    font-size: 1.05rem;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: #ffffff !important;
}

.custom-accordion .accordion-body {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 30px 25px 30px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.custom-accordion .accordion-button::after {
    filter: brightness(0) invert(1); 
    background-size: 1rem;
    transition: transform 0.3s ease;
}

.link-faq-completo {
    font-size: 1.1rem;
    transition: opacity 0.3s;
}

.link-faq-completo:hover {
    opacity: 0.8;
}

/* AJUDA  */

#ajuda-hero {
    min-height: 40vh;
    display: flex;
    align-items: center;
}

#ajuda-hero h1 {
    letter-spacing: -1px;
}

@media (max-width: 768px) {
    #ajuda-hero {
        min-height: auto;
        padding: 3rem 0;
    }
    
    #ajuda-hero h1 {
        font-size: 2.5rem;
    }
}


#accordionAjuda .accordion-item {
    background-color: #2e3e5c; 
}

.btn-faq-ajuda {
    background-color: #2e3e5c !important;
    color: #ffffff !important;
    padding: 25px 30px !important;
    font-size: 1.2rem !important;
    box-shadow: none !important;
    border: none !important;
}

.body-faq-ajuda {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 30px 30px 30px !important;
    font-size: 1rem;
    line-height: 1.7;
}

.btn-faq-ajuda::after {
    content: "\f055"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none !important;
    color: #f39c12; 
    font-size: 1.5rem;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-faq-ajuda:not(.collapsed)::after {
    content: "\f056"; 
    color: #f39c12;
}

#accordionAjuda .accordion-item {
    transition: transform 0.3s ease;
}

#accordionAjuda .accordion-item:hover {
    transform: scale(1.01);
}

.bg-cinza {
    background-color: #f9fafb;
}

/* BLOG */

#blog-hero.secao-passos {
    background-color: #101c37; 
    padding: 100px 0 !important;
}

#blog-hero h1 {
    font-size: 3rem;
    color: #ffffff;
}

#blog-hero .text-laranja {
    color: #f39c12;
}

#blog-hero .hero-subtitle {
    color: #ffffff;
    opacity: 0.9;
    font-size: 1.1rem;
    max-width: 800px;
    margin-top: 20px;
}

.btn-filtro-blog {
    background-color: #f5d7b5;
    color: #ffffff;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.btn-filtro-blog:hover, .btn-filtro-blog.active {
    background-color: #f39c12;
    color: #ffffff;
    transform: translateY(-2px);
}

.card-blog-principal {
    border-radius: 20px !important;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 1px solid #f2f2f2 !important;
}

.card-blog-principal:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

.card-img-wrapper {
    padding: 0;
    overflow: hidden;
}

.card-blog-principal .card-img-top {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.badge-categoria-blog {
    background-color: #fcf1e6;
    color: #2b3240;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}

.data-post-blog {
    font-size: 0.75rem;
    color: #aeb6c1;
    font-weight: 500;
}

.post-title-blog {
    color: #2b3240;
    line-height: 1.4;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-excerpt-blog {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.btn-pagination-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #aeb6c1;
    border: none;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-pagination-arrow:hover:not(.disabled) {
    background-color: #f39c12;
}

.btn-pagination-arrow.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.dot-link {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #aeb6c1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.dot-link.active {
    width: 30px;
    border-radius: 10px;
    background-color: #f39c12;
}

@media (max-width: 768px) {
    #blog-hero h1 { font-size: 2.2rem; }
    .btn-filtro-blog { padding: 6px 15px; font-size: 0.75rem; }
    .card-blog-principal .card-img-top { height: 200px; }
}

/* COMO COMPRAR  */

#comprar-hero.secao-passos {
    background-color: #101c37; 
    padding: 100px 0 !important;
}

.card-vantagem {
    border-radius: 25px !important; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f8f9fa !important;
}

.card-vantagem:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
}

.card-vantagem .icone-quadrado {
    width: 65px;
    height: 65px;
    background-color: #f39c12; 
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-vantagem h3 {
    color: #0b1c30;
    letter-spacing: -0.5px;
}

.card-vantagem p {
    line-height: 1.6;
    color: #6c757d;
}

@media (max-width: 991px) {
    #comprar-hero h1 {
        font-size: 2.5rem;
    }
}

.secao-passos-compra {
    background-color: #101c37;
}

.icone-passo-compra {
    width: 75px;
    height: 75px;
    background-color: #f39c12; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 18px; 
    transition: transform 0.3s ease;
}

.icone-passo-compra img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
}

.icone-passo-compra:hover {
    transform: scale(1.1);
}

.linha-passos-compra {
    position: absolute;
    top: 37px;
    left: 12.5%;
    width: 75%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 1;
}

.secao-passos-compra h3 {
    letter-spacing: -0.2px;
}

.secao-passos-compra p.text-white-50 {
    line-height: 1.6;
}

@media (max-width: 767px) {
    .secao-passos-compra .col-md-3 {
        padding-bottom: 2rem;
    }
}

.badge-custom-compra {
    background-color: #fcf8f2;
    color: #555;
    border: 1px solid #dee2e6;
}

.track-programas-compra {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; 
    -ms-overflow-style: none;  
}

.track-programas-compra::-webkit-scrollbar {
    display: none; 
}

.card-programa-compra {
    width: calc((100% - 72px) / 4); 
    border-radius: 20px !important;
    border: 1px solid #f2f2f2 !important;
    transition: transform 0.3s ease;
}

.card-programa-compra:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
}

.img-logo-compra {
    height: 45px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .card-programa-compra { width: calc((100% - 48px) / 3); }
}

@media (max-width: 991px) {
    .card-programa-compra { width: calc((100% - 24px) / 2); }
}

@media (max-width: 575px) {
    .card-programa-compra { width: 85%; } 
}

/*  CONTATO */

#contato-hero.secao-passos {
    background-color: #101c37;
    padding: 100px 0 !important;
}

.card-contato-main {
    border-radius: 25px !important;
}

.card-contato-info, .card-contato-faq {
    border-radius: 20px !important;
}

.form-control-contato {
    background-color: #f4f5f7;
    border: none;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 0.95rem;
    transition: 0.3s;
}

.form-control-contato:focus {
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(56, 126, 192, 0.2);
}

.icone-contato-round {
    width: 45px;
    height: 45px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-small {
    font-size: 0.8rem;
    line-height: 1.5;
}

.mt-n5 {
    margin-top: -80px !important;
}

.z-index-content {
    z-index: 5;
}

@media (max-width: 991px) {
    .mt-n5 {
        margin-top: -40px !important;
    }
}











header[style*="#ffffff"] .nav-link {
    color: #2b3240 !important; 
}

header[style*="#ffffff"] .navbar-toggler i {
    color: #2b3240; 
}