<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: DF
Author: Marcelo Vera
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




.img-fullwidth{width: 100%; max-width:1200px; margin:0 auto; display:block; height: auto;}
.gourmet_title h1 { font-family: 'Playfair Display'; font-size: 32px; font-style: normal; font-weight: 600; margin-top: 10px; margin-bottom: 20px;
height: auto; }
.gourmet_title .recipe_by {padding: 8px 10px; border-top: 1px solid #c39d63; border-bottom: 1px solid #c39d63; margin-bottom: 3em; justify-content: flex-start;}
.gourmet_title .recipe_by .single-meta-data { font-size: 13px; font-weight: lighter; border-right: 1px solid #000; padding: 0px 10px; }
.gourmet_title .recipe_by .single-meta-data:last-child { border-right: none; }



.gourmet_ingredientes { padding-bottom: 2.5em; border-bottom: 1px solid #C39D63; }
.gourmet_ingredientes h2 { font-family: 'Playfair Display'; font-size: 30px; color: #C39D63; margin-bottom: 0.8em; margin-left: 1.5rem; }


#gourmet_receta {  margin-top: 2rem; }   
#gourmet_receta h2 {  font-family: 'Playfair Display'; font-size: 30px; color: #C39D63; margin-bottom: 2em;  }
#gourmet_receta ol li{list-style: none; float: left; width: 100%;}
#gourmet_receta ol li p { float: right; width: 100%; margin-top: 0px; padding-left: 50px; }
#gourmet_receta ol li::before {
  content: counter(li);
  font-family: 'Playfair Display';
  text-align: center;
  font-size: 58px;
  color: #C39D63;
  font-style: inherit;
  float: left;
  padding: 0;
  line-height: 0;
  margin: 0;
  margin-right: 0.3em;
}
#gourmet_receta ol li { display: block; margin-bottom: 25px; counter-increment: li}
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
/* fin input reset */
a {
  color: #333333
}
a.hover {
  color: #333333
}
p.p1 a{color: #B2726C;}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.d-flex {
  display:flex;
}
.f-dr {
  flex-direction: row
}
.jc-end {
  justify-content: flex-end;
}
.jc-sa {
  justify-content: space-around;
}
.fd-column {
  flex-direction: column;
}
.ac-c {
  align-content: center;
}
.ai-c {
  align-items: center;
}
.d-ib {
  display: inline-block;
}
.ta-c {
  text-align: center;
}
.pos-a {
  position: absolute;
}
.pos-r {
  position: relative;
}
.pos-f {
  position: fixed;
}
.pad-l-0 {
  padding-left: 0;
}
.pad-r-0 {
  padding-right: 0;
}
.mar-l-0 {
  margin-left: 0;
}
.mar-r-0 {
  margin-right: 0;
}
.w20 {
  width: 20%;
}
.w80 {
  width: 80%;
}
.w100 {
  width: 100%;
}
.wh5 {
  width:50%;
  height:50%;
}
.of-hidden {
  overflow: hidden;
}
.z-index-10 {
  z-index: 10;
}
ul, li {
  margin: 0;
  padding: 0;

}


.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.nav-container-item-list {
  margin: 0;
}

.italic {
  font-style: italic
}
/* mobile menu*/
.mobile-menu {
  overflow-y: auto;
  position: fixed;
  color: red;
  z-index: 200;
  background: #DDDDDD;
  width: 200px;
  height: 100%;
  transform: translateX(0%);
  transition: all .1s ease;
  box-shadow: 2px 2px 46px #333333;
}
/* MOBILE MENU */
.mobile-menu--closed {
  transform: translateX(-100%);
  box-shadow: none;
}
.mobile-menu__logo {
  padding: 2rem;
  border-bottom: 1px solid #888888;
  background: #333333;
}
.mobile-menu__logo &gt; img{
  width: 33%;
}
.mobile-menu--container {
  margin: 1rem 0 1rem 0; 
  border-bottom: solid 1px #888888;
}
.mobile-menu__list__item {
  padding: 2rem;
}

.fix-container {
  width: 100%;
}
/* fin mobile menu */
/* CORTINA */
.courtain--show {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index:30;
  transition: all .3s ease;
}
/* fin cortina */
/* HEADER */
.main-menu__first{
  background: #333333;
}

.main-menu__first-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
}
.first-menu-list__item{
  color:#FEFEFE;
  padding: 10px 15px;
  border-right: 1px solid #FEFEFE;
  box-sizing: border-box;
}
.first-menu-list__item a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.list-menu li {
  text-decoration: none;
  list-style: none;
  padding-left: 2.8rem;
  display: flex;
  align-items: center;
}
.pad-menu {
  padding: 8px 0 8px 0;
}
.main-menu__second {
  background: #DDDDDD;
  padding: 1rem 0 1rem 0;
  font-size: 13px;
}
.menu-second__search {
  border-left: solid 1px #333333;
  padding-left: 1rem;
  margin-left: 2.5rem;
  cursor: pointer;
}
.menu-second-top {
  border-bottom: solid 1px #333333;
}
.search-bar {
  padding:2rem;
  background-color: #353535;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all .3s ease;
  width: 100%;

}
.search-bar--show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 5;
}
.search-bar__input {
  height: 3rem;
  border-radius: 10px;
  background: #f3f3f3;
  border:none;
}
.search-bar__button { }

/* fin header */
/* TINY HEADER */
.tiny-header {
  width: 100%;
  position: fixed;
  top:-176px;
  transition: all 0.3s ease;
  z-index: 200
}
.tiny-header--show {
  top:0px;
  z-index:12;
}
.nav-search-icon, .hamburger-menu {
  cursor: pointer;
}
/*  fin tini header */


.main-title {
  font-size: 6rem;
  margin: 3.5rem;
}
.main-content {
  margin-top: 4rem;
}
.recipe_by {
  padding-bottom: 3rem;
}


.bold {
  font-weight: bold
}
.category {
  border-bottom: solid 1px #BABABA;
  padding: 10px 0;
  font-size: 14px;
  color: #8897b6;
}
.recipe-back {
  background: #EEEEEE;
  position: relative;
  top: -12rem;
}
.recipe-container {
  padding: 2.5rem 0 4rem 7rem;
}

.gourmet_ingredientes .recipe-detail__ingredients {
  padding-left: 1.5rem;
  text-decoration: underline;
}



.gourmet_ingredientes .recipe-detail__ingredients &gt; ul &gt; li{
  margin-bottom: 0.6rem;
  list-style: none;
  margin-left: 0;
}

.recipe-step {
  text-align: center;
  font-size: 8rem;
  color: #CD938F;
}
.recipe-details {
  padding:2rem;
}



.bottom-banner {
  margin: 3rem auto;
}




.footer {
  background:#353535;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer__left {
  border-right: 2px solid #F5F5F5
}
.footer__submenu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 1rem 0 1rem 0;
}
.footer__submenu__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
}
.footer__submenu__list-item {
  border-right: 2px solid white;
  padding-right: .5rem;
  font-size: 1.1rem;
  margin-right: .5rem;
  cursor: pointer;
}

