.fileUploadProgress {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.fileUploadProgress span {
    background-color: #FAFAFA;
    padding: 20px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    position: fixed;
    top: 50%;
    height: 20px;
    width: 350px;
    margin-top: -10px;
    margin-left: -175px;
    z-index: 10000;
    display: none;
}

.administradBy {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.administradBy img {
    width: 24%;
}

.administradBy p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.info-extension {
    font-size: 14px;
    text-align: center;
    color: #646464;
}

.upload {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: #001A72 !important;
    border: 1px #ddd solid;
    color: #333;
    padding: 1rem;
    text-align: center;
    padding: 1rem !important;
    color: #fff;
}

.upload span {
    text-align: center;
    color: #fff;
}

.attachmentFieldset {
    margin-bottom: 4rem 0;
}

.main {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.content {
    padding: 1rem 0rem 1rem 0rem;
}

/* SECTION INICIAL */

section#inicial {
    background: linear-gradient(0deg, rgb(66, 0, 128) 0%, rgb(140, 92, 242) 35%);
}

section#inicial .content div:nth-child(1) {
    width: 100%;
}

#reportIncident .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0rem 1rem 6rem 1rem
}

section#inicial .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 4rem 1rem 4rem 1rem;
}

#reportIncident .hero .content img {
    width: 40%;
}

section#inicial .content p {
    color: #1e1e1e;
}

section#inicial .content div:nth-child(2) {
    height: 100%;
}

section#inicial .content img {
    width: 100%;
    /* filter: drop-shadow(2    px 4px 6px); */
    transform: rotateY(180deg);
}


/* SECTION TERMS */

#searchResp .hero h2 {
    color: #fff;
}

#searchResp .hero {
    background: #001A72;
}

#searchResp .hero .container{
    padding: 2rem;
}

#gdpr .hero h2 {
    color: #fff;
}

#gdpr .hero {
    background: #001A72;
}

#gdpr .hero .container{
    padding: 2rem;
}

#gdpr #faq{
    margin-top: 2rem;
}


section#terms {
    background: #fff;
}

#terms .hero .container div {
    width: 100%;
    padding: 2rem;
}

#terms .hero {
    background: #001A72;
}

#terms .hero .container div h2 {
    color: #fff;
}

#terms .content-and-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.term {
    background: #eeeeeeba;
    padding: 12px;
}

#reportIncident .hero {
    background: #001A72;
    margin-bottom: 2rem;
    padding-top: 40px;
}

#reportIncident .hero .container h2 {
    color: #fff;
}

#reportIncident .hero .container div {
    width: 100%;
    padding: 2rem;
}


.btcreate {
    color: #fff;
    background: var(--color-primary);
    padding: 10px;
    font-size: 17px;
    border-radius: 0px;
    border: 1px #ddd solid;
    margin-top: 2rem;
    transition: all 1s ease;
    margin: 24px auto;
}

.btcreate:hover {
    background: #001A72;
    transition: all 1s ease;
    transform: translateY(10px);
}

header {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-primary);
    padding: 0;
}

.menu-mobile {
    visibility: visible !important;
    flex-direction: column;
    background: #001A72;
    height: calc(100vh - 4.6875rem);
    width: 100%;
    position: absolute;
    left: 0;
    align-items: center;
    top: 4.6875rem;
    transition: all 0.3s ease;
    justify-content: start !important;
}

header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header .link_action {
    color: #1e1e1e;
    text-decoration: none;
    font-size: 1.2rem;
    position: relative;
}

nav>ul>li {
    padding: 5px;
    text-align: center;
    position: relative;
}

nav ul li .link_action::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: var(--color-primary);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
}

nav ul li .link_action:hover::before {
    opacity: 1;
    bottom: -.75rem;
}

nav {
    width: 100%;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 31px;
    margin: 0;
}

#etapas_canal {
    background: #fff;
    padding: 3rem 0 7rem 0;
}

#etapas_canal h2 {
    padding: 2rem 0 5rem 0;
    text-align: center;
}

#etapas_canal div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

#etapas_canal .container div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;

}

#etapas_canal .container div p {
    color: #000;
}

/* Icons */
.icon {
    background: #fff;
    border: 2px solid #001A72;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.icon .icon-import {
    font-size: 44px;
    color: #001A72;
}

.icon-and-text {
    position: relative;
}

.icon-and-text h4 {
    padding: 0;
    margin: 0;
    color: #001A72;
    font-size: 1.363rem;
    font-weight: bold;
}

