.hover-aqua:hover{
	box-shadow: none;
    color: aqua !important;	
}

.redes-button{
	border-radius: 100px;
	padding: 8px;
}

.f-size-14{
	font-size: 14px;
}

.b-radius-10{
	border-radius: 10px 10px 10px 10px;
}

.b-color-white{
	border-color: white !important;
}
.full-size{
	width: 100% !important;
	height: 100% !important;
}


.ribbon{
  position: absolute;
  padding: 0.1em 3em;
  font-size: 0.9em;
  font-weight: bold;
  right: 0;
  bottom: 0.8rem;
  line-height: 1.875em;
  color: black;
  background: gold;
  box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
}
.ribbon:before, .ribbon:after{
  position:absolute;
  content: '';
  display: block;
}


.ribbon:after{
     width: 0;
    top: -1px;
    left: 0px;
    height: 0;
    border-left: 16px solid #071b34;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}