.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Mada, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  overflow: visible;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.container {
  flex-flow: column;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.variant-900px {
  max-width: 900px;
}

.red {
  color: #d12720;
}

.comment-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.comment-holder.variant {
  margin-top: 15px;
}

.reactions-text {
  color: #888;
  justify-content: center;
  align-items: center;
  width: 20px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.comment-reaction {
  color: #999;
  font-size: 12px;
  font-weight: 500;
}

.comment-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.section-comments {
  background-color: #fff;
}

.comment-image {
  border-radius: 100%;
  width: 100%;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
}

.comment-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f0f2f5;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  padding: 5px 10px;
  display: flex;
}

.comments-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.reaction-icon {
  max-width: 15px;
}

.comment-text {
  color: #000;
  font-size: 14px;
}

.comment-tittle {
  color: #3b5c9b;
  font-size: 16px;
}

.comments-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #e9ebee;
  border-radius: 25px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.reactions-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eaebef;
  border-radius: 100px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-bottom: -22px;
  padding: 2px 5px;
  display: flex;
  position: static;
  top: 0;
}

.comments-categories-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.notifiers-alert-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notifiers-alert-text {
  font-size: 12px;
}

.notifiers-alert-image {
  width: 100%;
  max-width: 15px;
}

.categories {
  background-color: #f3f4f6;
  border-radius: 100px;
  padding: 4px 10px;
  line-height: 1.3em;
}

.guarantee-content-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.guarantee-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.guarantee-image {
  width: 100%;
  max-width: 200px;
  height: 100%;
}

.guarantee-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.guarantee-tittle {
  text-align: center;
}

.cart {
  text-shadow: none;
  background-color: #52adc0;
  border-radius: 100%;
  width: 100%;
  min-width: auto;
  max-width: 50px;
  height: 100%;
  min-height: auto;
  max-height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
}

.potes-bonus-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-self: center;
  width: 100%;
  display: flex;
}

.total-and-shipping {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.total-and-shipping.variant {
  color: #fff;
}

.list-text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.list-text.variant {
  color: #fff;
}

.potes-button-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.linha-vermelha {
  -webkit-text-decoration: line-through red;
  text-decoration: line-through red;
  text-decoration-thickness: 2px;
}

.potes-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.potes-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.potes-price {
  color: #b67b1d;
  font-size: 55px;
}

.potes-price.variant {
  color: gold;
}

.potes-tittle-content-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #0e6478;
  text-align: center;
  text-shadow: -1px 1px 1px #fff;
  background-image: linear-gradient(#fbff56 48%, #fcd838 52%);
  border: 2px solid #ecbf33;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 0 2px #d4af3b;
}

.potes-bonus-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 0 dashed #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.potes-bonus-list.variant {
  border-color: #ffffff4d;
}

.subtitulo-potes {
  color: #232238;
  text-align: center;
  font-weight: 600;
}

.subtitulo-potes.variant {
  color: #fff;
  text-shadow: 0 3px 1px #00000080;
}

