body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #1e1e1e;
}
.container {
  max-width: 1140px;
}
.esconder{
  display: none;
}
header {
  background: #ff0101;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: white;
}
/* VIDEO */
.video h3 {
  font-size: 24px;
  font-weight: 500;
  color: white;
}
.video h4 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-top: 1.5rem;
  font-size: 1rem;
}
/* KITS */
.kits .container {
  max-width: fit-content;
  font-family: "Roboto", sans-serif;
  line-height: normal;
}
.kits p {
  margin-bottom: 0;
}
.kits a {
  text-decoration: none;
}
.bv-mobile-container {
  width: 360px;
  margin: 16px auto;
  background-color: transparent;
  background-image: radial-gradient(at center center, #4e9bff 0, #0032bd 100%);
  border: 1px solid #231f20;
  border-radius: 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.bv-mobile-header {
  background-image: linear-gradient(180deg, #4ecdff 0, #1300bd 100%);
  color: #fccd15;
  text-align: center;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #00c2ff;
  border-radius: 18px 18px 0 0;
}
.bv-mobile-columns {
  display: flex;
  gap: 12px;
}
.bv-mobile-column-left,
.bv-mobile-column-right {
  flex: 1;
}
.bv-mobile-column-left h1 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.bv-mobile-column-left p {
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  margin: 0;
}
.bv-mobile-column-left img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.bv-mobile-column-right > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 6px;
}
.bv-mobile-price-per-bottle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.bv-mobile-price-per-bottle h1 {
  font-size: 48px;
  margin: 0;
}
.bv-mobile-price-per-bottle p {
  margin: 0;
  font-size: 0.9rem;
  color: #fff;
}
.bv-mobile-column-right p {
  margin: 2px 0;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.bv-mobile-column-right img {
  width: 160px;
  height: auto;
  margin: 15px auto;
}
.bv-mobile-button-container {
  text-align: center;
  margin-top: 16px;
}
.bv-mobile-button-container button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px;
  font-size: 21px;
  font-weight: 700;
  border: none;
  background: linear-gradient(180deg, #fccd15 50%, #f5c60d 0);
  color: #0052bd;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}
#sacola {
  color: #fff;
}
.bv-mobile-container2 {
  width: 360px;
  margin: 16px auto;
  background-color: #fffcf6;
  border: 1px solid #231f20;
  border-radius: 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.step {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-color: #00c2ff;
  border-image: unset 1;
  font-weight: 600;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.divisor {
  border-left: 2px solid #00c2ff;
  width: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 24px;
}
.step:first-child {
  background: #00c2ff;
}
.kits h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.divisor2 {
  background-color: #00c2ff;
  width: 3px;
  height: 9%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dont {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #00c2ff;
}
.every {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.option {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #a6a6a6;
}
/* SATISFAÇÃO 1 */
.satisfacao1 a {
  text-decoration: none;
}
.order-now {
  border-style: solid;
  border-color: #00c2ff;
  border-image: unset 1;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #00c2ff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  display: block;
  margin: 0 auto;
  max-width: 247px;
  width: 100%;
}
.satisfacao1 h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.satisfacao1 p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

/* SATISFAÇÃO 2 */
.satisfacao2 {
  background: radial-gradient(at center center, #00c2ff 0, #1907bd 100%);
}
.satisfacao2 h2 {
  color: #fff;
  background-image: unset;

  font-size: 36px;
  font-weight: 600;
}
.satisfacao2 h3 {

  color: #fff;
  background-image: unset;
  font-size: 24px;
  font-weight: 500;
}
.satisfacao2 p {
  color: #fff;
  background-image: unset;

  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
/* FAQ */
.accordion {
  padding-top: 40px;
  padding-bottom: 40px;
}
.accordion .container {
  max-width: 1066px;
}
.accordion h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #00c2ff;
  margin-bottom: 40px;
}
.accordion-item {
  background: white;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.accordion-header {
  background: white;
  border: none;
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  color: #001cbd;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.accordion-icon {
  width: 20px;
  height: 20px;
  color: #6ec1e4;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.accordion-item.active .accordion-icon {
  transform: none;
}

.accordion-content {
  display: none;
  background: white;
  padding: 15px 20px;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-text {
  color: black;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.accordion-item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.accordion-icon {
  width: 20px;
  height: 20px;
  color: #6ec1e4;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
}

.icon-plus,
.icon-arrow {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.icon-plus {
  opacity: 1;
}

.icon-arrow {
  opacity: 0;
}

.accordion-item.active .icon-plus {
  opacity: 0;
}

.accordion-item.active .icon-arrow {
  opacity: 1;
}
/* LABEL */
.label h2{
      text-align: center;
    color: #00c2ff;
    font-size: 24px;
    font-weight: 500;
}
/* ICONES */
.icones img{
      background-color: #696969;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 66%;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* COMENTÁRIOS */
.comentarios {
  padding-top: 30px;
  padding-bottom: 50px;
}
.comentarios .container {
  max-width: 690px;
}
.comentarios .co {
  background-color: white;
  border-radius: 12px;
  padding: 16px;
}
.comentarios p {
  margin-bottom: 0;
}
.comment {
  margin-bottom: 1rem;
}
.co {
  border-radius: 12px;
  padding: 8px;
}

.co .fb-img img {
  width: 100%;
  height: 100%;
}

.co .fb-img {
  max-width: 300px;
}

.co-f {
  border-top: 1px solid #e9ebee;
  padding-bottom: 8px;
  padding-top: 8px;
}

.co-f .co-fc {
  display: flex;
  align-items: center;
  gap: 5px;
}

.co-f .co-fc .co-fb {
  width: 14px;
  height: 14px;
}

.co-f .co-fc .co-ft {
  color: #385898;
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
}

.co-h {
  border-bottom: 1px solid #e9ebee;
  padding-bottom: 20px;
}

.co-h .co-hc {
  display: flex;
  align-items: center;
  gap: 5px;
}

.co-h .co-hc .co-ht {
  font-weight: 600;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .fb .fb-misc {
    flex-direction: column;
  }

  .co .fb .fb-text {
    width: 90%;
  }
}

.fb {
  width: 100%;
  background-color: white;
}

.fb .fb-parent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.fb .fb-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-width: 2px;
  overflow: hidden;
}

.fb .fb-thumb-child {
  width: 36px;
  height: 36px;
}

.fb .fb-thumb-img {
  width: 100%;
  height: 100%;
}

.fb .fb-info {
  width: 100%;
}

.fb .fb-text {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
}

.fb .fb-user {
  color: #385898;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.358;
  text-transform: capitalize;
  word-break: break-word;
}

.fb .fb-comm {
  color: #1c1e21;
  line-height: 19.12px;
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  word-break: break-word;
}

.fb .fb-misc {
  display: flex;
  justify-content: space-between;
}

.fb .fb-misc-left {
  display: flex;
  line-height: 16px;
  gap: 4px;
}

.fb .fb-misc-txt,
.fb .fb-time {
  font-weight: 400;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  color: #4267b2;
}

.fb .fb-time {
  color: #90949c;
}

.fb .fb-misc-txt p {
  color: #4267b2;
}

.fb .fb-dot {
  font-weight: 400;
  font-size: 12px;
}

.fb .fb-misc-txt:hover {
  text-decoration-line: underline;
}

.fb .fb-likes {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1c1e21;
}

.fb .fb-likes .fb-like-img {
  width: 14px;
  height: 14px;
  display: block;
  margin-top: -2px;
}

.fb .fb-likes .fb-heart-img {
  width: 20px;
  margin-left: 4px;
  margin-right: 2px;
}

.fb .fb-likes span {
  font-size: 12px;
  font-weight: 400;
}

.fb .fb-children {
  margin-left: 48px;
  border-left: 1px dotted #d3d6db;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 1rem;
}

.fb .fb-child {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.yt .yt-parent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: Roboto, Arial, sans-serif;
}

.yt .yt-thumb {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 50%;
  border-width: 2px;
  overflow: hidden;
}

.yt .yt-reply-mob img {
  width: 14px;
}

@media (min-width: 768px) {
  .yt .yt-reply-mob img {
    display: none;
  }

  .yt .yt-reply-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .yt .yt-reply-pc {
    display: none;
  }
}

.yt .yt-reply-pc {
  font-size: 12px;
  font-weight: 500;
  color: #0f0f10;
}

.yt .yt-thumb-img {
  width: 100%;
  height: 100%;
}

.yt .yt-info {
  width: 84%;
}

.yt .yt-text {
  width: 100%;
  padding: 0 10px 10px;
}

.yt .yt-user {
  font-weight: 400;
  font-size: 13px;
  color: #606060;
  display: flex;
  align-items: center;
  word-break: break-word;
}

.yt .yt-user span {
  font-weight: 400;
  color: #606060;
  margin-left: 6px;
  font-size: 12px;
  word-break: break-word;
}

.yt .yt-dim {
  font-weight: 400;
  font-size: 12px;
  opacity: 0.6;
}

.yt .yt-comm {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  word-break: break-word;
}

.yt .yt-misc {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-top: -8px;
}

.yt .yt-misc .yt-unlike {
  transform: rotate(180deg);
}

.yt .yt-misc-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.yt .yt-misc-txt {
  font-weight: 500;
}

.yt .yt-children {
  padding-left: 56px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.yt .yt-child {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.yt .gapHalf {
  gap: 4px;
}

.yt .gap1 {
  gap: 24px;
}

@media (min-width: 768px) {
  .bv-mobile-container,
  .bv-mobile-container2 {
    display: inline-block;
    vertical-align: top;
    margin: 16px;
  }
}
@media (max-width: 768px) {
  .bv-mobile-container,
  .bv-mobile-container2 {
    width: auto;
  }
  .divisor {
    margin-left: 16px;
    margin-right: 14px;
  }
  /* FAQ */
  .accordion {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .icones img{
            border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        width: 100%;
  }
}
