@font-face {
    font-family: caros;
    src: url('./fonte/caros-soft-cufonfonts/CarosSoftExtraBold.otf');
  }
body {
    font-family: caros, sans-serif;
    background-color: white;
}
.menu {
    background-color: white !important;
}
.navbar {
    background-color: white !important;
}
.navbar-logo img {
  height: 3.125rem;
}
.banner-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sobre-img {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(5px 8px 12px rgba(0, 0, 0, 0.5));
}
.servicos-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.font-verde {
  color: #139051;
}
.font-white {
  color: white;
}
h1 {
  font-family: caros, sans-serif;
  font-size: 2.5rem;
  font-weight:bolder;
}
@media (max-width: 991px) {
  h1 {
    font-size: 1.7rem;
  }
}
h3 {
  font-family: caros, sans-serif;
    color: #139051;
}
h2 {
  font-family: caros, sans-serif;
}
p {
  font-family: 'Poppins', sans-serif;
  color: #8D99AE
}
.banner-img img {
  width: 100%;
}
.sobre-img img {
  width: 100%;
  border-radius: 1.2rem;
}
@media (min-width: 991px) {
  .sobre-img {
    padding-left: 0;
  }
}
.servicos-img img {
  width: 100%;
  border-radius: 1.2rem !important;
}
@media (min-width: 991px) {
  .servicos-img {
    padding-left: 0;
  }
}
.card-mvv {
  max-width: 27rem;
  border-radius: 1.2rem;
  border: 2px solid #139051;
}
.card-mvv img {
  height: 5rem;
  width: auto;
}
@media (min-width: 991px) {
  .text-banner {
      padding: 0;
    }
}
.item-valores img {
  width: 1.5rem;
  height: auto;
}
#missao-visao-valores {
  background-color: white;
}
.sobre {
  background-color: #139051;
}
.serviços {
  background-color: #139051;
}
@media (max-width: 991px) {
  .missao-visao-valores {
    margin: auto;
  }
  .card-mvv {
    margin-bottom: 1rem;
  }
}
.bg-verde {
  background-color: #139051;
}
.btn {
  padding: 1rem 2rem;
  border-radius: 1.2rem;
  background-color: #88c75a;
  color: white;
  filter: drop-shadow(5px 6px 7px rgba(0, 0, 0, 0.5));
}
.btn:hover {
  background-color: #88c75a;
  color: white;
  filter: drop-shadow(5px 6px 7px rgba(0, 0, 0, 0.5));
}
.btn:active {
  background-color: #88c75a !important;
  color: white !important;
  filter: drop-shadow(5px 6px 7px rgba(0, 0, 0, 0.5));
}
@media (max-width: 991px) {
  .banner-img {
    order: -1;
  }
}
input {
  padding: 1rem !important;
  font-family: 'poppins', sans-serif;
}
.img-footer {
  width: 15rem;
}
.alerta {
  border-radius: 1.2rem;
}
@media (max-width: 991px) {
  .servicos-img {
    order: -1;
  }
}
.item-footer img {
  width: 1.5rem;
  height: 1.5rem;
}