:root {
  --primary-font: "Montserrat", sans-serif;
  --primary-color: #170208;
  --med-bold: 600;
  --low-bold: 500;
  --Rosa-Main: #ef6889;
  --Rosa-400: #fde8ed;
  --Turq-300: #cce6e0;
  --Turq-100: #88c6b8;
  --Turq-200: #aad6cc;
  --Rosa-100: #f388a2;
  --Rosa-500: #b95068;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

.relative {
  position: relative;
}

.all {
  transition: all 0.4s ease;
}

strong {
  font-weight: 700;
}

ul li {
  list-style: none;
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
  animation: shake 150ms 2 linear;
  -moz-animation: shake 150ms 2 linear;
  -webkit-animation: shake 150ms 2 linear;
  -o-animation: shake 150ms 2 linear;
  transition: all 0.4s;
}

@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: white;
  text-align: center;
  padding: 1rem;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  border: 0;
  border-radius: 2rem;
  margin-top: 2rem;
  color: #46b450;
}

.wpcf7-spinner {
  position: absolute;
  width: 24px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 0 !important;
  color: white !important;
}

.slick-dots li button:before {
  display: none;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-disabled {
  opacity: 0.4;
}

input {
  height: 48px;
  border: 0;
  border-radius: 8px;
  width: 356px;
  padding-inline: 20px;
  border: 1px solid white;
  transition: all 0.4s ease;
}
input:focus {
  border-color: var(--OrangeMain);
}

html {
  padding: 0;
  margin-top: 0 !important;
}

body {
  font-family: var(--primary-font);
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  background-color: #fff;
  padding: 0;
  overflow-x: hidden;
}

@media (max-width: 990px) {
  body,
  html {
    overflow-x: hidden;
  }
}
a {
  text-decoration: none;
}
a.ab {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 8;
}

p {
  margin: 0.75rem 0;
  line-height: 25px;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 1rem;
  position: relative;
}
@media (min-width: 576px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1190px) {
  .container {
    max-width: 990px;
    padding-inline: 2rem;
  }
}
.container-large {
  max-width: 1400px;
}
@media (max-width: 1390px) {
  .container-large {
    max-width: 1210px;
  }
}
.container-space {
  max-width: 1150px;
}
.container-small {
  max-width: 960px;
}
@media (min-width: 1440px) {
  .container-small {
    max-width: 70%;
  }
}
.container-litle {
  max-width: 770px;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

@media (min-width: 1190px) {
  .desk {
    display: block;
  }
}
@media (max-width: 1189px) {
  .desk {
    display: none;
  }
}

@media (min-width: 1190px) {
  .mob {
    display: none !important;
  }
}
@media (max-width: 1189px) {
  .mob {
    display: block;
  }
}

.hamburger {
  position: absolute;
  right: 1rem;
  z-index: 99;
  top: 50px;
}
@media (max-width: 990px) {
  .hamburger {
    top: 2rem;
  }
}

.hamburger .line {
  width: 25px;
  height: 3px;
  border-radius: 0;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active .line {
  background-color: #fff;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-49deg);
}

.end {
  text-align: end;
}

.center {
  text-align: center;
}

.grid.col-2 {
  grid-template-columns: 1fr 1fr;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: hsla(0, 0%, 0%, 0.377);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  padding-top: 32px;
  transition: all 0.4s ease;
  z-index: 9;
}
header.scrolled {
  padding: 32px 0;
  background-color: var(--Rosa-Main);
  box-shadow: 0px 13px 14px -1px rgba(35, 31, 32, 0.3);
}
@media (max-width: 990px) {
  header.scrolled {
    padding: 10px 0;
  }
}
header .flex {
  gap: 40px;
}
header .marcas {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 990px) {
  header .marcas {
    display: none;
  }
}
@media (min-width: 991px) {
  header .marcas.mobile {
    display: none;
  }
}
@media (max-width: 990px) {
  header .marcas.mobile {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.325);
    padding-bottom: 16px;
  }
  header .marcas.mobile img {
    width: 80px;
  }
}
@media (max-width: 550px) {
  header .marcas.mobile {
    gap: 10px;
  }
}
@media (max-width: 990px) {
  header .logo {
    margin-top: 16px;
  }
}
header .menu {
  background-color: var(--Rosa-Main);
  position: absolute;
  top: 7rem;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 40px 32px;
  border-radius: 20px;
  box-shadow: 0px 13px 14px -1px rgba(35, 31, 32, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s ease;
}
@media (max-width: 990px) {
  header .menu {
    width: 96%;
    right: initial;
    left: 50%;
    transform: translate(-50%, 50%);
    top: -4rem;
  }
}
header .menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
header .menu li {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  header .menu li {
    margin-bottom: 20px;
    line-height: 28px;
  }
}
header .menu li:last-child {
  margin-bottom: 0;
}
header .menu a {
  color: white;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 10px;
}
@media (max-width: 990px) {
  header .menu a {
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .menu a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: white;
  left: 0;
  bottom: -6px;
  transition: all 0.4s ease;
  opacity: 0;
}
header .menu a::after {
  content: "";
  display: block;
  width: 19px;
  height: 16px;
  background: url(../imgs/arrow.svg) no-repeat;
  right: -28px;
  top: 4px;
  transition: all 0.4s ease;
  opacity: 0;
}
@media (max-width: 990px) {
  header .menu a::after {
    width: 43px;
    right: 0;
  }
}
header .menu a:hover:before, header .menu a.active:before {
  width: 100%;
  opacity: 1;
}
header .menu a:hover::after, header .menu a.active::after {
  opacity: 1;
}

#banner {
  background: var(--Rosa-Main) url(../imgs/curves.svg) center no-repeat;
  color: white;
  height: 613px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  #banner {
    display: block;
    height: auto;
  }
}
#banner:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(185, 80, 104);
  background: linear-gradient(0deg, rgba(185, 80, 104, 0) 0%, rgb(77, 28, 40) 100%);
}
#banner .flex {
  align-items: center;
}
@media (max-width: 550px) {
  #banner .flex {
    flex-direction: column;
  }
}
#banner .text {
  position: relative;
  z-index: 2;
  padding-top: 90px;
}
@media (max-width: 990px) {
  #banner .text {
    text-align: center;
    padding-top: 15rem;
    margin-inline: auto;
  }
}
#banner .text h2 {
  font-size: 48px;
  font-weight: 600;
  margin-block: 4px;
  margin-block-start: 20px;
}
@media (max-width: 990px) {
  #banner .text h2 {
    font-size: 32px;
  }
}
#banner .text img:last-child {
  margin-left: -2rem;
}
@media (max-width: 550px) {
  #banner .text img:last-child {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 990px) {
  #banner .img {
    display: none;
  }
  #banner .img img {
    width: 100%;
  }
}
@media (max-width: 990px) {
  #banner .img.mobile {
    display: block;
  }
}
@media (min-width: 991px) {
  #banner .img.mobile {
    display: none;
  }
}
#banner .img.mobile img {
  display: block;
  width: 100%;
}

