@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
  resize: none;
  outline: none;
  list-style: none;
  text-decoration: none;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "Poppins", sans-serif;
  transition: all 0.5s ease;
}

html {
  scroll-behavior: smooth;
}

section {
  display: grid;
  place-items: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5% 0;
  position: relative;
  background-position: center;
}

body {
  background: #f1f1f1;
}

.container {
  width: 80%;
  display: grid;
  place-items: center;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem 0;
}

#car {
  width: 80vw;
  display: grid;
  place-items: center;
}

.seta {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0 1rem;
}
.seta img {
  width: 40px;
  cursor: pointer;
}

.swiper {
  width: 100%;
}

.icon {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 1rem;
  transition: all 0.5s ease;
}
.icon img {
  width: auto;
  height: 35px;
  cursor: pointer;
}
.icon img:hover {
  transform: scale(0.9);
}

.img {
  display: grid;
  place-items: center;
}

img {
  width: 100%;
  height: auto;
}

a {
  width: -moz-fit-content;
  width: fit-content;
}

button {
  background: transparent;
  font-size: 14px;
  width: 200px;
  height: 50px;
  border-radius: 9px;
  overflow: hidden;
  border: none;
  transition: all 0.75s ease;
  color: #632d8e;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  border: 1.5px solid #632d8e;
}
button::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #632d8e;
  transition: all 0.5s ease;
  z-index: -1;
}
button:hover {
  transform: scale(0.95);
  border-color: transparent !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
  color: #fff;
}
button:hover::after {
  width: 100%;
}

h2 {
  color: #632d8e;
  font-size: 25px;
  font-weight: 600;
}

p {
  color: #632d8e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

::-webkit-scrollbar {
  background: #632d8e;
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #f1f1f1;
  border-radius: 10px;
}

@media (max-width: 800px) {
  section {
    padding: 15% 0;
  }
  button {
    width: 200px;
    height: 45px;
    background: #632d8e;
    color: #fff;
    border-color: transparent !important;
  }
  button:hover {
    color: #fff;
    transform: none;
    border-radius: 9px;
  }
  h2 {
    font-size: 22px;
  }
  p {
    font-size: 16px !important;
  }
}
#header {
  background: #632d8e;
}
#header nav .cont .logo {
  width: 10%;
}

header {
  background: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: all 0.5s ease-in;
  overflow: hidden;
  background: rgba(99, 45, 142, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
header[data-active=true] {
  background: rgba(99, 45, 142, 0.7);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  box-shadow: 1.95px 1.95px 2.6px rgba(255, 255, 255, 0.1019607843);
}
header[data-active=true] nav {
  width: 100%;
  border-radius: 0;
}
header[data-active=true] nav .cont #sidebar__nav {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: transparent;
}
header[data-active=true] nav .cont .icon {
  opacity: 1;
  visibility: visible;
}
header nav {
  transition: all 0.3s ease-in;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
header nav .cont {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
header nav .cont #menu__btn {
  display: none;
}
header nav .cont .logo {
  width: 12%;
  display: grid;
  place-items: center;
}
header nav .cont #sidebar__nav {
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
  padding: 10px 50px;
  border-radius: 50px;
  transition: all 0.5s ease;
}
header nav .cont #sidebar__nav ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 0 2rem;
  /* Não mexer */
  /* Não mexer ^^ */
}
header nav .cont #sidebar__nav ul .a2 {
  display: none;
}
header nav .cont #sidebar__nav ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5% 8px;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
}
header nav .cont #sidebar__nav ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #c57dff;
  transition: all 0.5s ease;
  z-index: -1;
}
header nav .cont #sidebar__nav ul li a:hover::after {
  width: 100%;
}
header nav .cont #sidebar__nav ul li a.active::after {
  width: 100%;
}
header nav .cont .icon {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
}
header nav .cont .icon img {
  width: 30px;
  height: auto;
  cursor: pointer;
  transition: all 0.5s ease;
}
header nav .cont .icon img:hover {
  transform: scale(0.9);
}

