.swiper {
  width: 100%;
  height: 550px;
  min-height: 300px;
}

/* .swiper-slide {
    
  } */

/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.maoNaMassaSlide {
  height: 480px;
}

.massaSlide1 {
  background-image: url(./assets/mao-na-massa-nutea.webp);
  background-size: cover;
  border-radius: 20px;
  padding: 40px 40px;
  height: 100%;
  max-height: 450px;
}


.massaSlide1>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  height: 100%;
  gap: 10px;
}

.massaSlide2 {
  background-image: url(./assets/mao-na-massa-aicom.webp);
  background-size: cover;
  border-radius: 20px;
  padding: 40px 40px;
  height: 100%;
  max-height: 450px;
}


.massaSlide2>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  height: 100%;
  gap: 10px;
}

.massaSlide3 {
  background-image: url(./assets/mao-na-massa-vet.webp);
  background-size: cover;
  border-radius: 20px;
  padding: 40px 40px;
  height: 100%;
  max-height: 450px;
}


.massaSlide3>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  height: 100%;
  gap: 10px;
}

.massaSlide4 {
  background-image: url(./assets/mao-na-massa-npj.webp);
  background-size: cover;
  border-radius: 20px;
  padding: 40px 40px;
  height: 100%;
  max-height: 450px;
}


.massaSlide4>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  height: 100%;
  gap: 10px;
}

.massaSlide5 {
  background-image: url(./assets/mao-na-massa-psicologia.webp);
  background-size: cover;
  border-radius: 20px;
  padding: 40px 40px;
  height: 100%;
  max-height: 450px;
}


.massaSlide5>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  height: 100%;
  gap: 10px;
}

.massaSlide6 {
  background-image: url(./assets/mao-na-massa-agro.webp);
  background-size: cover;
  border-radius: 20px;
  padding: 40px 40px;
  height: 100%;
  max-height: 450px;
}


.massaSlide6>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  height: 100%;
  gap: 10px;
}

.massaSlide7 {
  background-image: url(./assets/mao-na-massa-enf.webp);
  background-size: cover;
  border-radius: 20px;
  padding: 40px 40px;
  height: 100%;
  max-height: 450px;
}


.massaSlide7>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  height: 100%;
  gap: 10px;
}

.massaSlide8 {
  background-image: url(./assets/mao-na-massa-saude.webp);
  background-size: cover;
  border-radius: 20px;
  padding: 40px 40px;
  height: 100%;
  max-height: 450px;
}


.massaSlide8>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  height: 100%;
  gap: 10px;
}

.massaSlide9 {
  background-image: url(./assets/mao-na-massa-esporte.webp);
  background-size: cover;
  border-radius: 20px;
  padding: 40px 40px;
  height: 100%;
  max-height: 450px;
}


.massaSlide9>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  height: 100%;
  gap: 10px;
}


.titulo-card {
  color: #fff;
  background-color: #f05025;
  font-family: Inter;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 50px;
  display: inline-block;
}

.description-card {
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.swiper-pagination {
  bottom: 5px !important;
  z-index: 20 !important;
}

.swiper-pagination-bullet {
  background: white !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  background: #f05025 !important;
}



/* experiencias slide */

.experienciasSlide{
  height: 380px;
}

.expSlide{
  max-height: 350px;
}

.expSlide>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}



/* Diploma slide */

.diplomaSlide{
  height: 350px;
}

.diplomaSlideItem{
  max-height: 320px;
}

.diplomaSlideItem>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}


/* Testemunho slide */
.testemunhoSlide{
  max-height: 480px;
}

.testemunhoSlideItem{
  border-radius: 20px;
  border: 1px solid #FE7221;
  max-height: 450px;
  padding: 20px 0 0 0;
}