html,
body {
  background: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

main {
  box-sizing: border-box;
  flex: 1 0 0;
  background: #f9f9f9;
  /* min-height: 100vh; */
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  color: #000000;
  position: relative;
}

/*header section*/
.hero_area {
  position: relative;
}

.sub_page .header_section {
  position: unset;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(75%, transparent),
    color-stop(75%, #FFBC00)
  );
  background: linear-gradient(to right, transparent 75%, #FFBC00 75%);
}

.sub_page {
  background-color: #dfdfdf;
}

/* 
---------------------------------------------
modalCadastrar
--------------------------------------------- 
*/
#modals fieldset {
  margin: 30px;
  border: #48c0d3 solid 0.1rem;
  border-radius: 20px;
}

#modals legend {
  margin: 10px;
  padding: 10px;
  font-weight: 600;
}

#modals .form-check-input:checked {
  border-color: #48c0d3;
  background-color: #48c0d3;
  color: #48c0d3;
}

#modals .form-check-input:disabled:checked + .form-check-label::before {
  background-color: #48c0d3;
}

#modals label {
  margin-top: 1rem;
  font-weight: bold;
}

#modals p {
  font-size: 0.8rem;
}

#modals #aEsqueceuSenha,
#aCriarConta {
  cursor: pointer;
}
/* 
---------------------------------------------
modalCadastrar
--------------------------------------------- 
*/

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.user_option {
  margin-left: auto;
  margin-right: 95px;
}

.user_option a {
  color: #fefdfc;
  font-size: 16px;
}

/*end header section*/

.btn-custom-blue {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-custom-blue button {
  display: inline-block;
  padding: 10px 65px;
  background-color: #FFBC00;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #FFBC00;
  margin-top: 25px;
}
.btn-custom-blue button:hover {
  background-color: transparent;
  color: #FFBC00;
}
.btn-custom-blue button:hover {
  color: #560f9e;
}

.car_section .car_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 75px 0;
}

.car_section .car_container .box {
  min-width: 250px;
  max-width: 250px;
  margin: 55px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.car_section .car_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  width: 100%;
}

.car_section .car_container .box .img-box img {
  max-width: 100%;
}

.car_section .car_container .box .detail-box {
  margin-top: 15px;
}

.car_section .car_container .box .detail-box h5 {
  font-weight: bold;
}

.car_section .car_container .box .detail-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #f22324;
  color: #fefdfc;
  border-radius: #000000;
  border: 1px solid #f22324;
  margin-top: 25px;
}

.car_section .car_container .box .detail-box a:hover {
  background-color: transparent;
  color: #f22324;
}

.car_section .car_container .box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  -webkit-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  border-radius: 100%;
  background-color: #f2f2f2;
  z-index: -1;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box {
  text-align: center;
}

.about_section .detail-box h2 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #f22324;
  color: #fff;
  border-radius: #000000;
  border: 1px solid #f22324;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #f22324;
}

.best_section {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 25px 0;
}

.best_section .book_now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.best_section .book_now .detail-box h2 {
  font-weight: bold;
}

.best_section .book_now .detail-box p {
  margin: 0;
}

.best_section .book_now .btn-box a {
  display: inline-block;
  padding: 10px 60px;
  background-color: #f22324;
  color: #fefdfc;
  border-radius: #000000;
  border: 1px solid #f22324;
}

.best_section .book_now .btn-box a:hover {
  background-color: transparent;
  color: #f22324;
}

.rent_section {
  background-color: #FFBC00;
}

.rent_section .heading_container h2 {
  color: #6f6e6e;
  margin-bottom: 35px;
}

.rent_section .heading_container h2::first-letter {
  color: #000000;
}

.rent_section .heading_container h2 span {
  color: #2e303c;
}

.rent_section .rent_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rent_section .rent_container .box {
  width: 340px;
  margin: 15px;
  background-color: #fefdfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px 25px;
  padding-bottom: 0;
  border-radius: 5px;
}

.rent_section .rent_container .box .img-box {
  margin: 50px 0;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rent_section .rent_container .box .img-box img {
  max-width: 100%;
}

.rent_section .rent_container .box .price a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #f22324;
  color: #fefdfc;
  border-radius: #000000;
  border: 1px solid #f22324;
  font-weight: bold;
}

.rent_section .rent_container .box .price a:hover {
  background-color: transparent;
  color: #f22324;
}

.rent_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rent_section .btn-box a {
  display: inline-block;
  padding: 10px 65px;
  background-color: #fefdfc;
  color: #1a1919;
  border-radius: 0;
  border: 1px solid #fefdfc;
  margin-top: 35px;
}