@media (max-width: 800px) {
  header {
    height: auto;
    min-height: 10%;
    border-radius: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: transparent;
    background: #632d8e;
  }
  header[data-active=true] {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: #632d8e;
  }
  header[data-active=true] nav .cont #sidebar__nav {
    background: rgba(0, 0, 0, 0.5);
  }
  header nav {
    width: 100%;
  }
  header nav .cont {
    width: 80%;
    justify-content: space-between;
  }
  header nav .cont .icon {
    display: none;
  }
  header nav .cont .logo {
    width: 25%;
    display: grid;
  }
  header nav .cont .logo img {
    padding: 25% 0;
  }
  header nav .cont #menu__btn {
    position: fixed;
    right: 10%;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0.3rem 0;
    z-index: 10;
    cursor: pointer;
    transition: all 0.5s ease-out;
  }
  header nav .cont #menu__btn .boll {
    width: 25px;
    height: 4px;
    background: #fff;
    border-radius: 50px;
    transition: all 0.5s ease-out;
  }
  header nav .cont #menu__btn .boll:nth-child(2) {
    width: 15px;
  }
  header nav .cont #menu__btn[data-active=true] {
    right: 50%;
  }
  header nav .cont #menu__btn[data-active=true] .boll {
    transition: all 0.8s ease-out;
    border: none;
    width: 25px;
    height: 4px;
    position: absolute;
  }
  header nav .cont #menu__btn[data-active=true] .boll:nth-child(1) {
    transform: rotateZ(45deg);
  }
  header nav .cont #menu__btn[data-active=true] .boll:nth-child(3) {
    top: 5%;
    transform: rotateZ(-45deg);
  }
  header nav .cont #menu__btn[data-active=true] .boll:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  header nav .cont #sidebar__nav {
    position: fixed;
    width: 100%;
    inset: 0;
    right: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
    border-radius: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  header nav .cont #sidebar__nav::after {
    display: none;
  }
  header nav .cont #sidebar__nav[data-active=true] {
    visibility: visible;
    opacity: 1;
  }
  header nav .cont #sidebar__nav[data-active=true] ul {
    right: 0;
    transition: all 0.5s ease;
  }
  header nav .cont #sidebar__nav ul {
    position: absolute;
    width: 60%;
    right: -80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 2.5rem 0;
    top: 0;
    background: #632d8e;
    transition: all 0.2s ease;
  }
  header nav .cont #sidebar__nav ul .logo {
    display: none;
  }
  header nav .cont #sidebar__nav ul li a {
    display: block;
    width: 100%;
    text-align: start;
    font-size: 1.2rem;
    color: #fff;
    position: relative;
  }
  header nav .cont #sidebar__nav ul li a:hover {
    color: #fff;
  }
  header nav .cont #sidebar__nav ul li a.active {
    color: #fff;
  }
}
#home {
  min-height: 100vh;
  background: url(../assets/img/home.webp);
  background-position: 50% 80%;
}
#home::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(99, 45, 142, 0.5), rgba(99, 45, 142, 0));
}
#home .container {
  height: 100%;
  place-items: end center;
  z-index: 2;
}
#home .container .text {
  width: 80%;
  gap: 2rem 0;
}
#home .container .text h1 {
  width: 90%;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
#home .container .text .btn button {
  border-color: #fff;
  color: #fff;
}
#home .container .text .btn button:hover {
  border-color: transparent;
}
#home .container .text .icon {
  display: none;
}
#home .btn-flut {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 5%;
  right: -5%;
  opacity: 0;
  display: grid;
  place-items: center;
  transition: all 0.5s ease-in;
  z-index: 9;
}
#home .btn-flut:hover {
  transform: scale(0.9);
}
#home .btn-flut[data-active=true] {
  right: 5%;
  opacity: 1;
}
#home .btn-flut img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  cursor: pointer;
}

@media (max-width: 800px) {
  #home {
    background-position: 50% 0%;
    height: auto;
    min-height: 100vh;
    place-items: end center;
    padding: 30% 0 15%;
  }
  #home .container {
    width: 90%;
    height: auto;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    gap: 3rem 0;
  }
  #home .container .text {
    width: 90%;
    text-align: center;
    align-items: center;
    justify-content: end;
  }
  #home .container .text h1 {
    width: 100%;
    font-size: 22px;
  }
  #home .container .text .btn button {
    background: #fff;
    color: #632d8e;
  }
  #home .container .text .icon {
    display: flex;
  }
}
#sobre .container {
  grid-template-columns: repeat(2, 1fr);
  place-items: center start;
  gap: 3rem 0;
}
#sobre .container #car {
  width: 30vw;
  gap: 2rem 0;
}
#sobre .container #car .title {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#sobre .container #car .swiper .swiper-wrapper .swiper-slide {
  display: grid;
  place-items: center;
  border-radius: 19px;
  overflow: hidden;
}
#sobre .container #car .pagination {
  width: 90%;
  display: grid;
  place-items: center;
}
#sobre .container #car .pagination .swiper-pagination-img {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #632d8e;
  border-radius: 50px;
}
#sobre .container #car .pagination .swiper-pagination-img .swiper-pagination-bullet {
  width: 100%;
  margin: 1px;
  opacity: 0;
  border-radius: 50px;
  background: #fff;
}
#sobre .container #car .pagination .swiper-pagination-img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#sobre .container .text {
  width: 100%;
  align-items: start;
  text-align: start;
}
#sobre .container .text .btn {
  padding: 3% 0 0;
}

