/* Variables */
/* Mixin */
body {
  font-family: DINPro-medium;
  color: #393335;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.container {
  max-width: 1200px;
  margin: auto;
  width: 90%; }

sup {
  position: relative; }
  sup.header__copy-right {
    font-size: 10px;
    top: -11px; }
  sup.hero__copy-right {
    font-size: 15px;
    font-weight: 100;
    color: #ddd;
    top: -20px; }
  sup.details__copy-right {
    font-size: 11px;
    margin-right: -8px;
    right: 4px;
    top: -8px; }

#header {
  background-color: #D62828;
  color: white;
  position: relative;
  font-family: BrandonPrinted-Two;
  padding: 30px 0; }
  #header.sticky {
    position: fixed;
    left: 0;
    right: 0; }
  #header .header__wrapper {
    text-align: left; }
    #header .header__wrapper .header__logo {
      position: relative;
      left: 50%;
      width: 110px;
      margin-left: -55px;
      top: 15px;
      z-index: 9; }
      @media (min-width: 768px) {
        #header .header__wrapper .header__logo {
          display: inline-block;
          vertical-align: top;
          left: 0;
          margin-left: 0;
          top: -10px;
          width: 150px; } }
      @media (min-width: 992px) {
        #header .header__wrapper .header__logo {
          width: 190px; } }
      #header .header__wrapper .header__logo .header__logo-image {
        width: 100%;
        position: absolute;
        top: -29px; }
        @media (min-width: 768px) {
          #header .header__wrapper .header__logo .header__logo-image {
            top: -19px;
            width: 150px; } }
        @media (min-width: 992px) {
          #header .header__wrapper .header__logo .header__logo-image {
            width: 190px; } }
    #header .header__wrapper .header__navigation {
      background: #066A42;
      display: none;
      text-align: center;
      position: fixed;
      top: 60px;
      z-index: 8;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%; }
      @media (min-width: 768px) {
        #header .header__wrapper .header__navigation {
          background: transparent;
          position: relative;
          top: auto;
          text-align: left;
          display: inline-block;
          vertical-align: top; } }
      #header .header__wrapper .header__navigation .header__navigation-wrap {
        padding: 50px 0; }
        @media (min-width: 768px) {
          #header .header__wrapper .header__navigation .header__navigation-wrap {
            height: auto;
            display: inline-block;
            vertical-align: top;
            padding: 0;
            width: 320px; } }
        @media (min-width: 992px) {
          #header .header__wrapper .header__navigation .header__navigation-wrap {
            width: 345px; } }
        #header .header__wrapper .header__navigation .header__navigation-wrap .header__navigation-item {
          padding: 15px 0; }
          @media (min-width: 768px) {
            #header .header__wrapper .header__navigation .header__navigation-wrap .header__navigation-item {
              display: inline-block;
              vertical-align: middle;
              padding-right: 5%;
              padding-top: 0;
              padding-bottom: 0; } }
          @media (min-width: 992px) {
            #header .header__wrapper .header__navigation .header__navigation-wrap .header__navigation-item {
              padding-right: 11%; } }
          #header .header__wrapper .header__navigation .header__navigation-wrap .header__navigation-item .header__link {
            color: white;
            font-size: 22px;
            text-decoration: none; }
            @media (min-width: 768px) {
              #header .header__wrapper .header__navigation .header__navigation-wrap .header__navigation-item .header__link {
                font-size: 17px; } }
            #header .header__wrapper .header__navigation .header__navigation-wrap .header__navigation-item .header__link:hover {
              color: #393335; }
          #header .header__wrapper .header__navigation .header__navigation-wrap .header__navigation-item:nth-child(2) {
            padding-right: 0; }
      #header .header__wrapper .header__navigation .header__social-media {
        position: absolute;
        bottom: 90px;
        left: 0;
        right: 0;
        text-align: center;
        margin-left: 0px; }
        @media (min-width: 768px) {
          #header .header__wrapper .header__navigation .header__social-media {
            left: auto;
            bottom: auto;
            position: relative;
            display: inline-block;
            vertical-align: top; } }
        #header .header__wrapper .header__navigation .header__social-media .header__icons-links {
          color: white;
          font-size: 25px;
          padding-right: 15px;
          text-decoration: none; }
          @media (min-width: 768px) {
            #header .header__wrapper .header__navigation .header__social-media .header__icons-links {
              padding-right: 10px;
              font-size: 18px; } }
          #header .header__wrapper .header__navigation .header__social-media .header__icons-links:nth-child(4) {
            padding-right: 0; }
          #header .header__wrapper .header__navigation .header__social-media .header__icons-links:hover {
            color: #393335; }
      #header .header__wrapper .header__navigation .header__navigation-bottom {
        max-width: 300px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 150px; }
        @media (min-width: 768px) {
          #header .header__wrapper .header__navigation .header__navigation-bottom {
            display: none; } }
        #header .header__wrapper .header__navigation .header__navigation-bottom .header__navigation-image {
          width: 100%; }
  #header .header__save-sticker {
    position: absolute;
    max-width: 90px;
    right: 10px;
    bottom: -100px; }
    @media (min-width: 768px) {
      #header .header__save-sticker {
        max-width: 100px;
        right: 25px;
        bottom: -40px; } }
    @media (min-width: 992px) {
      #header .header__save-sticker {
        max-width: 145px;
        bottom: -70px; } }
    #header .header__save-sticker .header__save-sticker-image {
      width: 100%; }
  #header .header__hamburger-icon {
    position: absolute;
    right: 22px;
    font-size: 27px;
    top: 15px;
    z-index: 9; }
    @media (min-width: 768px) {
      #header .header__hamburger-icon {
        display: none; } }
    #header .header__hamburger-icon .fa-bars {
      position: relative;
      z-index: -1; }

