form#ff_form1 label {
    display: none;
}

form#ff_form1 section#bfElemWrap1 {
    width: 50%;
    float: left;
}

form#ff_form1 input {
    border-radius: 0px !important;
}

form#ff_form1 textarea {
    border-radius: 0px !important;
}

form#ff_form1 section:hover {
    background: transparent !important;
}

form#ff_form1 button#bfSubmitButton {
    float: inherit;
    background: black;
    padding: 14px;
    width: 155px;
    border: 0;
    color: white;
    margin: 10px 8px;
    border-radius: 50px;
}

form#ff_form1 input,
textarea {
    background-color: #FBFBFB;
    width: 100%;
    padding: 11px;
    height: 44px;
    border: 1px solid #707070;
}

form#ff_form1 section#bfElemWrap3 textarea {
    height: 150px;
    width: 100%;
}

.formulario_contato #sp-right ul li h2 {
    margin: 0 0 10px;
}

.formulario_contato div#sp-component h1 {
    text-align: center;
    padding: 0 0 1em;
    border-bottom: 1px solid #CACACA;
    max-width: 98%;
    margin: 1em auto;
}

.formulario_contato div#sp-right {
    padding: 15px;
}

.formulario_contato div#sp-right ul li a {
    background-color: black;
    color: white;
    width: 100px;
    text-align: center;
    border-radius: 25px;
    margin: 1em 0 2em;
}

input:focus::placeholder{
    color:transparent;
}

textarea:focus::placeholder{
    color:transparent;
}

@media (min-width: 800px) {
    .formulario_contato div#sp-component {
        width: 60%;
        padding: 2em 0;
    }
    .formulario_contato div#sp-right {
        width: 40%;
        padding: 8em 2em;
    }
}

@media (max-width: 768px) {
    .formulario_contato input {
        max-width: 100% !important;
    }
    .formulario_contato textarea {
        max-width: 100% !important;
    }
}