@media (max-width: 800px) {
  #sobre {
    padding: 15% 0;
  }
  #sobre .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 0;
  }
  #sobre .container #car {
    order: 1;
    width: 80vw;
  }
  #sobre .container #car .title {
    display: flex;
  }
  #sobre .container #car .swiper {
    padding: 0;
  }
  #sobre .container #car .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  #sobre .container #car .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: scale(0.6);
  }
  #sobre .container #car .pagination {
    width: 80%;
  }
  #sobre .container .text {
    order: 2;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  #sobre .container .text h2 {
    display: none;
  }
  #sobre .container .text p {
    width: 100%;
  }
  #sobre .container .cont-icon {
    order: 3;
    width: 90%;
  }
}
#banner-differ {
  background: #632d8e;
  padding: 5% 0 0;
}
#banner-differ .container {
  width: 100%;
  overflow: hidden;
  gap: 2rem 0;
}
#banner-differ .container .text {
  width: 80%;
}
#banner-differ .container .text h2, #banner-differ .container .text p {
  color: #fff;
}
#banner-differ .container .seta {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0 1rem;
}
#banner-differ .container .seta img {
  width: 35px;
  height: auto;
  cursor: pointer;
}
#banner-differ .container .seta .swiper-button-prev-differ {
  transform: rotateZ(180deg);
}
#banner-differ .container #car {
  width: 100vw;
  display: grid;
  place-items: center;
}
#banner-differ .container #car .swiper {
  width: 100%;
  height: 100%;
}
#banner-differ .container #car .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
}
#banner-differ .container #car .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
#banner-differ .container #car .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  gap: 1rem 0;
  padding: 0 0 20%;
  background: rgba(99, 45, 142, 0.6);
}
#banner-differ .container #car .swiper .swiper-wrapper .swiper-slide .cont h3 {
  width: 80%;
  color: #fff;
}
#banner-differ .container #car .swiper .swiper-wrapper .swiper-slide .cont p {
  width: 80%;
  color: #fff;
}

@media (max-width: 800px) {
  #banner-differ {
    padding: 10% 0;
  }
  #banner-differ .container {
    gap: 2rem 0;
  }
  #banner-differ .container .text {
    order: 1;
    width: 85%;
  }
  #banner-differ .container #car {
    order: 2;
    width: 90vw;
  }
  #banner-differ .container .seta {
    order: 3;
    justify-content: center;
  }
  #banner-differ .container .seta img {
    width: 40px;
  }
}
#treatments {
  display: grid;
  place-items: center;
}
#treatments .container {
  width: 80%;
  display: grid;
  place-items: center;
  z-index: 2;
  gap: 0;
  border-radius: 25px;
}
#treatments .container .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0;
  padding: 0 0 5%;
}
#treatments .container #car {
  width: 80vw;
  position: relative;
  display: grid;
  place-items: center;
  gap: 1rem 0;
  border-radius: 17px;
  overflow: hidden;
}
#treatments .container #car .seta {
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0 1rem;
}
#treatments .container #car .seta img {
  width: 35px;
  height: auto;
  cursor: pointer;
  transition: all 0.5s ease;
}
#treatments .container #car .seta .swiper-button-prev1 {
  transform: rotateZ(180deg);
}
#treatments .container #car .swiper {
  width: 90%;
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 5px;
  z-index: 2;
}
#treatments .container #car .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  display: grid;
  place-items: start center;
  transition: all 0.5s ease;
  gap: 0.5rem 0;
  cursor: pointer;
  border-radius: 17px;
  overflow: hidden;
}
#treatments .container #car .swiper .swiper-wrapper .swiper-slide .cont {
  background: rgba(99, 45, 142, 0.6);
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border-radius: 17px;
  z-index: 2;
}
#treatments .container #car .swiper .swiper-wrapper .swiper-slide .cont h3 {
  width: 80%;
  color: #fff;
  transition: all 0.5s ease;
  font-size: 20px;
  z-index: 2;
}
#treatments .container #car .swiper .swiper-wrapper .swiper-slide .cont::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: #632d8e;
  border-radius: 17px;
  transition: all 0.5s ease;
}
#treatments .container #car .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 0;
  top: 0;
  background: #632d8e;
  z-index: 1;
  transition: all 0.1s ease;
}
#treatments .container #car .swiper .swiper-wrapper .swiper-slide:hover .cont::after {
  height: 30%;
  opacity: 0.8;
}
#treatments .container #car .swiper .swiper-wrapper .swiper-slide[data-active=true] .cont::after {
  height: 100%;
}
#treatments .container #car .swiper .swiper-wrapper .swiper-slide[data-active=true]::before {
  transition: all 1s ease-in;
  height: 200%;
}
#treatments .container #car .swiper .swiper-wrapper .swiper-slide[data-active=true]:hover .cont::after {
  height: 100%;
  opacity: 1;
}
#treatments .container #dental_container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  background: #632d8e;
  border-radius: 50px;
  padding: 5% 0;
  position: relative;
}
#treatments .container #dental_container .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
  transition: all 0.5s ease;
  position: relative;
  padding: 0;
}
#treatments .container #dental_container .text h2,
#treatments .container #dental_container .text p {
  width: 70%;
  color: #fff;
}
#treatments .container #dental_container .img {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
#treatments .container #dental_container .img img {
  width: 70%;
  height: 100%;
  border-radius: 25px;
  transition: all 0.5s ease;
}
#treatments .container .btn {
  padding: 5% 0 0;
}