.hero {
  background: url("./images/hero/hero-image-mobile.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 290px 0 20px;
  width: 100%;
  color: white; }
  @media (min-width: 768px) {
    .hero {
      background: url("./images/hero/hero-image.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
      padding: 80px 0 120px; } }
  .hero .hero__wrapper .hero__real-text {
    max-width: 320px;
    margin: auto; }
    .hero .hero__wrapper .hero__real-text .hero__real-image {
      width: 100%; }
    @media (min-width: 768px) {
      .hero .hero__wrapper .hero__real-text {
        max-width: 610px;
        margin: 0; } }
  .hero .hero__wrapper .hero__new-products {
    max-width: 320px;
    margin: auto; }
    .hero .hero__wrapper .hero__new-products .hero__products {
      width: 100%; }
    @media (min-width: 768px) {
      .hero .hero__wrapper .hero__new-products {
        max-width: 490px;
        margin: 0;
        margin-top: 30px; } }
  .hero .hero__wrapper .hero__autentico {
    font-family: BrandonPrinted-Two;
    font-size: 29px;
    padding: 15px 0 0 0;
    text-align: center; }
    @media (min-width: 768px) {
      .hero .hero__wrapper .hero__autentico {
        padding: 30px 0 0 63px;
        text-align: left;
        font-size: 45px; } }

#details {
  background: url("./images/2xbg_lightwood.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 40px 0 100px;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    #details {
      padding: 80px 0 100px; } }
  #details:before {
    content: '';
    background: url(./images/details/edge.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: top;
    position: absolute;
    top: -3px;
    display: block;
    width: 100%;
    height: 50px; }
  #details .details__header {
    font-family: BrandonPrinted-Two;
    text-align: center;
    padding: 0 0 5px; }
    @media (min-width: 768px) {
      #details .details__header {
        font-size: 28px; } }
    #details .details__header .details__header--chr {
      display: block;
      font-family: CallingHeart;
      font-size: 40px;
      margin-top: 5px; }
      @media (min-width: 768px) {
        #details .details__header .details__header--chr {
          font-size: 50px; } }
      #details .details__header .details__header--chr span {
        display: block; }
        @media (min-width: 768px) {
          #details .details__header .details__header--chr span {
            display: inline; } }
  #details .details__three-col {
    position: relative; }
    #details .details__three-col .owl-nav {
      display: none; }
    #details .details__three-col .owl-dots {
      position: absolute;
      z-index: 9;
      left: 0;
      right: 0;
      bottom: -60px; }
      #details .details__three-col .owl-dots .owl-dot {
        margin: 0 5px; }
        #details .details__three-col .owl-dots .owl-dot span {
          display: inline-block;
          border-radius: 20px;
          height: 16px;
          width: 16px;
          background: rgba(6, 106, 66, 0.3); }
        #details .details__three-col .owl-dots .owl-dot.active span {
          background: #066A42; }
    #details .details__three-col .details__column {
      position: relative; }
      @media (min-width: 768px) {
        #details .details__three-col .details__column {
          display: inline-block;
          vertical-align: top;
          margin: 0 5%; } }
      #details .details__three-col .details__column .details__image-wrap {
        width: 100%;
        height: 265px;
        position: relative; }
        #details .details__three-col .details__column .details__image-wrap .details__image {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 30px;
          width: 100%;
          margin: auto;
          max-width: 300px; }
        @media (min-width: 768px) {
          #details .details__three-col .details__column .details__image-wrap {
            height: 275px; } }
      #details .details__three-col .details__column .details__text-wrap {
        position: relative; }
        #details .details__three-col .details__column .details__text-wrap .details__column-header {
          font-family: BrandonPrinted-Two;
          font-size: 20px;
          padding-bottom: 25px;
          color: #393335; }
          #details .details__three-col .details__column .details__text-wrap .details__column-header .detail--highlight {
            color: #066A42;
            position: relative; }
            #details .details__three-col .details__column .details__text-wrap .details__column-header .detail--highlight:after {
              background: url(./images/details/2xgreendash.png);
              background-size: contain;
              background-repeat: no-repeat;
              position: absolute;
              bottom: -11px;
              left: 0;
              content: '';
              width: 100%;
              height: 12px; }
        #details .details__three-col .details__column .details__text-wrap .details__text {
          font-size: 15px;
          line-height: 23px; }

