
.bolsa {
    position: absolute;
    top: -17px;
    right: 15px;
    z-index: 2;
    color: #002347;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 115px;
    text-align: center;
    border-radius: 5px;
    background: #fdc632;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
	font-size: 15px;
	font-weight: normal;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s; }
	


	.bolsa2 {
    position: absolute;
    top: -52px;
    right: 15px;
    z-index: 3;
    color: #fdc632;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 115px;
    text-align: center;
    border-radius: 5px;
    background: #002347;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
	font-size: 15px;
	font-weight: normal;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }


    @keyframes fa-blink {
        0% { opacity: 1; }
        50% { opacity: 0.5; }
        100% { opacity: 0; }
    }
   .fa-blink {
      -webkit-animation: fa-blink .75s linear infinite;
      -moz-animation: fa-blink .75s linear infinite;
      -ms-animation: fa-blink .75s linear infinite;
      -o-animation: fa-blink .75s linear infinite;
      animation: fa-blink .75s linear infinite;
   }