section .section-top .blq-img {
  position: relative;
}
section .section-top .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;
}
section .section-top .blq-img picture {
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section .section-top .blq-img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .section-top .perfil-nombre {
  margin-bottom: 12px;
  font-weight: 300;
}
section .section-top .perfil-cargo,
section .section-top .perfil-oficina {
  color: #00BFB3;
}
section .section-top .perfil-cargo {
  margin-bottom: 12px;
  text-transform: uppercase;
}
section .section-top .perfil-oficina {
  margin-bottom: 0;
}
section .section-top .perfil-contacto {
  display: flex;
}
section .section-top .perfil-contacto .btn {
  padding: 10px;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
}
section .section-top .perfil-contacto .btn + .btn {
  margin-left: 10px;
}
section .perfil-descripcion,
section .perfil-especialidades {
  padding-top: 20px;
  border-top: 1px solid #00BFB3;
}
section .perfil-especialidades {
  padding: 20px;
  border-bottom: 1px solid #00BFB3;
}
section .perfil-especialidades ul {
  list-style-type: none;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
section .perfil-especialidades ul li {
  margin-bottom: 0;
}
section .perfil-especialidades ul li a {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .perfil-especialidades ul li + li {
  border-top: 1px solid #00BFB3;
}
@media (min-width: 1440px) {
  section .section-cont {
    width: 912px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  section .section-top .blq-img {
    width: 342px;
  }
  section .section-top .blq-img:before {
    background-size: 234px 234px;
  }
  section .section-top .blq-img picture {
    width: calc(100% - 53px);
  }
  section .section-top .perfil-nombre {
    font-size: 54px;
    line-height: 58px;
  }
  section .section-top .perfil-cargo,
  section .section-top .perfil-oficina {
    font-size: 28px;
    line-height: 32px;
  }
  section .section-top .especialidades-tit {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 1023px) {
  section .section-top .blq-img {
    width: 228px;
  }
  section .section-top .blq-img:before {
    background-size: 156px 156px;
  }
  section .section-top .blq-img picture {
    width: calc(100% - 35px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .section-top .perfil-nombre {
    font-size: 36px;
    line-height: 40px;
  }
  section .section-top .perfil-cargo,
  section .section-top .perfil-oficina {
    font-size: 24px;
    line-height: 28px;
  }
  section .perfil-descripcion {
    font-size: 14px;
    line-height: 20px;
  }
  section .especialidades-tit {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  section .section-top {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
  }
  section .section-top .blq-img {
    margin-right: 30px;
    flex-basis: auto;
  }
  section .section-top * + .perfil-contacto {
    margin-top: 40px;
  }
  section * + .perfil-descripcion,
  section * + .perfil-especialidades {
    margin-top: 60px;
  }
  section .especialidades-tit {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  section .section-top .blq-img + .blq-txt {
    margin-top: 24px;
  }
  section .section-top .perfil-nombre {
    font-size: 32px;
    line-height: 38px;
  }
  section .section-top .perfil-cargo,
  section .section-top .perfil-oficina {
    font-size: 20px;
    line-height: 24px;
  }
  section .section-top .perfil-email {
    font-size: 12px;
    line-height: 16px;
  }
  section .section-top * + .perfil-contacto {
    margin-top: 24px;
  }
  section * + .perfil-descripcion,
  section * + .perfil-especialidades {
    margin-top: 40px;
  }
  section .especialidades-tit {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 32px;
  }
}/*# sourceMappingURL=perfil.css.map */