@charset "UTF-8";
/*
Theme Name: Tangerine Theme
Theme URI: https://www.tangerinemx.com/
Author: José Farías
Author URI: https://www.tangerinemx.com/
Description: Tangerine WP theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.tangerinemx.com/
Tags:

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.

Tangerine Theme is based on Underscores https://www.tangerinemx.com/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3 Normalize
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

* {
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
4 Wp styles
--------------------------------------------------------------*/
.navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px; }
  .navigation > a, .navigation > span {
    font-weight: normal;
    font-size: 14px;
    border-radius: 0;
    color: #de7103;
    border: 1px solid #de7103;
    background-color: transparent;
    padding: 5px 10px;
    transition: ease all 300ms;
    text-decoration: none; }
    .navigation > a:hover, .navigation > span:hover {
      color: #5e5c5c;
      border: 1px solid #5e5c5c; }
    .navigation > a.current, .navigation > span.current {
      color: #5e5c5c;
      border: 1px solid #5e5c5c; }

/*--------------------------------------------------------------
5 layout
--------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  z-index: 15;
  padding: 20px 0px;
  transition: ease all 300ms; }
  @media only screen and (max-width: 880px) {
    header {
      position: relative; } }
  @media only screen and (max-width: 580px) {
    header {
      justify-content: flex-start;
      padding: 10px 0px; } }
  header:after {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 500px;
    bottom: 0%;
    z-index: -1;
    border-radius: 50%;
    background: #317a04;
    background: linear-gradient(90deg, #317a04 0%, #3f9b0c 100%);
    transition: ease border-radius 300ms; }
    @media only screen and (max-width: 880px) {
      header:after {
        border-radius: 0%; } }
  header.scrolled {
    padding-left: 90px;
    padding: 5px 0px;
    transition: ease all 300ms; }
    header.scrolled:after {
      border-radius: 0%;
      transition: ease all 300ms; }
    header.scrolled .logo {
      transition: ease all 300ms; }
      header.scrolled .logo img {
        width: 60px; }
    header.scrolled ul li a {
      font-size: 16px !important; }
  header .logo {
    margin-left: 10px;
    margin-right: 10px;
    transition: ease all 300ms; }
    @media only screen and (max-width: 580px) {
      header .logo img {
        max-width: 70px;
        transition: ease all 300ms; } }
  header a.burguer {
    position: absolute;
    display: none;
    right: 20px;
    font-size: 20px;
    color: #fff; }
    @media only screen and (max-width: 580px) {
      header a.burguer {
        display: block; } }
  header ul#menu-menu1, header ul#menu-menu2 {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative; }
    @media only screen and (max-width: 580px) {
      header ul#menu-menu1, header ul#menu-menu2 {
        display: none; } }
    header ul#menu-menu1 > li.menu-item, header ul#menu-menu2 > li.menu-item {
      float: left;
      position: relative; }
      header ul#menu-menu1 > li.menu-item.current-menu-item a, header ul#menu-menu2 > li.menu-item.current-menu-item a {
        padding: 10px 7.5px;
        color: #e77c09;
        font-weight: bold;
        background: white;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%); }
      header ul#menu-menu1 > li.menu-item:hover > a, header ul#menu-menu2 > li.menu-item:hover > a {
        padding: 10px 7.5px;
        color: #e77c09;
        font-weight: bold;
        background: white;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%); }
      header ul#menu-menu1 > li.menu-item:hover ul.submenu, header ul#menu-menu2 > li.menu-item:hover ul.submenu {
        left: auto;
        min-width: 100%;
        padding: 30px 15px;
        border-radius: 15px;
        background: white;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, white 100%);
        /* z-index: 2; */
        border-top-left-radius: 0px; }
        header ul#menu-menu1 > li.menu-item:hover ul.submenu a, header ul#menu-menu2 > li.menu-item:hover ul.submenu a {
          display: block;
          word-break: keep-all;
          white-space: nowrap;
          text-decoration: none;
          color: #737373;
          font-size: 18px;
          line-height: 29px;
          position: relative;
          padding-left: 20px; }
          header ul#menu-menu1 > li.menu-item:hover ul.submenu a:before, header ul#menu-menu2 > li.menu-item:hover ul.submenu a:before {
            display: block;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f111";
            font-size: 4px;
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%); }
          header ul#menu-menu1 > li.menu-item:hover ul.submenu a:hover, header ul#menu-menu2 > li.menu-item:hover ul.submenu a:hover {
            color: #e77c09; }
      header ul#menu-menu1 > li.menu-item ul.submenu, header ul#menu-menu2 > li.menu-item ul.submenu {
        list-style: none;
        padding: 0px;
        margin: 0px;
        position: absolute;
        width: auto;
        left: -999em; }
      header ul#menu-menu1 > li.menu-item > a, header ul#menu-menu2 > li.menu-item > a {
        display: block;
        width: auto;
        padding: 10px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: lighter;
        color: #fff;
        background: rgba(255, 255, 255, 0);
        transition: ease color 300ms; }
        header ul#menu-menu1 > li.menu-item > a:hover, header ul#menu-menu2 > li.menu-item > a:hover {
          padding: 10px 7.5px;
          color: #e77c09;
          font-weight: bold;
          background: white;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%); }
  header .mobile-menu {
    display: none;
    position: absolute;
    top: 99%;
    width: 100%;
    background: #317a04;
    background: linear-gradient(90deg, #317a04 0%, #3f9b0c 100%);
    padding: 0 15px;
    max-height: 0px;
    overflow: hidden;
    transition: ease max-height 300ms;
    z-index: 9; }
    @media only screen and (max-width: 580px) {
      header .mobile-menu {
        display: block; } }
    header .mobile-menu.active {
      max-height: 768px; }
    header .mobile-menu ul#menu-mobile {
      list-style: none;
      padding: 0px; }
      header .mobile-menu ul#menu-mobile > li {
        width: 100%;
        border-bottom: solid 1px #e77c09; }
        header .mobile-menu ul#menu-mobile > li a {
          display: block;
          width: auto;
          padding: 5px 0px;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: lighter;
          color: #fff; }
        header .mobile-menu ul#menu-mobile > li ul {
          list-style: none;
          padding-left: 10px;
          display: none; }

