.ingredientes{padding:32px 24px;background-color:#fff;border-radius:8px}
.ingredientes .ingredientesTitle{font-family:"Roboto-Bold";font-style:normal;font-size:22px;line-height:32px;color:#464646;display:flex;align-items:baseline;justify-content:space-between}
@media(min-width:1440px){.ingredientes .ingredientesTitle{font-size:26px;line-height:40px}
}
.ingredientes .ingredientesTitle .ingredientesPersonas{font-style:normal;font-family:"Roboto-Medium";font-size:16px;line-height:24px;color:#727272;margin-bottom:12px}
.ingredientes .ingredientesReceta{display:flex;justify-content:space-between}
.ingredientes .ingredientesReceta .ingredientesNombre,.ingredientes .ingredientesReceta .ingredientesPersonas{font-style:normal;font-family:"Roboto-Medium";font-size:16px;line-height:24px;color:#727272;margin-bottom:12px}
.ingredientes .ingredientesReceta .ingredientesNombre:not(:first-of-type){margin-top:12px}
.ingredientes .ingredientesReceta .ingredientesNombre+.ingredientesPersonas{margin-left:24px}
.ingredientes .ingredientesReceta .ingredientesPersonas{white-space:pre}
.ingredientes .ingredientesIngredientes ul{padding-left:0;margin-bottom:0}
.ingredientes .ingredientesIngredientes ul li{position:relative;display:flex;font-family:"Roboto-Regular";font-style:normal;font-size:16px;line-height:24px;color:#464646;list-style:none;margin-left:20px;margin-bottom:8px}
.ingredientes .ingredientesIngredientes ul li:last-of-type{margin-bottom:0}
@media(min-width:1024px){.ingredientes .ingredientesIngredientes ul li{margin-left:24px}
}
.ingredientes .ingredientesIngredientes ul li:before{position:absolute;top:8px;left:-20px;content:'';width:8px;height:8px;border-radius:2px;background-color:#ff6200}
@media(min-width:1024px){.ingredientes .ingredientesIngredientes ul li:before{left:-24px}
}
.ingredientes .ingredientesIngredientes ul li p{font-family:"Roboto-Regular";font-style:normal;font-size:12px;line-height:24px;display:inline;color:#464646;margin-bottom:0}
@media(min-width:1024px){.ingredientes .ingredientesIngredientes ul li p{font-size:16px}
}
.page-receta .description-receta .ingredientes--mobile{background-color:#f8f8f8;margin-left:-20px;margin-right:-20px;padding:20px}
.page-receta .description-receta .ingredientes--mobile .ingredientes.section{padding:24px 16px}
.page-receta .description-receta .ingredientes--mobile .ingredientes.section .ingredientesTitle{margin-bottom:16px}
.page-receta .description-receta .ingredientes--mobile .ingredientes.section .ingredientesTitle .ingredientesPersonas{margin-bottom:0}
.page-receta .description-receta .ingredientes--mobile .ingredientes.section .ingredientesNombre{margin-bottom:8px}