* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-y: hidden;
  height: 100%;
}
.leaflet-popup-close-button {
  display: none;
}
.scrroll__modificada {
  border-top: 1px solid var(--cor-cinza-principal);
  overflow-y: scroll;
}
.scrroll__modificada:first-child {
  border-top: none;
}
.scrroll__modificada::-webkit-scrollbar {
  width: 5px;
}
.scrroll__modificada::-webkit-scrollbar-track {
  background: 0 0;
}
.scrroll__modificada::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  border-radius: 20px;
}
.scrroll__modificada i {
  background: var(--cor-cinza-principal);
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrroll__modificada span {
  color: #fff;
}
.separa-conteudo {
  margin-top: 20px;
}
.leaflet-popup {
  bottom: 17px !important;
  width: 320px;
}
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.disabled {
  pointer-events: none;
  opacity: 0.6;
}
#content {
  width: 100vw;
  height: 100vh;
}
.wraperButtonFiltro {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wraperButtonFiltro div {
  width: 45%;
}
#sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  width: 60px;
  height: 100vh;
  background: var(--cor-cinza-principal);
  color: #fff;
}
#sidebar ul {
  height: 100%;
  margin-top: 30px;
  width: 35px;
}
#sidebar i {
  font-size: 1rem;
}
#sidebar ul li {
  vertical-align: middle;
  list-style: none;
  text-decoration: none;
  text-align: center;
  padding: 10% 10px;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 32px;
  transition: 0.25s ease, background 75ms ease;
}
#sidebar ul li:hover {
  background-color: #535353;
}
.hover-visible {
  display: none;
}
#sidebar ul li:hover .hover-visible {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  position: absolute;
  background-color: #535353;
  left: 41px;
  width: 150px;
  height: 32px;
  border-radius: 4px;
}
.icon-mapa > span {
  font-size: 15px;
}
.active {
  width: 34px !important;
  background-color: #535353;
}
#map {
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
}
hr {
  border: 1px solid var(--cor-cinza-secundaria);
}
.titulo__card {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
.espacamento__content {
  display: block;
  height: 100%;
}
.button__center {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
}
#qtdFilter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
  gap: 15px;
  font-size: 12px;
  font-weight: 700;
}
#numberFilter {
  background: #ffbc00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.wrapper__text span {
  padding: 5% 2%;
  width: 70%;
  text-align: left;
  margin-left: 2%;
}
.wrapper__text span:first-child {
  width: 22%;
}
.wrapper__text span:last-child {
  padding-left: 6%;
}
.border__text {
  border-radius: 20px;
  padding: 2.3% 10%;
  font-size: 10px;
}
.wrapper__text button {
  border: none;
  padding: 2% 4%;
  margin: 10px 0;
  border-radius: 10px;
  font-weight: lighter;
  font-size: 10px;
  transition: 0.2s;
}
.wrapper__text button:hover {
  filter: brightness(0.9);
}
.wrapper__text button i {
  margin-right: 5px;
}
#map tr td:first-child {
  width: 40%;
}
.card {
  background: 0 0 !important;
  color: var(--cor-cinza-principal);
  border: none !important;
  border-radius: 0 !important;
}
.card-header {
  background: 0 0 !important;
}
.header-logo {
  max-width: calc(100vw - calc(100vw / 3.5));
  margin-left: calc(100vw / 3.5);
  padding: 14px 0 12px 0;
}
.header-logo div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.header-logo p {
  text-align: center;
  margin-bottom: 0;
  display: table;
  position: relative;
  font-family: Lato-Regular;
  font-size: 1.5rem;
  letter-spacing: 2px;
  top: 5px;
  max-width: 500px;
}
.page-footer {
  max-width: calc(100vw - calc(100vw / 3.5));
  margin-left: calc(100vw / 3.5);
  background: #404040;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: CourierNewPS-BoldMT;
  font-size: 14px;
  z-index: 999;
}
.page-footer a {
  color: #fff;
}
.vertical-menu-wrapper {
  position: fixed;
  max-width: calc(100vw / 3.5);
  background: var(--backgorund-cinza);
  bottom: 0;
  z-index: 9999;
  top: 0;
  display: block !important;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  color: #fff;
  font-weight: lighter;
  transition: all 0.2;
  -moz-transition: all 0.2;
  -webkit-transition: all 0.2;
}
.close__button {
  border: 0;
  color: #fff;
  display: block;
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #dd4a45;
  width: 40px;
  height: 30px;
}
.close__button:focus {
  outline: 0;
}
.close__button:hover {
  filter: brightness(0.9);
}
.vertical__content {
  padding: 14px 0 12px 0;
  background: var(--cor-cinza-principal);
  box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
}
.vertical__content img {
  display: table;
  margin: 0 auto;
}
.top__card {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.top__card h4 {
  margin-top: 15px;
  font-weight: 700;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.informacao {
  padding: 1 3%;
}
.informacao h4 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  display: flex;
  width: 100%;
  align-items: center;
}
.informacao h4 i {
  font-size: 14px;
  padding: 7px 11px;
  background: var(--cor-primaria);
  margin-right: 10px;
  margin-top: 0;
}
.informacao b {
  font-weight: 700;
}
.informacao table {
  border: 1px solid var(--cor-cinza-secundaria);
  font-size: 14px;
}
.informacao p {
  margin-bottom: 0;
  padding: 10px 8px;
  border-bottom: 1px solid #dfdfdf;
}
#descricaoObra p {
  margin-bottom: 0 !important;
  padding: 10px 0;
  border: none;
}
.content__content {
  height: calc(100% - 128px);
  padding-bottom: 20px;
}
.iconsWraper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  border-radius: 16px;
  padding: 4px 10px;
  margin: 0 auto;
}
.iconsWraper p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}
#iconsSituation span {
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tableInformacao table td {
  padding: 5px !important;
  border-top: 1px solid var(--cor-cinza-secundaria) !important;
  color: #f3f2f2;
}
.tableInformacao table td:first-child {
    width: 0;
    min-width: 170px;
    max-width: 180px;
}
.tableInformacao .btn-link{
  color: #fff;
  width: auto!important;
}
.tableInformacao .btn-link:hover{
  background: #3686ff!important;
}
#fotosAdd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#fotosAdd i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background: var(--cor-primaria);
  margin-right: 10px;
  margin-top: 0;
  color: #fff;
}
#fotosAdd .card {
  border: none;
}
#fotosAdd .card-body {
  padding: 10px 0;
  margin-bottom: 10px;
}
#add-imagens div {
  margin-bottom: 10px;
}
#gastoAdd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#gastoAdd i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background: var(--cor-primaria);
  margin-right: 10px;
  margin-top: 0;
  color: #fff;
}
#gastoAdd .card {
  width: 100%;
  border: none;
}
#gastoAdd > .gasto-body {
  padding: 0 !important;
  margin-bottom: 10px;
}
#gastoAdd > .gasto-body span {
  font-size: 15px;
}
#gastoAdd .gasto-body span:nth-of-type(2) {
  padding-top: 10px;
}
.gasto-body .valor-total-obra{
    color: #fff;
    padding: 5px 0;
    font-weight: 600;
    margin-bottom: 10px;
}
#gastoAdd #accordion .card {
  border: 1px solid var(--cor-cinza-principal);
}
#gastoAdd #accordion .card-body {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--cor-cinza-secundaria);
}
#gastoAdd #accordion .card-body > div {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  border: 1px solid var(--cor-cinza-secundaria);
}
#gastoAdd #accordion .btn {
  background: var(--cor-cinza-secundaria);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#accordion_content {
  padding: 0;
  margin: 0;
}
#accordion_content .card-header {
  padding: 0;
}
#accordion_content .btn {
  padding: 12px 17px 10px 17px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: all 0.4s;
}
#accordion_content .btn:hover {
  background: var(--cor-cinza-secundaria);
  text-decoration: none;
}
#accordion_content .btn-link:focus {
  text-decoration: none;
}
#accordion_content .body_accordion_content {
  background: var(--cor-cinza-principal);
  padding: 10px;
  border-radius: 6px;
}
#accordion_content .wrapper_accordion_content {
  padding: 18px;
}
.progress-bar {
  text-align: right;
  padding: 4px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--cor-cinza-principal);
  background: #ffbc00;
}
.bg-success {
  background: #d69400 !important;
}
.modal-body {
  display: flex !important;
  flex: 1 !important;
  justify-content: center !important;
  align-items: center !important;
}
#documentoAdd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
#documentoAdd i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background: var(--cor-primaria);
  margin-right: 10px;
  margin-top: 0;
  color: #fff;
}
#accordion_documento {
  width: 100%;
  text-decoration: none;
  background: var(--cor-cinza-secundaria);
  border-radius: 6px;
}
#accordion_documento .card-body {
  background: var(--cor-cinza-principal);
  color: #fff;
  padding: 0;
}
#accordion_documento .card-body div {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  width: 100%;
  border: 1px solid var(--cor-cinza-secundaria);
}
#accordion_documento .card-body div p {
  border: none !important;
}
.InformacoesFilter_button {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  width: 82% !important;
}
.InformacoesFilter_button button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border: none;
  padding: 2% 4%;
  margin: 10px 0;
  border-radius: 10px;
  font-weight: lighter;
  font-size: 10px;
  transition: 0.2s;
  max-width: 100px;
}
.InformacoesFilter_button button:hover {
  filter: brightness(0.9);
}
.InformacoesFilter_button i {
  background: #f0f0f0;
  color: #000 !important;
}
#accordion_documento .card-body div a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#accordion_documento .btn {
  color: #fff !important;
  transition: all 0.4s;
}
#accordion_documento .btn:hover {
  filter: brightness(0.9);
}
#accordion {
  width: 100%;
  margin: 15px 0;
}
#accordion .card-header {
  padding: 0;
}
#accordion button {
  color: #fff;
  text-decoration: none;
}
#accordion button:hover {
  color: #a0a0a0;
}
#accordion .card-body {
  padding: 0;
}
#accordion .wrapper-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 6px;
}
#accordion p {
  display: flex;
  color: #fff;
  border: none !important;
  align-items: center;
}
#accordion p:nth-of-type(1) {
  width: 50%;
}
#accordion p:nth-of-type(2) {
  width: 25%;
}
#accordion a {
  display: flex;
  width: 25%;
  align-items: center;
  text-decoration: none;
  justify-content: flex-end;
}
.icon-mapa {
  top: 15px;
  left: 15px;
  position: absolute;
  -webkit-animation-name: bounce2;
  -moz-animation-name: bounce2;
  -o-animation-name: bounce2;
  -ms-animation-name: bounce2;
  animation-name: bounce2;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.icon-mapa span {
  font-size: 20px;
}
.pin {
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 50% 0;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.pin:after {
  content: "";
  width: 34px;
  height: 34px;
  margin: 3px 0 0 3px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
}
.pulse {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 58%;
  top: 70%;
  margin: 11px 0 0 -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -webkit-box-shadow: 0 0 1px 2px var(--cor-cinza-principal);
  box-shadow: 0 0 1px 2px var(--cor-cinza-principal);
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.progressWrap { margin: 10px 0 14px; }
.progressHeader{
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:6px;
}
.progress { border-radius: 999px; background: #eee; overflow: hidden; }
.progress-bar { transition: width .4s ease, background-color .4s ease; }
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-moz-keyframes bounce2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes bounce2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.modal-backdrop.show {
  opacity: 0.5;
  z-index: 99999;
}
.day {
  color: var(--cor-primaria) !important;
}
.filtrar {
  padding: 4% 6%;
}
.filtrar input {
  background-color: #fff;
}
.filtrar select {
  background-color: #fff !important;
}
.filtrar label {
  color: #fff;
}
#InformacoesFilter {
  padding: 4% 6%;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border-radius: 6px !important;
  background-color: var(--cor-cinza-principal) !important;
}
#InformacoesFilter > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  color: #fff;
}
#InformacoesFilter > div > p {
  margin-bottom: 0;
}
#iconsFiltrarSituation {
  background-color: var(--cor-primaria);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#iconsFiltrarSituation span {
  font-size: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#InformacoesFilter > p {
  width: 40%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
#InformacoesFilter > span {
  width: 38%;
  font-size: 14px;
  display: block;
  font-weight: 400;
  color: #f3f2f2;
  text-align: center;
}
#InformacoesFilter > button {
  border: 0;
  padding: 0 2%;
  margin: 10px 0;
  border-radius: 10px;
  font-weight: lighter;
  font-size: 10px;
  width: 30% !important;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