#flavor-slider {
  background: url("./images/flavor-slider/2xBlackboard.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  color: white;
  text-align: center; }
  #flavor-slider:after, #flavor-slider:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%; }
  #flavor-slider:before {
    background: url(./images/flavor-slider/2xdirt.png);
    top: 0;
    background-repeat: repeat-x;
    background-size: contain;
    height: 45px; }
  #flavor-slider:after {
    background: url(./images/flavor-slider/2xgrass_dirt.png);
    bottom: 0;
    background-size: 170%;
    background-position: bottom;
    background-repeat: repeat-x;
    height: 140px;
    z-index: 9; }
    @media (min-width: 768px) {
      #flavor-slider:after {
        background: url(./images/flavor-slider/2xgrass_dirt.png);
        bottom: 0;
        background-size: contain;
        background-position: bottom;
        background-repeat: repeat-x;
        height: 140px;
        z-index: 9; } }
  #flavor-slider .flavor-slider__header {
    font-family: BrandonPrinted-Two;
    font-size: 20px;
    padding: 75px 0 35px;
    line-height: 26px; }
  #flavor-slider .flavor-slider__product-selector {
    text-align: center;
    padding: 0 0 30px;
    width: 100%;
    margin: 0;
    display: none; }
    @media (min-width: 768px) {
      #flavor-slider .flavor-slider__product-selector {
        display: block;
        width: 960px;
        margin: auto; } }
    #flavor-slider .flavor-slider__product-selector .flavor-slider__product-selection {
      max-width: 200px;
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      margin: 0 3%; }
      #flavor-slider .flavor-slider__product-selector .flavor-slider__product-selection .flavor-slider__product-image {
        width: 100%; }
      #flavor-slider .flavor-slider__product-selector .flavor-slider__product-selection .flavor-slider__product-name {
        font-family: CallingHeart;
        font-size: 24px;
        padding: 10px 0 0; }
        @media (min-width: 768px) {
          #flavor-slider .flavor-slider__product-selector .flavor-slider__product-selection .flavor-slider__product-name {
            font-size: 33px; } }
  #flavor-slider .flavor-slider__slide-wrap {
    background: rgba(0, 0, 0, 0.2);
    padding: 60px 0 80px;
    text-align: center; }
    #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item {
      max-width: 700px;
      color: white;
      margin: auto;
      width: 100%;
      padding-bottom: 20px; }
      #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-product {
        max-width: 270px;
        margin: auto;
        width: 100%; }
        @media (min-width: 768px) {
          #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-product {
            display: inline-block;
            vertical-align: top;
            max-width: 300px;
            margin: initial; } }
        #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-product .flavor-slider__flavor {
          font-family: CallingHeart;
          padding-bottom: 40px;
          font-size: 50px; }
          @media (min-width: 768px) {
            #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-product .flavor-slider__flavor {
              font-size: 60px; } }
        #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-product .flavor-slider__image {
          width: 80%;
          margin: auto; }
          @media (min-width: 768px) {
            #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-product .flavor-slider__image {
              width: 100%; } }
      #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info {
        padding-left: 0;
        text-align: center;
        width: 300px;
        margin: auto; }
        @media (min-width: 768px) {
          #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info {
            display: inline-block;
            vertical-align: top;
            padding-left: 10%;
            width: -webkit-calc(90% - 304px);
            width: calc(90% - 304px);
            text-align: left;
            margin: initial; } }
        #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info .flavor-slider__item-description {
          font-size: 16px;
          line-height: 22px;
          padding: 20px 0 25px;
          max-width: 75%;
          margin: auto; }
          @media (min-width: 768px) {
            #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info .flavor-slider__item-description {
              padding: 0 0 25px;
              max-width: 100%; } }
        #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info .flavor-slider__sub-header {
          font-family: BrandonPrinted-Two;
          font-size: 18px; }
          @media (min-width: 768px) {
            #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info .flavor-slider__sub-header {
              font-size: 19px; } }
          #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info .flavor-slider__sub-header .flavor-slider__sub-header--highlight {
            color: #D62828; }
        #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info .flavor-slider__ingredients {
          text-align: left;
          padding: 20px 0 30px; }
          #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info .flavor-slider__ingredients .flavor-slider__ingredient {
            display: inline-block;
            vertical-align: bottom;
            width: 30%;
            margin: 0 1%; }
            #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info .flavor-slider__ingredients .flavor-slider__ingredient .flavor-slider__ingredient-image {
              width: 80%;
              margin-left: 0%;
              margin-right: 20%; }
            #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info .flavor-slider__ingredients .flavor-slider__ingredient .flavor-slider__ingredient-name {
              width: 80%;
              font-size: 14px;
              text-align: center;
              margin-top: 10px;
              margin-right: 20%; }
        #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info .flavor-slider__button {
          font-family: BrandonPrinted-Two;
          background: #D62828;
          border: 0;
          color: white;
          display: inline-block;
          vertical-align: middle;
          cursor: pointer;
          font-size: 16px;
          height: 52px;
          line-height: 52px;
          letter-spacing: 1px;
          text-decoration: none;
          text-align: center;
          width: 100%; }
          @media (min-width: 768px) {
            #flavor-slider .flavor-slider__slide-wrap .flavor-slider__item .flavor-slider__item-info .flavor-slider__button {
              width: 230px; } }
  #flavor-slider .flavor-slider__previous {
    left: 20px; }
    @media (min-width: 768px) {
      #flavor-slider .flavor-slider__previous {
        left: 50px; } }
  #flavor-slider .flavor-slider__next {
    right: 20px; }
    @media (min-width: 768px) {
      #flavor-slider .flavor-slider__next {
        right: 50px; } }
  #flavor-slider .flavor-slider__previous,
  #flavor-slider .flavor-slider__next {
    position: absolute;
    cursor: pointer;
    bottom: 470px;
    font-size: 33px;
    z-index: 9; }
    @media (min-width: 768px) {
      #flavor-slider .flavor-slider__previous,
      #flavor-slider .flavor-slider__next {
        bottom: 270px;
        font-size: 50px; } }
    #flavor-slider .flavor-slider__previous .fal,
    #flavor-slider .flavor-slider__next .fal {
      position: relative;
      z-index: -1; }

