@import url("https://fonts.googleapis.com/css2?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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}

.link {
  cursor: pointer;
}

.esconder {
  display: none;
}

.top {
  background-color: #d30000;
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
}

/* ===== NAV ===== */
.nav-nerve {
  padding: 18px 0;
}
.nav-nerve .container {
  max-width: 1000px;
}
.logo h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1em;
  color: #000;
}

.menu {
  gap: 20px;
}

.menu a {
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.menu a strong {
  font-weight: 500;
}

.btn-order {
  background-color: #fff0;
  color: #fff;
  background-image: linear-gradient(180deg, #ffb700 20%, #db9d00 80%);

  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  transition: all 0.3s;
  border-radius: 3px;
  transition: 0.2s;
}

.btn-order:hover {
  background-image: linear-gradient(180deg, #0051a0 0%, #002f5c 100%);
  color: #fff;
}

/* ===== HERO ===== */
.hero-nerve {
  background-color: #fff0;
  background-image: linear-gradient(180deg, #d49c18 20%, #805d0b 80%);
  padding: 90px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-nerve .container {
  max-width: 900px;
}

/* TITLE */
.hero-title {
  font-family: "Poppins", Sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 1.2em;
  color: #fcfcfc;
}

/* SUBTITLE */
.hero-subtitle {
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  color: #fcfcfc;
}

/* HIGHLIGHT */
.highlight {
  color: #000;
  font-weight: 700;
}

/* ICONS */
.hero-icons {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.hero-icons img {
  width: 62px;
}

/* ===== RESPONSIVO (igual comportamento original) ===== */
@media (max-width: 991px) {
  .hero-nerve {
    padding: 60px 0;
    text-align: center;
  }

  .hero-img {
    margin: 0 auto 30px;
    width: 280px;
  }

  .bottle-main {
    transform: none;
  }

  .bottle-back,
  .effect {
    display: none;
  }

  .hero-title {
    font-size: 32px;
    line-height: 1.2em;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 1.2em;
  }

  .hero-icons {
    justify-content: center;
    gap: 12px;
  }

  .hero-icons img {
    width: 50px;
  }

  .btn-order {
    font-size: 16px;
  }
}

/* SECTION */
.discover-section {
  padding: 30px 0;
}
.discover-section .container {
  max-width: 900px;
}
/* TITLE */
.discover-title {
  font-size: clamp(27px, 3vw, 33px);
  font-weight: 700;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 20px;
}

.discover-title span {
  color: #805d0b;
}

/* DIVIDER */
.divider {
  width: 80px;
  height: 4px;
  background: #805d0b;
  margin: 20px 0 30px;
  border-radius: 2px;
}

/* TEXT */
.discover-text {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  color: #000;
}

.doctor-img2 img {
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 10px 5px 0 rgb(0 0 0 / 0.15);
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .discover-section {
    text-align: center;
    padding: 20px 0;
  }

  .divider {
    margin: 20px auto 30px;
  }

  .discover-text {
    font-size: 17px;
  }

  .doctor-img {
    margin-top: 30px;
  }
}
.kit {
  border: 3px solid #000;
  background-color: #000;
  border-radius: 25px;
  width: 363px;
  transition: 0.3s;
  cursor: pointer;
}
.dont {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  text-align: center;
}
.choose {
font-size: 15px;
    font-weight: 600;
    line-height: 39px;
    color: #C00000;
  margin-bottom: 30px;

  text-align: center;
}
.kit-middle {
  border: 3px solid #d49c18;
  background-color: #d49c18;
  border-radius: 25px;
  width: 363px;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.5019607843137255);
  margin-top: -30px;
}

.kit:hover {
  transform: scale(1.02);
  transition: 0.3s;
}

.kit-top h2 {
  font-size: 2.2em;
  font-weight: 600;
  color: #fff;
}

.kit-middle .kit-top h2,
.kit-middle .kit-top h3 {
  color: #000 !important;
}
.qtd-bottles {
  font-size: 25px !important;
  font-weight: 500 !important;
}
.kit-top h3 {
  font-size: 1.3em;
  font-weight: 600;
  color: #fff;
}

.kit-bottom {
  background-color: #fff;
  border-radius: 0 0 25px 25px;
}

.price {
  padding-top: 30px;
  font-family: "Roboto", sans-serif;
}

.price p {
  font-size: 1em;
  font-weight: 500;
  color: #000;
  line-height: 23px;
}

.price span:nth-child(1) {
  font-size: 1.6em !important;
  font-weight: 600;
  color: #000;
}

.price span:nth-child(2) {
  font-size: 4em;
  font-weight: 600;
  color: #000;
}

.items {
  font-family: "Poppins", Sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  color: #000;
  width: 85%;
  margin: 0 auto;
}

.items div:nth-child(1) {
  padding: 10px 0 10px 0;
}

.items div:nth-child(2) {
  border-top: 1px solid #747474;
  padding: 10px 0 10px 0;
}
.items div:nth-child(3) {
  border-top: 1px solid #747474;
  padding: 10px 0 10px 0;
}
.items svg {
  fill: #000;
  transition: fill 0.3s;
  width: 19px;
  height: 19px;
}

.btao {
  margin: 25px auto 0 auto;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4em;
  fill: #fff;
  color: #fff;
  background-image: linear-gradient(180deg, #ff9c00 52%, #ad6a00 52%);
  border-style: none;
  border-radius: 10px;
  box-shadow: 1px 2px 0px 0px #d99d10;
  padding: 15px 25px 10px;
  transition: 0.3s;
}

.btao:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.btao strong {
  font-size: 1.3em;
  font-weight: 900;
  text-transform: uppercase;
}

.kit-btn img {
  margin: 0 auto;
}

.depotop {
  margin: 0 auto;
}

.shipping {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
}

.free-shipping {
  background-color: #d49c18;
  padding: 6px 8px 6px 8px;
  border-radius: 4px 4px 4px 4px;
  font-size: 1em;
  font-weight: 600;
  color: #000;
  display: inline-block;
  margin: 10px auto 0 auto;
}

/* espaçamento dentro da section de kits */
.testimonial-row {
  margin-top: 40px;
}

/* BOX */
.testimonial-box {
  background-color: #fff0;
  background-image: linear-gradient(180deg, #ffffff 0%, #f7f0df 100%);

  padding: 20px;
  padding-bottom: 0;
  position: relative;
  max-width: 1140px;
  border-style: solid;
  border-width: 5px 2px 5px 2px;
  border-color: #d49c18;
  border-radius: 20px 20px 20px 20px;
}

/* TEXTO */
.testimonial-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}

.testimonial-sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #000;
  margin-bottom: 30px;
}

/* ASSINATURA */
.signature {
  max-width: 260px;
}

/* DIVIDER */
.divider-vertical {
  position: absolute;
  right: 38%;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 81%;
  background: #d49c18;
  padding: 0;
}

/* IMAGEM */
.doctor-img {
  max-width: 320px;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .testimonial-box {
    text-align: center;
  }

  .signature {
    margin: 0 auto 20px;
  }

  .doctor-img {
    max-width: 320px;
    margin-top: 10px;
  }

  .divider-vertical {
    display: none;
  }
  .item-box {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}
.satisfaction {
  border-width: 5px 2px 5px 2px;
  border-style: solid;
  border-color: #d49c18;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.26);
  border-radius: 2em;
  padding: 2em;
}

.satisfaction h2 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
  color: #805d0b;
}

.satisfaction h3 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
}

.satisfaction p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
  color: #000;
}
.selected h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 39px;
  color: #000;
}

.selected h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

.item-box {
  border-style: solid;
  border-width: 5px 2px 5px 2px;
  border-color: #d49c18;
  border-radius: 2em 2em 2em 2em;
  box-shadow: 0 10px 15px 0 rgb(0 0 0 / 0.26);
  padding: 20px;
  text-align: center;
  width: 270px;
  margin: 0 auto;
}

.item-box p {
  font-size: 17px;
  margin-top: 10px;
}

.item-box img {
  width: 225px;
  border-radius: 15px;
}
.icons {
  display: flex;
  width: 75%;
  justify-content: space-evenly;
  margin: 10px auto 0 auto;
}

.stars {
  font-family: "Poppins", Sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4em;
  color: #000;
}

.flags {
  width: 630px;
  display: flex;
  justify-content: space-between;
}

.depos h2 {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.2em;
  color: #000;
}

.depos-box {
  background-color: transparent;
  padding: 20px;
  background-image: linear-gradient(90deg, #d49c18 0%, #805d0b 100%);
  border-radius: 20px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  width: 300px;
  margin: 20px auto 40px auto;
}

.review-box {
  border: 2px solid #805d0b;
  background-color: #e7e7e7;
  border-radius: 20px;
  padding: 26px;
  width: 930px;
  margin: 15px auto 0 auto;
  display: flex;
  align-items: center;
}

.avatar img {
  border-radius: 200px;
}

.review-box p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
  color: #000;
}

.review-box h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
}

.review-box svg {
  height: 1em;
  position: relative;
  width: 1em;
}

/* SECTION */
.bonus-section {
  background: #121212;
  padding: 30px 0;
  color: #fff;
}
.bonus-section .container {
  max-width: 950px;
}

/* TITLE */
.bonus-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
  color: #fcfcfc;
  margin-bottom: 30px;
}

