@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.container {
  max-width: 1210px;
  margin: 0 auto;
  width: 90%;
}

.title {
  font-size: 40px;
  font-weight: 600;
  color: #0E0D11;
}
@media (max-width: 900px) {
  .title {
    font-size: 28px;
  }
}
.title b {
  color: #C2000E;
  font-weight: 600;
}

.wk {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sub {
  color: #5B5B5B;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 900px) {
  .sub {
    font-size: 18px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #fffe4a 0%, #ffd901 100%);
  color: #0e0d11;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  border-radius: 50px;
  border-bottom: 6px solid #8e7c02;
  padding: 18px;
  width: 100%;
  max-width: 400px;
  gap: 16px;
  transition: all 0.5s ease;
}
.btn::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../assets/img/icon-cart.svg);
  background-color: #0e0d11;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 28px;
}
.btn:hover {
  filter: brightness(90%);
  transform: scale(1.03);
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pd {
  padding: 80px 0;
}
@media (max-width: 900px) {
  .pd {
    padding: 40px 0;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Poppins";
  color: #3F5F6C;
  font-weight: 500;
}

/* Estilo da barra de rolagem */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Trilha (fundo da barra) */
::-webkit-scrollbar-track {
  background: #FBF5F1;
  /* cor de fundo suave */
  border-radius: 5px;
}

/* Polegar (parte que se move) */
::-webkit-scrollbar-thumb {
  background-color: #C2000E;
  /* cor principal */
  border-radius: 5px;
  border: 2px solid #FBF5F1;
  /* dá um pequeno contraste */
}

/* Polegar ao passar o mouse */
::-webkit-scrollbar-thumb:hover {
  background-color: #C1121F;
}

/* Canto da barra (quando há rolagem horizontal e vertical juntas) */
::-webkit-scrollbar-corner {
  background: #FBF5F1;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 900px) {
  html {
    overflow-x: hidden !important;
  }
}
img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

p {
  font-size: 18px;
}

h1 {
  color: #fff;
  font-family: "Poppins";
  font-size: 2.55rem;
  font-weight: 700;
  width: 100%;
  font-style: normal;
}
h1 .destaque {
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  background: linear-gradient(135deg, #5B080F 0%, #C1121F 100%);
  padding: 2px;
}
@media (max-width: 900px) {
  h1 .destaque {
    font-size: inherit;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: 32px;
  }
}

#modelo-hero {
  display: flex;
  align-items: flex-end;
  width: 200px;
}

main {
  position: relative;
  background: url(../../assets/img/hero.png) no-repeat;
  background-size: cover;
}
main .model {
  margin-top: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 500px) {
  main {
    position: relative;
    background: url(../../assets/img/Hero-mobile.png) no-repeat;
    background-size: cover;
  }
  main .model {
    display: none;
  }
}
main header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 0 0;
}
@media (max-width: 900px) {
  main header .logo {
    padding-bottom: 48px;
  }
  main header {
    justify-content: center;
  }
}
main header .email {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  gap: 10px;
}
main header .email:hover {
  text-decoration: underline;
}
main .exclusive {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.25);
  padding: 10px 24px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
main .exclusive .ef {
  display: flex;
  align-items: center;
  color: #fff;
}
main .exclusive .ef::before {
  content: "";
  display: block;
  background: url(../../assets/img/icon-drop.svg) no-repeat;
  background-size: contain;
  background-position: center;
  padding-right: 10px;
  height: 27px;
  width: 26px;
}
main .content {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 900px) {
  main .content {
    flex-direction: column;
  }
}
main .content .area-conteudo {
  padding: 0 20px 100px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 492px;
}
@media (max-width: 900px) {
  main .content .area-conteudo {
    padding: 0;
  }
}
main .content .area-conteudo .aval {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  border-radius: 50px;
}
main .content .area-conteudo .aval span {
  font-size: 20px;
}
@media (max-width: 900px) {
  main .content .area-conteudo .aval span {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  main .content .area-conteudo .aval {
    padding: 4px 8px;
  }
  main .content .area-conteudo .aval img {
    max-width: 100px;
  }
}
main .content .area-conteudo p {
  color: #fff;
  font-family: "Poppins";
  font-size: 1.25rem;
  font-weight: 500;
}
main .content .area-conteudo ul {
  margin-bottom: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  main .content .area-conteudo ul {
    gap: 12px;
  }
}
main .content .area-conteudo ul li {
  font-size: 20px;
  color: #C1121F;
  display: flex;
  align-items: center;
  gap: 16px;
}
main .content .area-conteudo .guarantee-text {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
main .content .area-conteudo .guarantee-text::before {
  content: "";
  display: block;
  background: url("../img/icon-medalha.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
@media (max-width: 900px) {
  main .content .area-conteudo .guarantee-text {
    justify-content: center;
    margin-bottom: 420px;
  }
}
main .content .area-image {
  position: relative;
}
main .content .area-image .pilula {
  position: absolute;
  animation: float 3s ease-in-out infinite;
}
@media (max-width: 900px) {
  main .content .area-image .pilula {
    max-width: 80px;
  }
}
main .content .area-image .pilula.p1 {
  top: 15%;
  left: 30px;
  animation-delay: 0s;
}
@media (max-width: 900px) {
  main .content .area-image .pilula.p1 {
    left: 0;
  }
}
main .content .area-image .pilula.p2 {
  right: -20px;
  bottom: 15%;
  animation-delay: 1.5s;
}

/* Hero Figma */
main {
  isolation: isolate;
  min-height: 728px;
  overflow: hidden;
  background: #c2000e url("../img/hero-png") center/cover no-repeat;
}
main .container {
  position: relative;
  height: 728px;
}
main::before, main::after {
  display: none;
}
main header {
  justify-content: flex-start;
  padding: 28px 0 0;
}
main header .hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 0;
}
main header .hero-brand img {
  width: 29px;
  height: 31px;
}
main header .hero-brand span,
main header .hero-brand strong,
main header .hero-brand b {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}
main header .hero-brand b {
  color: #ff9d4a;
}
main .content {
  position: static;
  display: block;
  padding-top: 64px;
}
main .content .area-conteudo {
  position: relative;
  z-index: 2;
  max-width: 494px;
  padding: 0;
  gap: 16px;
}
main .content .area-conteudo .exclusive {
  min-height: 30px;
  padding: 6px 15px;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.2);
}
main .content .area-conteudo .exclusive .ef {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
main .content .area-conteudo .exclusive .ef::before {
  width: 11px;
  height: 15px;
  padding-right: 6px;
}
main .content .area-conteudo h1 {
  font-family: "Inter", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -1.9px;
}
main .content .area-conteudo h1 .destaque {
  display: inline;
  padding: 0 4px 3px;
  line-height: 1.15;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(90deg, #ff7200, #ff9900);
}
main .content .area-conteudo p {
  max-width: 492px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
main .content .area-conteudo .aval {
  gap: 8px;
  padding: 7px 0 4px;
}
main .content .area-conteudo .aval img {
  width: 157px;
}
main .content .area-conteudo .aval span {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
main .content .area-conteudo .btn {
  width: 332px;
  min-height: 67px;
  margin-top: 14px;
  padding: 10px 24px 16px 38px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  gap: 24px;
}
main .content .area-conteudo .btn::after {
  flex: 0 0 40px;
}
main .content .area-conteudo .guarantee-text {
  justify-content: flex-start;
  margin-top: -5px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
main .content .area-conteudo .guarantee-text::before {
  width: 17px;
  height: 23px;
}
main .content #modelo-hero {
  position: absolute;
  z-index: 1;
  top: -21px;
  left: calc(50% - 295px);
  display: block;
  width: 1018px;
  height: 894px;
  overflow: visible;
}
main .content #modelo-hero .hero-bottle {
  position: absolute;
  margin: 0;
  max-width: none;
  transform-origin: center;
}
main .content #modelo-hero .hero-bottle--crown {
  z-index: 4;
  top: 300px;
  left: 96px;
  width: 800px;
  transform: rotate(-5.3deg);
}
main .content #modelo-hero .hero-bottle--left {
  z-index: 1;
  top: 206px;
  left: 42px;
  width: 634px;
  transform: rotate(-5.3deg);
}
main .content #modelo-hero .hero-bottle--right {
  z-index: 2;
  top: 206px;
  left: 330px;
  width: 634px;
  transform: rotate(12deg);
}
main .content #modelo-hero .hero-bottle--front {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 80px;
  width: 839px;
}
@media (max-width: 900px) {
  main {
    min-height: 1205px;
    background-image: url("../img/hero-bg-mobile.png");
    background-position: 54% top;
  }
  main .container {
    width: 100%;
    height: 1205px;
  }
  main::before, main::after {
    top: 0;
    width: 24vw;
    height: 43%;
    opacity: 0.25;
  }
  main::before {
    left: -9vw;
  }
  main::after {
    right: -9vw;
  }
  main header {
    width: min(74.25%, 404px);
    margin: 0 auto;
    padding-top: 500px;
  }
  main header .hero-brand img {
    width: 36px;
    height: 38px;
  }
  main .content {
    width: min(74.25%, 404px);
    margin: 0 auto;
    padding-top: 22px;
  }
  main .content .area-conteudo {
    max-width: none;
    gap: 20px;
  }
  main .content .area-conteudo .exclusive {
    padding: 7px 15px;
  }
  main .content .area-conteudo h1 {
    font-size: 46px;
    line-height: 1.34;
    letter-spacing: -1.8px;
  }
  main .content .area-conteudo h1 .hero-title-break {
    display: none;
  }
  main .content .area-conteudo p {
    font-size: 20px;
    line-height: 1.2;
  }
  main .content .area-conteudo .aval {
    padding: 2px 0;
  }
  main .content .area-conteudo .aval img {
    width: 158px;
    max-width: none;
  }
  main .content .area-conteudo .aval span {
    font-size: 20px;
  }
  main .content .area-conteudo .btn {
    margin-top: 8px;
  }
  main .content .area-conteudo .guarantee-text {
    margin: -4px 0 0;
    justify-content: flex-start;
  }
  main .content #modelo-hero {
    top: 0;
    left: 50%;
    width: 544px;
    height: 512px;
    transform: translateX(-50%);
  }
  main .content #modelo-hero .hero-bottle--crown {
    top: 111px;
    left: 42px;
    width: 444px;
    z-index: 3;
  }
  main .content #modelo-hero .hero-bottle--left {
    transform: rotate(-12deg);
    top: 110px;
    left: 8px;
    width: 361px;
  }
  main .content #modelo-hero .hero-bottle--right {
    top: 110px;
    left: 186px;
    width: 361px;
    transform: rotate(12deg);
  }
  main .content #modelo-hero .hero-bottle--front {
    top: 0;
    left: 41px;
    width: 478px;
    transform: none;
  }
}
@media (max-width: 420px) {
  main {
    min-height: 1090px;
  }
  main .container {
    height: 1090px;
  }
  main header {
    width: calc(100% - 48px);
    padding-top: min(150vw, 504px);
  }
  main .content {
    width: calc(100% - 48px);
    padding-top: 18px;
  }
  main .content .area-conteudo {
    gap: 15px;
  }
  main .content .area-conteudo h1 {
    font-size: clamp(35px, 10vw, 46px);
  }
  main .content .area-conteudo p,
  main .content .area-conteudo .aval span {
    font-size: 16px;
  }
  main .content .area-conteudo .aval img {
    width: 128px;
  }
  main .content .area-conteudo .btn {
    width: 100%;
    max-width: 332px;
    min-height: 60px;
    font-size: 21px;
  }
}

