@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600,700|Raleway:300,400,500,600,700&display=swap");
:root {
  --white-navy: #ffffff;
  --main-vermelhoclaro: #FFB4B4;
  --main-cinzaescuro: #707070;
  --main-cinzaclaro: #F7F7F7;
  --main-cinzaborda: #e4e4e4;
  --main-azul: #005BEA;
  --main-verde: #03B5AA;
  --main-amarelo: #FFDE70;
  --main-branco: #FFFFFF;
  --main-secundaria: #FF416C;
  --main-principal: #F46F6C;
  --main-vermelho: #FF416C;
  --main-amarelo: #FEA229;
  --main-titulo: #19212A;
  --main-descricao: #474747;
  --main-subdescricao: #7A7A7A;
  --main-sombra-ativa: #00000014;
  --main-sombra-hover: #00000021;
  --main-degrade-principal: linear-gradient(45deg, var(--main-principal) 0%, var(--main-secundaria) 100%);
}

body {
  font-family: "Lato", sans-serif !important;
  background-color: #FFF;
  transition: all 0.2s;
}
body b {
  font-weight: 700;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  color: var(--main-titulo);
}

body h1 {
  font-size: 48px;
}

body h2 {
  font-size: 34px;
  font-weight: 300;
}

body h3 {
  font-size: 20px;
}

body h4 {
  font-size: 16px;
}

body h5 {
  font-size: 14px;
}

body h6 {
  font-size: 10px;
}

body p {
  font-size: 20px;
}

body .p-20 {
  padding: 20px;
}

body .p-10 {
  padding: 10px;
}

body .p-10-t {
  padding-top: 10px;
}

body .m-20-t {
  margin-top: 20px;
}

body .m-10-t {
  margin-top: 10px;
}

body .m-30-t {
  margin-top: 30px;
}

body .m-80-t {
  margin-top: 80px;
}

body .bg-ceert {
  background: var(--main-degrade-principal);
  color: var(--white-navy);
}

body .bg-ceert h1, body .bg-ceert h2, body .bg-ceert h3, body .bg-ceert h4, body .bg-ceert h5, body .bg-ceert h6 {
  color: var(--white-navy);
}

body ul li {
  list-style: none;
  display: inline-flex;
}

body ul {
  padding: 0px;
  margin: 0px;
}

body button, body button:focus, body button:active, body button:hover {
  border: none;
  text-decoration: none;
  outline: none;
  transition: all 0.2s;
}

body table td:last-child button, body table td:last-child button:focus, body table td:last-child button:active, body table td:last-child button:hover {
  border: none;
  text-decoration: none;
  outline: none;
  transition: all 0.2s;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sombra-nh {
  box-shadow: 0px 6px 15px var(--main-sombra-ativa);
  transition: all 0.2s;
}

.sombra {
  box-shadow: 0px 6px 15px var(--main-sombra-ativa);
  transition: all 0.2s;
}

.sombra:hover {
  box-shadow: 5px 12px 20px var(--main-sombra-hover);
}

.bloco-ib {
  background-color: var(--white-navy);
  border-radius: 5px;
  display: inline-block;
  transition: all 0.2s;
}

.bloco {
  position: relative;
  background-color: var(--white-navy);
  border-radius: 5px;
  display: block;
  transition: all 0.2s;
}

.bt {
  border-radius: 5px;
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
}

.bt-peq {
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
}

.amarelo-c {
  color: var(--main-amarelo);
}

.vermelho-c {
  color: var(--main-vermelho);
}

.preto {
  background-color: var(--main-titulo);
  color: white;
}

.preto h6 {
  color: white;
}

.verde-c {
  color: var(--main-verde);
}

.verde {
  background-color: var(--main-verde);
}

.amarelo {
  color: var(--main-titulo);
  background-color: var(--main-amarelo);
}

.principal {
  color: var(--main-branco);
  background-color: var(--main-principal);
}

.bloco-interno, .bloco-detalhes {
  text-align: center;
}

.bloco-interno {
  padding: 50px 0px 30px 0px;
}

.bloco-interno h2, .bloco-interno h4 {
  font-weight: 600;
}

.bloco-interno h1 {
  font-weight: 300;
}

.bloco-detalhes h5 {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.13);
}

body .corpo .lista-selecione {
  padding: 20px;
  background-color: var(--white-navy);
  display: inline-block;
  width: auto;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
  margin-right: 10px;
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.055), inset -6px -6px 10px 0 rgba(99, 97, 97, 0.068);
}

tr .mais:hover + .hover-acessos {
  opacity: 1;
  visibility: visible;
}