@media (max-width: 800px) {
  #treatments {
    padding: 10% 0 15%;
  }
  #treatments .container {
    width: 90%;
  }
  #treatments .container .text {
    text-align: center;
    padding: 0 0 10%;
  }
  #treatments .container #car {
    width: 90vw;
  }
  #treatments .container #car .swiper {
    width: 75%;
  }
  #treatments .container #car .seta img {
    width: 40px;
  }
  #treatments .container #dental_container {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 0;
    padding: 15% 0;
    border-radius: 30px;
  }
  #treatments .container #dental_container .text {
    width: 80%;
    order: 2;
    padding: 0;
  }
  #treatments .container #dental_container .text h2,
  #treatments .container #dental_container .text p {
    width: 100%;
  }
  #treatments .container #dental_container .img {
    width: 80%;
    order: 1;
  }
  #treatments .container #dental_container .img img {
    width: 100%;
  }
  #treatments .container .btn {
    padding: 10% 0 0;
  }
}
#unidades {
  place-items: center;
  background: #632d8e;
}
#unidades .container {
  gap: 2rem 0;
}
#unidades .container .text h2 {
  color: #fff;
}
#unidades .container .links {
  width: 80%;
  display: grid;
  place-items: center;
  gap: 2rem 0;
}
#unidades .container .links a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 3%;
  background: rgba(197, 125, 255, 0.8);
  border-radius: 50px;
  gap: 0 1rem;
}
#unidades .container .links a h3, #unidades .container .links a p {
  color: #fff;
}
#unidades .container .links a:hover {
  transform: scale(0.95);
}

@media (max-width: 800px) {
  #unidades .container {
    gap: 3rem 0;
  }
  #unidades .container .links {
    width: 100%;
    gap: 3rem 0;
  }
  #unidades .container .links a {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10% 0;
    gap: 1rem 0;
  }
  #unidades .container .links a h3, #unidades .container .links a p {
    width: 80%;
  }
}
#aesthetics .container {
  grid-template-columns: repeat(2, 1fr);
  place-items: center end;
  gap: 2rem 0;
}
#aesthetics .container .text {
  width: 100%;
  align-items: start;
  text-align: start;
}
#aesthetics .container .text h2 {
  width: 90%;
}
#aesthetics .container .text p {
  width: 75%;
}
#aesthetics .container .text .seta {
  display: flex;
  justify-content: start;
}
#aesthetics .container .seta {
  display: none;
}
#aesthetics .container .seta .swiper-button-prev2 {
  transform: rotateZ(180deg);
}
#aesthetics .container #car {
  width: 40vw;
  height: 100%;
}
#aesthetics .container #car .swiper {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
#aesthetics .container #car .swiper .swiper-wrapper .swiper-slide {
  display: grid;
  place-items: center;
  gap: 1rem;
  height: 100%;
  padding: 10% 0;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #632d8e;
}
#aesthetics .container #car .swiper .swiper-wrapper .swiper-slide:hover {
  transform: scale(0.9);
}
#aesthetics .container #car .swiper .swiper-wrapper .swiper-slide .cont {
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.8rem 0;
}
#aesthetics .container #car .swiper .swiper-wrapper .swiper-slide .cont h3 {
  font-size: 17px;
  color: #fff;
}
#aesthetics .container #car .swiper .swiper-wrapper .swiper-slide .cont p {
  font-size: 13px;
  color: #fff;
}
#aesthetics .container #car .swiper .swiper-wrapper .swiper-slide .cont .img {
  display: grid;
  place-items: center start;
}
#aesthetics .container #car .swiper .swiper-wrapper .swiper-slide .cont .img img {
  width: 32px;
  height: auto;
}
#aesthetics .container #car .swiper .swiper-wrapper .swiper-slide .cont:nth-child(2) {
  top: auto;
  bottom: -5%;
}

