.btnproducto {
    text-align: center;
    border: 5px solid #E6E7E8;
    border-radius: 25px;
    background-color: #E6E7E8;
    min-height: 120px;
    cursor: pointer;
    transition: 0.25s all ease-out;
}

.btnproducto>div {
    border-radius: 20px;
    border: 3px solid white;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #037A3E;
}

@media (min-width:768px) {
    .btnproducto {
        text-align: center;
        border: 15px solid #E6E7E8;
        border-radius: 25px;
        background-color: #E6E7E8;
        min-height: 100px;
    }
    .btnproducto>div {
        border-radius: 20px;
        min-height: 100px;
        border: 3px solid white;
        background: #037A3E;
    }
}

.btnproducto:hover,
.btnproducto.active {
    text-align: center;
    border: 5px solid #DA271B;
    border-radius: 25px;
    background-color: #DA271B;
    min-height: 120px;
}

.btnproducto:hover>div,
.btnproducto.active>div {
    border-radius: 20px;
    border: 3px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DA271B;
}

@media (min-width:768px) {
    .btnproducto:hover,
    .btnproducto.active {
        text-align: center;
        border: 15px solid #DA271B;
        border-radius: 25px;
        background-color: #DA271B;
    }
    .btnproducto:hover>div,
    .btnproducto.active>div {
        background: #DA271B;
    }
}

.botonera a {
    text-decoration: none !important;
}

.tarjetaproducto {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #037A3E;
    /* width: auto; */
    width: 150px;
}

.btnurl {
    background: #3F464A;
    padding: 10px 15px;
    border-radius: 18px;
    color: white;
    font-weight: bold;
}

.nivelpicante {
    max-width: 100px;
}