/**
    ===============================================================================
    Reset and style for tags
    ===============================================================================
*/

* {
    margin: 0px;
    padding: 0px;
    border: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: var(--color-Text);
}

p {
    font-size: 1rem;
    line-height: 28px;
    margin-bottom: .5rem;
    color: #1e1e1e;
}

label {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    margin: 1.5rem 0 .5rem 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 1rem 0;
    font-family: "Montserrat", sans-serif;
    line-height: 1.3;
    color: var(--color-grey);
}

h1 {
    font-size: 3.052rem;
}

h2 {
    font-size: 2.441rem;
}

h3 {
    font-size: 1.953rem;
}

h4 {
    font-size: 1.563rem;
}

h5 {
    font-size: 1.25rem;
}

small,
.text_small {
    font-size: 0.8rem;
}

textarea {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    height: 150px;
}

.link {
    position: relative;
}

select {
    width: 100%;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
    /* border: 1.3px solid #3e7898; */
    outline: none;
}

input,
textarea,
select {
    border: 1.3px solid var(--border);
    border-radius: 5px;
    font-size: 15px;
    max-width: 100%;
    width: 100%;
    padding: 14px 8px 14px 8px;
    background: var(--background);
}

input:focus,
textarea:focus,
select:focus {
    background-color: #F4F9FF;
}

a {
    text-decoration: none;
}

a[disabled="disabled"] {
    pointer-events: none;
}

fieldset ul li {
    list-style: none;
}

fieldset ul li label {
    font-weight: 300;
}

/**
    ===============================================================================
    Generic class
    ===============================================================================
*/

.hidden {
    display: none;
}

/**
    ===============================================================================
    Idiomas
    ===============================================================================
*/

.altera-lingua-menu {
    width: 100%;
    max-width: 1150px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 6px;
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    z-index: 9999;
    margin: 0 auto;
}

.altera-lingua {
    background-color: transparent;
    color: #fff;
    width: 25px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
}

/* input.pt_BR {
    background-position-y: 0px;
    background: url(../images/flags/pt-br.png) center center no-repeat;
}
 */

.altera-lingua:hover,
.altera-lingua:focus {
    border: 0;
    background: none;
    color: var(--color-secondary);
}


/**
    ===============================================================================
    Button
    ===============================================================================
*/

.buttonRemove {
    background: url("../images/icons/iconExcluir.png") center center no-repeat !important;
    background-size: cover;
    float: none !important;
    border: none !important;
    width: 16px !important;
    height: 16px;
    margin: 0 5px !important;
    padding: 0px !important;
    vertical-align: middle;
}

.dxButtons {
    margin: 1.875rem 0 1rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.button {
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    background-clip: border-box;
    padding: 8px 16px 8px 16px;
    font-size: 1rem;
    transition: all .3s linear;
    font-weight: 700;
}

.button--primary {
    margin: 0;
    line-height: 0;
    border-radius: 8px;
    min-height: 50px;
    background: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.button--primary:hover {
    background-color: #fff;
    color: var(--color-primary);
}

.button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    color: #333;
    background-color: #ffffff;
    border-color: #c0c0c0;
}

.fileParent {
    position: absolute;
    top: -100000px;
    opacity: 0;
    -moz-opacity: 0;
}

.background-1 {
    color: white;
    background: #004071;
    text-align: center;
}

.attach-label {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.attach-label {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.required-mark {
    color: red;
    font-weight: bold;
}

.attachment-list {
    margin: 10px 0px;
}

tr.even {
    background: none;
}

tr.odd {
    background: #d5d5d5;
}

.progress-cursor {
    cursor: progress;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    opacity: 0.7;
    background: none no-repeat scroll center center #333333;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.loading .load {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 9999;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50px;
}

.load-size {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
}

.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;
}

.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;
}

.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;
}

footer {
    position: relative;
    width: 100%;
    padding: .625rem;
    background-color: var(--color-secondary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p {
    color: #fff;
    margin: 0;
}


#incidentAttachmentList {
    margin: 1rem 1.5rem;
}

#incidentAttachmentList li {
    list-style: disc !important;
}

.upload-button {
    padding: 8px 16px;
}

select.locale {
    margin: 1em 0 0 0px;
}

table#incidentAuditTable {
    width: 100%;
    text-align: left;
}

#incidentStatusDiv fieldset ul li {
    margin: 10px 0;
}

table#incidentAuditTable td,
table#incidentAuditTable th {
    padding: 0.4em;
    border: 1px solid var(--border);
}

table#incidentAuditTable th {
    background: #e8e8e8;
    color: #000;
}

table#incidentAuditTable tr:nth-child(2n+1) {
    background: var(--background);
}

/* HEADER e NAVBAR */


header {
    background-color: #FFF;
    width: 100%;
}

.header {
    position: relative;
    width: 100%;
    height: auto;
    background: #FFF;
    padding: 1.5rem .5rem 1.5rem .5rem;
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin: 0 auto;
}


button.navbar-toggler {
    border: 0;
    background-color: var(--color-primary);
    margin: .5rem;
    margin-left: auto;
}