@media (max-width: 800px) {
  #aesthetics .container {
    grid-template-columns: repeat(1, 1fr);
  }
  #aesthetics .container .text {
    order: 1;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  #aesthetics .container .text .seta {
    display: none;
  }
  #aesthetics .container #car {
    order: 2;
    width: 80vw;
    gap: 2rem 0;
  }
  #aesthetics .container #car .swiper {
    width: 100%;
  }
  #aesthetics .container #car .swiper .swiper-wrapper .swiper-slide {
    padding: 20% 0;
  }
  #aesthetics .container .seta {
    order: 3;
    display: flex;
    justify-content: center;
  }
  #aesthetics .container .seta img {
    width: 45px;
  }
}
#modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#modal_container[data-active=true] {
  opacity: 1;
  visibility: visible;
}
#modal_container[data-active=true] .modal {
  margin-top: 0;
  opacity: 1;
}
#modal_container .modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #632d8e;
  z-index: 999;
  width: 70%;
  height: 70%;
  max-width: 80%;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  transition: all 0.3s ease-out;
  margin-top: 2rem;
  gap: 0 4rem;
}
#modal_container .modal img {
  width: 100%;
  border-radius: 20px 0 0 20px;
}
#modal_container .modal .fechar {
  width: 4%;
  height: 10%;
  background-color: transparent;
  position: absolute;
  top: 5%;
  right: 0;
  cursor: pointer;
}
#modal_container .modal .fechar .btn-x {
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
  transform: rotateZ(-45deg);
}
#modal_container .modal .fechar .btn-x:nth-child(2) {
  bottom: 2.5%;
  transform: rotateZ(45deg);
}
#modal_container .modal .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  gap: 1.5rem 0;
}
#modal_container .modal .text h2 {
  color: #fff;
}
#modal_container .modal .text p {
  width: 85%;
  font-size: 15px;
  line-height: 1.3rem;
  color: #fff;
}

@media (max-width: 800px) {
  #modal_container .modal {
    flex-direction: column;
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
  }
  #modal_container .modal img {
    width: 100%;
    height: 30vh;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
  }
  #modal_container .modal .fechar {
    width: 6%;
    position: absolute;
    padding: 0;
    top: 4%;
    right: 5%;
  }
  #modal_container .modal .fechar .btn-x {
    width: 23px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #632d8e;
  }
  #modal_container .modal .fechar .btn-x:nth-child(2) {
    bottom: 5%;
  }
  #modal_container .modal .text {
    padding: 8%;
  }
  #modal_container .modal .text h2 {
    text-align: center;
    width: 100%;
    padding-top: 5%;
  }
  #modal_container .modal .text p {
    width: 100%;
  }
}
#banner {
  background: #632d8e;
  padding: 0;
  place-items: center end;
}
#banner .container {
  width: 90%;
  grid-template-columns: repeat(2, 1fr);
}
#banner .container .text {
  width: 100%;
  align-items: start;
  text-align: start;
  padding: 10% 0;
}
#banner .container .text h2,
#banner .container .text p {
  color: #fff;
}
#banner .container .text .btn {
  padding: 3% 0 0;
}
#banner .container .text .btn button {
  color: #fff;
  border-color: #fff;
}
#banner .container .text .btn button::after {
  background: #c57dff;
}
#banner .container .img {
  width: 100%;
  place-items: center end;
}
#banner .container .img img {
  width: 85%;
}