.rent_section .btn-box a:hover {
  background-color: transparent;
  color: #fefdfc;
}

.blog_section .blog_container {
  width: 90%;
  margin: auto;
}

.blog_section .blog_container .date-box {
  padding: 15px 25px;
  color: #252525;
  position: relative;
  z-index: 2;
  text-align: center;
}

.blog_section .blog_container .date-box h6 {
  margin: 0;
}

.blog_section .blog_container .box {
  margin: 45px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.blog_section .blog_container .box .img-box {
  width: 100%;
}

.blog_section .blog_container .box .img-box img {
  width: 100%;
}

.blog_section .blog_container .box .detail-box {
  padding: 15px;
}

.blog_section .blog_container .box .detail-box h5 {
  font-weight: bold;
}

.blog_section .blog_container .box .detail-box p {
  margin: 0;
}

.blog_section .owl-carousel .owl-nav .owl-prev,
.blog_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -115px;
  outline: none;
}

.blog_section .owl-carousel .owl-nav .owl-prev {
  left: calc(95% - 45px);
  background-image: url(../images/left-angle.png);
}

.blog_section .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/left-angle-grey.png);
}

.blog_section .owl-carousel .owl-nav .owl-next {
  right: calc(5% - 45px);
  background-image: url(../images/right-angle.png);
}

.blog_section .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/right-angle-grey.png);
}

.us_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.us_section .us_container {
  background-image: url(../images/us-bg.jpg);
  background-size: cover;
}

.us_section .us_container .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.us_section .us_container .content_box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 25px;
}

.us_section .us_container .content_box .box .img-box img {
  max-width: 100%;
}

.us_section .us_container .content_box .box .detail-box {
  margin-top: 15px;
}

.us_section .us_container .content_box .box .detail-box h5 {
  color: #fefdfc;
}

.us_section .us_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.us_section .us_container .btn-box a {
  display: inline-block;
  padding: 10px 65px;
  background-color: #fefdfc;
  color: #1a1919;
  border-radius: 0;
  border: 1px solid #fefdfc;
  margin-top: 35px;
}

.us_section .us_container .btn-box a:hover {
  background-color: transparent;
  color: #fefdfc;
}

.client_section {
  font-family: "Open Sans", sans-serif;
}

.client_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px;
}

.client_section .box .detail-box {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.client_section .box .client_id .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #f2f2f2;
}

.client_section .box .client_id .img-box img {
  width: 25px;
}

.client_section .box .client_id .img-box .img-2 {
  display: none;
}

.client_section .box .client_id .name {
  margin-top: 10px;
}

.client_section .box .client_id .name h6 {
  font-weight: 600;
}

.client_section .box:hover .client_id .img-box {
  background-color: #2e1b69;
}

.client_section .box:hover .client_id .img-box .img-1 {
  display: none;
}

.client_section .box:hover .client_id .img-box .img-2 {
  display: inline-block;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  outline: none;
}

.client_section .owl-carousel .owl-nav .owl-prev {
  left: calc(50% - 45px);
  background-image: url(../images/left-angle.png);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/left-angle-grey.png);
}

.client_section .owl-carousel .owl-nav .owl-next {
  right: calc(50% - 45px);
  background-image: url(../images/right-angle.png);
}

.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/right-angle-grey.png);
}

.contact_section {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  color: #fefdfc;
}

.contact_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 45px;
}

.contact_section .heading_container h2 {
  color: #fefdfc;
}

.contact_section .form_container form .form-control {
  border: none;
  background-color: #ff8000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  height: 45px;
  margin: 5px 0;
  border-radius: 0;
}

.contact_section .form_container form #inputMessage {
  height: 90px;
}