#stat {
  padding-top: 5rem;
  position: relative;
  z-index: 2;
  min-height: 512px;
}
@media (max-width: 990px) {
  #stat {
    background: transparent;
  }
}
#stat .slick-slide {
  margin: 0 10px;
}
@media (max-width: 380px) {
  #stat .slick-slide {
    margin: 0;
  }
}
#stat .slick-track {
  margin: 0 -10px;
}
@media (max-width: 380px) {
  #stat .slick-track {
    margin: 0;
  }
}
#stat .slick-dots {
  bottom: -2rem;
}
#stat .slick-dots li {
  width: 12px;
  height: 12px;
}
#stat .slick-dots li button {
  background-color: #fbc8d4;
  border-radius: 2rem;
  width: 12px;
  height: 12px;
  transition: all 0.4s ease;
}
#stat .slick-dots li.slick-active button {
  background-color: #b95068;
}
#stat .contatos {
  padding-top: 5rem;
}
#stat .slider_stat {
  margin-top: -10rem;
}
#stat .slick-slide {
  margin: 0 10px;
}
#stat .slick-list {
  margin: 0 -10px;
}
#stat .contatos .grid {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
#stat .itens .circ {
  background: var(--Rosa-400) url(../imgs/nipple.svg) 50% 97% no-repeat;
  font-size: 13px;
  font-weight: 500;
  border-radius: 100%;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-inline: 25px;
  text-align: center;
  margin-inline: auto;
}
#stat .itens .circ h4 {
  font-size: 28px;
  font-weight: 800;
}
#stat .itens .circ strong {
  font-weight: 800;
}
#stat .itens .circ p {
  line-height: 24px;
}
#stat .itens .font {
  font-size: 12px;
  color: #6c757d;
  text-align: center;
}
#stat .itens .font p {
  line-height: 16px;
}
#stat .itens .font strong {
  font-weight: 700;
}