.home-slider {
  margin-bottom: 10%;
  position: relative; }
  @media only screen and (max-width: 560px) {
    .home-slider::after {
      bottom: -9% !important; } }
  @media only screen and (max-width: 380px) {
    .home-slider::after {
      bottom: -6% !important; } }
  .home-slider::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    background-image: url(./images/bottom-slider-cover.png);
    z-index: 1;
    bottom: -13%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 15%; }
  .home-slider .slick-slider button.slick-arrow {
    background-color: transparent !important;
    background-size: 100% auto !important;
    width: 38px;
    height: 105px;
    opacity: 0.5;
    cursor: pointer;
    transition: ease opacity 300ms; }
    .home-slider .slick-slider button.slick-arrow:hover {
      opacity: 1; }
    @media only screen and (max-width: 880px) {
      .home-slider .slick-slider button.slick-arrow {
        width: 20px;
        height: 70px; } }
  .home-slider .slick-slider button.slick-next {
    background-image: url(./images/next.png) !important;
    right: 10% !important; }
  .home-slider .slick-slider button.slick-prev {
    background-image: url(./images/prev.png) !important;
    left: 10% !important; }
  .home-slider .slick-slider .slick-dots {
    bottom: 35px !important; }
    .home-slider .slick-slider .slick-dots li.slick-active button {
      background-color: rgba(255, 255, 255, 0.7) !important; }
    .home-slider .slick-slider .slick-dots li button {
      border: 1px solid rgba(255, 255, 255, 0.4); }

.home .wp-block-image .size-full.is-resized img {
  height: auto; }

.home-orange-circle {
  position: relative; }
  .home-orange-circle:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 335px;
    background-image: url(./images/circle-orange-home.png);
    z-index: -1;
    bottom: 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
  .home-orange-circle .wp-block-group__inner-container {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 15px 40px 15px; }
    .home-orange-circle .wp-block-group__inner-container p {
      color: #fff;
      font-size: 14px;
      text-align: center; }

.home-video .wp-block-group__inner-container {
  max-width: 1024px;
  margin: 0px auto 80px auto;
  text-align: center;
  padding: 0px 15px; }
  .home-video .wp-block-group__inner-container > p {
    margin: 20px auto; }
  @media only screen and (max-width: 560px) {
    .home-video .wp-block-group__inner-container figure {
      margin: 0; } }
  .home-video .wp-block-group__inner-container .fluid-vids {
    padding-top: 55% !important; }

