/* footer */
.footer-section {
  position: relative;
  z-index: 999;
  color: #00693c;
}

.footer-section p {
  font-size: 0.8rem;
  padding: 0px;
  margin: 0px;
}

.footer-section-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.footer-indicators {
  padding: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #eff7ef;
  color: #282828;
}

.footer-logo {
  padding: 0;
  margin-bottom: 2rem;
}

.footer-campus {
  padding-top: 1rem;
  color: #0faa75;
}

.footer-campus h5 {
  font-size: 1rem;
  padding: 0px;
  margin: 0px;
}

.footer-social-networks {
  padding: 0 15px;
  margin-bottom: 2rem;
}

.footer-social-networks p {
  font-weight: bold;
  text-transform: uppercase;
}

.footer-social-networks i {
  color: #0faa75;
  margin: 5px;
  font-size: 2em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.footer-cebas {
  padding: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #08d36a;
  margin-bottom: 2rem;
}

.footer-emec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #08d36a;
}

.footer-emec h5 {
  color: #1b65b0;
  font-weight: bold;
}

.footer-nav {
  padding: 4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #0faa75;
}

.footer-text {
  line-height: 40%;
  padding: 0px;
}

.footer-text li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.footer-text li a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 200;
  line-height: 1rem;
  letter-spacing: 1px;
}

.footer-text h3 {
  color: #0edd7b;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.footer-text p {
  color: #fff;
  font-size: 0.3rem;
}

.footer-text ul {
  padding: 0px;
}


.footer2 {
  background-color: #002c1d;
  position: relative;
  z-index: 999;
  padding: 0.5rem;
}

.footer2 p {
  color: #fff;
  font-size: 0.8rem;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 1366px) {
  .footer-text h3 {
    margin-bottom: 6px;
  }

  .footer-text ul {
    margin: 0;
  }

  .footer-text li {
    margin-bottom: 0.2rem;
  }

  .footer-text li a {
    font-size: 0.6rem;
    line-height: 0.6rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) {
  .footer-indicators {
    padding: 2rem 1rem;
  }

  .footer-nav {
    padding: 2rem 1rem;
  }

  .footer-text li a {
    font-size: 0.8rem;
  }
}