.producto {
    max-width: 285px;
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    padding: 10px 10px 0;
    margin: 0 auto 23px;
}
.producto figure {
    max-width: 266px;
    height: 289px;
}
.producto figure img {
    max-height: 289px;
}
.producto p {
    font-size: 13px !important;
    margin: 10px 0 5px;
    line-height: 1.2;
    height: 50px;
    padding: 0 10px;
}
.producto .boton {
    font-size: 16px;
    max-width: 242px;
    line-height: 47px;
    margin-bottom: -23px;
}
.producto.alquiler .boton {
    background-color: #728496;
    color: var(--colorBlanco);
    margin-bottom: 5px;
}
.producto.alquiler .boton.boton2 {
    background-color: var(--color2);
}
.producto.alquiler .boton:hover {
    background-color: var(--color1);
    color: var(--colorBlanco);
}
.producto.alquiler .boton.boton2 {
    margin-bottom: -70px;
}
.marcas figure {
    height: 120px
}
.publicacion {
    max-width: 600px;
    margin-bottom: 50px;
}
.publicacion .titulo {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 500px;
    width: 100%;
    height: 100px;
    background-color: var(--colorBlanco);
}
.publicacion .titulo > div:last-child {
    width: calc(100% - 110px);
    padding: 10px;
}
.publicacion .fecha {
    width: 110px;
    height: 100px;
    background-color: var(--color2);
}
.publicacion .fecha span {
    font-size: 20px;
    line-height: 1;
    color: var(--colorBlanco);
}
.publicacion .fecha span strong {
    font-size: 40px;
}
.publicacion .tit {
    font-size: 22px;
    line-height: 1.1;
    color: var(--color4);
}
.publicacion .tit.tit2 {
    font-size: 20px;
}
.publicacion figure:hover .tit {
    text-decoration: underline;
}
@media screen and (max-width: 980px){
    .publicacion .tit,
    .publicacion .tit.tit2 {
        font-size: 17px;
    }
    .publicacion .titulo {
        height: 90px;
    }
    .publicacion .fecha {
        width: 75px;
        height: 90px;
        background-color: var(--color2);
    }
    .publicacion .titulo > div:last-child {
        width: calc(100% - 85px);
    }
}