:root {
  --primary-font: "Figtree", sans-serif;
  --second-font: "Poppins", sans-serif;
  --primary-color: #29338a;
  --red: #ff0000;
  --semi-bold: 700;
  --med-bold: 600;
  --low-bold: 500;
}

a {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

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

.bg_red {
  background-color: var(--red);
}

*:focus {
  outline: none;
}

.relative {
  position: relative;
}

.all {
  transition: all 0.4s ease;
}

ul li {
  list-style: none;
}

.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;
}

.al-center {
  align-items: center;
}

@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slick-dots li button:before {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-disabled {
  opacity: 0.4;
}

strong {
  font-weight: var(--semi-bold);
}

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

html,
body {
  overflow-x: hidden;
}

body {
  font-family: var(--primary-font);
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 300;
  color: var(--primary-color);
  background-color: #fbe7fb;
}

@media (max-width: 990px) {
  body {
    padding: 0;
  }
}
.ab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hamburger {
  position: absolute;
  right: 1rem;
  z-index: 99;
  top: 1rem;
}

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

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

.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);
}

h2 {
  font-weight: 700;
}

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

.container {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 0.95rem;
  position: relative;
}

@media (max-width: 1190px) {
  .container {
    max-width: 990px;
    padding-inline: 1rem;
  }
}
.container-large {
  max-width: 1400px;
}

@media (max-width: 1390px) {
  .container-large {
    max-width: 1210px;
  }
}
.container-space {
  max-width: 1240px;
}

.container-small {
  max-width: 1112px;
}

@media (min-width: 1440px) {
  .container-small {
    max-width: 70%;
  }
}
.container-litle {
  max-width: 880px;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@keyframes arrows_banner {
  0% {
    bottom: -9rem;
  }
  50% {
    bottom: -8rem;
  }
  100% {
    bottom: -9rem;
  }
}
@keyframes arrows_mobile_banner {
  0% {
    bottom: -18rem;
  }
  50% {
    bottom: -20rem;
  }
  100% {
    bottom: -18rem;
  }
}
@keyframes arrows_depoimento {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -2rem;
  }
  100% {
    bottom: 0;
  }
}
.hamburger {
  position: absolute;
  right: 1rem;
  z-index: 99;
  top: 40px;
}

.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);
}

header {
  background-color: #29338a;
  padding-block: 1rem;
}
@media (max-width: 990px) {
  header .logo img {
    width: 120px;
  }
}
header .text {
  font-size: 20px;
  color: white;
  width: 211px;
}
@media (max-width: 990px) {
  header .text {
    font-size: 12px;
    width: 126px;
  }
}
header .text strong {
  font-weight: 600;
}
header .menu {
  background: #29338a;
  position: absolute;
  right: 0;
  top: 7rem;
  z-index: 9;
  border-radius: 0 0 25px 25px;
  text-align: right;
  padding: 1rem 1rem;
  opacity: 0;
  visibility: hidden;
}
header .menu.active {
  opacity: 1;
  visibility: visible;
}
header .menu a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
header .menu li {
  margin-bottom: 14px;
}
header .flex {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 990px) {
  header .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 990px) {
  header .social {
    display: none;
  }
}
header .social a {
  background: url(../imgs/social.svg) no-repeat;
  height: 26px;
  display: inline-block;
  margin-right: 12px;
}
header .social a.whats {
  background-position: 0 0;
  width: 26px;
}
header .social a.inst {
  background-position: -39px 0;
  width: 26px;
}
header .social a.you {
  background-position: -77px 0;
  width: 32px;
}
header .social a.tik {
  background-position: -117px 0;
  width: 32px;
  display: none;
}
header .social a.spot {
  background-position: -151px 0;
  width: 30px;
}
header .social a.fb {
  background-position: -186px 0;
  width: 30px;
}

