.projeto-section {
    width: 100%;
    background: #f9f7f3;
    padding: 80px 5vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    box-sizing: border-box;
}

.projeto-left {
    flex: 0 0 35%;
    max-width: 35%;
}

.projeto-right {
    flex: 1;
    max-width: 60%;
    line-height: 1.6;
    overflow-wrap: break-word;
}

.projeto-left h2 {
    color: #C8002E;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.projeto-left span {
    font-size: 18px;
    color: #222;
}

.projeto-right p,
.projeto-right li {
    font-size: 18px;
}

.projeto-right ul {
    padding-left: 20px;
}

/* SECTION PROJECT 2 */
.projeto-section-2 {
    width: 100%;
    background: #333333;
    padding: 8px 5vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 200px;
    box-sizing: border-box;
}

.projeto-left-2 {
    flex: 0 0 35%;
    max-width: 35%;
}

.projeto-right-2 {
    flex: 1;
    max-width: 60%;
    line-height: 1.6;
    overflow-wrap: break-word;
    margin-top: 100px;
}

.projeto-left-2 h2 {
    color: #C8002E;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.projeto-left-2 span {
    font-size: 18px;
    color: #222;
}

.projeto-right-2 p,
.projeto-right-2 li {
    font-size: 18px;
}

.projeto-right-2 ul {
    padding-left: 20px;
}

.projeto-section-2 p {
    color: #f2f2f2;
}

/* SECTION IMAGES */
.section-full-img {
    width: 100%;
    height: auto;
    display: block;
}

.projeto-right-2 img {
    height: 440px;
    width: auto;
    transform: translateY(14px); 
}

/* SECTION PRÃ‰-CONTATO */
.pre-contato {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 20px;
    background: white;
    color: #000000;
    box-sizing: border-box;
}

.pre-contato-content {
    max-width: 700px;
}

.pre-contato-content p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 350px; 
    text-align: left;
}

.btn-pre-contato {
    display: inline-block;
    padding: 18px 60px;
    border: 2px solid #CF0730;
    color: #CF0730;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-pre-contato:hover {
    background: #2C2C2C;
    color: white;
}

.pre-contato-img img {
    width: 380px;                
    height: auto;
    object-fit: cover;
    border-radius: 10px;         
}

.section-full-img {
    width: 100%;
    cursor: zoom-in;
    cursor: pointer;
}

.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-img {
    max-width: 90%;
    max-height: 90%;
}

.close, .prev, .next {
    position: absolute;
    color: white;
    font-size: 48px;
    cursor: pointer;
    user-select: none;
}

.close { top: 20px; right: 40px; }
.prev { left: 40px; }
.next { right: 40px; }

/* SECTION MV*/
.mv-section {
    width: 100%;
    padding: 80px 5vw;
    background: #CF0730;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    text-align: center;
    box-sizing: border-box;
}

.mv-card {
    max-width: 350px;
}

.mv-card img {
    height: auto;
    margin-bottom: 20px;
}

.mv-card h3 {
    font-size: 34px;
    font-weight: 600;
    color: #222;
    margin: 0 0 15px 0;
}

.mv-card p,
.mv-card li {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}

.mv-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-full-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* RESPONSIVO — TABLETS E CELULARES */
@media(max-width: 880px){
    .section-full-img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: center;
    }
        /* SECTION 1 */
    .projeto-section {
        flex-direction: column;
        text-align: center;
        padding: 50px 6vw;
        gap: 30px;
    }

    .projeto-left,
    .projeto-right {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .projeto-left h2 {
        font-size: 34px;
    }

    .projeto-left span,
    .projeto-right p,
    .projeto-right li {
        font-size: 16px;
    }

    /* SECTION 2 */
    .projeto-section-2 {
        flex-direction: column;
        text-align: center;
        padding: 50px 6vw;
        gap: 40px;
    }

    .projeto-left-2,
    .projeto-right-2 {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .projeto-right-2 {
        margin-top: 20px;
    }

    .projeto-left-2 h2 {
        font-size: 34px;
    }

    .projeto-left-2 span,
    .projeto-right-2 p,
    .projeto-right-2 li {
        font-size: 16px;
    }

    .projeto-right-2 img {
        width: 100%;
        height: auto;
        transform: none;
        margin-bottom: -55px;
    }

    /* PRÉ-CONTATO */
    .pre-contato {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .pre-contato-content {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .pre-contato-content p {
        font-size: 18px;
        max-width: 100%;
        text-align: center;
    }

    .pre-contato-img img {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    /* MV — Mobile */
    .mv-section {
        flex-direction: column;
        gap: 2px;
        padding: 30px 5vw;
        align-items: center; 
    }
    
    .mv-card {
        text-align: center; 
        max-width: 500px; 
        margin: 0 auto;
    }
    
    .mv-card img {
        display: block;
        margin: 0 auto 20px;
    }
}

/* CELULAR MENOR */
@media(max-width: 480px){
    .projeto-left h2,
    .projeto-left-2 h2 {
        font-size: 26px;
    }

     nav {
        display: none;
        flex-direction: column;
        background: #333;
        position: absolute;
        top: 60px;
        right: 0;
        width: 200px;
        padding: 10px;
        border-radius: 4px;
    }

    nav a {
        margin: 10px 0;
    }

    .hamburger {
        display: block;
    }

    nav.active {
        display: flex;
    }

    /* HERO */
    .hero {
        height: 70vh;
        background-position: top center;
        background-position: 50% 10%;
        background-repeat: no-repeat;
    }

    .hero-text {
        top: unset;
        bottom: 100px;
        left: 20px;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 15px;
        max-width: 90%;
    }

    /* PROJETOS */
    .card-institutional {
        flex: 1 1 100%;
    }

    /* PRÃƒâ€°-CONTATO */
    .pre-contato {
        flex-direction: column;
        text-align: center;
    }
    .pre-contato-content {
        margin-bottom: 20px;
        text-align: center;
    }

    .pre-contato-img img {
        max-width: 100%;
        margin-top: -20px;
        margin-bottom: -45px;
    }

    /* PARCEIROS */
    .parceiros-logos {
        grid-template-columns: repeat(auto-fit, minmax(100px, 2fr));
        gap: 38px;
    }
}