.box-experience {
  position: relative;
  padding: 2.25em 0 3.5em;
  z-index: 1;
}

@media (max-width: 768px) {
  .box-experience {
    padding: 4em 0 3.5em;
  }
}

.box-experience .circle-img {
  width: 240px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background-color: #87FB71;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .box-experience .circle-img {
    width: 215px;
    height: 215px;
    padding: 1.1em;
  }
}

.box-experience .circle-img img {
  width: 100%;
  max-width: 205px;
  border-radius: 50% 50%;
}

.box-experience .txt {
  text-align: center;
  color: #3C3C3B;
}

.box-experience .txt p {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 1em 0;
  font-style: italic;
  font-size: 1.25em;
  font-weight: 300;
}

@media (max-width: 480px) {
  .box-experience .txt p {
    font-weight: 300;
    font-size: 1em;
  }
}

.box-experience .txt p b {
  color: #87FB71;
  font-size: 1.5em;
  line-height: 0;
}

.box-experience .txt h3 {
  font-size: 1.5em;
  font-weight: 900;
  color: #87FB71;
}

@media (max-width: 480px) {
  .box-experience .txt h3 {
    font-size: 1.25em;
  }
}

.box-experience .txt ul li {
  font-size: 1.25em;
  font-weight: 300;
}

@media (max-width: 480px) {
  .box-experience .txt ul li {
    font-size: 1em;
  }
}

.box-experience .txt ul li:first-child {
  color: #87FB71;
  font-size: 1.5em;
  font-weight: 900;
}

.box-experience .txt span {
  display: block;
  padding-top: .5em;
  font-size: 1.5em;
  text-transform: uppercase;
  opacity: .43;
}

.slick-dots button:before {
  font-size: 50px !important;
  color: #87FB71 !important;
}

.box-alumnos .txt-alumnos p {
  font-size: 1.125em;
}

.dirigido__tips li:before {
  display: none;
}

.perfil {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 800px) {
  .perfil {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 800px) {
  .perfil {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.perfil__item {
  text-align: center;
}

@media (min-width: 800px) {
  .perfil__item .icon img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 800px) {
  .perfil__item .icon img {
    width: 80px;
    height: 80px;
  }
}

.perfil__item h4 {
  font-weight: bold;
  color: #87FB71;
}

@media (min-width: 800px) {
  .perfil__item h4 {
    font-size: 3em;
  }
}

@media (max-width: 800px) {
  .perfil__item h4 {
    margin: 5px 0;
    font-size: 2em;
  }
}

.perfil__item h2 {
  font-size: 1em;
  font-weight: bold;
  color: black;
}

.por-q-ese .titulo h2 {
  max-width: 70%;
}

.academicos .list-visitantes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4em 0 2em;
}

.por-q-ese__steps li .number {
  font-size: 3.5em;
  color: #6ffd54;
  font-weight: 700;
}
/*# sourceMappingURL=miem-update.css.map */