.bonus-title span {
  color: #ffe600;
}

.bonus-title strong {
  color: #ffe600;
}

/* CARD */
.bonus-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
}

/* IMG */
.bonus-img {
  max-width: 220px;
  transform: rotate(-8deg);
}

/* HEADING */
.bonus-heading {
  margin-bottom: 10px;
  font-family: "Poppins", Sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1.2em;
  color: #000;
}

.bonus-heading span {
  font-size: 26px;
}

.bonus-heading del {
  color: red;
  font-weight: 700;
  margin-left: 8px;
}

/* TEXT */
.bonus-text {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  color: #000;
}

/* CTA */
.bonus-cta {
  color: red;
  font-weight: 700;
  margin-top: 10px;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .bonus-card {
    text-align: center;
    padding: 30px 20px;
  }
  .bonus-title {
    font-size: 22px;
    line-height: 1.4em;
  }
  .bonus-img {
    max-width: 180px;
    margin-bottom: 20px;
  }

  .bonus-heading {
    font-size: 20px;
  }

  .bonus-heading span {
    font-size: 22px;
  }

  .bonus-text {
    font-size: 14.4px;
  }
}
.fast {
  background-color: #121212;
}
.fast .container {
  max-width: 800px;
}
.fast h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2em;
  color: #fff;
}
.fast h2 span{
  color: #d49c18;
}
.fast p {
 font-size: 14px;
    font-weight: 400;
    color: #FFF;
  color: #fff;
}
.ingredients .container {
  max-width: 1140px;
}
.ingredients h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.2em;
  color: #000;
  text-align: center;
}
.ingredients h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  color: #000;

  text-align: center;
  max-width: 720px;
  margin: 1rem auto;
}
.box-ingredients-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box-ingredients {
  display: flex;
  flex-direction: column;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 0.1);
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  gap: 20px;
  height: 100%;
}
.box-ingredients img {
  width: 217px;
  height: 217px;
  border-radius: 100%;
  margin: 0 auto;
}
.title-ingredient {
  background-color: #805d0b;
  padding: 5px 5px 5px 5px;
  border-style: none;
  border-radius: 5px 5px 5px 5px;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}
