@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: 'Knockout';
  font-weight: 400;
  src: url("../fonts/Knockout.otf");
}

@font-face {
  font-family: 'MisterK';
  font-weight: 400;
  src: url("../fonts/MisterKWeb.otf");
}

/* /Fonts */
/* Variables */
/* /Variables */
/* General */
body, html {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: initial;
}

a {
  text-decoration: none;
  color: inherit;
}

a.af-flexlink {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

button {
  outline: none;
  border: none;
}

img {
  max-width: 100%;
}

.af-v-hidden {
  visibility: hidden;
}

.af-d-none {
  display: none;
}

.af-mobile {
  display: none;
}

.af-container {
  max-width: 940px;
  margin: 0 auto;
}

i {
  background-size: contain;
  background-repeat: no-repeat;
}

i.af-arrow-right {
  width: 10px;
  height: 11px;
  background-image: url("../img/seta.png");
  margin-left: 5px;
}

/* /General */
.af-container {
  /* af-header */
  /* af-menu */
  /* af-aproveite */
  /* af-receitas */
  /* af-tecnologia */
  /* .af-funcionalidades */
  /* af-feita */
  /* af-preferida */
}

.af-container > * {
  margin-top: -1.1px;
}

.af-container .af-section-title {
  font-size: 43px;
  font-family: "MisterK";
  font-weight: 400;
}

.af-container .af-section-subtitle {
  font-size: 60px;
  font-family: "Knockout";
  text-transform: uppercase;
  font-weight: 400;
}

.af-container .af-section-text {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
}

.af-container .af-general-text {
  font-size: 16px;
  font-family: "Roboto";
}

.af-container .af-btn-assista {
  background-color: #e2001a;
  border-radius: 5px;
  border: none;
  width: 197px;
  height: 37px;
  position: relative;
}

.af-container .af-btn-assista a {
  font-size: 16px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 700;
  text-transform: uppercase;
}

.af-container .af-header {
  background-image: url("../img/header/header-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.af-container .af-header .af-header-title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.af-container .af-header .af-header-title .af-title-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.af-container .af-header .af-header-title .af-title-wrapper h6 {
  color: #000;
}

.af-container .af-header .af-header-title .af-title-wrapper h4 {
  color: #e2001a;
  position: relative;
  top: -1px;
}

.af-container .af-header .af-header-title .af-title-wrapper::before, .af-container .af-header .af-header-title .af-title-wrapper::after {
  content: "";
  display: block;
  width: 46px;
  height: 11px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.af-container .af-header .af-header-title .af-title-wrapper::before {
  background-image: url("../img/detail-down.png");
  top: -3%;
  left: -3%;
}

.af-container .af-header .af-header-title .af-title-wrapper::after {
  background-image: url("../img/detail-up.png");
  bottom: -3%;
  right: -3%;
}

.af-container .af-header .af-header-title .af-button-wrapper {
  margin-bottom: 45px;
}

.af-container .af-header .af-header-title .af-button-wrapper .af-btn-assista {
  background-color: #e2001a;
  border-radius: 5px;
  border: none;
  width: 197px;
  height: 37px;
  position: relative;
}

.af-container .af-header .af-header-title .af-button-wrapper .af-btn-assista a {
  font-size: 16px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 700;
  text-transform: uppercase;
}

.af-container .af-menu {
  height: 97px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
}

.af-container .af-menu .af-menu-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.af-container .af-menu .af-menu-link-wrapper .af-menu-item {
  color: #000;
  font-weight: 400;
  text-align: center;
}

.af-container .af-menu .af-menu-button-wrapper .af-btn-conheca {
  width: 157px;
  height: 37px;
  border-radius: 5px;
  background-color: #e2001a;
}

.af-container .af-menu .af-menu-button-wrapper .af-btn-conheca a {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: none;
}

.af-container .af-aproveite {
  background-image: url("../img/aproveite/aproveite-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.af-container .af-aproveite .af-aproveite-title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.af-container .af-aproveite .af-aproveite-title .af-aproveite-title-wrapper {
  display: inline-block;
  position: relative;
}

.af-container .af-aproveite .af-aproveite-title .af-aproveite-title-wrapper h6 {
  color: #000;
}

.af-container .af-aproveite .af-aproveite-title .af-aproveite-title-wrapper h4 {
  color: #e2001a;
  position: relative;
  top: -6px;
}

.af-container .af-aproveite .af-aproveite-title .af-aproveite-title-wrapper p {
  color: #fff;
  font-weight: 400;
}

.af-container .af-aproveite .af-aproveite-carousel {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 396px;
  height: 227px;
  border-radius: 5px;
  background-color: #e2001a;
}

.af-container .af-aproveite .af-aproveite-carousel .carousel {
  height: 100%;
  margin-bottom: 0;
}

.af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-indicators {
  bottom: 25px;
  top: unset;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100px;
}

.af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-indicators li {
  border-radius: 50%;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  background-color: #fff;
  cursor: pointer;
}

.af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-indicators li.active {
  background-color: #000;
}

.af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-inner {
  height: 100%;
}

.af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-inner .item {
  height: 90%;
}

.af-container .af-aproveite .af-aproveite-carousel .af-aproveite-carousel-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.af-container .af-aproveite .af-aproveite-carousel .af-aproveite-carousel-item-wrapper .af-aproveite-carousel-image {
  margin-right: 24px;
}

.af-container .af-aproveite .af-aproveite-carousel .af-aproveite-carousel-item-wrapper .af-aproveite-carousel-text h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.af-container .af-aproveite .af-aproveite-carousel .af-aproveite-carousel-item-wrapper .af-aproveite-carousel-text p {
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.af-container .af-receitas {
  background-image: url("../img/receitas/receitas-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.af-container .af-receitas .af-receitas-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.af-container .af-receitas .af-receitas-title {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.af-container .af-receitas .af-receitas-title .af-receitas-title-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.af-container .af-receitas .af-receitas-title .af-receitas-title-wrapper h6 {
  color: #fff;
}

.af-container .af-receitas .af-receitas-title .af-receitas-title-wrapper h4 {
  color: #fff;
  position: relative;
  top: -3px;
  margin-bottom: 25px;
}

.af-container .af-receitas .af-receitas-title .af-receitas-title-wrapper p {
  color: #fff;
  text-align: center;
}

.af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button {
  height: 78px;
  width: 77px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  margin: 0 7.5px;
  background-color: transparent;
}

.af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button.french-fries {
  background-image: url("../img/receitas/icon-french-fries.png");
}

.af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button.snack {
  background-image: url("../img/receitas/icon-snack.png");
}

.af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button.fish {
  background-image: url("../img/receitas/icon-fish.png");
}

.af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button.bread {
  background-image: url("../img/receitas/icon-bread.png");
}

.af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button.meat {
  background-image: url("../img/receitas/icon-meat.png");
}

.af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button.chicken {
  background-image: url("../img/receitas/icon-chicken.png");
}

.af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button.shrimp {
  background-image: url("../img/receitas/icon-shrimp.png");
}

.af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button.doughnut {
  background-image: url("../img/receitas/icon-doughnut.png");
}

.af-container .af-receitas .af-receitas-content-tabs {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab {
  display: none;
}

.af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab.af-active {
  display: block;
}

.af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-text {
  padding: 25px 29px;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 90px;
}

.af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-text h5 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  width: 100%;
}

.af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-text p {
  color: #000;
  margin: 0;
  font-weight: 400;
}

.af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image {
  text-align: center;
  position: relative;
  height: 280px;
}

.af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image img {
  position: absolute;
  left: calc(50% + 15px);
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.af-container .af-tecnologia {
  background-color: #292929;
  padding-bottom: 60px;
}

.af-container .af-tecnologia .af-tecnologia-title {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.af-container .af-tecnologia .af-tecnologia-title .af-tecnologia-title-wrapper h6 {
  color: #fff;
}

.af-container .af-tecnologia .af-tecnologia-title .af-tecnologia-title-wrapper h4 {
  color: #fff;
  position: relative;
  top: 10px;
  margin-bottom: 55px;
}

.af-container .af-tecnologia .af-tecnologia-title .af-tecnologia-title-wrapper p {
  color: #fff;
  text-align: center;
}

.af-container .af-tecnologia .af-tecnologia-gif {
  margin: 45px 0;
  text-align: center;
}

.af-container .af-tecnologia .af-tecnologia-gif img {
  height: 334px;
}

.af-container .af-tecnologia .af-tecnologia-list {
  text-align: center;
}

.af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper {
  display: inline-block;
  text-align: left;
}

.af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper p {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
}

.af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-list-items p {
  position: relative;
  margin-bottom: 2px;
}

.af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-list-items p::before {
  content: "•";
  margin-right: 5px;
}

.af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-button-wrapper {
  margin-top: 35px;
}

.af-container .af-funcionalidades {
  background-color: #e2001a;
  padding: 0 50px;
}

.af-container .af-funcionalidades .af-funcionalidades-title {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.af-container .af-funcionalidades .af-funcionalidades-title .af-funcionalidades-title-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 55px;
}

.af-container .af-funcionalidades .af-funcionalidades-title .af-funcionalidades-title-wrapper h6 {
  color: #fff;
}

.af-container .af-funcionalidades .af-funcionalidades-title .af-funcionalidades-title-wrapper h4 {
  color: #fff;
  position: relative;
  top: 5px;
}

.af-container .af-funcionalidades .af-funcionalidades-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100%/3);
  margin-bottom: 50px;
}

.af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon > * {
  width: 100%;
}

.af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon img {
  width: 122px;
  height: 124px;
}

.af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon .af-funcionalidade-icon-text {
  text-align: center;
  margin-top: 15px;
}

.af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon .af-funcionalidade-icon-text h6 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon .af-funcionalidade-icon-text p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.af-container .af-feita {
  padding-bottom: 95px;
  background-color: #fff;
}

.af-container .af-feita .af-feita-title {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.af-container .af-feita .af-feita-title .af-feita-title-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}

.af-container .af-feita .af-feita-title .af-feita-title-wrapper h6 {
  color: #000;
}

.af-container .af-feita .af-feita-title .af-feita-title-wrapper h4 {
  color: #e2001a;
  position: relative;
  top: 5px;
}

.af-container .af-feita .af-feita-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 35px;
}

.af-container .af-feita .af-feita-slider .af-feita-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 100px;
}

.af-container .af-feita .af-feita-slider .af-feita-slider-item .af-feita-slider-item-img {
  margin-right: 30px;
}

.af-container .af-feita .af-feita-slider .af-feita-slider-item .af-feita-slider-item-text h6 {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.af-container .af-feita .af-feita-slider .af-feita-slider-item .af-feita-slider-item-text .af-feita-slider-item-list {
  margin-top: 25px;
}

.af-container .af-feita .af-feita-slider .af-feita-slider-item .af-feita-slider-item-text .af-feita-slider-item-list p {
  color: #000;
  font-weight: 400;
  margin: 0;
}

.af-container .af-feita .af-feita-slider .af-feita-slider-item .af-feita-slider-item-text .af-feita-slider-item-list p::before {
  content: "•";
  margin-right: 5px;
}

.af-container .af-feita .af-feita-slider .af-feita-slider-item .af-feita-slider-item-button {
  margin-top: 45px;
}

.af-container .af-feita .af-feita-slider .af-feita-slider-item .af-feita-slider-item-button .af-btn-compre-aqui {
  width: 184px;
  height: 34px;
  border-radius: 5px;
  background-color: #e2001a;
}

.af-container .af-feita .af-feita-slider .af-feita-slider-item .af-feita-slider-item-button .af-btn-compre-aqui a {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: none;
}

.af-container .af-feita .af-feita-slider::-webkit-scrollbar {
  width: 10px;
  height: 9px;
  border-radius: 10px;
}

.af-container .af-feita .af-feita-slider::-webkit-scrollbar-track {
  background: #252525;
  border-radius: 10px;
}

.af-container .af-feita .af-feita-slider::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e2001a;
  height: 3px;
}

.af-container .af-feita .af-feita-slider::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}

.af-container .af-preferida {
  background-color: #252525;
  padding-bottom: 80px;
}

.af-container .af-preferida .af-preferida-title {
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.af-container .af-preferida .af-preferida-title .af-preferida-title-wrapper h6 {
  color: #fff;
}

.af-container .af-preferida .af-preferida-title .af-preferida-title-wrapper h4 {
  color: #fff;
  position: relative;
  top: 10px;
}

.af-container .af-preferida .af-preferida-carousel .carousel {
  padding-bottom: 45px;
}

.af-container .af-preferida .af-preferida-carousel .carousel .carousel-indicators {
  top: unset;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
}

.af-container .af-preferida .af-preferida-carousel .carousel .carousel-indicators li {
  border-radius: 50%;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  background-color: #fff;
  cursor: pointer;
}

.af-container .af-preferida .af-preferida-carousel .carousel .carousel-indicators li.active {
  background-color: #e2001a;
}

.af-container .af-preferida .af-preferida-carousel .af-preferida-carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.af-container .af-preferida .af-preferida-carousel .af-preferida-carousel-item > * {
  width: 100%;
  text-align: center;
}

.af-container .af-preferida .af-preferida-carousel .af-preferida-carousel-item .af-preferida-carousel-item-image {
  margin-bottom: 40px;
}

.af-container .af-preferida .af-preferida-carousel .af-preferida-carousel-item .af-preferida-carousel-item-text h6 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.af-container .af-preferida .af-preferida-carousel .af-preferida-carousel-item .af-preferida-carousel-item-text p {
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

/* af-container */
@media (max-width: 939px) {
  .af-container {
    max-width: 640px;
  }
}

@media (max-width: 641px) {
  .af-desk {
    display: none !important;
  }
  .af-mobile {
    display: block;
  }
  .af-container {
    /* af-header */
    /* af-menu */
    /* af-aproveite */
    /* af-receitas */
    /* af-tecnologia */
    /* .af-funcionalidades */
    /* af-feita */
  }
  .af-container .af-section-title {
    font-size: 38px;
  }
  .af-container .af-section-subtitle {
    font-size: 53px;
  }
  .af-container .af-section-text {
    font-size: 18px;
  }
  .af-container .af-general-text {
    font-size: 18px;
  }
  .af-container .af-header {
    background-image: url("../img/header/header-bg-mobile.jpg");
  }
  .af-container .af-header .af-header-title {
    margin-top: 30px;
  }
  .af-container .af-header .af-header-title::before, .af-container .af-header .af-header-title::after {
    width: 40px;
    height: 9px;
  }
  .af-container .af-header .af-header-title::before {
    left: -3%;
  }
  .af-container .af-header .af-header-title::after {
    right: -3%;
  }
  .af-container .af-header .af-header-title .af-button-wrapper .af-btn-assista {
    width: 219px;
    height: 41px;
  }
  .af-container .af-header .af-header-title .af-button-wrapper .af-btn-assista a {
    font-size: 18px;
  }
  .af-container .af-header .af-badge-wrapper img {
    width: 75px;
    height: auto;
  }
  .af-container .af-menu {
    padding: 0 20px;
  }
  .af-container .af-menu .af-menu-button-wrapper .af-btn-conheca {
    width: 107px;
    height: 63px;
  }
  .af-container .af-aproveite {
    background-image: url("../img/aproveite/aproveite-bg-mobile.jpg");
  }
  .af-container .af-aproveite .af-aproveite-title .af-aproveite-title-wrapper p {
    color: #000;
  }
  .af-container .af-aproveite .af-aproveite-carousel {
    width: 436px;
    height: 149px;
  }
  .af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-control {
    height: 108px;
    width: 44px;
    background: transparent;
    border: none;
    border-radius: 0;
    opacity: 1;
    top: 65%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-control.right {
    background-image: url("../img/aproveite/arrow-right.png");
    right: -17%;
  }
  .af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-control.left {
    background-image: url("../img/aproveite/arrow-left.png");
    left: -17%;
  }
  .af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-inner .item {
    height: 100%;
  }
  .af-container .af-receitas {
    background-image: url("../img/receitas/receitas-bg-mobile.jpg");
  }
  .af-container .af-receitas .af-receitas-title .af-receitas-title-wrapper {
    margin-bottom: 45px;
  }
  .af-container .af-receitas .af-receitas-title .af-receitas-title-wrapper h4 {
    margin-bottom: 20px;
  }
  .af-container .af-receitas .af-receitas-title .af-receitas-title-wrapper p {
    margin: 0;
  }
  .af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15%;
  }
  .af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button {
    margin: 0 7.5px 10px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-text {
    width: 410px;
    height: 135px;
    padding: 20px 29px;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image {
    height: 250px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image img {
    left: calc(50% + 5px);
  }
  .af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper p {
    font-weight: 700;
    margin-bottom: 0;
  }
  .af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-list-items p {
    font-weight: 400;
  }
  .af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-button-wrapper {
    margin-top: 50px;
    text-align: center;
  }
  .af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-button-wrapper .af-btn-assista {
    width: 212px;
    height: 53px;
  }
  .af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-button-wrapper .af-btn-assista a {
    font-size: 18px;
  }
  .af-container .af-funcionalidades {
    padding: 0 30px;
  }
  .af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
  .af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon > * {
    width: 50%;
  }
  .af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon img {
    width: 84px;
    height: 85px;
  }
  .af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon .af-funcionalidade-icon-text {
    margin-left: 35px;
    margin-top: 0;
  }
  .af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon .af-funcionalidade-icon-text h6, .af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon .af-funcionalidade-icon-text p {
    text-align: left;
  }
  .af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon .af-funcionalidade-icon-text p {
    white-space: nowrap;
  }
  .af-container .af-feita .af-feita-title .af-feita-title-wrapper h4 {
    margin-bottom: 35px;
  }
  .af-container .af-feita .af-feita-title .af-feita-title-wrapper .af-feita-button {
    margin-top: 65px;
  }
  .af-container .af-feita .af-feita-title .af-feita-title-wrapper .af-feita-button .af-btn-conheca {
    width: 246px;
    height: 60px;
    background-color: #e2001a;
    border-radius: 5px;
  }
  .af-container .af-feita .af-feita-title .af-feita-title-wrapper .af-feita-button .af-btn-conheca a {
    font-size: 18px;
    color: #fff;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
  }
  .af-container .af-feita .af-feita-carousel .carousel .carousel-control {
    height: 108px;
    width: 44px;
    background: transparent;
    border: none;
    border-radius: 0;
    opacity: 1;
    top: 25%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .af-container .af-feita .af-feita-carousel .carousel .carousel-control.right {
    background-image: url("../img/feita/arrow-right.png");
    right: 35px;
  }
  .af-container .af-feita .af-feita-carousel .carousel .carousel-control.left {
    background-image: url("../img/feita/arrow-left.png");
    left: 35px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item > * {
    width: 100%;
    text-align: center;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-image {
    margin-bottom: 60px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text h6 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-list {
    margin-top: 25px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-list p {
    color: #000;
    font-weight: 400;
    margin: 0 0 5px 0;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-list p::before {
    content: "•";
    margin-right: 5px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-button {
    margin-top: 45px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-button .af-btn-compre-aqui {
    width: 246px;
    height: 60px;
    border-radius: 5px;
    background-color: #e2001a;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-button .af-btn-compre-aqui a {
    font-size: 18px;
    color: #fff;
    font-family: "Roboto";
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: none;
  }
  .af-container .af-preferida .af-preferida-carousel .carousel .carousel-control {
    height: 108px;
    width: 44px;
    background: transparent;
    border: none;
    border-radius: 0;
    opacity: 1;
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .af-container .af-preferida .af-preferida-carousel .carousel .carousel-control.right {
    background-image: url("../img/preferida/arrow-right.png");
    right: 15px;
  }
  .af-container .af-preferida .af-preferida-carousel .carousel .carousel-control.left {
    background-image: url("../img/preferida/arrow-left.png");
    left: 15px;
  }
  .af-container .af-preferida .af-preferida-carousel .af-preferida-carousel-item {
    min-height: 395px;
  }
  /* af-container */
}

/* 640px */
@media (max-width: 426px) {
  .af-container {
    /* af-header */
    /* af-menu */
    /* af-aproveite */
    /* af-receitas */
    /* af-tecnologia */
    /* af-funcionalidades */
    /* af-feita */
    /* af-preferida */
  }
  .af-container * {
    line-height: 1.2;
  }
  .af-container .af-section-title {
    font-size: 25px;
  }
  .af-container .af-section-subtitle {
    font-size: 35px;
  }
  .af-container .af-section-text {
    font-size: 12px;
  }
  .af-container .af-general-text {
    font-size: 12px;
  }
  .af-container .af-header .af-header-title .af-title-wrapper {
    margin-bottom: 20px;
  }
  .af-container .af-header .af-header-title .af-title-wrapper::before, .af-container .af-header .af-header-title .af-title-wrapper::after {
    width: 41px;
    height: 6px;
  }
  .af-container .af-header .af-header-title .af-title-wrapper::before {
    left: -1%;
  }
  .af-container .af-header .af-header-title .af-title-wrapper::after {
    bottom: 0%;
    right: -12%;
  }
  .af-container .af-header .af-header-title .af-button-wrapper {
    margin-bottom: 20px;
  }
  .af-container .af-header .af-header-title .af-button-wrapper .af-btn-assista {
    width: 146px;
    height: 27px;
  }
  .af-container .af-header .af-header-title .af-button-wrapper .af-btn-assista a {
    font-size: 12px;
  }
  .af-container .af-header .af-badge-wrapper img {
    width: 50px;
  }
  .af-container .af-menu {
    padding: 0 10px;
    height: 64px;
  }
  .af-container .af-menu .af-menu-link-wrapper .af-menu-item {
    line-height: 1.2;
  }
  .af-container .af-menu .af-menu-button-wrapper .af-btn-conheca {
    width: 71px;
    height: 42px;
  }
  .af-container .af-menu .af-menu-button-wrapper .af-btn-conheca a {
    line-height: 1.2;
  }
  .af-container .af-aproveite .af-aproveite-title {
    margin-top: 20px;
  }
  .af-container .af-aproveite .af-aproveite-carousel {
    width: 289px;
    height: 99px;
    bottom: 40px;
  }
  .af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-control {
    height: 73px;
    width: 30px;
    top: 72%;
  }
  .af-container .af-aproveite .af-aproveite-carousel .af-aproveite-carousel-item-wrapper .af-aproveite-carousel-image img {
    width: 56px;
  }
  .af-container .af-receitas .af-receitas-title {
    margin-top: 20px;
  }
  .af-container .af-receitas .af-receitas-title .af-receitas-title-wrapper {
    margin-bottom: 25px;
  }
  .af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button {
    height: 52px;
    width: 51px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-text {
    width: 272px;
    height: 90px;
    padding: 10px 15px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image {
    height: 160px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image img {
    width: 51%;
  }
  .af-container .af-tecnologia {
    padding-bottom: 40px;
  }
  .af-container .af-tecnologia .af-tecnologia-title .af-tecnologia-title-wrapper h4 {
    margin-bottom: 40px;
  }
  .af-container .af-tecnologia .af-tecnologia-gif {
    margin: 15px 0;
  }
  .af-container .af-tecnologia .af-tecnologia-gif img {
    height: 198px;
  }
  .af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-button-wrapper {
    margin-top: 35px;
  }
  .af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-button-wrapper .af-btn-assista {
    width: 141px;
    height: 35px;
  }
  .af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-button-wrapper .af-btn-assista a {
    font-size: 12px;
  }
  .af-container .af-funcionalidades {
    padding: 0;
  }
  .af-container .af-funcionalidades .af-funcionalidades-title .af-funcionalidades-title-wrapper {
    margin-bottom: 40px;
  }
  .af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon img {
    width: 57px;
    height: 57px;
  }
  .af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon .af-funcionalidade-icon-text {
    margin-left: 20px;
  }
  .af-container .af-feita {
    padding-bottom: 50px;
  }
  .af-container .af-feita .af-feita-title .af-feita-title-wrapper h4 {
    top: 0;
    margin-bottom: 20px;
  }
  .af-container .af-feita .af-feita-title .af-feita-title-wrapper .af-feita-button {
    margin-top: 35px;
  }
  .af-container .af-feita .af-feita-title .af-feita-title-wrapper .af-feita-button .af-btn-conheca {
    width: 163px;
    height: 40px;
  }
  .af-container .af-feita .af-feita-title .af-feita-title-wrapper .af-feita-button .af-btn-conheca a {
    font-size: 12px;
  }
  .af-container .af-feita .af-feita-carousel .carousel .carousel-control {
    height: 73px;
    width: 30px;
    top: 18%;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-image {
    margin-bottom: 40px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-image img {
    height: 150px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-button {
    margin-top: 35px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-button .af-btn-compre-aqui {
    width: 163px;
    height: 40px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-button .af-btn-compre-aqui a {
    font-size: 12px;
  }
  .af-container .af-preferida {
    padding-bottom: 40px;
  }
  .af-container .af-preferida .af-preferida-title {
    margin-bottom: 30px;
  }
  .af-container .af-preferida .af-preferida-carousel .carousel {
    padding-bottom: 0;
  }
  .af-container .af-preferida .af-preferida-carousel .carousel .carousel-control {
    height: 73px;
    width: 30px;
    top: 37%;
  }
  .af-container .af-preferida .af-preferida-carousel .carousel .carousel-control.left {
    left: 30px;
  }
  .af-container .af-preferida .af-preferida-carousel .carousel .carousel-control.right {
    right: 30px;
  }
  .af-container .af-preferida .af-preferida-carousel .af-preferida-carousel-item {
    min-height: 259px;
  }
  .af-container .af-preferida .af-preferida-carousel .af-preferida-carousel-item .af-preferida-carousel-item-image {
    margin-bottom: 20px;
  }
  .af-container .af-preferida .af-preferida-carousel .af-preferida-carousel-item .af-preferida-carousel-item-image img {
    width: 57.7%;
  }
  /* af-container */
}

/* 425px */
@media (max-width: 415px) {
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image {
    height: 130px;
  }
}

/* 414px */
@media (max-width: 387px) {
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image {
    height: 125px;
  }
}

/* 386px */
@media (max-width: 376px) {
  .af-container {
    /* af-header */
    /* af-menu */
    /* af-aproveite */
    /* af-receitas */
  }
  .af-container .af-section-title {
    font-size: 22px;
  }
  .af-container .af-section-subtitle {
    font-size: 31px;
  }
  .af-container .af-section-text {
    font-size: 11px;
  }
  .af-container .af-general-text {
    font-size: 11px;
  }
  .af-container .af-header .af-header-title .af-title-wrapper::before {
    top: -7%;
  }
  .af-container .af-header .af-header-title .af-title-wrapper::after {
    right: -14%;
  }
  .af-container .af-menu .af-menu-button-wrapper .af-btn-conheca {
    width: 63px;
    height: 37px;
  }
  .af-container .af-aproveite .af-aproveite-carousel {
    width: 275px;
    height: 87px;
  }
  .af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-control {
    width: 24px;
    height: 62px;
  }
  .af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-control.left {
    left: -15%;
  }
  .af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-control.right {
    right: -15%;
  }
  .af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button {
    height: 47px;
    width: 45px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-text {
    width: 243px;
    height: 89px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image {
    height: 130px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image img {
    width: 44%;
  }
  /* af-container */
}

/* 375px */
@media (max-width: 321px) {
  .af-container {
    /* af-header */
    /* af-header */
    /* af-aproveite */
    /* af-receitas */
    /* af-tecnologia */
    /* af-funcionalidades */
    /* af-feita */
  }
  .af-container .af-section-title {
    font-size: 19px;
  }
  .af-container .af-section-subtitle {
    font-size: 26px;
  }
  .af-container .af-section-text {
    font-size: 9px;
  }
  .af-container .af-general-text {
    font-size: 9px;
  }
  .af-container .af-header .af-header-title .af-title-wrapper {
    margin-bottom: 10px;
  }
  .af-container .af-header .af-header-title .af-button-wrapper .af-btn-assista {
    width: 110px;
    height: 20px;
  }
  .af-container .af-header .af-header-title .af-button-wrapper .af-btn-assista a {
    font-size: 9px;
  }
  .af-container .af-header .af-badge-wrapper img {
    width: 38px;
  }
  .af-container .af-menu .af-menu-button-wrapper .af-btn-conheca {
    width: 54px;
    height: 32px;
  }
  .af-container .af-aproveite .af-aproveite-carousel {
    width: 238px;
    height: 74px;
  }
  .af-container .af-aproveite .af-aproveite-carousel .carousel .carousel-control {
    width: 20px;
    height: 53px;
    top: 79%;
  }
  .af-container .af-receitas .af-receitas-title .af-receitas-title-wrapper h4 {
    margin-bottom: 10px;
  }
  .af-container .af-receitas .af-receitas-buttons .af-receitas-buttons-wrapper .af-receitas-button {
    height: 39px;
    width: 38px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-text {
    width: 210px;
    height: 68px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-text h5 {
    margin-bottom: 5px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image {
    height: 110px;
  }
  .af-container .af-receitas .af-receitas-content-tabs .af-receitas-content-tab .af-receitas-content-tab-image img {
    width: 50%;
  }
  .af-container .af-tecnologia .af-tecnologia-title {
    margin-top: 10px;
  }
  .af-container .af-tecnologia .af-tecnologia-title .af-tecnologia-title-wrapper {
    margin-top: 25px;
  }
  .af-container .af-tecnologia .af-tecnologia-title .af-tecnologia-title-wrapper h4 {
    margin-bottom: 25px;
  }
  .af-container .af-tecnologia .af-tecnologia-title .af-tecnologia-title-wrapper h5 {
    margin-bottom: 25px;
  }
  .af-container .af-tecnologia .af-tecnologia-gif img {
    height: 150px;
  }
  .af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-button-wrapper .af-btn-assista {
    width: 106px;
    height: 27px;
  }
  .af-container .af-tecnologia .af-tecnologia-list .af-tecnologia-list-wrapper .af-tecnologia-button-wrapper .af-btn-assista a {
    font-size: 9px;
  }
  .af-container .af-funcionalidades .af-funcionalidades-title {
    margin-top: 30px;
  }
  .af-container .af-funcionalidades .af-funcionalidades-icons .af-funcionalidade-icon {
    margin-bottom: 25px;
  }
  .af-container .af-feita {
    padding-bottom: 20px;
  }
  .af-container .af-feita .af-feita-title {
    margin-top: 30px;
  }
  .af-container .af-feita .af-feita-title .af-feita-title-wrapper h4 {
    margin-bottom: 10px;
  }
  .af-container .af-feita .af-feita-title .af-feita-title-wrapper .af-feita-button .af-btn-conheca {
    width: 123px;
    height: 30px;
  }
  .af-container .af-feita .af-feita-title .af-feita-title-wrapper .af-feita-button .af-btn-conheca a {
    font-size: 9px;
  }
  .af-container .af-feita .af-feita-carousel .carousel .carousel-control {
    width: 20px;
    height: 53px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-list {
    margin-top: 15px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-button .af-btn-compre-aqui {
    width: 123px;
    height: 30px;
  }
  .af-container .af-feita .af-feita-carousel .af-feita-carousel-item .af-feita-carousel-item-text .af-feita-carousel-item-button .af-btn-compre-aqui a {
    font-size: 9px;
  }
  .af-container .af-preferida .af-preferida-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .af-container .af-preferida .af-preferida-carousel .carousel .carousel-control {
    width: 20px;
    height: 53px;
  }
  .af-container .af-preferida .af-preferida-carousel .af-preferida-carousel-item {
    min-height: 205px;
  }
  /* af-container */
}

/* 320px */
/*# sourceMappingURL=main.css.map */