.bg-secondary-light {
  background-color: #fff3bb !important;
}

.navbar-brand img {
  height: 2.8em;
}

.btn {
  border-radius: 1.6rem;
  padding: 0.8rem 0.8rem 0.725rem 0.8rem;
}

a.secondary-hover-lighter:hover {
  color: #fee056 !important;
}

@media only screen and (max-width: 991px) {
  .arase-br br {
    content: "";
  }
  .arase-br br:after {
    content: " ";
  }
  .navbar-nav {
    background-color: rgba(255, 255, 255, 0.1019607843);
  }
}
@media only screen and (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important;
  }
}
@media only screen and (max-width: 571px) {
  .box-max-sm-lighter {
    background-color: rgba(255, 255, 255, 0.1019607843);
  }
}
.bg-darker {
  background-color: rgba(0, 0, 0, 0.2);
}

/*---- titulos ----*/
.titulo {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  color: #182755;
  width: fit-content;
  margin-bottom: 5px;
}

.sub-titulo {
  font-size: 1.1rem;
  color: #182755;
}

.titulo::before {
  background-color: #ba9901;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  border-radius: 5px;
}

.titulo-fundo-amarelo::before {
  background-color: #f8f9fa;
}

.titulo-fundo-claro {
  color: #182755;
}

.titulo-fundo-escuro {
  color: #f8f9fa;
}

/*------------------ Faixas --*/
.faixa-titulo {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 5/1;
  position: relative;
}

.faixa-titulo::before {
  background-color: rgba(24, 39, 85, 0.2470588235);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.faixa-titulo-img1 {
  background-image: url("http://placehold.it/1440x440?text=imagem-titulo1");
}

.faixa-titulo-img2 {
  background-image: url("http://placehold.it/1440x440?text=imagem-titulo2");
}

.faixa-titulo .titulo {
  position: relative;
}

@media only screen and (max-width: 575px) {
  .faixa-titulo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 5/2;
  }
}
.faixa-conteudo {
  width: 100%;
}

.faixa-conteudo.faixa-conteudo-transparente {
  background-color: transparent;
}

.faixa-conteudo.faixa-conteudo-amarelo {
  background-color: #ba9901;
}

.faixa-conteudo.faixa-conteudo-azul {
  background-color: #182755;
}

.faixa-conteudo.faixa-conteudo-azul-claro {
  background-color: #294291;
}

.faixa-citacao {
  background-image: url("../img/bg-quote.png");
  background-size: contain;
}

.faixa-citacao .citacao {
  background-color: #ba9901;
  width: fit-content;
  font-size: large;
  color: #f8f9fa;
}/*# sourceMappingURL=master.css.map */


.faixa-titulo-quem-somos {
    background-image: url("../img/banner-quem-somos.jpg");
}
.faixa-titulo-nossos-servicos {
    background-image: url("../img/banner-nossos-servicos.jpg");
}
.faixa-titulo-nossos-prof {
    background-image: url("../img/banner-nossos-prof.jpg");
}