.recipe-card{
	padding: 0.625em 0;
	margin: 2em 0 0;
	background-color:#FFF;
}
.recipe-card .ingredientes_container{
	margin: 0px;
    background-color: #fff;
    position: relative;
    color: #736458;
    margin: 0px;
    padding: 10px 0px;
}
.recipe-card h2.ingredientes_header{
	border-bottom: 1px dotted #e53626;
	color: #ff5868;
	font-size: 2.8rem;
    font-weight: 600;
    font-family: "Montserrat";
    margin-top: 20px;
    margin-bottom: 20px;
}
.recipe-card div.ingredientes_container > ul.ingredientes_lista {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); /* see notes below */
 	grid-gap: 1em;
    gap: 0.1rem;
    line-height: normal;
    list-style-type: disc;
    margin: 0 0 0.8em 0em;
    padding: 0px 0px 0px 5px;
}
.recipe-card div.ingredientes_container > ul.ingredientes_lista h4 {
	margin-bottom:15px;
}
.recipe-card .ingredientes {
 	font-size: 1rem;
    padding: 5px 20px 0px 0px;
    text-transform: none;
    letter-spacing: 0.015625em;
    line-height: 1.529em;
    font-size: 18px;
    font-style:italic;
    font-weight:400;
    color:#3a3a3a;
    word-break: break-word;
}
.recipe-card h3.ingredientes_title{
	padding: 10px 0px;
	margin:0px;
	color: var(--bricks-color-wylylr);
	font-family: "Montserrat";
    font-weight: 500;
    font-size: 2.5rem;
}

.recipe-card .ingredientes_container h4{
	font-size: 2.3rem;
    color: var(--bricks-color-pprldi);
    font-family: "Montserrat";
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}
.recipe-card div.ingredientes_container > ul.ingredientes_lista > li {
	position: relative;
    line-height: 1.95em;
    padding: 0 0 0.14rem 1rem;
    margin: 0 0 0 15px;
	grid-column: 1 / auto;
	border-bottom:1px dotted #ddd;	
	display: list-item;
	list-style-position: outside;
}
.recipe-car .ingredientes_lista>li::before{	
}
.recipe-card .ingredientes_lista>li::marker, .instrucciones_lista>li ul li::marker  {
  color: #447215;
  content: '✓';
  margin-left: 1rem; /* same as padding-left set on li */
  width: 1rem; /* same as padding-left set on li */
}
.recipe-card .ingredientes:last-of-type {
    border-bottom: 0px;
}
.recipe-card .ingredientes-caption {
    display: block;
    font-size: 75%;
    padding-top: 5px;
    padding-bottom: 15px;
    opacity: .8;
}
.dashicons-clock{
	color: #fd845a;
    font-size: 15px;
}

.pasos_container{
	padding: 0.625em 0;
	background-color:#FFF;
	margin-bottom:0.5em;
}
.pasos_container .instrucciones_container{
    position: relative;
	margin: .5em 0 .5em;
    text-align: left;
    width: 100%;
    padding: 10px 0px 5px 0px;
}
.pasos_container h2.instrucciones_header{
    border-bottom: 1px dotted #FF5868;
   	color: #ff5868;
    font-size: 2.8rem;
    font-weight: 600;
    font-family: "Montserrat";
}
div.pasos_container > .instrucciones_container > ul {
    line-height: normal;
    list-style: none;
    margin: 0;
    counter-reset: count;
    padding:0;
    padding-inline-start: 0px;
}
.pasos_container .instrucciones_pasos {
    display: block;
    font-size: 18px;
    border-bottom: 1px dotted #82c3d1;
}
.pasos_container .single li.instrucciones_pasos ul {
	margin:15px 15px 15px 20px;
	padding:0px;
}
.pasos_container li.instrucciones_pasos ul li{
	border-bottom:1px dotted #ddd;
	padding-top:calc(15px/2);
	padding-bottom:calc(15px/2);
	padding-left:10px;
	background:none;
	display: list-item;
	list-style-position: outside;
}
.pasos_container .instrucciones_pasos ul li:last-of-type{
	border-bottom:none;
}
.pasos_container .instrucciones_pasos ul li::before{

}

.pasos_container .instrucciones_pasos p{
	margin-bottom:1em;
	font-style:oblique;
}

div.pasos_container > div.instrucciones_container > ul.instrucciones_lista > li {
	position: relative;
    line-height: 1.8;
    list-style: none;
    min-height: 44px;  
    padding-left:0;
    padding-right:0;
    margin: 0 0 2rem;
    background:none !important;
    }
.pasos_container .instrucciones_lista>li h3{
	
}
.pasos_container .instrucciones_lista>li::before{
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 25px;
    font-weight: bold;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0;
    background: #259740;
 	color: white;
  	width: 1.2em;
  	height: 1.2em;
  	border-radius: 50%;
  	display: inline-grid;
  	place-items: center;
 	line-height: 1.2em;
}
.pasos_container .instrucciones_pasos:last-of-type {
    border-bottom: 0px;
}
.pasos_container .instrucciones_pasos_imagen{
	margin: 1em 0em 1em 0em;
	margin-bottom: 1.5em;
    max-width: 100%;
	display: block;
}
.pasos_container .instrucciones_pasos_imagen img{
	max-width: 100%;
	height:auto;;
}
.pasos_container .instrucciones_pasos_title{
	display: block;
	margin-left:0em;
	font-size:25px;
}

.pasos_container span.instrucciones_pasos_title > h3, s.pasos_container pan.instrucciones_pasos_title h3, .pasos_container .instrucciones_pasos_title h3 {
	font-size: 25px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 2.5rem;
    font-style:normal;
    color: var(--bricks-color-wylylr);
}
.pasos_container .instrucciones-caption {
    display: block;
    font-size: 75%;
    padding-top: 5px;
    padding-bottom: 15px;
    opacity: .8;
}
.pasos_container .recipe_data_container{
	padding: 13px 5px 13px 5px;
	margin: 20px 0;
    border-style: dotted;
    border-width: 1px 0px 1px 0px;
    border-color: #a5b3c1;
}
.pasos_container .recipe_data_container ul{
    display:flex;
    align-items: flex-start;
    margin: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.recipe_data_container ul li{
	margin-right: calc(15px/2);
    margin-left: calc(15px/2);
    list-style-type: none; 
    display:flex;
}
.recipe_data_container--text{
	color:#54595f;
	font-size: 0.8rem;
    font-style: italic;
}
.recipe_data_container--icon{
	line-height:1;
	padding: 2px 5px;
}
.dashicons-clock{
	color: #fd845a;
    font-size: 15px;
}