*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture, svg, video, canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body, html {
  height: 100%;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

body {
  background-color: #222;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

.whats-float {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 10;
  color: #fff;
  background: #000;
  border-radius: 8px;
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 26px 22px 47px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.whats-float img {
  width: 40px;
  margin-right: 0.5rem;
}
.whats-float a {
  color: #00FFEA;
}

header {
  background-image: radial-gradient(at center center, #00BBAF 0%, #006158 100%);
  color: #FFF;
  font-weight: 600;
  display: flex;
  height: 71px;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
}

.banner {
  height: auto;
  text-align: center;
  display: block;
  flex-direction: column;
  place-content: center;
  padding: 5rem;
  background: url(../images/secaps_background.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.banner::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.81);
}
.banner .container {
  position: relative;
}
.banner h2 {
  font-size: 4vw;
  padding: 1rem 0;
  margin: 0 auto;
}
.banner h4 {
  font-weight: 400;
  margin: 0 auto;
  max-width: 80%;
  font-size: 2vw;
}
.banner .produto01 {
  position: relative;
  z-index: 3;
}
.banner .features {
  position: relative;
  z-index: 2;
  top: -65px;
  background-image: linear-gradient(180deg, #28F5ED 0%, #10443F 100%);
  padding: 4rem;
  display: flex;
  justify-content: space-around;
  border-radius: 20px;
  font-size: 1.4vw;
  font-weight: 500;
  gap: 2%;
}
.banner .features img {
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.banner .button-cta {
  background-image: linear-gradient(90deg, #8af0df, #54dac9, #8af0df, #54dac9);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 2rem auto;
  height: 6vw;
  display: flex;
  width: 29vw;
  align-items: center;
  justify-content: center;
  font-size: 1.8vw;
  position: relative;
}

.title {
  color: #00FFEA;
  font-size: 3.6vw;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 0.2px;
  text-align: center;
  margin-bottom: 3rem;
}

.button-cta {
  background-image: linear-gradient(90deg, #8af0df, #54dac9, #8af0df, #54dac9);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 2rem auto;
  height: 50px;
  display: flex;
  width: 320px;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.segredos, .reduce, .formula, .natural, .garantia {
  background-image: radial-gradient(at 0% 0%, hsla(183, 100%, 50%, 0.17) 0px, transparent 50%), radial-gradient(at 100% 100%, hsla(183, 100%, 56%, 0.25) 0px, transparent 50%);
  background-color: #161616;
  padding: 5rem;
  color: #fff;
}
.segredos .title, .reduce .title, .formula .title, .natural .title, .garantia .title {
  color: #fff;
  font-size: 2rem;
}
.segredos .cards, .reduce .cards, .formula .cards, .natural .cards, .garantia .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
.segredos .cards .card, .reduce .cards .card, .formula .cards .card, .natural .cards .card, .garantia .cards .card {
  border-radius: 8px;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.0196078431);
  font-size: 1.4rem;
  -webkit-box-shadow: 0px 0px 34px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 34px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 34px -14px rgba(0, 0, 0, 0.75);
}
.segredos .cards .card h2, .reduce .cards .card h2, .formula .cards .card h2, .natural .cards .card h2, .garantia .cards .card h2 {
  text-transform: uppercase;
}
.segredos .cards .card .photo, .reduce .cards .card .photo, .formula .cards .card .photo, .natural .cards .card .photo, .garantia .cards .card .photo {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin: 0 0 1rem 0;
  border-radius: 8px;
}
.segredos .cards .card .photo img, .reduce .cards .card .photo img, .formula .cards .card .photo img, .natural .cards .card .photo img, .garantia .cards .card .photo img {
  width: 100%;
}
.segredos h2, .reduce h2, .formula h2, .natural h2, .garantia h2 {
  color: #00FFEA;
  margin-bottom: 1rem;
}

.half-col .cards {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}

.reduce .container, .formula .container, .natural .container, .garantia .container {
  background: url(../../assets/images/3-potes-1.png) center right no-repeat;
  background-size: 40%;
}
.reduce .container div, .formula .container div, .natural .container div, .garantia .container div {
  width: 50%;
}
.reduce .container h1, .formula .container h1, .natural .container h1, .garantia .container h1 {
  font-size: 2.4rem;
}
.reduce .container p, .formula .container p, .natural .container p, .garantia .container p {
  font-size: 1.2rem;
  margin: 1.5rem 0;
}

.formula .container {
  background: url(../../assets/images/seca-black-formula-1.png) center left no-repeat;
  background-size: 40%;
  padding: 5rem;
  display: flex;
  flex-direction: row-reverse;
}
.formula .container .button-cta {
  margin-left: 0;
}

.natural .container {
  background: url(../../assets/images/natural-secaps-black-1.png) center right no-repeat;
  background-size: 40%;
  padding: 5rem;
}
.natural .container .button-cta {
  margin-left: 0;
}

.products {
  background-image: radial-gradient(at 0% 0%, hsla(183, 100%, 50%, 0.17) 0px, transparent 50%), radial-gradient(at 100% 100%, hsla(183, 100%, 56%, 0.25) 0px, transparent 50%);
  background-color: #161616;
  color: #FFF;
  text-align: center;
  padding: 5rem;
}
.products h1 {
  color: #00FFEA;
  font-size: 2.4;
}
.products h2 {
  font-size: 1.4rem;
  font-weight: 600;
}
.products .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  margin-top: 3rem;
}
.products .grid .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products .grid .item span.tratamento {
  background: #fff;
  display: flex;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 8px;
  color: #000;
  text-transform: uppercase;
  font-size: 0.8rem;
  align-self: center;
}
.products .cta a {
  background-color: #00BBAF;
  color: #fff;
  border-radius: 8px;
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: 50px;
  margin: 20px auto;
}
.products .price {
  font-size: 2rem;
}
.products .price em {
  font-size: 2.8rem;
  font-weight: 800;
  color: #39e4d9;
}
.products .price .discount span {
  font-size: 1.4rem;
}
.products .price .discount span:first-child {
  text-decoration: line-through;
  color: red;
}
.products .shipping {
  text-transform: uppercase;
}
.products .shipping img {
  width: 30px;
}

.garantia {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.garantia .container {
  padding: 5rem;
  background: url(../../assets/images/90-dias-de-garantia-secaps-1.png) center right no-repeat;
  background-size: 33%;
}
.garantia .container .right {
  width: 50%;
}
.garantia .faq {
  margin-top: 5rem;
  padding: 2rem;
  align-self: center;
  max-width: 80%;
  background: rgba(32, 30, 30, 0.4823529412);
  box-shadow: 26px 22px 47px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  border-radius: 8px;
}
.garantia .faq .container {
  padding: 0;
  background-image: none;
}
.garantia .faq .container details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1607843137);
  padding: 1rem 0 2rem 0;
  font-size: 1.4rem;
}
.garantia .faq .container summary {
  color: #00FFEA;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0.6rem 0;
  padding: 0.6rem 0;
}

footer {
  padding: 2rem 0;
  background: #222;
  color: #fff;
  text-align: center;
}
footer h2 {
  margin-bottom: 1rem;
}
footer .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .bottom img {
  display: block;
  width: 200px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 992px) {
  .products, .segredos, .garantia, .natural, .formula, .banner {
    padding: 1rem;
  }
  .segredos .cards {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .segredos .cards .card {
    width: 100%;
  }
  .products .cta a {
    max-width: 100%;
  }
  .products .price {
    font-size: 0.5rem;
  }
  .products .price em {
    font-size: 1.8rem;
  }
  .products .price .discount span {
    font-size: 0.8rem;
  }
  .segredos .cards .card {
    font-size: 1rem;
  }
  .banner .features {
    font-size: 2vw;
  }
  .banner .button-cta {
    width: 80vw;
    height: 13vw;
    font-size: 2.5rem;
    margin-top: 0;
  }
  .garantia .faq {
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .garantia .faq .container details {
    font-size: 1rem;
    padding: 0 0 1rem;
  }
  .garantia .faq .container details summary {
    font-size: 1rem;
  }
  header {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  header {
    font-size: 0.8rem;
  }
  .segredos .cards, .products .cards {
    overflow-x: auto;
  }
  .segredos .cards, .segredos .grid, .products .cards, .products .grid {
    display: flex;
  }
  .segredos .cards .card {
    font-size: 12px;
    padding: 1rem;
    min-width: 375px;
  }
  .segredos .cards .card .photo {
    height: 140px;
  }
  .segredos .cards .card .photo img {
    position: absolute;
    top: -50%;
  }
  .products .grid {
    flex-direction: column;
  }
  .products .grid .item {
    align-items: center;
    margin-bottom: 2rem;
  }
  .products .grid .item .cta {
    width: 80%;
  }
  .products .grid .item img {
    width: 80%;
  }
  .products .grid .shipping img {
    width: 30px;
  }
  .formula .container div {
    width: 100%;
  }
  .banner h2 {
    font-size: 2rem;
    padding-top: 0;
  }
  .banner h4 {
    font-size: 1rem;
  }
  .banner .button-cta {
    margin: 2rem auto 1rem auto;
    font-size: 1.2rem;
  }
  .banner .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    top: 0;
    padding: 1rem;
  }
  .banner .features span {
    font-size: 1rem;
    padding-bottom: 2rem;
  }
  .title {
    margin-bottom: 0;
  }
  .reduce, .formula, .natural, .garantia {
    padding: 1rem;
    padding-top: 16rem;
    text-align: center;
    background: url(../../assets/images/3-potes-1.png) center top no-repeat;
    background-size: 60%;
  }
  .reduce .container, .formula .container, .natural .container, .garantia .container {
    background-image: unset;
  }
  .reduce .container div, .formula .container div, .natural .container div, .garantia .container div {
    width: 100%;
  }
  .reduce .container h1, .formula .container h1, .natural .container h1, .garantia .container h1 {
    font-size: 1.4rem;
  }
  .reduce .container p, .formula .container p, .natural .container p, .garantia .container p {
    font-size: 1rem;
  }
  .formula .container, .natural .container, .garantia .container {
    padding: 1rem;
  }
  .formula .container .right, .natural .container .right, .garantia .container .right {
    width: 100%;
  }
  .formula .button-cta, .natural .button-cta, .garantia .button-cta {
    margin: 2rem auto !important;
  }
  .formula {
    background: url(../../assets/images/seca-black-formula-1.png) center top no-repeat;
    background-size: 63%;
  }
  .natural {
    background: url(../../assets/images/natural-secaps-black-1.png) center top no-repeat;
    background-size: 63%;
  }
  .garantia .faq .container details summary {
    margin: 0;
  }
  .whats-float {
    transform: scale(0.7);
    right: -15px;
    bottom: 7px;
  }
}

/*# sourceMappingURL=styles.css.map */