.hover-acessos {
  margin-top: 10px;
  right: 20%;
  width: 175px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.hover-acessos .bt-peq {
  margin: 5px 0;
}

.editar-absolute {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

.editar-absolute i {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  color: var(--light-teal);
  font-size: 24px;
  margin: 10px 10px 0px 0px;
}

.bloco:hover .editar-absolute i {
  opacity: 1;
  visibility: inherit;
}

/* -------------------------------
  //--- MENU LATERAL --- //
------------------------------- */
#cima-nav-index {
  position: relative;
  z-index: 1;
  background-color: var(--red-ceert);
  text-align: left;
}

#cima-nav-index img {
  width: 188px;
  padding: 20px;
}

.baixo-manu {
  width: 100%;
}

.baixo-manu div {
  float: right;
}

.baixo-manu h4 {
  color: var(--black-ceert);
  margin: 0px;
}

.baixo-manu li:hover {
  border-bottom: 2px solid var(--red-ceert);
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: var(--white-navy);
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--red-ceert);
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: var(--red-ceert);
  text-decoration: none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* -------------------------------
  //--- IMAGEM DE FUNDO E CAMADA --- //
------------------------------- */
.corpo-bg-img,
.corpo-bg-overlay,
.corpo-bg-overlay:before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.corpo-bg-overlay:before {
  content: "";
  background-image: linear-gradient(242deg, var(--main-principal), var(--main-secundaria));
  opacity: 0.84;
}

.corpo-bg-img {
  background-image: url(/img/corpo-bg-img.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

/* -------------------------------
  //--- LADO ESQUERDO --- //
------------------------------- */
.icone-voltar {
  display: flex;
  margin-bottom: 60px;
  margin-top: 30px;
  color: var(--white-navy);
}

.icone-voltar h4 {
  padding-left: 10px;
}

.conteudo-principal {
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
  padding: 0px 25px;
}

.conteudo-principal p {
  margin-top: 30px;
}

.conteudo-principal p, .conteudo-principal h1, .conteudo-principal h4 {
  color: white;
}

.centralizar-texto {
  display: flex;
  align-items: center;
}

/* -------------------------------
  //--- LADO DIREITO --- //
------------------------------- */
.bloco-formulario {
  background-color: var(--white-navy);
  min-height: calc(100vh - 89px);
  display: flex;
  align-items: center;
  padding: 30px;
}

.logo-formulario {
  width: 150px;
  padding-bottom: 15px;
}

.formulario-titulo {
  padding-top: 15px;
  padding-bottom: 30px;
}

/* -------------------------------
  //--- INVERSO --- //
------------------------------- */
body .inverso.bg-ceert {
  background: white;
}

body .inverso.bg-ceert h1, body .inverso.bg-ceert h2, body .inverso.bg-ceert h3, body .inverso.bg-ceert h4, body .inverso.bg-ceert h5, body .inverso.bg-ceert h6 {
  color: #d6d6d6;
}

/* -------------------------------
  //--- SITES --- //
------------------------------- */
.imagem-site {
  height: 100px;
  width: 100%;
  border-radius: 5px;
  background-color: black;
  overflow: hidden;
}

.voltar {
  display: inline-block;
}

/* -------------------------------
  //--- MENU LATERAL --- //
------------------------------- */
#cima-nav-index {
  position: relative;
  z-index: 1;
  background-color: var(--main-principal);
  text-align: left;
}

#cima-nav-index img {
  width: 150px;
  padding: 20px;
}