.box-ingredients p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}
.box-special {
  background-color: #805d0b;
  border-radius: 20px 20px 20px 20px;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  max-width: 740px;
  margin: 0 auto;
}
.box-special h2 {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.4em;
  color: #fff;
  text-align: left;
}
.box-special ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.box-special li {
  align-items: center;
  display: flex;
  border-bottom: 1px solid #ddd;
  font-size: inherit;
  padding-block-end: calc(15px / 2);
  padding-block-start: calc(15px / 2);
}
.box-special li svg {
  fill: #fff;
  transition: fill 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.box-special li span {
  color: white;
  font-size: 17px;
  font-weight: 400;
}
.box-special li:last-of-type {
  border: none;
}
.get {
  background-color: #ffcb00;
  font-family: "Poppins", Sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  fill: #000;
  color: #000;
  border-radius: 200px 200px 200px 200px;
  text-decoration: inherit;
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  transition: all 0.3s;
  margin-top: 24px;
  margin-bottom: 24px;
}
.get:hover {
  background-color: #e4b80b;
  color: #000;
}
.all-transactions {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.all-transactions svg {
  fill: white;
  height: 15px;
  width: 15px;
  margin-right: 8px;
}

/* SECTION */
.ingredients-section {
    background: #d99d10;
    padding: 80px 0;
    color: #fff;
}
.ingredients-section .container{
  max-width: 1140px;
}
/* STARS */
.stars2 {
gap: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stars2 svg{
      fill: #FCD600;
    width: 24px;
    height: 24px;
}
/* TITLE */
.ingredients-title {
    font-size: clamp(25px, 2.5vw, 36px);
    font-weight: 800;
    line-height: 1.2em;
    color: #FFF;
    margin-bottom: 50px;
}

/* CARD */
.ingredient-card {
  background-color: white;
  height: 100%;
        border-radius: 10px 10px 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}

/* IMAGE */
.ingredient-img {
    width: 100%;
    border-style: solid;
    border-width: 3px 0 3px 0;
    border-color: #d49c18;
    border-radius: 10px 10px 10px 10px;
    margin-top: 50px;
}

/* TEXT */
.ingredient-card p {
font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
    margin-top: 15px;
}

/* BADGE (icone em cima) */
.icon-badge {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-badge img {
    width: 124px;
}

/* RESPONSIVO */
@media (max-width: 991px) {

    .ingredients-section {
        padding: 60px 20px;
    }

    .ingredients-title {
        font-size: 25px;
    }

    .icon-badge {
        width: 136px;
        height: 136px;
    }
    .ingredient-img{
          margin-top: 75px;
    }
    .ingredient-card p{
              font-size: 25px;
    }

.ingredient-card{
  margin: 0;
}
}
.faq {
  background-color: #000;
}

.faq svg {
  height: 48px;
  position: relative;
  width: 48px;
}

.faq h2 {
  font-size: 2.4em;
  font-weight: 700;
  color: #fff;
}

.accordion {
  width: 100%;
}

.accordion-item {
  background-color: transparent;
  border: 0px;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-header {
  background-color: white;
  color: #000;
  padding: 15px;
  cursor: pointer;
  font-size: 1.2em;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 0.5em;
  margin-top: 10px;
  font-weight: 500;
}

.accordion-header.active {
  background-color: white;
  border-bottom: none;
  color: #000;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background-color: white;
  color: #1f1f1f;
  font-family: "Poppins", Sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  transition:
    max-height 0.3s ease-out,
    padding 0.3s ease-out;
  border-radius: 0.5em;
  margin-top: 10px;
}

.accordion-header::before {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.accordion-header.active::before {
  content: "-";
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 0.8);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow: hidden;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  transform-origin: center;
  transition: transform 0.2s;
  cursor: grab;
  position: absolute;
}
.image-container {
  cursor: pointer;
}

.references h2 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
  color: #000;
}

.references p {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.3em;
  color: #000;
}

.references-text {
  display: flex;
  justify-content: space-between;
  text-align: start;
  width: 1150px;
  margin: 40px auto 0 auto;
}

.references h3 {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.3em;
  color: #535353;
  width: 49%;
}

footer {
  background-color: #121212;
}

footer a {
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  
  margin: 0px 10px;
}

footer a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.links {
  color: #fff;
  width: 590px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

footer p {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.2em;
  color: #c0c0c0;
}

@media (max-width: 1366px) {
  .review-box {
    border: 2px solid #805d0b;
    background-color: #e7e7e7;
    border-radius: 20px;
    padding: 26px;
    width: 825px;
    margin: 15px auto 0 auto;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 821px) {
  .top {
    font-size: 1em;
  }

  .users h2 {
    font-size: 1.8em;
  }
  .review img {
    margin-bottom: 10px;
  }
  .review {
    text-align: center;
  }
  .review h2 {
    font-size: 18px;
  }
  .fast .container {
    max-width: 330px;
  }
  .fast img {
    width: 166px;
    margin: 1rem auto;
  }
  .fast h2 {
    font-size: 27px;
    line-height: 1.2em;
  }
  .fast p {
    font-size: 12px;
    line-height: 1.2em;
  }
  .ingredients h2 {
    font-size: 27px;
    line-height: 1.2em;
  }
  .ingredients h6 {
    font-size: 17px;
    line-height: 1.2em;
  }
  .box-ingredients-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .box-ingredients {
    display: flex;
    flex-direction: column;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 0.1);
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 20px;
    height: 100%;
  }
  .box-ingredients img {
    width: 217px;
    height: 217px;
    border-radius: 100%;
    margin: 0 auto;
  }
  .title-ingredient {
    font-size: 20px;
  }
  .box-ingredients p {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .references-text {
    display: block;
    text-align: start;
    width: 100%;
    margin: 40px 0 0 0;
  }
  .references h2 {
    font-size: 1.4em;
  }
  .references h3 {
    font-size: 0.7em;
    font-weight: 300;
    line-height: 1.3em;
    color: #535353;
    width: inherit;
  }

  .icons {
    display: block;
    width: 100%;
    margin: 10px auto 0 auto;
  }

  .flags {
    width: 100%;
    display: block;
  }
  .depos h2 {
    font-size: 1.8em;
  }

  .review-box {
    border: 2px solid #805d0b;
    background-color: #e7e7e7;
    border-radius: 20px;
    padding: 10px 19px 10px 19px;
    width: 100%;
    margin: 15px auto 0 auto;
    display: block;
    align-items: center;
  }

  .avatar img {
    border-radius: 200px;
    width: 200px;
    height: 200px;
  }

  .stars {
    width: 45%;
    justify-content: space-evenly;
    display: flex;
    margin: 16px auto !important;
  }

  .review-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    color: #000;
  }

  .review-box h3 {
    font-size: 1em;
    text-align: center;
  }

  .depos-box {
    padding: 10px 20px 10px 20px;
  }
  .links {
    display: block;
    color: #fff;
    width: 100%;
    margin: 0 auto;
  }

  footer a {
    font-size: 0.8em;
    color: #fff;
    font-weight: 400;
    margin-right: 6px;
  }
  .all-transactions {
    font-size: 11px;
    margin-bottom: 16px;
  }
  .box-special img {
    width: 278px;
    margin: 0 auto;
  }
  .box-special h2 {
    text-align: center;
  }
  .dont {
    font-size: 24px;
  }
  .choose {
    font-size: 16px;
    line-height: 20px;
  }
  .kit {
    margin: 0 auto;
  }
  .satisfaction h2 {
    font-size: 1.2em;
    margin-top: 12px;
  }

  .satisfaction h3 {
    font-size: 1.1em;
    margin-bottom: 20px;
  }

  .accordion-header {
    font-size: 0.9em;
  }

  .accordion-content {
    font-size: 0.7em;
  }

  .accordion-item {
    margin-bottom: 0px;
  }

  footer p {
    font-size: 0.6em;
    font-weight: 300;
    line-height: 1.2em;
    color: #c0c0c0;
  }
}
