.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: var(--color-primary) !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;
}

/* SECTION INICIAL */

#inicial .hero .content figure {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%;
    height: 100%; */
    z-index: 1;
}

.hero .content figure img {
    width: 100%;
    /* filter: drop-shadow(2px 4px 6px); */
    transform: rotateY(180deg);
    margin-top: 2rem;
    z-index: 11;
    background-color: wheat;
    /* position: relative; */
    /* max-height: 395px; */
    border-radius: 0px 0px 0px 0px;
    transform: rotateY(0deg);
}

.iconHero {
    width: 25px;
    float: left;
    margin-right: 6px;
    height: 25px;
}

.section_report .content figure {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%;
    height: 100%; */
    z-index: 1;
}

.section_report .content figure img {
    width: 100%;
    /* filter: drop-shadow(2px 4px 6px); */
    transform: rotateY(180deg);
    margin-top: 2rem;
    z-index: 11;
    background-color: wheat;
    /* position: relative; */
    /* max-height: 395px; */
    border-radius: 0px 0px 0px 0px;
    transform: rotateY(0deg);
}

.section_report {
    position: relative;
    padding: 3rem 0;
}

.section_report .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}

.section_report .container div:nth-child(3) img {
    transform: rotateY(0deg);
    width: 70%;
}

.fa-youtube {
    font-size: 20rem;
    color: red;
}



.transparencia .content figure {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%;
    height: 100%; */
    z-index: 1;
}

.transparencia .content figure img {
    width: 100%;
    /* filter: drop-shadow(2px 4px 6px); */
    transform: rotateY(180deg);
    margin-top: 2rem;
    z-index: 11;
    background-color: wheat;
    /* position: relative; */
    /* max-height: 395px; */
    border-radius: 0px 0px 0px 0px;
    transform: rotateY(0deg);
}

.transparencia {
    position: relative;
    padding: 3rem 0;
}

.transparencia .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}

.transparencia .container div:nth-child(3) img {
    transform: rotateY(0deg);
    width: 70%;
}

.treinamento .content figure {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%;
    height: 100%; */
    z-index: 1;
}

.treinamento .content figure img {
    width: 100%;
    /* filter: drop-shadow(2px 4px 6px); */
    transform: rotateY(180deg);
    margin-top: 2rem;
    z-index: 11;
    background-color: wheat;
    /* position: relative; */
    /* max-height: 395px; */
    border-radius: 0px 0px 0px 0px;
    transform: rotateY(0deg);
}

.treinamento {
    position: relative;
    padding: 3rem 0;
    background: var(--color-tree);
}

.treinamento .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}

.treinamento .container div:nth-child(3) img {
    transform: rotateY(0deg);
    width: 70%;
}

.privacidade .content figure {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%;
    height: 100%; */
    z-index: 1;
}

.privacidade .content figure img {
    /* width: 100%; */
    /* filter: drop-shadow(2px 4px 6px); */
    transform: rotateY(180deg);
    margin-top: 2rem;
    z-index: 11;
    background-color: wheat;
    /* position: relative; */
    max-height: 290px;
    border-radius: 30px 30px 30px 30px;
    transform: rotateY(0deg);
}

.privacidade {
    position: relative;
    padding: 3rem 0;
}

.privacidade .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.privacidade .container div:nth-child(3) img {
    transform: rotateY(0deg);
    width: 70%;
}


.searchIncident .content figure {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%;
    height: 100%; */
    z-index: 1;
}

.searchIncident .content figure img {
    width: 80%;
    /* filter: drop-shadow(2px 4px 6px); */
    transform: rotateY(180deg);
    margin-top: 2rem;
    z-index: 11;
    background-color: wheat;
    /* position: relative; */
    /* max-height: 395px; */
    border-radius: 0px 0px 0px 0px;
    transform: rotateY(0deg);
}

.searchIncident {
    position: relative;
    padding: 3rem 0;
}

.searchIncident .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}

.searchIncident .container div h1 {
    color: var(--color-primary);
}

.searchIncident .container div:nth-child(3) img {
    transform: rotateY(0deg);
    width: 70%;
}

.searchIncident_input {
    position: relative;
}

.searchIncident_input>input {
    border-radius: 30px;
}



#divAbout .description-banner p a {
    color: inherit;
    text-decoration: underline;
}

.description-banner p {
    text-align: justify;
}

