/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.section-outpages-horizontal {
  padding: 30px 0;
}

.section-outpages-horizontal .container {
  padding-left: 0;
  padding-right: 0;
}

.block-horizontal {
  padding: 64px 20px 64px;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}

.block-horizontal .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3f3f3f;
  z-index: -1;
  opacity: .3;
}

.block-horizontal h2 {
  font-family: 'poppinsblack';
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.width-content {
  width: 100%;
  text-align: center;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-carreras {
  background-image: url("../imagenes/nuestras-carreras.jpg");
}

.bg-campus {
  background-image: url("../imagenes/nuestros-campus.jpg");
}

a.btn-know {
  font-size: 14px !important;
  line-height: 16px;
  letter-spacing: 0.5px;
  background: #404041;
  color: #fff;
  padding: 12px 20px 12px 38px;
  display: inline-block;
  position: relative;
  font-family: 'poppinsmedium';
}

a.btn-know::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 16px;
  border-top: 2px solid #fdba30;
  border-right: 2px solid #fdba30;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: transparent;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-outpages-horizontal .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-horizontal {
    padding: 64px 40px 64px;
  }
  .block-horizontal h2 {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 48px;
  }
  .width-content {
    width: 50%;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .block-horizontal h2 {
    font-size: 40px;
    line-height: 40px;
  }
  a.btn-know {
    font-size: 14px !important;
    padding: 14px 20px 14px 38px;
  }
  a.btn-know::before {
    width: 10px;
    height: 10px;
  }
}

/*# sourceMappingURL=outpages.css.map */