.potes-holder-div {
  color: #000;
  background-color: #fff;
  border: 3px solid #2b353b;
  border-radius: 15px;
  flex-flow: column;
  min-width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.potes-holder-div:hover {
  scale: 1.05;
}

.potes-holder-div.potes-6 {
  background-color: #fff;
  border-color: #f9d100;
}

.titulo-potes {
  color: #b67b1d;
  text-align: center;
  font-weight: 800;
}

.titulo-potes.variant {
  color: gold;
  text-shadow: 0 3px 1px #00000080;
  font-size: 35px;
}

.potes-price-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.yellow {
  color: #f0d700;
  text-shadow: 0 0 10px #f0d70033;
}

.button-text {
  font-family: Oswald, sans-serif;
}

.gift-text {
  color: #000;
  text-align: center;
  background-image: linear-gradient(90deg, #fad102, #d7a415);
  border-radius: 100px;
  align-self: center;
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
}

.potes-option-name {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.section-potes {
  background-color: #fff;
}

.section-potes.esconder {
  font-family: Mada, sans-serif;
}

.potes-content-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.potes-content-div.variant {
  background-color: #fff;
  background-image: linear-gradient(#6d767c, #2b353b);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.check-icon {
  border-radius: 100px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.potes-part2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.last-price {
  color: #f53040;
  -webkit-text-stroke-color: #000;
  font-weight: 800;
  -webkit-text-decoration: line-through #000;
  text-decoration: line-through #000;
  text-decoration-thickness: 2px;
}

.last-price.variant {
  color: gold;
}

.potes-tittle-div {
  background-color: #7e7e7e;
  background-image: linear-gradient(#00000080, #00000080);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 8px;
}

.potes-tittle-div.potes-6 {
  background-color: #032737;
}

.pote {
  object-fit: contain;
  max-height: 200px;
}

.potes-part1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.navbar {
  background-color: #0000;
  box-shadow: 0 0 4px #0000004d;
}

.sun {
  width: 48px;
  height: 24px;
}

.marca {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.logo {
  width: 120px;
  height: 24px;
}

.navbar-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 15px 0;
  display: flex;
}

.navbar-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.body {
  font-family: Mada, sans-serif;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar-icons {
  width: 22px;
  height: 22px;
}

.hero-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero-searcher-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-searcher-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.hero-searcher-image {
  width: 45px;
  height: 45px;
}

.hero-searcher-date {
  font-size: 12px;
  font-weight: 600;
}

.hero-text {
  font-family: Crimson Pro, sans-serif;
  font-size: 24px;
}

.hero-tittle {
  font-family: Prata, sans-serif;
  font-size: 48px;
}

.hero-start {
  font-size: 12px;
  font-weight: 700;
}

.navbar-icons-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar-desktop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.conteudo-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.conteudo-text {
  font-family: Crimson Pro, sans-serif;
  font-size: 20px;
}

.conteudo-button {
  text-align: center;
  background-color: #ff503c;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.image-principal {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .potes-bonus-div {
    width: 80%;
    max-width: 400px;
  }

  .potes-button-holder {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .potes-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .potes-bonus-list {
    justify-content: flex-start;
    align-items: center;
  }

  .potes-holder-div {
    max-width: 100%;
  }

  .potes-content-div {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .check-icon {
    width: 20px;
    height: 20px;
  }

  .potes-part2 {
    width: 100%;
  }

  .last-price.variant {
    color: #f53040;
  }

  .pote {
    object-fit: contain;
    width: 100%;
    max-width: 200px;
    height: 100%;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .potes-part1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .potes-parts-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sun {
    width: 30px;
    height: 18px;
  }

  .logo {
    width: 90px;
    height: 18px;
  }

  .navbar-div, .navbar-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .navbar-link {
    font-size: 14px;
  }

  .navbar-icons {
    width: 18px;
    max-width: 18px;
    height: 18px;
  }

  .navbar-icons-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-family: Mada, sans-serif;
    font-size: 16px;
    overflow: visible;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .container.variant {
    padding-left: 0;
    padding-right: 0;
  }

  .comment-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .comment-image {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
  }

  .comments-holder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .guarantee-content-div {
    flex-flow: column;
  }

  .cart {
    max-width: 40px;
    max-height: 40px;
    padding: 7px;
  }

  .potes-bonus-div {
    width: 100%;
  }

  .list-text {
    font-size: 12px;
  }

  .potes-button-holder {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .potes-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .potes-price {
    font-size: 40px;
    line-height: 1em;
  }

  .button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .potes-bonus-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  .subtitulo-potes {
    font-size: 12px;
  }

  .potes-holder-div:hover {
    scale: 1.02;
  }

  .titulo-potes, .titulo-potes.variant {
    font-size: 20px;
  }

  .button-text {
    font-size: 25px;
  }

  .gift-text {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
  }

  .potes-content-div {
    flex-flow: column;
  }

  .check-icon {
    width: 15px;
    height: 15px;
  }

  .potes-part2 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .last-price {
    font-size: 14px;
  }

  .last-price.variant {
    font-size: 16px;
  }

  .pote {
    max-height: 175px;
  }

  .potes-part1 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .potes-cards {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    overflow: hidden;
  }

  .sun {
    width: 25px;
    height: 16px;
  }

  .marca {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .logo {
    width: 80px;
    height: 16px;
  }

  .navbar-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-links {
    display: none;
  }

  .navbar-link {
    line-height: 1em;
  }

  .hero-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-searcher-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 10px;
  }

  .hero-searcher-image {
    width: 35px;
    height: 35px;
  }

  .hero-searcher-name {
    font-size: 14px;
    line-height: 1.2em;
  }

  .hero-text {
    font-size: 20px;
    line-height: 1.3em;
  }

  .hero-tittle {
    font-size: 24px;
    font-weight: 400;
  }

  .hero-start {
    line-height: 1.2em;
  }

  .navbar-icons-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar-desktop {
    width: 100%;
  }

  .navbar-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 525px;
    max-width: none;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .divisor {
    background-color: #ccc;
    width: 1px;
    height: 15px;
  }
}

@media screen and (max-width: 479px) {
  .potes-button-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 400px;
  }

  .potes-bonus-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .potes-content-div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .potes-part2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pote {
    max-height: 170px;
  }

  .hero-searcher-holder {
    margin-top: 0;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-tittle {
    font-size: 25px;
  }

  .navbar-desktop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}