.contatos {
  padding-top: 13rem;
  padding-bottom: 5rem;
}
.contatos p {
  margin: 0;
}
.contatos h2 {
  margin-bottom: 14px;
}
.contatos .grid {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 770px) {
  .contatos .grid {
    grid-template-columns: 1fr !important;
  }
}
.contatos .grid .box {
  padding-inline-start: 90px;
  border-radius: 12px;
  color: white;
  padding-block: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 13px 14px -1px rgba(35, 31, 32, 0.3);
}
@media (max-width: 990px) {
  .contatos .grid .box {
    padding-inline-start: 72px;
    padding-inline-end: 20px;
    min-height: 112px;
  }
}
.contatos .grid .box.tel {
  background: var(--Rosa-Main) url(../imgs/tel.svg) no-repeat 5%;
}
@media (max-width: 990px) {
  .contatos .grid .box.tel {
    background-size: 25px;
  }
}
.contatos .grid .box.tel h2 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .contatos .grid .box.tel h2 {
    font-size: 18px;
  }
}
.contatos .grid .box.whats {
  background: var(--Rosa-Main) url(../imgs/whats.svg) no-repeat 5%;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .contatos .grid .box.whats {
    background-size: 25px;
    font-size: 18px;
  }
}
.contatos .grid .box:hover {
  transform: scale(1.04);
}

#sobre {
  background: var(--Rosa-400);
  height: 631px;
  padding-top: 20px;
}
@media (max-width: 990px) {
  #sobre {
    height: auto;
  }
}
#sobre .flex {
  gap: 24px;
}
@media (max-width: 990px) {
  #sobre .flex {
    flex-direction: column;
  }
}
#sobre .text {
  padding-top: 3.725rem;
}
@media (max-width: 990px) {
  #sobre .text {
    order: 1;
  }
}
#sobre .text h2 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 990px) {
  #sobre .text h2 {
    text-align: center;
    font-size: 36px;
  }
}
#sobre .text h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-block-start: 16px;
  color: #6c757d;
}
@media (max-width: 990px) {
  #sobre .text h3 {
    text-align: center;
  }
}
@media (max-width: 990px) {
  #sobre .img {
    order: 2;
    text-align: center;
  }
  #sobre .img img {
    width: 330px;
    margin-inline: auto;
  }
}
@media (max-width: 550px) {
  #sobre .img img {
    width: 100%;
    margin-inline: auto;
  }
}

#importancia,
#tratamentos {
  background-color: var(--Turq-300);
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 990px) {
  #importancia,
  #tratamentos {
    margin-top: -3rem;
    padding-top: 80px;
  }
}
#importancia .grid,
#tratamentos .grid {
  grid-template-columns: 328px 1fr;
  gap: 24px;
}
@media (max-width: 990px) {
  #importancia .grid,
  #tratamentos .grid {
    grid-template-columns: 1fr;
  }
}
#importancia .grid h2,
#tratamentos .grid h2 {
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 990px) {
  #importancia .grid h2,
  #tratamentos .grid h2 {
    font-size: 36px;
    text-align: center;
  }
}
#importancia .grid p,
#tratamentos .grid p {
  margin: 0;
}

