@import url(medias.css);

.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;
}

/*---------------HEADER TOP-----------------*/
.header-top {
    background-color: var(--color-primary);
    padding: 0.4rem 0;
    border-bottom: 1px solid #fff;
}

.header-top-inner {
    display: flex;
    align-items: center;
    position: relative;
}

.header-brand-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 0.02em;
    pointer-events: none;
}

.header-top .select-language {
    margin-left: auto;
}

/*---------------NAV-BAR-----------------*/
.navbar-brand img {
    width: 71px;
}

nav.navbar-light.bg-light {
    background: var(--color-primary) !important;
    padding: .25rem 0;
}

.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem;
}

li.nav-item {
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: all .4s;
}

.navbar .navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
}

.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;
}

button.navbar-toggler {
    border: 0;
    background-color: var(--color-primary);
    margin: .5rem;
    margin-left: auto;
}

button.navbar-toggler span {
    color: #FFF;
    float: right;
}

/*---------------HEADER-----------------*/
header {
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: var(--color-primary);
    width: 100%;
    margin-bottom: 8px;
}


.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;
}

/*--------Banner-Inicial-------*/

.banner-inicial {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-secondary);
    overflow: hidden;
}

.banner-inicial>div:first-child {
    display: flex;
}

.banner-inicial>div:first-child img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
}

.nome-canal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1rem 1.5rem;
    height: 100%;
    align-self: stretch;
}

.nome-canal-icon img {
    width: 100px;
    flex-shrink: 0;
}

.titulo-canal {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulo-canal h1 {
    width: 100%;
    height: max-content;
    text-align: left;
    color: #fff;
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.titulo-canal h2 {
    background-color: var(--color-primary);
    color: #fff;
    width: max-content;
    padding: 4px 10px;
    font-size: 28px;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;
}

.icon-text p {
    max-width: 95%;
    margin: 0;
}

.icon-text img {
    width: 30px;
}

.text__lupa{
    width: 38px !important;
}

.icon-text i {
    font-size: 38px;
    color: var(--color-primary);
    width: 38px;
    text-align: center;
    flex-shrink: 0;
}

.video-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin: 50px 0;
}

.video-text>img {
    max-width: 380px;
    height: 280px;
    object-fit: fill;
    border-radius: 4px;
}

ul.icon-list {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion-item ul {
    padding-left: 2rem;
    list-style: disc;
}

/* .capa-video img {
    width: 100%;
} */

.container {
    width: 100%;
    max-width: 1150px;
    padding-left: 25px;
    padding-right: 25px;
}

.sectionInformation {
    padding: 1.5rem;
    background: #3CB5E5;
    color: #fff;
    margin-bottom: 40px;
}

.sectionInformationreport {
    padding: 2rem;
    background: #3CB5E5;
    color: #fff;
}

.sectionInformationreport div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}


.sectionInformation div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.section-image-topics {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 100px;
}

.title-Section {
    color: var(--color-Text);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 45px;
}

.sub-title-Section {
    color: var(--color-grey);
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2rem;
}

.options-categs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.options-categs div {
    background-color: #3CB5E5;
    padding: 10px;
    color: #fff;
}

.options-categs div p {
    margin-bottom: 0;
    font-size: 18px;
}

.section-card-assuntos {
    padding: 1rem;
}

.cards-asuntos {
    display: flex;
    align-items: stretch;
    justify-content: center;
    /* flex-wrap: wrap; */
    margin-bottom: 24px;
    gap: 1rem;
}

.cards-asuntos>div {
    position: relative;
    width: 100%;
    border-left: 24px solid var(--color-primary);
    background-image: url("../images/Grupo1454.svg");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
}

.content-card {
    position: absolute;
    top: 0;
    padding: 2rem 1rem;
    color: #fff;
    max-width: 450px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.title-card-assunto {
    font-size: 1.5rem;
    line-height: 1.4rem;
    font-weight: bold;
    color: white;
}

.description-card-assunto {
    margin-bottom: 1rem;
}

.cards-asuntos div img {
    width: 100%;
}

.content-card a {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    margin-top: auto;
}

.content-card a.bg-azul {
    background-color: var(--color-primary);
}

.content-card a.bg-verde {
    background-color: var(--color-secondary);
}

.sectionReport {
    padding: 3rem;
    background: #3CB5E5;
    color: #fff;
    margin-bottom: 60px;
}

.sectionReport div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.sectionReport a {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    background-color: #007E7A;
    font-weight: bold;
    font-size: 20px;
}

.sectionReport div:nth-child(2) {
    max-width: 600px;
}

.title-report {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.description-report {
    margin-bottom: 2rem;
}


/*---------------------Footer--------------------*/
div#footer {
    width: 100%;
    padding: .5rem;
    background-color: #f1f1f1;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#footer p {
    font-size: .8em;
    margin: 0;
    color: var(--color-Text);
    font-weight: 400;
}

/*****************Section Como Denunciar*******************/
.section-como-denunciar {
    width: 100%;
    background-color: #f0f8fc;
    padding: 2.5rem 1rem;
}

.como-denunciar-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #cce5f5;
}

.como-denunciar-header img {
    width: 70px;
    flex-shrink: 0;
}

.como-denunciar-header h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    color: var(--color-Text);
}

