section {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

section .data-tit {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: block;
}

section .section-left .section-logo {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

section .section-left picture {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.05), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.05), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

section .section-left picture img {
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section .section-right .section-sub {
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin-bottom: 24px;
}

section .section-right .section-sub .section-sub-icon {
  width: 60px;
  margin-left: 10px;
}

section .section-right .tags {
  margin-top: 0;
}

section .section-right aside {
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #fdedd1;
  font-weight: 400;
}

section .section-right aside .aside-tit {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
}

section .section-right aside .aside-tit ~ div {
  margin-top: 8px;
}

section .section-right aside .lnk-icon-circle [class^="icon-"] {
  background-color: #F7A71A;
}

@media (min-width: 1440px) {
  section .container > .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .container > .row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section .section-left {
    width: 400px;
    margin-right: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  section .section-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
/*# sourceMappingURL=perfil.css.map */