@media (max-width: 800px) {
  #banner {
    padding: 0 0 15%;
    place-items: center;
  }
  #banner .container {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 0;
  }
  #banner .container .img {
    order: 1;
    place-items: center;
    gap: 2rem 0;
  }
  #banner .container .img img {
    width: 100%;
    border-radius: 0 0 35px 35px;
    overflow: hidden;
  }
  #banner .container .text {
    order: 2;
    width: 80%;
    align-items: center;
    text-align: center;
    padding: 0;
  }
  #banner .container .text .btn {
    display: block;
  }
  #banner .container .text .btn button {
    background: #fff;
    color: #632d8e;
  }
}
#equipe.equipe-pg {
  background: #632d8e;
}
#equipe.equipe-pg .container .text h2,
#equipe.equipe-pg .container .text p {
  color: #fff;
}
#equipe.equipe-pg .container #car .swiper .swiper-wrapper .swiper-slide {
  background: #c57dff;
}
#equipe .container {
  gap: 2rem 0;
}
#equipe .container .text p {
  font-size: 20px;
}
#equipe .container .seta .swiper-button-prev-equipe {
  transform: rotateZ(180deg);
}
#equipe .container #car {
  width: 70vw;
  display: grid;
  place-items: center;
}
#equipe .container #car .swiper {
  width: 100%;
  height: 100%;
  border-radius: 19px;
  overflow: hidden;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  display: grid;
  place-items: start center;
  border-radius: 19px;
  overflow: hidden;
  background: #632d8e;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  display: grid;
  place-items: center;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide .cont {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.5rem 0;
  padding: 8% 0;
  overflow: hidden;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide .cont h3 {
  color: #fff;
  font-size: 18px;
}
#equipe .container #car .swiper .swiper-wrapper .swiper-slide .cont p {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 800px) {
  #equipe {
    padding: 15% 0;
  }
  #equipe .container .text {
    order: 1;
  }
  #equipe .container #car {
    order: 2;
    width: 80vw;
  }
  #equipe .container #car .swiper .swiper-wrapper .swiper-slide .cont {
    width: 80%;
    text-align: center;
    padding: 10% 0;
  }
  #equipe .container .seta {
    order: 3;
    display: flex;
    justify-content: center;
  }
  #equipe .container .seta img {
    width: 45px;
  }
}
#depoiments {
  background: #632d8e;
}
#depoiments .container {
  gap: 2rem 0;
}
#depoiments .container .text h2, #depoiments .container .text p {
  color: #fff;
}
#depoiments .container .text img {
  width: 50%;
}
#depoiments .container .seta .swiper-button-prev-dep {
  transform: rotateZ(180deg);
}
#depoiments .container #car {
  height: 100%;
}
#depoiments .container #car .swiper {
  height: 100%;
  border-radius: 19px;
  overflow: hidden;
}
#depoiments .container #car .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  display: grid;
  place-items: center;
  background: #c57dff;
  padding: 5% 0;
  border-radius: 19px;
  overflow: hidden;
}
#depoiments .container #car .swiper .swiper-wrapper .swiper-slide .cont {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem 0;
}
#depoiments .container #car .swiper .swiper-wrapper .swiper-slide .cont h3, #depoiments .container #car .swiper .swiper-wrapper .swiper-slide .cont p {
  color: #fff;
}

@media (max-width: 800px) {
  #depoiments .container .text {
    order: 1;
  }
  #depoiments .container #car {
    order: 2;
  }
  #depoiments .container #car .swiper .swiper-wrapper .swiper-slide {
    padding: 12% 0;
  }
  #depoiments .container .seta {
    order: 3;
    width: 100%;
    justify-content: center;
  }
  #depoiments .container .seta img {
    width: 45px;
  }
}
#insta .container {
  gap: 2rem 0;
}
#insta .container .text {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem 0;
}
#insta .container .seta {
  width: 82%;
}
#insta .container .seta .swiper-button-prev-insta {
  transform: rotateZ(180deg);
}
#insta .container #car {
  width: 70vw;
  display: grid;
  place-items: center;
}
#insta .container #car .swiper {
  width: 100%;
  padding: 10px;
}
#insta .container #car .swiper .swiper-wrapper .swiper-slide {
  display: grid;
  place-items: center;
  position: relative;
  gap: 1rem 0;
  padding: 2% 0;
  background: #fff;
  border-radius: 19px;
  overflow: hidden;
  transform: scale(0.8);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
}
#insta .container #car .swiper .swiper-wrapper .swiper-slide .logo-insta {
  padding: 0 20% 0 0;
}
#insta .container #car .swiper .swiper-wrapper .swiper-slide img {
  width: 80%;
}
#insta .container #car .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: scale(1);
}
#insta .container .btn {
  padding: 2% 0 0;
}

