body {
  overflow-x: hidden;
}

.sombra {
	filter: drop-shadow(2px 2px 5px black);
}

.t-fs-text {
  font-weight: 350;
  font-size: 1.25rem;
}
.t-fs-0 {
  font-weight: 300;
  font-size: 1.5rem;
}
.t-fs-1 {
  font-weight: 300;
  font-size: 4.5vh;
}
.t-fs-2 {
  font-weight: 300;
  font-size: 6vh;
}
.t-fs-3 {
  font-weight: 300;
  font-size: 8vh;
}




#jumbotron-inicial {
	min-height: 90vh; 
  background: url("../image/PlacasWEB/TelaPlacasWeb.jpg") ;
  background-size: cover;
    z-index: -10;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 100px;
  width: 70px;
}
.carousel-control-next {
  height: 50vh;
  border-radius: 7rem 0 0 7rem;
  background: linear-gradient(270deg, rgba(0,0,0,1) -435%, rgba(255,255,255,0) 95%);
}
.carousel-control-prev {
  height: 50vh;
  border-radius: 0 7rem 7rem 0;
  background: linear-gradient(-270deg, rgba(0,0,0,1) -435%, rgba(255,255,255,0) 95%);
}

.carrousel-institucional img{
	border-radius: 80rem 0px 0px 60rem; 
}
.carrousel-institucional-invert img{
	border-radius: 0px 80rem 60rem 0px; 
}

.cor-laranja {
	color: #e9b528 !important;
}
.cor-azul {
	color: #195c7f !important;
}
.cor-laranja-fundo {
	background-color: #e9b528 !important;
    color: white;
}
.cor-azul-fundo {
	background-color: #195c7f !important;
    color: white;
}

.fluxograma {
    height: 70vh;
}
.fluxograma-control-prev-icon, .fluxograma-control-next-icon {
  height: 100px;
  width: 70px;
}
.fluxograma.carousel-control-next {
  height: 100vh;
  border-radius: 7rem 0 0 7rem;
  background: linear-gradient(270deg, rgba(0,0,0,1) -435%, rgba(255,255,255,0) 95%);
}
.fluxograma.carousel-control-prev {
  height: 100vh;
  border-radius: 0 7rem 7rem 0;
  background: linear-gradient(-270deg, rgba(0,0,0,1) -435%, rgba(255,255,255,0) 95%);
}



#footer {
  background-image: url("../image/fundos/background-footer.jpg");
  background-size: cover;
  background-blend-mode: color-burn;
  min-height: 18.5rem;
}
.degrade-footer {
  position: absolute;
  min-height: 18.5rem;
  width: 105%;
  background: linear-gradient(19deg, rgba(0,0,0,1) -76%, rgba(9,9,121,0) 100%);
  backdrop-filter: blur(5px);

}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #195c7f;
}
