/* Variaveis */
/* Font Face */
@font-face {
  font-family: 'Befolk';
  src: url("fonts/Befolk-Script.eot");
  src: url("fonts/Befolk-Script.eot?#iefix") format("embedded-opentype"), url("fonts/Befolk-Script.woff") format("woff"), url("fonts/Befolk-Script.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
/* Fim Font Face */
.mt-1 {
  margin-top: 10px; }

.mt-2 {
  margin-top: 30px; }

.mt-3 {
  margin-top: 50px; }

.w-shadow {
  border-radius: 5px;
  border: 6px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

/* HEADER */
.header {
  background: #d59b00;
  padding: 5px 0 0 0; }
  .header .c-nav {
    background: #f1b207;
    color: #fff;
    margin-top: 5px;
    height: 56px; }
    .header .c-nav a.nav-item img {
      max-height: none !important;
      left: 10px;
      top: 5px;
      height: 30px; }
    .header .c-nav .nav-menu a.nav-item {
      color: #534102;
      border-left: 1px solid #534102;
      padding: 20px 20px;
      font-size: 11px; }
      .header .c-nav .nav-menu a.nav-item:last-of-type {
        border-right: 1px solid #534102; }
      .header .c-nav .nav-menu a.nav-item.is-active {
        background: #534102;
        color: #f1b207; }

/* Fim Header */
/* Slider */
.s-home {
  width: 100%;
  height: 334px;
  background: linear-gradient(rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.89)), #934628;
  color: #fff; }
  .s-home .hero-body {
    padding: 0; }

.h-sliders {
  display: inline-block;
  width: 100%; }
  .h-sliders .h-item {
    height: 350px;
    display: inline-block; }
    .h-sliders .h-item img {
      max-width: none; }

/* Fim Slider */
/* Carousel Product */
.p-home {
  width: 100%; }

/* Fim Carousel Product */
/* Receitas */
.c-light {
  background: #ededed; }

/* Fim Receitas */
.y-text {
  color: #534102 !important;
  font-weight: bold;
  font-size: 12px; }
  .y-text a {
    color: #534102; }
    .y-text a:hover {
      color: #fff; }

.w-text {
  color: #fff;
  font-weight: bold;
  font-size: 12px; }

.p-text {
  color: #f1b207;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  /*border-bottom: 4px solid $red-color2;*/
  line-height: 1em;
  margin-bottom: 40px; }

.no-auto-scale {
  margin-right: 5px;
  max-width: none;
  height: inherit; }

.title1 {
  font-family: 'Befolk';
  font-size: 38px;
  font-weight: 300; }

.category {
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 20px 10px;
  margin: 17px auto; }

/* Footer */
footer {
  background: #f1b207;
  padding: 10px 0; }

.copyright {
  font-size: 0.7em;
  color: #fff; }

/* Fim Footer */
/* Contact */
#locationMap {
  width: 100%;
  height: 200px; }

.w-infos-contact li {
  padding: 10px 10px;
  background: #fff;
  color: #333;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -1px;
  float: left;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 5px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 200ms; }
  .w-infos-contact li .b-m {
    padding: 10px 5px;
    padding-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: border-color ease-in-out 200ms; }
  .w-infos-contact li:nth-last-of-type {
    margin-right: 0px; }
  .w-infos-contact li:hover {
    background: #534102;
    color: #fff; }
    .w-infos-contact li:hover .b-m {
      border-color: #fff; }

/* Produtos */
.w-p-list {
  padding: 20px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 220px;
  display: inline-block; }
  .w-p-list:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .w-p-list:hover .desc-p {
      opacity: 1;
      display: block; }
  .w-p-list .desc-p {
    min-width: 360px;
    padding: 10px 10px;
    background: white;
    color: #595959;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: opacity 300ms ease-in-out;
    opacity: 0;
    position: absolute;
    top: 130px;
    left: -30%;
    z-index: 999999;
    display: none; }
    .w-p-list .desc-p:after, .w-p-list .desc-p:before {
      bottom: 100%;
      left: 30%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .w-p-list .desc-p:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 10px;
      margin-left: -10px; }
    .w-p-list .desc-p:before {
      border-color: rgba(242, 242, 242, 0);
      border-bottom-color: #f2f2f2;
      border-width: 14px;
      margin-left: -14px; }
    .w-p-list .desc-p .table {
      margin-bottom: 0px; }
  .w-p-list .p-products {
    overflow: hidden;
    text-align: center; }
    .w-p-list .p-products:img {
      max-width: none;
      height: none; }
  .w-p-list .t-p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px auto; }

/* Receitas */
.featured-cooking {
  background-image: url("../Images/cooking-featured.jpg");
  background-size: cover; }

.cooking-1 {
  background-image: url("../Images/cooking-featured.jpg");
  background-size: cover; }

/*# sourceMappingURL=default.css.map */