#get-coupon {
  background: url(./images/2xbg_lightwood.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 40px 0; }
  #get-coupon .get-coupon__phone-image {
    background: url("./images/2xphone.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    height: 550px;
    width: 50%;
    display: none; }
    @media (min-width: 768px) {
      #get-coupon .get-coupon__phone-image {
        display: inline-block;
        vertical-align: top; } }
  #get-coupon .get-coupon__coupon-wrap {
    text-align: left;
    width: 315px; }
    @media (min-width: 768px) {
      #get-coupon .get-coupon__coupon-wrap {
        display: inline-block;
        vertical-align: top; } }
    #get-coupon .get-coupon__coupon-wrap .get-coupon__coupon {
      text-align: left;
      padding: 110px 0 30px 20px; }
      #get-coupon .get-coupon__coupon-wrap .get-coupon__coupon .get-coupon__header {
        font-family: CallingHeart;
        letter-spacing: 1px;
        font-size: 40px; }
      #get-coupon .get-coupon__coupon-wrap .get-coupon__coupon .get-coupon__company-text {
        font-family: BrandonPrinted-Two;
        font-size: 20px;
        padding: 0 0 10px; }
        #get-coupon .get-coupon__coupon-wrap .get-coupon__coupon .get-coupon__company-text .get-coupon--inline {
          display: inline-block;
          vertical-align: middle; }
        #get-coupon .get-coupon__coupon-wrap .get-coupon__coupon .get-coupon__company-text .get-coupon__logo .get-coupon__logo-image {
          width: 100%;
          max-width: 160px; }
      #get-coupon .get-coupon__coupon-wrap .get-coupon__coupon .get-coupon__text {
        padding-bottom: 30px; }
    @media (min-width: 768px) {
      #get-coupon .get-coupon__coupon-wrap .get-coupon__mobile-phone {
        display: none; } }
    #get-coupon .get-coupon__coupon-wrap .get-coupon__link {
      background: #D62828;
      display: block;
      color: white;
      letter-spacing: 1px;
      font-family: BrandonPrinted-Two;
      height: 45px;
      line-height: 46px;
      text-align: center;
      text-decoration: none;
      width: 250px; }
    #get-coupon .get-coupon__coupon-wrap .get-coupon__download-btn {
      background: #066A42;
      color: white;
      padding: 15px 10px 17px 25px; }
      #get-coupon .get-coupon__coupon-wrap .get-coupon__download-btn .get-coupon__download-header {
        font-family: DINPro-Bold;
        font-size: 21px;
        padding: 0 0 10px; }
      #get-coupon .get-coupon__coupon-wrap .get-coupon__download-btn .get-coupon__download-link {
        color: #BDAEAE;
        font-size: 15px;
        padding-left: 7px; }
  #get-coupon #limit-reached__coupon {
    background: url(./images/get-coupon/Mobile_Coupon_2x.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 60%;
    display: none; }
    @media (min-width: 768px) {
      #get-coupon #limit-reached__coupon {
        background: url(./images/get-coupon/Desktop_Coupon_2x.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 20%;
        width: 45%;
        height: 480px;
        padding-top: 0;
        margin-left: -3%; } }
    #get-coupon #limit-reached__coupon.limit-reached__coupon--hide-mobile {
      display: none; }
      @media (min-width: 768px) {
        #get-coupon #limit-reached__coupon.limit-reached__coupon--hide-mobile {
          display: inline-block;
          vertical-align: top; } }
    #get-coupon #limit-reached__coupon.limit-reached__coupon--hide-desktop {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 768px) {
        #get-coupon #limit-reached__coupon.limit-reached__coupon--hide-desktop {
          display: none; } }
  #get-coupon #limit-reached__print-coupon {
    text-align: center; }
    @media (min-width: 768px) {
      #get-coupon #limit-reached__print-coupon {
        display: inline-block;
        vertical-align: top;
        width: 35%;
        padding-top: 110px;
        text-align: left; } }
    #get-coupon #limit-reached__print-coupon .limit-reached__header {
      font-family: CallingHeart;
      letter-spacing: 1px;
      font-size: 80px; }
      #get-coupon #limit-reached__print-coupon .limit-reached__header .limit-reached__header-text {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0px; }
      #get-coupon #limit-reached__print-coupon .limit-reached__header .limit-reached__image {
        display: block;
        max-width: 160px;
        width: 100%;
        margin: auto; }
        @media (min-width: 768px) {
          #get-coupon #limit-reached__print-coupon .limit-reached__header .limit-reached__image {
            display: inline-block;
            vertical-align: middle;
            margin: 0; } }
    #get-coupon #limit-reached__print-coupon .limit-reached__company-text {
      padding: 7px 0 30px;
      font-size: 18px; }
    #get-coupon #limit-reached__print-coupon .limit-reached__link {
      background: #D62828;
      display: block;
      color: white;
      letter-spacing: 1px;
      font-family: BrandonPrinted-Two;
      height: 45px;
      line-height: 46px;
      text-align: center;
      text-decoration: none;
      width: 80%;
      margin: auto; }
      @media (min-width: 768px) {
        #get-coupon #limit-reached__print-coupon .limit-reached__link {
          width: 230px;
          margin: 0; } }