.area-kits {
  background: #FFF;
}
.area-kits .container {
  width: 98%;
  text-align: center;
}
@media (max-width: 900px) {
  .area-kits .container {
    width: 89%;
  }
}
.area-kits .container .title {
  margin-bottom: 8px;
  color: #211915;
  text-align: center;
  font-size: clamp(24px, 4vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.area-kits .container .title > b {
  color: var(--Brand-primary-dark, #C2000E);
}
.area-kits .container > p {
  margin-bottom: 48px;
  color: #5B5B5B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.area-kits .container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .area-kits .container ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.area-kits .container ul a {
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  transition: all 0.6s;
  border: 1px solid var(--Brand-primary-dark, #C1121F);
  background: #FFF;
}
@media (max-width: 900px) {
  .area-kits .container ul a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.area-kits .container ul a:hover {
  border-color: #e2c677;
}
.area-kits .container ul a .header {
  background: #C2000E;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 100%;
  padding: 16px 5px;
}
@media (max-width: 900px) {
  .area-kits .container ul a .header {
    grid-column: -1/1;
    font-size: 18px;
  }
}
.area-kits .container ul a .main {
  padding: 16px 12px 0;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main {
    padding: 16px 0px;
  }
}
.area-kits .container ul a .main strong {
  display: block;
  color: #0E0D11;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main strong {
    font-size: 24px;
  }
}
.area-kits .container ul a .main .days {
  display: block;
  margin-bottom: 10px;
  color: #5B5B5B;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main .days {
    font-size: 14px;
  }
}
.area-kits .container ul a .main .area-img {
  position: relative;
  overflow: hidden;
}
.area-kits .container ul a .main .area-img .free {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 28%;
  width: clamp(50px, 50%, 119px);
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.area-kits .container ul a .main .area-img .free-6 {
  bottom: 58%;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main .area-img .free-6 {
    bottom: 54%;
  }
}
.area-kits .container ul a .main .area-img .free-3 {
  bottom: 58%;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main .area-img .free-3 {
    bottom: 62%;
  }
}
.area-kits .container ul a .main .save {
  --badge-size: 80px;
  position: absolute;
  z-index: 10;
  top: 10%;
  right: 0;
  width: var(--badge-size);
  height: var(--badge-size);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: url("../../assets/img/save.svg") center/100% 100% no-repeat;
}
.area-kits .container ul a .main .save span {
  color: inherit;
  font-size: calc(var(--badge-size) * 0.18);
  font-weight: 400;
  line-height: 0.9;
}
.area-kits .container ul a .main .save strong {
  color: inherit;
  font-size: calc(var(--badge-size) * 0.28);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main .save {
    --badge-size: 60px;
  }
}
.area-kits .container ul a img {
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .area-kits .container ul a img {
    height: auto;
  }
}
.area-kits .container ul a .product-image {
  height: 292px;
}
@media (max-width: 900px) {
  .area-kits .container ul a .product-image {
    height: auto;
  }
}
.area-kits .container ul .price {
  display: flex;
  justify-content: center;
  margin: 8px 0 18px;
  align-items: baseline;
  color: #66726B;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 900px) {
  .area-kits .container ul .price {
    font-size: 14px;
    margin-top: 16px;
  }
}
.area-kits .container ul .price strong {
  color: #0E0D11;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.area-kits .container ul .price strong small {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding-top: 10px;
  color: currentcolor;
}
@media (max-width: 900px) {
  .area-kits .container ul .price strong {
    font-size: 50px;
  }
}
.area-kits .container ul ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  text-align: left;
  gap: 4px;
  width: 100%;
  margin-bottom: 16px;
}
.area-kits .container ul ul li {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.54px;
  color: #5B5B5B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.area-kits .container ul ul li::before {
  content: url(../../assets/img/checkverde.svg);
  width: 20px;
  height: 20px;
}
.area-kits .container ul ul li.orrivi::before {
  content: url(../../assets/img/checkvermelho.svg);
  width: 20px;
  height: 20px;
}
.area-kits .container ul ul li.morromeno::before {
  content: url(../../assets/img/chekamarelo.svg);
  width: 20px;
  height: 20px;
}
@media (max-width: 900px) {
  .area-kits .container ul ul li {
    font-size: 12px;
    display: flex;
    gap: 8px;
    margin-left: 0;
  }
}
@media (max-width: 370px) {
  .area-kits .container ul ul li {
    font-size: 14px;
  }
}
.area-kits .container ul .footer {
  padding: 0 12px 20px;
}
@media (max-width: 900px) {
  .area-kits .container ul .footer {
    padding: 0 10px 20px;
  }
}
.area-kits .container ul .footer button {
  position: relative;
}
.area-kits .container ul .footer .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  background: none;
  border: none;
  cursor: pointer;
}
.area-kits .container ul .footer .button > img:not(.cursor) {
  display: block;
  width: 100%;
  height: auto;
}
.area-kits .container ul .footer .button .cursor {
  height: 60%;
  position: absolute;
  top: 57%;
  left: 50%;
}
.area-kits .container ul .footer .bandeiras {
  width: 100%;
  margin: 0 auto 16px;
}
@media (max-width: 900px) {
  .area-kits .container ul .footer .bandeiras {
    width: 100%;
  }
}
.area-kits .container ul .footer .valores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}
.area-kits .container ul .footer .valores * {
  color: #0E0D11;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 900px) {
  .area-kits .container ul .footer .valores * {
    font-size: 12px;
  }
}
.area-kits .container ul .footer .valores s {
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 2px;
  color: #5B5B5B;
}
.area-kits .container .best-option {
  transition: all 0.7s;
}
.area-kits .container .best-option:hover {
  transform: scale(1.03);
}
.area-kits .container .best-option a {
  border-radius: 20px;
  border: 1px solid #F15902;
  background: #FFEFE4;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  height: 932px;
}
@media (max-width: 900px) {
  .area-kits .container .best-option a {
    height: auto;
  }
}
.area-kits .container .best-option .header {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 900px) {
  .area-kits .container .best-option .header {
    margin-bottom: 0;
  }
}
.area-kits .container .best-option .button {
  animation: pulsar alternate infinite 0.7s;
}
@keyframes pulsar {
  to {
    transform: scale(1.06);
  }
}
@media (max-width: 900px) {
  .area-kits .container .best-option {
    grid-row: 1;
  }
  .area-kits .container .k3 {
    grid-row: 2;
  }
}
.area-kits .medalhas {
  margin: 40px auto 60px;
}
.area-kits .medalhas > .container {
  width: 89%;
  max-width: 985px;
}
.area-kits .medalhas > .container > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 16px;
  width: 100%;
  justify-items: center;
}
.area-kits .medalhas > .container > ul > li {
  display: grid;
  grid-template-rows: 24px auto;
  justify-items: center;
  gap: 12px;
  min-width: 0;
  color: #5B5B5B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 14ch;
}
.area-kits .medalhas > .container > ul > li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat;
}
.area-kits .medalhas > .container > ul .medalha-1::before {
  background-image: url(../../assets/img/delivery-truck.svg);
}
.area-kits .medalhas > .container > ul .medalha-2::before {
  background-image: url(../../assets/img/made-in-usa.svg);
}
.area-kits .medalhas > .container > ul .medalha-3::before {
  background-image: url(../../assets/img/secure-payment.svg);
}
.area-kits .medalhas > .container > ul .medalha-4::before {
  background-image: url(../../assets/img/natural-formula.svg);
}
@media (min-width: 600px) {
  .area-kits .medalhas > .container > ul > li {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .area-kits .medalhas > .container > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .area-kits .medalhas > .container > ul > li {
    font-size: 18px;
    line-height: normal;
  }
}

.divisor {
  background: #FBF5F1;
  padding: 40px auto;
}
.divisor .divisor-list {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-auto-rows: auto;
  gap: 16px;
  text-align: center;
  justify-content: center;
  justify-items: left;
}
@media (max-width: 900px) {
  .divisor .divisor-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.divisor .divisor-list li {
  display: flex;
  background: #fff;
  border-radius: 40px;
  padding: 16px 24px;
  height: 80px;
  width: 100%;
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 900px) {
  .divisor .divisor-list li {
    font-size: 14px;
    padding: 12px;
    height: auto;
  }
}
.divisor .divisor-list .features::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .divisor .divisor-list .features::before {
    width: 30px;
    height: 30px;
  }
}
.divisor .divisor-list .features[data-icon=fire]::before {
  background-image: url("../img/icon-fire.svg");
}
.divisor .divisor-list .features[data-icon=belly]::before {
  background-image: url("../img/icon-belly.svg");
}
.divisor .divisor-list .features[data-icon=cutlery]::before {
  background-image: url("../img/icon-cutlery.svg");
}
.divisor .divisor-list .features[data-icon=lightning]::before {
  background-image: url("../img/icon-lightning.svg");
}
.divisor .divisor-list .features[data-icon=drops]::before {
  background-image: url("../img/icon-drops.svg");
}
.divisor .divisor-list .features[data-icon=usa]::before {
  background-image: url("../img/icon-usa.svg");
}

@keyframes faixa-track {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100vw - 100%));
  }
}
@keyframes floatSelinho {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-15px) scale(1.05);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}
#about {
  background: #FBF5F1;
  background-image: url("../../assets/img/bg-sobre.png");
  background-position: left;
  position: relative;
  padding: 0;
}
#about > img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.1;
}
#about .container {
  display: flex;
  align-items: center;
  gap: 24px 124px;
  position: relative;
  z-index: 10;
}
@media (max-width: 900px) {
  #about .container {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: min(400px, 100% - 48px);
    padding-top: 80px;
    text-align: center;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  #about .container {
    gap: 24px 48px;
  }
  #about .container > .about-product {
    width: 42%;
  }
  #about .container .content {
    width: min(521px, 58% - 48px);
  }
}
#about .container .content-text {
  gap: 16px;
  display: grid;
  text-align: left;
}
@media (max-width: 900px) {
  #about .container .content-text {
    text-align: center;
  }
}
#about .container .content-text .title {
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  #about .container .content-text .title {
    font-size: clamp(32px, 9.2vw, 40px);
    text-align: center;
  }
}
#about .container .content-text .title b {
  color: #C2000E;
  font-size: inherit;
}
#about .container .content-text .sub {
  margin-bottom: 40px;
  font-size: 16px;
  display: block;
  color: #C1121F !important;
  font-weight: bold;
}
#about .container ul {
  border-radius: 20px;
  background: #FFE1CC;
  display: flex;
  margin: 24px 0;
  width: 476px;
  max-width: 100%;
  padding: 24px 16px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 500px) {
  #about .container ul {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  #about .container ul {
    padding-right: 30px;
    padding-left: 30px;
  }
}
#about .container .content {
  width: 521px;
}
@media (max-width: 500px) {
  #about .container .content {
    align-items: center;
  }
}
#about .container .content p {
  color: #5B5B5B;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
}
#about .container .content b {
  color: inherit;
  font-weight: 500;
  font-size: 1.25rem;
}
#about .container .content .btn {
  width: 332px;
  max-width: 100%;
  margin-top: 0;
  padding: 10px 24px 16px 96px;
  gap: 24px;
  background: linear-gradient(180deg, #fffe4a 0%, #ffc401 100%);
  color: #0e0d11;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media (max-width: 900px) {
  #about .container .content .btn {
    margin-right: auto;
    margin-left: auto;
  }
}
#about .container .content li {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
  color: #5B5B5B;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
}
#about .container .content li:last-child {
  width: 325px;
}
#about .container .content li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-right: 8px;
  background: url("../img/icon-check.svg") no-repeat center/contain;
}
#about .container figure {
  padding-right: 80px;
  padding-bottom: 30px;
}
#about .container figure .produto {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 900px) {
  #about .container figure .produto {
    max-width: 160px;
  }
}
#about .container figure .sta2 {
  position: absolute;
  bottom: 100px;
  right: 140px;
  top: inherit;
}
@media (max-width: 900px) {
  #about .container figure .sta2 {
    right: 100px;
    display: none;
  }
}
@media (max-width: 900px) {
  #about .container > img.about-product {
    order: 2;
    width: min(428px, 100vw);
    max-width: none;
    height: auto;
    aspect-ratio: 2/3;
    margin-top: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about .container > img + .content {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 900px) {
  #about {
    overflow: hidden;
    background-image: none;
  }
  #about::before, #about::after {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    background: center/100% 100% no-repeat;
    pointer-events: none;
  }
  #about::before {
    top: -35px;
    left: -106px;
    width: 205px;
    height: 1044px;
    background-image: url("../../assets/img/bg-sobre-mobile-left.svg");
  }
  #about::after {
    top: -35px;
    right: -89px;
    width: 122px;
    height: 1647px;
    background-image: url("../../assets/img/bg-sobre-mobile-right.svg");
    transform: scaleX(-1);
  }
}

