.part-banner-ind {
  margin: 2rem auto;
}
.img-banner-index {
  width: 100%;
  max-height: 470px;
  border-radius: 8px;
}
.area-destaques {
  background: #f1f1f1;
  padding: 3rem 0;
}
.part-titu-ev {
  min-height: 124px;
  padding-top: 2rem;
}
.prs_heading_section_wrapper {
  text-align: center;
}
#carroselDestaques .slick-prev, 
#carroselDestaques .slick-next {
  background-color: var(--primeira-cor);
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.slick-prev {
  left: -40px;
}
.slick-next {
  right: -40px;
}
.area-eventos-comum {
  background-color: #f6f6f6;
}
.area-eventos-comum .fist-upper {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  margin-bottom: 3px;
}
/** AREA PARCEIROS START */
.area-parceiros {
  background-color: #fff;
}
#parceiros {
  min-height: 150px;
}
.prs_heading_section_wrapper h2 {
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
.prs_heading_section_wrapper h2:before {
  content: '';
  border: 2px solid var(--primeira-cor);
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
}
.prs_heading_section_wrapper h2:after {
  content: '';
  border: 1px solid #dddddd;
  width: 170px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
/** AREA PARCEIROS END */