:root {
    --black: hsl(0deg 0% 20%);
    --green: hsl(174deg 16% 24%);
    --golden: hsl(42deg 99% 53%);
    --color-atencao: hsl(54deg 98% 53%);
    --color-erro: hsl(354deg 90% 38%);
    --color-danger: hsl(354deg 70% 54%);
    --gray: hsl(0deg 0% 25%);
    --vividBlue: hsl(211deg 100% 50%);
    --azulFirst: hsl(222deg 48% 30%);
    --amareloFirst: hsl(41deg 99% 58%);
    --vermelhoFirst: hsl(358deg 51% 40%);
    --logoWidth: clamp(150px, 250px, 300px);
    --headerMinHeight: 120px;
    --fontFamilyDiv: poppins-extralight, poppins, sans-serif;
    --fontSizeDiv: clamp(1.5em, 2vw, 30px);
    --textShadow: 1.5px 1.5px 0px #000000;
    --container: 1240px;
    --filter-red: invert(23%) sepia(72%) saturate(5573%) hue-rotate(353deg)
      brightness(99%) contrast(130%);
    --filter-green: invert(26%) sepia(97%) saturate(1176%) hue-rotate(91deg)
      brightness(103%) contrast(105%);
    --filter-orange: invert(75%) sepia(9%) saturate(6369%) hue-rotate(330deg)
      brightness(99%) contrast(91%);
  }
  html,
  body,
  *,
  ::after,
  ::before {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
  }
  .displayNone {
    display: none !important;
  }
  select,
  input {
    width: max-content;
    max-width: 100%;
  }
  fieldset {
    all: unset;
    border: 1.5px solid black;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  legend {
    padding: 0 0.7vw;
    width: max-content;
    max-width: unset;
    min-width: unset;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
  }
  body a,
  body a:visited,
  body a:-webkit-any-link,
  body a:any-link {
    all: unset;
    color: unset;
  }
  .hand {
    cursor: pointer;
  }
  button {
    position: relative;
    cursor: pointer;
  }
  @keyframes spinner-border {
    to {
      transform: rotate(360deg);
    }
  }
  .negrito {
    font-weight: bold;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 20px;
  }
  .spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    vertical-align: text-bottom;
    animation: spinner-border 0.75s linear infinite;
    -webkit-animation: spinner-border 0.75s linear infinite;
    margin-right: 5px;
    background-image: url(../img_aws/spinner.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .pensebem {
    display: inline-block;
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    vertical-align: text-bottom;
    margin-right: 5px;
    background-image: url(../img_aws/icon_thinkingface.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .spinner.black {
    border: 3px solid black;
    border-right-color: transparent;
  }
  .spinner.white {
    border: 3px solid white;
    border-right-color: transparent;
  }
  .form-control {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  button:active {
    position: relative;
    bottom: -1px;
    right: -1px;
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    color: hsl(210deg 11% 15%);
    text-align: center;
    vertical-align: middle;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out,
      background-color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  }
  .btn-primary {
    color: #fff;
    background-color: hsl(211deg 100% 50%);
    border-color: hsl(211deg 100% 50%);
  }
  .btn-primary:hover {
    color: #fff;
    background-color: hsl(211deg 100% 43%);
    border-color: hsl(211deg 100% 40%);
  }
  .btn-success {
    color: #fff;
    background-color: #193264;
    border-color: #193264;
  }
  .btn-success:hover {
    color: #fff;
    background-color: #0F2146;
    border-color: #0F2146;
  }
  .btn-info {
    color: #fff;
    background-color: #193264;
    border-color: #193264;
    font-family: var(--fontCodecBold);
  }
  .btn-info:hover {
    color: #fff;
    background-color: #0F2146;
    border-color: #0F2146;
  }
  .btn-dark {
    color: #fff;
    background-color: hsl(210deg 10% 23%);
    border-color: hsl(210deg 10% 23%);
  }
  .btn-dark:hover {
    color: #fff;
    background-color: hsl(210deg 10% 15%);
    border-color: hsl(206deg 11% 13%);
  }
  .btn-secondary {
    color: #fff;
    /* background-color: hsl(208deg 7% 46%); */
    background-color: #193264;
    /* border-color: hsl(208deg 7% 46%); */
    cursor: default;
  }
  .btn-secondary:hover {
    color: #fff;
    background-color: #0F2146;
    /* border-color: hsl(210deg 8% 36%); */
  }
  .btn-danger {
    color: #fff;
    background-color: hsl(354deg 70% 54%);
    border-color: hsl(354deg 70% 54%);
  }
  .btn-danger:hover {
    color: #fff;
    background-color: hsl(354deg 70% 46%);
    border-color: hsl(354deg 70% 44%);
  }
  .btn-warning {
    color: hsl(210deg 11% 15%);
    border-color: hsl(45deg 100% 51%);
    background-color: hsl(45deg 100% 51%);
  }
  .btn-warning:hover {
    color: hsl(210deg 11% 15%);
    background-color: hsl(45deg 100% 44%);
    border-color: hsl(45deg 100% 41%);
  }
  .nohand {
    cursor: default !important;
  }
  .alertaErros {
    position: relative;
    width: clamp(300px, 65vw, 85%);
    max-width: 100%;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 10px;
    font-size: 16px;
    align-self:center;
  }
  .alertaErros > div {
    font-weight: bolder;
  }
  .alertaErros > ul {
    font-size: 16px;
  }
  .alertaErros li:not(li:last-of-type) {
    margin-bottom: 5px;
  }
  .alertaErros.alerta-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  .novo2::after {
    content: "novo";
    background-color: red;
    padding: 2px 6px 4px 6px;
    margin-left: 10px;
    color: white;
    font-size: 14px;
    max-height: 22px;
    border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -ms-border-radius: 0.25rem !important;
    -o-border-radius: 0.25rem !important;
  }
  .breve::after {
    content: "em breve!";
    background-color: rgb(216, 25, 25);
    padding: 2px 6px 4px 6px;
    margin-left: 10px;
    color: white;
    font-size: 14px;
    max-height: 22px;
    border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -ms-border-radius: 0.25rem !important;
    -o-border-radius: 0.25rem !important;
  }
  .inativo::after {
    content: "suspenso";
    color: hsl(210deg 11% 15%);
    border-color: hsl(45deg 100% 51%);
    background-color: hsl(45deg 100% 51%);
    padding: 2px 6px 4px 6px;
    margin-left: 10px;
    font-size: 14px;
    max-height: 22px;
    border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -ms-border-radius: 0.25rem !important;
    -o-border-radius: 0.25rem !important;
  }
  .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: clamp(300px, 65vw, 85%);
  }
  .alert > div:first-of-type {
    margin-bottom: 5px;
  }
  .alert li {
    margin-bottom: 5px;
    line-height: 26px;
  }
  .alert li:nth-last-of-type() {
    margin-bottom: 0;
  }
  .alert-primary {
    color: hsl(211deg 100% 26%);
    background-color: hsl(211deg 100% 90%);
    border-color: hsl(211deg 100% 86%);
  }
  .bar {
    width: 100%;
    padding: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  .bar.sending {
    background-color: #eee;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .bar-fill {
    display: block;
    background-color: cornflowerblue;
    width: 0;
    transition: width 0.8s ease;
    line-height: 42px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 45px;
  }
  .bar-fill-text {
    color: #fff;
    padding: 3px;
  }
  .informaSucesso {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--vividBlue);
    color: white;
    display: flex;
    align-items: center;
    padding-left: 70px;
    font-family: var(--fontFamilyDiv);
    font-size: 20px;
    letter-spacing: 1.5px;
    background-image: url("/controles_img/done_white_24dp.svg");
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
    overflow: hidden;
    transition: height 850ms;
    -webkit-transition: height 850ms;
    -moz-transition: height 850ms;
    -ms-transition: height 850ms;
    -o-transition: height 850ms;
    height: clamp(0px, 0px, 15vh);
    border: 0;
  }
  .informaSucesso.showOff {
    height: clamp(55px, 60px, 15vh);
    border: 1px solid hsl(240deg 100% 50%);
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .informaErro {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: var(--color-erro);
    color: white;
    display: flex;
    align-items: center;
    padding-left: 70px;
    font-family: var(--font-Nunito);
    font-size: 20px;
    letter-spacing: 1.5px;
    background-image: url("/controles_img/error_white_24dp.svg");
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
    overflow: hidden;
    transition: height 850ms;
    -webkit-transition: height 850ms;
    -moz-transition: height 850ms;
    -ms-transition: height 850ms;
    -o-transition: height 850ms;
    height: clamp(0px, 0px, 15vh);
    border: 0;
  }
  .informaErro.showOff {
    height: clamp(55px, 100px, 20vh);
    border: 1px solid var(--color-erro);
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .informaAtencao {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: var(--color-atencao);
    color: black;
    display: flex;
    align-items: center;
    padding-left: 70px;
    font-family: var(--font-Nunito);
    font-size: 20px;
    letter-spacing: 1.5px;
    background-image: url("/controles_img/warning_black_24dp.svg");
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
    overflow: hidden;
    transition: height 850ms;
    -webkit-transition: height 850ms;
    -moz-transition: height 850ms;
    -ms-transition: height 850ms;
    -o-transition: height 850ms;
    height: clamp(0px, 0px, 15vh);
    border: 0;
  }
  .informaAtencao.showOff {
    height: clamp(55px, 100px, 20vh);
    border: 1px solid var(--color-atencao);
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  #menuSuspensoMobile {
    font-family: var(--fontFamilyDiv);
    box-shadow: 0px 6px 7px grey;
    letter-spacing: 3px;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    height: max-content;
    background-color: var(--black);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    overflow: hidden;
    transition: width 850ms;
    -webkit-transition: width 850ms;
    -moz-transition: width 850ms;
    -ms-transition: width 850ms;
    -o-transition: width 850ms;
    width: 0;
    padding-top: 120px;
  }
  #menuSuspensoMobile.showMenuMobile {
    width: 100%;
  }
  #menuSuspensoMobile > div {
    width: clamp(320px, 50%, 600px);
    margin-bottom: 15px;
  }
  #menuSuspensoMobile > div:nth-last-child() {
    margin-bottom: 0;
  }
  #menuSuspensoMobile > div > div:nth-of-type(1) {
    font-size: 20px;
    text-transform: uppercase;
  }
  #menuSuspensoMobile > div > div:nth-of-type(2) {
    height: 0;
    overflow: hidden;
    transition: height 850ms;
    -webkit-transition: height 850ms;
    -moz-transition: height 850ms;
    -ms-transition: height 850ms;
    -o-transition: height 850ms;
    margin-top: 20px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  #menuSuspensoMobile > div > div:nth-of-type(2) > div {
    min-height: 35px;
    background-color: var(--amareloFirst);
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  #menuSuspensoMobile a,
  #menuSuspensoMobile a:visited,
  #menuSuspensoMobile a:-webkit-any-link,
  #menuSuspensoMobile a:any-link {
    all: unset;
    color: unset;
  }
  .header > div:nth-of-type(3) {
    display: none;
  }
  .recuperarSenha {
    padding: 5px;
    font-size: 16px;
    margin-top: 5px;
    line-height: 23px;
    font-weight: 200;
    font-family: sans-serif;
    /*background-color: whitesmoke;*/
    color: var(--black);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

.recuperarSenha > div:nth-of-type(1){
display: flex;
    flex-direction: column;
    gap: 10px;
}

.recuperarSenha > div:nth-of-type(2){
justify-content:flex-end !important;
}

.recuperarSenha > div:nth-of-type(3){
	font-size:.85rem
}
  .recuperarSenha > div:not(div:last-of-type) {
    margin-bottom: 5px;
  }
  .editarPerfil {
    border: 1px solid gray;
    padding: 3vw;
    border-radius: 5px;
    background-color: var(--azulFirst);
    color: white;
    width: clamp(300px, 65vw, 100%);
  }
  .editarPerfil p {
    min-height: 55px;
    font-size: 18px;
    text-transform: uppercase;
  }
  .editarPerfil form input {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .editarPerfil form input[type="email"],
  .editarPerfil form input[type="text"],
  .editarPerfil form input[type="tel"],
  .editarPerfil form input[type="password"] {
    width: clamp(250px, 350px, 99%);
  }
  .editarPerfil form button {
    margin-bottom: 3px;
  }
  .editarPerfil form button:not(button:last-of-type) {
    margin-right: 3px;
  }
  div.alteracaoSenha {
    border: 1px solid gray;
    padding: 3vw;
    background-color: var(--azulFirst);
    color: white;
    width: clamp(300px, 65vw, 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  div.alteracaoSenha form {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
  }
  div.alteracaoSenha form label {
    margin-bottom: 9px;
    margin-left: 1px;
    font-size: 17px;
  }
  
  div.alteracaoSenha form input {
    width: clamp(250px, 380px, 95%);
  }
  div.alteracaoSenha form input:not(input:last-of-type) {
    margin-bottom: 10px;
  }
  
  div.alteracaoSenha button {
    width: max-content;
    margin-top: 10px;
  }
  .icon-file {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    min-height: 30px;
    min-width: 30px;
  }
  .icon-file-imagem {
    background-image: url("/controles_img/icon-file-imagem.png");
  }
  .icon-file-pdf {
    background-image: url("/controles_img/icon-file-pdf.png");
  }
  .icon-file-csv {
    background-image: url("/controles_img/icon-file-csv.png");
  }
  .icon-file-ogg {
    background-image: url("/controles_img/icon-file-ogg.png");
  }
  .icon-file-txt {
    background-image: url("/controles_img/icon-file-txt.png");
  }
  .icon-file-excel {
    background-image: url("/controles_img/icon-file-excel.png");
  }
  .icon-file-rtf {
    background-image: url("/controles_img/icon-file-rtf.png");
  }
  .icon-file-word {
    background-image: url("/controles_img/icon-file-word.png");
  }
  .icon-file-imagem_png {
    background-image: url("/controles_img/icon-file-imagem_png.png");
  }
  .icon-file-powerpoint {
    background-image: url("/controles_img/icon-file-powerpoint.png");
  }
  .icon-file-geral {
    background-image: url("/controles_img/icon-file.png");
  }
  .deleteFile {
    background-image: url("/controles_img/delete_outline_black_24dp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 20px;
    min-height: 20px;
    height: max-content;
    filter: var(--filter-red);
    -webkit-filter: var(--filter-red);
    cursor: pointer;
    transition: background-image 300ms, transform 300ms;
    -webkit-transition: background-image 300ms, transform 300ms;
    -moz-transition: background-image 300ms, transform 300ms;
    -ms-transition: background-image 300ms, transform 300ms;
    -o-transition: background-image 300ms, transform 300ms;
  }
  .deleteFile:hover {
    background-image: url("/controles_img/delete_black_24dp.svg");
    transform: scale(1.1) rotate(7deg);
    -webkit-transform: scale(1.1) rotate(7deg);
    -moz-transform: scale(1.1) rotate(7deg);
    -ms-transform: scale(1.1) rotate(7deg);
    -o-transform: scale(1.1) rotate(7deg);
  }
  #arquivosvinculados {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 5px;
  }
  .flip-card {
    background-color: transparent;
    min-width: 290px;
    min-height: 70px;
    perspective: 100000px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .inner-card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: transform 600ms;
    -webkit-transition: transform 600ms;
    -moz-transition: transform 600ms;
    -ms-transition: transform 600ms;
    -o-transition: transform 600ms;
  }
  .inner-card.exclusao {
    transform: rotateY(180deg);
  }
  .front-card,
  .back-card {
    position: absolute;
    padding: 5px;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .front-card {
    background-color: hsl(200deg 15% 85%);
    display: flex;
    gap: 10px;
  }
  .front-card:hover {
    background-color: hsl(0deg 0% 97%);
  }
  .back-card {
    background-color: var(--color-danger);
    color: white;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .back-card > div:nth-of-type(1) {
    font-size: 1.1rem;
  }
  .back-card > div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .back-card button.excluindo {
    display: flex;
    gap: 10px;
  }
  .front-card > div:nth-of-type(2) > a {
    cursor: pointer;
    overflow-wrap: anywhere;
  }
  .front-card > div:nth-of-type(2) > a:hover {
    text-decoration: underline;
  }
  .resultadoInformacoes{
    display: flex;
    gap: 5px;
    flex-direction: column;
    border: 1px solid;
    padding: 1rem;
    margin: 2rem 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;

  }
  .resultadoInformacoes p{
    margin: 0;
    border-bottom: 1px solid;

  }