/* ==========================================================
   RESPONSIVIDADE - CELULAR
========================================================== */

@media (max-width: 768px) {

    /* =========================
       CONTAINER
    ========================= */

    .container {
        width: 90%;
        max-width: 100%;
    }


    /* =========================
       HEADER
    ========================= */

    header .container {
        padding: 14px 0;
        gap: 15px;
    }

    .logo img {
        width: 180px;
        max-width: 100%;
    }

    header nav {
        display: none;
    }

    header>.container>.btn {
        padding: 10px 14px;
        font-size: 13px;
        white-space: nowrap;
    }


    /* =========================
       HERO
    ========================= */

    .hero {
        padding: 55px 0 60px;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .hero-content {
        width: 100%;
    }

    .hero-badge {
        font-size: 12px;
    }

    .hero-content h1 {
        margin-top: 25px;
        font-size: 38px;
        line-height: 1.15;
    }

    .hero-content>p {
        font-size: 16px;
        line-height: 1.7;
    }


    /* =========================
       BOTÕES HERO
    ========================= */

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .hero-buttons .btn,
    .hero-buttons .btn-outline {
        width: 100%;
        text-align: center;
    }


    /* =========================
       DESTAQUES HERO
    ========================= */

    .hero-highlights {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;

        margin-top: 28px;
        padding-top: 18px;
    }

    .hero-highlights span {
        white-space: normal;
        font-size: 13px;
    }


    /* =========================
       IMAGEM HERO
    ========================= */

    .hero-image {
        width: 100%;
        padding: 10px;
        border-radius: 20px;
    }

    .hero-image img {
        width: 100%;
        border-radius: 14px;
    }

    .hero-image:hover {
        transform: none;
    }

}

/* ==========================================================
   RESPONSIVIDADE - CONTATO E RODAPÉ
========================================================== */

@media (max-width: 768px) {

    /* =========================
       CONTATO
    ========================= */

    .contact {
        padding: 60px 0;
    }

    .contact-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .contact-content,
    .contact-info {
        width: 100%;
    }

    .contact-content h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .contact-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .contact-content .btn {
        width: 100%;
        justify-content: center;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .contact-item {
        width: 100%;
        padding: 18px;
    }

    .contact-item h3 {
        font-size: 16px;
    }

    .contact-item p,
    .contact-item a {
        font-size: 14px;
        word-break: break-word;
    }


    /* =========================
       RODAPÉ
    ========================= */

    .footer {
        padding: 30px 0 12px;
    }

    .footer-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        text-align: center;
    }

    .footer-brand {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        width: 190px;
    }

    .footer-brand p {
        max-width: 300px;
        margin: 0 auto;
    }

    .footer-column {
        width: 100%;
        align-items: center;
    }

    .footer-column h3 {
        text-align: center;
    }

    .footer-column a,
    .footer-column>span {
        justify-content: center;
    }

    .footer-schedule {
        max-width: 280px;
        margin: 0 auto;
    }

    .schedule-row {
        grid-template-columns: 1fr auto;
        gap: 20px;
        text-align: left;
    }

    .footer-copy {
        width: 90%;
        margin: 24px auto 0;
    }

    .footer-copy .container {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 2px;
        font-size: 11px;
        text-align: center;
    }

}

/* ==========================================================
   RESPONSIVIDADE - SERVIÇOS
========================================================== */

@media (max-width: 768px) {

    .services {
        padding: 60px 0;
    }

    .services h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .services .section-description {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 35px;
    }

    .services-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        width: 100%;
        min-height: auto;
        padding: 28px 24px;
    }

    .service-card h3 {
        font-size: 20px;
    }

    .service-card p {
        font-size: 15px;
        line-height: 1.7;
    }

}

/* ==========================================================
   RESPONSIVIDADE - COMO TRABALHAMOS
========================================================== */