#dashboard #menu-top {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: var(--main-principal);
}
#dashboard #menu-top .navbar-toggler {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border: none;
}
#dashboard #menu-top .navbar-toggler:focus {
  box-shadow: none;
}
#dashboard #menu-top .navbar-toggler div {
  background-color: #FFF;
  height: 0.15rem;
  width: 1.5rem;
}
#dashboard #menu-top .navbar-toggler div:not(:first-of-type) {
  margin-top: 0.3rem;
}
#dashboard #menu-top #sair * {
  color: #FFF;
}
#dashboard #menu-top #menu_left {
  width: auto;
}
#dashboard #menu-top #menu_left .offcanvas-body::-webkit-scrollbar {
  display: none;
}
#dashboard #menu-top #menu_left .offcanvas-body ul a {
  text-align: center;
}
#dashboard #menu-top #menu_left .offcanvas-body ul a * {
  color: rgba(0, 0, 0, 0.4352941176);
}
#dashboard #menu-top #menu_left .offcanvas-body ul a.active * {
  color: #E83B3B !important;
}
#dashboard #menu-top #menu_left .offcanvas-body ul a.active li {
  border-right: 5px solid #E83B3B;
}
#dashboard #menu-top #menu_left .offcanvas-body ul a:not(:first-child) {
  margin-top: 1rem;
}
#dashboard #menu-top #menu_left .offcanvas-body ul a li h4 {
  margin-left: 0.65rem;
  margin-right: 0.65rem;
}
#dashboard #menu-top #menu_right {
  max-width: 75%;
}
#dashboard #menu-top #menu_right .offcanvas-body::-webkit-scrollbar {
  display: none;
}
#dashboard #menu-top #menu_right .offcanvas-body .card {
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1607843137);
}
#dashboard #menu-top #menu_right .offcanvas-body .card .card-header {
  background: transparent linear-gradient(106deg, #78E7DC 0%, #A782F4 100%) 0% 0% no-repeat padding-box;
}
#dashboard #menu-top #menu_right .offcanvas-body .card .card-body {
  position: relative;
  padding-top: 3rem;
}
#dashboard #menu-top #menu_right .offcanvas-body .card .card-body .circle {
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  margin: auto;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #D9D9D9;
  border: 2px solid #E83B3B;
}
#dashboard #menu-top #menu_right .offcanvas-body .card .card-body .circle img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
#dashboard #menu-top #menu_right .offcanvas-body .card .card-body .circle .mini-circle {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #E83B3B;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
#dashboard #menu-top #menu_right .offcanvas-body .card .card-body h3 {
  font-weight: 700;
}
#dashboard #menu-top #menu_right .offcanvas-body .card .card-body p {
  font-size: 14px;
  text-align: justify;
}
#dashboard #menu-top #menu_right .offcanvas-body .card .card-body .notificacao {
  background-color: #D9D9D9;
  border-radius: 5px;
  padding: 0.2rem 0.4rem;
  display: inline-block;
  cursor: pointer;
}
#dashboard #menu-top #menu_right .offcanvas-body .card .card-body .notificacao.active {
  background-color: #E83B3B;
  color: #FFF;
}
#dashboard #menu-top #menu_right .offcanvas-body .card .card-body .notificacao i {
  font-size: 16px;
}
#dashboard #menu-top #menu_right .offcanvas-body #lembretes a {
  text-decoration: none;
}
#dashboard #menu-top #menu_right .offcanvas-body #lembretes a .criar {
  background-color: #D9D9D9;
}
#dashboard #content-index .corpo {
  overflow: hidden;
}
#dashboard #content-index .corpo p {
  font-weight: 300;
  font-size: 16px;
}
#dashboard #content-index .corpo p a {
  color: #005BEA;
  text-decoration: none;
  font-weight: 700;
}
#dashboard #content-index .corpo .targeta {
  background-color: #E83B3B;
  color: #FFF;
}
#dashboard #content-index .corpo .targeta i {
  font-size: 24px;
}
#dashboard #content-index .corpo .targeta p {
  text-align: justify;
}
#dashboard #content-index .corpo #status #card_header {
  --bs-card-border-color: transparent;
}
#dashboard #content-index .corpo #status #card_header ul {
  display: flex;
}
#dashboard #content-index .corpo #status #card_header ul li {
  background-color: #ececec;
  justify-content: center;
  padding: 0.5rem 1rem;
  flex-grow: 1;
  border-radius: 0;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
