
.contato{
    background-image: url('/images/bannerContato.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    height: 180PX;
    
}
.contato p{
    background-color: none !important;
    font-weight: bold;
    font-size: 2.5em;
    color: #fff;
    
}

.formContato{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5%;
}

.formulario input{
    border-radius: 20px;
    border: solid 2px #106598;
}

.formulario textarea{
    border-radius: 20px;
    border: solid 2px #106598;

}


@media only screen and (max-width: 869px)  {
    
    .formContato{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-x: hidden !important;

    }

  
    iframe{
        width: 300px !important;
    }
}