@charset "UTF-8";
@font-face {
  font-family: "Nespresso-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Nespresso-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nespresso-ExtraBold.woff2") format("woff2"), url("../fonts/Nespresso-ExtraBold.woff") format("woff"), url("../fonts/Nespresso-ExtraBold.ttf") format("truetype"), url("../fonts/Nespresso-ExtraBold.svg#Nespresso-ExtraBold") format("svg"); }
@font-face {
  font-family: "Nespresso-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Nespresso-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nespresso-Bold.woff2") format("woff2"), url("../fonts/Nespresso-Bold.woff") format("woff"), url("../fonts/Nespresso-Bold.ttf") format("truetype"), url("../fonts/Nespresso-Bold.svg#Nespresso-Bold") format("svg"); }
@font-face {
  font-family: "Nespresso-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Nespresso-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nespresso-Regular.woff2") format("woff2"), url("../fonts/Nespresso-Regular.woff") format("woff"), url("../fonts/Nespresso-Regular.ttf") format("truetype"), url("../fonts/Nespresso-Regular.svg#Nespresso-Regular") format("svg"); }
@font-face {
  font-family: "Nespresso-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Nespresso-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Nespresso-Light.woff2") format("woff2"), url("../fonts/Nespresso-Light.woff") format("woff"), url("../fonts/Nespresso-Light.ttf") format("truetype"), url("../fonts/Nespresso-Light.svg#Nespresso-Light") format("svg"); }
body {
  font-family: "Nespresso-Regular", Arial, sans-serif;
  font-size: 17px; }
@media(max-width: 480px) {
  body {
    font-size: 12px;
    line-height: 18px; } }
* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

a, button, input, textarea {
  outline: none; }

strong {
  font-family: "Nespresso-Bold", Arial, sans-serif; }

body #video .thumbnail a, body #machines #machines-slider .slick-dots li button, body #receitas .gridD .tabs .tab, body #informacoes .boxes .box, body #capsules .beneficios .title, body #capsules .beneficios .title::after, body #capsules .circle .bgs .bg, body #clube-nespresso .boxes .box {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%; }

.gridE, .gridD, .gridF {
  margin-left: auto;
  margin-right: auto; }

body #sustentabilidade .items::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden; }

.gridE {
  width: 90%; }

.gridD {
  max-width: 1000px; }

.gridF {
  width: 996px; }

.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 3000; }
  .loader .iconLoad {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-top: 8px solid #333452;
    border-radius: 50%;
    -webkit-animation: iconLoad 0.5s linear infinite;
    -moz-animation: iconLoad 0.5s linear infinite;
    animation: iconLoad 0.5s linear infinite; }

@-webkit-keyframes iconLoad {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes iconLoad {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@keyframes iconLoad {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
.title h2 {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 400; }
@media(max-width: 480px) {
  .title h2 {
    font-size: 13.996px;
    line-height: 16.8px; } }
.title p {
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  line-height: 28px; }
.title.black h2 {
  color: #000000; }
.title.green h2 {
  color: #7b8374; }

.after-btn {
  position: relative; }
  .after-btn::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -22.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 45px;
    width: 45px;
    z-index: 2;
    background: url("../img/icons/after-btn.png") center center no-repeat; }
@media(max-width: 480px) {
  .after-btn::after {
    display: none; } }
.wow {
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }

.icon {
  background-image: url("../img/icons/sprite-icons.png");
  display: block; }
  .icon-time {
    height: 24px;
    width: 24px;
    background-position: 0 -3px; }
  .icon-difficulty {
    height: 29px;
    width: 30px;
    background-position: -37px 0; }
  .icon-capsule {
    height: 29px;
    width: 29px; }
    .icon-capsule.fortissio-lungo {
      background-position: -80px 0; }
    .icon-capsule.livanto {
      background-position: -122px 0; }

body {
  /**
   * VERSÃO GERAL
   */ }
  body #banner-promo {
    position: relative;
    height: 313px;
    width: 100%; }
    body #banner-promo a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: url("../img/banner-promo/banner-desktop.jpg") center center no-repeat;
      background-size: auto 100%; }
      body #banner-promo a img {
        display: none; }
@media(max-width: 992px) {
  body #banner-promo {
    height: 230px; } }
@media(max-width: 768px) {
  body #banner-promo {
    height: 180px; } }
@media(max-width: 480px) {
  body #banner-promo {
    height: 118px; }
    body #banner-promo img {
      display: block;
      width: 100%; } }
  body #banner {
    height: 633px;
    background: url("../img/bg-mesa.jpg") center top no-repeat; }
@media(max-width: 480px) {
  body #banner {
    background-image: url("../img/bg-mesa-mobile.jpg");
    background-position: center bottom;
    height: 310px;
    overflow: hidden; } }
    body #banner .gridD {
      position: relative; }
@media(max-width: 480px) {
  body #banner .gridD {
    max-width: 320px; } }
    body #banner .logo-nespresso {
      width: 100%; }
      body #banner .logo-nespresso img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-top: 50px; }
@media(max-width: 480px) {
  body #banner .logo-nespresso img {
    width: 142px;
    padding-top: 17px; } }
    body #banner .logoExpert {
      padding-top: 10px; }
      body #banner .logoExpert img {
        display: block;
        margin-right: auto;
        margin-left: auto; }
@media(max-width: 480px) {
  body #banner .logoExpert img {
    width: 55px;
    padding-top: 0; } }
    body #banner .text {
      padding-top: 70px;
      padding-left: 60px; }
@media(max-width: 480px) {
  body #banner .text {
    padding-top: 27px;
    padding-left: 0; } }
      body #banner .text h1 {
        font-size: 29.35px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "Nespresso-Bold", Arial, sans-serif; }
@media(max-width: 480px) {
  body #banner .text h1 {
    font-size: 14.22px;
    text-align: center; } }
    body #banner .copos, body #banner .machine, body #banner .copo {
      position: absolute; }
@media(max-width: 480px) {
  body #banner .copos img, body #banner .machine img, body #banner .copo img {
    max-width: 100%; } }
    body #banner .copos {
      top: 335px;
      left: 30px; }
@media(max-width: 480px) {
  body #banner .copos {
    width: 150px;
    top: 195px;
    left: 0; } }
    body #banner .machine {
      top: 100px;
      left: 395px; }
@media(max-width: 480px) {
  body #banner .machine {
    width: 237px;
    top: 120px;
    left: 112px; } }
    body #banner .copo1 {
      top: 470px;
      left: 680px; }
@media(max-width: 480px) {
  body #banner .copo1 {
    display: none; } }
    body #banner .copo2 {
      top: 500px;
      left: 380px; }
