/*=====================================
CONTATO
=====================================*/

.contact-hero{

    padding:110px 0 70px;

    text-align:center;

    background:#f6faf6;

}

.contact-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:40px;

    padding:70px 0;

}

.contact-card{

    background:#fff;

    padding:30px;

    border-radius:20px;

    margin-bottom:25px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.contact-card h3{

    margin-bottom:12px;

    color:#2e7d32;

}

.contact-form{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}
.contact-card a{

    color:#2e7d32;

    text-decoration:none;

    font-weight:600;

}

.contact-card a:hover{

    text-decoration:underline;

}

.contact-map{

    margin-top:40px;

}

.contact-form .btn{

    display:inline-block;

    margin-top:20px;

}.contact-card a{

    color:#2e7d32;

    text-decoration:none;

    font-weight:600;

}

.contact-card a:hover{

    text-decoration:underline;

}

.contact-map{

    margin-top:40px;

}

.contact-form .btn{

    display:inline-block;

    margin-top:20px;

}