.ribbon-wrapper-big {
    z-index: 900;
    width: 130px;
    height: 119px;
    overflow: hidden;
    position: absolute;
}

.ribbon-css-big {
    font: 11px Lato, sans-serif;
        font-weight: normal;
    font-weight: 600;
    position: relative;
    left: -41px;
    top: 25px;
    width: 180px;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

  .sub-titulo:after {
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    margin: 10px auto;
    background: rgb(0,152,225);
    background: linear-gradient(90deg, rgba(0,152,225,1) 35%, rgba(255,255,255,1) 100%);

}

.etiqueta-mf {
    z-index: 900;
    width: 130px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    font: 11px Lato, sans-serif;
    font-weight: normal;
    font-weight: 600;
    position: relative;
    left: 0%;
    top: 14%;
    width: 180px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 7px 0;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    border-radius: 3px;
    background: -webkit-radial-gradient(top center, ellipse cover, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.5) 100%);
}

.ribbon-css-big, .ribbon-css-Ficha-big {
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    padding: 7px 0;
}

.filter-wrapper {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    box-shadow: 0 0 28px #a2a2a2;
}

.text-blue-medium {
    color: #0033A0;
}

.text-blue {
    color: #406882;
}

.text-blue-light{
    color:#0098E1;
}

.ef-ficha:hover {
	border:1px #0033A0 ;
}


.precio-antes {
    text-decoration:line-through;
    color: rgb(127 127 127);
}
