@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| ABSTRACT
|--------------------------------------------------------------------------
*/
html {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
html::-webkit-scrollbar {
  width: var(--scroll-width);
}
html::-webkit-scrollbar-track {
  background: var(--scroll-background);
}
html::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
  border-radius: var(--scroll-thumb-radius);
}
html::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background: var(--scroll-hover);
}

/*
|--------------------------------------------------------------------------
| Variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Custom Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Pattern Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| ROOT
|--------------------------------------------------------------------------
*/
:root {
  --black: #000;
  --white: #fff;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --grey: #6c757d;
  --grey-dark: #343a40;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --muted: #616161;
  --scroll-width: 0.5rem;
  --scroll-background: linear-gradient(to left, #5E6D7E 50%, rgba(217, 217, 217, 0) 59%);
  --scroll-thumb: #FF649B;
  --scroll-hover: #5E6D7E;
  --scroll-thumb-radius: 1rem;
}

/**
	@include media('<phone')

	320px — 480px: Mobile devices
	481px — 768px: iPads, Tablets
	769px — 1024px: Small screens, laptops
	1025px — 1200px: Desktops, large screens
	1201px and more —  Extra large screens, TV

	Another Sizes: 1400px, 1200px, 992px, 730px, 600px
**/
[data-animation=title] > span,
[data-animation=planosTitle] > span {
  display: inline-block;
}

[data-animation=lineFadeIn] > span {
  overflow: hidden;
  height: max-content;
  display: inline-block;
}
[data-animation=lineFadeIn] > span span {
  display: inline-block;
}

/*
|--------------------------------------------------------------------------
| VENDORS
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| COMPONENTS
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| CORE
|--------------------------------------------------------------------------
*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: inherit;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  font-family: "Chakra Petch", sans-serif;
  scroll-behavior: smooth;
  height: 100%;
  box-sizing: border-box;
  overscroll-behavior: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow: overlay;
}
html body * {
  box-sizing: border-box;
}

body {
  height: 100%;
  overscroll-behavior: none;
  width: 100%;
  background-color: #5E6D7E;
  background-repeat: no-repeat;
  background-image: url("../../assets/hero_noise.png");
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  opacity: 0;
  visibility: hidden;
}
::selection {
  color: #e7deff;
  background: #e7deff;
}

[disabled] {
  pointer-events: none;
  filter: grayscale(0);
}

* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
  outline: none;
  text-decoration: none;
  font-size: 1.6rem;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
  -webkit-touch-callout: none;
}

a,
button {
  all: unset;
  cursor: pointer;
  color: inherit;
  outline: none;
  pointer-events: auto;
  text-decoration: none;
  background: none;
  border: none;
  border-radius: none;
  color: inherit;
  font: inherit;
  outline: none;
  pointer-events: auto;
}

img {
  max-width: 100%;
  display: block;
}

ul,
ol {
  margin: 0;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

input,
textarea {
  background: none;
  border: none;
  border-radius: none;
  color: inherit;
  font: inherit;
  outline: none;
  pointer-events: auto;
}

/*
|--------------------------------------------------------------------------
| GRID
|--------------------------------------------------------------------------
*/
section,
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
section > .wrapper,
.container > .wrapper {
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 15px;
}

.infos__item__title, .consultoria__text__title, .sobre__content__title, .planos__cards__list__item__body__value, .planos__cards__list__item__header__title, .planos__header__title, .resultados__header__text__title, .hero__main__title {
  font-family: "Manrope", sans-serif;
  line-height: 100%;
}

.hero__main__title {
  color: #fff;
  font-size: 7.6rem;
  font-weight: bold;
}
@media (max-width: 992px) {
  .hero__main__title {
    font-size: 5rem;
  }
}
@media (max-width: 600px) {
  .hero__main__title {
    font-size: 4rem;
  }
}

.resultados__header__text__title {
  font-size: 5.6rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .resultados__header__text__title {
    font-size: 3rem;
  }
}

.planos__header__title {
  font-size: 5.6rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .planos__header__title {
    font-size: 3rem;
  }
}

.planos__cards__list__item__body__value, .planos__cards__list__item__header__title {
  font-size: 3.6rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .planos__cards__list__item__body__value, .planos__cards__list__item__header__title {
    font-size: 2rem;
  }
}

.consultoria__text__title, .sobre__content__title {
  font-size: 4rem;
  font-weight: 800;
}
@media (max-width: 992px) {
  .consultoria__text__title, .sobre__content__title {
    font-size: 3rem;
  }
}

.infos__item__title {
  font-size: 2.8rem;
  font-weight: 800;
}
@media (max-width: 992px) {
  .infos__item__title {
    font-size: 2rem;
  }
}

.planos__endtext, .planos__cards__list__item__body__list__item, .planos__cards__list__item__header__text, .consultoria__text__paragraph, .resultados__header__numbers__text, .infos__item__text, .sobre__content__text, .hero__main__paragraph, footer .container > .wrapper .footer__links, header .container > .wrapper .header__links {
  font-size: 1.6rem;
  font-family: "Manrope", sans-serif;
}

.planos__endtext, .planos__cards__list__item__body__list__item, .planos__cards__list__item__header__text, .consultoria__text__paragraph, .resultados__header__numbers__text, .infos__item__text, .sobre__content__text, .hero__main__paragraph, footer .container > .wrapper .footer__links, header .container > .wrapper .header__links {
  line-height: 160%;
}

.sobre__mockup__text, .hero__main__subtitle, .splash__text, .planos__header__subtitle, .consultoria__text__subtitle, .resultados__cards__item__text, .resultados__header__text__subtitle, .sobre__content__subtitle {
  font-size: 1.8rem;
  font-family: "Manrope", sans-serif;
}

.planos__header__subtitle, .consultoria__text__subtitle, .resultados__cards__item__text, .resultados__header__text__subtitle, .sobre__content__subtitle {
  font-weight: bold;
  line-height: 140%;
}

.sobre__mockup__text, .hero__main__subtitle, .splash__text {
  font-weight: medium;
  line-height: 140%;
}

.planos__header__text, .posts__texts__span {
  font-size: 2rem;
  font-family: "Manrope", sans-serif;
}

.posts__texts__span {
  font-weight: bold;
  line-height: 120%;
}

.planos__header__text {
  line-height: 160%;
}

.posts__texts__span-alternative {
  font-size: 2.2rem;
  font-family: "Manrope", sans-serif;
}

.posts__texts__span-alternative {
  font-weight: bold;
  line-height: 122%;
}

.hero__main__buttons__whatsapp, .planos__cards__list__item__header__button__terms, .planos__cards__list__item__header__button, .consultoria__text__orcamento, .sobre__content__orcamento, .hero__main__buttons__orcamento {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1.1rem;
  height: 5.6rem;
  width: max-content;
  text-align: center;
  line-height: 100%;
  border-radius: 600px;
  font-family: "Manrope", sans-serif;
  color: var(--color);
  background-color: var(--background-color);
  transition: 0.6s;
  position: relative;
  overflow: hidden;
}
.hero__main__buttons__whatsapp:hover, .planos__cards__list__item__header__button__terms:hover, .planos__cards__list__item__header__button:hover, .consultoria__text__orcamento:hover, .sobre__content__orcamento:hover, .hero__main__buttons__orcamento:hover {
  transform: scale(1.03);
}
.hero__main__buttons__whatsapp:active, .planos__cards__list__item__header__button__terms:active, .planos__cards__list__item__header__button:active, .consultoria__text__orcamento:active, .sobre__content__orcamento:active, .hero__main__buttons__orcamento:active {
  border-width: 1.5rem;
}

.planos__cards__list__item__header__button__terms, .planos__cards__list__item__header__button, .consultoria__text__orcamento, .sobre__content__orcamento, .hero__main__buttons__orcamento {
  padding-right: 4.8rem;
  padding-left: 4.8rem;
  --x: 0;
  --y: 0;
  --color: #383838;
  --background-color: #FF649B;
  font-size: 2rem;
  font-weight: bold;
}
.planos__cards__list__item__header__button__terms::after, .planos__cards__list__item__header__button::after, .consultoria__text__orcamento::after, .sobre__content__orcamento::after, .hero__main__buttons__orcamento::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: var(--x);
  top: var(--y);
  background-color: var(--color);
  transform-origin: center;
  border-radius: 100%;
  z-index: 0;
  opacity: 0;
}
.planos__cards__list__item__header__button__terms > *, .planos__cards__list__item__header__button > *, .consultoria__text__orcamento > *, .sobre__content__orcamento > *, .hero__main__buttons__orcamento > * {
  position: relative;
  z-index: 1;
}
.planos__cards__list__item__header__button__terms:hover, .planos__cards__list__item__header__button:hover, .consultoria__text__orcamento:hover, .sobre__content__orcamento:hover, .hero__main__buttons__orcamento:hover {
  color: var(--background-color);
}
.planos__cards__list__item__header__button__terms:hover::after, .planos__cards__list__item__header__button:hover::after, .consultoria__text__orcamento:hover::after, .sobre__content__orcamento:hover::after, .hero__main__buttons__orcamento:hover::after {
  animation: buttonFollowMouseFadeIn ease-in-out 0.5s;
  animation-fill-mode: forwards;
}
@keyframes buttonFollowMouseFadeIn {
  0%, 50% {
    transform: scale(0);
  }
  100% {
    transform: scale(30);
    opacity: 1;
  }
}