.cat-top-section {
  width: 100%;
  padding-top: 200px; }
  @media only screen and (max-width: 880px) {
    .cat-top-section {
      padding-top: 80px; } }

.category-post {
  width: 100%; }
  .category-post .container-posts {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap; }
    .category-post .container-posts .post {
      width: calc(50% - 80px);
      margin: 15px 40px;
      background-color: #fff;
      -webkit-box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.18);
      box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.18); }
      @media only screen and (max-width: 880px) {
        .category-post .container-posts .post {
          width: calc(50% - 30px);
          margin: 15px; } }
      @media only screen and (max-width: 880px) {
        .category-post .container-posts .post {
          width: calc(100% - 30px);
          margin: 15px; } }
      .category-post .container-posts .post .thumb-post {
        display: block;
        border-bottom: solid 3px #fa7f12; }
        .category-post .container-posts .post .thumb-post img {
          display: block;
          width: 100%;
          height: auto; }
      .category-post .container-posts .post .title-post {
        text-align: left;
        font-size: 25px;
        font-weight: 700;
        color: #5e5c5c;
        line-height: 1;
        padding: 0px 10px;
        margin: 20px 0px;
        display: block;
        width: 100%;
        text-decoration: none; }
      .category-post .container-posts .post .post-description p {
        width: 100%;
        display: block;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        color: #5e5c5c;
        line-height: normal;
        padding: 0px 15px;
        margin: 0px; }
      .category-post .container-posts .post .post-bottom {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 70px;
        padding: 0 15px; }
        .category-post .container-posts .post .post-bottom .date-post {
          display: block;
          text-align: left;
          font-size: 13px;
          font-weight: 700;
          color: #5e5c5c;
          line-height: normal;
          text-transform: uppercase; }
          .category-post .container-posts .post .post-bottom .date-post i {
            font-size: 20px;
            color: #d56001; }
        .category-post .container-posts .post .post-bottom .more-link {
          font-weight: normal;
          font-size: 14px;
          border-radius: 0;
          color: #de7103;
          border: 1px solid #de7103;
          background-color: transparent;
          padding: 5px 10px;
          transition: ease all 300ms;
          text-decoration: none; }
          .category-post .container-posts .post .post-bottom .more-link:hover {
            color: #5e5c5c;
            border: 1px solid #5e5c5c; }

.separator {
  display: block;
  width: 100%;
  min-height: 200px; }
  @media only screen and (max-width: 880px) {
    .separator {
      display: none; } }

.faq-container {
  margin-top: 40px !important; }
  .faq-container div[class*=" easy-faqs-theme-"] .easy-faq {
    border-left: solid 50px #fa7f12;
    background-color: #dedcdb;
    position: relative; }
    .faq-container div[class*=" easy-faqs-theme-"] .easy-faq::before {
      content: '?';
      display: block;
      position: absolute;
      font-size: 40px;
      color: #fff;
      top: -5px;
      left: -33px;
      font-weight: bold; }
  .faq-container div[class*=" easy-faqs-theme-"] .easy-faq-title {
    color: #000;
    font-size: 23px;
    font-weight: lighter;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .faq-container div[class*=" easy-faqs-theme-"] .easy-faqs-title-after {
    display: block; }
  .faq-container div[class*=" easy-faqs-theme-"] .easy-faq-body {
    color: #000000;
    padding: 20px;
    font-size: 16px;
    line-height: normal;
    font-weight: lighter; }

.container-single-post {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media only screen and (max-width: 880px) {
    .container-single-post {
      display: block; } }
  .container-single-post .post-content {
    width: 66%;
    margin-bottom: 50px; }
    @media only screen and (max-width: 880px) {
      .container-single-post .post-content {
        width: 100%; } }
    .container-single-post .post-content .wp-post-image {
      width: 100%;
      height: auto;
      border-bottom: solid 2px #fa7f12; }
    .container-single-post .post-content .post-body {
      width: 100%;
      border: solid 1px #bebebe;
      padding: 15px; }
      .container-single-post .post-content .post-body .post-top-info {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .container-single-post .post-content .post-body .post-top-info .date-post {
          display: block;
          text-align: left;
          font-size: 13px;
          font-weight: 700;
          color: #5e5c5c;
          line-height: normal;
          text-transform: uppercase; }
          .container-single-post .post-content .post-body .post-top-info .date-post i {
            font-size: 20px;
            color: #d56001; }
      .container-single-post .post-content .post-body .title-post {
        text-align: left;
        font-size: 25px;
        font-weight: 700;
        color: #5e5c5c;
        line-height: 1;
        padding: 0px 10px;
        margin: 20px 0px;
        display: block;
        width: 100%;
        text-decoration: none; }
      .container-single-post .post-content .post-body .post-description p {
        width: 100%;
        font-size: 14px;
        font-weight: normal;
        color: #5e5c5c;
        line-height: normal; }
    .container-single-post .post-content .post-bottom-share {
      display: flex;
      justify-content: center;
      align-items: center; }
      .container-single-post .post-content .post-bottom-share p {
        font-size: 18px;
        color: #909090; }
  .container-single-post #sidebar {
    width: 33%; }
    @media only screen and (max-width: 880px) {
      .container-single-post #sidebar {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%; } }
    .container-single-post #sidebar .widget_tag_cloud .tagcloud {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      .container-single-post #sidebar .widget_tag_cloud .tagcloud a {
        font-weight: normal;
        font-size: 14px;
        color: #5e5c5c;
        border: 1px solid #5e5c5c;
        background-color: #fff;
        border-radius: 0;
        padding: 5px 10px;
        transition: ease all 300ms;
        text-decoration: none;
        transition: ease all 300ms;
        display: block;
        margin: 2.5px; }
        .container-single-post #sidebar .widget_tag_cloud .tagcloud a:hover {
          color: #fff;
          background-color: #de7103;
          border: 1px solid #de7103; }
    .container-single-post #sidebar .widget_meta ul {
      list-style: none;
      padding: 0px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      .container-single-post #sidebar .widget_meta ul li a {
        font-weight: normal;
        font-size: 14px;
        color: #5e5c5c;
        border: 1px solid #5e5c5c;
        background-color: #fff;
        border-radius: 0;
        padding: 5px 10px;
        transition: ease all 300ms;
        text-decoration: none;
        transition: ease all 300ms;
        display: block;
        margin: 2.5px; }
        .container-single-post #sidebar .widget_meta ul li a:hover {
          color: #fff;
          background-color: #de7103;
          border: 1px solid #de7103; }
    .container-single-post #sidebar .popular-posts h2 {
      color: #5e5c5c;
      font-size: 25px; }
    .container-single-post #sidebar .popular-posts ul.wpp-list {
      padding: 0px; }
      .container-single-post #sidebar .popular-posts ul.wpp-list li {
        border-bottom: solid 2px #fa7f12;
        padding-bottom: 5px; }
        .container-single-post #sidebar .popular-posts ul.wpp-list li a img {
          width: auto;
          height: 60px; }
        .container-single-post #sidebar .popular-posts ul.wpp-list li .wpp-post-title {
          font-size: 14px;
          color: #5c5c5c;
          font-weight: bold;
          text-decoration: none; }
        .container-single-post #sidebar .popular-posts ul.wpp-list li .wpp-date {
          font-size: 13px;
          color: #5c5c5c;
          font-weight: 700;
          text-decoration: none;
          padding-left: 18px;
          position: relative; }
          .container-single-post #sidebar .popular-posts ul.wpp-list li .wpp-date:before {
            display: block;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f073";
            font-size: 13px;
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            color: #fa7f12; }
    .container-single-post #sidebar .widget_archive ul {
      list-style: none;
      padding: 0px; }
      .container-single-post #sidebar .widget_archive ul li a {
        font-size: 13px;
        color: #5c5c5c;
        font-weight: 700;
        text-decoration: none;
        padding-left: 38px;
        position: relative; }
        .container-single-post #sidebar .widget_archive ul li a:before {
          display: block;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f073";
          font-size: 23px;
          position: absolute;
          left: 5px;
          top: 50%;
          transform: translateY(-50%);
          color: #fa7f12; }