#InformacoesFilter > button > i {
  margin: 0;
  padding: 0;
  margin-right: 5px;
  color: var(--cor-cinza-principal);
  background: 0 0;
}
.iconsWraperFilter {
  padding: 1% 4%;
  border-radius: 16px;
}
#cardRelatorio {
  padding: 4% 6%;
  color: var(--branco);
}
.relatorio__status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.relatorio__status div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.relatorio__status p:first-child {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.relatorio__status p:last-child {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 700;
}
.relatorio {
  color: #fff;
}
.relatorioAlinha {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 3px;
}
.leaflet-control-attribution {
  position: absolute !important;
  bottom: 130px !important;
  right: 0 !important;
  width: 250px !important;
}
.button_card_close {
  position: absolute;
  right: 7px;
  top: 5px;
  background: 0 0;
  border: none;
  font-size: 20px;
  color: #696969;
}
.button_card_close:hover {
  color: #535353;
}
.button_card_close:focus {
  outline: 0;
}
.relatorioAlinha span {
  padding-left: 5px;
}
#analyticsGraficoPizza {
  height: 300px !important;
}
.botaoFiltrar {
  padding: 0;
  width: 40%;
}
.btnFiltro {
  color: #000;
}
.btnFiltro i {
  color: #000 !important;
}
.btnFiltro:hover {
  filter: brightness(0.9);
}
.seta_mobile {
  top: 50%;
  left: calc(100vw / 3.5);
  transform: translate(0, -50%);
  position: absolute;
  background: var(--backgorund-cinza);
  height: 60px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 999;
  padding-right: 6px;
}
.seta_mobile button {
  display: flex;
  align-items: center;
  background: 0 0;
  border: none;
}
.seta_mobile button:focus {
  outline: 0;
}
.seta_mobile i {
  color: #fff;
  background-color: transparent;
}
#footer_video {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#body_video {
  display: flex !important;
  justify-content: space-between !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.descricao_video {
  width: 100%;
  max-height: 100px;
  overflow-y: auto;
}
.descricao_video p {
  margin-bottom: 0;
}
.modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  max-height: 30px;
  overflow-y: auto;
}
.descricao_video::-webkit-scrollbar,
.modal-title::-webkit-scrollbar {
  width: 5px;
}
.descricao_video::-webkit-scrollbar-track,
.modal-title::-webkit-scrollbar-track {
  background: 0 0;
}
.descricao_video::-webkit-scrollbar-thumb,
.modal-title::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  border-radius: 20px;
}
@media (max-width: 1323px) {
  .wraperButtonFiltro {
    flex-direction: column;
    gap: 10px;
  }
  .botaoFiltrar,
  .wraperButtonFiltro div {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .vertical-menu-wrapper {
    max-width: 342px;
  }
  .seta_mobile {
    left: 342px;
  }
  #content footer {
    max-width: calc(100vw - 76px);
    margin-left: 76px;
  }
  .header-logo {
    max-width: calc(100vw - 76px);
    margin-left: 90px;
  }
}
@media (max-width: 400px) {
  .vertical-menu-wrapper {
    max-width: 262px;
  }
  .seta_mobile {
    left: 262px;
  }
  .InformacoesFilter_button {
    grid-template-columns: 1fr;
    gap: 5px !important;
  }
  .header-logo div {
    flex-direction: column;
  }
  .leaflet-control-attribution {
    bottom: 276px !important;
  }
  #InformacoesFilter > span {
    width: 50% !important;
  }
}
@media (max-width: 515px) {
  .vendor iframe {
    width: 100% !important;
    max-width: 400px;
  }
}
@media (max-width: 488px) {
  #grupoFormulario {
    margin: 0 -15px !important;
  }
  #InformacoesFilter > span {
    width: 55%;
  }
  .botaoFiltrar > button {
    justify-content: center !important;
    gap: 15px;
  }
  .button__center {
    flex-direction: column;
  }
}