/*
|--------------------------------------------------------------------------
| LAYOUT
|--------------------------------------------------------------------------
*/
header {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
header::-webkit-scrollbar {
  display: none;
}
header .container > .wrapper {
  padding-top: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 0;
}
header .container > .wrapper .header__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 6.4rem;
  color: #fff;
}
@media (max-width: 992px) {
  header .container > .wrapper {
    padding-top: 3rem;
    align-items: center;
    justify-content: center;
  }
  header .container > .wrapper .header__links {
    display: none;
  }
}

footer .container > .wrapper {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  padding-top: 7.2rem;
  padding-bottom: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 0;
}
footer .container > .wrapper .footer__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 6.4rem;
  color: #fff;
}
@media (max-width: 992px) {
  footer .container > .wrapper {
    gap: 6rem;
    padding-bottom: 4rem;
  }
  footer .container > .wrapper,
  footer .container > .wrapper .footer__links {
    flex-direction: column;
  }
}

.splash {
  z-index: 6;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
  opacity: 0;
  background-color: #5E6D7E;
}
.splash__wrapper {
  margin: auto auto;
  width: 100%;
  max-width: 80vw;
  height: 80vh;
  position: relative;
}
.splash__text {
  margin-top: 4rem;
  max-width: 30%;
  color: #FF649B;
}
.splash__text > span {
  display: inline-block;
  height: max-content;
  overflow: hidden;
}
.splash__text > span span {
  opacity: 0;
  display: inline-block;
}
.splash__loading {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 9.5rem;
  overflow: hidden;
}
.splash__loading span {
  opacity: 0;
  display: inline-block;
  font-family: "Chakra Petch", sans-serif;
  font-size: 12rem;
  font-weight: bold;
  color: #fff;
}

