/*.box-banner {
    display: inline-block;
    vertical-align: top
}

.x-content__banner .box-banner a {
    display: block
}

.x-content__banner .box-banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0auto
}
*/
.assinatura-text {
  position: absolute;
  /* top: 70%; */
  left: 45%;
  transform: translateY(0%);
  width: 49%;
  /* height: 25rem; */
  overflow-x: hidden;
  overflow-y: auto;
  display: grid;
  height: 60%;
  font-size: clamp(0.1em, 0.2em + 0.8vw, 5.5em);
}

.text-content h1 {
  font-family: serif;
  font-size: 364%;
  color: white;
  font-size: clamp(2.2em, 2.6em + 2vw, 12.5em);
}

.text-content p {
  font-family: "Flama-Regular";
  /* font-size: 146%; */
  font-size: clamp(1em, 0.7em + 1vw, 2.5em);
}

.banner-assinatura {
  /* position: relative; */
  clear: both;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-template-rows: 100%;
}
.botao-perguntas {
  text-align: center;
  margin-top: 3%;
}
.botao-perguntas p {
  border-radius: 2.125rem;
  display: block;
  border: 1px solid #ff8600;
  text-align: center;
  font-size: 1.3rem;
  color: #ff8600;
  margin: 2%;
  width: 18.875rem;
  height: 3.188rem;
  line-height: 2.938rem;
  cursor: pointer;
  font-family: Branding, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.porque-assinar {
  border: 1px solid #ff8600;
  display: inline-flex;
  width: 90%;
  margin-left: 5%;
  border-radius: 10px;
  background: #ffefde;
  height: 220px;
  /* max-width: 1800px; */
  align-items: baseline;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-template-rows: 100%;
  /* grid-gap: 0.2rem; */
  /* height: 75vh; */
}

.porque-assinar div {
  /* border-left: 1px solid #ff8600; */
  display: inline-block;
  /* width: 34%; */
}

.porque-assinar img {
  width: 60px;
  display: block;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.porque-assinar p {
  font-family: Branding, sans-serif;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77%;
  margin: auto;
  font-size: clamp(0.2em, 0.2em + 1vw, 1.5em);
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: branding, sans-serif;
  font-weight: bold;
  font-size: clamp(0.2em, 0.3em + 1vw, 1.5em);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.slick-slider .active,
.accordion:hover {
  background-color: #ebebeb;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: Branding, sans-serif;
  font-size: clamp(0.2em, 0.1em + 1vw, 1.5em);
}
.panel p {
  line-height: 120%;
  margin-top: 1%;
  margin-bottom: 5%;
}
.accordion:after {
  content: "\25C0";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #ff8600;
  float: right;
  margin-left: 5px;
}

.slick-slider .active:after {
  content: "\25BC";
  font-size: 20px;
}

.principais-duvidas {
  width: 50%;
  margin-left: 2%;
  margin: auto;
}

.x-content__vitrine--all--right {
  float: none !important;
  width: 100%;
}

.x-content__vitrine--all a {
  color: #ff8600;
  font-family: "flama-regular";
  text-decoration: outline;
}

.x-content__vitrine--all {
  padding: 0px 3% 40px;
}
.x-shelf-product {
  /* border: 1px solid #ff8600; */
  padding: 10px;
  margin: 10px;
}
.x-shelf-product__addToCart div {
  background-color: #ffefde;
  border: 1px solid #ff8600;
  width: 100%;
}
.x-shelf-product__wishlist {
  display: none;
}
.como-funciona {
  margin-left: 4%;
  height: 350px;
}
.como-funciona-box {
  border: 1px solid #ff8600;
  width: 180px;
  margin: 100 auto;
  height: 180px;
  border-radius: 5%;
  display: block;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}
.como-funciona-numero {
  border: 1px solid #ff8600;
  width: 50px;
  height: 50px;
  border-radius: 55%;
  margin-left: -20%;
  margin-top: -35%;
  background: white;
  display: block;
}
.como-funciona-numero p {
  font-family: "flama-bold";
  font-size: 40px;
  text-align: center;
}
.como-funciona-containner {
  width: 20%;
  height: 300px;
  display: inline-block;
  color: #ff8600;
}
.como-funciona-box img {
  width: 70px;
  display: block;
  margin-top: 25%;
  margin-left: auto;
  margin-right: auto;
}
.como-funciona-texto {
  font-family: Branding, sans-serif;
  font-size: 15px;
  text-align: center;
  height: 100px;
  display: flex;
  width: 100%;
  color: black;
  margin-top: 20px;
  font-size: clamp(1em, 0.4em + 0.9vw, 1.5em);
  padding: 0px 0.9rem 0 0.9rem;
}

.como-funciona-img {
  width: 90%;
  text-align: center;
}

.container {
  display: none;
}
.box-banner img {
  width: 100%;
}
.banner-img {
  grid-column: 1 / 4;
}
.assinatura-text::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 5px;
}
.assinatura-text::-webkit-scrollbar {
  background: #ff8600;
  width: 5px;
}

.prateleira.lazyload > h2 {
  display: none !important;
}

#botaoVerMais {
  color: #ff8600;
  font-family: Branding, sans-serif;
  font-weight: bold;
  background: transparent;
}
.porque-assinar div:nth-child(1) {
  grid-column: 1 /1;
  grid-row: 1 / 1;
}
.porque-assinar div:nth-child(2) {
  grid-column: 2 /2;
  grid-row: 1 / 1;
}
.porque-assinar div:nth-child(3) {
  grid-column: 3 /3;
  grid-row: 1 / 1;
}
/*-----------TITULO NOVO-----*/
.banner-title p {
  text-transform: uppercase;
  color: #494948;
  font-family: "flama-light";
}
.banner-title p:nth-child(1) {
  margin-left: 20px;
  font-size: clamp(1em, 1.6em + 0.9vw, 10.5em);
  letter-spacing: 1.3rem;
}
.banner-title p:nth-child(2) {
  font-size: clamp(1em, 3.4em + 0.9vw, 10.5em);
  font-family: "flama-medium";
  letter-spacing: 0.5rem;
  margin-top: 0.5rem;
}
.banner-title p:nth-child(3) {
  font-size: clamp(1em, 1.2em + 0.9vw, 10.5em);
  letter-spacing: 1.3rem;
  margin-left: 250px;
  margin-top: 1.5rem;
}
@font-face {
  font-family: "flama-light";
  src: url("FlamaLight.woff.css") format("opentype");
}
.assinatura-text p {
  margin-top: 7%;
  color: #494948;
}
.porque-assinar b {
  display: contents;
}

.verso img {
  display: block !important;
  width: 82% !important;
  height: auto !important;
}