@media(max-width: 480px) {
  body #banner .copo2 {
    display: none; } }
    body #banner .copo3 {
      top: 385px;
      left: 560px; }
@media(max-width: 480px) {
  body #banner .copo3 {
    left: 172px;
    top: 222px; }
    body #banner .copo3 img {
      max-width: 43px;
      height: auto; } }
  body #video {
    background: url("../img/bg-video.jpg") center bottom no-repeat #26201f;
    height: 516px;
    padding-top: 83px; }
@media(max-width: 480px) {
  body #video {
    padding-top: 30px;
    height: 186px; } }
    body #video::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      height: 99px;
      width: 100%;
      background: url("../img/img-top.png") center center no-repeat;
      z-index: 3; }
@media(max-width: 480px) {
  body #video::before {
    height: 30px;
    background-image: url("../img/img-top-mobile.png"); } }
@media(max-width: 480px) {
  body #video iframe {
    height: 100%; } }
    body #video .thumbnail {
      height: 516px;
      width: 100%;
      background: url("../img/thumb-video.jpg") center center no-repeat;
      position: relative; }
@media(max-width: 480px) {
  body #video .thumbnail {
    background-image: url("../img/thumb-video-mobile.jpg");
    height: 185px; } }
      body #video .thumbnail a {
        height: 189px;
        width: 189px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        background: url("../img/icons/play.png") center center no-repeat;
        z-index: 2; }
@media(max-width: 480px) {
  body #video .thumbnail a {
    height: 42px;
    width: 42px;
    background-size: 100% auto; } }
        body #video .thumbnail a:hover {
          opacity: 0.7; }
    body #video .video {
      background: #000000; }
  body #machines .gridD {
    position: relative; }
  body #machines .title {
    position: absolute;
    margin-top: 65px;
    width: 100%;
    text-align: center; }
@media(max-width: 480px) {
  body #machines .title {
    margin-top: 36px; } }
  body #machines #machines-slider {
    margin-bottom: 0; }
    body #machines #machines-slider .slick-dots {
      bottom: 38px; }
@media(max-width: 480px) {
  body #machines #machines-slider .slick-dots {
    bottom: 13px; } }
@media(max-width: 480px) {
  body #machines #machines-slider .slick-dots li {
    height: 8px;
    width: 8px;
    margin-right: 2.5px;
    margin-left: 2.5px; } }
      body #machines #machines-slider .slick-dots li button {
        height: 16px;
        width: 16px;
        border: 1px solid #7b8374;
        background: transparent;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        padding: 0; }
        body #machines #machines-slider .slick-dots li button::before {
          content: none; }
@media(max-width: 480px) {
  body #machines #machines-slider .slick-dots li button {
    height: 8px;
    width: 8px; } }
      body #machines #machines-slider .slick-dots li.slick-active button, body #machines #machines-slider .slick-dots li:hover button, body #machines #machines-slider .slick-dots li:focus button {
        background: #7b8374; }
    body #machines #machines-slider .item {
      height: 732px;
      background-position: center center;
      background-repeat: no-repeat;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      outline: none; }
@media(max-width: 480px) {
  body #machines #machines-slider .item {
    height: 408px;
    background-size: 240% auto; } }
      body #machines #machines-slider .item .text {
        padding-bottom: 90px;
        text-align: center; }
@media(max-width: 480px) {
  body #machines #machines-slider .item .text {
    padding-bottom: 45px; } }
        body #machines #machines-slider .item .text h3 {
          font-size: 20px;
          color: #7b8374;
          font-family: "Nespresso-Bold", Arial, sans-serif; }
@media(max-width: 480px) {
  body #machines #machines-slider .item .text h3 {
    font-size: 14px; } }
        body #machines #machines-slider .item .text p {
          color: #7b8374;
          font-size: 16px;
          line-height: 25px; }
@media(max-width: 480px) {
  body #machines #machines-slider .item .text p {
    font-size: 11px;
    line-height: 1.1em;
    max-width: 255px;
    margin-right: auto;
    margin-left: auto; }
    body #machines #machines-slider .item .text p br {
      display: none; } }
      body #machines #machines-slider .item.item1 {
        background-image: url("../img/machines/machine1.png"); }
      body #machines #machines-slider .item.item2 {
        background-image: url("../img/machines/machine2.png"); }
      body #machines #machines-slider .item.item3 {
        background-image: url("../img/machines/machine3.png"); }
  body #aplicativo {
    background: url("../img/bg-aplicativo.png") center top no-repeat #7b8374; }
@media(max-width: 480px) {
  body #aplicativo {
    background-image: url("../img/bg-aplicativo-mobile.png"); } }
    body #aplicativo .title {
      padding-top: 80px;
      padding-bottom: 85px;
      max-width: 520px; }
@media(max-width: 480px) {
  body #aplicativo .title {
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 20px; } }
    body #aplicativo #aplicativo-slider {
      width: 520px;
      margin-bottom: 230px; }
@media(max-width: 520px) {
  body #aplicativo #aplicativo-slider {
    width: 271px;
    margin-right: auto;
    margin-left: auto; } }
@media(max-width: 480px) {
  body #aplicativo #aplicativo-slider {
    margin-bottom: 50px; } }
      body #aplicativo #aplicativo-slider .slick-arrow {
        height: 57px;
        width: 30px;
        left: 0;
        z-index: 2; }
@media(max-width: 480px) {
  body #aplicativo #aplicativo-slider .slick-arrow {
    height: 17px;
    width: 9px;
    top: 35%; } }
        body #aplicativo #aplicativo-slider .slick-arrow::before {
          content: "";
          height: 100%;
          width: 100%;
          background-image: url("../img/icons/sprite-icons.png");
          background-position: 0 -431px;
          display: block; }
@media(max-width: 480px) {
  body #aplicativo #aplicativo-slider .slick-arrow::before {
    background-image: url("../img/icons/sprite-mobile.png");
    background-position: -16px -154px; } }
        body #aplicativo #aplicativo-slider .slick-arrow.slick-next {
          left: auto;
          right: 0; }
          body #aplicativo #aplicativo-slider .slick-arrow.slick-next::before {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
      body #aplicativo #aplicativo-slider .item {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        outline: none; }
        body #aplicativo #aplicativo-slider .item .icon {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          background: transparent;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center; }
          body #aplicativo #aplicativo-slider .item .icon::before {
            content: "";
            display: block;
            height: 89px;
            width: 57px;
            background-image: url("../img/icons/sprite-icons.png");
            margin-right: 19px; }