#identificacao,
#tratamentos_content {
  background: var(--Turq-200);
  position: relative;
  padding-top: 3rem;
  height: 990px;
}
@media (max-width: 880px) {
  #identificacao,
  #tratamentos_content {
    height: auto;
    padding-block-end: 3rem;
  }
}
#identificacao:before,
#tratamentos_content:before {
  content: "";
  width: 100%;
  height: 100px;
  background: url(../imgs/curva_verde.png) center no-repeat;
  display: block;
  position: absolute;
  top: -6rem;
  left: 0;
  z-index: 2;
}
@media (max-width: 440px) {
  #identificacao:before,
  #tratamentos_content:before {
    background: url(../imgs/curve_mobile.svg) center no-repeat;
    height: 29px;
    top: -27px;
    background-size: cover !important;
  }
}
#identificacao .grid,
#tratamentos_content .grid {
  grid-template-columns: 424px 1fr;
  gap: 16px;
}
@media (max-width: 1260px) {
  #identificacao .grid,
  #tratamentos_content .grid {
    grid-template-columns: 1fr;
  }
}
#identificacao .intro,
#tratamentos_content .intro {
  padding-right: 2rem;
  color: black;
}
#identificacao .intro h2,
#tratamentos_content .intro h2 {
  font-size: 32px;
  width: 80%;
}
@media (max-width: 660px) {
  #identificacao .intro h2,
  #tratamentos_content .intro h2 {
    width: 100%;
    text-align: center;
  }
}
#identificacao .intro h3,
#tratamentos_content .intro h3 {
  font-weight: 300;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 20px;
  color: #386359;
}
#identificacao .box,
#tratamentos_content .box {
  text-align: center;
}
#identificacao .itens,
#tratamentos_content .itens {
  display: flex;
  gap: 14px;
}
@media (max-width: 880px) {
  #identificacao .itens,
  #tratamentos_content .itens {
    flex-direction: column;
    align-items: center;
  }
}
#identificacao .itens .text,
#tratamentos_content .itens .text {
  color: #386359;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 660px) {
  #identificacao .itens .text,
  #tratamentos_content .itens .text {
    width: 68%;
    margin: 20px auto;
  }
}
#identificacao .intro_outras,
#tratamentos_content .intro_outras {
  margin-top: 120px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 300;
  color: #386359;
  font-size: 20px;
}
@media (max-width: 660px) {
  #identificacao .intro_outras,
  #tratamentos_content .intro_outras {
    margin-top: 50px;
  }
}
#identificacao .intro_outras h2,
#tratamentos_content .intro_outras h2 {
  font-size: 32px;
  color: var(--primary-color);
}
#identificacao .slider_lista .slick-track,
#tratamentos_content .slider_lista .slick-track {
  display: flex !important;
}
#identificacao .slider_lista .slick-slide,
#tratamentos_content .slider_lista .slick-slide {
  margin: 0 10px;
  height: inherit !important;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0px 13px 14px -1px rgba(35, 31, 32, 0.3);
}
#identificacao .slider_lista .slick-slide .text,
#tratamentos_content .slider_lista .slick-slide .text {
  padding-inline: 16px;
  padding-block: 24px;
}
#identificacao .slider_lista .slick-slide .text h3,
#tratamentos_content .slider_lista .slick-slide .text h3 {
  font-size: 16px;
  font-weight: 700;
}
#identificacao .slider_lista .slick-slide img,
#tratamentos_content .slider_lista .slick-slide img {
  width: 100%;
  height: 229px;
  -o-object-fit: contain;
     object-fit: contain;
}
#identificacao .slider_lista .slick-list,
#tratamentos_content .slider_lista .slick-list {
  margin: 0 -10px;
}
#identificacao .slider_lista .slick-dots li,
#tratamentos_content .slider_lista .slick-dots li {
  width: 12px;
  height: 12px;
}
#identificacao .slider_lista .slick-dots li button,
#tratamentos_content .slider_lista .slick-dots li button {
  background-color: #cce6e0;
  border-radius: 2rem;
  width: 12px;
  height: 12px;
  transition: all 0.4s ease;
}
#identificacao .slider_lista .slick-dots li.slick-active button,
#tratamentos_content .slider_lista .slick-dots li.slick-active button {
  background-color: #508c7e;
}

#mulheres {
  padding-top: 27rem;
  background: url(../imgs/graf2.svg) 100% 84% no-repeat;
}
@media (max-width: 1260px) {
  #mulheres {
    padding-top: 34rem;
  }
}
@media (max-width: 855px) {
  #mulheres {
    padding-top: 6rem;
  }
}
#mulheres .box_mulher {
  background: var(--Rosa-400) url(../imgs/mask.svg) no-repeat top right;
  padding-right: 324px;
  padding-left: 32px;
  min-height: 240px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 24px;
  position: relative;
  padding-block: 2rem;
}
@media (max-width: 660px) {
  #mulheres .box_mulher {
    background: var(--Rosa-400) url(../imgs/mask_mob.svg) right bottom no-repeat;
    padding-right: 0;
    padding-inline: 20px;
    padding-bottom: 374px;
    padding-top: 42px;
  }
}
#mulheres .box_mulher img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#mulheres .box_mulher h2 {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 660px) {
  #mulheres .box_mulher h2 {
    text-align: center;
  }
}
#mulheres .contatos {
  padding-top: 5rem;
}
@media (max-width: 660px) {
  #mulheres .contatos {
    padding-top: 2rem;
  }
}

#depoimento {
  background: hsla(346, 84%, 95%, 0.53) url(../imgs/graf3.svg) -10rem top no-repeat;
  min-height: 426px;
  padding-block: 80px;
}
@media (max-width: 990px) {
  #depoimento {
    background: hsla(346, 84%, 95%, 0.53);
  }
}
#depoimento .box {
  background: url(../imgs/comment.svg) left top no-repeat;
  width: 78%;
  margin-inline: auto;
  padding-left: 236px;
}
@media (max-width: 990px) {
  #depoimento .box {
    width: 100%;
    padding-left: 0;
    background-size: 77px;
    padding-top: 77px;
  }
}
#depoimento .box strong {
  color: var(--Rosa-500);
}
#depoimento .box i,
#depoimento .box em {
  color: var(--Rosa-100);
  font-size: 14px;
  font-weight: 500;
}
#depoimento .rosa {
  position: absolute;
  left: -17rem;
  top: -200px;
  background: url(../imgs/rosa.svg) no-repeat;
  width: 471px;
  height: 465px;
}
@media (max-width: 990px) {
  #depoimento .rosa {
    display: none;
  }
}