.container-recipes {
  background-image: url("./images/bg-recetas.png");
  background-position: top left;
  background-repeat: repeat; }
  .container-recipes figure.aligncenter.size-full.is-resized {
    width: 100%;
    height: auto; }
  .container-recipes .wp-block-image img {
    width: 100%;
    height: auto; }
  .container-recipes .product-gradient {
    position: relative;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 1;
    left: 0px;
    top: 0px; }
    .container-recipes .product-gradient > div {
      padding-bottom: 70px; }
      .container-recipes .product-gradient > div h3 {
        font-size: 49px;
        padding: 0 15px;
        font-weight: lighter;
        margin: 20px 0px 0px 0px; }
        @media only screen and (max-width: 800px) {
          .container-recipes .product-gradient > div h3 {
            font-size: 35px; } }
      .container-recipes .product-gradient > div p {
        max-width: 768px;
        margin: 0 auto;
        padding: 0 15px; }
        @media only screen and (max-width: 800px) {
          .container-recipes .product-gradient > div p {
            font-size: 16px; } }
    .container-recipes .product-gradient:after {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      width: 150%;
      height: 20rem;
      padding-bottom: 30%;
      bottom: 0%;
      z-index: -1;
      border-radius: 50%;
      transform: translateX(-50%);
      background: #d66101;
      background: linear-gradient(90deg, #d66101 0%, #f69c0b 100%); }
  .container-recipes .wpsisac-slick-carousal {
    width: 100%; }
    .container-recipes .wpsisac-slick-carousal button.slick-arrow {
      background-color: transparent !important;
      background-size: 100% auto !important;
      width: 38px;
      height: 105px; }
      @media only screen and (max-width: 880px) {
        .container-recipes .wpsisac-slick-carousal button.slick-arrow {
          width: 20px;
          height: 70px; } }
    .container-recipes .wpsisac-slick-carousal button.slick-next {
      background-image: url(./images/n.png) !important;
      right: -5% !important; }
      @media only screen and (max-width: 1100px) {
        .container-recipes .wpsisac-slick-carousal button.slick-next {
          right: 0% !important; } }
      @media only screen and (max-width: 639px) {
        .container-recipes .wpsisac-slick-carousal button.slick-next {
          right: 5% !important; } }
    .container-recipes .wpsisac-slick-carousal button.slick-prev {
      background-image: url(./images/p.png) !important;
      left: -5% !important; }
      @media only screen and (max-width: 1100px) {
        .container-recipes .wpsisac-slick-carousal button.slick-prev {
          left: 0% !important; } }
      @media only screen and (max-width: 639px) {
        .container-recipes .wpsisac-slick-carousal button.slick-prev {
          left: 5% !important; } }
    .container-recipes .wpsisac-slick-carousal .slick-dots {
      bottom: 35px !important; }
      .container-recipes .wpsisac-slick-carousal .slick-dots li.slick-active button {
        background-color: rgba(255, 255, 255, 0.7) !important; }
      .container-recipes .wpsisac-slick-carousal .slick-dots li button {
        border: 1px solid rgba(255, 255, 255, 0.4); }
    .container-recipes .wpsisac-slick-carousal .slick-list {
      padding: 40px 0 !important; }
    .container-recipes .wpsisac-slick-carousal .slick-slide img {
      object-fit: contain; }
      @media only screen and (max-width: 880px) {
        .container-recipes .wpsisac-slick-carousal .slick-slide img {
          max-height: 400px !important; } }
    .container-recipes .wpsisac-slick-carousal .slick-current {
      transform: scale(1.1); }

html, body {
  font-family: 'Open Sans', sans-serif;
  text-align: justify !important; }

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }

.only-desktop {
  display: block; }
  @media only screen and (max-width: 599px) {
    .only-desktop {
      display: none; } }

.only-mobile {
  display: none; }
  @media only screen and (max-width: 599px) {
    .only-mobile {
      display: block; } }

.relative {
  position: relative; }

#feedSection {
  display: block;
  width: 100%;
  background-color: #f9ecaa;
  padding: 40px 15px; }
  #feedSection .container-slider-feed {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    #feedSection .container-slider-feed .slider-feed {
      width: 100%; }
      #feedSection .container-slider-feed .slider-feed .esf_insta_load_more_btns_wrap {
        display: none; }
      #feedSection .container-slider-feed .slider-feed .esf_insta_feed_wraper.esf-insta-skin-320 .esf-insta-grid-skin .esf-insta-row.e-outer {
        grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)); }