.como-denunciar-header p {
    font-size: 1.1rem;
    color: var(--color-Text);
    margin: 0;
}

.como-denunciar-opcoes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
}

.opcao-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    /* border-top: 4px solid var(--color-secondary); */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.opcao-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e8e8e8;
}

.opcao-card-header h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--color-secondary);
    margin: 0;
}

.opcao-btn {
    display: inline-block;
    background-color: var(--color-secondary);
    color: #fff !important;
    padding: 0.55rem 1.4rem;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
}

.opcao-btn:hover {
    background-color: #005f5c;
    color: #fff !important;
}

.opcao-descricao {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.telefones-lista {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pais-item {
    padding: 0;
}

.pais-nome {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
}

.pais-nome p {
    font-size: 1rem;
    font-weight: bold;
    color: var(--color-Text);
    margin-bottom: 0;
}

.pais-fone {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 0;
    padding-left: 34px;
}

.passosrelato {
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-template-rows: auto;
    margin-bottom: 50px;
    height: 100%;
}

.passosrelato div:nth-child(2) {
    display: grid;
    grid-template-rows: 124px 115px 142px;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
}

.passosrelato div p {
    font-size: 21px;
    padding: 3rem;
    line-height: 37px;
}

.passosrelato div img {
    width: 100%;
}

.titlesectionPassos {
    font-size: 49px;
    width: 42%;
    padding: 5rem 0 2rem 0;
}

.section-identification div>h2 {
    font-size: 2.5rem;
    padding: 0 0 0 0;
}

.section-identification .info-identificacao p {
    font-size: 22px;
    font-size: 28px;
    line-height: 30px;
}

.cheksyesNo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 2rem 0;
    text-align: justify;
    gap: 5rem;
}

.title-check-identifi {
    font-size: 1.125rem;
}

.cheksyesNo .title-identifi {
    font-size: 1.125rem;
    font-weight: bold;
}

.cheksyesNo .title-anonimos {
    font-size: 1.125rem;
    font-weight: bold;
}

.cheksyesNo .radio {
    height: 16%;
    width: 6%;
}

.section-categs-types {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.section-categs-types div h2 {
    font-size: 2.5rem;
    text-align: center;
}

.categ {
    padding: .5rem 1rem;
    background-color: var(--color-primary);
}

.categ>h3 {
    color: #fff;
    font-size: 22px;
}

.categ>h3 {
    color: #fff;
    font-size: 22px;
}

.types {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1rem;
    background-color: #E6E7E8;
    padding: 10px;
}

#pggdpr {
    color: #fff;
    font-weight: bold;
}

.type-categ {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-shrink: 0;
    min-width: min-content;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.separator {
    width: 1px;
    height: 30px;
    background-color: white;
    margin: 0 .5rem;
}

.type-categ:has(input[type="radio"]:checked) {
    background-color: var(--color-grey);
}

.type-categ:has(input[type="radio"]:checked) label {
    color: #fff;
}

.type-categ label {
    color: var(--color-Text);
    cursor: pointer;
    font-size: 1rem;
    text-align: center;
}

/* Radio rardiotype oculto visualmente (label continua clicável) */
.type-categ input[type="radio"][name="rardiotype"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.rardiotype {
    cursor: pointer;
    background: #3CB5E5;
    padding: 8px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin-left: 6px;
    animation: hithere 1s ease infinite;
}

#btAvancar {
    background: #3CB5E5;
    padding: 9px;
    margin: 25px 0px 80px 0px;
    color: #fff;
    font-size: 20px;
}

.cheksyesNo input[type="radio"] {
    cursor: pointer;
}

.cheksyesNo label {
    cursor: pointer;
}

/************Report Incident ****************/
.banner {
    padding: 1rem;
    background: var(--color-secondary);
}

.banner .container div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

}

.banner h1 {
    font-weight: bold;
}

.banner img {
    width: 8%;
}

.foraescopo {
    padding: 3rem 0rem;
}

.foraescopo p {
    color: var(--color-Text);
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.foraescopo .link-foraescopo {
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    padding: 10px;
    margin: 42px 0;
    color: #fff;
    font-size: 1.125rem;
    transition: 0.3s all linear;
}

.link-foraescopo:hover {
    background: #fff;
    color: var(--color-secondary);
    transition: 0.3s all linear;
}

#btSalvar:hover {
    background: #007E7A;
    transition: 0.3s all linear;
}

.options-relacao,
.options-empresa {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.options-relacao div,
.options-empresa div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 4px;
    line-height: 1.3;
}

.options-relacao label,
.options-empresa label {
    cursor: pointer;
}

.options-relacao input[type="radio"],
.options-empresa input[type="radio"] {
    height: 30%;
    width: 6%;
    cursor: pointer;
}


#identification>div:nth-child(2) {
    display: flex;
    gap: 1rem;
}