@media(max-width: 480px) {
  body #aplicativo #aplicativo-slider .item .icon::before {
    background-image: url("../img/icons/sprite-mobile.png");
    height: 51px;
    width: 34px;
    margin-right: 10px; } }
        body #aplicativo #aplicativo-slider .item h3 {
          font-size: 20px;
          color: #ffffff;
          font-family: "Nespresso-Bold", Arial, sans-serif;
          line-height: 29px;
          text-transform: uppercase; }
@media(max-width: 480px) {
  body #aplicativo #aplicativo-slider .item h3 {
    font-size: 11.45px;
    line-height: 16.6px; } }
        body #aplicativo #aplicativo-slider .item p {
          font-size: 16px;
          color: #ffffff;
          line-height: 23px;
          padding-top: 28px; }
@media(max-width: 480px) {
  body #aplicativo #aplicativo-slider .item p {
    font-size: 9.16px;
    line-height: 13.16px;
    padding-top: 20px; } }
        body #aplicativo #aplicativo-slider .item.item1 .icon::before {
          background-position: -52px -431px; }
@media(max-width: 480px) {
  body #aplicativo #aplicativo-slider .item.item1 .icon::before {
    background-position: -4px -189px; } }
        body #aplicativo #aplicativo-slider .item.item2 .icon::before {
          background-position: -128px -431px;
          height: 61px;
          width: 73px; }
@media(max-width: 480px) {
  body #aplicativo #aplicativo-slider .item.item2 .icon::before {
    background-position: -54px -197px;
    height: 36px;
    width: 42px; } }
        body #aplicativo #aplicativo-slider .item.item3 .icon::before {
          background-position: -226px -431px;
          height: 53px;
          width: 65px; }
@media(max-width: 480px) {
  body #aplicativo #aplicativo-slider .item.item3 .icon::before {
    background-position: -113px -199px;
    height: 31px;
    width: 37px; } }
        body #aplicativo #aplicativo-slider .item.item4 .icon::before {
          background-position: -123px -520px;
          height: 45px;
          width: 78px; }
@media(max-width: 480px) {
  body #aplicativo #aplicativo-slider .item.item4 .icon::before {
    background-position: -165px -202px;
    height: 26px;
    width: 46px; } }
        body #aplicativo #aplicativo-slider .item.item5 .icon::before {
          background-position: -230px -504px;
          height: 70px;
          width: 48px; }
@media(max-width: 480px) {
  body #aplicativo #aplicativo-slider .item.item5 .icon::before {
    background-position: -220px -195px;
    height: 39px;
    width: 28px; } }
    body #aplicativo .baixar {
      background: rgba(0, 0, 0, 0.5); }
      body #aplicativo .baixar .gridD {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        box-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end; }
@media(max-width: 480px) {
  body #aplicativo .baixar .gridD {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto; } }
      body #aplicativo .baixar .smartphone {
        position: relative;
        margin-top: -85px;
        margin-left: 80px; }
@media(max-width: 480px) {
  body #aplicativo .baixar .smartphone {
    margin-left: 9px; } }
        body #aplicativo .baixar .smartphone .wave {
          display: block;
          position: absolute;
          top: -110px;
          right: -110px;
          height: 225px;
          width: 224px;
          z-index: 2;
          background: url("../img/icons/wave.png") center center no-repeat; }
@media(max-width: 480px) {
  body #aplicativo .baixar .smartphone .wave {
    height: 74px;
    width: 75px;
    background-size: 100% auto;
    top: -45px;
    right: -45px; } }
        body #aplicativo .baixar .smartphone img {
          display: block; }
@media(max-width: 480px) {
  body #aplicativo .baixar .smartphone img {
    width: 117px; } }
      body #aplicativo .baixar .text {
        padding-bottom: 18px;
        margin-left: 130px;
        position: relative;
        z-index: 2; }
@media(max-width: 480px) {
  body #aplicativo .baixar .text {
    margin-left: 9px;
    padding-bottom: 9px; } }
        body #aplicativo .baixar .text h4 {
          font-size: 16.67px;
          color: #ffffff;
          padding-bottom: 8px; }
@media(max-width: 480px) {
  body #aplicativo .baixar .text h4 {
    font-size: 10.39px; } }
        body #aplicativo .baixar .text img {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
          display: inline-block; }
@media(max-width: 480px) {
  body #aplicativo .baixar .text img {
    width: 84px; } }
        body #aplicativo .baixar .text a {
          margin-right: 20px; }
          body #aplicativo .baixar .text a:last-child {
            margin-right: 0; }
@media(max-width: 480px) {
  body #aplicativo .baixar .text a {
    display: inline-block;
    margin-right: 6px; } }
  body #info-machine {
    background: url("../img/bg-infos.png") center center no-repeat;
    height: 773px; }
@media(max-width: 480px) {
  body #info-machine {
    height: 394px;
    background: url("../img/bg-infos-mobile.jpg") center 70px no-repeat #ffffff; } }
    body #info-machine .title {
      padding-top: 65px; }
@media(max-width: 480px) {
  body #info-machine .title {
    padding-top: 32px; } }
    body #info-machine .gridD {
      position: relative; }
@media(max-width: 480px) {
  body #info-machine .gridD {
    max-width: 320px; } }
    body #info-machine .infos .btns {
      display: none; }
@media(max-width: 480px) {
  body #info-machine .infos .btns {
    display: block; } }
      body #info-machine .infos .btns span {
        height: 39px;
        width: 39px;
        display: block;
        background: url("../img/icons/btn-info.png") center center no-repeat;
        position: absolute;
        cursor: pointer; }
        body #info-machine .infos .btns span.btn1 {
          top: 97px;
          left: 25px; }
        body #info-machine .infos .btns span.btn2 {
          top: 190px;
          left: 48px; }
        body #info-machine .infos .btns span.btn3 {
          top: 246px;
          left: 98px; }
        body #info-machine .infos .btns span.btn4 {
          top: 170px;
          left: 155px; }
        body #info-machine .infos .btns span.btn5 {
          top: 99px;
          left: 245px; }
        body #info-machine .infos .btns span.btn6 {
          top: 129px;
          left: 265px; }
    body #info-machine .infos .info {
      position: absolute;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start; }
@media(max-width: 480px) {
  body #info-machine .infos .info {
    width: 100%;
    display: none; }
    body #info-machine .infos .info.current {
      display: block; } }
      body #info-machine .infos .info .line {
        background: rgba(0, 0, 0, 0.5); }
@media(max-width: 480px) {
  body #info-machine .infos .info .line {
    display: none; } }
      body #info-machine .infos .info p {
        font-size: 16px;
        line-height: 25px;
        padding-left: 12px;
        margin-top: -5px; }
