/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-gotasexy-hero__banner, .cm-gotasexy-hero__slider {
  border-radius: 8px;
}
.cm-gotasexy-hero__banner__cta {
  padding-left: 20px;
  padding-right: 20px;
}
.cm-gotasexy-hero__slider .pb {
  padding: 0 !important;
}
.cm-gotasexy-hero__slider h3, .cm-gotasexy-hero__slider h3 p {
  margin: 0 !important;
}
.cm-gotasexy-hero__slider .glide__bullets, .cm-gotasexy-testimonials__slider .glide__bullets {
  bottom: -36px !important;
}
.cm-gotasexy-offerts > div {
  background-color: white;
  border-radius: 10px;
  padding: 24px;
}
.cm-gotasexy-faq .cm-accordion-box__list-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 32px;
}
.cm-gotasexy-faq .cm-accordion-box__list-item p {
  text-align: left;
}
@media only screen and (min-width: 761px) and (max-width: 970px) {
  .cm-gotasexy-hero__slider {
    width: 80% !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .cm-gotasexy-hero__banner {
    margin-bottom: 40px !important;
  }
  .cm-gotasexy__footer .column.text-center {
    text-align: left;
  }
  .cm-gotasexy__benefits {
    gap: 16px;
  }
  .cm-gotasexy-offerts > div {
    margin-bottom: 16px;
  }
  .cm-gotasexy-logo--end img {
    margin-bottom: 20px;
  }
}

/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-segredos-da-reconquista__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cm-segredos-da-reconquista__body-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cm-segredos-da-reconquista__button {
  display: flex;
  justify-content: center;
  padding: 48px 0 48px 0;
}
.cm-segredos-da-reconquista__button a {
  display: inline-block;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ff8c00;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  border-radius: 50px;
  padding: 20px 32px 20px 32px;
  cursor: pointer;
}
.cm-segredos-da-reconquista__results {
  padding: 60px 0 60px 0;
}
.cm-segredos-da-reconquista__results__examples {
  display: flex;
  justify-content: center;
}
.cm-segredos-da-reconquista__results__examples img {
  width: 216px;
}
.cm-segredos-da-reconquista__how-to {
  display: flex;
  gap: 60px;
  padding: 60px 0 60px 0;
}
.cm-segredos-da-reconquista__how-to img {
  width: 367px;
}
.cm-segredos-da-reconquista__how-to div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cm-segredos-da-reconquista__who-is {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0 60px 0;
}
.cm-segredos-da-reconquista__who-is__wrapper {
  display: flex;
  gap: 60px;
}
.cm-segredos-da-reconquista__who-is__wrapper img {
  width: 244px;
}
.cm-segredos-da-reconquista__who-is__wrapper__text {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.cm-segredos-da-reconquista__who-is__wrapper__text-info {
  display: flex;
  gap: 16px;
  align-items: center;
}
.cm-segredos-da-reconquista__depositions {
  padding: 60px 0 60px 0;
}
.cm-segredos-da-reconquista__depositions div {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.cm-segredos-da-reconquista__depositions__card {
  padding: 20px 0 20px 0;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3333333333);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cm-segredos-da-reconquista__what-you-buy {
  padding: 60px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.cm-segredos-da-reconquista__assurance {
  background-color: #d5d5d5;
  padding: 40px 12px 32px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cm-segredos-da-reconquista__assurance div {
  width: 50%;
}
.cm-segredos-da-reconquista__assurance div:first-child {
  display: flex;
  justify-content: center;
}
.cm-segredos-da-reconquista__footer {
  background-color: #ff8404;
  display: flex;
  gap: 24px;
  border-radius: 0 0 15px 15px;
  padding: 24px;
}
.cm-segredos-da-reconquista__footer div:first-child {
  width: 50%;
}
.cm-segredos-da-reconquista__footer div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cm-segredos-da-reconquista__results__examples {
    flex-direction: column;
  }
  .cm-segredos-da-reconquista__results__examples img {
    width: 100%;
  }
  .cm-segredos-da-reconquista__how-to {
    flex-direction: column-reverse;
  }
  .cm-segredos-da-reconquista__how-to img {
    width: 100%;
  }
  .cm-segredos-da-reconquista__who-is__wrapper {
    flex-direction: column;
  }
  .cm-segredos-da-reconquista__who-is__wrapper img {
    width: 100%;
  }
  .cm-segredos-da-reconquista__who-is__wrapper__text {
    width: 100%;
  }
  .cm-segredos-da-reconquista__depositions div {
    flex-direction: column;
  }
  .cm-segredos-da-reconquista__assurance {
    flex-direction: column;
  }
  .cm-segredos-da-reconquista__assurance div {
    width: 100%;
  }
  .cm-segredos-da-reconquista__footer {
    flex-direction: column;
  }
  .cm-segredos-da-reconquista__footer div:first-child {
    width: 100%;
  }
}

/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-hair-caps__hero__slider {
  border-radius: 8px;
  background: transparent !important;
}
.cm-hair-caps__hero__slider .pb {
  padding: 0 !important;
}
.cm-hair-caps__hero__slider .glide__slide:not(.active) {
  opacity: 0.4;
}
.cm-hair-caps__hero__slider h3, .cm-hair-caps__hero__slider h3 p {
  margin: 0 !important;
}
.cm-hair-caps__hero__slider button.glide__bullet.glide__bullet--active {
  background-color: #fff !important;
}
.cm-hair-caps__hero__slider .glide__bullets,
.cm-hair-caps__hero .cm-gotasexy-testimonials__slider .glide__bullets {
  bottom: -36px !important;
}
.cm-hair-caps__offerts > div {
  background-color: white;
  border-radius: 10px;
  padding: 24px;
}
.cm-hair-caps__image-container img {
  max-height: 325px;
  min-height: 325px;
}
.cm-hair-caps__image-container {
  min-height: 325px;
  max-height: 325px;
  margin: auto;
}
.cm-hair-caps__card__tag {
  margin: 0 !important;
}
@media screen and (min-width: 1024px) {
  .cm-hair-caps__legal-note {
    padding-top: 16px;
  }
  .cm-hair-caps__hero__slider {
    max-width: 320px;
  }
  .cm-hair-caps__hero__slider img {
    max-width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .cm-hair-caps .cm-hair-cups__text-center,
  .cm-hair-caps .cm-hair-cups__text-center a,
  .cm-hair-caps .cm-hair-cups__text-center p,
  .cm-hair-caps .cm-hair-cups__text-center h1 {
    text-align: center !important;
  }
  .cm-hair-caps__offerts > div {
    margin-bottom: 16px;
  }
  .cm-hair-caps__image-container:not(.cm-hair-caps__image-main) {
    display: none;
  }
  .cm-hair-caps__image-main {
    margin-top: 32px;
  }
}

/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-advertorial-1__top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.cm-advertorial-1__body {
  display: flex;
  justify-content: space-between;
  padding-top: 52px;
  gap: 40px;
}
.cm-advertorial-1__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cm-advertorial-1__aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 280px;
  min-width: 280px;
}
.cm-advertorial-1__aside__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cm-advertorial-1__aside__item img {
  width: 100%;
}
.cm-advertorial-1__more-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-top: 52px;
  padding-bottom: 52px;
}
.cm-advertorial-1__more-content__wrapper-items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cm-advertorial-1__more-content__wrapper-items__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .cm-advertorial-1__top-bar {
    justify-content: center;
  }
  .cm-advertorial-1__top-bar p {
    display: none;
  }
  .cm-advertorial-1__body {
    flex-direction: column;
  }
  .cm-advertorial-1__aside {
    display: none;
  }
  .cm-advertorial-1__more-content__wrapper-items {
    flex-direction: column;
  }
  .cm-advertorial-1__more-content__wrapper-items__item {
    width: 100%;
  }
}

/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-advertorial-2__top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 40px 4px 40px;
}
.cm-advertorial-2__top-bar__list, .cm-advertorial-2__top-bar__account {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cm-advertorial-2__header {
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 40px;
}
.cm-advertorial-2__header__menu {
  display: flex;
  align-items: center;
}
.cm-advertorial-2__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cm-advertorial-2__body__list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding: 12px 0 12px 0;
}
.cm-advertorial-2__body__author {
  display: flex;
  gap: 16px;
  align-items: center;
}
.cm-advertorial-2__body__author div {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.cm-advertorial-2__body__image-legended {
  display: flex;
  gap: 40px;
}
.cm-advertorial-2__more-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-top: 52px;
  padding-bottom: 52px;
}
.cm-advertorial-2__more-content__items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cm-advertorial-2__more-content__items-wrapper__items {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cm-advertorial-2__top-bar {
    justify-content: center;
  }
  .cm-advertorial-2__top-bar__list {
    display: none;
  }
  .cm-advertorial-2__header__menu h1 {
    display: none;
  }
  .cm-advertorial-2__body__list {
    display: none;
  }
  .cm-advertorial-2__body__author {
    flex-direction: column;
  }
  .cm-advertorial-2__body__author div {
    text-align: center;
  }
  .cm-advertorial-2__body__image-legended {
    flex-direction: column;
  }
  .cm-advertorial-2__more-content__items-wrapper__items {
    flex-direction: column;
  }
}

/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-terms-privacy {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .cm-terms-privacy {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.cm-terms-privacy__divider {
  display: none;
}
@media screen and (min-width: 768px) {
  .cm-terms-privacy__divider {
    display: block;
  }
}

/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-footer-all-rights-reserved {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0 32px;
}
@media screen and (min-width: 768px) {
  .cm-footer-all-rights-reserved {
    padding: 80px 0 56px;
  }
}

div .cm-footer-all-rights-reserved .cm-footer-all-rights-reserved__paragraph {
  text-align: center;
  max-width: 335px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  div .cm-footer-all-rights-reserved .cm-footer-all-rights-reserved__paragraph {
    max-width: 389px;
    font-size: 16px;
  }
}

/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-logo-big-title-headline {
  width: 100%;
  padding: 40px 20px 51px;
}
@media screen and (min-width: 768px) {
  .cm-logo-big-title-headline {
    padding: 80px 180px 74px;
  }
}

div .cm-logo-big-title-headline .cm-logo-big-title-headline__logo {
  width: 100%;
  max-width: 246px;
}
@media screen and (min-width: 768px) {
  div .cm-logo-big-title-headline .cm-logo-big-title-headline__logo {
    width: 100%;
    max-width: 440px;
  }
}

div .cm-logo-big-title-headline .cm-logo-big-title-headline__paragraph {
  max-width: 335px;
  font-size: 20px;
  font-weight: 400;
  padding: 40px 0 16px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  div .cm-logo-big-title-headline .cm-logo-big-title-headline__paragraph {
    max-width: 640px;
    font-size: 24px;
    font-weight: 600;
  }
}

div .cm-logo-big-title-headline .cm-logo-big-title-headline__headline {
  display: block;
  width: 100%;
  max-width: 335px;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  div .cm-logo-big-title-headline .cm-logo-big-title-headline__headline {
    width: 100%;
    max-width: 550px;
    font-size: 24px;
    font-weight: 900;
  }
}

div .cm-logo-big-title-headline .cm-logo-big-title-headline__line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
}

/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-instruction-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 21px;
}
@media screen and (min-width: 768px) {
  .cm-instruction-box {
    padding: 80px 0 51px;
  }
}

.cm-instruction-box__box {
  width: 100%;
  max-width: 639px;
}

.cm-instruction-box__box__header {
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #21272A;
  border-radius: 12px 12px 0 0;
}

.cm-instruction-box__box__content {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 20px;
  background-color: #4D5358;
  border-radius: 0 0 12px 12px;
  margin-top: -1px;
}

/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
@media screen and (max-width: 768px) {
  .cm-footer__title {
    text-align: center;
  }
  .cm-footer__description {
    text-align: center;
  }
}
/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-instruction-box-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .cm-instruction-box-image {
    padding: 80px 0 51px;
  }
}

