.post-autor {
  margin-top: 40px;
}
.post-autor .autor-title {
  padding-bottom: 8px;
  margin-bottom: 0;
  color: #00BFB3;
  border-bottom: 1px solid #00BFB3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.post-autor .blq-img {
  position: relative;
}
.post-autor .blq-img:before {
  content: "";
  width: 100%;
  background-image: url("../../../../../images/iconos/isotipo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-autor .blq-img picture {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.post-autor .blq-img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-autor .autor-nombre,
.post-autor .autor-cargo {
  margin-bottom: 0;
}
.post-autor .autor-nombre + .autor-cargo {
  margin-top: 8px;
}
.post-autor .autor-nombre {
  font-size: 28px;
  line-height: 32px;
}
.post-autor .autor-cargo {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .post-autor .perfil-nombre {
    font-size: 54px;
    line-height: 58px;
  }
  .post-autor .perfil-cargo,
  .post-autor .perfil-oficina {
    font-size: 28px;
    line-height: 32px;
  }
  .post-autor .especialidades-tit {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 768px) {
  .post-autor .autor {
    display: flex;
    align-items: center;
  }
  .post-autor .blq-img {
    width: 148px;
    margin-right: 30px;
    flex-basis: auto;
  }
  .post-autor .blq-img:before {
    background-size: 106px 106px;
  }
  .post-autor .blq-img picture {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .post-autor .autor {
    text-align: center;
  }
  .post-autor .blq-img {
    width: 240px;
    flex-basis: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .post-autor .blq-img:before {
    background-size: 171px 171px;
  }
  .post-autor .blq-img picture {
    width: 100%;
  }
  .post-autor .blq-img + .blq-txt {
    margin-top: 20px;
  }
}/*# sourceMappingURL=post-autor.css.map */