@import url(fonts.css);

/*Barra Menu*/


/*Header*/


/*Cor*/


/*Footer*/


/*Font*/


/*Tamanho de texto*/

:root {
    --cor-primary: #007e7a;
    --cor-secondary: #ecb11f;
    --cor-red: #BF305E;
    --cor-grey: #555555;
}

* {
    border: 0px;
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
}

body {
    scroll-behavior: smooth;
    background: #FFF;
    font-family: 'ValeSans Regular', sans-serif;
    position: relative;
    font-size: 16px;
    color: #232323;
}

strong {
    font-family: 'ValeSans Medium', sans-serif;
    font-weight: normal;
}

#top-1 {
    display: none;
}

header {
    background-color: var(--cor-primary);
    height: 50px;
}

header div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

header div a {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

header div a:hover {
    text-decoration: none;
    color: white;
}

main p,
main span {
    font-family: 'ValeSans Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--cor-grey);
}

label {
    font-family: 'ValeSans Bold', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--cor-grey);
}

h1 {
    font-size: 40px;
    line-height: 58px;
    font-family: 'ValeSans Bold', sans-serif;
}

h2 {
    font-family: 'ValeSans Regular', sans-serif;
    color: var(--cor-primary);
    font-size: 28px;
    line-height: 45px;
    font-style: normal;
}

h3 {
    font-family: 'ValeSans Regular', sans-serif;
    font-size: 24px;
    color: var(--cor-primary);
    line-height: 27px;
    font-style: normal;
    margin-bottom: 20px;
}

h4 {
    font-family: 'ValeSans Bold', sans-serif;
    font-size: 18px;
    line-height: 28px;
}

textarea {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

ul {
    list-style-type: square;
}

select {
    width: 100% !important;
}

input,
textarea,
select {
    border: 1px solid #cfd4d8;
    border-radius: 0;
    width: 100%;
    color: #595d64;
    font-size: 14px;
    font-weight: 400;
    padding: 7px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
    /* border: 1.3px solid #3e7898; */
    outline: none;
}

a {
    text-decoration: none;
    color: var(--cor-primary);
    cursor: pointer;
}

a.hyperlink {
    font-family: 'ValeSans Medium', sans-serif;
    text-decoration: none;
    color: var(--cor-primary) !important;
    cursor: pointer;
}

fieldset ul li {
    list-style: none;
}

fieldset ul li label {
    font-weight: bold;
}

button {
    outline: none !important;
}


/**
    ===============================================================================
    Generic class
    ===============================================================================
*/

.hidden {
    display: none !important;
}

.main {
    margin: 0em auto;
    width: 100%;
    padding-bottom: 150px;
    padding-top: 30px;
}


/* h2, h3, h4, h5, h6 {
    border-bottom: solid 1px #a7a4a4;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    width: max-content;
    padding-bottom: 0.5rem;
    margin: 33px 0px 1rem 5px;
    width: 100%;
} */


/**
    ===============================================================================
    Internacionalizacao
    ===============================================================================
*/

.altera-lingua-menu {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    padding: 1em;
}

.altera-lingua-menu span {
    color: white;
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 14px;
}

.altera-lingua {
    /* border-radius: 100%; */
    /* width: 28px;
    height: 28px; */
    border: none;
    cursor: pointer;
    overflow: hidden;
    display: block;
    font-size: 14px;
    float: right;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #FFF;
    outline: none;
    font-weight: 400;
}


/* 
input.pt_BR {
    background-position-y: 0px;
    background: url(../images/flags/pt-br.png) center center no-repeat;
}

input.en_US {
    background-position-y: -18px;
    background: url(../images/flags/en.png) center center no-repeat;
    background-size: contain;
} */

.altera-lingua:hover,
.altera-lingua:focus {
    border: 0;
}


/**
    ===============================================================================
    Button
    ===============================================================================
*/

.buttonRemove {
    background: url("../images/icons/icon-excluir.png") center center no-repeat !important;
    background-size: cover !important;
    float: none !important;
    border: none !important;
    width: 20px !important;
    height: 20px;
    margin: 0 5px !important;
    padding: 0px !important;
    vertical-align: middle;
}

.buttonRemove:hover {
    cursor: pointer;
}

.dxButtons {
    margin: 30px 0 15px 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.button {
    cursor: pointer;
    background-clip: border-box;
    border-width: 0px;
    border-style: none;
}

#incidentStatusDiv fieldset ul li label.button--primary,
label.button--primary {
    font-weight: normal;
    display: inline-block;
}

#incidentStatusDiv fieldset ul li label.button--primary,
label.button--primary,
.button--primary {
    font-family: 'ValeSans Bold', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 15px 15px;
    border-radius: 0px;
    border: 0 solid transparent;
    transition: all .4s;
    min-width: 150px;
    background: var(--cor-primary);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}

#incidentStatusDiv fieldset ul li label.button--primary.primary-hover {
    background-color: var(--cor-secondary);
}

.button--primary:active {
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.03), inset 0px -1px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px #777777, 0px 3px 3px rgba(0, 0, 0, 0.03);
}

