/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.section-outpages {
  margin: 50px 0px 10px;
}

.section-outpages .two-blocks {
  margin-left: -15px;
  margin-right: -15px;
}

.section-outpages .block {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.section-outpages .block.left {
  margin-left: 0;
  width: 90%;
}

.section-outpages .block.right {
  width: 90%;
  float: right;
  margin-top: -3rem;
  margin-right: 0;
}

.section-outpages .block span {
  position: absolute;
  left: 0;
  padding: 20px 0 0 48px;
  color: #fff;
  font-family: 'poppinsblack';
  text-transform: uppercase;
  font-size: 25px;
  line-height: 28px;
  top: 0;
}

.section-outpages .block span::before {
  content: '';
  background: url("https://www.upn.edu.pe/sites/default/themes/upn/img/see_more.svg") no-repeat center left;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  margin-left: -50px;
  margin-top: 7px;
}

.section-outpages .block span::before {
  background-size: 85%;
  margin-left: -32px;
  margin-top: -3px;
}

.section-outpages .scale_img:hover > img {
  transform: scale(1.5) rotate(-15deg);
}

.section-outpages .scale_img > img {
  transition: transform .3s;
  transition: .41s transform;
  width: 100%;
}

.section-outpages a {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media (min-width: 420px) {
  .section-outpages .block span {
    font-size: 30px;
    line-height: 30px;
    padding: 34px 0 0 60px;
  }
}

@media (min-width: 768px) {
  .block-chat p {
    font-size: 16px;
  }
  .btn-chat {
    margin-bottom: 20px !important;
  }
  .section-outpages {
    margin: 80px 0px 60px;
  }
  .section-outpages .block span {
    font-size: 30px;
    line-height: 30px;
    padding: 40px 0 0 80px;
  }
  .section-outpages .block.left {
    margin-left: 15px;
    width: 100%;
  }
  .section-outpages .block.right {
    margin-top: 20px;
    margin-right: 25px;
    width: 100%;
  }
  .section-outpages .block span::before {
    background-size: 100%;
    margin-left: -46px;
    margin-top: 5px;
    width: 38px;
    height: 38px;
  }
}

@media (min-width: 992px) {
  .block-chat .object-img-1 {
    object-fit: cover;
    max-height: 290px;
    width: 458px;
  }
  .section-outpages .block span {
    font-size: 42px;
    line-height: 42px;
    padding: 60px 0 0 85px;
  }
  .section-outpages .block span.title-medium {
    font-size: 36px;
    line-height: 36px;
  }
}

/*# sourceMappingURL=outpages2.css.map */