#contato .estrutura-contato{
    background: url(../image/bg-contato-interna.png) 30% 0% no-repeat, url(../image/bg.jpg) top center repeat fixed;
    padding-top: 200px;

}

/* Form Validate */
.form-group {
position: relative;
}
.form-group label.error {
    position: absolute;
    top: 15px;
    right: 10px;
    width: auto;
    font-size: 11px;
    color: #ff0000;
    text-align: right;
}

/* Form AjaxForm */
.form .ajaxForm-alert {
    padding: 10px;
    border-radius: 4px;
    margin-top: 14px;
    color: #b6ae84;
    background-color: #fcf8e3;
    border-width: 1px;
    border-style: solid;
    border-color: #dfd8b2;
}
.form .ajaxForm-alert--error {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #dfb6bd !important;
}
.form .ajaxForm-alert--sucess,
.form .ajaxForm-alert--success {
    color: #4e814f !important;
    background-color: #dff0d8 !important;
    border-color: #c1d8ae !important;
}


.form-control {
    border: 1px solid #fd792a !important;
    background: #f9fefd !important;
    border-radius: 20px !important;
    padding: 13px 15px !important;
    font-size: 16px !important;
    height: auto !important;
}

#contato label {
    /* font-size: .8rem; */
    color: #616161;
    position: absolute;
    top: -9px;
    left: 40px;
    font-family: "Quicksand", sans-serif;
    background: #f7ffff;
    font-size: 15px;
    font-weight: 500;
    padding: 0 3px;
}

#contato .titulo-contato {
    margin-bottom: 130px;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

#contato .texto-topo{
    margin-left: 80px;
    font-size: 18px;
}

#contato .row{
    margin-top: 40px;
    display: flex;
    padding-bottom: 50px;
    margin-left: 80px;
    position: relative;
}

#contato .form-group{
    margin-bottom: 5px;
}

#contato .form-group .btn {
    border-radius: 20px;
    background-color: #21286c;
    padding: 0 25px;
    text-transform: inherit;
    height: 50px;
    font-size: 16px;
    margin: 15px 3px 0;
    font-family: "Quicksand", san-serif !important;
    /* font-weight: 200; */
}

#contato svg#Capa_1 {
    height: 50px;
    margin-right: 20px;
}

#contato .item {
    display: flex;
    align-items: end;
    margin-top: 20px;
}

#contato .informacoes-contato a .informacoes-telefone{
    color: #f47721;
}

#contato .informacoes-contato a .informacoes-telefone svg path {
    fill: #f47721;
}

#contato .informacoes-contato a .informacoes-email{
    color: #fe6845;
}

#contato .informacoes-contato a .informacoes-email svg path {
    fill: #fe6845;
}

#contato .informacoes-contato a .informacoes-endereco{
    color: #7569de;
}

#contato .informacoes-contato a .informacoes-endereco svg path {
    fill: #7569de;
}

#contato .informacoes-texto h5 {
    font-size: 17px ;
    font-weight: 600;
    margin-bottom: 10px;
}

#contato .formValidate{
    flex: 1
}

#contato .informacoes-contato{
    flex: 1;
    margin-left: 80px;
}

#contato .imagem-contato {
    flex: 1;
    /* margin-left: -75px */
    position: absolute;
    right: 100px;
    bottom: -87px;
}

#contato .imagem-contato img {
    width: 400px;
}

#contato textarea.form-control {
    width: 100%;
    padding: 15px 15px !important;
    height: 200px !important;

}

input.form-control {
    width: 92% !important;
}

#contato .informacoes-telefone .informacoes-texto p {
    font-weight: bold;
}

#contato .informacoes-email .informacoes-texto p {
    font-weight: 500;
}

@media screen and (max-width: 992px) {

    #contato .estrutura-contato {
        background: url(../image/bg-internas-mobile.jpg) 0 -9% no-repeat, url(../image/bg.jpg) top center repeat fixed;
        padding-top: 145px;
    }

    #contato .titulo-contato {
        margin-bottom: 80px;
    }

    #contato .estrutura-contato .row {
        display: grid;
    }

    #contato .imagem-contato {
        display: none;
    }

    #contato .informacoes-contato {
        margin-left: 0;
    }
    #contato .row{
        margin-left: 0;
    }
    #contato .texto-topo{
        text-align: center;
        margin-left: 0;
    }

}

section.estrutura-contato {
    /* padding: 50px 0 0; */
}

#cat-list-part1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


#contato input.form-control {
    width: 94% !important;
}

#contato .item.informacoes-endereco .informacoes-texto {
    margin-top: 5px;
    margin-left: 10px;
}

#contato svg#Layer_1 {
    height: 68px;
}

#contato svg#Layer_1 {
    margin-left: -10px;
}

@media(max-width: 575px){
    #contato #cat-list-part1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    
    #contato input.form-control {
        width: 92% !important;
    }

    #contato svg#Layer_1 {
        height: 75px;
        margin-left: -10px;
    }
}

#contato section.topicos-desktop ul li {
    z-index: 5;
}

#contato .form-group {
    position: relative;
    }

    label.error {
        color: red !important;
        background: none !important;
        top: 14px !important;
        right: 22px !important;
        font-size: 12px !important;
    }

form.formValidate input {
    line-height: 24px;
}

@media (min-width: 768px) and (max-width: 992px) {
    #contato .estrutura-contato {
        background: url(../image/bg-internas-mobile.jpg) 0 -9.5% no-repeat, url(../image/bg.jpg) top center repeat fixed;
    }
}