<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .offset-1 {
    margin-left: 8.33333333%;
  }
  
  .offset-2 {
    margin-left: 16.66666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.33333333%;
  }
  
  .offset-5 {
    margin-left: 41.66666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.33333333%;
  }
  
  .offset-8 {
    margin-left: 66.66666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.33333333%;
  }
  
  .offset-11 {
    margin-left: 91.66666667%;
  }

  .mx-auto{
      margin: 0 auto;
  }
  body{
    color:#5b5b5b;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    print-color-adjust: exact;
  }

.recipe_Title{
    background: url('/images/recipes/recipes-vanilla-molina-mexicans-desserts-and-drinks.jpg') no-repeat center center /cover;
    height: 250px;  
}
.recipe_Title h1{
    color:#ffffff;
    font-family: congenial, sans-serif;
    font-size: 50px;
    text-align: center;
    padding-top: 50px;
}
.recipe_Img{
    margin-top: -100px;
    position: relative;
    z-index: 2;
    height: 350px;
    overflow: hidden;
    border-radius: 40px;
}
.recipe_Img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}
.recipe_Inf{
    background: #f8f2f9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -70px;
    margin-bottom: 70px;
    position: relative;
    z-index: 3;
    padding: 30px 40px;
}
.vm-recipe_cook{
    color:#a989d6;
    font-family: ;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.08px;
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.recipe_Inst{
    display:flex;
    flex-wrap: wrap;
}
.recipe_Inst_item &gt; span{
    color:#f55b54;
    font-family:  congenial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.recipe_Inst_item &gt; p{
    font-size: 20px;
    font-weight: bold;
}
.recipe_Inst_item &gt; ul.number{
    list-style-type: decimal;
}</pre></body></html>