#dashboard #content-index .corpo #status #card_header ul li a {
  color: rgba(0, 0, 0, 0.3215686275);
  text-align: center;
}
#dashboard #content-index .corpo #status #card_header ul li.active {
  background-color: var(--main-principal);
  border-right: 0;
}
#dashboard #content-index .corpo #status #card_header ul li.active a {
  color: #FFF;
}
#dashboard #content-index .corpo #status .card {
  background-color: #f4f4f4;
  border-radius: 0 0 5px 5px;
  border: none;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1098039216);
}
#dashboard #content-index .corpo #status .card p {
  font-weight: 400;
}
#dashboard #content-index .corpo #status .card #container {
  position: relative;
  max-width: 100%;
}
#dashboard #content-index .corpo #status .card #container .arrow-left,
#dashboard #content-index .corpo #status .card #container .arrow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1rem;
  width: 2rem;
  color: #fff;
  transition: all 600ms ease-in-out;
  background: linear-gradient(to left, transparent 0%, var(--main-principal) 200%);
  opacity: 0.5;
  cursor: pointer;
  border: none;
  z-index: 1;
}
#dashboard #content-index .corpo #status .card #container .arrow-left:hover,
#dashboard #content-index .corpo #status .card #container .arrow-right:hover {
  opacity: 1;
}
#dashboard #content-index .corpo #status .card #container .arrow-right {
  right: 0;
  left: auto;
  text-align: right;
  background: linear-gradient(to right, transparent 0%, var(--main-principal) 200%);
}
#dashboard #content-index .corpo #status .card #container .gallery-wrapper {
  overflow-x: auto;
  padding: 1rem 2rem 2rem;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#dashboard #content-index .corpo #status .card #container .gallery-wrapper::-webkit-scrollbar {
  display: none;
}
#dashboard #content-index .corpo #status .card #container .gallery-wrapper .gallery {
  display: flex;
  flex-flow: row nowrap;
  gap: 15px;
}
#dashboard #content-index .corpo #status .card #container .gallery-wrapper .gallery .item {
  width: 5rem;
  height: 5rem;
  border: 2px solid;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 600ms ease-in-out;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
}
#dashboard #content-index .corpo #status .card #container .gallery-wrapper .gallery .item.current-item {
  opacity: 1;
}
#dashboard #content-index .corpo #status .card #container .gallery-wrapper .gallery .item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
#dashboard #content-index .corpo #status .card #container .gallery-wrapper .gallery .item .mini-circle {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#dashboard #content-index .corpo #agenda a {
  text-decoration: none;
}
#dashboard #content-index .corpo #agenda a .bloco {
  background: transparent linear-gradient(109deg, #DB528E 0%, #FCAD54 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
#dashboard #content-index .corpo #agenda a .bloco p {
  color: #FFF;
  font-weight: 400;
}
#dashboard #content-index .corpo #aniversario .bloco {
  background: transparent linear-gradient(108deg, #FCB696 0%, #FC7798 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  position: relative;
}
#dashboard #content-index .corpo #aniversario .bloco h3 {
  color: #FFF;
  font-weight: 500;
}
#dashboard #content-index .corpo #aniversario .bloco p {
  color: #FFF;
  font-weight: 700;
}
#dashboard #content-index .corpo #aniversario .bloco img {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  max-width: 7.5rem;
}
#dashboard #content-index .corpo #contentSolicitacoes > div > div {
  background-color: #ececec;
  border-radius: 0.375rem;
}
#dashboard #content-index .corpo #contentSolicitacoes > div > div #solicitacoes ul li {
  display: flex;
  align-items: center;
}
#dashboard #content-index .corpo #contentSolicitacoes > div > div #solicitacoes ul li a {
  color: #949494;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#dashboard #content-index .corpo #contentSolicitacoes > div > div #solicitacoes ul li a i {
  font-size: 32px;
  color: #D9D9D9;
}
#dashboard #content-index .corpo #contentSolicitacoes > div > div #solicitacoes ul li.active a, #dashboard #content-index .corpo #contentSolicitacoes > div > div #solicitacoes ul li.active i {
  color: #000;
}
#dashboard #content-index .corpo #contentSolicitacoes > div > div #solicitacoes .progress-bar {
  --progress: 33;
  height: 10px;
  background-color: #ccc;
}
#dashboard #content-index .corpo #contentSolicitacoes > div > div #solicitacoes .progress-bar::before {
  content: "";
  height: 10px;
  width: calc(var(--progress) * 1%);
  background-color: #E83B3B;
}
#dashboard #content-index .corpo #contentSolicitacoes > div > div #solicitacoes table thead tr th {
  color: #949494;
  font-weight: 400;
}
#dashboard #content-index .corpo #contentSolicitacoes > div > div #solicitacoes table tbody tr {
  border-bottom: 2px solid rgba(0, 0, 0, 0.146) !important;
}
#dashboard #content-index .corpo #contentSolicitacoes > div > div #solicitacoes table tbody tr td {
  white-space: nowrap;
}
#dashboard #content-index .corpo #contentSolicitacoes > div > div #solicitacoes table tbody tr td:last-of-type p {
  color: #FFF;
  border-radius: 5px;
}
#dashboard #content-index .corpo #avisos > div > div {
  background-color: #ececec;
  border-radius: 0.375rem;
}
#dashboard #content-index .corpo #avisos > div > div .bloco {
  background-color: transparent;
}
#dashboard #content-index .corpo #avisos > div > div .bloco .card-content {
  border-radius: 0.375rem;
  cursor: pointer;
  background-color: #FFF;
}
#dashboard #content-index .corpo #avisos > div > div .bloco .card-content .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#dashboard #content-index .corpo #avisos > div > div .bloco .card-content a {
  text-decoration: none;
}
#dashboard #content-index .corpo #avisos > div > div .bloco .card-content i {
  font-size: 0.8rem;
  display: none;
}
#dashboard #content-index .corpo #avisos > div > div .bloco .card-content:hover i {
  display: inline-flex;
}
#dashboard #content-index .corpo #bate-papo {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 20rem;
  min-height: 50vh;
  z-index: 1000;
  background-color: #F3F3F3;
  display: none;
}
#dashboard #content-index .corpo #bate-papo .card-body {
  overflow: auto;
  max-height: 50vh;
}
#dashboard #content-index .corpo #bate-papo .card-body::-webkit-scrollbar {
  display: none;
}
#dashboard #content-index .corpo #bate-papo .card-footer {
  overflow: auto;
  max-height: 20vh;
}
#dashboard #content-index .corpo #bate-papo .card-footer::-webkit-scrollbar {
  display: none;
}
#dashboard #content-index .corpo #bate-papo .bloco-img {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  margin-right: 1rem;
}
#dashboard #content-index .corpo #bate-papo .bloco-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#dashboard #content-index .corpo #bate-papo .card-header i {
  cursor: pointer;
}
#dashboard #content-index .corpo #modal-detalhar-chamado .modal-dialog .modal-content {
  max-height: 90vh;
  overflow: auto;
}
#dashboard #content-index .corpo #modal-detalhar-chamado .modal-dialog .modal-content::-webkit-scrollbar {
  width: 0.75rem;
}
#dashboard #content-index .corpo #modal-detalhar-chamado .modal-dialog .modal-content::-webkit-scrollbar-track {
  background: rgb(230, 230, 230);
}
#dashboard #content-index .corpo #modal-detalhar-chamado .modal-dialog .modal-content::-webkit-scrollbar-thumb {
  background-color: rgb(184, 184, 184);
}
@media (min-width: 768px) {
  #dashboard #content-index .corpo #modal-detalhar-chamado .modal-dialog {
    max-width: 75%;
  }
}
#dashboard #content-index .corpo #modal-detalhar-chamado .modal-dialog #anexos-detalhes {
  max-width: 100%;
  overflow: auto;
}
#dashboard #content-index .corpo #modal-detalhar-chamado .modal-dialog #anexos-detalhes img {
  width: 13rem;
}
#dashboard #content-index .corpo #modal-criar-chamado .modal-dialog .modal-content {
  max-height: 90vh;
  overflow: auto;
}
#dashboard #content-index .corpo #modal-criar-chamado .modal-dialog .modal-content::-webkit-scrollbar {
  width: 0.75rem;
}
#dashboard #content-index .corpo #modal-criar-chamado .modal-dialog .modal-content::-webkit-scrollbar-track {
  background: rgb(230, 230, 230);
}
#dashboard #content-index .corpo #modal-criar-chamado .modal-dialog .modal-content::-webkit-scrollbar-thumb {
  background-color: rgb(184, 184, 184);
}
@media (min-width: 768px) {
  #dashboard #content-index .corpo #modal-criar-chamado .modal-dialog {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  #dashboard #content-index .corpo #solicitacoes table,
  #dashboard #content-index .corpo #solicitacoes table p {
    font-size: 12px;
  }
}
#dashboard #content-index #bg_modal_mural_avisos_ao_carregar {
  position: fixed;
  inset: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4941176471);
  display: none;
}
#dashboard #content-index #modal_mural_avisos_ao_carregar {
  position: fixed;
  inset: 0;
  z-index: 5;
  background-color: #FFF;
  margin: auto;
  max-width: 60%;
  max-height: 80%;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