@media (max-width: 800px) {
  #insta {
    padding: 15% 0;
  }
  #insta .container .text {
    order: 1;
    width: 100%;
  }
  #insta .container #car {
    order: 2;
    width: 80vw;
  }
  #insta .container #car .swiper .swiper-wrapper .swiper-slide {
    padding: 10% 0;
  }
  #insta .container #car .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  #insta .container #car .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: scale(0.8);
  }
  #insta .container .seta {
    order: 3;
    justify-content: center;
  }
  #insta .container .btn {
    order: 4;
  }
}
#form {
  background: #632d8e;
}
#form .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
  z-index: 2;
}
#form .container .cont-text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 2rem 0;
}
#form .container .cont-text .title {
  width: 80%;
}
#form .container .cont-text .title h2 {
  width: 60%;
  color: #fff;
}
#form .container .cont-text .links {
  width: 80%;
  display: grid;
  place-items: center start;
  gap: 1.5rem 0;
}
#form .container .cont-text .links .unidade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0.5rem 0;
}
#form .container .cont-text .links .unidade h3 {
  font-size: 20px;
  color: #fff;
}
#form .container .cont-text .links .unidade p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
}
#form .container .cont-text .links .unidade p strong {
  font-weight: 600;
}
#form .container .cont-text .icon {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 0.8rem;
}
#form .container .cont-text .icon img {
  width: 35px;
  height: auto;
  cursor: pointer;
  transition: all 0.5s ease;
}
#form .container .cont-text .icon img:hover {
  transform: scale(0.9);
}
#form .container .cont-form {
  width: 40%;
  display: grid;
  place-items: center end;
}
#form .container .cont-form .text {
  display: none;
}
#form .container .cont-form .text h2 {
  color: #fff;
}
#form .container .cont-form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  padding: 10% 0;
  border-radius: 13px;
}
#form .container .cont-form form .title {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0;
}
#form .container .cont-form form .title h2 {
  font-size: 22px;
  color: #fff;
}
#form .container .cont-form form .title p {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
#form .container .cont-form form .cont {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem 0;
}
#form .container .cont-form form .cont textarea,
#form .container .cont-form form .cont input,
#form .container .cont-form form .cont select {
  width: 100%;
  height: 40px;
  overflow: hidden;
  outline: none;
  resize: none;
  background: transparent;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 9px;
}
#form .container .cont-form form .cont textarea::-moz-placeholder, #form .container .cont-form form .cont input::-moz-placeholder, #form .container .cont-form form .cont select::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
}
#form .container .cont-form form .cont textarea::placeholder,
#form .container .cont-form form .cont input::placeholder,
#form .container .cont-form form .cont select::placeholder {
  color: #fff;
  opacity: 0.8;
}
#form .container .cont-form form .cont textarea {
  padding: 3% 10px 0;
  height: 120px;
}
#form .container .cont-form form .cont select {
  padding: 0 5px;
  cursor: pointer;
}
#form .container .cont-form form .cont select option {
  color: #fff;
  background: #632d8e;
}
#form .container .cont-form form .cont button {
  width: auto;
  height: 35px;
  padding: 0 15px;
  margin: 5% 0 0;
  color: #fff;
  border-color: #fff;
}
#form .container .cont-form form .cont button::after {
  background: #fff;
}
#form .container .cont-form form .cont button:hover {
  color: #632d8e;
}

@media (max-width: 800px) {
  #form {
    padding: 15% 0;
  }
  #form .container {
    width: 80%;
    flex-direction: column;
    gap: 2rem 0;
  }
  #form .container .cont-text {
    order: 2;
    width: 100%;
    align-items: center;
  }
  #form .container .cont-text .title {
    display: none;
  }
  #form .container .cont-text .links {
    place-items: center;
    text-align: center;
  }
  #form .container .cont-text .links .unidade {
    width: 100%;
    align-items: center;
  }
  #form .container .cont-text .icon {
    justify-content: center;
  }
  #form .container .cont-text .icon img {
    width: 40px;
  }
  #form .container .cont-form {
    order: 1;
    width: 100%;
    gap: 2rem 0;
  }
  #form .container .cont-form .text {
    display: block;
  }
  #form .container .cont-form form {
    padding: 10% 0;
    width: 100%;
    right: 0;
  }
  #form .container .cont-form form .cont button {
    color: #632d8e;
    background: #fff;
  }
}
footer {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  place-items: center;
  padding: 4% 0 1%;
  gap: 1rem 0;
}
footer .container {
  display: grid;
  place-items: center;
}
footer .container img {
  width: 12%;
}
footer .copyrights {
  display: grid;
  place-items: center;
  text-align: center;
}
footer .copyrights .copy {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  font-size: 0.45rem;
  opacity: 1;
  color: #000;
}
footer .copyrights .copy svg {
  width: 0.75rem;
  height: 0.75rem;
}