.line1 {
    width: 100%;
    height: 2px;
    background: #001A72;
    transform: rotate(-28deg);
    position: relative;
    top: -118px;
    left: 138px;

}

.line2 {
    width: 100%;
    height: 2px;
    background: #001A72;
    transform: rotate(-155deg);
    position: relative;
    top: -107px;
    left: 141px;
}

.separetor-left {
    z-index: 10;
    background: #ffffff;
    width: 100%;
    height: 10vh;
    clip-path: polygon(0 0%, 0% 100%, 100% 100%);
    position: absolute;
    bottom: -1px;
}

.separetor-rigth {
    background: #001A72;
    width: 100%;
    height: 8vh;
    clip-path: polygon(0 0%, 0% 100%, 100% 100%);
    transform: rotateY(180deg);
    position: absolute;
    bottom: -1px;
}

#searchIncident {
    background: #eee;
    padding: 7rem 0 7rem 0;
    position: relative;
}

#searchIncident .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}

#searchIncident .container p {
    text-align: center;
}

#searchIncident .container div {
    position: relative;
    width: 70%;
}

#searchIncident h2 {
    color: #333;
}

#searchIncident input {
    border-radius: 30px;
}

.initial-search-incident {
    position: absolute;
    right: 3px;
    border-radius: 50%;
    top: 3px;
    background: #001A72;
    color: #fff;
    transition: all 0.3s linear;
    width: 51px;
    height: 51px;
}

.initial-search-incident.fa-arrow-right {
    transition: all 0.3s linear;
}

.initial-search-incident:hover .fa-arrow-right {
    transition: all 0.3s linear;
    transform: scaleX(1.5);
    color: #00f71d;
}

.hero {
    /* background-image: linear-gradient(to bottom, #2f2fa2, #474fc0, #5f6fdd, #001A72, #7b78f5, #918ffb, #a7a6ff); */
    background-color: #eeeeee;
    position: relative;
}

.hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero .container div img {
    width: 70%;
    transform: rotateY(180deg);
}

.hero .container div h1 {
    color: #fff;
}

.hero .container div:nth-child(3) img {
    transform: rotateY(0deg);
    width: 70%;
}


.buttonprimary {
    background: #001A72;
    transition: all 1s ease;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.buttonprimary:hover {
    transition: all 1s ease;
    transform: translateY(10px);
}

#faq {
    background: #fff;
    padding: 0 0rem 3rem 0;
    position: relative;
}

#faq details p {
    transition: all 0.3s linear;
}

#faq details {
    border: 1px #001A72 solid;
    border-radius: 0px;
    box-shadow: 0px 2px 11px -5px #001A72;
    transition: all 0.5s ease;
}

#faq details:hover {
    transform: translateX(-4px);
    transition: all 0.5s ease;
}

#faq details summary {
    background: #ffffff;
    color: #001A72;
    padding: 15px;
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px #001A72 solid;
}

#faq details p {
    padding: 8px 15px;
    color: #000;
    font-weight: 500;
}

#faq .container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0rem 1rem 3rem 1rem;
}

#faq .container h2 {
    text-align: center;
    margin-top: 5rem;
}

.efect {
    position: absolute;
    top: 0;
    right: 69px;
}

.efect2 {
    position: absolute;
    bottom: 0;
    left: 69px;
    transform: rotate(180deg);
}

.logo img {
    width: 200px;
}

.dropDown {
    display: none;
    transition: all 0.5s ease;
    width: 28rem;
    max-width: 15rem;
    opacity: 0;
    background: #001A72;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.report:hover .dropDown {
    transition: all 0.5s ease;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.dropDown .Drop_link_action>a {
    color: #fff;
}

.btn-menu-hamburger {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    right: 20px;
}

nav ul .dropDown>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1px;
    padding: 8px 0px 0 0px;
}

.dropDown>ul li {
    width: 100%;
}

.Drop_link_action {
    padding: 14px;
}

.dropDown>ul .Drop_link_action>a {
    position: relative;
}

.Drop_link_action>a::before {
    content: url('../images/caret-right-solid.svg');
    width: 10px;
    transition: all 0.3s linear;
    position: absolute;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
    z-index: 1;
    left: 7px;

    opacity: 0;
}

.Drop_link_action>a:hover::before {
    transition: all 0.3s linear;
    opacity: 1;
    /* bottom: -.75rem; */
}

#report {
    position: relative;
}

.separetor-menu {
    background: #fff;
    width: 100%;
    height: 10vh;
    clip-path: polygon(0 0%, 0% 100%, 100% 100%);
    transform: rotate(0deg);
    margin-top: 5rem;
    transform: rotateY(180deg);
}

