.contato .end-cont {
    font-size: 1.5em;
}

.contato .h3-cont {
    font-size: 1em;
}

.contato input[type="text"] {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 2.375rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contato textarea {
    height: 160px;
    padding: 2.375rem;
    border-radius: 0;
}

.contato .base-form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.contato .map {
    width: 100%;
    max-height: 400px;
}

@media(max-width: 992px){
    .wpcf7-response-output{
        position: absolute !important;
        top: 50% !important;
        right: 0 !important;
    }
    .contato .end-cont {
        font-size: 16px !important;
    }
    .btn-form{
        position: absolute !important;
        margin-bottom: 1.5rem !important;
    }
    .contato{
        padding: 0 0 50px 0 !important;
    }
}