.button--primary:hover {
    background-color: var(--cor-secondary);
    color: #FFF;
}

.primary-hover:hover {
    background: #474747;
}

.secondary-hover {
    background: #c5b6ac;
}

.fileParent {
    position: absolute;
    top: -100000px;
    opacity: 0;
    -moz-opacity: 0;
}

.background-1 {
    color: white;
    background: #004071;
    text-align: center;
}

.vertical-align {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.clear-list {
    list-style: outside none none;
}

.initial-list {
    list-style: initial;
}

.required-mark {
    color: #000;
}

.attach-label {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.attachment-list {
    margin: 20px 0px;
}

tr.even {
    background: none;
}

tr.odd {
    background: #d5d5d5;
}

.progress-cursor {
    position: relative;
    cursor: progress;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.overlay {
    opacity: .5;
    background: none no-repeat scroll center center #000c;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.loading .load {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 9999;
    border-radius: 50px;
    border: 6px solid #e5e5e5;
    border-top-color: var(--cor-primary);
    height: 50px;
    width: 50px;
}

@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}

.loading .load {
    animation: is-rotating 1s infinite;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: var(--cor-primary);
    height: 50px;
    width: 50px;
}

.modal-upload {
    width: 50%;
    height: 200px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

.conteudo {
    height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.title_loading {
    font-size: 22px !important;
    font-weight: bold;
    font-family: inherit;
    text-align: center;
    margin-top: 0;
    padding: 0;
    height: 1em;
    color: #000 !important;
}

.div-icon {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}

.img-positivo {
    max-height: 45px;
}

.gif-loading {
    max-height: 45px;
}

.about_loading {
    font-size: 20px !important;
    text-align: center;
}

.div_loading {
    height: 30px;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    border: 1px solid #f1f1f1;
    top: 140px;
}

.fechar {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    max-height: 40px;
}

#incidentAttachmentList {
    margin: 20px 30px;
}

ul#incidentAttachmentList li {
    margin: 10px 0;
}

.upload-button {
    margin: 0 !important;
}

.upload-button span {
    font-family: 'Hurme Geometric Bold', sans-serif;
    color: #FFF;
    font-weight: 700;
}

#validMailPhone {
    font-size: 0.90em;
    color: #B04212;
}

div.ui-datepicker {
    font-size: 10pt;
}

div .toast-title ul li {
    list-style-type: none;
}

select.locale {
    margin: 1em 0 0 0px;
}

table#incidentAuditTable {
    width: 100%;
    text-align: left;
}

#incidentStatusDiv fieldset ul li {
    margin: 10px 0;
}

#incidentStatusDiv fieldset ul li label {
    display: block;
    background-color: #e8e8e8;
    color: #000;
}