#inicial .aboutAndCard {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 3rem 0 2rem 0;
}

#inicial .aboutAndCard .header {
    display: flex;
    align-items: baseline;
    width: 100%;
}

.cardsInfos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    gap: 2rem;
}

.cardAndIcon {
    position: relative;
    width: 100%;
}

.cardAndIcon img {
    background: var(--color-primary);
    padding: 9px;
    width: 9%;
    /* border-radius: 50%; */
    height: 100%;
    position: absolute;
    left: -7px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.destaque-title {
    margin-top: 1rem;
    font-weight: bold;
}

.cardInformation {
    border: 1px solid var(--color-success);
    /* background-color: var(--color-secondary); */
    padding: 5px;
    color: #333;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


#divAbout {
    position: relative;
    text-align: justify;
}

.divInformationCard {
    position: absolute;
    background-color: var(--color-tree);
    padding: 4rem;
    top: 0;
    height: 100%;
    width: 100%;
    /* border-top-right-radius: 32px;
    border-bottom-right-radius: 32px; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

#reportIncident .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0rem 0rem 0rem 1rem;
}

#reportIncident .hero .content img {
    width: 40%;
}

.btn-destaque-whats a {
    background: var(--color-secondary);
    padding: 5px 18px 5px 18px;
    margin: 0;
    border-radius: 30px;
    width: 43%;
    text-align: center;
    display: inline;
    transition: all 0.3s;
    border: 2px solid var(--color-secondary);
}

.btn-destaque-whats a:hover {
    background-color: var(--color-primary);
    border: 2px solid var(--color-secondary);
    transition: all 0.3s;
}

.btn-destaque-whats a {
    color: #fff;
}

.info-concat-phone p {
    margin: 0;
}



/* SECTION TERMS */

#searchResp .hero h2 {
    color: #fff;
}

#searchResp .hero {
    background: #6c37be;
}

#searchResp .hero .container {
    padding: 2rem;
}

#gdpr .hero h4 {
    color: #fff;
}

#gdpr .hero {
    background: var(--color-primary);
}

#gdpr #faq {
    margin-top: 2rem;
}


section#terms {
    background: #fff;
    padding: 3rem 0;
}

#terms .hero .container div {
    width: 100%;
}

#terms .content-and-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.term {
    background: #eeeeeeba;
    padding: 12px;
}

#reportIncident .hero {
    padding: 2rem 0;
}

#reportIncident .hero .container div {
    width: 100%;
    padding: 2rem;
}


.btcreate {
    color: #fff;
    background: var(--color-primary);
    padding: 2px 3rem;
    font-size: 17px;
    border-radius: 33px;
    border: 1px #ddd solid;
    margin-top: 2rem;
    transition: all 1s ease
}

.btcreate:hover {
    background: var(--color-primary);
    transition: all 1s ease;
    transform: translateY(10px);
}

header {
    background-color: var(--color-primary);
    height: 4.6875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.menu-mobile {
    visibility: visible !important;
    flex-direction: column;
    background: var(--color-primary);
    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: var(--color-Text);
    text-decoration: none;
    font-size: 1.2rem;
    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>ul>li {
    text-align: center;
}

nav {
    width: 100%;
    background: var(--color-tree);
    padding: 1rem 0;
}

nav li a {
    color: #fff;
    font-size: 14px;
}

nav li a:hover {
    color: var(--color-tree);
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 31px;
    margin: 0;
}

#etapas_canal {
    padding: 3rem 0;
}

#etapas_canal h2 {
    /* padding: 2rem 0 5rem 0; */
    text-align: center;
}

#etapas_canal .container {
    display: flex;
    align-items: center;
    gap: 3rem;
}

#etapas_canal h5 {
    margin: 0;
}

.icons-and-textDescription {
    display: flex;
    flex-direction: column;
}

