.recomendado-container {
    margin-top: 30px;
    margin-bottom: 50px;
}

.lezada-single-slider__content h5 {
    margin-bottom: 0;
}

.subtitle-recomendado {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

/* .dot-recomendado {
    width: 10.33333% !important;
} */

.main-title-recomendado {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 31px;
    text-align: center;
}

.name-producto {
    padding-top: 28px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 18px;
    text-align: start;
}

.precio-producto {
    font-weight: 500;
    padding-left: 18px;
    text-align: start;
    font-size: 18px;
    font-family: 'Montserrat', serif;
}

.code-producto {
    padding-bottom: 12px;
    padding-left: 18px;
    height: 30%;
    font-size: 16px;
    color: #8B8B8B;
    font-family: 'Montserrat', serif;
    font-weight: 300;
}

.lezada-button--medium {
    font-weight: 500;
}

.imagen-recomendado {
    margin: 1px;
    /* width: 300px !important; */
    border: 1px solid #E1E4E7;
    border-radius: 25px;
    border-spacing: 2px;
}

@media (max-width: 1200px) {
    .empty-container {
        display: none;
    }
    .lezada-single-slider__content {
        text-align: center;
    }
    .titles {
        justify-content: center;
    }
    .imagen-recomendado {
        /* width: 250px !important; */
    }
}

@media (max-width: 768px) {
    .breadcrumb-text-stamping {
        padding: 33px 30px;
    }

    .imagen-recomendado {
        /* width: 150px !important; */
    }
}

@media (max-width: 576px) {
    .breadcrumb-bg-1 {
        height: 620px;
    }
    /* .breadcrumb-text-stamping {
        height: 620px;
    } */

    .imagen-recomendado {
        /* width: 150px !important; */
    }
    
}