.contact_section .form_container form button {
  display: inline-block;
  padding: 10px 65px;
  background-color: #f22324;
  color: #fefdfc;
  border-radius: 0;
  border: 1px solid #f22324;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}

.contact_section .form_container form button:hover {
  background-color: transparent;
  color: #f22324;
}

.contact_section .contact_items {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_section .contact_items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_section .contact_items a .img-box {
  width: 75px;
  min-width: 75px;
  margin-right: 15px;
}

.contact_section .contact_items a .img-box img {
  max-width: 100%;
}

.contact_section .contact_items a h6 {
  color: #fefdfc;
  margin: 0;
}

.contact_section .social_container {
  margin-top: 45px;
}

.contact_section .social_container .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.contact_section .social_container .social-box img {
  width: 30px;
  margin-left: 8px;
}

.map_section {
  height: 1000px;
  background-color: #2e303c;
}

.map_section .map_container {
  height: 100%;
}

.map_section .map_container .map-responsive {
  width: 400px;
  height: 300px;
  float: right;

  padding: 50px;
}
.map_section .map_container .map-responsive iframe {
  width: 400px;
  height: 300px;
  border-radius: 10px;
}

.contato_container {
  width: 400px;
  height: 300px;
  padding-top: 50px;
  padding-left: 50px;
}

/*
  Card Edital
*/
.card-edital {
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}

.card-edital .edital-titulo {
  background-color: #93c4ff;
}

.card-edital .card-body .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-edital .edital-icon {
  font-size: 35px;
}

.banner-edital-wrapper {
  width: 100%;
  height: 400px;
}

.banner-edital-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#description {
  text-align: justify !important;
  padding: 10px !important;
  word-wrap: break-word !important;
}

#description p,
#description li,
#description h1,
#description h2,
#description h3,
#description h4,
#description h5,
#description h6,
#description span,
#description dd,
#description dt {
  margin-bottom: 8px !important;
}
/*
  /Card Edital
*/

.informacoes {
  display: flex !important;
  flex-flow: column !important;
  justify-content: flex-start !important;
}

.footer_section {
  padding: 0 100px !important;
}

.links-uteis {
  margin-top: 28px !important;
}

.mapa {
  margin-top: 19px !important;
}

.horario-funcionamento {
  margin-left: 0px !important;
}

#logo-prefa {
  max-width: 130px !important;
  margin-top: 25px !important;
}

.timeline .timeline-header a {
  color: #1b3dba !important;
}

.timeline i.bg-primary {
  color: white !important;
  background-color: #1b3dba !important;
}

.btn-primary {
  border-color: #1b3dba !important;
  background-color: #fdfcfc !important;
  color: #1b3dba !important;
}

.btn-primary:hover,
.custom-button-negativo:hover {
  border-color: #1b3dba !important;
  background-color: #ecf4ff !important;
  color: #1b3dba !important;
}

.btn-primary:active,
.custom-button-negativo:active {
  border-color: #1b3dba !important;
  background-color: #c4e0ff !important;
  color: #1b3dba !important;
}

.btn-primary.disabled {
  border-color: #c6c6c6 !important;
  background-color: #c6c6c6 !important;
  color: #fdfcfc !important;
}

/*  --------------------------------------------  */

.btn-primary-preenchido {
  border-color: #1b3dba !important;
  background-color: #1b3dba !important;
  color: #fdfcfc !important;
}

.btn-primary-preenchido:hover,
.custom-button-positivo:hover {
  border-color: #2d4ddf !important;
  background-color: #2d4ddf !important;
  color: #fdfcfc !important;
}

.btn-primary-preenchido:active,
.custom-button-positivo:active {
  border-color: #172e8e !important;
  background-color: #172e8e !important;
  color: #fdfcfc !important;
}

.btn-primary-preenchido:focus,
.custom-button-positivo:focus {
  border-color: #c5bbff !important;
  background-color: #1b3dba !important;
  color: #fdfcfc !important;
}

.btn-primary-preenchido.disabled {
  border-color: #c6c6c6 !important;
  background-color: #c6c6c6 !important;
  color: #fdfcfc !important;
}

/*  --------------------------------------------  */

.btn-primary-transparente {
  border-color: none !important;
  background-color: transparent !important;
  color: #1b3dba !important;
  border-radius: 5px;
}

.btn-primary-transparente:hover,
.custom-button-positivo:hover {
  border-color: none !important;
  background-color: #d6e9ff !important;
  color: #1b3dba !important;
}

.btn-primary-transparente:active,
.custom-button-positivo:active {
  border-color: none !important;
  background-color: #d6e9ff !important;
  color: #1b3dba !important;
}

.btn-primary-transparente:focus,
.custom-button-positivo:focus {
  border-color: none !important;
  background-color: #d6e9ff !important;
  color: #1b3dba !important;
}

.btn-primary-transparente.disabled {
  border-color: #c6c6c6 !important;
  background-color: #c6c6c6 !important;
  color: #fdfcfc !important;
}

/*  --------------------------------------------  */

.btns-info-chamado {
  justify-content: end;
  gap: 5px;
}

.overflow-example {
  width: 100%;
  /* height: 44.5vh; */
  overflow: auto;
}

.overflow-example::-webkit-scrollbar {
  width: 12px;
}

.overflow-example::-webkit-scrollbar-track {
  background: transparent;
}

.overflow-example::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.overflow-example::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.container-btn-timeline {
  width: 100%;
  /* padding-left: 18px; */
}

