@import url("https://fonts.googleapis.com/css?family=Averia+Serif+Libre:300,400,700");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700");
.flex, .products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.relative {
  position: relative;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.cover, .icon--facebook, .front, .front__slider .slide, .products, .separator, .feed {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.v-middle {
  vertical-align: middle;
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.front__text h1, .separator, .company__carousel-slide h3, .news__recipe-content h3,
.garamond {
  font-family: "EB Garamond", serif;
}

.icon--facebook {
  width: 43px;
  height: 43px;
  background-image: url("../img/icon-facebook-white.png");
  display: inline-block;
}

.icon--instagram {
  width: 35px;
  height: 35px;
  background-image: url("../img/icon-instagram.png");
  display: inline-block;
  background-size: contain;
  background-position: center;
}

.social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-links .icon--facebook {
  margin-right: 10px;
}

.map {
  height: 450px;
}

.phone {
  font-weight: bold;
  font-size: 32px;
  color: #fef4e0;
  display: inline-block;
}

.phone--footer {
  font-size: 49px;
}

.phone--footer .icon-phone {
  font-size: 39px;
}

@media (max-width: 767px) {
  .phone--footer {
    font-size: 36px;
  }
  .phone--footer .icon-phone {
    font-size: 28px;
  }
}

.logo {
  height: 75px;
}

@media (max-width: 767px) {
  .logo {
    height: 45px !important;
  }
}

.button {
  padding: 8px 30px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button--white {
  background-color: white;
}

.button--white.button--bordered {
  color: white;
  border-color: white;
  background-color: transparent;
}

.button--bordered {
  background-color: transparent;
}

.button--lg {
  padding: 15px 40px;
  width: 195px;
  max-width: 100%;
}

.button--block {
  display: block;
}

.button:hover, .button:active, .button:focus {
  text-decoration: none;
}

.color--spanish {
  color: #fef4e0;
}

.color--spanish:hover, .color--spanish:active, .color--spanish:focus {
  color: #fef4e0;
}

body {
  font-family: "Averia Serif Libre", cursive;
  font-size: 15px;
  overflow-x: hidden;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

* {
  outline: 0;
}

.navigation {
  font-size: 17px;
  text-transform: uppercase;
}

.navigation__wrapper {
  padding: 35px 15px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .navigation__wrapper {
    width: calc(100% - 300px);
  }
}

@media (min-width: 992px) {
  .navigation__wrapper {
    width: calc(100% - 150px);
  }
}

@media (max-width: 991px) {
  .navigation__wrapper {
    padding: 15px;
    border-bottom: 1px solid rgba(254, 244, 224, 0.1);
  }
}

.navigation__phone {
  font-size: 32px;
}

.navigation__nav {
  margin-top: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .navigation__nav {
    margin: 0;
    text-align: center;
  }
}

.navigation__menu {
  margin-left: 10px;
}

.navigation__menu a {
  display: inline-block;
  vertical-align: middle;
}

.navigation__menu a:not(.social) {
  font-weight: 300;
  border-bottom: 1px solid transparent;
  padding: 10px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation__menu a:not(.social):not(:last-child) {
  margin-right: 10px;
}

.navigation__menu a:not(.social):hover, .navigation__menu a:not(.social):active, .navigation__menu a:not(.social):focus {
  border-color: #fef4e0;
}

.navigation__menu hr {
  border-color: #fef4e0;
  opacity: 0.3;
}

@media (max-width: 991px) {
  .navigation__menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    margin: 0;
    padding-top: 15px;
    background-color: #9C792D;
    z-index: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .navigation__menu a {
    display: block;
    margin-bottom: 20px !important;
  }
}

.open .navigation__menu {
  opacity: 1;
  pointer-events: all;
}

.navigation__toggle {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  margin-top: 8px;
  display: none;
}

@media (max-width: 991px) {
  .navigation__toggle {
    display: block;
  }
}

.navigation__toggle .menu-bar {
  display: inline-block;
  height: 1px;
  background-color: #fff;
  width: 100%;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation__toggle .menu-bar::before, .navigation__toggle .menu-bar::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation__toggle .menu-bar::before {
  top: -9px;
}

.navigation__toggle .menu-bar::after {
  bottom: -9px;
}

.open .navigation__toggle .menu-bar {
  background-color: transparent;
}

.open .navigation__toggle .menu-bar::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.open .navigation__toggle .menu-bar::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}

.navigation .logo {
  float: left;
  position: relative;
  z-index: 1;
}

.navigation .logo img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 150px;
}

@media (max-width: 991px) {
  .navigation .logo {
    width: 120px;
    float: none;
    display: inline-block;
    height: auto;
  }
  .navigation .logo img {
    max-width: 100%;
  }
}

.navigation a {
  color: #fef4e0;
}

.navigation.affix {
  background-color: #9C792D;
}

.navigation.affix img {
  width: 120px;
}

.navigation.affix .navigation__nav {
  margin: 0;
}

@media (max-width: 991px) {
  .navigation {
    background-color: #9C792D;
  }
}

.front {
  position: relative;
  color: #fef4e0;
  background-image: url("../img/slide1.jpg");
}

.front::before {
  content: "";
  background-color: rgba(65, 52, 8, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.front::after {
  content: "";
  background-image: url("../img/decoration.png");
  background-repeat: no-repeat;
  background-position: -65% 85%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.front__text {
  padding: 200px 0;
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

.front__text h1 {
  margin: 0;
  font-size: 100px;
}

.front__text h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 15px;
}

@media (max-width: 767px) {
  .front__text h2 {
    letter-spacing: 5px;
  }
}

.front__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.front__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #413408;
  opacity: 0.5;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.front__slider .slide {
  height: 100%;
}

.front__slider .owl-stage, .front__slider .owl-stage-outer, .front__slider .owl-item {
  height: 100%;
}

.front__slider .owl-item {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .front__text {
    padding: 250px 0;
    position: relative;
    z-index: 2;
  }
  .front__text h1 {
    font-size: 65px;
  }
  .front__text h2 {
    font-size: 16px;
    letter-spacing: 5px;
  }
}

@media (max-width: 767px) {
  .front__text {
    padding: 250px 0;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .front__text h1 {
    font-size: 46px;
  }
  .front__text h2 {
    font-size: 15px;
    letter-spacing: 5px;
  }
}

.products {
  padding: 100px 0 160px;
  background-image: url("../img/products-bg.png");
  position: relative;
  z-index: 5;
}

.products .header_title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fef4e0;
  font-size: 15px;
  margin-top: -195px;
}

.products .header_title img {
  margin-bottom: 20px;
}

.products .header_title span {
  display: block;
  letter-spacing: 15px;
}

@media (max-width: 767px) {
  .products .header_title span {
    letter-spacing: 5px;
  }
}

.products .leaf {
  position: absolute;
  z-index: -1;
}

.products .leaf--right {
  left: calc(100% + 40px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .products .leaf--right {
    top: 30%;
    left: 0;
  }
}

.products .leaf--left {
  bottom: 30px;
  right: calc(100% + 40px);
}

.products .leaf--left img:nth-child(1) {
  padding: 40px;
}

@media (max-width: 767px) {
  .products .leaf--left {
    right: 0;
    bottom: -40px;
  }
}

.products__wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 991px) {
  .products__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.products__item {
  color: #fef4e0;
  text-align: center;
  font-size: 17px;
  color: #fef4e0;
  font-size: 18px;
  width: 250px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .products__item img {
    max-width: 100%;
  }
}

.products__item .image {
  margin-bottom: 40px;
  position: relative;
}

.products__item .image::before {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.products__item .title {
  padding: 10px;
  border: 1px solid #fef4e0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.products__item .type::before {
  content: url("../img/icon_chef-clear.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.products__item:nth-child(1) .image::before {
  content: "";
  top: 15px;
  left: 0;
  width: 150px;
  height: 80px;
  background-image: url("../img/pan.png");
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.products__item:nth-child(2) .image::before {
  content: "";
  top: 25px;
  right: 0;
  width: 109px;
  height: 82px;
  background-image: url("../img/rodaja-queso.png");
  position: absolute;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}

.products__item:nth-child(3) .image::before {
  content: "";
  bottom: -15px;
  right: 0;
  width: 184px;
  height: 160px;
  background-image: url("../img/pizza.png");
  position: absolute;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

@media (max-width: 767px) {
  .products {
    padding: 50px 0 80px;
  }
  .products .header_title {
    margin-top: -150px;
    margin-bottom: 60px;
  }
}

.separator {
  padding: 90px 0 110px;
  text-align: center;
  font-size: 87px;
  position: relative;
  line-height: 1;
  color: #fef4e0;
}

.separator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #413408;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .separator {
    font-size: 42px;
  }
}

.company {
  padding: 60px 0 25px;
  background-color: #fef4e0;
}

.company__carousel-slide {
  text-align: center;
  font-size: 24px;
  color: #9C792D;
}

.company__carousel-slide h3 {
  font-size: 87px;
  margin: 0;
  margin-bottom: 40px;
}

.company__carousel-slide .title {
  font-size: 15px;
  letter-spacing: 15px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .company__carousel-slide .title {
    letter-spacing: 5px;
  }
}

.company__carousel-slide .content {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .company__carousel-slide {
    font-size: 16px;
  }
  .company__carousel-slide .title {
    font-size: 14px;
  }
  .company__carousel-slide h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .company__carousel-slide .content {
    padding: 30px 0;
  }
}

.company__carousel .owl-dots {
  text-align: center;
}

.company__carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #9C792D !important;
  opacity: 0.2;
  display: inline-block;
}

.company__carousel .owl-dot.active {
  opacity: 0.4;
}

.news {
  padding: 50px 0;
  background-color: #d9d8cb;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news__carousel {
    padding: 0 30px;
  }
}

.news__carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__carousel .owl-item {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news__carousel .owl-item.active {
  opacity: 1;
}

.news__carousel .owl-prev, .news__carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #9C792D !important;
  display: inline-block;
  color: #d9d8cb !important;
  font-size: 15px !important;
}

.news__carousel .owl-prev {
  right: 100%;
}

@media (min-width: 992px) {
  .news__carousel .owl-prev {
    right: calc(100% + 15px);
  }
}

@media (max-width: 767px) {
  .news__carousel .owl-prev {
    right: calc(100% - 25px);
  }
}

.news__carousel .owl-next {
  left: 100%;
}

@media (min-width: 992px) {
  .news__carousel .owl-next {
    left: calc(100% + 15px);
  }
}

@media (max-width: 767px) {
  .news__carousel .owl-next {
    left: calc(100% - 25px);
  }
}

.news__carousel-slide {
  position: relative;
}

.news .ingredient {
  position: absolute;
}

.news .ingredient:nth-child(1) {
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}

.news .ingredient:nth-child(2) {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-95px, 20px);
          transform: translate(-95px, 20px);
}

.news .ingredient:nth-child(3) {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(70px, 25px);
          transform: translate(70px, 25px);
}

.news__recipe {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .news__recipe {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .news__recipe {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-height: 550px;
  }
}

.news__recipe-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 50% !important;
}

@media (max-width: 991px) {
  .news__recipe-image {
    width: initial;
    width: 100% !important;
  }
}

.news__recipe-content {
  background-color: #fff;
  font-size: 20px;
  padding: 30px 15px;
}

@media (min-width: 992px) {
  .news__recipe-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 45px 20px 25px 70px;
  }
}

.news__recipe-content h3 {
  font-size: 47px;
  color: #9C792D;
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.news__recipe-content ul {
  padding: 0;
  list-style-type: none;
  margin: 10px 0;
}

.news__recipe-content ul li {
  position: relative;
}

.news__recipe-content ul li::before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
}

.news__recipe-content hr {
  border-color: #b2955b;
  border-width: 2px;
  margin-bottom: 0;
}

.news__recipe-content .indication {
  color: #9C792D;
  font-size: 29px;
  line-height: 1;
}

.news__recipe-content .indication a {
  color: #9C792D;
}

@media (max-width: 767px) {
  .news__recipe-image {
    width: 100% !important;
    position: relative;
    height: 250px;
  }
  .news__recipe-content {
    font-size: 16px;
  }
  .news__recipe-content h3 {
    font-size: 34px;
  }
}

.footer {
  background-color: #9C792D;
  color: #fef4e0;
}

.footer__upper {
  padding: 60px 0;
}

.footer__bottom {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .footer__bottom * {
    display: block;
    text-align: center;
    margin: 10px auto;
    float: none !important;
  }
}

.footer .phone {
  padding-right: 50px;
}

.footer .phone:hover, .footer .phone:active, .footer .phone:focus {
  color: #fef4e0;
}

@media (max-width: 767px) {
  .footer .phone {
    padding-right: 0;
  }
}

.footer hr {
  border-color: #ac8530;
  margin: 0;
}

.footer__gema {
  margin: 0 20px;
}

.footer .logo {
  width: 100px;
  height: auto;
}

.feed {
  padding: 45px 30px;
  background-image: url("../img/products-bg.png");
}

.feed-carousel .owl-item {
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.feed-carousel .owl-item:before {
  content: "";
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  z-index: -1;
}

@media (min-width: 992px) {
  .feed-carousel .owl-item.edge {
    position: relative;
    -webkit-transform: translateX(0) scale(0.7);
            transform: translateX(0) scale(0.7);
  }
  .feed-carousel .owl-item.edge--left {
    -webkit-transform: translateX(15%) scale(0.7);
            transform: translateX(15%) scale(0.7);
  }
  .feed-carousel .owl-item.edge--right {
    -webkit-transform: translateX(-15%) scale(0.7);
            transform: translateX(-15%) scale(0.7);
  }
}

.feed-carousel .owl-nav {
  color: white;
  font-size: 42px;
}

.feed-carousel .owl-next, .feed-carousel .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feed-carousel .owl-next {
  right: 0;
}

.feed-carousel .owl-prev {
  left: 0;
}

.feed-carousel__item {
  background-color: white;
  max-width: 100%;
  padding: 10px;
  font-size: 12px;
  -webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.2);
  margin: 20px auto;
}

@media (max-width: 991px) {
  .feed-carousel__item {
    width: 380px;
  }
}

.feed-carousel__item .media img {
  width: 31px;
}

.feed-carousel__item p {
  margin: 10px 0;
  height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
}

.feed-carousel__item a {
  color: black;
}
/*# sourceMappingURL=app.css.map */