.colCat{
    border: 10px solid rgb(245, 245, 245);
    opacity: 0.8;
}
.colCat:hover{
    border: 3px solid rgb(250,250,250);
    opacity: 1;
}
.marcoCat{
    position: relative;
    height: 300px;
}
.colCat img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.catName{
    position: absolute;
    display:none;
    font-weight: bold;
    z-index: 1;
    bottom: 15px;
    background-color: white;
    padding: 6px;
    box-shadow: 0px 0px 10px 0px rgb(247, 247, 247);
}
#carouselExampleIndicators{
    cursor: pointer;
}
.oferta{
    text-align: center;
    cursor: pointer;
    background-color: rgb(250, 250, 250);
}
.oferta:hover{
    background-color: white;
    box-shadow: 2px 2px 10px 10px rgb(247, 247, 247);
}
.oferta img{
    height: 120px !important;
    display: block;
    margin: 0 auto;
}
.ofertaName{
    font-size: 12px;
    padding-left: 16px;
    padding-right: 16px;
}
.ofertaPriceBefore{
    padding-top: 8px;
    background-color: rgb(250,250,250);
    color: rgb(130,130,130);
    font-size: 12px;
}
.ofertaPriceBefore span:nth-child(2){
    text-decoration-line: line-through;
}
.ofertaPriceAfter span:nth-child(1){
    font-size: 13px;
}
.ofertaPriceAfter span:nth-child(2){
    color: #e4022d;
    font-size: 18px;
}
.ofertaSku,.ofertaPriceLista{
    color: rgb(130,130,130);
    font-size: 12px;
}
.ofertaNota{
    font-size: 12px;
    color: rgb(100,100,0);
}
.ofertaDescPorc span{
    background-color: rgb(0, 91, 114);
    color: white;
}
.porc1 span{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 29px;
    font-weight: bold;
}
.porc2 span{
    display: table-caption;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    line-height: .9em;
}
.porc2 span:nth-child(1){
    font-size: 22px;
    padding-top: 8px;
    padding-bottom: 2px;
}
.porc2 span:nth-child(2){
    font-size: 10px;
    padding-bottom: 4px;
}