/*
|--------------------------------------------------------------------------
| SECTIONS
|--------------------------------------------------------------------------
*/
.hero {
  padding-top: 18.8rem;
  position: relative;
  overflow-x: hidden;
}
.hero__main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  text-align: center;
}
.hero__main__parallax {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  text-align: center;
}
.hero__main__subtitle {
  color: #FF649B;
  margin-bottom: 1.6rem;
}
.hero__main__title {
  max-width: 88rem;
  margin-bottom: 1.8rem;
  perspective: 1000px;
}
.hero__main__paragraph {
  color: #fff;
  max-width: 72.8rem;
  margin-bottom: 5.6rem;
}
.hero__main__buttons {
  width: 100%;
  margin-bottom: 15rem;
}
.hero__main__buttons__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 2.4rem;
}
.hero__main__buttons__whatsapp {
  --color: #fff;
  border: solid 0.15rem #FF649B;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  max-width: 29.8rem;
}
.hero__main__buttons__whatsapp figure {
  border-radius: 100%;
  transition: 0.32s ease-in-out;
  background-color: #FF649B;
}
.hero__main__buttons__whatsapp:hover {
  border-color: #fff;
}
.hero__main__buttons__whatsapp:hover figure {
  background-color: #fff;
}
.hero__main__buttons__path:first-of-type {
  position: absolute;
  right: 0;
}
.hero__main__buttons__path:last-of-type {
  position: absolute;
  left: 0;
}
@media (max-width: 1200px) {
  .hero {
    padding-top: 12rem;
  }
  .hero__main__buttons__path:first-of-type {
    transform: translateX(50%);
  }
  .hero__main__buttons__path:last-of-type {
    transform: translateX(-50%);
  }
}
@media (max-width: 992px) {
  .hero__main__buttons__row {
    flex-direction: column;
  }
}
@media (max-width: 730px) {
  .hero {
    padding-top: 12rem;
  }
  .hero__main__buttons__path:first-of-type {
    transform: translateX(90%);
  }
  .hero__main__buttons__path:last-of-type {
    transform: translateX(-90%);
  }
}

