/* Carousel items */
.carousel-indicators [data-bs-target] {
  background-color: #015AA6 !important;
  width: 30px;
  height: 10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 90px !important;
  width: 90px !important;
}

.filter-color{
    filter: invert(61%) sepia(78%) saturate(6500%) hue-rotate(195deg) brightness(97%) contrast(99%);
}
.carousel-inner{
    width: 100%;
    height: 400px;
}
/* Carousel card */
.block-equipe{
    width: 80%;
    height: 600px;
    justify-content: center;
    left: 10%;
}
.carousel-page {
    padding-left: 8%;
    padding-right: 8%;
}
/* Título do componente */
.title-equipe{
    text-align: center;
    font-size: larger;
    font-weight: 800;
    color: #015AA6 ;
}
/* Tamanho do card (três cards compondo o componente) */
.card-equipe{
    background-color: white;
    background-color: rgb(232, 228, 228);
    width: 297px;
    height: 550px;
    justify-content: center;
}
/* Tamanho da imagem */
/* Tamanho da foto relativa a página*/
.foto-membro{
    width: 70%;
    height: 60%;
}
.nome{
  font-weight: 700;
  color: #015AA6;
}
.posicao{

}
.curriculo{
  color: #30A3B9;
}
@media (min-width: 1500px){
  .carousel-inner{
    height: 450px;\
  }
  .block-equipe{
    height: 700px;
  }
}
@media (min-width: 2200px){
  .carousel-inner{
      height: 500px;
  }
  .block-equipe{
    height: 800px;
  }
}