@media(max-width: 480px) {
  body #info-machine .infos .info p {
    font-size: 13.42px;
    line-height: initial;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; } }
      body #info-machine .infos .info.info1 {
        left: 274px;
        top: 155px; }
        body #info-machine .infos .info.info1 .line {
          height: 201px;
          width: 2px; }
@media(max-width: 480px) {
  body #info-machine .infos .info.info1 {
    top: 313px;
    left: 0; } }
      body #info-machine .infos .info.info2 {
        left: 534px;
        top: 190px; }
        body #info-machine .infos .info.info2 .line {
          height: 311px;
          width: 2px; }
@media(max-width: 480px) {
  body #info-machine .infos .info.info2 {
    top: 313px;
    left: 0; } }
      body #info-machine .infos .info.info3 {
        left: 710px;
        top: 253px; }
        body #info-machine .infos .info.info3 .line {
          height: 78px;
          width: 2px; }
        body #info-machine .infos .info.info3 .lineTop {
          height: 2px;
          width: 254px;
          position: absolute; }
        body #info-machine .infos .info.info3 p {
          margin-left: 100px;
          margin-top: 5px; }
@media(max-width: 480px) {
  body #info-machine .infos .info.info3 {
    top: 313px;
    left: 0; }
    body #info-machine .infos .info.info3 p {
      margin: 0; } }
      body #info-machine .infos .info.info4 {
        left: 737px;
        top: 435px; }
        body #info-machine .infos .info.info4 .line {
          height: 136px;
          width: 2px; }
        body #info-machine .infos .info.info4 .lineBottom {
          height: 2px;
          width: 254px;
          position: absolute;
          bottom: 0; }
        body #info-machine .infos .info.info4 p {
          margin-top: 55px;
          margin-left: 35px; }
@media(max-width: 480px) {
  body #info-machine .infos .info.info4 {
    top: 313px;
    left: 0; }
    body #info-machine .infos .info.info4 p {
      margin: 0; } }
      body #info-machine .infos .info.info5 {
        top: 605px;
        left: 422px;
        -webkit-box-align: end;
        -moz-box-align: end;
        box-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
        body #info-machine .infos .info.info5 .line {
          height: 2px;
          width: 551px;
          margin-top: 5px; }
@media(max-width: 480px) {
  body #info-machine .infos .info.info5 {
    top: 313px;
    left: 0; } }
      body #info-machine .infos .info.info6 {
        top: 437px;
        left: 11px;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
        body #info-machine .infos .info.info6 .line {
          height: 2px;
          width: 305px;
          margin-top: 5px; }
@media(max-width: 480px) {
  body #info-machine .infos .info.info6 {
    top: 313px;
    left: 0; } }
  body #aeroccino {
    background: url("../img/bg-aeroccino.jpg") center top no-repeat;
    height: 499px; }
@media(max-width: 480px) {
  body #aeroccino {
    background-image: url("../img/bg-aeroccino-mobile.jpg");
    background-position: center bottom;
    background-size: 100% auto;
    height: 294px; } }
@media(max-width: 480px) {
  body #aeroccino .title {
    height: 294px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; } }
    body #aeroccino .title h2 {
      text-align: left;
      font-size: 25px;
      line-height: 30px;
      padding-top: 40px;
      padding-bottom: 30px; }
@media(max-width: 480px) {
  body #aeroccino .title h2 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    padding: 0; } }
    body #aeroccino .title p {
      text-align: left;
      color: #ffffff;
      font-size: 16px;
      line-height: 25px;
      text-transform: none; }
@media(max-width: 480px) {
  body #aeroccino .title p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding-bottom: 12px; } }
  body #receitas {
    padding-top: 72px;
    padding-bottom: 78px; }
@media(max-width: 480px) {
  body #receitas {
    padding-top: 50px;
    padding-bottom: 30px; } }
    body #receitas .title {
      padding-bottom: 70px; }
@media(max-width: 480px) {
  body #receitas .title {
    padding-bottom: 50px; } }
    body #receitas .gridD .tabs {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      max-width: 955px;
      margin-right: auto;
      margin-left: auto;
      height: 40px; }
      body #receitas .gridD .tabs .tab {
        height: 100%;
        width: 50%;
        border: 1px solid tranparent;
        border-bottom: 1px solid #000000;
        color: #000000;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        cursor: pointer; }
        body #receitas .gridD .tabs .tab:last-child {
          border-left: none; }
        body #receitas .gridD .tabs .tab:hover {
          font-family: "Nespresso-Bold", Arial, sans-serif;
          border: 1px solid #000000;
          border-left: none; }
          body #receitas .gridD .tabs .tab:hover:first-child {
            border-left: 1px solid #000000; }
        body #receitas .gridD .tabs .tab.current {
          border: 1px solid #000000;
          border-bottom: 1px solid transparent;
          font-family: "Nespresso-Bold", Arial, sans-serif; }
@media(max-width: 480px) {
  body #receitas .gridD .tabs .tab {
    font-size: 9px; } }
    body #receitas .gridD .tab-content {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: auto;
      margin-left: auto;
      border: 1px solid #000000;
      border-top: none;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding-top: 30px;
      padding-bottom: 34px;
      max-width: 953px;
      display: none; }
@media(max-width: 480px) {
  body #receitas .gridD .tab-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding-bottom: 10px; } }
      body #receitas .gridD .tab-content.current {
        display: flex !important; }
      body #receitas .gridD .tab-content .image {
        height: auto;
        width: 504px;
        display: block; }
@media(max-width: 510px) {
  body #receitas .gridD .tab-content .image {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto; } }
        body #receitas .gridD .tab-content .image img {
          display: block;
          max-width: 100%; }
        body #receitas .gridD .tab-content .image .infos {
          height: 53px;
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          background: #000000; }
          body #receitas .gridD .tab-content .image .infos .info {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            box-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            box-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -ms-flex-align: center; }
            body #receitas .gridD .tab-content .image .infos .info.difficulty {
              margin-right: 50px;
              margin-left: 50px; }
          body #receitas .gridD .tab-content .image .infos .icon {
            margin-right: 10px; }
          body #receitas .gridD .tab-content .image .infos p {
            color: #ffffff;
            font-family: "Nespresso-Bold", Arial, sans-serif;
            text-transform: uppercase;
            font-size: 12.53px; }
@media(max-width: 480px) {
  body #receitas .gridD .tab-content .image .infos p {
    font-size: 7.36px; } }
      body #receitas .gridD .tab-content .description {
        max-width: 352px;
        margin-left: 39px; }