@media (max-width: 850px) {
  #dashboard #content-index #modal_mural_avisos_ao_carregar {
    max-width: 95%;
  }
}
#dashboard #content-index #modal_mural_avisos_ao_carregar::before {
  content: "AVISOS";
  position: absolute;
  top: -1rem;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  background-color: #E83B3B;
  width: -moz-max-content;
  width: max-content;
  padding: 0.7rem 4rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  color: #FFF;
}
@media (max-width: 850px) {
  #dashboard #content-index #modal_mural_avisos_ao_carregar::before {
    font-size: 1.2rem;
  }
}
#dashboard #content-index #modal_mural_avisos_ao_carregar #bg {
  position: absolute;
  inset: 0;
  background-image: url("/img/modal_mural_avisos/bg.png");
  background-size: cover;
  background-position: top right;
  border-radius: 0.5rem;
}
#dashboard #content-index #modal_mural_avisos_ao_carregar #body {
  position: relative;
  max-height: 100%;
  overflow: auto;
  padding: 4rem 3rem 0;
}
@media (max-width: 850px) {
  #dashboard #content-index #modal_mural_avisos_ao_carregar #body {
    padding: 4rem 1rem 0;
  }
}
#dashboard #content-index #modal_mural_avisos_ao_carregar #body::-webkit-scrollbar {
  width: 0.35rem;
}
#dashboard #content-index #modal_mural_avisos_ao_carregar #body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.35rem;
}
#dashboard #content-index #modal_mural_avisos_ao_carregar #body::-webkit-scrollbar-thumb {
  background: #DFDFDF;
  border-radius: 0.35rem;
}
#dashboard #content-index #modal_mural_avisos_ao_carregar #body::-webkit-scrollbar-thumb:hover {
  background: #bdbdbd;
}
#dashboard #content-index #modal_mural_avisos_ao_carregar #body > div {
  background-color: #F5F5F5;
  border-radius: 0.3rem;
  margin-bottom: 0.7rem;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  box-shadow: -2px 2px 5px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