#banner {
  height: 642px;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  #banner {
    height: 500px;
  }
}
#banner .creditos {
  position: absolute;
  bottom: 0;
  right: 2rem;
  color: white;
  font-weight: 500;
  font-size: 12px;
}
@media (max-width: 990px) {
  #banner .creditos {
    bottom: 2rem;
  }
}
#banner .slick-slide {
  height: 642px;
}
@media (max-width: 990px) {
  #banner .slick-slide {
    height: 500px;
  }
}
#banner .slick-slide > div > div {
  height: 642px;
  background-size: cover !important;
  display: flex !important;
  align-items: end;
  text-align: center;
}
@media (max-width: 990px) {
  #banner .slick-slide > div > div {
    height: 500px;
  }
}
#banner .slick-slide > div > div .text {
  color: #29338a;
  font-size: 22px;
  margin-bottom: 3rem;
  width: 75%;
  margin-inline: auto;
}
@media (max-width: 990px) {
  #banner .slick-slide > div > div .text {
    width: 90%;
    margin-bottom: 6rem;
  }
}
#banner .slick-slide > div > div .text h2,
#banner .slick-slide > div > div .text p {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
#banner .slick-slide > div > div .text h2 {
  font-size: 40px;
  background-color: #fdddfd;
  padding: 0 20px;
  margin-bottom: 1rem;
}
@media (max-width: 990px) {
  #banner .slick-slide > div > div .text h2 {
    font-size: 28px;
    padding: 0;
  }
}
#banner .slick-slide > div > div .text p {
  width: 100%;
  background: #fdddfd none repeat scroll 0 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 10px;
  padding: 0 20px;
}
#banner .slick-dots {
  display: none;
  bottom: 20px;
}
@media (max-width: 990px) {
  #banner .slick-dots {
    display: block !important;
  }
}
#banner .slick-dots li {
  background: transparent;
  border-radius: 2rem;
  border: 1px solid white;
}
#banner .slick-dots li.slick-active {
  background-color: white;
}
#banner .slick-next {
  background: url(../imgs/arrow-next.png) no-repeat;
  width: 66px;
  height: 66px;
  right: 2rem;
}
@media (max-width: 990px) {
  #banner .slick-next {
    display: none !important;
  }
}
#banner .slick-prev {
  background: url(../imgs/arrow-prev.png) no-repeat;
  width: 66px;
  height: 66px;
  left: 2rem;
  z-index: 2;
}
@media (max-width: 990px) {
  #banner .slick-prev {
    display: none !important;
  }
}

#sec1 {
  background-color: #fbe7fb;
  padding-block: 50px;
  position: relative;
  overflow: hidden;
}
#sec1::after {
  content: "";
  background: url(../imgs/mak1.svg) no-repeat;
  width: 312px;
  height: 599px;
  position: absolute;
  right: 0;
  top: -17rem;
}
@media (max-width: 990px) {
  #sec1::after {
    display: none !important;
  }
}
#sec1 iframe {
  border-radius: 2rem;
  margin-top: 2rem;
}
#sec1 .intro {
  font-size: 25px;
}
#sec1 .intro p {
  line-height: 28px;
  width: 85%;
  margin-inline: auto;
}
@media (max-width: 990px) {
  #sec1 .intro p {
    width: 100%;
  }
}
#sec1 .intro h2 {
  font-size: 40px;
}
#sec1 .intro a {
  color: #29338a;
  display: block;
  font-weight: 800;
}
#sec1 .intro img {
  margin-top: 2rem;
}

