.secoes.contato{
    padding: 250px 0 180px 0;
}
.secoes.contato:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    background-image: url('../img/custom/pattern-faq.svg');
    background-position: center;
    opacity: .05
}
.formulario__header{
    margin-bottom: 46px;
}
.formulario__header-titulo{
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 10px;
}

.formulario-contato-descricao{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.secoes.contato form{
    width: 100%
}

.form-group .row{
    gap: 20px;
    justify-content: space-between;
    margin: 0;
}

.group-input{
    width: calc(50% - 10px)
}

.group-input label{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 5px
}
.group-input label.input-note{
    margin: 5px 5px 0 5px;
    font-weight: 300;
    letter-spacing: 1px;
}
.group-input.field-nome,
.group-input.field-enderecocomercial,
.group-input.field-e-mail,
.group-input.field-e-mailcomercial{
    width: 100%
}

.group-input.field-file{
    width: 100%;
}
.secoes.contato .input-file{
    width: auto !important;
    padding: 5px 15px;
}
input:focus{
    outline: 3px solid #44A2FF !important;
}
.secoes.contato .checkLGPD{
    margin-left: 0;
}
.checkTermoConsentimentoCAMFIEP{    
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: start;
    width: 100%;
    margin-top: 8px;
    padding: 0 10px;
}
.checkTermoConsentimentoCAMFIEP label{
    font-size: 16px;
    margin: 0;
    padding-left: 5px;
    font-weight: 300;
    line-height: 16px;
}
.checkTermoConsentimentoCAMFIEP label a{
    color: #fff;
    text-decoration: underline
}

@media only screen and (min-width: 768px){
    .secoes.contato > .container,
    .secoes--submit-success > .container{
        max-width: 768px   
    }
}

@media only screen and (max-width: 992px){
    .secoes.contato{
        padding: 100px 0;
    }
}
@media only screen and (max-width: 768px){
    .secoes.contato{
        padding: 60px 0 100px 0;
    }
}
@media only screen and (max-width: 576px){
    .group-input{
        width: 100%
    }
    .secoes.contato .input-file{
        width: 100% !important
    }
}


/* Success form */
.secoes--submit-success{
    padding: 250px 0 180px 0;
}
.form-success__msg{
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px
}
.form-success__retornar{
    text-align: center;
    margin-top: 32px;
}
.form-success__btn-voltar{
    display: flex;
    width: auto;
    height: 48px;
    padding: 0px 20px 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #49C3F2;
    border: 0;
    min-width: 190px;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s ease all;
    /* Font */
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}
.form-success__btn-voltar:hover{
    background: #2090bb;
}