.ingredients {
  background: url(../../assets/img/bg-ingredients.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -10px;
}
.ingredients .container {
  max-width: 1240px;
}
.ingredients .sub {
  color: #fff;
}
@media (max-width: 500px) {
  .ingredients .sub {
    font-size: 1.125rem;
  }
}
.ingredients .header-slider {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .ingredients .header-slider {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 20px;
  }
}
.ingredients .header-text {
  flex: 1;
}
.ingredients .header-text .title {
  margin-bottom: 4px;
  text-align: left;
  color: #fff;
}
@media (max-width: 500px) {
  .ingredients .header-text .title {
    font-size: 2.5rem;
    margin-bottom: 8px;
  }
}
.ingredients .slider-controls {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ingredients .slider-btn {
  background: #C1121F;
  border-radius: 50;
  border: 2px solid #C1121F;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
  color: #ffffff;
}
.ingredients .slider-btn path {
  color: #fff;
}
.ingredients .slider-btn:hover {
  background: #72060e;
  border-color: #C1121F;
  color: #5da399;
}
.ingredients .slider-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ingredients .slider-btn:disabled:hover {
  background: #fff;
  border-color: #d0d0d0;
  color: #2c5f6f;
}
.ingredients .slider-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 48px;
}
.ingredients .slider-track {
  display: grid;
  grid-template-columns: repeat(6, calc((100% - 40px) / 3));
  gap: 20px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
@media (max-width: 900px) {
  .ingredients .slider-track {
    grid-template-columns: repeat(6, calc((100% - 20px) / 2));
  }
}
@media (max-width: 600px) {
  .ingredients .slider-track {
    grid-template-columns: repeat(6, 100%);
    gap: 20px;
  }
}
.ingredients .ingredient-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ingredients .ingredient-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.ingredients .ingredient-card .card-image {
  width: 100%;
  height: 180px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ingredients .ingredient-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ingredients .ingredient-card h3 {
  font-size: 24px;
  color: #C1121F;
  margin: 20px 20px 12px;
  line-height: 1.3;
  text-align: left;
}
.ingredients .ingredient-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #5e7885;
  padding: 0 20px 24px;
  text-align: left;
  margin: 0;
}
.ingredients .btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.area-benefits {
  background: #fff;
  overflow: hidden;
  padding: 80px 0 0;
}
.area-benefits .title {
  text-align: center;
}
@media (max-width: 500px) {
  .area-benefits .title {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.area-benefits .sub {
  display: block;
  margin-top: 8px;
  color: #5a5a5a;
  text-align: center;
}
@media (max-width: 500px) {
  .area-benefits .sub {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}

.benefits-content {
  position: relative;
  width: min(1129px, 100%);
  height: 513px;
  margin: 32px auto 0;
}

.benefits-center {
  display: grid;
  place-items: center;
}

.benefits-content .benefits-center {
  position: absolute;
  top: 0;
  left: 50%;
  width: 392px;
  height: 513px;
  transform: translateX(-52.17%);
}

.benefits-content .benefits-center .benefits-product {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 423px;
  height: 100%;
}

.benefits-list.left {
  left: 0;
}

.benefits-list.right {
  right: 0;
}

.benefit-item {
  z-index: 2;
  position: absolute;
  width: 423px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px 16px 88px;
  background: #ffe1cc;
  border-radius: 0 100px 100px 0;
  box-sizing: border-box;
}
.benefit-item .benefit-text strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #c1121f;
  white-space: normal;
}
@media (max-width: 500px) {
  .benefit-item .benefit-text strong {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.benefit-item .benefit-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #5a5a5a;
  max-width: 320px;
}
.benefit-item .benefit-img {
  z-index: 1;
  position: absolute;
  top: -15px;
  left: -69px;
  width: 140px;
  height: 140px;
  border-radius: 16px;
  overflow: hidden;
}
.benefit-item .benefit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.benefit-item.espelho {
  padding: 16px 88px 16px 32px;
  border-radius: 100px 0 0 100px;
}

.benefit-item.espelho .benefit-img {
  left: auto;
  right: -69px;
}

.benefits-list.left .benefit-item:nth-child(1) {
  top: 114px;
}

.benefits-list.left .benefit-item:nth-child(2) {
  top: 299px;
}

.benefits-list.right .benefit-item:nth-child(1) {
  top: 108px;
}

.benefits-list.right .benefit-item:nth-child(2) {
  top: 299px;
}

.benefits-mobile {
  display: none;
  margin-top: 24px;
}

@media (max-width: 1000px) {
  .area-benefits {
    overflow: visible;
  }
  .benefits-content {
    display: none;
  }
  .benefits-mobile {
    display: block;
    margin-bottom: 40px;
  }
  .benefits-mobile .benefits-center {
    display: none;
  }
  .benefits-mobile .benefits-product {
    width: clamp(180px, 72vw, 360px);
    height: auto;
    transform: none;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .benefits-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding-top: 40px;
  }
  .benefits-mobile-list .btn {
    margin-top: 40px;
  }
  .benefits-mobile-list .benefit-item {
    margin-top: 36px;
    position: relative;
    width: min(330px, 92%);
    min-height: 0;
    background: #f4d3bf;
    border-radius: 999px;
    padding: 52px 20px 18px;
    display: grid;
    place-items: center;
    text-align: center;
    gap: 6px;
  }
  .benefits-mobile-list .benefit-item .benefit-img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
    overflow: visible;
    outline-offset: 2px;
  }
  .benefits-mobile-list .benefit-item .benefit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .benefits-mobile-list .benefit-item .benefit-text strong {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .benefits-mobile-list .benefit-item .benefit-text p {
    max-width: 100%;
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
  }
}
.comments {
  background: #FBF5F1;
}
.comments h2 {
  color: #0E0D11;
  font-size: 2.5rem;
  padding: 8px 0;
  font-weight: 600;
}
.comments h2 b {
  color: #C2000E;
  font-weight: 600;
}
@media (max-width: 900px) {
  .comments h2 {
    font-size: 30px;
    line-height: 1;
  }
}
.comments .comments-sub {
  color: #5B5B5B;
  padding-bottom: 48px;
  font-size: 1.25rem;
  font-weight: 400;
}
.comments .ratings {
  display: flex;
  align-items: center;
  color: #0E0D11;
  font-size: 1.25rem;
  gap: 16px;
}
@media (max-width: 600px) {
  .comments .ratings {
    flex-wrap: wrap;
  }
  .comments .ratings img {
    max-width: 100px;
    font-size: 14px;
  }
}
.comments .comments-bottom {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 500px) {
  .comments .comments-bottom {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .comments .comments-bottom li {
    flex: 0 0 min(80%, 320px);
    scroll-snap-align: start;
  }
  .comments .comments-bottom li:hover {
    transform: none;
  }
}
.comments ul {
  gap: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 48px;
}
@media (max-width: 500px) {
  .comments ul {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .comments ul li {
    flex: 0 0 min(80%, 320px);
    scroll-snap-align: start;
  }
  .comments ul li:hover {
    transform: none;
  }
}
.comments li {
  display: grid;
  background: #FBF5F1;
  overflow: hidden;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  transition: all 0.8s ease-in;
}
.comments li:hover {
  transform: translateX(10px);
  border-left: 10px solid #C2000E;
}
.comments li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comments li > div {
  padding: 24px;
  text-align: left;
}
.comments li > div img {
  width: 130px;
  margin-bottom: 24px;
}
.comments li > div p {
  color: #3f5f6c;
  font-size: 16px;
  margin-bottom: 24px;
}
.comments li > div .nome {
  color: #1b1311;
  margin-bottom: 8px;
  font-size: 18px;
}
.comments li > div .verifi {
  font-size: 16px;
  color: #414141;
}

.shipping {
  position: relative;
  background: linear-gradient(82deg, #D5321B 0%, #EA745C 48.56%, #C1121F 100%);
  padding: 30px;
}
.shipping * {
  color: #FBF5F1;
}
.shipping * b {
  color: #0E0D11;
}
.shipping .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 48px;
}
@media (max-width: 900px) {
  .shipping .container {
    flex-wrap: wrap;
    text-align: center;
  }
}
.shipping .container .title {
  color: #fff;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 900px) {
  .shipping .container .title {
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 1;
  }
}
.shipping .container span {
  font-size: 1.25rem;
}
@media (max-width: 900px) {
  .shipping .container span {
    font-size: 14px;
  }
}
.shipping svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.selos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 32px;
}
@media (max-width: 900px) {
  .selos {
    margin: 40px auto 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.selos li {
  padding: 0 0;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 12px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 900px) {
  .selos li {
    padding: 0;
    place-items: start;
    grid-template-columns: auto 1fr;
  }
}

.guarantee {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(82deg, #D5321B 0%, #EA745C 48.56%, #C1121F 100%);
  padding: 62px 0;
  gap: 64px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.guarantee #img-garantia {
  width: 340px;
  height: 340px;
}
@media (max-width: 900px) {
  .guarantee #img-garantia {
    width: 200px;
    height: 200px;
  }
}
.guarantee .guarantee-text {
  max-width: 600px;
}
.guarantee p {
  color: #FBF5F1;
  display: block;
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
}
.guarantee p a {
  color: #fdeb8e;
  text-decoration: underline;
}
.guarantee p a:hover {
  color: #ffde38;
}
.guarantee p b {
  font-weight: 600;
}
@media (max-width: 900px) {
  .guarantee p {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .guarantee {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 24px;
  }
}
.guarantee h2 {
  color: #fff;
  margin-bottom: 24px;
}
.guarantee p {
  margin-bottom: 40px;
  color: #FBF5F1;
  line-height: 1.5;
}
.guarantee p * {
  color: #FBF5F1;
}

.faq {
  background: #fff;
  padding: 80px 0;
}
.faq h1 {
  width: auto;
  height: 110px;
  margin-bottom: -30px;
  color: transparent;
  background: linear-gradient(180deg, rgba(240, 41, 41, 0.4) 0%, rgba(138, 24, 24, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Inter", sans-serif;
  font-size: 128px;
  font-weight: 700;
  line-height: 110px;
  text-transform: uppercase;
}
.faq .title {
  padding-bottom: 0;
  color: #0E0D11;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 900px) {
  .faq .title {
    max-width: 360px;
  }
}
.faq .days_gua {
  color: #C2000E;
}
.faq .accordion {
  width: 100%;
  max-width: 1050px;
  margin: 48px auto;
  display: grid;
  gap: 12px;
}
.faq .item .header {
  text-align: initial;
  cursor: pointer;
  display: flex;
  background: #FBF5F1;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  padding: 20px 16px;
}
@media (max-width: 900px) {
  .faq .item .header {
    padding: 16px;
  }
}
.faq .item .header p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  color: #0e0703;
}
@media (max-width: 600px) {
  .faq .item .header p {
    font-size: 18px;
    line-height: 24px;
  }
}
.faq .item .header::after {
  flex: 0 0 32px;
  line-height: 1;
  text-align: center;
  content: "";
  display: block;
  background: url("../img/Vector.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  background-position: center;
  width: 19px;
  height: 10px;
  transition: transform 0.3s ease;
}
.faq .item .body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: initial;
}
.faq .item .body p {
  padding: 16px 16px 0;
  color: rgba(8, 19, 11, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.faq .item .body p:last-child {
  padding-bottom: 24px;
}
.faq .item .body a {
  color: #C2000E;
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
}
.faq .item.active .header {
  background: #C2000E;
  border-color: #C2000E;
}
.faq .item.active .header p {
  color: #fff;
}
.faq .item.active .header::after {
  color: #fff;
  transform: rotate(180deg);
}
.faq .item.active .body {
  max-height: 360px;
}
@media (max-width: 600px) {
  .faq {
    padding: 64px 0;
  }
  .faq h1 {
    font-size: clamp(88px, 32vw, 128px);
  }
}

.rotulo {
  max-width: 800px;
  width: 100%;
  padding-bottom: 80px;
}

footer {
  border: 1px solid #BDBDBD;
  background: #FFF9F2;
}
footer .container {
  max-width: 1007px;
  padding: 64px 0 24px;
}
footer .container * {
  color: #0B0A00;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 900px) {
  footer .container {
    padding: 40px 0;
  }
}
footer .container .logo {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
footer .container .logo span {
  text-transform: uppercase;
  color: #303030;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
footer .container .logo span .highlight {
  color: #FC982B;
}
footer .container nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 20px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  footer .container nav {
    font-size: 16px;
  }
}
footer .container .disclaimer {
  padding: 24px 32px;
  border-radius: 20px;
  border-top: 1px solid #676767;
}
footer .container .disclaimer p {
  font-size: 16px;
  margin-bottom: 0;
  color: #0B0A0A;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 900px) {
  footer .container .disclaimer p {
    font-size: 14px;
  }
}
footer .copy {
  background: linear-gradient(82deg, #D5321B 0%, #F3856F 48.56%, #C1121F 100%);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 32px;
  gap: 8px;
}
footer .copy span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .copy small {
  font-size: 14px;
  color: #101010;
}/*# sourceMappingURL=style.css.map */