@media(max-width: 480px) {
  body #receitas .gridD .tab-content .description {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    margin-top: 14px; } }
        body #receitas .gridD .tab-content .description h5 {
          font-size: 17px;
          font-family: "Nespresso-Bold", Arial, sans-serif;
          color: #000000; }
@media(max-width: 480px) {
  body #receitas .gridD .tab-content .description h5 {
    font-size: 12px; } }
        body #receitas .gridD .tab-content .description ul {
          margin-bottom: 34px; }
@media(max-width: 480px) {
  body #receitas .gridD .tab-content .description ul {
    margin-bottom: 20px; } }
          body #receitas .gridD .tab-content .description ul li {
            list-style: none;
            font-size: 17px;
            color: #000000;
            font-family: "Nespresso-Regular", Arial, sans-serif; }
@media(max-width: 480px) {
  body #receitas .gridD .tab-content .description ul li {
    font-size: 12px; } }
    body #receitas .gridD .descubra {
      height: 62px;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      border: 1px solid #000000;
      max-width: 953px;
      margin-top: 35px;
      margin-right: auto;
      margin-left: auto; }
@media(max-width: 480px) {
  body #receitas .gridD .descubra {
    height: 46px;
    width: calc(100% - 26px); } }
      body #receitas .gridD .descubra p {
        color: #000000;
        font-size: 17px;
        text-align: center; }
        body #receitas .gridD .descubra p br {
          display: none; }
@media(max-width: 480px) {
  body #receitas .gridD .descubra p {
    font-size: 12px; }
    body #receitas .gridD .descubra p br {
      display: block; } }
        body #receitas .gridD .descubra p a {
          text-decoration: underline;
          color: #000000; }
  body #informacoes {
    background: url("../img/bg-informacoes.jpg") center top no-repeat #000000;
    height: 619px; }
@media(max-width: 480px) {
  body #informacoes {
    background-image: url("../img/bg-informacoes-mobile.jpg");
    height: 364px; } }
    body #informacoes .title {
      padding-top: 70px; }
    body #informacoes .boxes {
      max-width: 565px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      margin-top: 61px;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      left: 12px; }
@media(max-width: 480px) {
  body #informacoes .boxes {
    max-width: 204px;
    left: 39px;
    margin-top: 40px; } }
      body #informacoes .boxes .btn-show {
        display: none; }
@media(max-width: 480px) {
  body #informacoes .boxes .btn-show {
    background: url("../img/icons/btn-show.png") center center no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
    z-index: 2; } }
      body #informacoes .boxes .box {
        height: 140.5px;
        width: 25%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; }
@media(max-width: 480px) {
  body #informacoes .boxes .box {
    height: 88px;
    width: 50%; } }
        body #informacoes .boxes .box .icon {
          height: 42px;
          width: 42px;
          margin-right: auto;
          margin-left: auto;
          margin-top: 18px; }
@media(max-width: 480px) {
  body #informacoes .boxes .box .icon {
    background-image: url("../img/icons/sprite-mobile.png");
    margin-top: 9px;
    height: 35px; } }
        body #informacoes .boxes .box p {
          font-size: 13.54px;
          color: #ffffff;
          text-align: center;
          margin-bottom: 14px; }
@media(max-width: 480px) {
  body #informacoes .boxes .box p {
    font-size: 8.59px;
    line-height: 1.2em; } }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box1 {
    display: none; } }
        body #informacoes .boxes .box.box1 .icon {
          background-position: -3px -40px; }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box1 .icon {
    background-position: -112px -86px;
    width: 23px; } }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box2 {
    display: none; } }
        body #informacoes .boxes .box.box2 .icon {
          background-position: -52px -41px; }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box2 .icon {
    background-position: -140px -84px;
    width: 27px; } }
        body #informacoes .boxes .box.box3 .icon {
          background-position: -106px -41px; }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box3 .icon {
    background-position: -115px -5px;
    width: 17px; } }
        body #informacoes .boxes .box.box3 p {
          margin-bottom: 25px; }
        body #informacoes .boxes .box.box4 .icon {
          background-position: -155px -45px; }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box4 .icon {
    background-position: -141px -5px;
    width: 24px; } }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box5 {
    display: none; } }
        body #informacoes .boxes .box.box5 .icon {
          background-position: -4px -101px; }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box5 .icon {
    background-position: -119px -123px;
    width: 9px; } }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box6 {
    display: none; } }
        body #informacoes .boxes .box.box6 .icon {
          background-position: -53px -99px; }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box6 .icon {
    background-position: -142px -127px;
    width: 24px; } }
        body #informacoes .boxes .box.box7 .icon {
          background-position: -108px -100px; }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box7 .icon {
    background-position: -117px -40px;
    width: 13px; } }
        body #informacoes .boxes .box.box8 .icon {
          background-position: -156px -101px; }
@media(max-width: 480px) {
  body #informacoes .boxes .box.box8 .icon {
    background-position: -142px -42px;
    width: 23px; } }
        body #informacoes .boxes .box.box8 p {
          margin-bottom: 25px; }
      body #informacoes .boxes:hover .box {
        opacity: 0.5; }
        body #informacoes .boxes:hover .box:hover {
          opacity: 1; }
@media(max-width: 480px) {
  body #informacoes .boxes:hover .box {
    opacity: 1; } }
  body #table {
    padding-top: 70px;
    padding-bottom: 90px;
    background: url("../img/tabela/overlay.png") center top no-repeat #000000; }
@media(max-width: 480px) {
  body #table {
    padding-top: 50px; } }
    body #table .table-mobile {
      display: none; }
    body #table .title {
      text-transform: uppercase;
      color: #ffffff;
      text-align: center;
      display: block;
      padding-bottom: 70px;
      z-index: 1; }
@media(max-width: 480px) {
  body #table .title {
    font-size: 15px;
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px; } }
    body #table .table-desktop {
      padding-top: 20px;
      background: #ffffff; }
@media(max-width: 480px) {
  body #table .table-desktop {
    display: none; } }
      body #table .table-desktop table {
        width: 100%;
        border-collapse: collapse;
        text-align: center; }
        body #table .table-desktop table tr {
          height: 100%; }
          body #table .table-desktop table tr td {
            font-size: 11px;
            height: 100px; }
            body #table .table-desktop table tr td strong {
              text-transform: uppercase; }
            body #table .table-desktop table tr td:first-child {
              width: 180px; }
          body #table .table-desktop table tr:nth-child(odd) {
            background: #F8F8F8; }
          body #table .table-desktop table tr img {
            max-width: 110px; }
    body #table .table-mobile {
      display: none; }
