/* Estilos CSS para a página */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.page_title.transparent {
    padding-top: 20px;
}

.page_title.transparent .breadcrumbs {
    margin-bottom: 16px;
    color: #808080;
}


.breadcrumbs {
    display: none;
    position: relative;
    font-size: 12px;
    line-height: 22px;
    color: inherit;
    margin: 0 0 6px;
    text-transform: capitalize;
    width: auto;
    height: auto;
}

.top_nav .top_nav_wrapper>ul>li,
.top_nav .main_menu_nav>ul>li,
.breadcrumbs {
    text-transform: none !important;
}


.page_title.transparent h1 {
    padding-bottom: 60px;
    padding-top: 20px !important;
    margin-bottom: 20px;
    width: 1110px;
    height: 62px;
}


.page_title span,
.page_title h1,
.page_title a {
    color:#005E67 !important;
}

.page_title.transparent h1:after {
    background: linear-gradient(94deg, #F1C318 4.78%, #F1C318 122.83%);
}

body .page_title h1:after {
    background: #5d4885;
}

.page_title h1:after {
    background: #fff;
}

h1, h2, h3, h4 {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

h1,
.h2, h3, .h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    letter-spacing: -0.04em;
    color: #5d4885;
    padding: 0;
    margin: 0 0 23px;
    font-size: 45px;
    line-height: 60px;
}

h2,
.h2 {
    font-size: 36px;
    letter-spacing: -0.06em;
    line-height: 45px;
    padding: 10px 0 0;
}

h2:after,
.h2:after {
    margin: 11px 0 0;
}

h1:after,
.h1:after,
h2:after,
.h2:after,
h3:after,
.h3:after,
.h4:after,
h5:after,
.h5:after,
h6:after,
.h6:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #a88120;
    border-radius: 3px;
    margin: 11px 0 0;
}

.content-area {
    display: flex;
    width: 1110px;
    height: 579.562px;
    line-height: 18.5714px;
    text-size-adjust: 100%;
}


/* CONTEÚDO DO SITE */

.data-container {
    display: flex;
    flex-direction: column;
    padding: 25px 0 0 0;
    margin: 0 0 150px 500px;
    width: 100%;
    max-width: 880px;
    align-items: center;
    justify-content: center;
}


.form-control {
    width: 100%;
    height: auto;
}

.textareadnc {
    width: 100%; 
    height: 192px;
}

.form-group {
    margin-bottom: 35px;

}

.suggestion {
    text-align: center;
}

.logo-az {
    display: flex;
    justify-content: center;
}

label {
    display: block;
    font-weight: bold;
    top: -35px;
    padding: 10px;
}

.observation {
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items:start;
    text-align: justify;
}

.observation p {
    color: rgb(0, 0, 0);
    text-align: justify;
    line-height: 26px;
    font-size: 22px;
    font-family: "Open Sans";
    margin-bottom: 20px;
    margin-top: 0;
}


.sector {
    top: 0px;
    font-size: 18px;
    padding: 10px 0;
    font-family: "Open Sans";
}

.subject {
    top: 0px;
    font-size: 18px;
    padding: 10px 0;
    font-family: "Open Sans";
}

.description {
    top: 0px;
    font-size: 18px;
    padding: 0;
    margin: 10px 0 0 0;
    font-family: "Open Sans";
}

.desc_den {
    color: rgb(0, 0, 0);
    text-align: justify;
    line-height: 26px;
    font-size: 14px;
    font-family: "Open Sans";
    margin: 0 ;
}

input[type="file"] {
    display: none;

}

.custom-file-upload {
    border: 1px solid #e2e2e2;
    display: inline-block;
    padding: 6px 30px;
    cursor: pointer;
}

.textareadnc {
    border-radius: 10px;
    padding: 10px;
    line-height: 1.5;
}

#archive {
    background-image: url(upload.SVG);
}

.form-control {
    padding: 10px;
    border-radius: 10px;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

label.labelInput input[type="file"] {
    position: fixed;
    top: -1000px;
}

.labelInput {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 2px 5px;
    margin: 5px;
    background: #DDD;
    display: inline-block;
}

.labelInput:hover {
    background: #fff;
}

.labelInput:active {
    background: #FFF;
}

.labelInput :invalid+span {
    color: #A44;
}

.labelInput :valid+span {
    color: #4A4;
}

label span .nome-arquivo {
    color: red;
}