#recipes {
  background: url(./images/recipes/Cacique_Wood.png);
  background-repeat: repeat;
  background-position: top;
  background-size: 100%;
  padding: 40px 0 0;
  height: auto;
  color: white; }
  @media (min-width: 768px) {
    #recipes {
      background-size: 100% cover;
      height: 600px;
      padding: 40px 0; } }
  #recipes .recipes__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 0;
    margin: auto;
    width: 80%;
    margin: auto; }
    @media (min-width: 768px) {
      #recipes .recipes__text {
        display: inline-block;
        vertical-align: top;
        padding: 170px 0 0 63px;
        margin: initial;
        width: 370px; } }
    #recipes .recipes__text .recipes__header {
      font-family: BrandonPrinted-Two;
      font-size: 25px;
      margin-top: 10px; }
      @media (min-width: 768px) {
        #recipes .recipes__text .recipes__header {
          font-size: 30px;
          margin-top: 0px; } }
    #recipes .recipes__text .recipes__everyone-image {
      max-width: 210px; }
      @media (min-width: 768px) {
        #recipes .recipes__text .recipes__everyone-image {
          max-width: 250px;
          margin-top: 0px; } }
    #recipes .recipes__text .recipes__button {
      background: #D62828;
      display: block;
      color: white;
      font-family: BrandonPrinted-Two;
      height: 45px;
      line-height: 46px;
      width: 230px;
      margin-top: 40px;
      text-decoration: none;
      letter-spacing: 1px;
      text-align: center;
      margin-top: 20px; }
  #recipes .recipes__image-wrap {
    background: url(./images/recipes/Mobile_Aaron_Section_2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 20%;
    width: 100%;
    padding: 15px 0 0;
    padding-top: 115%; }
    @media (min-width: 768px) {
      #recipes .recipes__image-wrap {
        background: url(./images/recipes/Desktop_Aaron_Section_2x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        padding: 0;
        min-height: 356px; } }
    #recipes .recipes__image-wrap .recipes__image {
      position: relative;
      top: 15px;
      right: -30px; }