.btn-timeline {
  width: 100%;
  padding: 2px !important;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.col-eq-height {
  display: flex;
  flex-direction: column;
}

.custom-button-positivo {
  border-color: #1b3dba !important;
  background-color: #1b3dba !important;
  color: #fdfcfc !important;
  padding: 10px 50px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 5px !important;
}

.custom-button-negativo {
  border-color: #1b3dba !important;
  background-color: #fdfcfc !important;
  color: #1b3dba !important;
  padding: 10px 50px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 5px;
}

.swal2-actions {
  display: flex;
  gap: 18px;
}

.swal2-content {
  padding: 0 !important;
}

.swal2-icon {
  font-size: 19px !important;
}

@media (max-width: 375px) {
  /* .btns-info-chamado {
      margin-bottom: 10px;
  } */
}

@media (min-width: 1200px) {
  /* .overflow-example {
      height: 52.5vh!important;
  } */
}

@media (min-width: 1440px) {
  /* .overflow-example {
      height: 44.5vh!important;
  } */
}

@media (max-width: 1450px) {
  /* .overflow-example {
      height: 49.5vh;
  } */
}

/*  */

.boards__kanban {
  display: flex;

  margin-top: 32px;
}

.board__kanban {
  /* background: #141316; */

  display: flex;
  align-items: center;
  flex-direction: column;
  /* margin: 0 16px; */
}

.board__kanban h3 {
  width: 100%;
  font-size: 20px;
  border-radius: 10px;
  margin: 0;
}

.board__kanban__red h3 {
  padding: 16px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  background-color: #da2b24;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.dropzone__kanban__red {
  padding: 16px;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  max-height: 20rem;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid #da2b24;
  border-radius: 10px;
}

/* Estiliza a barra de rolagem */
.dropzone__kanban__red::-webkit-scrollbar {
  width: 6px; /* Largura da barra de rolagem */
  background-color: transparent; /* Cor de fundo da barra de rolagem (transparente neste caso) */
}

/* Estiliza o polegar da barra de rolagem */
.dropzone__kanban__red::-webkit-scrollbar-thumb {
  background-color: #888; /* Cor do polegar da barra de rolagem */
  border-radius: 10px; /* Deixa as bordas arredondadas */
}

/* Estiliza o polegar da barra de rolagem quando está sendo clicado */
.dropzone__kanban__red::-webkit-scrollbar-thumb:active {
  background-color: #555; /* Cor do polegar quando clicado */
}
.dropzone__kanban::-webkit-scrollbar {
  width: 6px; /* Largura da barra de rolagem */
  background-color: transparent; /* Cor de fundo da barra de rolagem (transparente neste caso) */
}

/* Estiliza o polegar da barra de rolagem */
.dropzone__kanban::-webkit-scrollbar-thumb {
  background-color: #888; /* Cor do polegar da barra de rolagem */
  border-radius: 10px; /* Deixa as bordas arredondadas */
}

/* Estiliza o polegar da barra de rolagem quando está sendo clicado */
.dropzone__kanban::-webkit-scrollbar-thumb:active {
  background-color: #555; /* Cor do polegar quando clicado */
}

.dropzone__kanban {
  padding: 16px;
  width: 100%;
  max-height: 500px;
  min-height: 500px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid #0066af;
  border-radius: 10px;
}

.card__kanban {
  background-color: #1a1a1c;
  padding: 16px;
  box-shadow: 0 2px 2px -1px #0066af;
  width: 90%;
  margin: 25px 0;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  margin: 10px;
}

.status__kanban {
  width: 30px;
  height: 8px;
  background: 0066AF;
  margin-bottom: 16px;
  border-radius: 8px;
}

.status__kanban.green {
  background: #0066af;
}

.status__kanban.blue {
  background: #33adff;
}

.status__kanban.red {
  background: red;
}

.highlight__kanban {
  background-color: #0066af0c;
}

.card__kanban,
.dropzone__kanban {
  transition: 400ms;
}

.is-dragging__kanban {
  cursor: move;
  opacity: 0.3;
}

.over__kanban {
  background-color: #4cd13711;
}

.content__kanban {
  color: #fff;
}

.teste_teste2 {
  padding: 16px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  background-color: #0066af;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#loading {
  /* position: relative; */
  width: 10%;
  height: 10%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #fff;
  font-size: 24px;
  font-family: Arial, sans-serif;
  color: #000;
}

#teste{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #fff;
  font-size: 24px;
  font-family: Arial, sans-serif;
  color: #000;
}

.spinner img {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}