body.fae #main_content {
  padding-bottom: 0;
}

.sobre-a-fae-container {
  max-width: 725px;
  margin: auto;
  padding: 0 15px;
}

.marker {
  display: inline-block;
  width: 4px;
  height: 70px;
  background-color: #ffcb05;
  margin-right: 10px;
  font-weight: 600;
}

body.fae .sobre-a-fae-title {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 24px;
}

.sobre-a-fae-title a,
.sobre-a-fae-texto a {
  text-decoration: underline;
}

body.fae .sobre-a-fae-texto p {
  font-size: 15px;
  padding-bottom: 16px;
}

.sobre-section-hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 40px;
}

/* Por que escolher a FAE Centro Universitário */

.edit_accordion .card .card-header a.ttl2 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 40px 24px;
}

.title-accordion {
  font-size: 19px;
  padding-right: 60px;
  font-weight: 700;
  line-height: 28.16px;
}

.icon-wrapper {
  border-radius: 100%;
  border: 1px solid #333333;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.img-icon {
  border-radius: 100%;
  background-color: #333333;
  padding: 16px;
}

.icon {
  width: 24px;
  height: 24px;
}

.arrow-right.icon-wrapper svg {
  transition: transform 0.3s ease;
}

.edit_accordion .card .card-header a:not(.collapsed) .arrow-right.icon-wrapper {
  transform: rotate(180deg);
}

/* Nosso compromisso com a sociedade */

.row.publoop-flex {
  display: flex;
  gap: 16px;
}

.row.publoop-flex > div {
  display: flex;
  flex-direction: column;
}

body.fae .title-hover {
  width: 224px;
  font-size: 18px;
  padding: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
  background-color: #f5f5f5;
}

body.fae .title-hover:hover {
  background-color: #333333;
  color: #ffcb05;
}

.text-hover {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}

body.fae .text-hover p {
  color: #ffffff;
  width: 190px;
}

body.fae .text-hover-mobile {
  color: #333;
  font-size: 15px;
}

body.fae .title-hover:hover + .text-hover {
  background-color: #333333;
  padding: 16px;
  opacity: 1;
  max-height: 500px;
}

body.fae .carousel-val {
  margin: auto;
  width: 223px;
  height: 281px;
  background-color: #f5f5f5;
}

body.fae .control-val {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  width: 36px;
  height: 36px;
  background-color: #b7c2c1;
  border-radius: 50%;
}

#dotsCarousel li {
  width: 6px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23E0E5E5'/%3E%3C/svg%3E");
  border: none;
  box-shadow: none;
}

#dotsCarousel li.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23333'/%3E%3C/svg%3E");
}

/* Conheça os campi da FAE */

body.fae .title-infra {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  padding-bottom: 32px;
  text-align: center;
}

.carousel-infra {
  border-radius: 20px;
  padding: 40px 32px;
  background-color: #fff;
}

.box-infra {
  display: flex;
  padding: 0 64px;
  gap: 64px;
}

.img-infra {
  width: 269px;
  height: 269px;
  border-radius: 135px;
  border: 2px solid #ffcb05;
}

body.fae .control-infra {
  top: 50%;
  width: 36px;
  height: 36px;
}

.img-principal-modal {
  width: 457px;
  margin: auto;
}

.img-legenda {
  font-size: 15px;
  padding-top: 16px;
}

.campus-modal-header {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #a3a3a3;
}

body.fae .campus-modal-title {
  font-size: 15px;
  color: #333;
  border-left: 2px solid #ffcb05;
  text-align: left;
  max-width: 200px;
  padding-left: 13px;
}

.campus-close-modal {
  position: absolute;
  right: 25px;
  top: 50%;
  cursor: pointer;
}

.campus-gallery {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 5px;
  border-top: 1px solid #a3a3a3;
  padding: 20px 0;
}

.img-gallery {
  width: 184px;
  height: 124px;
  object-fit: cover;
}

/* Venha conhecer a FAE */

.venha-conhecer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 0;
}

body.fae .venha-conhecer-titulo {
  color: #ffcb05;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 16px;
}

body.fae .venha-conhecer-btn p {
  padding: 8px 16px;
  background-color: #000;
  border: 1px solid #ffcb05;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 992px) {
  body.fae .sobre-a-fae-title {
    font-size: 20px;
  }

  .iframe-video {
    width: 345px;
    height: 194px;
  }

  .title-accordion {
    font-size: 14px;
    padding-right: 3rem;
  }

  .icon-wrapper {
    padding: 9px;
  }

  .img-icon {
    padding: 12px;
  }

  .icon {
    width: 18px;
    height: 18px;
  }

  .edit_accordion .card .card-header a.ttl2 {
    padding: 12px 24px;
  }

  body.fae .title-infra {
    font-size: 18px;
    padding-bottom: 16px;
    text-align: left;
  }

  .carousel-infra {
    padding: 32px;
  }

  .box-infra {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 16px;
    height: 605px;
  }

  .img-infra {
    width: 183px;
    height: 177px;
  }

  body.fae .control-infra {
    top: 25%;
    width: 14px;
    height: 14px;
  }

  .img-principal-modal {
    width: 238px;
    height: 210px;
  }

  .img-gallery {
    width: 125px;
    height: 84px;
  }
}