@media(max-width: 480px) {
  body #table .table-mobile {
    display: block; } }
      body #table .table-mobile .slick-list {
        height: 840px; }
      body #table .table-mobile .slick-table .slick-dots li {
        width: 10px;
        height: 10px;
        line-height: 10px;
        cursor: pointer; }
        body #table .table-mobile .slick-table .slick-dots li button {
          text-indent: -999px;
          width: 100%;
          height: 100%;
          padding: 0;
          border: 1px solid #fff;
          background: #000;
          border-radius: 100%;
          cursor: pointer; }
      body #table .table-mobile .slick-dots li button::before {
        content: none; }
      body #table .table-mobile .slick-table .slick-dots li.slick-active button {
        background: #fff; }
      body #table .table-mobile .machine {
        margin: 0 10px;
        width: 260px;
        top: 20px;
        transition: 0.4s all linear;
        position: relative; }
        body #table .table-mobile .machine h3 {
          font-family: "nespressoExtBol", Arial, Sans-serif;
          font-size: 12px;
          color: #000;
          text-transform: uppercase;
          margin-top: -10px;
          padding-bottom: 20px;
          text-align: center; }
        body #table .table-mobile .machine.slick-active {
          top: 0; }
          body #table .table-mobile .machine.slick-active .gridI {
            padding: 20px 0; }
        body #table .table-mobile .machine .gridI {
          transition: 0.4s all linear;
          border-radius: 10px;
          background: #fff;
          margin-left: auto;
          margin-right: auto; }
        body #table .table-mobile .machine .items .item {
          height: 80px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          font-size: 12px; }
          body #table .table-mobile .machine .items .item img {
            display: inline-block;
            margin-top: 5px;
            width: 18px; }
          body #table .table-mobile .machine .items .item span {
            padding-top: 5px;
            display: block; }
          body #table .table-mobile .machine .items .item .line {
            display: block;
            width: 18px;
            height: 1px;
            background: #000;
            margin: 15px auto; }
          body #table .table-mobile .machine .items .item .left, body #table .table-mobile .machine .items .item .right {
            float: left;
            width: 50%; }
          body #table .table-mobile .machine .items .item::after {
            content: "";
            display: table;
            width: 0;
            height: 0;
            clear: both; }
          body #table .table-mobile .machine .items .item:nth-child(odd) {
            background: #F8F8F8; }
  body #capsules {
    padding-top: 75px;
    padding-bottom: 65px; }
    body #capsules .title h2 {
      padding-bottom: 44px; }
@media(max-width: 480px) {
  body #capsules .title h2 {
    max-width: 170px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 35px; }
    body #capsules .title h2 br {
      display: none; } }
    body #capsules .title p {
      padding-bottom: 55px; }
@media(max-width: 480px) {
  body #capsules .title p {
    padding-bottom: 30px;
    max-width: 285px;
    margin-right: auto;
    margin-left: auto; }
    body #capsules .title p br {
      display: none; } }
    body #capsules p {
      text-align: center; }
@media(max-width: 480px) {
  body #capsules p {
    max-width: 286px;
    margin-right: auto;
    margin-left: auto; } }
    body #capsules .prices {
      height: 67px;
      width: 820px;
      border: 1px solid #000000;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      margin-right: auto;
      margin-left: auto; }
@media(max-width: 480px) {
  body #capsules .prices {
    height: 47px;
    width: calc(100% - 26px); } }
      body #capsules .prices::before {
        content: "";
        display: block;
        height: 47px;
        width: 66px;
        background: url("../img/icons/capsules.png") center center no-repeat #ffffff;
        position: absolute;
        top: -23.5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
@media(max-width: 480px) {
  body #capsules .prices::before {
    height: 24px;
    width: 34px;
    background-size: 100% auto;
    top: -17.5px; } }
      body #capsules .prices br {
        display: none; }
@media(max-width: 480px) {
  body #capsules .prices br {
    display: block; } }
    body #capsules .beneficios {
      max-width: 820px;
      margin-right: auto;
      margin-left: auto;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      margin-top: 50px; }
@media(max-width: 480px) {
  body #capsules .beneficios {
    max-width: calc(100% - 46px); } }
      body #capsules .beneficios .title {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border: 1px solid #569b94;
        background: #569b94;
        height: 57px;
        padding-top: 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        position: relative;
        cursor: pointer; }
        body #capsules .beneficios .title::before {
          content: "";
          display: block;
          height: 32px;
          width: 57px;
          background: url("../img/icons/sprite-icons.png") 0 -158px;
          margin-left: 21px; }
@media(max-width: 480px) {
  body #capsules .beneficios .title::before {
    margin-left: 18px; } }
        body #capsules .beneficios .title::after {
          content: "";
          display: block;
          height: 10px;
          width: 18px;
          background: url("../img/icons/sprite-icons.png") -77px -169px;
          position: absolute;
          top: 50%;
          right: 25px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        body #capsules .beneficios .title.closed {
          border-bottom-left-radius: 20px;
          border-bottom-right-radius: 20px; }
          body #capsules .beneficios .title.closed::after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            margin-top: -5px; }
        body #capsules .beneficios .title h4 {
          font-size: 18.28px;
          color: #ffffff;
          text-transform: uppercase;
          padding-left: 15px; }
          body #capsules .beneficios .title h4 br {
            display: none; }
@media(max-width: 480px) {
  body #capsules .beneficios .title h4 {
    font-size: 12px;
    line-height: 16px;
    padding-left: 10px; }
    body #capsules .beneficios .title h4 br {
      display: block; } }
      body #capsules .beneficios .content {
        border: 1px solid #569b94;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 37px 28px; }
        body #capsules .beneficios .content p {
          text-align: left; }
    body #capsules .circle {
      position: relative;
      height: 689px;
      width: 1008px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      margin-top: 65px;
      margin-bottom: 65px; }
@media(max-width: 480px) {
  body #capsules .circle {
    height: 407px;
    width: 320px;
    margin-right: auto;
    margin-left: auto; } }
      body #capsules .circle img.mobile {
        display: none; }
@media(max-width: 480px) {
  body #capsules .circle img.desktop {
    display: none; }
  body #capsules .circle img.mobile {
    display: block;
    max-width: 100%; } }
      body #capsules .circle .links .link {
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 2; }
        body #capsules .circle .links .link.link1 {
          height: 180px;
          width: 240px;
          top: 95px;
          left: 175px; }
@media(max-width: 480px) {
  body #capsules .circle .links .link.link1 {
    height: 110px;
    width: 110px;
    top: 0;
    left: 0; } }
        body #capsules .circle .links .link.link2 {
          height: 150px;
          width: 180px;
          top: 10px;
          left: 420px; }
@media(max-width: 480px) {
  body #capsules .circle .links .link.link2 {
    height: 85px;
    width: 110px;
    top: 0;
    left: 110px; } }
        body #capsules .circle .links .link.link3 {
          height: 300px;
          width: 300px;
          top: 125px;
          left: 605px; }