.cobranding {
    padding: 2rem 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.cobranding img {
    width: 100px;
}

.separetor {
    height: 33px;
    display: block;
    border: 1px #ddd solid;
}

footer {
    box-shadow: 0px 0px 2px var(--color-primary);
}

footer>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer>.container>.links>a {
    display: flex;
    flex-direction: column;
    color: #001A72;
    font-weight: bold;
    font-size: 17px;
}

footer>.container>.links>a:hover {
    transition: all 0.3s linear;
    text-decoration: underline;
}

.administrate {
    background: var(--color-primary);
    padding: 1rem 33px;
    border-top: 1px #ddd solid;
    font-size: 12px;
    text-align: right;
}

.administrate .footer {
    color: #fff;
}

#outros-assuntos {
    position: relative;
    padding: 2rem;
    background: #eee;
}

#outros-assuntos a {
    color: #001A72;
    font-size: 17px;
    color: #333;
}

#outros-assuntos .container div h3 {
    margin: 0;
    color: #333;
}

#outros-assuntos .container div h5 {
    color: #333;
    font-weight: bold;
}

#outros-assuntos .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#outros-assuntos .container h3:nth-child(2) {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#outros-assuntos .container div:nth-child(2) {
    max-width: 24rem;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}



.img-other-subject img {
    width: 30%;
    /* transform: rotateY(180deg); */
}

.img-hero2 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.btn-disable {
    cursor: not-allowed;
    pointer-events: none;
    color: #c0c0c0;
    background-color: #ffffff;
}

.info-reportIncident {
    color: #fff;
}

#formIdentification .complainantFields {
    padding: 23px;
    box-shadow: 0px 1px 5px -2px #c8c8c8;
    background: #eeeaf3;
}

.anonymousEmailDiv {
    padding: 23px;
    box-shadow: 0px 1px 5px -2px #c8c8c8;
}

#identification {
    margin-bottom: 2rem;
}

#reportIncident {
    margin-bottom: 2rem;
}


/* INICIO CUSTOM INPUT RADIO */

input[type="radio"]::before {
    content: '';
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 41px;
}

input[type="radio"] {
    appearance: none;
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
    border: none;
    border-radius: 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.divPesquisa {
    margin-top: 4rem;
}

#opt_channel_feedback {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

#opt_channel_feedback label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 1rem;
}

#opt_channel_feedback label {
    transition: 0.5s linear;
    cursor: pointer;
    max-width: 180px;
    text-align: center;
}

#opt_channel_feedback label span {
    margin-bottom: 6px;
    font-size: 15px;
}

#opt_channel_feedback label:has(input[type="radio"]:checked) input[type="radio"]::before {
    transform: translateY(-5px);
}

#opt_channel_feedback label:hover input[type="radio"]::before {
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
}

/* Color RED */
#opt_channel_feedback label:nth-child(1):hover {

    box-shadow: 0px 1px 6px 3px rgb(231 222 222 / 33%);
    transition: 0.5s linear;
    /* /* border: 1px rgba(255, 0, 0, 0.329) solid; */
}

#opt_channel_feedback label:has(#extremely_dissatisfied:checked) {
    /* border: 1px #eee solid; */
    box-shadow: 0px 1px 6px 3px rgb(231 222 222 / 33%);
    transition: 0.5s linear;
    background: rgba(255, 0, 0, 0.329);
    /* /* border: 1px rgba(255, 0, 0, 0.329) solid; */
}

#extremely_dissatisfied::before {
    content: '\f194';
    color: red;
    transition: 0.5s linear;
}

#extremely_dissatisfied:checked {
    /* border-bottom: 1px #eee solid; */
    /* transition: 0.5s linear; */
}

#opt_channel_feedback label #extremely_dissatisfied:hover {
    background: #fff;
    transition: 0.5s linear;
}

#extremely_dissatisfied {
    transition: 0.5s linear;
}


/* Color ORANGE */

#opt_channel_feedback label:nth-child(2):hover {
    /* border: 1px #eee solid; */
    box-shadow: 0px 1px 6px 3px rgb(231 222 222 / 33%);
    transition: 0.5s linear;
}

#opt_channel_feedback label:has(#sentiment_dissatisfied:checked) {
    /* border: 1px #eee solid; */
    box-shadow: 0px 1px 6px 3px rgb(231 222 222 / 33%);
    transition: 0.5s linear;
    background: rgba(255, 166, 0, 0.329);
}

