.flecha{
    display: inline-block;
    width: 20px;
    height: 40px;
    background-image: url('/img/oferta.png')
}

.txt-oferta{
    letter-spacing: 4px;
    display:inline-block;
    background-color: #a82ac8;
    line-height: 40px;
    color: white;
    font-size: 31px;
    padding: 0px 8px;
    font-weight: bold
} 

.oferta{
    display: flex;
    float: right;
    margin: -23px;
    border-radius: 5px;
    overflow: hidden;
}

.card img{
    height: 200px;
    position: relative;
    z-index:-100
}
.card-header{
    background-color: #B80101;
}

.card-title{
    margin-bottom: 0px;
    color: white;
    font-weight: bold    
}

.card{
    height: 300px;
    /*width:calc(49% - 12px);*/
    width: 300px;
    display: inline-table !important;
    margin: 20px auto;
    border: 8px solid rgb(230,230,230)
}
.fondo-ods{
    background-color: black;
    background-image: url('/img/fondo1.jpg');
    /*background-position: center;*/
    background-repeat: no-repeat;
    border-top: 10px solid rgba(139,1,1,0.7);
    border-bottom: 10px solid rgba(139,1,1,0.7)    ;
    padding-bottom: 25px;;
}
.ods{
    padding-top: 35px;
    margin: 0 !important
}