@media (max-width: 990px) {
  #tratamentos {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 117px;
  }
}
#tratamentos .grid {
  grid-template-columns: 412px 1fr;
}
@media (max-width: 990px) {
  #tratamentos .grid {
    grid-template-columns: 1fr;
  }
}
#tratamentos .grid h2 {
  font-weight: 300;
  color: #6c757d;
}
@media (max-width: 990px) {
  #tratamentos .grid h2 {
    font-size: 32px;
  }
}
#tratamentos .grid h2 strong {
  font-weight: 700;
  color: var(--primary-color);
}

#tratamentos_content {
  height: auto;
  padding-bottom: 130px;
}
#tratamentos_content .slider_tratamento {
  width: 78%;
  margin-inline: auto;
}
@media (max-width: 990px) {
  #tratamentos_content .slider_tratamento {
    width: 100%;
  }
}
#tratamentos_content .slider_tratamento h3 {
  font-size: 32px;
  color: #386359;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
}
#tratamentos_content .slider_tratamento .slick-dots li {
  width: 12px;
  height: 12px;
}
#tratamentos_content .slider_tratamento .slick-dots li button {
  background-color: #cce6e0;
  border-radius: 2rem;
  width: 12px;
  height: 12px;
  transition: all 0.4s ease;
}
#tratamentos_content .slider_tratamento .slick-dots li.slick-active button {
  background-color: #508c7e;
}
#tratamentos_content .slider_tratamento .slick-prev, #tratamentos_content .slider_tratamento .slick-next {
  width: 24px;
  height: 42px;
}
#tratamentos_content .slider_tratamento .slick-prev {
  background: url(../imgs/arrow_left.svg) no-repeat;
  left: -4rem;
  z-index: 2;
}
#tratamentos_content .slider_tratamento .slick-next {
  background: url(../imgs/arrow_right.svg) no-repeat;
  right: -3rem;
}
#tratamentos_content .box {
  background: var(--Turq-100) url(../imgs/graf4.svg) right no-repeat;
  border-radius: 20px;
  padding-block: 40px;
  padding-inline-start: 40px;
  padding-inline-end: 258px;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 660px) {
  #tratamentos_content .box {
    padding-inline-end: 24px;
    padding-inline-start: 24px;
    background: var(--Turq-100) url(../imgs/graf4_mobile.svg) right bottom no-repeat;
    padding-bottom: 200px;
  }
}
#tratamentos_content .box:after {
  content: "";
  position: absolute;
  right: 58px;
  top: 0;
  width: 215px;
  height: 240px;
  background: url(../imgs/graf5.svg);
}
@media (max-width: 660px) {
  #tratamentos_content .box:after {
    top: initial;
    bottom: 0;
    background: url(../imgs/graf5_mobile.svg);
    width: 293px;
    height: 195px;
    right: 0;
  }
}
#tratamentos_content .box h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

#cuidados {
  padding-block: 80px;
  position: relative;
  background: url(../imgs/graf6.svg) 45rem 13rem no-repeat;
  z-index: 2;
}
@media (max-width: 990px) {
  #cuidados {
    padding-block-start: 20px;
  }
}
#cuidados .grid {
  grid-template-columns: 700px 1fr;
  gap: 44px;
}
@media (max-width: 1190px) {
  #cuidados .grid {
    grid-template-columns: 1fr;
  }
}
#cuidados .grid h2 {
  color: #6c757d;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 24px;
  margin-top: 50px;
}
@media (max-width: 1190px) {
  #cuidados .grid h2 {
    font-size: 32px;
    text-align: center;
  }
}
#cuidados .grid h2 strong {
  color: var(--primary-color);
}
#cuidados .grid .img {
  position: relative;
}
@media (max-width: 990px) {
  #cuidados .grid .img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 580px) {
  #cuidados .grid .img {
    grid-template-columns: 1fr;
  }
}
#cuidados .grid .img img {
  width: 536px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-top: -140px;
  box-shadow: 0px 13px 14px -1px rgba(35, 31, 32, 0.3);
}
@media (max-width: 1294px) {
  #cuidados .grid .img img {
    width: 490px;
    height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0;
  }
}
@media (max-width: 990px) {
  #cuidados .grid .img img {
    width: 100%;
    height: 340px;
  }
}
#cuidados .grid .img img:nth-child(2) {
  position: absolute;
  right: -3rem;
  bottom: 2rem;
}
@media (max-width: 1294px) {
  #cuidados .grid .img img:nth-child(2) {
    position: absolute;
    right: -1rem;
    bottom: 8rem;
  }
}
@media (max-width: 1200px) {
  #cuidados .grid .img img:nth-child(2) {
    position: initial;
    margin-top: -3rem;
    margin-left: 2rem;
  }
}
@media (max-width: 990px) {
  #cuidados .grid .img img:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
  }
}