#find-cacique {
  background: url(./images/find-cacique/2xbgwithstamp.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 50px 0 120px;
  text-align: center;
  position: relative; }
  @media (min-width: 540px) {
    #find-cacique {
      padding: 90px 0 170px; } }
  @media (min-width: 768px) {
    #find-cacique {
      padding: 90px 0 130px; } }
  #find-cacique:before, #find-cacique:after {
    content: '';
    position: absolute;
    bottom: 0; }
    @media (min-width: 768px) {
      #find-cacique:before, #find-cacique:after {
        width: 28%;
        max-height: 230px;
        height: 100%; } }
  #find-cacique:before {
    background: url(./images/find-cacique/Mobile_4Products_2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    left: 0;
    right: 0;
    height: 100px; }
    @media (min-width: 768px) {
      #find-cacique:before {
        background: url(./images/find-cacique/2xdips_left.png);
        background-position: bottom left;
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        right: auto;
        height: 100%; } }
  @media (min-width: 768px) {
    #find-cacique:after {
      background: url(./images/find-cacique/2xdips_right.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom right;
      right: 0;
      left: auto;
      height: 100%; } }
  #find-cacique .find-cacique__header {
    color: white;
    font-family: BrandonPrinted-Two;
    padding-bottom: 30px;
    font-size: 22px; }
    #find-cacique .find-cacique__header .find-cacique__header--chr {
      display: block;
      font-family: CallingHeart;
      padding-top: 5px;
      font-size: 49px; }
      @media (min-width: 768px) {
        #find-cacique .find-cacique__header .find-cacique__header--chr {
          font-size: 85px; } }
    @media (min-width: 768px) {
      #find-cacique .find-cacique__header {
        font-size: 30px; } }
  #find-cacique #find-cacique__form #find-cacique__input {
    background: #EDEDED;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #B8B8B8;
    -webkit-text-fill-color: #B8B8B8;
    font-family: DINPro-medium;
    border: 0;
    text-align: center;
    font-size: 20px;
    height: 46px;
    width: 80%;
    margin: 0 auto 8px; }
    #find-cacique #find-cacique__form #find-cacique__input.find-cacique__input--invalid {
      background: #e4a8a8;
      color: #393335; }
    @media (min-width: 768px) {
      #find-cacique #find-cacique__form #find-cacique__input {
        margin: 0;
        width: 190px; } }
    @media (min-width: 992px) {
      #find-cacique #find-cacique__form #find-cacique__input {
        width: 250px; } }
  #find-cacique #find-cacique__form .find-cacique__submit {
    font-family: BrandonPrinted-Two;
    background: #D62828;
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    width: 80%;
    margin: auto; }
    @media (min-width: 768px) {
      #find-cacique #find-cacique__form .find-cacique__submit {
        margin: 0 0 0 5px;
        width: 190px; } }
    @media (min-width: 992px) {
      #find-cacique #find-cacique__form .find-cacique__submit {
        width: 240px; } }
  #find-cacique #find-cacique__form .find-cacique__input,
  #find-cacique #find-cacique__form .find-cacique__submit {
    display: block; }
    @media (min-width: 768px) {
      #find-cacique #find-cacique__form .find-cacique__input,
      #find-cacique #find-cacique__form .find-cacique__submit {
        display: inline-block;
        vertical-align: top; } }