@media(max-width: 480px) {
  body #capsules .circle .links .link.link3 {
    height: 180px;
    width: 85px;
    top: 17px;
    left: 220px; } }
        body #capsules .circle .links .link.link4 {
          height: 180px;
          width: 240px;
          top: 425px;
          left: 525px; }
@media(max-width: 480px) {
  body #capsules .circle .links .link.link4 {
    height: 92px;
    width: 119px;
    top: 196px;
    left: 174px; } }
        body #capsules .circle .links .link.link5 {
          height: 180px;
          width: 215px;
          top: 465px;
          left: 305px; }
@media(max-width: 480px) {
  body #capsules .circle .links .link.link5 {
    height: 80px;
    width: 132px;
    top: 220px;
    left: 40px; } }
        body #capsules .circle .links .link.link6 {
          height: 190px;
          width: 240px;
          top: 275px;
          left: 75px; }
@media(max-width: 480px) {
  body #capsules .circle .links .link.link6 {
    height: 115px;
    width: 75px;
    top: 108px;
    left: 10px; } }
      body #capsules .circle .bgs {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        body #capsules .circle .bgs .bg {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          z-index: 1;
          opacity: 0; }
@media(max-width: 480px) {
  body #capsules .circle .bgs .bg {
    background-size: 100% auto !important; } }
          body #capsules .circle .bgs .bg.current {
            opacity: 1; }
          body #capsules .circle .bgs .bg.bg1 {
            background: url("../img/circle/bg1.png") center center no-repeat; }
@media(max-width: 480px) {
  body #capsules .circle .bgs .bg.bg1 {
    background-image: url("../img/circle/mobile/bg1.png"); } }
          body #capsules .circle .bgs .bg.bg2 {
            background: url("../img/circle/bg2.png") center center no-repeat; }
@media(max-width: 480px) {
  body #capsules .circle .bgs .bg.bg2 {
    background-image: url("../img/circle/mobile/bg2.png"); } }
          body #capsules .circle .bgs .bg.bg3 {
            background: url("../img/circle/bg3.png") center center no-repeat; }
@media(max-width: 480px) {
  body #capsules .circle .bgs .bg.bg3 {
    background-image: url("../img/circle/mobile/bg3.png"); } }
          body #capsules .circle .bgs .bg.bg4 {
            background: url("../img/circle/bg4.png") center center no-repeat; }
@media(max-width: 480px) {
  body #capsules .circle .bgs .bg.bg4 {
    background-image: url("../img/circle/mobile/bg4.png"); } }
          body #capsules .circle .bgs .bg.bg5 {
            background: url("../img/circle/bg5.png") center center no-repeat; }
@media(max-width: 480px) {
  body #capsules .circle .bgs .bg.bg5 {
    background-image: url("../img/circle/mobile/bg5.png"); } }
          body #capsules .circle .bgs .bg.bg6 {
            background: url("../img/circle/bg6.png") center center no-repeat; }
@media(max-width: 480px) {
  body #capsules .circle .bgs .bg.bg6 {
    background-image: url("../img/circle/mobile/bg6.png"); } }
  body #sustentabilidade {
    padding-top: 70px;
    padding-bottom: 140px;
    background: url("../img/sustentabilidade/bg.jpg") center bottom no-repeat #000; }
@media(max-width: 480px) {
  body #sustentabilidade {
    padding-top: 50px;
    padding-bottom: 180px;
    background-position: -890px bottom; } }
    body #sustentabilidade .title {
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 84px;
      color: #c2a572; }
@media(max-width: 480px) {
  body #sustentabilidade .title {
    font-size: 15px;
    padding-bottom: 50px; } }
    body #sustentabilidade .items {
      display: block;
      margin: 0 auto;
      max-width: 780px;
      padding-bottom: 130px; }
      body #sustentabilidade .items .item {
        float: left;
        width: calc(33.33% - 30px);
        padding-right: 15px;
        padding-left: 15px; }
@media(max-width: 480px) {
  body #sustentabilidade .items .item {
    padding: 0;
    width: 225px;
    margin: 15px auto 30px;
    float: none; } }
        body #sustentabilidade .items .item .image {
          display: block;
          width: 223px;
          height: 223px;
          border: 4px solid white;
          background-position: center center;
          background-repeat: no-repeat;
          margin: 0 auto 25px;
          border-radius: 50%; }
        body #sustentabilidade .items .item.item1 .image {
          background-image: url("../img/sustentabilidade/img1.jpg"); }
        body #sustentabilidade .items .item.item2 .image {
          background-image: url("../img/sustentabilidade/img2.jpg"); }
        body #sustentabilidade .items .item.item3 .image {
          background-image: url("../img/sustentabilidade/img3.jpg"); }
        body #sustentabilidade .items .item p {
          font-size: 12px;
          color: #fff; }
    body #sustentabilidade .conheca {
      max-width: 780px;
      margin: 0 auto; }
      body #sustentabilidade .conheca p {
        font-size: 16px;
        color: #c2a572; }
@media(max-width: 480px) {
  body #sustentabilidade .conheca p {
    max-width: 250px;
    padding-left: 30px;
    font-size: 13px; } }
@media(max-width: 480px) {
  body #sustentabilidade .conheca p br {
    display: none; } }
      body #sustentabilidade .conheca a {
        font-size: 16px;
        color: #c2a572;
        text-decoration: underline; }
@media(max-width: 480px) {
  body #sustentabilidade .conheca a {
    font-size: 13px; } }
  body #onde-comprar {
    background: url("../img/bg-onde-comprar.jpg") center top no-repeat #000000;
    padding-top: 215px;
    padding-bottom: 80px; }
@media(max-width: 480px) {
  body #onde-comprar {
    padding-bottom: 0; } }
    body #onde-comprar .title {
      padding-bottom: 65px; }
@media(max-width: 480px) {
  body #onde-comprar .title {
    padding-bottom: 40px; } }
      body #onde-comprar .title h2 {
        font-size: 20px;
        color: #c2a572;
        line-height: 35px; }
@media(max-width: 480px) {
  body #onde-comprar .title h2 {
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 20px; }
    body #onde-comprar .title h2 br {
      display: none; } }
    body #onde-comprar .columns {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
@media(max-width: 480px) {
  body #onde-comprar .columns {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
      body #onde-comprar .columns .column {
        width: 25%; }