#dashboard #content-index #modal_mural_avisos_ao_carregar #body > div p {
  margin: 0;
  text-align: end;
  font-size: 1rem;
  color: #5A5A5A;
  font-weight: 400;
  opacity: 0.85;
}
@media (max-width: 650px) {
  #dashboard #content-index #modal_mural_avisos_ao_carregar #body > div {
    flex-direction: column;
    gap: 1rem;
  }
  #dashboard #content-index #modal_mural_avisos_ao_carregar #body > div p {
    text-align: center;
  }
}
#dashboard #content-index #modal_mural_avisos_ao_carregar #body > div:hover img {
  animation: tremer 0.2s;
  animation-iteration-count: 1;
}
#dashboard #content-index #modal_mural_avisos_ao_carregar #body > div:hover p {
  opacity: 1;
}
@keyframes tremer {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 7px;
  }
  50% {
    margin-left: 0;
  }
  75% {
    margin-left: -7px;
  }
  100% {
    margin-left: 0;
  }
}
#dashboard #content-index #modal_mural_avisos_ao_carregar button {
  background-color: #E83B3B;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  position: relative;
  color: #FFF;
  padding: 0.7rem 4rem;
  font-size: 1.5rem;
  font-weight: 300;
  width: 100%;
}
@media (max-width: 850px) {
  #dashboard #content-index #modal_mural_avisos_ao_carregar button {
    font-size: 1.2rem;
  }
}

.baixo-manu {
  width: 100%;
}

.baixo-manu div {
  float: right;
}

.baixo-manu h4 {
  color: var(--black-ceert);
  margin: 0px;
}

.baixo-manu-titulo {
  width: 100%;
  text-align: center;
}

.baixo-manu h2 {
  padding: 20px;
}

.baixo-manu li:hover {
  border-bottom: 2px solid var(--main-principal);
}

.menu-itens h4 {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}