#opt_channel_feedback label:nth-child(2)::before:hover {
    transform: translateY(-5px);
    transition: 0.5s ease-in-out;
}

#sentiment_dissatisfied::before {
    content: '\e811';
    color: orange;
    transition: 0.5s linear;
}

#sentiment_dissatisfied:checked {
    background: #fff;
    /* border-bottom: 1px #eee solid; */
    transition: 0.5s linear;
    /* background: rgba(255, 166, 0, 0.329); */
}

#opt_channel_feedback label #sentiment_dissatisfied:hover {
    /* background: rgba(255, 166, 0, 0.329); */
    transition: 0.5s linear;
}

#sentiment_dissatisfied {
    transition: 0.5s linear;
}


/* Color GOLD */

#opt_channel_feedback label:nth-child(3):hover {
    /* border: 1px #eee solid; */
    box-shadow: 0px 1px 6px 3px rgb(231 222 222 / 33%);
    transition: 0.5s linear;
}

#opt_channel_feedback label:has(#sentiment_neutral:checked) {
    /* border: 1px #eee solid; */
    box-shadow: 0px 1px 6px 3px rgb(231 222 222 / 33%);
    transition: 0.5s linear;
    background: rgba(255, 166, 0, 0.329);
}

#opt_channel_feedback label:nth-child(3)::before:hover {
    transform: translateY(-5px);
    transition: 0.5s ease-in-out;
}

#opt_channel_feedback label:hover #sentiment_neutral::before {
    color: #b16e06 !important;
}

#sentiment_neutral::before {
    content: '\e812';
    color: gold;
    transition: 0.5s linear;
}

#sentiment_neutral:checked {
    background: #fff;
    transition: 0.5s linear;
}

#sentiment_neutral:checked::before {
    color: #b16e06 !important;
    transition: 0.5s linear;
}

#opt_channel_feedback label #sentiment_neutral:hover {
    /* background: rgba(255, 166, 0, 0.329); */
    transition: 0.5s linear;
}

#sentiment_neutral {
    transition: 0.5s linear;
}

/* Color Mediumseagreen  */
#opt_channel_feedback label:nth-child(4):hover {
    /* border: 1px #eee solid; */
    box-shadow: 0px 1px 6px 3px rgb(231 222 222 / 33%);
    transition: 0.5s linear;
}

#opt_channel_feedback label:has(#sentiment_satisfied:checked) {
    /* border: 1px #eee solid; */
    box-shadow: 0px 1px 6px 3px rgb(231 222 222 / 33%);
    transition: 0.5s linear;
    background: rgba(60, 179, 114, 0.329);
}

#opt_channel_feedback label:nth-child(4)::before:hover {
    transform: translateY(-5px);
    transition: 0.5s ease-in-out;
}

#sentiment_satisfied::before {
    content: '\e813';
    color: mediumseagreen;
    transition: 0.5s linear;
}

#sentiment_satisfied:checked {
    background: #fff;
    transition: 0.5s linear;
}

#opt_channel_feedback label #sentiment_satisfied:hover {
    background: #fff;
    transition: 0.5s linear;
}

#sentiment_satisfied {
    transition: 0.5s linear;
}

/* Color GREEN  */

#opt_channel_feedback label:nth-child(5):hover {
    /* border: 1px #eee solid; */
    box-shadow: 0px 1px 6px 3px rgb(231 222 222 / 33%);
    transition: 0.5s linear;
}

#opt_channel_feedback label:has(#sentiment_very_satisfied:checked) {
    /* border: 1px #eee solid; */
    box-shadow: 0px 1px 6px 3px rgb(231 222 222 / 33%);
    transition: 0.5s linear;
    background: rgba(0, 128, 0, 0.329);
}

#opt_channel_feedback label:nth-child(5)::before:hover {
    transform: translateY(-5px);
    transition: 0.5s ease-in-out;
}

#sentiment_very_satisfied::before {
    content: '\e815';
    color: green;
    transition: 0.5s linear;
}

#sentiment_very_satisfied:checked {
    background: #fff;
    transition: 0.5s linear;
}

#opt_channel_feedback label #sentiment_very_satisfied:hover {
    background: #fff;
    transition: 0.5s linear;
}

#sentiment_very_satisfied {
    transition: 0.5s linear;
}

.divPesquisa h5 {
    text-align: center;
}

.text-upload-indo{
    text-align: center;
}

/* INICIO CUSTOM INPUT RADIO */

.fa-envelope,
.fa-phone {
    color: var(--color-secondary);
}