table#incidentAuditTable td,
table#incidentAuditTable th {
    padding: 0.4em;
}

table#incidentAuditTable th {
    background: #e8e8e8;
    color: #000;
}

table#incidentAuditTable tr:nth-child(2n+1) {
    background: #f5f6ff;
}

div.dxHint {
    display: inline-block;
}

li.protocolField label>p {
    font-weight: normal;
}

#searchIncidentStatusDiv .protocolField label {
    font-weight: normal;
    display: block;
}

#toast-container * {
    color: #ffffff;
}

.bandeira {
    margin-top: 5px;
    padding-bottom: 10px;
    margin-left: 1%;
}

.jumbotron {
    background: #FFF;
    /* box-shadow: 2.6px 3.1px 11.9px 0.1px rgb(0 0 0 / 22%); */
    padding-top: 20px;
    min-height: 400px;
    margin: 0 auto 0 auto;
    border-radius: 5px;
    /* margin-top: -150px; */
    margin-bottom: 150px;
}

.div-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--cor-red);
    margin-top: 50px;
}

footer p {
    font-size: 13px;
    color: #FFF;
    font-weight: 400;
    margin: 0;
}

nav.navbar-light.bg-light {
    /* -webkit-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%); */
    z-index: 2;
    background: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

ul.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'ValeSans Medium', sans-serif;
    font-size: 16px;
    transition: all 0.6s ease 0s;
    white-space: nowrap;
    color: #BBBBBB;
    font-weight: 500;
    line-height: 1;
    padding: 0 10px;
    transition: all .1s;
}

li.nav-item {
    position: relative;
    margin: 0 10px;
    border: 1px solid#BBBBBB;
    padding: 0.5em;
    border-radius: 50px;
}

.active {
    color: var(--cor-red) !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    opacity: .6;
}

.navbar-brand img {
    padding: 1em 2em 1em 0;
    float: none;
    width: auto;
    max-width: 100%;
}

.dropdown-menu {
    background: #57c3c3;
}

.dropdown-menu a {
    text-align: center;
    border-bottom: 0.75px solid #757575;
    white-space: nowrap;
    padding: 0px 5px !important;
}

.dropdown-menu a:hover {
    background: var(--cor-primary);
}

.dropdown-menu a:last-child {
    border: 0;
}

@media(max-width: 708px) {
    ul.navbar-nav.align-items-center {
        padding-top: 30px;
    }

    li.nav-item {
        position: relative;
        padding: 5px 0 5px 0;
    }

    .navbar-nav .dropdown-menu {
        text-align: center;
    }
}

.topo-site {
    box-shadow: 0px 2px 10px 0px rgba(90, 90, 90, 0.7);
}

.itens-lgpd li {
    list-style: none;
}


/* .divider {
    display: block;
    width: 100%;
    height: 0.75px;
    background-color: #8C8C8C;
    margin: 15px 0;
} */

.title-canal {
    font-weight: bold;
    margin-bottom: 20px
}


/*BANNER*/

.banner {
    background-color: var(--cor-red);
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.banner img {
    width: 100%;
}

.banner-content {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -43%);
}

.banner-content p {
    font-family: 'ValeSans Light', sans-serif;
    color: white;
}

.banner-content h3 {
    font-family: 'ValeSans Light', sans-serif;
    color: #FFF;
}

.banner-content span {
    font-family: 'ValeSans Medium', sans-serif;
    color: #FFF;
}

.number-channel {
    -webkit-touch-callout: inherit;
    background-color: var(--cor-primary);
    font-size: 24px;
    font-family: 'ValeSans Medium', sans-serif;
    padding: 5px;
}

h1.title {
    color: white;
    left: 210px;
    top: 50px;
    font-size: 24px;
}

.box-titulo {
    margin: auto;
    max-width: 900px;
    z-index: 2;
}

.box-titulo h1 {
    color: white !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
    visibility: visible;
    font-weight: bold;
}

.overlay-banner {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.2;
}