.menu-itens i {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* -------------------------------
  //--- FORMULARIO --- //
------------------------------- */
.formulario {
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
}

.formulario-flex {
  margin: 0 auto;
}

.form-group {
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.form-group img, .form-group i {
  padding-right: 20px;
  color: var(--main-principal);
}

::-moz-placeholder {
  color: black;
  opacity: 0.3;
}

::placeholder {
  color: black;
  opacity: 0.3;
}

.form-control, .form-select {
  margin: 0.25rem 0 0.5rem;
}

.esqueceu-senha {
  text-align: left;
  display: flex;
  margin-top: 10px;
}

.formulario p {
  color: var(--grey-grey);
  margin-top: 10px;
}

.hover {
  opacity: 0;
  visibility: hidden;
}

tr:hover button.hover {
  opacity: 1;
  visibility: visible;
}

.rosa {
  background: var(--main-secundaria);
}

.rosa h6, .rosa h5, .verde h6, .verde h5, .verde i, .verde h4 {
  color: var(--white-navy);
}

/* -------------------------------
  //--- MODAL --- //
------------------------------- */
#demoModal input, #demoModal select {
  width: 100%;
}

/* -------------------------------
  //--- LINKS --- //
------------------------------- */
.formulario span a {
  color: var(--orangey-red);
  font-weight: 400;
  font-size: 18px;
}

.formulario p a {
  font-weight: 600;
  color: var(--orangey-red);
}

body a:hover {
  text-decoration: none;
}

body a {
  color: var(--black-ios);
}

body a:hover {
  color: var(--black-ios);
}

/* -------------------------------
  //--- TABELA --- //
------------------------------- */
table {
  width: 100%;
  background-color: var(--white-navy);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

table th,
table td {
  padding: 15px 15px;
  border-bottom: 1px var(--main-cinzaclaro) solid;
  color: var(--grey-black);
}

table img {
  padding-right: 20px;
}

tr td:last-child {
  text-align: right;
}

tr th:last-child {
  text-align: right;
}

.colapso-unico th,
.colapso-unico td {
  padding: 15px 0px;
}

.tabela-titulo {
  background-color: rgba(232, 59, 59, 0.768627451);
  padding: 0.25rem 0;
  border-radius: 0.25rem 0.25rem 0 0;
  margin-bottom: 0.5rem;
  color: var(--grey-black);
  overflow: auto;
}
.tabela-titulo .no-margin {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 500;
}

.fa-eye {
  font-size: 12px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #198754;
  color: #FFF;
  padding: 10px 8px;
}

.tabela-titulo ul {
  white-space: nowrap;
  display: inline-block;
}

.tabela-titulo .nav-tabs .nav-link.active {
  border: 1px solid var(--borda-check);
  border-radius: 0.25rem;
  background-color: var(--white-navy);
}

.tabela-titulo .nav-tabs .nav-link:hover {
  border: 1px solid var(--borda-check);
  border-radius: 0.25rem;
}

.tabela-titulo .nav-tabs {
  border: none;
}

.tabela-corpo {
  padding: 0.5rem;
}

.tabela-corpo table {
  min-width: 940px;
}

/* -------------------------------
  //--- CHECKBOX STYLE --- //
------------------------------- */
/* The container */
.container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  background-color: var(--white-navy);
  border: 1px solid var(--borda-check);
  transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
  /*background-color: var(--white-navy);
  border: 1px solid var(--borda-check);*/
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
  background-color: var(--red-ceert);
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.bloco-dados.questionario.perguntas .container2 .checkmark {
  border: 2px solid var(--red-ceert);
}

/* -------------------------------
  //--- RADIO STYLE --- //
------------------------------- */
/* Customize the label (the container) */
.opcao .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.opcao .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.opcao .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: var(--white-navy);
  border: 2px solid var(--red-ceert);
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.opcao .container:hover input ~ .checkmark {
  background-color: var(--white-navy);
  border: 2px solid var(--red-ceert);
}

/* When the radio button is checked, add a blue background */
.opcao .container input:checked ~ .checkmark {
  background-color: var(--red-ceert);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.opcao .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.opcao .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.opcao .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.opcao .container2 .checkmark {
  border: 2px solid var(--red-ceert);
}

.opcao .container2 .checkmark {
  border: 2px solid var(--red-ceert);
}

/* -------------------------------
  //--- NOTIFICAÇÃO --- //
------------------------------- */
.notificacao {
  position: relative;
  z-index: 1;
}

.notificacao span {
  color: white;
  position: absolute;
  font-weight: 700;
  font-size: 8px;
  bottom: 10px;
  left: 20px;
  background-color: red;
  border-radius: 50%;
  padding: 2px;
  width: 16px;
  text-align: center;
}

.notificacao-fora {
  display: none;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 25px;
  right: 0;
  background-color: white;
  border-radius: 10px;
  min-width: 350px;
  padding: 15px;
}

.notificacao-cont {
  height: 300px;
  overflow-y: scroll;
}

.notificacao-cont h6 {
  font-weight: 600;
}

.notificacao-cont h4 {
  font-weight: 400;
  margin-top: 5px;
}

.notificacao-cont a {
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  background-color: var(--red-ceert);
  color: white;
  border: 1px solid var(--red-ceert);
  transition: all 0.2s;
}

.notificacao-cont a:hover {
  font-size: 12px;
  padding: 5px;
  color: white;
  border-radius: 5px;
  background-color: #ff8073;
  border: 1px solid var(--red-ceert);
}

.notificacao-msg {
  text-align: left;
  background-color: #F6F6F6;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
}

.notificacao-zero {
  margin-top: 30px;
  text-align: center;
}

/* -------------------------------
  //--- MODAL --- //
------------------------------- */
#demoModal h4,
#demoModal-nota h4 {
  display: block;
}

body .modal-dialog {
  max-width: 440px;
}

.modal-dialog .container2 input:checked ~ .checkmark, .modal-dialog .checkmark {
  cursor: default;
  border: 2px solid var(--red-ceert);
  background: transparent;
}

.modal-dialog .opcoes-dentro {
  cursor: default;
}

.modal-dialog .checkmark {
  transform: translate(0, -25%);
}

.modal-dialog .opcoes-dentro input {
  max-width: 358px;
  margin-right: 0px;
}

.modal-escolha {
  padding: 20px;
}

.modal-escolha div {
  display: inline-block;
}

.select-size input {
  display: none;
}

.modal-content label {
  display: inline-block;
  /*width: 70px;
  height: 66px;*/
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  /*box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);*/
  margin-right: 10px;
  /*line-height: 66px;*/
}

#sim:checked ~ label[for=sim],
#nao:checked ~ label[for=nao] {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
  margin-right: 10px;
  background-color: var(--red-ceert);
  color: var(--white-navy);
}

.select-size:nth-child(5) {
  background-color: blue;
}

.observacoes-texto {
  width: 100%;
}

.observacoes-texto textarea,
.texto-opcao textarea {
  padding: 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
  margin-right: 10px;
  width: 100%;
  border-radius: 10px;
}

.parte-cima input[type=text] {
  padding: 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.08);
  margin-right: 10px;
  width: 70px;
}

/* -------------------------------
  //--- RESTIRAR BG AZUL DO AUTOCOMPLETE DO GOOGLE --- //
------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: var(--battleship-grey) !important;
}

body .form-control:focus {
  background-color: transparent;
}

/* -------------------------------
  //--- RESPONSIVO --- //
------------------------------- */
@media (max-width: 576px) {
  .conteudo-principal p {
    display: none;
  }
  .conteudo-principal h1 {
    margin-bottom: 30px;
  }
  body .margin-left {
    margin-left: 15px;
  }
  body .notificacao-fora {
    right: -50;
    min-width: 275px;
  }
}
@media (max-width: 768px) {
  table tr td,
  table tr th {
    padding: 15px 10px;
  }
  .baixo-manu ul {
    display: none;
  }
}
@media (max-width: 992px) {
  .bloco-interno.video.text-center {
    height: 350px;
  }
  .baixo-manu h4 {
    font-size: 14px;
  }
  .bloco-dados.questionario .editar-titulo i, .linha-bloco i {
    opacity: 1;
    visibility: inherit;
  }
}
@media (max-width: 1200px) {
  .flex {
    display: block;
  }
  .perfil-informacoes {
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
  }
}
#card_imgPerfil {
  border: none;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}