button.navbar-toggler span {
    color: #FFF;
    float: right;
}

nav.navbar-light.bg-light {
    background: var(--color-primary) !important;
    padding: .5rem;
}

.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: .5rem;
}

li.nav-item {
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: all .4s;
}

.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    color: #FFF;
    padding: 0 10px;
    text-decoration: none;
}

a.nav-link:hover {
    color: var(--color-secondary) !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-secondary) !important;
}

.dropdown-menu a {
    text-align: center;
    border-bottom: 0.75px solid #ccc;
    white-space: nowrap;
    padding: 0px 5px;
}

.dropdown-menu a:hover {
    background: var(--cor-primary);
    color: var(--cor-primary);
}

.dropdown-menu a:last-child {
    border: 0;
}

#btn-mobile-open,
#btn-mobile-close {
    display: none;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

/* BANNER */

.banner {
    background-color: #f1f1f1;
}

.banner .container {
    width: 100%;
    max-width: 1150px;
    height: 400px;
    margin: 0 auto;
    padding: 1rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner img {
    width: 200px;
    vertical-align: middle;
}

.banner h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--color-primary);
    text-transform: uppercase;
}

main {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.about-div-page {
    width: 100%;
    max-width: 1150px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 100px;
    margin: 0 auto;
}

#incidentCreationDiv {
    margin: 0 auto;
}

#validMailPhone {
    font-size: 0.90em;
    color: red;
    margin: .5rem 0;
}

.anonymousEmailDescription {
    margin: .5rem 0;
    color: red;
    font-size: .8rem;
}

.some {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.ativo {
    background-color: #FFF;
    color: var(--color-primary);
    border-color: var(--color-primary);
    transition: all 0.5s ease 0s;
}

.w-100 {
    width: 100%;
}

.w-300 {
    max-width: 300px;
}

.list-files li {
    margin: 1.5em 0;
    padding: 1em;
    width: fit-content;
}

.list-files li.file a {
    font-size: .9em;
    color: var(--color-primary);
    font-weight: 900;
}

.list-files li.file a::before {
    content: "\f56d";
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 24px;
    display: inline-block;
    color: var(--color-primary);
    overflow: visible;
    vertical-align: -.125em;
    margin-right: 10px;
}

/* INPUT CHECKBOX TERMO */

.switch {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 25px 0;
}

.switch .switch-text {
    padding-left: .675rem;
    text-align: left;
    line-height: 1.2;
}

.switch .switch-button {
    min-width: 18px;
    height: 18px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 2px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.switch input:checked+.switch-button {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.switch input:checked+.switch-button::before {
    content: "\e876";
    font-family: 'Material Symbols Outlined';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:focus+.switch-button {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .35);
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* Recommended icon sizes */
span.size-20 {
    font-size: 20px;
    font-variation-settings: 'OPSZ' 20;
}

span.size-24 {
    font-size: 24px;
    font-variation-settings: 'OPSZ' 24;
}

span.size-40 {
    font-size: 40px;
    font-variation-settings: 'OPSZ' 40;
}

span.size-48 {
    font-size: 48px;
    font-variation-settings: 'OPSZ' 48;
}


/* CARD */
div#accordion {
    margin-top: 20px;
}

.card {
    border: none;
    background: #FFF;
    border-radius: 15px;
    margin-bottom: .5rem;
}

.card h4 {
    margin: 1rem 0;
    padding-right: 3rem;
}

.card-body {
    padding: .75rem 1.25rem;
}

.card-body p {
    font-size: 1.125rem;
    padding-right: 3rem;
}

.card-header {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-radius: 0;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
    border-radius: 8px;
}


#menuLateral div {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2.5rem .5rem;
}

#menuLateral div button,
#menuLateral div a {
    width: 100%;
    position: relative;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    border: 1px solid;
    transition: all .3s linear;
}

#menuLateral div button:hover,
#menuLateral div a:hover {
    background-color: #fff;
    border-color: var(--color-primary);
    color: var(--color-primary);
}

#menuLateral button::before,
#menuLateral a::before {
    content: '';
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    font-size: 22px;
}

#menuLateral button.pgInicial::before {
    content: "\e88a";
}

#menuLateral button.pgGdpr::before {
    content: "\e897";
}

#menuLateral a.dowmloa_file::before {
    content: "\f090";
}

#menuLateral button.pgSearch::before {
    content: "\e8b6";
}

.button--primary::after {
    content: "";
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
}

.btSearch::after {
    content: "\e8b6";
    transform: rotate(90deg);
    margin-left: 15px;
}

.btProsseguir::after {
    content: "\eaaa";
    margin-left: 15px;
}

.btSalvar::after {
    content: "\eaaa";
    margin-left: 15px;
}


#labeattach::after {
    content: "\f841" !important;
    margin-left: 15px;
}

.itens-lgpd {
    list-style: none;
    padding-left: 0;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.attachment-trigger:focus {
    outline: 3px solid #0d6efd;
    outline-offset: 3px;
}