@media(max-width: 480px) {
  body #onde-comprar .columns .column {
    width: 50%;
    margin-bottom: 45px; } }
        body #onde-comprar .columns .column .icon {
          height: 50px;
          width: 49px;
          margin-right: auto;
          margin-left: auto; }
          body #onde-comprar .columns .column .icon.icon1 {
            background-position: -127px -149px; }
          body #onde-comprar .columns .column .icon.icon2 {
            background-position: -186px -150px;
            width: 29px; }
          body #onde-comprar .columns .column .icon.icon3 {
            background-position: -228px -149px; }
          body #onde-comprar .columns .column .icon.icon4 {
            background-position: -285px -148px;
            width: 30px; }
      body #onde-comprar .columns h4 {
        font-size: 17.33px;
        color: #c2a572;
        text-transform: uppercase;
        text-align: center;
        margin-top: 30px; }
@media(max-width: 480px) {
  body #onde-comprar .columns h4 {
    font-size: 10.79px;
    line-height: 14.56px;
    margin-top: 18px; } }
        body #onde-comprar .columns h4 a {
          color: inherit;
          text-decoration: underline; }
        body #onde-comprar .columns h4::after {
          content: "";
          display: block;
          height: 2px;
          width: 49px;
          margin: 18px auto 20px;
          background: #ffffff; }
@media(max-width: 480px) {
  body #onde-comprar .columns h4::after {
    margin: 11px auto 10px; } }
      body #onde-comprar .columns p {
        color: #ffffff;
        font-size: 13.86px;
        text-align: center;
        line-height: 23px; }
@media(max-width: 480px) {
  body #onde-comprar .columns p {
    font-size: 12px;
    line-height: 14.56px; } }
        body #onde-comprar .columns p a {
          color: inherit;
          text-decoration: underline; }
  body #clube-nespresso {
    background: url("../img/bg-club.jpg") center top no-repeat #000000;
    padding-top: 68px;
    padding-bottom: 65px; }
@media(max-width: 480px) {
  body #clube-nespresso {
    background-image: url("../img/bg-club-mobile.jpg"); } }
    body #clube-nespresso .title {
      max-width: 667px;
      margin-left: auto;
      padding-bottom: 80px; }
@media(max-width: 480px) {
  body #clube-nespresso .title {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto; } }
      body #clube-nespresso .title h2 {
        color: #c2a572;
        text-align: left;
        padding-bottom: 30px; }
@media(max-width: 480px) {
  body #clube-nespresso .title h2 {
    max-width: 210px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    body #clube-nespresso .title h2 br {
      display: none; } }
      body #clube-nespresso .title p {
        color: #ffffff;
        font-size: 18px;
        text-align: left;
        text-transform: none; }
@media(max-width: 480px) {
  body #clube-nespresso .title p {
    font-size: 12.08px;
    max-width: 150px;
    margin-right: 15px;
    margin-left: auto;
    line-height: 18px; } }
        body #clube-nespresso .title p a {
          text-decoration: underline;
          color: #ffffff; }
    body #clube-nespresso .boxes {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      max-width: 836px;
      margin-right: auto;
      margin-left: auto; }
@media(max-width: 480px) {
  body #clube-nespresso .boxes {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 296px; } }
      body #clube-nespresso .boxes .box {
        height: 270px;
        width: 261px;
        background: url("../img/border-box.png") center center no-repeat;
        margin-bottom: 28px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        text-align: center; }
@media(max-width: 480px) {
  body #clube-nespresso .boxes .box {
    background-image: url("../img/border-box-mobile.png");
    height: 149px;
    width: 140px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    padding-top: 22px;
    margin-bottom: 15px; } }
        body #clube-nespresso .boxes .box .icon {
          height: 79px;
          width: 79px;
          margin-right: auto;
          margin-bottom: 25px;
          margin-left: auto; }
@media(max-width: 480px) {
  body #clube-nespresso .boxes .box .icon {
    height: 42px;
    width: 42px;
    background-image: url("../img/icons/sprite-mobile.png");
    margin-bottom: 15px; } }
        body #clube-nespresso .boxes .box.box1 .icon {
          background-position: -10px -220px; }
@media(max-width: 480px) {
  body #clube-nespresso .boxes .box.box1 .icon {
    background-position: 0 0;
    width: 42px; } }
        body #clube-nespresso .boxes .box.box2 .icon {
          background-position: -114px -225px;
          width: 91px; }
@media(max-width: 480px) {
  body #clube-nespresso .boxes .box.box2 .icon {
    background-position: -51px -8px;
    height: 26px;
    width: 49px; } }
        body #clube-nespresso .boxes .box.box3 .icon {
          background-position: -230px -230px; }
@media(max-width: 480px) {
  body #clube-nespresso .boxes .box.box3 .icon {
    background-position: -5px -58px;
    height: 29px;
    width: 33px; } }
        body #clube-nespresso .boxes .box.box4 .icon {
          background-position: -12px -335px; }
@media(max-width: 480px) {
  body #clube-nespresso .boxes .box.box4 .icon {
    background-position: -62px -59px;
    height: 28px;
    width: 28px; } }
        body #clube-nespresso .boxes .box.box5 .icon {
          background-position: -121px -335px; }
@media(max-width: 480px) {
  body #clube-nespresso .boxes .box.box5 .icon {
    background-position: -2px -100px;
    height: 28px;
    width: 38px; } }
        body #clube-nespresso .boxes .box.box6 .icon {
          background-position: -233px -340px; }
@media(max-width: 480px) {
  body #clube-nespresso .boxes .box.box6 .icon {
    background-position: -63px -96px;
    height: 35px;
    width: 26px; } }
        body #clube-nespresso .boxes .box h5 {
          font-family: "Nespresso-Bold", Arial, sans-serif;
          font-size: 17.38px;
          text-transform: uppercase;
          color: #ffffff; }
@media(max-width: 480px) {
  body #clube-nespresso .boxes .box h5 {
    font-size: 10.77px; } }
        body #clube-nespresso .boxes .box p {
          color: #ffffff;
          font-size: 14.48px;
          line-height: 24px;
          padding-right: 21px;
          padding-left: 21px; }
@media(max-width: 480px) {
  body #clube-nespresso .boxes .box p {
    font-size: 9.79px;
    line-height: 12.93px;
    padding-right: 4px;
    padding-left: 4px; }
    body #clube-nespresso .boxes .box p br {
      display: none; } }
      body #clube-nespresso .boxes:hover .box {
        opacity: 0.5; }
        body #clube-nespresso .boxes:hover .box:hover {
          opacity: 1; }
  body footer {
    height: 32px;
    background: #000000; }
@media(max-width: 480px) {
  body footer {
    background: #252525; } }
    body footer img {
      display: block;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      top: -45px; }
      body footer img.mobile {
        display: none; }
@media(max-width: 480px) {
  body footer img {
    top: -19px; }
    body footer img.mobile {
      display: block; }
    body footer img.desktop {
      display: none; } }

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