.social-links {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto; }
  .social-links h3 {
    text-align: center;
    font-size: 31px;
    font-weight: lighter;
    color: #231f20;
    line-height: normal;
    margin-bottom: 0px; }
  .social-links ul {
    width: 100%;
    list-style: none;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    margin-top: 0px; }
    .social-links ul li {
      margin: 0 6px; }
      .social-links ul li a {
        font-size: 40px;
        color: #d66302; }

footer {
  margin-top: 60px;
  background: #f8a20c;
  background: linear-gradient(90deg, #f8a20c 0%, #d56001 100%);
  padding: 15px;
  width: 100%; }
  footer .content-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      footer .content-footer {
        justify-content: center;
        flex-direction: column; } }
    footer .content-footer div {
      width: 100%;
      display: flex; }
      @media only screen and (max-width: 768px) {
        footer .content-footer div {
          justify-content: center;
          align-items: center; } }
    footer .content-footer p {
      color: #fff;
      font-size: 14px;
      font-weight: lighter;
      margin-right: 10px; }
      footer .content-footer p.right {
        text-align: right;
        display: flex; }
        footer .content-footer p.right a {
          margin-left: 10px; }
      footer .content-footer p a {
        text-decoration: none;
        color: #fff;
        font-weight: lighter; }
        footer .content-footer p a:hover {
          text-decoration: underline; }
    footer .content-footer .heb-footer {
      width: 220px;
      height: auto; }
  footer .bottom-footer {
    width: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }
    footer .bottom-footer .power {
      text-align: center;
      margin: 0px;
      color: #aa5704;
      font-size: 14px;
      font-weight: lighter; }
      footer .bottom-footer .power a {
        text-decoration: none;
        color: #aa5704;
        font-size: 10px;
        font-weight: lighter; }

.product-container {
  width: 100%;
  margin: 50px auto 0px auto; }
  @media only screen and (max-width: 880px) {
    .product-container {
      margin: 0px auto 0px auto; } }
  .product-container .main-product .main-title-product {
    font-size: 49px;
    font-weight: lighter;
    line-height: 0.9; }
    .product-container .main-product .main-title-product strong {
      font-size: 60px; }
  .product-container .main-product .product-info p {
    padding: 0 15px; }
  .product-container .main-product .wp-block-columns {
    margin-bottom: 0px; }
    .product-container .main-product .wp-block-columns .wp-block-column {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 0px; }
      .product-container .main-product .wp-block-columns .wp-block-column .wp-block-image {
        margin: 0px; }
        .product-container .main-product .wp-block-columns .wp-block-column .wp-block-image img {
          max-width: 100%;
          height: auto;
          vertical-align: bottom;
          margin-bottom: -1px; }
  .product-container .product-gradient {
    position: absolute;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 1;
    left: 0px;
    top: 0px; }
    .product-container .product-gradient > div {
      padding-bottom: 70px; }
      .product-container .product-gradient > div h3 {
        font-size: 49px;
        padding: 0 15px;
        font-weight: lighter;
        margin: 20px 0px 0px 0px; }
        @media only screen and (max-width: 800px) {
          .product-container .product-gradient > div h3 {
            font-size: 35px; } }
      .product-container .product-gradient > div p {
        font-size: 20px;
        max-width: 768px;
        margin: 0 auto;
        padding: 0 15px; }
        .product-container .product-gradient > div p strong {
          color: #fff !important; }
        @media only screen and (max-width: 800px) {
          .product-container .product-gradient > div p {
            font-size: 16px; } }
    .product-container .product-gradient:after {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      width: 150%;
      height: 20rem;
      padding-bottom: 30%;
      bottom: 0%;
      z-index: -1;
      border-radius: 50%;
      transform: translateX(-50%); }
  .product-container .sale-info {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 768px; }
    .product-container .sale-info .content-sale-info {
      position: absolute;
      top: 50%;
      left: 0%;
      background-color: #ffffff;
      max-width: 50%;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      padding: 15px 15px 15px 15%;
      transform: translateY(-35%); }
      @media only screen and (max-width: 1024px) {
        .product-container .sale-info .content-sale-info {
          padding: 15px 15px 15px 10%; } }
      @media only screen and (max-width: 768px) {
        .product-container .sale-info .content-sale-info {
          padding: 15px 15px 15px 5%;
          max-width: 60%; } }
      @media only screen and (max-width: 580px) {
        .product-container .sale-info .content-sale-info {
          padding: 15px 15px 50px 15px;
          max-width: 100%;
          background-color: rgba(255, 255, 255, 0.6);
          min-height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          top: 0px;
          transform: translateY(0px); } }
      .product-container .sale-info .content-sale-info h3 {
        font-size: 49px;
        padding: 0 15px;
        font-weight: lighter;
        margin: 0px 0px 0px 0px; }
      .product-container .sale-info .content-sale-info p {
        padding: 0 15px; }
  .product-container .product-description-title {
    font-size: 49px;
    font-weight: lighter;
    line-height: 0.9; }
    .product-container .product-description-title strong {
      font-size: 60px; }
  .product-container .container .wp-block-column {
    padding: 0 15px; }
  .product-container .last-section-product {
    margin-bottom: 40px; }
  .product-container .flip-card {
    background-color: transparent;
    width: 100%;
    height: 500px;
    perspective: 1000px; }
    .product-container .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg); }
    .product-container .flip-card .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d; }
      .product-container .flip-card .flip-card-inner .flip-card-front, .product-container .flip-card .flip-card-inner .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .product-container .flip-card .flip-card-inner .flip-card-front img, .product-container .flip-card .flip-card-inner .flip-card-back img {
          width: auto;
          height: 100%; }
      .product-container .flip-card .flip-card-inner .flip-card-back {
        transform: rotateY(180deg); }

