#primary {
    padding-bottom: 130px;
}
.content-top .titulo-principal {
    color: var(--preto);
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 27px;
    margin-bottom: 28px;
}
.content-top .titulo-principal::after {
    content: '';
    background-color: #FB2224;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    right: 0;
}
.content-top .esq {
    width: 29%;
}
.content-top .esq .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: var(--preto);
}
.content-top .esq .box-info {
    background-color: #272727;
    border-radius: 10px;
    margin-top: 30px;
}
.content-top .esq .box-info .icone {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    background-color: var(--carvao);
    border-radius: 10px 0 0 10px;
}
.content-top .esq .box-info .conteudo {
    padding: 10px 24px;
}
.content-top .esq .box-info .text {
    color: var(--branco);
}
.content-top .esq .box-info .text:first-child {
    margin-bottom: 20px;
}
.content-top .dir {
    width: 70%;
    margin-left: 30px;
}
.content-top .dir .titulo-form {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: var(--preto);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.content-top .dir .titulo-form svg {
    margin-right: 15px;
}
.content-top .dir #formParceiro {
    background-color: var(--branco-neve);
    border: 1px solid var(--cinza-neutro);
    border-radius: 15px;
    padding: 20px 40px;
}
.content-top .dir input,
.content-top .dir select,
.content-top .dir textarea {
    width: 100%;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--cinza-palido);
    height: 40px;
    padding-left: 37px;
}
.content-top .dir option,
.content-top .dir select {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: var(--preto);
}
.content-top .dir select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../../desentupimento/geral/icone-selectbox.svg);
    background-repeat: no-repeat;
    background-position: right 17px center;
}
.content-top .dir textarea {
    resize: none;
    height: 166px;
    padding-top: 15px;
}
.content-top .dir .display-flex-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.content-top .dir .label-cidade {
    width: 78%;
}
.content-top .dir .label-uf {
    width: 18%;
    min-width: 78px;
}
.content-top .dir .label-uf .label-effect,
.content-top .dir .label-razao .label-effect,
.content-top .dir .label-marca .label-effect,
.content-top .dir .label-carros .label-effect,
.content-top .dir .label-site .label-effect {
    left: 18px;
}
.content-top .dir .label-uf input,
.content-top .dir .label-razao input,
.content-top .dir .label-marca input,
.content-top .dir .label-carros input,
.content-top .dir .label-site input {
    padding-left: 14px;
}
.content-top .dir input:focus,
.content-top .dir select:focus,
.content-top .dir textarea:focus {
    border: 1px solid var(--vermelho);
}
.content-top .dir .input-nome {
    background-image: url(../../desentupimento/home/ico-nome.svg);
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 14px 13px;
}
.content-top .dir .input-telefone {
    background-image: url(../../desentupimento/home/ico-telefone.svg);
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 14px 13px;
}
.content-top .dir .input-email {
    background-image: url(../../desentupimento/geral/icone-email.svg);
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 14px 13px;
}
.content-top .dir .input-cidade {
    background-image: url(../../desentupimento/geral/icone-cidade.svg);
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 14px 13px;
}
.content-top .dir .input-mensagem {
    background-image: url(../../desentupimento/geral/icone-mensagem.svg);
    background-position: 14px top;
    background-repeat: no-repeat;
    background-size: 14px 13px;
    background-position-y: 12px;
}
.content-top .dir select {
    font-weight: 500;
    color: var(--preto);
    padding-left: 15px;
    margin-top: 24px;
}
.content-top .dir select.error {
    color: red;
}
.content-top .dir .label-effect {
    position: relative;
    top: 29px;
    left: 38px;
    z-index: 1;
    font-size: 14px;
    color: var(--preto);
    transition: 0.2s all ease-in-out;
    height: 19px;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 0) 0%);
}
.content-top .dir .label-effect.subir {
    top: 12px;
    font-size: 12px;
    background: linear-gradient(180deg, rgb(249 249 249) 50%, rgba(255, 255, 255, 1) 50%);
}
.content-top .dir .form-aceito {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px 0;
}
.content-top .dir .form-aceito .check {
    width: 10px;
    margin: 1px 8px 0 0;
    cursor: pointer;
    height: auto;
}
.content-top .dir .form-aceito .aceito {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #5B5B5B;
}
.content-top .dir .g-recaptcha {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 10px
}
.content-top .dir .text-captcha {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--preto);
    margin: 20px 0 10px 0;
    display: block;
}
.content-top .dir .enviar {
    background-color: var(--vinho);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 100%;
    height: 48px;
    border: none;
    font-weight: 700;
    color: var(--branco);
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}
.content-top .dir .enviar.btn-desabilitado{
    background-color: var(--cinza-neutro);
    cursor: default;
}
.content-top .dir .enviar:hover {
    background-color: var(--vermelho);
}
.content-top .dir .checkbox {
    width: auto;
    margin-right: 10px;
    cursor: pointer;
}
.content-top .dir .area-atua {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--preto);
    margin: 20px 0 10px;
    display: block;
    cursor: pointer;
}
.content-top .dir .area-atuacao {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    cursor: pointer;
}
.content-top .dir .area {
    display: flex;
    align-items: center;
    height: 32px;
    cursor: pointer;
}
.content-top .dir .area > label{
    cursor: pointer;
}
.content-top .dir .obrigatorio,
.content-top .dir .obrigatorio a {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: var(--preto);
    transition: 0.2s all ease-in-out;
    margin: 25px 0 7px;
    width: 100%;
}
.content-top .dir .obrigatorio a:hover, .content-top .dir .obrigatorio a:hover {
    color: var(--vermelho);
}
.label-razao,
.label-marca {
    width: 48%;
}
.label-carros {
    width: 34%;
    min-width: 215px;
    margin-right: 22px;
}
.label-site {
    width: 62%;
}
.status-erro {
    color: red;
    font-size: 12px;
    margin: 20px 0;
    display: block;
    text-align: center;
}
/**** RESPONSIVO ****/
@media only screen and (max-width:1500px){
    .content-top .titulo-principal {
        font-size: 30px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width:1024px){
    #primary {
        padding-bottom: 190px;
    }
    .content-top .display-flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    #formParceiro .display-flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .content-top .dir,
    .content-top .esq {
        width: 100%;
        margin: 0;
    }
    .content-top .esq {
        margin-top: 40px;
    }
    .content-top .dir #formParceiro {
        padding: 5px 15px 20px;
    }
    .content-top .esq .box-info .icone {
        border-radius: 0 0 10px 10px;
    }
    .content-top .esq .box-info .conteudo {
        padding: 24px;
    }
    .content-top .dir .area > label {
        font-size: 14px;
    }
    .content-top .dir .titulo-form {
        font-size: 21px;
    }
    .content-top .dir .titulo-form svg {
        width: 28px;
    }
}
@media only screen and (max-width:600px){
    .content-top .titulo-principal {
        font-size: 26px;
        padding-bottom: 16px;
    }
    .label-razao,
    .label-marca,
    .label-carros,
    .label-site {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
    #formParceiro .display-flex-row {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width:500px){
    .content-top .dir .label-cidade {
        width: 73%;
    }
}
@media only screen and (max-width:400px){
    .content-top .dir .label-cidade {
        width: 68%;
    }
}
@media only screen and (max-width:370px){
    .content-top .dir .titulo-form {
        font-size: 19px;
    }
    .content-top .dir .titulo-form svg {
        width: 23px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .content-top .dir .titulo-form {
        margin: 14px 0 0;
    }
    .content-top .dir .titulo-form {
        flex-direction: column;
    }
}
@media only screen and (max-width:320px){
    .content-top .dir .label-cidade {
        width: 61%;
    }
}