.contato{
    background-image: url('/dupliqueaguia/imagens/DUPLIQUE-AGUIA-banner-01-landscape.jpg');
    padding: 255px 0 134px;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.mapa{
    padding: 144px 0
}
.formulario{
    padding-bottom: 276px;
}
.formulario-content .F3{
    text-align: center;
    padding-bottom: 96px;
}
iframe{
    width: 100%;
    aspect-ratio: 12/4;
}

.wpcf7-form.init p{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpcf7-form.init p br{
    display: none;
}

.wpcf7-form.init span{
    width: 47%;
}
.wpcf7-form .wpcf7-text{
    width: 100%;
    margin-bottom: 24px;
    padding: 32px 0 24px;
    border: none;
    border-bottom: 1px solid #707070;
}

.wpcf7-form.init span:last-child{
    width: 100%;
}

.wpcf7-form .wpcf7-textarea{
    width: 100%;
    margin-bottom: 24px;
    border: none;
    border-bottom: 1px solid #707070;
    padding-top: 32px ;
}

.wpcf7-form .btn-2{
    margin: 24px auto;
}