.leaflet-popup-content{
  margin: 25px;
}

#modalResponsavel .modal-content .modal-header{
  background: var(--cor-primaria);
}
#modalResponsavel .modal-content .modal-body{
  background: #f9f6f6;
}
#modalResponsavel .modal-content .modal-body >div{
  padding: 0;
}
#modalResponsavel .modal-content{
  border: 0;
  overflow: hidden;
}
#modalResponsavel .modal-content > div{
  width: 100%;
  padding: 10px;
}
#modalResponsavel .modal-header h5,
#modalResponsavel .modal-header .close{
  color: #ffffff;
}
#modalResponsavel .nav-tabs{
  border: none;
  gap: 5px;
  margin-bottom: 5px;
}
#modalResponsavel .nav-link{
  width: auto !important;
  color: #696969;
  border-radius: .25rem;
}
#modalResponsavel .nav-link:hover{
  background: var(--cor-primaria);
  color: #ffffff;
}
#modalResponsavel .nav-link.active{
  box-shadow: none;
  color: #ffffff;
}
#modalResponsavel .tab-pane{
  width: 100%!important;
  background: #ffffff;
  height: 250px;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #dfdfdf;
  border-radius: .25rem;
  padding: 0;
}
#modalResponsavel .container-responsavel{
  padding: 5px 15px;
  margin: 0;
}
#modalResponsavel .container-responsavel:not(:first-child){
  border-top: 1px solid #dfdfdf;
}
#modalResponsavel .container-responsavel li{
  margin: 0;
  margin-left: 15px;
  list-style: none;
  color: #4d4d4d;
}
#modalResponsavel .container-responsavel li:first-child{
  margin-left: 0;
}
#modalResponsavel .container-responsavel li strong{
  text-decoration: dashed;
}