#postratamento {
  background-color: hsla(346, 84%, 95%, 0.5);
  padding-block: 80px;
  padding-block-end: 130px;
}
@media (max-width: 660px) {
  #postratamento {
    padding-block-end: 80px;
  }
}
#postratamento .intro {
  color: #833648;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
#postratamento .intro h2 {
  font-size: 28px;
  color: var(--primary-color);
  font-weight: 700;
}
#postratamento .itens {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 44px;
  margin-top: 140px;
}
@media (max-width: 880px) {
  #postratamento .itens {
    grid-template-columns: 1fr;
  }
}
#postratamento .itens .box {
  background: white;
  padding-inline: 16px;
  padding-block-end: 20px;
  padding-block-start: 80px;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 880px) {
  #postratamento .itens .box {
    margin-bottom: 40px;
  }
  #postratamento .itens .box:last-child {
    margin-bottom: 0;
  }
}
#postratamento .itens .box img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
#postratamento .itens .box h3 {
  contain: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}
#postratamento .box_1, #postratamento .box_2 {
  font-weight: 500;
  margin-inline: auto;
}
#postratamento .box_1 {
  width: 80%;
  border-radius: 20px;
  background-color: var(--Rosa-100);
  padding: 24px;
  margin-block-start: 64px;
  margin-block-end: 40px;
}
@media (max-width: 880px) {
  #postratamento .box_1 {
    width: 100%;
  }
}
#postratamento .box_2 {
  width: 76%;
}
@media (max-width: 880px) {
  #postratamento .box_2 {
    width: 100%;
  }
}

#avancos {
  background: var(--Turq-300);
  padding-block-start: 130px;
  padding-block-end: 130px;
}
@media (max-width: 660px) {
  #avancos {
    padding-block-end: 80px;
    padding-block-start: 80px;
  }
}
#avancos .slick-slide {
  margin: 0 0;
}
#avancos .slick-list {
  margin: 0 0;
}
#avancos .slick-dots li {
  width: 12px;
  height: 12px;
}
#avancos .slick-dots li button {
  background-color: #fff;
  border-radius: 2rem;
  width: 12px;
  height: 12px;
  transition: all 0.4s ease;
}
#avancos .slick-dots li.slick-active button {
  background-color: #508c7e;
}
#avancos .intro {
  text-align: center;
}
#avancos .intro h2 {
  font-size: 40px;
  color: #6c757d;
  font-weight: 300;
}
@media (max-width: 660px) {
  #avancos .intro h2 {
    font-size: 32px;
  }
}
#avancos .intro h2 strong {
  font-weight: 700;
  color: var(--primary-color);
}
#avancos .intro_tec {
  text-align: center;
  margin-top: 62px;
}
#avancos .intro_tec h2 {
  font-size: 32px;
  font-weight: 700;
}
#avancos .itens {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 80px;
}
@media (max-width: 660px) {
  #avancos .itens {
    grid-template-columns: 1fr;
  }
}
#avancos .itens .box {
  padding: 26px;
  border-radius: 20px;
}
#avancos .itens .box h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
#avancos .itens .box:nth-child(1) {
  background: var(--Turq-100) url(../imgs/graf7.svg) left no-repeat;
}
#avancos .itens .box:nth-child(2) {
  background: var(--Turq-100) url(../imgs/graf8.svg) right top no-repeat;
}
#avancos .slick-slide {
  margin: 0 10px;
  height: inherit !important;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  background-color: white;
  overflow: initial;
}
#avancos .slick-slide .box {
  position: relative;
}
#avancos .slick-slide .box img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#avancos .slick-slide .text {
  padding-inline: 16px;
  padding-block: 24px;
  padding-block-start: 80px;
}
#avancos .slick-slide .text h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
#avancos .slick-track {
  display: flex !important;
  padding-top: 6rem;
}
#avancos .slick-list {
  margin: 0 -10px;
}
#avancos .box_final {
  background: var(--Turq-100);
  border-radius: 20px;
  padding: 24px;
  width: 78%;
  margin-inline: auto;
  margin-top: 40px;
}
@media (max-width: 660px) {
  #avancos .box_final {
    width: 100%;
    margin-top: 80px;
  }
}

