.main-body {
  transition: all ease-in-out 300ms;
  font-family: "Open Sans", "Arial Narrow", Arial, sans-serif;
  margin-bottom: 50px;
}

@media all and (min-width:768px) {
  .main-body {
    margin-top: 130px;
  }
}

.main-body.scrolled {
  margin-top: 80px;
}

.section-indicador {
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: border-box;
  background-position-y: top;
}

.section-indicador-top{
  padding-top: 65px;
  padding-bottom: calc(15vw);
}

.section-indicador-top a{
  color: white;
  font-weight: bold;
}

.indicador-bg {
  min-height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
}

.indicador-subtitle {
  color: gray;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  padding: 1rem 0;
  position: relative;
  font-size: 1.5rem;
}

.indicador-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  padding: 1rem 0;
  position: relative;
  letter-spacing: -2px;
  font-size: 2.5rem;
}

.indicadores-section-title h2 {
  font-family: "Quicksand", Sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.indicadores-section-title .indicador-separator {
  height: 6px;
  width: 96px;
  margin: 0 auto;
}

ul .icon-list-text::before {
  content: "";
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  top: 1px;
  left: -32px;
}
p {
  font-family: "Roboto", "Arial Narrow", Arial, sans-serif;
  font-size: 1.125rem;
}

.about-text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 640px;
}

.parr-title {
  color: #205422;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 2rem;
}

.parr-text {
  margin-top: 1rem;
}

.elementor-fake p {
  font-size: 1rem;
  color: #4b4f58;
}

.parr-container {
  padding: 0 2rem;
  width: 100%;
}

.parr-container .logo-container {
  text-align: center;
}

.parr-container .logo-container img {
  margin: 0 auto;
  max-width: 320px;
  width: 75%;
}

.parr {
  text-align: justify;
}

.section-title {
  color: #47b14b;
  font-family: "Quicksand", Sans-serif;
  font-size: 60px;
  font-weight: bold;
  padding: 2rem;
  text-align: center;
}

h2.section-title {
  font-size: 48px;
}

.unibo-divider {
  display: flex;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: center;
}

.unibo-divider .unibo-divider-separator {
  height: 6px;
  width: 85px;
  background-color: #47b14b;
}

.section-about {
  background-color: #47b14b;
  color: #fff;
}

.section-about .section-title {
  color: #fff;
  font-size: 46px;
  font-weight: 800;
}

.section-about .section-parr p {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.banner-about {
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto;
}

.service-item {
  width: 100%;
  max-width: 320px;
}

.service-icon {
  height: 160px;
  width: 131px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.service-icon img {
  height: auto;
  width: 100%;
}

.service-container {
  flex-wrap: wrap;
  justify-content: space-around;
}

.section-about {
  padding: 2rem;
}

.section-about-title {
  font-family: "Quicksand" sans-serif;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  padding: 1rem;
}

.service-info {
  text-align: center;
}

.service-info .service-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.service-info .service-text p {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.section-indicador .indicador-icon {
  max-width: 180px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indicadores-section-title {
  text-align: center;
}

.indicadores-section-list .icon-list-item {
  padding-bottom: 0.5rem;
}

.indicadores-section-list .icon-list-item .icon-list-item {
  font-weight: 1rem;
  line-height: 25px;
}

.picture {
  position: relative;
}

.picture::before {
  content: "";
  width: 15px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.icon-list-items {
  text-align: left;
}

ul {
  /* padding: 0; */
  list-style: none;
}

ul .icon-list-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
}