@media (max-width: 768px) {

    .process {
        padding: 60px 0;
    }

    .process h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .process .section-description {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 35px;
    }

    .process-container {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .process-step {
        width: 100%;
        min-height: auto;
        padding: 22px 20px;
    }

    .process-arrow {
        display: none;
    }

    .step-number {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
    }

    .process-step h3 {
        min-height: auto;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .process-step p {
        font-size: 15px;
        line-height: 1.7;
    }

}

/* ==========================================================
   RESPONSIVIDADE - SOBRE A L&G
========================================================== */

@media (max-width: 768px) {

    .about {
        padding: 60px 0;
    }

    .about-container {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .about-image {
        width: 100%;
        min-height: 300px;
    }

    .about-content {
        width: 100%;
    }

    .about-content h2 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .about-content .about-intro {
        font-size: 17px;
        line-height: 1.7;
    }

    .about-content p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 16px;
    }

    .about-features {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;

        margin: 32px 0 28px;
        padding-top: 20px;

        border-top: 1px solid rgba(15, 39, 71, .10);
    }

    .about-feature {
        font-size: 14px;
        line-height: 1.5;
    }

    .about-content .btn {
        width: 100%;
        text-align: center;
    }

}

/* ==========================================================
   RESPONSIVIDADE - DIFERENCIAIS
========================================================== */

@media (max-width: 768px) {

    .advantages {
        padding: 60px 0;
    }

    .advantages h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .advantages .section-description {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 35px;
    }

    .timeline {
        max-width: 100%;
    }

    .timeline::before {
        left: 26px;
    }

    .timeline-item {
        grid-template-columns: 54px 1fr;
        gap: 10px;
        margin-bottom: 16px;
    }

    .timeline-icon {
        width: 54px;
        height: 54px;
        border-width: 6px;
    }

    .timeline-icon i {
        font-size: 18px;
    }

    .timeline-content {
        padding: 20px 18px;
        border-radius: 14px;
    }

    .timeline-content h3 {
        font-size: 19px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .timeline-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .timeline-item:hover .timeline-content,
    .timeline-item:hover .timeline-icon {
        transform: none;
    }

}

/* ==========================================================
   RESPONSIVIDADE - TABLET
   769px até 1024px
========================================================== */

@media (min-width: 769px) and (max-width: 1024px) {

    /* =========================
   CONTATO - TABLET
========================= */

.contact{
    padding:70px 0;
}

.contact-container{
    display:grid;
    grid-template-columns:1.05fr 1fr;
    gap:45px;
    align-items:start;
}

.contact-content{
    width:100%;
}

.contact-content h2{
    font-size:36px;
    line-height:1.15;
}

.contact-content p{
    font-size:15px;
    line-height:1.7;
}

.contact-info{
    width:100%;
    gap:14px;
}

.contact-item{
    width:100%;
    padding:18px 20px;
}

.contact-item h3{
    font-size:16px;
}

.contact-item p,
.contact-item a{
    font-size:14px;
}

    /* =========================
   COMO TRABALHAMOS - TABLET
========================= */

.process{
    padding:70px 0;
}

.process h2{
    font-size:38px;
    line-height:1.15;
}

.process .section-description{
    max-width:700px;
    font-size:16px;
    line-height:1.7;
    margin-bottom:40px;
}

.process-container{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:22px;
}

.process-step{
    width:100%;
    min-height:260px;
    padding:26px 24px;
}

.process-step:nth-child(9){
    grid-column:1 / -1;
    max-width:360px;
    justify-self:center;
}

.process-arrow{
    display:none;
}

.step-number{
    width:54px;
    height:54px;
    margin-bottom:16px;
}

.process-step h3{
    min-height:auto;
    font-size:20px;
    margin-bottom:10px;
}

.process-step p{
    font-size:15px;
    line-height:1.7;
}

    /* =========================
   DIFERENCIAIS - TABLET
========================= */

.advantages{
    padding:70px 0;
}

.advantages h2{
    font-size:38px;
    line-height:1.15;
    max-width:700px;
}

.advantages .section-description{
    max-width:700px;
    font-size:16px;
    line-height:1.7;
    margin-bottom:40px;
}

.timeline{
    max-width:760px;
    margin:0 auto;
}

.timeline-item{
    grid-template-columns:64px 1fr;
    gap:12px;
    margin-bottom:20px;
}

.timeline-icon{
    width:64px;
    height:64px;
}

.timeline-content{
    padding:24px 26px;
}

    /* =========================
   SOBRE - TABLET
========================= */

.about{
    padding:70px 0;
}

.about-container{
    display:block;
}

.about-content{
    width:100%;
    max-width:760px;
    margin:0 auto;
}

.about-content h2{
    max-width:650px;
    font-size:38px;
    line-height:1.15;
}

.about-content p{
    line-height:1.7;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:14px 30px;
    margin-top:34px;
}

.about-content .btn{
    margin-top:24px;
}

    /* =========================
   SERVIÇOS - TABLET
========================= */

    .services-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .service-card {
        width: 100%;
        min-height: 280px;
        padding: 26px 24px;
    }

    /* =========================
       HEADER
    ========================= */

    header .container {
        width: 90%;
        gap: 20px;
    }

    .logo img {
        width: 170px;
    }

    header nav {
        gap: 20px;
    }

    header nav a {
        font-size: 13px;
    }

    header>.container>.btn {
        padding: 12px 18px;
        font-size: 13px;
        white-space: nowrap;
    }


    /* =========================
       HERO
    ========================= */

    .hero {
        padding: 65px 0;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
        gap: 42px;
    }

    .hero-content {
        width: 100%;
        max-width: 680px;
    }

    .hero-content h1 {
        font-size: 48px;
        line-height: 1.08;
        max-width: 680px;
    }

    .hero-content>p {
        max-width: 650px;
        font-size: 16px;
        line-height: 1.7;
    }


    /* BOTÕES */

    .hero-buttons {
        display: flex;
        flex-direction: row;
        gap: 14px;
    }

    .hero-buttons .btn,
    .hero-buttons .btn-outline {
        width: auto;
    }


    /* DESTAQUES */

    .hero-highlights {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;

        margin-top: 30px;
    }


    /* IMAGEM */

    .hero-image {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
    }

    .hero-image img {
        width: 100%;
        display: block;
        border-radius: 18px;
    }

    /* ==========================================
   WHATSAPP FLUTUANTE - CELULAR
========================================== */

@media (max-width: 768px){

    .whatsapp-float{
        right:16px;
        bottom:16px;
        width:52px;
        height:52px;
        font-size:27px;
    }

}

}