@media(max-width:708px) {
    .div-banner {
        height: 200px;
    }

    .box-titulo h1 {
        color: white !important;
        font-size: 28px;
    }
}

button#fechar-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    color: #FFF;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.some {
    display: none !important;
}

.ativo {
    background: var(--cor-primary);
    transition: all 0.5s ease 0s;
    border: 1px solid #232323;
}

.alert.alert-success {
    padding: 5px 15px 2px 15px;
    border: 0;
}

button.navbar-toggler {
    background: #FFF;
    margin: 5px 10px;
}

#sec-07 {
    background: #522582;
    position: relative;
}

.c-news {
    position: absolute;
    top: -83%;
    right: 0;
}


/*- POP UP -*/

.pop-up {
    position: fixed;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 99;
    display: flex;
}

.box-pop-up {
    margin: auto;
    min-width: 550px;
    background: #fff;
    padding: 30px;
}


/* INPUT CHECKBOX TERMO */

.switch {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 25px 0;
}

.switch .switch-text {
    padding-left: 1rem;
    font-weight: bold;
}

.switch .switch-wrapper {
    display: inline-block;
    min-width: 60px;
    height: 34px;
    position: relative;
}

.switch .switch-wrapper .switch-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    background-color: var(--cor-grey);
}

.switch .switch-wrapper input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .switch-wrapper .switch-button::before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    transition: .4s all ease;
    background: aliceblue;
}

.switch .switch-wrapper input:checked+.switch-button {
    background-color: #28a745;
}

.switch .switch-wrapper input:checked+.switch-button::before {
    transform: translateX(26px);
    content: "\f00c";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232323;
}

#complainantFields>div {
    margin-bottom: 1em;
    margin-top: 2em;
}

.animate__animated.animate__fadeInDown {
    --animate-duration: 2.5s;
    --animate-delay: 2s;
}

.collapse.in {
    display: block;
}

.card {
    margin-bottom: .5em;
    border: 0;
    padding: 0;
    box-shadow: 2.6px 3.1px 11.9px 0.1px rgb(0 0 0 / 22%);
    margin-bottom: 1em;
}

.btn-link {
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    background-color: transparent;
    display: block;
    text-align: left;
    width: 100%;
    color: var(--cor-grey);
    padding-left: 0;
}

.btn-link:hover,
.btn-link:focus {
    cursor: pointer;
    text-decoration: none;
    color: var(--cor-grey);
}

.btn-link.collapsed::after {
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: 15px;
    color: var(--cor-primary);
}

.btn-link::after {
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f077";
    position: absolute;
    right: 15px;
    color: var(--cor-primary);
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #FFF;
    border: 0;
    /* border-bottom: 1px solid rgba(0,0,0,.125); */
}

.card-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.fluxo-relato {
    position: relative;
    height: auto;
    min-height: 250px;
    background: #007E7A;
    padding: 2em 1.5em;
    margin: 100px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
}

.fluxo-relato .box img {
    max-width: 130px;
}

.fluxo-relato .box {
    background-color: transparent;
    max-width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    margin-top: -100px;
}

@media(max-width:1300px) {
    .fluxo-relato .box {
        margin-top: 0;
    }
}

.fluxo-relato .box p {
    color: #FFF !important;
    font-family: 'ValeSans Light', sans-serif;
}

.fluxo-relato .box span {
    color: #FFF !important;
    font-family: 'ValeSans Medium', sans-serif;
}

.icon-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0px -10px 12px rgba(0, 0, 0, 0.3);
}

.icon-circle.acolhimento {
    background: #FFF url(../images/icons/acolhimento-icon.png) center center no-repeat;
    background-size: 120px;
}

.icon-circle.registro {
    background: #FFF url(../images/icons/registro-icon.png) center center no-repeat;
    background-size: 120px;
}

.icon-circle.confidencial {
    background: #FFF url(../images/icons/confidencial-icon.png) center center no-repeat;
    background-size: 120px;
}