.footer__submenu__list__item--no-margin  {
  border: none;
}
.footer__submenu__list-item:hover {
  text-decoration: underline;
  cursor: pointer;
}
.footer__connect-to {
  color:white;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top:1.5rem;
  margin-bottom:1.5rem;
}
.connect_to {
  color:#F6F6F6;
  font-size: 1.6rem;
}
.footer__location {
  color: #D6D6D6;
  margin:1.5rem 0rem;
  font-size: 1.2rem;
}
.connect__icon {
  margin-right: 1rem;
  cursor: pointer;
}
.fab {
  display: inline-block;
  border-radius: 50%;
  color:black;
  background-color: white;
  padding: 0.6em 0.8em;
}

.i-fab--face-width {
  padding: 0.6em 1em
}
.footer__right__title {
  padding-top: 2rem;
  color:#F6F6F6;
  font-size: 1.6rem;
}

.footer__links {
  padding-top: 3.3rem;
  font-size: 1.2rem;
}
.footer__links&gt;ul&gt;li&gt;a{
  color: #D6D6D6;

}
.store-links__container {
  margin: 3rem 0 3rem 0
}
.store-links {
  flex-direction: row;
  justify-content: flex-start;
}
.store-links__item {
  margin-right: 2rem
}
.article-gallery{
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
.article-gallery li {
  margin-right: 1rem;
  text-decoration: none;
  list-style: none;
}
.img-article {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
</pre></body></html>