/* Icons */
.icon {
    background: #fff;
    border: 2px solid #00c716;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.icon .icon-import {
    font-size: 44px;
    filter: drop-shadow(0px 0px 5px #8a2be2);
    color: #4200809c;
}

.icon-and-text {
    position: relative;
    display: flex;
    gap: 1rem;
}

.icon-and-text h4 {
    padding: 0;
    margin: 0;
    color: var(--color-primary);
    font-size: 1.363rem;
    font-weight: bold;
}

.line1 {
    width: 100%;
    height: 2px;
    background: #00c716;
    transform: rotate(-28deg);
    position: relative;
    top: -118px;
    left: 138px;

}

.line2 {
    width: 100%;
    height: 2px;
    background: #00c716;
    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: var(--color-primary);
    width: 100%;
    height: 8vh;
    clip-path: polygon(0 0%, 0% 100%, 100% 100%);
    transform: rotateY(180deg);
    position: absolute;
    bottom: -1px;
}

.initial-search-incident {
    position: absolute;
    right: 4px;
    border-radius: 50%;
    top: 3px;
    background: var(--color-primary);
    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;
    color: var(--color-secondary);
}

.hero {
    position: relative;
}

.hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    padding: 3rem 0;
}


.hero .container div:nth-child(3) img {
    transform: rotateY(0deg);
    width: 70%;
}


.buttonprimary {
    background: var(--color-primary);
    transition: all 1s ease;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.buttonprimary:hover {
    transition: all 1s ease;
    transform: translateY(10px);
}

#faq {
    background: #fff;
    padding: 1rem 0 0 0;
    position: relative;
}

#faq details p {
    transition: all 0.3s linear;
}

#faq details {
    border-radius: 0px;
    transition: all 0.5s ease;
}

#faq details:hover {
    transform: translateX(-4px);
    transition: all 0.5s ease;
}

#faq details summary {
    background: #ffffff;
    padding: 9px;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px #ddd solid;
}

#faq details p {
    padding: 7px;
}

#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: 6rem;
}

.dropDown {
    display: none;
    /* transition: all 0.5s ease; */
    width: 14%;
    /* max-width: 15rem; */
    opacity: 0;
    background: var(--color-tree);
    position: absolute;
    top: 2rem;
    transform: translateX(0%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 3;
}


.dropDown .Drop_link_action>a {
    color: var(--color-primary);
}

.normativos {
    position: relative;
    padding: 3px;
}

.normativos:hover .dropDown {
    transition: all 0.5s ease;
    opacity: 1;
    display: flex;
    flex-direction: column;
    width: 21rem;
}

.normativos.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;
    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;
    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 #493b7c;
}

footer>.container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

footer>.container>.links>a {
    display: flex;
    flex-direction: column;
    color: var(--color-primary);
    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;
}



#btTems {
    background: transparent;
    padding: 5px 18px 5px 18px;
    margin: 0;
    margin-top: 0px;
    border-radius: 30px;
    width: 43%;
    text-align: center;
    display: inline;
    transition: all 0.3s;
    border: 2px solid var(--color-primary);
    cursor: pointer;
    margin-top: 1rem;
    color: var(--color-primary);
}

.outroscanais {
    padding: 3rem 0;
}

.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;
}


#formIdentification .complainantFields {
    padding: 23px;
    box-shadow: 0px 1px 5px -2px #c8c8c8;
    background: #015b8014;
}

.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-shield-halved {
    font-size: 1.5rem;
}

.iconSecurity {
    display: flex;
    gap: 5px;
}

#informativos {
    height: 100vh;
    background: var(--color-primary);
}

#informativos ul {
    padding: 6rem 0 0 0;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

#informativos ul li {
    padding: 1rem 1rem;
    border: 1px solid #fff;

}

#inicial .hero .nameChannelAndIcon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cardsOutrosAssuntos {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(265px, 265px));
    /* grid-template-rows: repeat(2, 1fr); */
    padding: 3rem 0 3rem 0;
    align-items: stretch;
    justify-content: center;
}

.cardOutrosAssuntos {
    padding: 1rem;
    background-color: var(--color-primary);
    border-radius: 15px;
    width: 100%;
    position: relative;
}

.cardOutrosAssuntos div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardOutrosAssuntos .fa-address-book {
    position: absolute;
    top: -35px;
    font-size: 30px;
    background-color: var(--color-primary);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px #fff solid;
}

.cardOutrosAssuntos p {
    font-size: 14px;
    color: #fff;
}

.link {
    position: relative;
    background-color: var(--color-primary);
    width: auto;
    height: 32px;
    border-radius: 17px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all .3s;
}

.thumb {
    width: 450px;
    border-radius: 45px;
}

.btn-report-and-phonne{
    display: flex;
    align-items: baseline;
    justify-content: baseline;
    gap: 1rem;
}

.btn-report-and-phonne .phonne{
    color: var(--color-primary);
    font-weight: bold;
}

.selos{
    display: flex;
}