@import url(../../../assets/css/header-white.css);
.DetalleProducto .titulo{
    color: #333333;
}
.DetalleProducto .texto{
    color: #707070;
    font-size: clamp(1rem, 0.825242718446602rem + 0.48543689320388345vw, 1.25rem);
    line-height: clamp(1.75rem, 1.662621359223301rem + 0.24271844660194172vw, 1.875rem);

}
.DetalleProducto .imagen{
    background-size: contain;
    background-repeat: no-repeat;
    width:100%;
    max-height:600px;
}
.DetalleProducto li{
    position: relative;
    margin-bottom: 0.5rem;
    margin-left: 0.75rem;
}
.DetalleProducto li::before{
    content: url(../../../assets/img/marcador-negro.svg);
    width: 8px;
    height: 13px;
    margin-right: 5px;
    color: #028D51;
    position: absolute;
    left: -15px;
}

/* DESKTOP */
@media (min-width: 1440px) {
    .DetalleProducto {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}