.maincolor{
    background-color: #050b22;
    color: #FFF;
    align-items: center;
}
.utilitycard{
    background-color: #050b22;
    color: #FFF;
}

.secondcolor{
    background-color: #ff7f2aff;
    color: #050b22;
    text-decoration: none;
}
.secondcolor a{
  color: #050b22;
  text-decoration: none;
}
.secondcolor a:hover{
  color: #050b22;
  text-decoration: none;
  background-color: #ff7f2af3;
}
.secondcolor a:visited{
  color: #050b22;
  text-decoration: none;
  background-color: #ff7f2af3;
}
.logo{
  width: 9em;
  height: 6em;
  vertical-align: -0.125em;
}
.row-banner{
  display: flex;
  justify-content: center;
  height: 200px;
  width: 100%;
  align-items: center;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #050b22;
  color: #FFF;
  padding: 1em;
}
.banner-image{
  width: 50%;
  height: 100px;
  display: flex;
  margin: 1em auto;
  border-radius: 1rem;
}
.maincolor a{
    color: #FFF;
}
.maincolor a:hover{
    color: #1a1414;
}
.maincolor a:visited{
    color: #FFF;
}
.maincolor a:active{
    color: #eca9a9;
}

.card-filter{
  border-radius: 0;
}
a{
  text-decoration: none;
  color: #050b22;
}
a:link{
  text-decoration: none;
  color: #050b22;
}
/* .carousel> .carousel-inner> .carousel-item> img {
  width: 640px;
  height: 360px;
} */


/* .carousel-inner {
      display: flex;
      justify-content: center;
    }

    .carousel-item {
      flex: 0 0 33.3333%; /* Três imagens visíveis 
      transition: transform 0.5s ease, filter 0.5s ease;
      display: flex;
      justify-content: center;
    }

    .carousel-item img {
      width: 90%;
      transition: transform 0.5s ease, filter 0.5s ease;
      border-radius: 1rem;
    }

    .carousel-item.active img {
      transform: scale(1);
      filter: none;
      z-index: 10;
    }

    .carousel-item:not(.active) img {
      transform: scale(0.8);
      filter: blur(3px) brightness(80%);
      z-index: 1;
    }

     Oculta os itens que saem da visão para evitar quebra 
    .carousel-inner .carousel-item {
      opacity: 0.4;
    }

    .carousel-inner .carousel-item.active {
      opacity: 1;
    }

    .carousel-control-prev,
    .carousel-control-next {
      filter: drop-shadow(0 0 5px #000);
    }

    @media (max-width: 768px) {
      .carousel-item {
        flex: 0 0 100%;
      }
      .carousel-item img {
        width: 100%;
      }
    } */

.novo{
  background-image: url("../images/novo.svg");
}
.novo-color{
  background-color: #abc837ff;
}
.usado{
  background-image: url("../images/usado.svg");
}
.usado-color{
  background-color: #fd003aff;
  color: #ffffff;
}
.repasse{
  background-image: url("../images/repasse.svg");
}
.repasse-color{
  background-color: #ff9955ff;
  color: #000000;
}
.associativo{
  background-image: url("../images/associativo.svg");
}
.associativo-color{
  background-color: #23517eff;
  color: #ffffff;
}

p{
  text-align: justify;
}


.custom .leaflet-popup-tip,
.custom .leaflet-popup-content-wrapper {
    background: transparent;
    box-shadow: none;
    color: #ffffff;
    text-decoration: none;
    border: none;
}
.footer{
  background-color: #050b22;
  width: 100%;
  padding-top: 3em;
  
  margin: 0;
  margin-bottom: 0;
  min-height: 6em;
  max-height: 6em;

}
footer{
width: 100%;
height: 150px;
margin: auto;
bottom: 0;
}
body{
  background-color: rgb(255, 252, 253);
}

body.modal-open {
  overflow: hidden;
}