* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
}

body {
  line-height: 1.5;
  color: #333;
}

h1,
h2,
h3,
h4,
h5 {
  color: #364453;
  font-weight: bold;
}

p {
  margin: 22.5px 0;
}

.bg-dark {
  background-color: #364453 !important;
}

.logo {
  max-width: 98px;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

.btn {
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 17px;
  padding: 15px 25px;
}

#citations p {
  font-size: 12px;
  margin: 0 0 15px;
}

#citations a {
  color: #545454;
}

#citations .container {
  width: 70%;
}

.blue {
  color: var(--primary);
}

.padright5 {
  padding-right: 5px;
}

.padleft5 {
  padding-left: 5px;
}

.w20 {
  width: 20px;
}

.textPurple {
  background: #4e4b85;
  color: #fff;
  padding: 0 5px;
}

.whatsapp p {
  font-weight: 600;
}

#mainSection {
  /* background-image: url(/assets/img/vsl/vsl_background.png); */
  background-color: #fff1ea;
}

.whatsapp small {
  font-weight: 600;
  font-size: 10px;
}

.video-container {
  max-width: 460px;
  margin: 2.75rem auto;
  margin-bottom: 24px;
  margin-top: 0.7rem;
}

.crefito {
  display: block;
  font-size: 0.75em;
  font-style: italic;
  padding-top: 10px;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

.embed-responsive {
  position: relative;
}

input[value="yt"] + .embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

iframe#player[src*="youtube.com"],
iframe#player[src*="youtu.be"],
iframe#player[src*="youtube-nocookie.com"]  {
  aspect-ratio: 16 / 9;
  margin: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#divOverPlayerYoutubeCabecalho {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  background-color: #ff0000;
  height: 20%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  top: 0;
}

#divOverPlayerYoutubeRodape {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  background-color: #ff0000;
  height: 20%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  bottom: 0;
}

.fullScreen {
  height: 100% !important;
}

/* #center, #id_embed-responsive, #player {
  height: 100%!important;
} */

.divBtn {
  margin-top: 0rem !important;
}

.btnProximoPasso {
  width: 524px;
  height: 74px;
  padding: 9.063px 54.375px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4.531px;
  background: #4e4b85;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

.btnProximoPasso:hover {
  background: #494689;
  border: none;
  color: white;
}

.draBiancaBackground {
  background: #fff;
  padding: 2rem 0;
}

#media {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  opacity: 0.8;
  margin-bottom: 6.5rem;
}

.mediaTitle {
  color: #b5b5b5;
  font-size: 22px;
  font-weight: 900;
}

.draBianca {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1140px !important;
  height: 100%;
  gap: 1.5rem;
}

.draImg {
  max-width: 398px;
}

.draTitle {
  margin-bottom: 0 !important;
}

.draTitle h2 {
  color: #333 !important;
  font-size: 32px;
  font-weight: 900;
  line-height: 160%;
}

.draTitle hr {
  border: 2px solid #eb6d56;
  width: 70px;
  opacity: 1;
}

.draText {
  display: flex;
  flex-direction: column;
}

/* PRODUCT SECTION */
.product-img-section {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px !important;
  height: 100%;
  gap: 1.5rem;
  margin: 4.375rem auto;
}

.product-img-section img {
  max-width: 320px;
}

.productSection {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px !important;
  height: 100%;
  gap: 1.5rem;
}

.productText {
  display: flex;
  flex-direction: column;
}

.productTitle {
  margin-bottom: 0 !important;
}

/* PRODUCT SECTION */

/* FAQ */
#accordionFlushScienceRefs > div {
  padding: 1rem 0 !important;
}

#accordionFlushScienceRefs .accordion-button:focus,
#accordionFlushScienceRefs .accordion-button:active {
  box-shadow: none !important;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #333 !important;
}

.accordion-button:not(.collapsed)::after,
.accordion-button.collapsed::after {
  color: #4e4b85 !important;
}

.accordion-body,
.accordion-button {
  padding-left: 0;
}
/* FAQ */

@media (min-width: 1200px) {
  .container {
    /* max-width: 990px; */
    padding-left: 15px;
    padding-right: 15px;
  }

  h1 {
    font-size: 48px;
  }

  .draBiancaBackground {
    position: relative;
  }

  .draText {
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .video-container {
    max-width: 720px;
  }
}

@media (min-width: 996px) and (max-width: 1200px) {
  .draBianca {
    gap: 3rem;
  }
}

@media (max-width: 995px) {
  .product-img-section {
    flex-direction: column;
    align-items: center;
  }

  .draBianca {
    flex-direction: column;
    align-items: center;
  }

  .draBianca {
    padding-top: 2rem !important;
    padding-bottom: 0 !important;
  }

  .draText {
    text-align: center;
  }

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

@media (min-width: 768px) and (max-width: 992px) {
  .btnProximoPasso {
    width: 380px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  #player {
    margin: 0 1rem;
  }

  .media {
    gap: 2rem;
    margin-bottom: 3.75rem;
  }

  #mainSection {
    padding: 24px 0 !important;
  }

  .btnProximoPasso {
    width: 374px;
    padding: 0;
  }

  .video-container {
    margin: 2.75rem auto;
    margin-bottom: 24px;
  }

  .draBianca {
    flex-direction: column;
  }

  .draText {
    order: 2;
    padding: 3rem 1.5rem;
    align-items: center;
  }

  .draText h1,
  .draText hr {
    text-align: center;
  }

  .draAssinatura {
    width: 300px;
    margin: 1rem 0;
  }

  .productSection {
    flex-direction: column;
    align-items: center;
  }

  .productText {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .media {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 525px) {
  .draBianca {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
  }

  .draText {
    padding: 0rem 1.5rem;
  }

  .btnProximoPasso {
    padding: 0;
  }
}

@media (max-width: 420px) {
  .draImg img {
    max-width: 250px !important;
  }

  .draTitle h2 {
    font-size: 28px;
  }

  .btnProximoPasso {
    width: 320px;
    font-size: 22px;
  }

  .media {
    gap: 20px;
  }
}

@media (max-width: 360px) {
  .headerTitleMobile {
    font-size: 24px !important;
  }

  .btnProximoPasso {
    font-size: 20px;
    width: 300px;
  }

  .media div img {
    max-width: 90%;
  }
}

@media (max-width: 340px) {
  .media {
    gap: 15px;
  }
}