#card_imgPerfil .card-header {
  background: transparent linear-gradient(106deg, #78E7DC 0%, #A782F4 100%) 0% 0% no-repeat padding-box;
}
#card_imgPerfil .card-body {
  position: relative;
}
#card_imgPerfil .card-body .circle {
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  margin: auto;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}
#card_imgPerfil .card-body .circle .mini-circle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
#card_imgPerfil .card-body .circle img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
#card_imgPerfil .card-body .circle i {
  position: absolute;
  bottom: 0;
  right: -0.75rem;
  background-color: #198754;
  padding: 0.4rem;
  border-radius: 50%;
  font-size: 0.7rem;
  color: #FFF;
}
#card_imgPerfil .card-body h3 {
  font-weight: 700;
}

#modalFoto #bloco_foto {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  display: none;
  margin-block: 1rem;
}
#modalFoto #bloco_foto img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}

/* TESTE */
#demoModal .selecao-multipla input {
  width: 0%;
}

ul.selecao-multipla li label {
  background-color: var(--main-cinzaclaro);
  border: 1px solid var(--main-cinzaborda);
  border-radius: 5px;
  margin: 3px 0px;
  transition: all 0.2s;
}

ul.selecao-multipla li label {
  padding: 8px 12px;
  cursor: pointer;
}

ul.selecao-multipla li input[type=checkbox]:checked + label {
  background-color: var(--main-vermelho);
  border: 1px solid var(--main-vermelho);
  color: var(--main-branco);
  transition: all 0.2s;
}

ul.selecao-multipla li input[type=checkbox]:checked + label h5 {
  color: var(--main-branco);
  transition: all 0.2s;
}

ul.selecao-multipla li input[type=checkbox] {
  display: absolute;
}

ul.selecao-multipla li input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

header {
  background-color: var(--main-principal);
}
header .form-group input {
  background-color: #FFF !important;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12px;
  color: var(--main-titulo);
}
header .form-group input::-moz-placeholder {
  font-size: 12px;
  color: var(--main-titulo);
}
header .form-group input::placeholder {
  font-size: 12px;
  color: var(--main-titulo);
}
header .btn {
  background-color: #B83E3A !important;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #FFFFFF !important;
  color: #FFF !important;
  width: 100%;
  border-radius: 10px;
  padding: 10px 12px;
}

#tela_login {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
#tela_login .color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fbdbd7;
  z-index: -2;
}
#tela_login .bg_tela {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/img/componente-bg.png");
  background-size: cover;
  background-position: 100% center;
  animation: bg 60s infinite ease-in-out;
  opacity: 0.15;
  z-index: -1;
}
@keyframes bg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#tela_login #container_overflow {
  overflow: auto;
  max-height: 100vh;
}
#tela_login #container_overflow main {
  padding: 5rem 0 0;
}
@media (max-width: 768px) {
  #tela_login #container_overflow main {
    padding: 2.5rem 0 0;
  }
}
#tela_login #container_overflow main .card {
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2352941176);
  overflow: hidden;
}
#tela_login #container_overflow main .card .card-body > .row {
  min-height: 60vh;
}
#tela_login #container_overflow main .card .card-body #col-bg {
  position: relative;
}
#tela_login #container_overflow main .card .card-body #col-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--main-principal);
  width: 100%;
  height: 100%;
}
#tela_login #container_overflow main .card .card-body #col-bg #icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 10rem;
}
@media (max-width: 768px) {
  #tela_login #container_overflow main .card .card-body #col-bg {
    height: 40vh;
  }
}
#tela_login #container_overflow main .card .card-body h2 {
  color: var(--main-principal);
  font-weight: 500;
}
#tela_login #container_overflow main .card .card-body button {
  transition: all 0.5s ease-in-out;
  background-color: var(--main-principal);
  color: #FFF;
  border: 1px solid var(--main-principal);
}
#tela_login #container_overflow main .card .card-body button:hover {
  background-color: #FFF;
  color: var(--main-principal);
}
#tela_login #container_overflow main .card .card-body input:focus {
  box-shadow: none;
}
#tela_login #container_overflow main .card .card-body a {
  font-size: 0.85rem;
  color: var(--main-titulo);
}
#tela_login #container_overflow footer {
  margin: 5rem 0 0;
}
@media (max-width: 768px) {
  #tela_login #container_overflow footer {
    margin: 2.5rem 0 0;
  }
}
#tela_login #container_overflow footer h4 {
  color: var(--main-titulo);
}

.modal-lg {
  max-width: 992px !important;
}

.aviso-img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
  border-radius: 0.5rem 0px 0px 0.5rem;
  /* teste */
}/*# sourceMappingURL=style.css.map */