.whatsapp-button {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 15;
  transition: all 0.3s;
}
.whatsapp-button:hover {
  transform: scale(1.1);
}

.posts {
  background: linear-gradient(to top, #ffffff 335px, rgba(217, 217, 217, 0) 30px);
  position: relative;
}
.posts__list {
  position: absolute;
  inset: 0;
  overflow-x: hidden;
}
.posts__list__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 3.5rem;
  width: max-content;
  flex-wrap: nowrap;
  height: 100%;
}
.posts__list__item {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 8.13265px;
  overflow: hidden;
  transition: 0.32s;
}
.posts__list__item:first-child, .posts__list__item:nth-child(2n), .posts__list__item:nth-child(7n) {
  margin-top: 4rem;
}
.posts__list__item:nth-child(2), .posts__list__item:nth-child(8n) {
  margin-top: -12rem;
}
.posts__list__item:nth-child(4), .posts__list__item:nth-child(10n) {
  margin-bottom: 18rem;
}
.posts__list__item:hover {
  transform: scale(1.1);
  rotate: 5deg;
}
.posts__texts {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
}
.posts__texts__span {
  display: block;
  color: #fff;
  max-width: 27.8rem;
  margin-bottom: 55.7rem;
  margin-right: 7.1rem;
}
.posts__texts__span-alternative {
  display: block;
  margin-left: 29.6rem;
  color: #5E6D7E;
  max-width: 27.8rem;
}
@media (max-width: 730px) {
  .posts__texts {
    text-align: center;
  }
  .posts__texts__span, .posts__texts__span-alternative {
    margin-left: 0;
    margin-right: 0;
  }
}