#identification>div:nth-child(2) div {
    width: 100%;
}

.voceestarelatada {
    display: flex;
    gap: 1rem;
}

.voceestarelatada div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    flex-direction: row-reverse;
}

.voceestarelatada input[type="radio"] {
    cursor: pointer;
}

.voceestarelatada label {
    cursor: pointer;
}

.attachmentFieldset {
    padding: 4rem 0px;
}

#btSalvar {
    padding: 1rem;
    background-color: #3CB5E5;
    color: #fff;
    text-decoration: none;
    margin-bottom: 1rem;
    transition: 0.3s linear;
}

.sectionInformationFinalization {
    padding: 0;
    margin: 0;
}

#divdenuncia {
    padding: 1rem 0;
}

#divdenuncia div {
    margin-bottom: 1rem;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
    background: #e9ab13;
}

.section_final_report {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


#newProtocol .dxButtons #btCancelar {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    background-color: #007E7A;
    font-weight: bold;
    font-size: 20px;
}

.dxButtons a {
    color: #fff !important;
    text-decoration: none;
    padding: 7px 8px;
    background-color: #007E7A;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}


#newProtocol p {
    border-bottom: 1px #ddd solid;
    margin-bottom: 1rem;
    line-height: 32px;
}



/*****************Drag And Drop File*********************/

.dragAndDrop {
    background: #ddd;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    height: 100%;
}

.drop-zone {
    width: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    border: 2px dashed #ccc;
    border-radius: 10px;
    background: #ddd;
    height: 170px;
    opacity: 1;
    transition: 0.5s linear;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.fa-check {
    padding: 3px;
    border: 2px solid #5fdf08;
    border-radius: 100%;
    font-size: 7px;
    color: #5fdf08;
    font-weight: bold;
}

.fa-paperclip {
    color: #333;
}

.fileDivFineshed {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.fa-file {
    font-size: 30px;
}

.dragAndDropDivDescription p {
    font-size: 14px;
}

.highlightDropArea {
    border: 2px dashed #5fdf08;
    transition: 0.5s linear;
}

.principal {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 2rem;
}

.bgDropArea {
    opacity: 0.5;
}

div#complainantFields div,
fieldset div {
    margin: 1em 0 0 0;
    width: 100%;
}


@keyframes hithere {
    30% {}

    40%,
    60% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(20deg);
    }

    70% {
        transform: rotate(0deg);
    }

    100% {
        transform: scale(1);
    }
}

#identification_inputs {
    margin-top: 2rem;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
}

div#outroInput,
#outraEmpresaDiv {
    grid-column: 1 / -1;
    max-width: 350px;
}

.align-itens-center {
    align-items: center;
}

.pl-2 {
    padding-left: 2rem;
}

div#termstext {
    background: url('../images/Grupo1455.svg') right bottom no-repeat;
    background-size: cover;
    width: 100%;
    padding: 2rem 5rem;
    color: #fff;
}

#termstext {
    position: relative;
}

#termstext img {
    width: 100%;
}

#termstext .conteudo {
    max-width: 95%;
}

@media(max-width: 768px) {
    div#termstext {
        background: var(--color-primary);
        padding: 1rem;
    }
}


.rotate-90 {
    transform: rotate(90deg);
}