/*--------------------------------------------------------------
6 format
--------------------------------------------------------------*/
h2.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: lighter;
  color: #010101;
  line-height: normal;
  margin: 0px; }
  h2.section-title b, h2.section-title strong {
    font-size: 46px; }

h2.section-home-title {
  text-align: center;
  font-size: 49px;
  font-weight: lighter;
  color: #231f20;
  line-height: normal;
  padding: 0px 15px;
  margin: 0px; }
  h2.section-home-title b, h2.section-home-title strong {
    color: #de7103;
    font-size: 60px; }
  @media only screen and (max-width: 560px) {
    h2.section-home-title {
      font-size: 29px; }
      h2.section-home-title b, h2.section-home-title strong {
        color: #de7103;
        font-size: 40px; } }

h2.section-home-title-line {
  text-align: center;
  font-size: 31px;
  font-weight: lighter;
  color: #231f20;
  line-height: normal;
  padding: 0px 15px;
  margin: 40px 0px 0px; }
  h2.section-home-title-line b, h2.section-home-title-line strong {
    color: #000;
    font-size: 44px; }
  @media only screen and (max-width: 560px) {
    h2.section-home-title-line {
      font-size: 21px; }
      h2.section-home-title-line b, h2.section-home-title-line strong {
        display: block;
        color: #000;
        font-size: 30px; } }