#casadelas {
  padding-block: 130px;
  background: url(../imgs/grfa9.svg) -12rem 91% no-repeat;
  position: relative;
}
@media (max-width: 990px) {
  #casadelas {
    padding-block-end: 0;
  }
}
#casadelas:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -11rem;
  width: 214px;
  height: 674px;
  background: url(../imgs/desenho.svg) no-repeat;
}
@media (max-width: 990px) {
  #casadelas:after {
    display: none;
  }
}
#casadelas .intro h2 {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 300;
  color: #6c757d;
}
#casadelas .intro h2 strong {
  color: var(--primary-color);
}
#casadelas .slider_lazer,
#casadelas .slider_lazer_thumb {
  width: 700px;
  margin-inline: auto;
}
@media (max-width: 990px) {
  #casadelas .slider_lazer,
  #casadelas .slider_lazer_thumb {
    display: none;
  }
}
#casadelas .slider_lazer img,
#casadelas .slider_lazer_thumb img {
  width: 100%;
  border-radius: 20px;
}
#casadelas .slider_lazer {
  margin-top: 62px;
}
#casadelas .slider_lazer img {
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
#casadelas .slider_lazer .slick-prev, #casadelas .slider_lazer .slick-next {
  width: 24px;
  height: 42px;
}
#casadelas .slider_lazer .slick-prev {
  background: url(../imgs/arrow_left_b.svg) no-repeat;
  left: -4rem;
  z-index: 2;
}
#casadelas .slider_lazer .slick-next {
  background: url(../imgs/arrow_right_b.svg) no-repeat;
  right: -3rem;
}
#casadelas .slider_lazer_thumb .slick-slide {
  margin: 0 10px;
}
#casadelas .slider_lazer_thumb .slick-list {
  margin: 0 -10px;
}
#casadelas .slider_lazer_thumb img {
  width: 100%;
  height: 126px;
  cursor: pointer;
}
#casadelas .contatos {
  padding-top: 4rem;
  position: relative;
  z-index: 2;
}
#casadelas .cc {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin-inline: auto;
  align-items: center;
  margin-top: 16px;
}
@media (min-width: 991px) {
  #casadelas .mySwiper {
    display: none;
  }
}
#casadelas .mySwiper img {
  border-radius: 20px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#casadelas .swiper-button-next,
#casadelas .swiper-button-prev,
#casadelas .swiper-pagination {
  position: initial;
  height: -moz-max-content;
  height: max-content;
  margin-top: initial;
}
#casadelas .swiper-pagination {
  font-weight: 600;
}
#casadelas .swiper-button-next:after,
#casadelas .swiper-button-prev:after {
  color: #170208;
  font-size: 20px;
}

#podcast {
  background: hsla(346, 84%, 95%, 0.5);
  padding-block-start: 80px;
  padding-block-end: 100px;
}
#podcast h2 {
  font-size: 40px;
}
#podcast .slider_podcast {
  padding-bottom: 80px;
}
#podcast .slider_podcast .slick-slide {
  margin: 0 10px;
  height: inherit !important;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  background-color: white;
  overflow: initial;
  padding-bottom: 20px;
  box-shadow: 0px 13px 14px -1px rgba(35, 31, 32, 0.3);
}
#podcast .slider_podcast .slick-slide .box {
  position: relative;
}
#podcast .slider_podcast .slick-slide .box .img {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
#podcast .slider_podcast .slick-slide .box .img:after {
  content: "";
  background: url(../imgs/bg_pod.png) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.6;
  background-size: cover;
}
#podcast .slider_podcast .slick-slide .box .img:before {
  content: "";
  background: url(../imgs/play.svg) no-repeat;
  position: absolute;
  width: 45px;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#podcast .slider_podcast .slick-slide .box img {
  width: 100%;
  height: 240px;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#podcast .slider_podcast .slick-slide .text {
  padding-inline: 16px;
  padding-block: 24px;
}
#podcast .slider_podcast .slick-slide .text h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
#podcast .slider_podcast .slick-slide .ouvi {
  font-size: 14px;
  color: #6c757d;
  padding-inline: 16px;
  font-weight: 600;
}
#podcast .slider_podcast .slick-slide .ouvi a {
  display: inline-block;
  margin-top: 10px;
}
#podcast .slider_podcast .slick-slide .ouvi img {
  width: initial;
  height: initial;
  border-radius: 0;
}
#podcast .slider_podcast .slick-track {
  display: flex !important;
  padding-top: 6rem;
}
#podcast .slider_podcast .slick-list {
  margin: 0 -10px;
}
#podcast .slider_podcast .slick-dots {
  bottom: 2rem;
}
#podcast .slider_podcast .slick-dots li {
  width: 12px;
  height: 12px;
}
#podcast .slider_podcast .slick-dots li button {
  background-color: #fbc8d4;
  border-radius: 2rem;
  width: 12px;
  height: 12px;
  transition: all 0.4s ease;
}
#podcast .slider_podcast .slick-dots li.slick-active button {
  background-color: #b95068;
}
#podcast .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#depoimento_videos {
  position: relative;
  background: #fde4ea url(../imgs/graf11.svg)-4rem 50% no-repeat;
  padding-block: 45px;
  padding-block-end: 130px;
}
#depoimento_videos:before {
  content: "";
  width: 100%;
  height: 91px;
  background: url(../imgs/curve2.svg) center no-repeat;
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 2;
}
#depoimento_videos .slider_depoimento {
  padding-bottom: 80px;
}
#depoimento_videos .slider_depoimento .btn {
  color: white;
  width: 90%;
  height: 48px;
  font-weight: 700;
  border-radius: 8px;
  background-color: var(--Rosa-Main);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