.sobre {
  background-color: #fff;
  padding-top: 15rem;
  padding-bottom: 20rem;
  min-height: 100vh;
  overflow-x: hidden;
}
.sobre .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 7.7rem;
}
.sobre__content {
  max-width: 53.3rem;
  margin-top: 5.8rem;
}
.sobre__content__subtitle {
  color: #5E6D7E;
  margin-bottom: 2.4rem;
}
.sobre__content__title {
  margin-bottom: 3.2rem;
  color: #1c1923;
}
.sobre__content__text {
  color: #5a5a5a;
  margin-bottom: 5.3rem;
}
.sobre__mockup {
  position: relative;
  width: 100%;
  max-width: 54.8rem;
}
.sobre__mockup__phone {
  width: 100%;
  height: 66.5rem;
}
.sobre__mockup__phone__mockup {
  position: absolute;
}
.sobre__mockup__phone__wrapper {
  transform: translateY(16rem);
  width: max-content;
  margin-left: 14px;
  overflow: hidden;
}
.sobre__mockup__text {
  display: block;
  color: #383838;
  width: 18rem;
  position: absolute;
  right: 0;
  bottom: 10rem;
}
@media (max-width: 992px) {
  .sobre {
    padding-top: 5rem;
  }
  .sobre .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .sobre__content {
    text-align: center;
  }
  .sobre__content__orcamento {
    margin: 0 auto;
  }
}
@media (max-width: 730px) {
  .sobre__mockup__text {
    position: static;
    margin: 0 auto;
    text-align: center;
  }
}

.infos {
  background-color: #fff;
  padding-bottom: 16rem;
}
.infos .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 5rem;
  flex-wrap: wrap;
}
.infos__item {
  width: 100%;
  max-width: 34.3rem;
}
.infos__item__square {
  width: 1.9rem;
  aspect-ratio: 1/1;
  background-color: #e7deff;
  margin-bottom: 3.2rem;
}
.infos__item__title {
  color: #1c1923;
  margin-bottom: 2.4rem;
  max-width: 27rem;
}
.infos__item__text {
  color: #5a5a5a;
}

