    .whatsapp{
            position: fixed;
            height: 4em;
            width: 4em;
            z-index: 3;
            top: 90%;
            right: 2%;
            border-radius: 15em;
        }

        .whatsapp img{
            width: 100%;
            border-radius: 15em;
        }
    .corpo {
        background-color: white;
        width: 100%;
        height: 30em;
        display: block;
        overflow: hidden;
        text-align: center;
        background-color: #041c42;

    } 

    .corpo img{
        width: 100%;
    }

    .our-services{
        height: 30pc;
        margin-top: 2pc;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 4em;
    }

    .title{
        display: block;
        width: 100%;
        text-align: center;
        height: 4em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.4em;
    }

    .laudos{
        height: 80%;
        width: 49%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .laudos h2{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    .laudos ul{
        columns: 3;
        font-size: 1.2em;
        list-style-type: none;
    }

    li{
        padding: 1em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
    }
    .custos{
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: 0.8em;
        margin: 1em;
    }

    .custos1{
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: 0em;
        margin-left: 1em;
        margin-right: 1em;
    }

    .projetos{
        height: 35em;
        position: relative;
        overflow: hidden;
        background-color:#041c42;
        margin-bottom: 10em;
    }

    .project-card{
        width: 25%;
        height: 30em;
        border: 1px solid #9f9f9f;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 1em;
        margin-top: 2em;
    }

    .cont{
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        transition: transform 0.4s ease;
        will-change: transform;

        width: 100%; 
        margin: 0 auto;
    }
    

    /* arrows */
    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: white;
        border: none;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        font-size: 22px;
        z-index: 10;
    }

    .arrow.left {
        left: 10px;
    }

    .arrow.right {
        right: 10px;
    }

    .arrow:hover {
        background: #eee;
    }

    .image-box{
        height: 60%;
        width: 90%;
        margin-top: 2em;
        border: 1px solid #9f9f9f;
        border-radius: 1em;
    }

    .image-box img{
        width: 100%;
        height: 100%;
        border-radius: 1em;
    }

    .description{
        border: 1px solid #9f9f9f;
        height: 20%;
        width: 90%;
        border-radius: 1em;
    }
    .description p{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
    }


.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    padding: 60px 10%;
    background-color: #1a1a1a;
    color: #ddd;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    height: 20em;
}

.footer-box h3 {
    color: #1c8f3a;
    margin-bottom: 15px;
    font-size: 1.2rem;
    text-align: center;
}


.footer-box p,
.footer-box li {
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.6;
    text-align: center;
}

.footer-box ul {
    text-align: center;
    list-style: none;
}

.footer-box i {
    margin-right: 8px;
    color: #1c8f3a;
    text-align: center;
}

#serv{
    height: 22em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#serv h3{
    width: 100%;
    text-align: center;
    height: 1em;
}

#serv li{
    padding: 1px;

}

#serv ul{
    padding: 1px;
    transform: translate(0, -20%);
}
/* SOCIAL */
.social a {
    color: #ddd;
    font-size: 22px;
    margin-right: 15px;
    transition: 0.3s;
    text-align: center;
}

.social a:hover {
    color: #1c8f3a;
}



.social{
    text-align: center;
}

/* FOOTER BOTTOM */
.footer-bottom {
    background-color: #111;
    text-align: center;
    padding: 15px 10px;
    font-size: 0.85rem;
    color: #aaa;
}

 .title2{
        display: block;
        width: 100%;
        text-align: center;
        height: 4em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.4em;
        margin-top: 8em;
    }
    
    

