/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.home-btn-upn .btn-upn-bienvenido a {
  color: #fdba30;
  font-family: poppinsblack;
  text-transform: uppercase;
  font-size: 30px;
  border: 4px solid;
  padding: 25px 0px 25px 102px;
  display: block;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  border-color: #fdba30;
  transform: .41s color;
  margin: 0 auto 17px;
  width: 100%;
}

.home-btn-upn .btn-upn-bienvenido a:hover {
  color: #404041;
}

.home-btn-upn .btn-upn-bienvenido a::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fdba30;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: .41s transform;
  color: #333 !important;
}

.home-btn-upn .btn-upn-bienvenido a:hover::after {
  transform: scale(1);
}

.home-btn-upn .btn-upn-bienvenido a:hover::before {
  background: none;
  content: '+';
  font-size: 39px;
  line-height: 24px;
}

.home-btn-upn .btn-upn-bienvenido a::before {
  content: '';
  background: url("https://www.upn.edu.pe/sites/default/themes/upn/img/see_more.svg") no-repeat repeat center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  margin-top: 0;
  left: 70px;
}

/*# sourceMappingURL=boton_borde_amarillo.css.map */