/* MEDIA QUERY - ESTILO CELULAR */
@media (max-width: 992px) {
    body {
        overflow-x: hidden;
    }

    .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        max-height: 80vh;
        background: #072136;
        flex-direction: column;
        padding: 0;
        border-radius: 0 0 30px 30px;
        transform: translateY(-100%);
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
        z-index: 10000;
        display: flex;
        overflow-y: auto;
    }

    .nav-links.active {
        transform: translateY(0);
    }

    /* Cabeçalho do menu (Logo e X) */
    .menu-mobile-header {
        background: white;
        width: 100%;
        padding: 15px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        top: 0;
    }

    .menu-mobile-header img {
        height: 120px;
    }


    .servicos-header p {
        text-align: justify;
        text-justify: inter-character;
        word-spacing: -0.02em;
        hyphens: auto;
    }

    .close-menu {
        font-size: 30px;
        color: #4a6dbd;
        cursor: pointer;
    }

    /* Estilo dos itens da lista conforme a imagem */
    .nav-links li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-links li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 25px;
        color: white !important;
        font-size: 1.1rem;
        text-decoration: none;
        font-weight: 400;
    }

    .nav-links li:last-child {
        border-bottom: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .btn-header-desk {
        display: none;
    }

    .nav-links.active {
        transform: translateX(0);
    }

    .mobile-menu-icon.active .line1 {
        transform: rotate(-45deg) translate(-8px, 8px);
    }

    .mobile-menu-icon.active .line2 {
        opacity: 0;
    }

    .mobile-menu-icon.active .line3 {
        transform: rotate(45deg) translate(-5px, -7px);
    }

    .reforma-txt {
        margin-bottom: 30px;
    }
}


@media (max-width: 845px) {
    h2 {
        font-size: 1.8rem;
    }

    .pq-contar p.subtitle {
        font-size: 1rem;
    }

    .marquee-content a {
        font-size: 1rem;
    }

    .btn-cta {
        padding: 10px 20px;
        font-size: 0.8rem;
    }

    .btn-plan {
        padding: 10px 8px;
        font-size: 0.60rem;
        margin-top: auto;
    }

    .badge,
    .badge-blue {
        font-size: 1.8rem;
    }

    .sobre-img-texto {
        font-size: 1.8rem;
    }

    .diferencial-title-mobile {
        display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
    }

     .diferencial-title-mobile h2 {
        font-size: 2rem;
        color: var(--verde-escuro);
}

 .diferencial-title-mobile img {
        width: 40px;
        height: auto;
    }

    .about-text {
        text-align: center;
    }

    .about-img-h2 {
        display: none;
    }

    .about-image {
        display: none;
    }

    .about-img-h2-desktop {
        display: none;
    }

    .about-image-mobile, .about-img-h2-mobile {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .diferencial-title {
        display: none;
    }

    .hero-wrapper {
        text-align: center;
        padding: 30px;
        margin-top: 10px;
    }

    .rodape-header {
        margin: 0 auto;
    }

    .servicos-header-h2 h2 {
        font-size: 1.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .seta-direita {
        display: none;
    }

    .seta-para-baixo {
        display: block;
    }

    .about-flex,
    .diferencial-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-img-h2 {
        display: none;
    }


    .about-p p {
        width: 100%;
        padding: 0 20px;

        text-align: justify;
        text-justify: inter-character;
        word-spacing: -0.02em;
        hyphens: auto;
    }

    .container-duvidas-frequentes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .duvidas-frequentes-direita {
        padding: 50px 0 0 0;
        align-self: center;
    }

    .infor-frequ {
        width: 100%;
    }

    .infor-frequ h4 {
        font-size: 0.7rem;
    }

    .infor-frequ .telefone,
    .infor-frequ .whatsapp-duvi,
    .infor-frequ .email-duv {
        padding: 8px 25px;
    }

    .infor-frequ img {
        width: 20px;
        height: 20px;
    }

    .faq-h2 h2 {
        font-size: 1.3rem;
        font-weight: 600;
    }

    .faq-question span {
        font-size: 0.8rem;
    }

    .faq-question .icon {
        font-size: 15px;
    }

    .faq-answer p {
        font-size: 0.8rem;
    }

    /* Títulos */
    .contato-header h2 {
        font-size: 1.3rem;
    }

    .contato-header h3 {
        font-size: 2rem;
        margin-bottom: 15px;
        font-weight: 400;
        color: #ffffff;
    }

    .contato-header p {
        font-size: 1rem;
        margin-bottom: 40px;
        opacity: 0.9;
        letter-spacing: 2.5px;
    }

}

/* Responsividade para Celular */
@media (max-width: 768px) {

    .about-flex,
    .diferencial-flex {
        flex-direction: column;
        gap: 30px;
    }

    .diferencial-flex {
        flex-direction: column;
    }

}


/* Ajuste para Celular */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        gap: 15px;
    }

    .footer-row {
        align-items: stretch;
    }

    .button-group {
        text-align: center;
    }
}

/* Ajuste para Celular */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .vertical-line {
        display: none;
    }

    .footer-left,
    .footer-right {
        padding: 0;
        margin-bottom: 30px;
    }

    .contact-row {
        justify-content: flex-start;
    }

    .contact-row p {
        text-align: start;
    }

    .footer-right {
        flex: 0;
        width: 50%;
    }

    .footer-nav {
        align-items: start;
        width: 100%;
    }

}

@media (max-width: 514px) {
    .logo {
        margin-left: 110px;
    }

    .rodape-reader-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rodape-header {
        justify-content: center;
        align-items: center;
    }

    .rodape-header p {
        font-size: 1.1rem;
        margin-left: 0px;
        position: relative;
        top: 20px;
    }

    .hero-text h1 {
        font-size: 1.5rem;
        text-align: justify;
        text-justify: none;
        line-height: 1.3;
    }

    
    .hero-text p {
        margin-top: 15px;
        font-size: 0.9rem;
        text-align: justify;
        text-justify: inter-character;
        word-spacing: -1px;
    }

    .whatsapp-btn-fixed {
        bottom: 20px;
        right: 20px;
        width: 250px;
        height: 50px;
    }

    .whatsapp-btn-fixed img {
        width: 30px;
    }

    .quem-somos-section {
        margin: 80px 0;
        padding: 30px 0;
        background-color: #F7F7F7;
    }

    .modal {
        top: 80px;
    }

    .copyright-text {
        position: absolute;
        margin-top: 180px;
    }
}