.box-win{
  transition: 0.5s;
}

.box-win:hover{
  box-shadow: 0 .2rem 1.2rem .2rem #888;
}
.back-image{
  background-image: url('../images/fondo.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.st-menu-active{
  border-bottom: 3px solid #e91e63;
  background-color: #F5F5F5;
}

.st-menu-active a{
  color: #000;
}

.st-nav-ul li{
  transition: 0.5s;
}

.st-nav-ul li a{
  color: #000;
}

.st-nav-ul li:hover{
  border-bottom: 3px solid #e91e63;
}
.st-nav-ul li:hover a{
  color: #e91e63;
}

.st-h2-purple{
  color: #e91e63;
  font-weight: bold
}

.st-text-bold{
  font-weight: bold;
}

.st-width-20{
  width: 20%
}

.st-width-80{
  widows: 80%;
}

.st-width-100{
  width: 100%;
}