.category-title {
  text-align: center;
  font-size: 49px;
  font-weight: lighter;
  color: #231f20;
  line-height: normal;
  padding: 0px;
  margin: 0px; }
  .category-title b, .category-title strong {
    color: #fa7f12;
    font-size: 60px; }
  @media only screen and (max-width: 560px) {
    .category-title {
      font-size: 39px; }
      .category-title b, .category-title strong {
        display: block;
        color: #fa7f12;
        font-size: 50px; } }

h1.widget-title {
  color: #5e5c5c;
  font-size: 25px; }

.container-recipes .main-title-product {
  text-align: left;
  font-size: 49px;
  font-weight: lighter;
  color: #231f20;
  line-height: 1;
  padding: 0px 15px;
  margin: 0px; }
  .container-recipes .main-title-product b, .container-recipes .main-title-product strong {
    font-size: 60px; }

.more-btn-black a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 0;
  border: 1px solid #000;
  background-color: transparent;
  padding: 5px 20px;
  color: #000;
  transition: ease all 300ms; }
  .more-btn-black a:hover {
    color: #de7103;
    border: 1px solid #de7103; }

.more-btn a {
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 5px 20px;
  transition: ease all 300ms; }
  .more-btn a:hover {
    color: #de7103;
    border: 1px solid #de7103; }
.more-btn.blac a:hover {
  color: #000;
  border: 1px solid #000; }

/*--------------------------------------------------------------
7 fonts
--------------------------------------------------------------*/

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