/* RESPONSIVO */
@media (max-width: 1300px) and (min-width: 750px) {
     .our-services{
        height: 70pc;
        margin-top: 2pc;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 4em;
    }

    .title{
        display: block;
        width: 100%;
        text-align: center;
        height: 4em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.4em;
    }

    .laudos{
        height: 40%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .laudos h2{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    .laudos ul{
        columns: 3;
        font-size: 1.2em;
        list-style-type: none;
    }

    li{
        padding: 1em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
    }
    .custos{
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: 0.8em;
        margin: 1em;
    }

    .custos1{
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: 0em;
        margin-left: 1em;
        margin-right: 1em;
    }

     .project-card{
        width: 30%;
        height: 30em;
        border: 1px solid #9f9f9f;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 1em;
        margin-top: 2em;
    }

     .footer-container {
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 40px;
        padding: 60px 10%;
        background-color: #1a1a1a;
        color: #ddd;
        font-family: Arial, Helvetica, sans-serif;
        justify-content: center;
        height: 25em;
    }

    .footer-box li {
        font-size: 0.95rem;
        margin-bottom: 10px;
        line-height: 1.6;
        text-align: center;
    }

    .footer-box{
        width: 20%;
    }
    
     .title2{
        display: block;
        width: 100%;
        text-align: center;
        height: 4em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.4em;
        margin-top: 8em;
    }

    /*#fc{
        border: 2px solid white;
        width: 20%;
    }*/
}

@media (max-width: 750px) and (min-width: 500px){
    .our-services{
        height: 70pc;
        margin-top: 2pc;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 4em;
    }

    .title{
        display: block;
        width: 100%;
        text-align: center;
        height: 4em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.4em;
    }

    .laudos{
        height: 40%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .laudos h2{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    .laudos ul{
        columns: 2;
        font-size: 1.2em;
        list-style-type: none;
    }

    li{
        padding: 1em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
    }
    .custos{
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: 0.8em;
        margin: 1em;
    }

    .custos1{
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: 0em;
        margin-left: 1em;
        margin-right: 1em;
    }

     .project-card{
        width: 40%;
        height: 20em;
        border: 1px solid #9f9f9f;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 1em;
        margin-top: 2em;
    }

    .footer-container {
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 40px;
        padding: 60px 10%;
        background-color: #1a1a1a;
        color: #ddd;
        font-family: Arial, Helvetica, sans-serif;
        justify-content: center;
        height: 60em;
    }

     .projetos{
        height: 25em;
        position: relative;
        overflow: hidden;
        background-color:#041c42;
    }
    
     .title2{
        display: block;
        width: 100%;
        text-align: center;
        height: 4em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.4em;
        margin-top: 8em;
    }
    
}
    
@media (max-width: 500px){
    
    .corpo{
        height: 15em;
    }
    
    .corpo img{
        width: 100%;
    }
    
    .our-services{
        border: 2px solid imobiliárias;
        height: 70pc;
        margin-top: 2pc;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 4em;
    }

    .title{
        display: block;
        width: 100%;
        text-align: center;
        height: 4em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.4em;
    }
    
    .title2{
        display: block;
        width: 100%;
        text-align: center;
        height: 4em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.4em;
        margin-top: 8em;
    }

    .laudos{
        height: 40%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        margin-bottom: 2em;
    }
    
    #exe{
        height: 60%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        margin-bottom: 2em;
        columns: 1;
    }
    
    #exe ul{
        columns: 1;
    }
    
    #exe ul li{
        width: 100%;
        margin-left: 4em;
    }
    
    .exec{
        height: 85%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        columns: 1;
    }
    

    .laudos h2{
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    #laud1 ul{
        columns: 2;
        font-size: 1.2em;
        list-style-type: none;
    }

    li{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        column-gap: 2em;
        transform: translate(-22%);
    }
    .custos{
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: 0.8em;
        margin: 1em;
        width: 7.4em;
    }

    .custos1{
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: 0em;
        margin-left: 1em;
        margin-right: 1em;
        width: 7.4em;
    }

     .project-card{
        width: 40%;
        height: 20em;
        border: 1px solid #9f9f9f;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 1em;
        margin-top: 2em;
    }

    .footer-container {
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 40px;
        padding: 60px 10%;
        background-color: #1a1a1a;
        color: #ddd;
        font-family: Arial, Helvetica, sans-serif;
        justify-content: center;
        height: 60em;
    }

     .projetos{
        height: 30em;
        position: relative;
        overflow: hidden;
        background-color:#041c42;
        margin-top: 1em;
    }
    
    .cont{
        width: 60em;
        margin-left: 12em;
        height: 28em;
    }
    
    .project-card{
        width: 20em;
        margin-left: 1em;
        height: 90%;
    }
    

    
    #serv ul{
        margin-left: 1em;
    }
    
    #serv li{
        margin-left: 4em;
    }
}