@font-face {
    font-family: DINPro;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DINPro.otf) format("opentype");
  }
  @font-face {
    font-family: DINPro;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/DINPro-Medium.otf) format("opentype");
  }
  @font-face {
    font-family: DINPro;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DINPro-Bold.otf) format("opentype");
  }
  @font-face {
      font-family: 'DINPro Condensed';
      font-style: normal;
      font-weight: 700;
      src: url(../fonts/DINPro-CondBold.otf) format("opentype");
    }
  @font-face {
    font-family: DINPro;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/DINPro-Black.otf) format("opentype");
  }
  @font-face {
    font-family: "Androgyne";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Androgyne_TB.otf) format("opentype");
  }
  @font-face {
      font-family: "Amontillados";
      font-style: normal;
      font-weight: 400;
      src: url(../fonts/Amontillados.ttf) format("truetype");
    }
    @font-face {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 400;
      src: url(../fonts/Quicksand_Bold.otf) format("opentype");
    }
  
    @font-face {
      font-family: "Quicksand Book";
      font-style: normal;
      font-weight: 400;
      src: url(../fonts/Quicksand_Book.otf) format("opentype");
    }
  * {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body,
  hmtl {
    overflow-x: hidden;
  }
  body {
    font-family: DINPro;
    font-size: 16px;
  }
  strong {
    font-weight: 700;
  }
  .uppercase {
      text-transform: uppercase;
  }
  .feature {
    font-family: "Androgyne";
      text-transform: capitalize;
      color: #30417f;
      font-size: 1.2rem!important;
  }
  section#top img {
    width: 100%;
  }
  section:not(#top) {
    padding: 50px 0;
    position: relative;
  }
  
  section:not(#top)::after,
  section:not(#top)::before {
    content: "";
    display: block;
    height: 100%;
    width: calc(calc(calc(100vw - 855px) / 2) - 100px);
    position: absolute;
    top: 0;
    z-index: 1;
  }
  section:not(#top)::before {
    left: 50px;
  }
  section:not(#top)::after {
    right: 50px
  }
  section .container,
  section .container .col-10,
  section .container .row {
    z-index: 2;
  }
  section h2,
  section h3,
  section h4,
  section h5 {
      font-family: "Androgyne";
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }
  section h2,
  section h3,
  section h4 {
    color: #30417f;
  }
  section h2 {
    font-size: 4em;
    margin: 20px 0;
  }
  
  section h3 {
      font-size: 2.6em;
      margin: 40px 0;
  }
  section h4 {
    font-size: 2em;
    margin: 20px 0 20px 0;
  }
  section h5 {
      font-size: 1.5em;
      margin: 0 0 20px 0;
      color: #474339;
    }
  section p {
    margin: 0;
    color: #474339;
  }
  section li,
  section p {
    font-size: 1.2em;
  }
  section ul {
    margin-bottom: 30px;
    list-style: none;
    padding-left: 0;
  }
  section ul li {
    line-height: 1.2em;
    color: #474339;
  }
  section ul li span:not(.small) {
    font-size: 1em;
  }
  section ul li span {
    font-size: 0.8em;
  }
  section ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  section ul:not(.no-dots) {
    -webkit-padding-start: 0px;
  }
  section ul.no-dots {
    list-style: none;
  }
  section ul li .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  section ul li .dots {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
  }
  section ul li .dots::before {
    content: "....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................";
    width: 100%;
  }
  
  section#encomendas {
      background-color: #0c3d22;
      padding: 30px 0;
  }
  
  section#encomendas h4 {
      color: #fff;
      font-family: "Quicksand";
      text-transform: uppercase;
      margin: 0 0 15px 0;
      text-align: center;
      letter-spacing: 0;
      font-size: 1.8rem;
  }
  
  section#encomendas p {
      color: #fff;
      font-family: "Quicksand";
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0;
      font-size: 1.1rem;
      line-height: 1.5em;
  }
  section#encomendas p:not(:last-child) {
      margin: 0 0 15px 0;
  }
  .calc {
      padding-bottom: 50px;
      border-bottom: 3px solid #0c3d22;
  }
  section#menu {
    background: #fff url('../images/items/easter-eggs.jpg') repeat-y bottom center;
    background-size: 100%;
  }
  
  section#menu::before {
      background: url(../images/items/easter-foods_left.jpg) no-repeat top center;
      background-size: cover;
  }
  section#menu::after {
      background: url(../images/items/easter-foods_right.jpg) no-repeat top center;
      background-size: cover;
  }
  
  .bg-blue {
      background: #fff url('../images/items/gradient-blue-bg.jpg') no-repeat center center;
      background-size: cover;
  }
  
  section#cestas {
      padding: 80px 0;
  }
  
  section#cestas h2 {
      margin-top: 0;
  }
  
  section#cestas .cesta {
      margin-bottom: 50px;
  }
  
  section#cestas .cesta .preco {
      display: flex;
      align-items: flex-end;
      color: #0c3d22;
      font-family: 'DINPro Condensed';
      font-weight: bold;
  }
  
  section#cestas .cesta .preco .preco__cifrao {
      font-size: 1.3rem;
      position: relative;
      bottom: 10px;
  }
  
  section#cestas .cesta .preco .preco__valor {
      display: flex;
      align-items: flex-start;
  }
  
  section#cestas .cesta .preco .preco__inteiros {
      font-size: 5rem;
  }
  
  section#cestas .cesta .preco .preco__decimais {
      font-size: 2.7rem;
      position: relative;
      top: 5px;
  }
  
  #informacoes p {
      color: #30417f;
      text-align: justify;
      margin-bottom: 20px;
      font-family: "Quicksand Book";
  }
  
  #informacoes p > strong {
      font-family: "Quicksand";
  }
  
  #informacoes p.highlight {
      font-size: 1.5rem;
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
      section:not(#top)::after,
      section:not(#top)::before {
          width: calc(calc(calc(100vw - 540px) / 2) - 15px);
          background-repeat: repeat-y;
          background-size: 100% auto;
          background-position: top center;
      }
      section:not(#top)::before {
          left: 10px;
      }
      section:not(#top)::after {
          right: 10px
      }
  }
  @media (min-width: 992px) and (max-width: 1049.98px) {
      section:not(#top)::after,
      section:not(#top)::before {
          width: calc(calc(calc(100vw - 640px) / 2) - 30px);
          background-repeat: repeat-y;
          background-size: 100% auto;
          background-position: top center;
      }
      section:not(#top)::before {
          left: 15px;
      }
      section:not(#top)::after {
          right: 15px
      }
    
  }
  @media (min-width: 1050px) and (max-width: 1199.98px) {
      section:not(#top)::after,
      section:not(#top)::before {
          width: calc(calc(calc(100vw - 640px) / 2) - 40px);
          background-repeat: repeat-y;
          background-size: 100% auto;
          background-position: top center;
      }
      section:not(#top)::before {
          left: 20px;
      }
      section:not(#top)::after {
          right: 20px
      }
    
  }
  @media (min-width: 1200px) and (max-width: 1299.98px) {
      section:not(#top)::after,
      section:not(#top)::before {
          width: calc(calc(calc(100vw - 855px) / 2) - 30px);
          background-repeat: repeat-y;
          background-size: 100% auto;
          background-position: top center;
      }
      section:not(#top)::before {
          left: 15px;
      }
      section:not(#top)::after {
          right: 15px
      }
  }
  @media (min-width: 1300px) and (max-width: 1499.98px) {
      section:not(#top)::after,
      section:not(#top)::before {
          width: calc(calc(calc(100vw - 855px) / 2) - 30px);
          background-repeat: repeat-y;
          background-size: 100% auto;
          background-position: top center;
      }
      section:not(#top)::before {
          left: 15px;
      }
      section:not(#top)::after {
          right: 15px
      }
  }
  @media (min-width: 1500px) and (max-width: 1730px) {
      section:not(#top)::after,
      section:not(#top)::before {
          width: calc(calc(calc(100vw - 855px) / 2) - 60px);
          background-repeat: repeat-y;
          background-size: 100% auto;
          background-position: top center;
      }
      section:not(#top)::before {
          left: 30px;
      }
      section:not(#top)::after {
          right: 30px
      }
  }
  @media (max-width: 767.98px) {
    section:not(#top)::after,
    section:not(#top)::before {
      display: none;
    }
    section:not(#top) {
      padding: 0 0 30px 0;
    }
  }
  @media (min-width: 768px) {
    section .section-banner {
      display: none;
    }
  }
  @media (max-width: 575.98px) {
    section h2 {
      font-size: 1.6em;
      margin: 15px 0;
    }
    section h4 {
      font-size: 1.1em;
      margin: 15px 0 10px 0;
    }
    section li,
    section p {
      font-size: 1em;
    }
    section ul {
      margin-bottom: 10px;
    }
    section ul li:not(:last-child) {
      margin-bottom: 10px;
    }
    section ul:not(.no-dots) {
      -webkit-padding-start: 0px;
      padding-inline-start: 0px;
    }
  
    .feature {
      font-size: 1rem!important;
      }
    section ul.no-dots {
      -webkit-padding-start: 0;
      padding-inline-start: 0;
    }
    section ul li .content .dots {
      display: block;
      min-width: 30px;
    }
    section li .content > span:last-child {
      display: block;
    }
    section ul li .content {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
    section h3 {
      font-size: 1.2em;
      margin: 15px 0;
  }
    .calc {
      padding-bottom: 30px;
  }
  
  section#encomendas {
      padding: 15px 0;
  }
  
  section#encomendas h4 {
      font-size: 4vw;
      margin: 0 0 2vw 0
  }
  
  section#encomendas p:not(:last-child) {
      margin: 0 0 2vw 0;
  }
  
  section#encomendas img {
      width: 100%;
  }
  
  section#encomendas p {
      font-size: 2.7vw;
  }
  section h3 {
      font-size: 1.2em;
      margin: 15px 0;
  }
  section h5 {
      font-size: 1.5em;
      margin: 15px 0;
      color: #474339;
  }
  
  .calc {
      padding-bottom: 30px;
  }
  
  section#encomendas {
      padding: 20px 0;
  }
  
  section#encomendas h4 {
      font-size: 1.1rem;
      margin: 0 0 10px 0
  }
  
  section#encomendas p:not(:last-child) {
      margin: 0 0 10px 0;
  }
  
  section#encomendas p {
      font-size: 0.8rem;
  }
  
  section#cestas span.small {
      font-size: 0.9rem;
  }
  
  section#cestas .cesta .preco .preco__cifrao {
      font-size: 0.9rem;
      bottom: 8px;
  }
  
  section#cestas .cesta .preco .preco__inteiros {
      font-size: 3rem;
  }
  
  section#cestas .cesta .preco .preco__decimais {
      font-size: 1.8rem;
      top: 5px;
  }
  
  section#cestas {
      padding-top: 30px;
  }
  
  section#cestas ul {
      margin-bottom: 15px;
      
  }
  
  section#cestas .cesta {
      margin-bottom: 30px;
  }
  #informacoes p.highlight {
      font-size: 1rem;
  }
  
  section#menu {
    background-size: calc(100% + 30px);
    background-position: bottom left -18px;
  }
  
  .col-12 {
    padding: 0 20px;
  }
  
  .col-12.calc {
    padding-bottom: 30px;
  }
  
  section ul li .dots + span {
    white-space: nowrap;
  }
  
  section ul li:not(:last-child)  {
    margin-bottom: 20px;
  }
  
  section ul li span:not(.small) {
    font-size: 0.9em;
  }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    section h2 {
      font-size: 2em;
      margin: 20px 0;
    }
    section h4 {
      font-size: 1.4em;
      margin: 20px 0 10px 0;
    }
    section li,
    section p {
      font-size: 1em;
    }
    section ul {
      margin-bottom: 15px;
    }
    section ul li:not(:last-child) {
      margin-bottom: 5px;
    }
    section h3 {
      font-size: 1.8em;
      margin: 15px 0;
  }
  section h5 {
      font-size: 1.2em;
      margin: 0 0 10px 0;
      color: #474339;
  }
  
  .calc {
      padding-bottom: 30px;
  }
  
  section#encomendas {
      padding: 20px 0;
  }
  
  section#encomendas h4 {
      font-size: 1.1rem;
      margin: 0 0 10px 0
  }
  
  section#encomendas p:not(:last-child) {
      margin: 0 0 10px 0;
  }
  
  section#encomendas p {
      font-size: 0.8rem;
  }
  
  section#cestas span.small {
      font-size: 0.9rem;
  }
  
  section#cestas .cesta .preco .preco__cifrao {
      font-size: 0.9rem;
      bottom: 8px;
  }
  
  section#cestas .cesta .preco .preco__inteiros {
      font-size: 3rem;
  }
  
  section#cestas .cesta .preco .preco__decimais {
      font-size: 1.8rem;
      top: 5px;
  }
  
  section#cestas {
      padding-top: 30px;
  }
  
  section#cestas ul {
      margin-bottom: 15px;
  }
  
  section#cestas .cesta {
      margin-bottom: 20px;
  }
  #informacoes p.highlight {
      font-size: 1.1rem;
  }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    section:not(#top) {
      padding: 30px 0;
    }
    section h2 {
      font-size: 2.8em;
      margin: 15px 0;
    }
    section h4 {
      font-size: 1.4em;
      margin: 30px 0 20px 0;
    }
    section li,
    section p {
      font-size: 1em;
    }
    section ul {
      margin-bottom: 20px;
    }
    section ul li:not(:last-child) {
      margin-bottom: 7px;
    }
  
      section h3 {
          font-size: 2em;
          margin: 15px 0;
      }
  
      section#encomendas h4 {
          font-size: 1.2rem;
      }
  
      section#encomendas p {
          font-size: 0.8rem;
      }
  
      section#cestas span.small {
          font-size: 0.9rem;
      }
  
      section#cestas .cesta .preco .preco__cifrao {
          font-size: 1rem;
          bottom: 10px;
      }
  
      section#cestas .cesta .preco .preco__inteiros {
          font-size: 3.5rem;
      }
  
      section#cestas .cesta .preco .preco__decimais {
          font-size: 2rem;
          top: 5px;
      }
  
      section#cestas ul {
          margin-bottom: 20px;
      }
  
      section#cestas .cesta {
          margin-bottom: 30px;
      }
  
      #informacoes p.highlight {
          font-size: 1.1rem;
      }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
      section h3 {
          font-size: 2.5em;
          margin: 15px 0;
      }
  
      section h2 {
          font-size: 3.5em;
          margin: 15px 0;
      }
  
      section#encomendas h4 {
          font-size: 1.6rem;
      }
  
      section#encomendas p {
          font-size: 1rem;
      }
  
      section#cestas .cesta .preco .preco__cifrao {
          font-size: 1.2rem;
          bottom: 10px;
      }
  
      section#cestas .cesta .preco .preco__inteiros {
          font-size: 4rem;
      }
  
      section#cestas .cesta .preco .preco__decimais {
          font-size: 2.5rem;
          top: 5px;
      }
  
      section#cestas ul {
          margin-bottom: 20px;
      }
  
      section#cestas .cesta {
          margin-bottom: 40px;
      }
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  #contact-bar {
    background-color: #c4bf90;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  #contact-bar span:first-child {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.2em;
  }
  #contact-bar span:last-child {
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.2em;
  }
  
  #contact-bar .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  #contact-bar .item:hover {
    background-color: #B89D18;
  }
  #contact-bar .item a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }
  #contact-bar .item img {
    margin-right: 15px;
    height: 40px;
  }
  
  #contact-bar .item #select_city_wrapper {
    position: relative;
    width: 100%;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    background-color: #c4bf90;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  @media (max-width: 575.98px) {
    #contact-bar .item img {
      margin-right: 0px;
      height: 30px;
      margin-bottom: 0px;
    }
  
    #contact-bar .item small {
      font-size: 0.7rem;
    }
  
    #contact-bar .item {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
      padding-right: 5px;
    }
  }
  
  @media (min-width: 576px) and (max-width: 767.98px) {
    #contact-bar .item img {
      margin-right: 0px;
      height: 35px;
      margin-bottom: 5px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    #contact-bar .item img {
      margin-right: 5px;
      height: 25px;
    }
  
    #contact-bar span:first-child {
      font-size: 0.8em;
    }
  
    #contact-bar span:last-child {
      font-size: 1.1em;
    }
  
    #contact-bar .item {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #contact-bar .item img {
      margin-right: 10px;
      height: 35px;
    }
  
    #contact-bar span:first-child {
      font-size: 0.9em;
    }
  
    #contact-bar span:last-child {
      font-size: 1.2em;
    }
  
    #contact-bar .item {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }
  