.resultados {
  padding-top: 9.1rem;
  padding-bottom: 9rem;
}
.resultados__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  gap: 0;
  width: 100%;
  margin-bottom: 10rem;
}
.resultados__header__text {
  max-width: 57.1rem;
}
.resultados__header__text__subtitle {
  margin-bottom: 2.4rem;
  color: #FF649B;
}
.resultados__header__text__title {
  color: #fff;
}
.resultados__header__numbers {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 2.7rem;
}
.resultados__header__numbers__text {
  display: block;
  color: #fff;
  max-width: 23.9rem;
}
.resultados__header__numbers__photos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0;
}
.resultados__cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 3rem;
  flex-wrap: wrap;
}
.resultados__cards__item {
  max-width: 28rem;
  width: 100%;
  padding: 3.1rem 3.6rem 3.6rem 3.6rem;
  background-color: #383838;
  cursor: default;
  user-select: none;
  transition: filter 0.32s ease-in-out;
}
.resultados__cards__item__icon {
  margin-left: 0.9rem;
  margin-bottom: 4.4rem;
}
.resultados__cards__item__number {
  font-size: 7.8rem;
  color: #fff;
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
  margin-bottom: 0.4rem;
}
.resultados__cards__item__text {
  color: #fff;
}
.resultados__cards__item:hover {
  filter: brightness(1.56);
}
@media (max-width: 1200px) {
  .resultados {
    padding-bottom: 4rem;
  }
  .resultados__header {
    margin-bottom: 5rem;
  }
}
@media (max-width: 992px) {
  .resultados__header {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
  .resultados__header__text {
    text-align: center;
  }
  .resultados__cards {
    justify-content: center;
  }
}
@media (max-width: 730px) {
  .resultados__header__numbers {
    text-align: center;
    flex-direction: column;
    gap: 3rem;
  }
}

.consultoria {
  padding-top: 9rem;
  padding-bottom: 14rem;
  overflow: hidden;
}
.consultoria .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 3rem;
  flex-wrap: wrap;
}
.consultoria__text {
  max-width: 57.1rem;
}
.consultoria__text__subtitle {
  margin-bottom: 2.4rem;
  color: #FF649B;
}
.consultoria__text__title {
  color: #fff;
  margin-bottom: 2.4rem;
}
.consultoria__text__paragraph {
  margin-bottom: 5.4rem;
  color: #fff;
}
.consultoria__pictures {
  width: 100%;
  max-width: 60rem;
  height: 56rem;
  position: relative;
}
.consultoria__pictures__card {
  position: absolute;
  inset: 0;
  left: unset;
}
.consultoria__pictures__card img {
  transition: 0.32s;
}
.consultoria__pictures__card:hover img {
  transform: scale(1.1);
  rotate: 5deg;
}
.consultoria__pictures__card:last-of-type {
  top: 11rem;
  right: 18rem;
}
@media (max-width: 1200px) {
  .consultoria {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .consultoria__text {
    margin: 0 auto;
    margin-bottom: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
  .consultoria__pictures {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .consultoria__pictures__card:last-of-type {
    right: 0;
  }
}

.showcase {
  padding-top: 14rem;
  padding-bottom: 4.5rem;
}
.showcase__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 0;
  flex-wrap: nowrap;
}
.showcase__list__item {
  box-shadow: 0px 38.1569px 57.2353px rgba(0, 0, 0, 0.2);
}
.showcase__list__item:first-child {
  margin-top: 6.2rem;
}
.showcase__list__item:nth-child(2) {
  margin-top: 12.1rem;
}
.showcase__list__item:nth-child(4) {
  margin-top: 14.9rem;
}
.showcase__list__item img {
  transition: 0.32s;
}
.showcase__list__item:hover img {
  transform: scale(1.1);
  rotate: 5deg;
}
@media (max-width: 992px) {
  .showcase {
    padding: 0;
    position: relative;
  }
  .showcase .wrapper {
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-right: 12rem;
    padding-left: 12rem;
    overflow: overlay;
    scroll-snap-type: x mandatory;
  }
  .showcase .wrapper::-webkit-scrollbar {
    display: none;
  }
  .showcase__list {
    width: max-content;
    gap: 3rem;
  }
  .showcase__list__item {
    scroll-snap-align: center;
  }
}

.planos {
  padding-top: 6rem;
}
.planos__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  text-align: center;
  margin-bottom: 9.3rem;
}
.planos__header__subtitle {
  display: inline-block;
  color: #FF649B;
  margin-bottom: 1.6rem;
}
.planos__header__title {
  display: inline-block;
  color: #fff;
  max-width: 90rem;
  margin-bottom: 3.6rem;
}
.planos__header__text {
  display: inline-block;
  color: #fff;
  max-width: 77.6rem;
  margin-bottom: 6rem;
}
.planos__cards__list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: 3.5rem;
}
.planos__cards__list__item {
  width: 100%;
  max-width: 38.4rem;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}