#sec2 {
  background-color: #fdddfd;
  padding-block: 50px;
  text-align: center;
}
#sec2 .intro h2 {
  font-size: 40px;
}
#sec2 .slider_sec2 {
  margin-top: 2rem;
}
#sec2 .slider_sec2 .cc {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 990px) {
  #sec2 .slider_sec2 .cc {
    display: block !important;
  }
}
#sec2 .slider_sec2 .cc .img {
  position: relative;
}
#sec2 .slider_sec2 .cc .img .credito {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  color: white;
  font-weight: 500;
  font-size: 12px;
}
#sec2 .slider_sec2 .cc img {
  width: 100%;
}
@media (max-width: 990px) {
  #sec2 .slider_sec2 .cc img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 990px) {
  #sec2 .slider_sec2 .cc .text {
    margin-top: 3rem;
  }
}
#sec2 .slider_sec2 .cc .text .link {
  color: #29338a;
  border: 1px solid #29338a;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  padding-inline: 10px;
  padding-block: 6px;
}
#sec2 .slider_sec2 .cc .text h3 {
  font-size: 20px;
}
#sec2 .slider_sec2 .cc .text h2 {
  font-size: 40px;
}
#sec2 .slick-next {
  background: url(../imgs/arrow-next.png) no-repeat;
  width: 66px;
  height: 66px;
  right: -4rem;
}
@media (max-width: 990px) {
  #sec2 .slick-next {
    top: 22%;
    right: 0;
  }
}
#sec2 .slick-prev {
  background: url(../imgs/arrow-prev.png) no-repeat;
  width: 66px;
  height: 66px;
  left: -4rem;
  z-index: 2;
}
@media (max-width: 990px) {
  #sec2 .slick-prev {
    left: 1rem;
    top: 22%;
  }
}

#sec3 {
  padding-block: 90px;
  background-color: #fbe7fb;
}
#sec3 .grid {
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 990px) {
  #sec3 .grid {
    grid-template-columns: 1fr;
  }
}
#sec3 .img {
  position: relative;
}
#sec3 .img .credito {
  position: absolute;
  bottom: 37px;
  right: 6rem;
  color: white;
  font-weight: 500;
  font-size: 12px;
}
@media (max-width: 990px) {
  #sec3 .img .credito {
    bottom: 2rem;
    right: 2rem;
  }
}
@media (max-width: 990px) {
  #sec3 .img img {
    width: 100%;
  }
}
#sec3 .img .mao {
  background: url(../imgs/mao.svg) no-repeat;
  width: 159px;
  height: 212px;
  position: absolute;
  top: -5rem;
  right: 0;
}
@media (max-width: 990px) {
  #sec3 .img .mao {
    background: url(../imgs/mao.svg) no-repeat;
    width: 134px;
    height: 174px;
    position: absolute;
    top: -5rem;
    right: 0;
    background-size: cover;
  }
}
#sec3 .text {
  text-align: center;
  font-size: 23px;
}
#sec3 .text img {
  margin-bottom: 2rem;
}

#sec4 {
  padding-block: 90px;
  background-color: #fdddfd;
}
#sec4 .grid {
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 990px) {
  #sec4 .grid {
    grid-template-columns: 1fr;
  }
}
#sec4 .img {
  position: relative;
}
#sec4 .img img {
  border-radius: 30px;
}
#sec4 .img .credito {
  position: absolute;
  bottom: 37px;
  right: 6rem;
  color: white;
  font-weight: 500;
  font-size: 12px;
}
@media (max-width: 990px) {
  #sec4 .img .credito {
    bottom: 2rem;
    right: 2rem;
  }
}
@media (max-width: 990px) {
  #sec4 .img img {
    width: 100%;
  }
}
#sec4 .text {
  text-align: center;
  font-size: 23px;
}
#sec4 .text img {
  margin-bottom: 2rem;
}

#sec5 {
  background-color: #fbe7fb;
  padding-block: 50px;
  text-align: center;
}
#sec5 .intro h2 {
  font-size: 40px;
}
#sec5 .slider_sec3 {
  margin-top: 2rem;
}
#sec5 .slider_sec3 .cc {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 990px) {
  #sec5 .slider_sec3 .cc {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#sec5 .slider_sec3 .cc .img {
  position: relative;
}
#sec5 .slider_sec3 .cc .img .credito {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  color: white;
  font-weight: 500;
  font-size: 12px;
}
#sec5 .slider_sec3 .cc img {
  width: 100%;
}
#sec5 .slider_sec3 .cc .text h3 {
  font-size: 20px;
}
#sec5 .slider_sec3 .cc .text h2 {
  font-size: 40px;
}
#sec5 .slick-next {
  background: url(../imgs/arrow-next.png) no-repeat;
  width: 66px;
  height: 66px;
  right: -6rem;
}
@media (max-width: 990px) {
  #sec5 .slick-next {
    right: 0;
    top: 25%;
  }
}
#sec5 .slick-prev {
  background: url(../imgs/arrow-prev.png) no-repeat;
  width: 66px;
  height: 66px;
  left: -6rem;
  z-index: 2;
}
@media (max-width: 990px) {
  #sec5 .slick-prev {
    left: 0;
    top: 25%;
  }
}