#depoimento_videos .slider_depoimento .slick-slide {
  margin: 0 10px;
  height: inherit !important;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  background-color: white;
  overflow: initial;
  padding-bottom: 20px;
  box-shadow: 0px 13px 14px -1px rgba(35, 31, 32, 0.3);
  transition: all 0.4s;
  margin-bottom: 2rem;
}
#depoimento_videos .slider_depoimento .slick-slide .box {
  position: relative;
}
#depoimento_videos .slider_depoimento .slick-slide .box .img {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
#depoimento_videos .slider_depoimento .slick-slide .box .img:after {
  content: "";
  background: url(../imgs/bg_dep.png) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.6;
  background-size: cover;
}
#depoimento_videos .slider_depoimento .slick-slide .box .img:before {
  content: "";
  background: url(../imgs/play.svg) no-repeat;
  position: absolute;
  width: 45px;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#depoimento_videos .slider_depoimento .slick-slide .box img {
  width: 100%;
  height: 376px;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#depoimento_videos .slider_depoimento .slick-slide:hover {
  transform: scale(1.04);
}
#depoimento_videos .slider_depoimento .slick-slide .text {
  padding-inline: 16px;
  padding-block: 24px;
}
#depoimento_videos .slider_depoimento .slick-track {
  display: flex !important;
  padding-top: 6rem;
}
#depoimento_videos .slider_depoimento .slick-list {
  margin: 0 -10px;
}
#depoimento_videos .slider_depoimento .slick-dots {
  bottom: 2rem;
}
#depoimento_videos .slider_depoimento .slick-dots li {
  width: 12px;
  height: 12px;
}
#depoimento_videos .slider_depoimento .slick-dots li button {
  background-color: #fff;
  border-radius: 2rem;
  width: 12px;
  height: 12px;
  transition: all 0.4s ease;
}
#depoimento_videos .slider_depoimento .slick-dots li.slick-active button {
  background-color: #b95068;
}

footer {
  background: #833648;
  min-height: 402px;
  padding-bottom: 80px;
  color: white;
  padding-top: 80px;
}
footer .grid {
  grid-template-columns: 202px 276px 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 990px) {
  footer .grid {
    grid-template-columns: 1fr;
    padding-inline: 0;
    gap: 20px;
  }
}
footer .endereco a {
  color: white;
}
footer .endereco a:hover {
  text-decoration: underline;
}
footer .marcas {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  footer .marcas {
    -moz-column-gap: 100px;
         column-gap: 100px;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 4rem;
    row-gap: 26px;
  }
}
@media (max-width: 990px) {
  footer .marcas {
    flex-direction: column;
    margin-top: 2rem;
    padding-left: 0;
  }
  footer .marcas img {
    width: 160px;
  }
}
footer .contatos {
  margin-top: -3rem;
  padding-top: 0;
}
footer .contatos .grid {
  align-items: initial;
  padding-inline: 0;
}
footer .social a:hover {
  text-decoration: initial;
}
footer .social strong {
  display: block;
  margin-bottom: 10px;
}

/* ACEITAR COOKIES
================================================== */
.aceitar_cookies {
  display: none;
}

.aceitar_cookies_container {
  -moz-column-gap: 7px;
       column-gap: 7px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  padding: 19px 1rem;
  box-shadow: 0 24px 81px rgba(0, 0, 0, 0.4), 0 9px 32px rgba(0, 0, 0, 0.2) !important;
  position: fixed;
  bottom: 0;
  z-index: 99999999999;
  font-size: 13px;
  justify-content: center;
}

.aceitar_cookies_container a {
  padding: 10px 20px;
  color: #fff !important;
  background: var(--Rosa-Main);
}

.aceitar_cookies p {
  width: 100%;
}

.aceitar_cookies a {
  text-decoration: underline;
  color: var(--verde);
  display: inline-block;
}

.aceitar_cookies_bt {
  padding: 10px 20px;
  color: #fff !important;
  background: #191919;
}

.page_container {
  overflow: hidden;
}/*# sourceMappingURL=main.css.map */