.planos__cards__list__item:nth-child(2) {
  position: relative;
  z-index: 2;
}
.planos__cards__list__item__header {
  width: 100%;
  background-color: #383838;
  padding: 4rem 4.8rem 4.3rem 3.8rem;
}
.planos__cards__list__item__header__title {
  color: #fff;
}
.planos__cards__list__item__header__button {
  margin-top: 2.4rem;
  width: 100%;
  height: 4.4rem;
  margin-bottom: 2.4rem;
}
.planos__cards__list__item__header__button__terms {
  font-size: 1.3rem;
  padding: 1.5rem 2rem;
  height: inherit;
  background-color: #797979;
  color: #fff;
  margin: 0 auto;
}
.planos__cards__list__item__header__text {
  color: #fff;
}
.planos__cards__list__item__body {
  width: 100%;
  background-color: #fff;
  color: #5E6D7E;
  padding: 3.3rem 3.9rem 3.3rem 3.8rem;
}
.planos__cards__list__item__body__value {
  font-weight: 800;
  display: block;
  margin-bottom: 3.2rem;
}
.planos__cards__list__item__body__list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 1.5rem;
  margin-bottom: 2.4rem;
}
.planos__cards__list__item__body__list__item.traced {
  text-decoration-line: line-through;
}
.planos__cards__list__item__body__list__item.traced span {
  opacity: 0.5;
}
.planos__cards__list__item__body__list__item img {
  max-width: 24px;
}
.planos__endtext {
  color: #fff;
  max-width: 100%;
  padding-top: 5.7rem;
  padding-bottom: 4.5rem;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .planos {
    padding: 0;
    padding-top: 4rem;
  }
  .planos__header__text {
    margin-bottom: 3rem;
  }
  .planos__cards {
    overflow: scroll;
    scroll-snap-type: x mandatory;
    padding-right: 50%;
    padding-left: 50%;
  }
  .planos__cards::-webkit-scrollbar {
    display: none;
  }
  .planos__cards__list {
    width: max-content;
  }
  .planos__cards__list__item {
    scroll-snap-align: center;
  }
  .planos__endtext {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .planos__cards__list__item {
    max-width: calc(100vw - 30px);
  }
}

.fav {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
}
.fav .tooltip-text {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #52ff42;
  color: #41258b;
  white-space: nowrap;
  padding: 1rem 1.5rem;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.fav:hover .tooltip-text {
  top: -160%;
  visibility: visible;
  opacity: 1;
}

.draw {
  width: 100%;
  border-top: 1px solid #41258b;
  margin: 0 auto;
}

.terms {
  color: #797979;
  margin: 1.3rem 0 0;
  font-size: 1.5rem;
  text-align: center;
}

/*
|--------------------------------------------------------------------------
| PAGES
|--------------------------------------------------------------------------
*/
#links {
  background-repeat: no-repeat;
  background-position: top right;
  visibility: visible;
  opacity: 1;
  color: #fff;
}
#links .first {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5rem;
}
#links .first .name {
  font-family: Serca, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  margin-top: 2.5rem;
}
#links .first .title {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
#links .first .logo picture {
  display: block;
  width: 150px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("/assets/logo-links.jpg");
  border: solid 2px #fff;
}
#links .second {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
#links .second .sociais {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
#links .second .sociais .icon {
  margin: 1rem;
}
#links .second .sociais .icon a svg {
  color: #fff;
  height: 2.5rem;
  display: block;
  transition: all 0.3s;
}
#links .second .sociais .icon a svg:hover {
  transform: scale(1.2);
  color: #52FF42;
}
#links .video {
  display: flex;
  justify-content: center;
}
#links .video .container {
  padding: 4rem;
  transition: 0.3s;
}
#links .video .container img {
  border-radius: 30px;
}
#links .video .container:hover {
  transform: scale(1.01);
}
#links .third {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
}
#links .third .cards {
  width: 100%;
}
#links .third .cards .caixa {
  width: 550px;
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  height: 102px;
  overflow: hidden;
  transition: 0.3s;
  margin: 3rem auto;
}
@media (max-width: 700px) {
  #links .third .cards .caixa {
    width: 100%;
  }
}
#links .third .cards .caixa:hover {
  transform: scale(1.03);
}
#links .third .cards .caixa .caixa-interna {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  transition: all 0.3s;
  background-color: #52FF42;
}
#links .third .cards .caixa:hover .caixa-interna {
  width: 100%;
}
#links .third .cards .caixa .card {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem 3.5rem;
  transition: all 0.3s;
  border-radius: 30px;
  width: 100%;
}
@media (max-width: 700px) {
  #links .third .cards .caixa .card {
    width: 100%;
  }
}
#links .third .cards .caixa .card .content {
  width: 100%;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 2.5rem;
}
#links .third .cards .caixa .card .content .image {
  border-radius: 50px;
}
#links .third .cards .caixa .card .content .image img {
  max-width: 70px;
  width: 100%;
}
#links .third .cards .caixa .card .content .texto {
  display: flex;
  align-items: center;
}
#links .third .cards .caixa .card .content h6 {
  font-size: 2rem;
  color: #41258B;
}

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