section.home-intro {
  width: 100vw;
  max-width: 100%;
  padding: 50px 250px;
  background-color: #293d50;
}

section.home-intro img.intro-image {
  width: 100%;
}

section.home-programacao {
  width: 100vw;
  max-width: 100%;
  padding: 50px 250px;
  background-color: #753893;
}

section.home-programacao img.programacao-image {
  width: 100%;
}

section.home-cursos-de-graduacao {
  width: 100vw;
  max-width: 100%;
  padding: 50px 250px;
  background-color: #1374ba;
  display: flex;
  flex-direction: column;
}

section.home-cursos-de-graduacao h1.section-title {
  color: #fff;
  margin-bottom: 80px;
  font-family: "Open Sans Condensed";
  font-size: 2.35rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

section.home-cursos-de-graduacao div.cursos-areas {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

section.home-cursos-de-graduacao div.cursos-areas a {
  transition: .35s ease-in-out transform;
}

section.home-cursos-de-graduacao div.cursos-areas a img {
  width: 300px;
}

section.home-cursos-de-graduacao div.cursos-areas a:hover {
  transform: translateY(-20px);
}

section.home-cursos-de-graduacao a.cursos {
  display: block;
  width: 250px;
  padding: 18px 0;
  background-color: #61ce70;
  text-align: center;
  margin-top: 80px;
  color: #fff;
  align-self: center;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  text-decoration-line: none;
  font-size: 1.15rem;
}

section.home-conheca-a-ufpe {
  width: 100vw;
  max-width: 100%;
  padding: 50px 250px;
  background-color: #293d50;
}

section.home-conheca-a-ufpe h1.section-title {
  color: #fff;
  margin-bottom: 80px;
  font-family: "Open Sans Condensed";
  font-size: 2.35rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

div#carouselExampleCaptions {
  position: relative;
}

div#carouselExampleCaptions div.carousel-indicators {
  position: absolute;
  top: 100%;
}

@media only screen and (max-width: 1400px) {
  section.home-intro {
    padding: 50px 150px;
  }
}

@media only screen and (max-width: 1200px) {
  section.home-intro {
    padding: 50px 50px;
  }
}

@media only screen and (max-width: 992px) {
  section.home-intro {
    padding: 50px 15px;
  }
}

@media only screen and (max-width: 1400px) {
  section.home-programacao {
    padding: 50px 150px;
  }
}

@media only screen and (max-width: 1200px) {
  section.home-programacao {
    padding: 50px 50px;
  }
}

@media only screen and (max-width: 992px) {
  section.home-programacao {
    padding: 50px 15px;
  }
}

@media only screen and (max-width: 1400px) {
  section.home-cursos-de-graduacao {
    padding: 50px 150px;
  }
}

@media only screen and (max-width: 1200px) {
  section.home-cursos-de-graduacao {
    padding: 50px 50px;
  }
}

@media only screen and (max-width: 992px) {
  section.home-cursos-de-graduacao h1.section-title {
    margin-bottom: 40px;
  }

  section.home-cursos-de-graduacao div.cursos-areas a img {
    width: 250px;
  }

  section.home-cursos-de-graduacao a.cursos {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  section.home-cursos-de-graduacao h1.section-title {
    margin-bottom: 40px;
  }

  section.home-cursos-de-graduacao div.cursos-areas {
    flex-direction: column;
  }

  section.home-cursos-de-graduacao div.cursos-areas a img {
    width: 300px;
  }
}

@media only screen and (max-width: 1400px) {
  section.home-conheca-a-ufpe {
    padding: 50px 150px;
  }
}

@media only screen and (max-width: 1200px) {
  section.home-conheca-a-ufpe {
    padding: 50px 50px;
  }
}

@media only screen and (max-width: 992px) {
  section.home-conheca-a-ufpe {
    padding: 50px 15px;
  }
}