@media (max-width: 800px) {
  footer {
    padding: 10% 0 2%;
    gap: 1rem 0;
  }
  footer .container {
    width: 80%;
  }
  footer .container img {
    width: 40%;
  }
}
#modal-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
}
#modal-link[data-active=true] {
  opacity: 1;
  visibility: visible;
}
#modal-link[data-active=true] .container {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#modal-link .container {
  width: 50%;
  height: auto;
  padding: 5% 0;
  display: grid;
  place-items: center;
  background: #632d8e;
  border-radius: 19px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
  transition: all 0.7s ease;
}
#modal-link .container #close_link {
  width: 4%;
  height: 10%;
  background-color: transparent;
  position: absolute;
  top: 8%;
  right: 2%;
  cursor: pointer;
}
#modal-link .container #close_link .btn-x {
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
  transform: rotateZ(-45deg);
}
#modal-link .container #close_link .btn-x:nth-child(2) {
  bottom: 4.5%;
  transform: rotateZ(45deg);
}
#modal-link .container .conts {
  width: 80%;
  display: grid;
  place-items: center;
  gap: 2rem 0;
}
#modal-link .container .conts .title {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#modal-link .container .conts .title h2 {
  color: #fff;
}
#modal-link .container .conts .cont {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
}
#modal-link .container .conts .cont a {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem 0;
}
#modal-link .container .conts .cont a img {
  width: 70%;
  border-radius: 25px;
}
#modal-link .container .conts .cont a h3 {
  color: #fff;
}

@media (max-width: 800px) {
  #modal-link .container {
    width: 80%;
    padding: 10% 0;
  }
  #modal-link .container #close_link {
    top: 9%;
    right: 8%;
  }
  #modal-link .container .conts .cont {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 0;
  }
  #modal-link .container .conts .cont a img {
    width: 40%;
  }
}
#home-pg {
  place-items: center;
  padding: 10% 0 5%;
  background: #632d8e;
}
#home-pg .container {
  display: grid;
  place-items: center;
  gap: 3rem 0;
}
#home-pg .container .text {
  width: 70%;
  text-align: center;
  gap: 1.5rem 0;
}
#home-pg .container .text h2 {
  color: #fff;
}
#home-pg .container .text p {
  color: #fff;
}
#home-pg .container .cont-icon {
  width: 40%;
  display: grid;
  place-items: center;
}
#home-pg .container .cont-icon .icon {
  width: 100%;
}
#home-pg .container .cont-icon .icon .cont-after {
  width: 100%;
  height: 1.5px;
  background: #fff;
}
#home-pg .container .cont-icon .icon img {
  width: 40px;
  height: auto;
}
#home-pg .btn-flut {
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 9;
  bottom: 5%;
  right: -5%;
  opacity: 0;
  display: grid;
  place-items: center;
  transition: all 0.5s ease-in;
  z-index: 9;
}
#home-pg .btn-flut:hover {
  transform: scale(0.9);
}
#home-pg .btn-flut[data-active=true] {
  right: 5%;
  opacity: 1;
}
#home-pg .btn-flut img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  cursor: pointer;
}

@media (max-width: 800px) {
  #home-pg {
    padding: 20% 0 10%;
  }
  #home-pg .container {
    gap: 3rem 0;
  }
  #home-pg .container .text {
    width: 100%;
  }
  #home-pg .container .text h2 {
    width: 90%;
  }
  #home-pg .container .cont-icon {
    width: 100%;
  }
}
#image {
  padding: 0;
  background: #632d8e;
}
#image::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
#image .container {
  width: 100%;
  overflow: hidden;
}
#image .container #car {
  width: 99.2vw;
  height: 100%;
}
#image .container #car .swiper {
  height: 100%;
}
#image .container #car .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
}/*# sourceMappingURL=style.css.map */