.cm-instruction-box-image__box {
  width: 100%;
  max-width: 335px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .cm-instruction-box-image__box {
    max-width: 640px;
  }
}

div .cm-instruction-box-image .cm-instruction-box-image__box img {
  width: 100%;
  max-width: 195px;
}
@media screen and (min-width: 768px) {
  div .cm-instruction-box-image .cm-instruction-box-image__box img {
    width: 100%;
    max-width: 195px;
  }
}

div .cm-instruction-box-image .cm-instruction-box-image__box p {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  div .cm-instruction-box-image .cm-instruction-box-image__box p {
    font-size: 32px;
  }
}

div .cm-instruction-box-image .cm-instruction-box-image__box li {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  div .cm-instruction-box-image .cm-instruction-box-image__box li {
    font-size: 16px;
  }
}

/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-list-and-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .cm-list-and-image {
    justify-content: space-between;
  }
}

.cm-list-and-image__list {
  width: 100%;
  max-width: 257px;
  padding: 0;
}

/*
  sizes: xsmall, small, medium, large, xlarge (required)
  type: max or min (defalt = max)
*/
.cm-banner {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.cm-banner__paragraph {
  padding: 12px 8px;
}
@media screen and (min-width: 768px) {
  .cm-banner__paragraph {
    padding: 16px 0;
  }
}

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