.banner-prod {
    background-image: url(../img/banners/general.jpg);
    height: 116px;
}
.banner-prod span {
    font-size: 20px;
    line-height: 1;
    color: var(--colorBlanco);
}
.producto {
    max-width: 278px;
    margin: 0 auto 70px;
    position: relative;
    text-align: center;
}
.producto .tituloP {
    height: 55px;
    position: relative;
    z-index: 1;
}
.producto::after {
    content: '';
    background-color: var(--colorPlomo);
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.producto p {
    font-size: 14px;
}
.producto img {
    position: relative;
    z-index: 1;
}
.producto figure .btn {
    z-index: 2;
}
.producto figure.zoom-img:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.producto > a {
    font-size: 24px;
    line-height: 47px;
    background-color: var(--color1);
    color: var(--colorBlanco);
    display: block;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
}
.producto > a:hover {
    background-color: var(--color2);
}

@media screen and (max-width: 980px){

}