#sticky-coupon {
  background: #393335;
  color: white;
  width: 100%;
  padding: 16px 0;
  margin-bottom: -120px;
  position: fixed;
  bottom: 0;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  #sticky-coupon.sticky-coupon__show {
    margin-bottom: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  #sticky-coupon .sticky-coupon__text {
    font-family: BrandonPrinted-Two;
    font-size: 30px;
    padding-left: 20px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #sticky-coupon .sticky-coupon__text {
        font-family: BrandonPrinted-Two;
        font-size: 30px;
        padding-right: 10px;
        padding-left: 0px;
        margin-bottom: 0px; } }
  #sticky-coupon .sticky-coupon__image {
    width: 150px; }
  #sticky-coupon .sticky-coupon__button {
    font-family: BrandonPrinted-Two;
    background: #D62828;
    border: 0;
    color: white;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    letter-spacing: 1px;
    margin-left: 15px;
    width: 230px; }
  #sticky-coupon .sticky-coupon__text,
  #sticky-coupon .sticky-coupon__image,
  #sticky-coupon .sticky-coupon__button {
    display: inline-block;
    vertical-align: middle; }
  #sticky-coupon .sticky-coupon__close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 28px;
    font-size: 30px;
    z-index: 9; }
    #sticky-coupon .sticky-coupon__close:before {
      position: relative;
      z-index: -1; }

footer {
  background: #066A42;
  padding: 0 0 30px;
  position: relative;
  text-align: center; }
  footer #footer__logo-image {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    top: -60px; }
    footer #footer__logo-image .footer__image {
      width: 140px; }
    @media (min-width: 768px) {
      footer #footer__logo-image {
        display: block; } }
  footer #footer__social-media {
    padding: 30px 0; }
    footer #footer__social-media .footer__icons-links {
      color: white;
      text-decoration: none;
      font-size: 22px;
      padding: 0 10px; }
      footer #footer__social-media .footer__icons-links:hover {
        color: #393335; }
  footer #footer__links .footer__item {
    color: white;
    font-size: 12px;
    text-decoration: none;
    line-height: 18px; }
    footer #footer__links .footer__item.footer__item--right-border {
      border-right: 1px solid white;
      padding-right: 15px;
      margin-right: 15px; }
    footer #footer__links .footer__item.footer__item--add-hover:hover {
      color: #393335; }

/*# sourceMappingURL=style.css.map */