#sec6 {
  background-color: #fdddfd;
  padding-block-start: 70px;
}
#sec6 .grid {
  grid-template-columns: 450px 1fr;
  gap: 6rem;
  margin-top: 5rem;
}
@media (max-width: 990px) {
  #sec6 .grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 3rem;
  }
}
#sec6 .intro {
  text-align: center;
  font-size: 35px;
}
@media (max-width: 990px) {
  #sec6 .intro {
    font-size: 26px;
  }
}
#sec6 h2 {
  font-size: 46px;
  font-weight: 600;
}
@media (max-width: 990px) {
  #sec6 h2 {
    font-size: 30px;
  }
}
#sec6 .text {
  font-size: 26px;
}
@media (max-width: 990px) {
  #sec6 .text {
    margin-inline: auto;
  }
}
#sec6 .text .social {
  margin-top: 2rem;
}
#sec6 .text a {
  display: block;
  color: white;
  border-radius: 8px;
  padding-block: 10px;
  margin-bottom: 1rem;
  width: 345px;
}
#sec6 .text a:first-child {
  background: #e6007e url(../imgs/inst.svg) no-repeat 5px;
  padding-left: 40px;
}
#sec6 .text a:nth-child(2) {
  background: #29328a url(../imgs/fb.svg) no-repeat 5px;
  padding-left: 30px;
}
#sec6 .text a:nth-child(3) {
  background: #e30611 url(../imgs/you.svg) no-repeat 5px;
  padding-left: 50px;
}
#sec6 .text a:nth-child(4) {
  background: #00963a url(../imgs/spot.svg) no-repeat 5px;
  padding-left: 40px;
}
#sec6 .text a:nth-child(5) {
  background: #8158dc url(../imgs/tik.svg) no-repeat 5px;
  padding-left: 40px;
}
#sec6 .box {
  background-color: #3f74b6;
  color: white;
  border-radius: 30px 30px 0 0;
  padding: 30px;
  width: 523px;
}
@media (max-width: 990px) {
  #sec6 .box {
    width: 100%;
  }
}
#sec6 .box h3 {
  font-size: 30px;
  border-bottom: 4px solid white;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
#sec6 .box .local {
  background: url(../imgs/local.svg) no-repeat left top;
  padding: 0 0 0 3rem;
  width: 345px;
  margin-bottom: 54px;
  margin-inline: 60px;
}
@media (max-width: 990px) {
  #sec6 .box .local {
    width: 100%;
    padding: 3rem 0 0;
    margin-inline: 0;
    margin-bottom: 10px;
  }
}
#sec6 .box a {
  display: block;
  color: white;
  margin-inline: 60px;
}
@media (max-width: 990px) {
  #sec6 .box a {
    margin-inline: 0;
  }
}
#sec6 .box a.mail {
  background: url(../imgs/mail.svg) no-repeat left;
  padding-left: 3rem;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  #sec6 .box a.mail {
    padding-left: 0;
    padding: 5rem 0 0;
    margin-bottom: 10px;
  }
}
#sec6 .box a.whats {
  background: url(../imgs/whats.svg) no-repeat left;
  padding-left: 3rem;
  padding-block: 10px;
}
@media (max-width: 990px) {
  #sec6 .box a.whats {
    padding-left: 0;
    padding: 5rem 0 0;
  }
}

footer {
  padding: 2rem 0;
  background-color: white;
}
footer img.mob {
  display: none;
}
@media (max-width: 990px) {
  footer img.mob {
    display: block;
  }
}
@media (max-width: 990px) {
  footer img.desk {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */