/*
Theme Name: HPLANET
Theme URI: http://www.agenciafante.com.br/
Author: Agência Fante
Author URI: http://www.agenciafante.com.br/
Description: Tema desenvolvido por Fante.
Version: 1.0
*/

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('font/PlusJakartaSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('font/PlusJakartaSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('font/PlusJakartaSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('font/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('font/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

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, font, 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 {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

table tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

table td {
  padding: 20px;
  border-left: 1px solid rgba(0, 0, 0, .1);
}

table td:last-child {
  border-right: 1px solid rgba(0,0,0,.1);
}

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

body, html {
  width: 100%;
  margin:0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter';
  line-height: 1;
  overflow-x: hidden;
}

input, textarea, select, button {
  font-family: 'Inter';
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

a[href^=tel] { 
  color: inherit; 
  text-decoration: none; 
}

img,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

div.image {
  overflow: hidden;
}

div.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

div.icon,
span.icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  margin: 0 0 20px;
  background-color: #FA0078;
  box-shadow: 0px 0px 0px 8px rgba(250, 0, 120, 0.10), 0px 0px 25px 0px rgba(250, 0, 120, 0.7);
  animation: blow 1.5s ease-in-out infinite;
}

@keyframes blow {
  0%, to {
    box-shadow: 0px 0px 0px 8px rgba(250, 0, 120, 0.10), 0px 0px 25px 0px rgba(250, 0, 120, 0.7);
  }
  50% {
    box-shadow: 0px 0px 0px 12px rgba(250, 0, 120, 0.10), 0px 0px 25px 0px rgba(250, 0, 120, 0.7);
  }
}

div.icon.no-icon,
span.icon.no-icon {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  background-color: transparent;
  box-shadow: none;
  animation: none;
}

div.icon img,
span.icon img {
  width: 26px;
  display: block;
  position: relative;
  z-index: 2;
}

.font-w .title-common,
.font-w h1,
.font-w h2,
.font-w h3,
.font-w p {
  color: #fff;
}

.font-w .title-common {
  background-color: rgba(255, 255, 255, .25);
}

a {
  text-decoration:none; 
}

::-moz-selection { 
  color: #fff;
  background: #31004d;
}

::selection {
  color: #fff;
  background: #31004d;
}

/* Clearfix */

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
 clear: both;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 101;
}

.anime-start #preloader {
  animation: fadeOuts 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeOuts {
100% {
  opacity: 0;
  visibility: hidden;
}
}

#status {
  position: relative;
  width: 22.4px;
  height: 22.4px;
  left: 50%;
  top: 50%;
  margin:0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dots {
   width: 22.4px;
   height: 22.4px;
   border-radius: 50%;
   background: #FA0078;
   box-shadow: 0 0 0 0 rgba(250, 0, 120, 0.5);
   animation: pulse-c6zlskmd 1s infinite;
}

@keyframes pulse-c6zlskmd {
   100% {
      box-shadow: 0 0 0 20px rgba(250, 0, 120, 0.2);
   }
}

/* Grid */

.col-af {
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0;
}

.col-af-content {
  width: 90%;
  max-width: 1216px;
  margin: 0 auto;
}

.col-af.one-column {
  margin: 80px 0 0;
}

@media screen and (max-width:991px) {
.col-af {
  padding: 60px 0;
}

.col-af.one-column {
  margin: 40px 0 0;
}

.col-af-slide {
  width: 95%;
  margin-left: 5%;
}
}

/* Button */

.btn,
input[type=submit] {
  font-family: 'Plus Jakarta Sans';
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  min-width: 200px;
  line-height: 1;
  color: #fff;
  border: 1.5pt solid transparent;
  text-align: center;
  margin: 0;
  background-color: #FA0078;
  padding: 18px 35px 20px;
  transition: ease .5s;
  border-radius: 30px;
}

.btn-white {
  background-color: #fff;
  color: #46006E;
}

.btn-outline {
  background-color: transparent;
  border: 1.5pt solid #46006E;
  color: #46006E;
}

.btn-outline.btn-white {
  border: 1.5pt solid #fff;
  color: #fff;
}

.btn-ghost {
  color: #46006E;
  background-color: rgba(70, 0, 110, 0.15);
}

.btn-ghost.btn-white {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
}

.btn:hover {
  transform: scale(1.02);
  background-color: #FA0078;
  border: 1.5pt solid #FA0078;
  color: #fff;
  box-shadow: 0px 0px 0px 5px rgba(250, 0, 120, 0.30), 0px 0px 30px 0px rgba(250, 0, 120, 0.50);
}

.btn svg,
.btn img {
  width: 18px;
  display: inline-block;
  margin: 0 10px 0 0;
  fill: #fff;
  transition: ease .3s;
}

.btn.btn-ghost svg,
.btn.btn-outline svg {
  fill: #007C74;
}

.btn:hover svg {
  fill: #fff;
}

.btn:hover img {
  filter: brightness(0) invert(1);
}

span.title-common {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #46006E;
  margin: 0 0 30px;
  border-radius: 30px;
  padding: 8px 16px;
  text-transform: uppercase;
  background-color: rgba(70, 0, 110, 0.1);
}

.title-common,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Plus Jakarta Sans';
  font-size: 32px;
  font-weight: 700;
  color: #46006E;
  line-height: 1;
  margin: 0 0 30px;
}


.title-common b,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b {
  display: inline;
  color: #46006E;
}

.font-w .title-common b,
.font-w h1 b,
.font-w h2 b,
.font-w h3 b,
.font-w h4 b,
.font-w h5 b {
  color: #fff;
}

h1 {
  font-size: 46px;
}

.hero.full h1 {
  font-size: 62px;
  line-height: 1;
}

.hero:not(.font-w) h1 {
  background: linear-gradient(90deg, #46006E 0%, #FA0078 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero h1 .Typewriter__cursor {
  -webkit-text-fill-color: initial;
  color: #FA0078;
}

.hero.font-w h1 .Typewriter__cursor {
  color: #fff;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #46006E;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 14px;
}

p {
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  line-height: 1.5;
  opacity: .9;
  margin: 0;
}

@media screen and (max-width:991px) {
a.btn {
  width: 100%;
  min-width: 100px;
}

.title-common,
h1 {
  font-size: 28px;
}

.hero.full h1 {
  font-size: 38px;
}

h2 {
  font-size: 24px;
}

h3,
h4 {
  font-size: 20px;
}
}

/* WhatsApp */

.wpp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 99;
  background-color: #FA0078;
  transition: ease .4s;
  border: 2px solid rgba(255, 255, 255, .3);
  box-shadow: 0px 15px 60px 0px rgba(0,0,0,.3);
}

.wpp-btn:hover {
  transform: scale(1.05);
}

.wpp-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  transform: translate(-50%, -50%);
  width: 30px;
}

/* Cookie */

.cookies-container {
  position: fixed;
  width: 100%;
  max-width: 270px;
  margin: 0;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 100;
}

.cookies-content {
  background: #fff;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: block;
  position: relative;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.1);
  border-radius: 2px;
}

.cookies-content p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  display: block;
}

.cookies-content a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
}

.cookies-content .cookies-save {
  color: #282828;
  display: block;
  cursor: pointer;
  font-weight: 600;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 10px 0 0;
  background-color: transparent;
}

.cookies-content .cookies-save:hover {
  text-decoration: underline;
}

.cookies-pref {
  display: none;
}

@media screen and (max-width:991px) {
.cookies-container {
  width: calc(100% - 3rem);
  max-width: 100%;
  bottom: 1.5rem;
  right: 1.5rem;
}

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

.cookies-content .cookies-save {
  margin: 10px auto 0;
}
}

/* Header */

.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: transparent;
  transition: ease 0.3s;
}

.header.header-is-visible {
  background-color: #fff;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
}

.header.header-is-active,
.header.header-is-white {
  background-color: #fff;
  content-visibility: visible;
}

.admin-bar .header {
  top: 32px;
}

.header .col-af-content {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.buttons {
  display: flex;
  position: relative;
}

.buttons .btn {
  flex: none;
  width: auto;
  min-width: 160px;
  padding: 15px 25px 17px;
  margin: 0 0 0 10px;
}

.buttons.mobile {
  display: none;
}

/* Logo */

a.logo {
  display: block;
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}

a.logo img {
  display: block;
  width: 100%;
  margin: 0;
}

@media screen and (max-width:1268px) {
  a.logo {
    position: absolute;
    left: 0;
  }
  .buttons:not(.mobile) {
    position: absolute;   
    right: 50px;
  }
  .buttons.mobile {
    display: block;
    width: 100%;
  }

  .buttons.mobile .btn {
    width: 100%;
    margin: 20px 0 0;
  }
}

@media screen and (max-width:991px) {
  .header {
    position: fixed;
  }
  .header .col-af-content {
    height: 65px;
  }

  .buttons:not(.mobile) .btn {
    display: none;
    min-width: auto;
    padding: 8px 15px;
    font-size: 11px;
    align-items: center;
  }

  a.logo {
    width: 145px;
    min-width: 145px;
    max-width: 145px;
  }
}

/* Nav */

.nav {
  flex: 1;
  text-align: center;
}

.nav ul {
  margin: 0 auto;
  padding: 0;
}

.nav li {
  display: inline-block;
  line-height: 90px;
  position: relative;
}

.nav li.nav-expand {
  background-color: transparent;
}

.nav li a {
  font-family: 'Plus Jakarta Sans';
  display: block;
  font-size: 0.89em;
  text-align: center;
  font-weight: 400;
  color: #232323;
  padding: 0 18px;
  margin: 0;
  opacity: .9;
  transition: ease 0.3s;
}

.nav a.nav-link {
  position: relative;
  padding-right: 25px;
}

.nav a.nav-link::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 3px;
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath d='M4.5 5.99998C4.39238 5.99998 4.29148 5.9833 4.19731 5.94993C4.10314 5.91657 4.0157 5.85926 3.93498 5.778L0.221973 2.065C0.0739907 1.91702 0 1.72868 0 1.49998C0 1.27128 0.0739907 1.08294 0.221973 0.934955C0.369955 0.786973 0.558296 0.712982 0.786995 0.712982C1.01569 0.712982 1.20404 0.786973 1.35202 0.934955L4.5 4.08294L7.64798 0.934955C7.79596 0.786973 7.9843 0.712982 8.213 0.712982C8.4417 0.712982 8.63004 0.786973 8.77803 0.934955C8.92601 1.08294 9 1.27128 9 1.49998C9 1.72868 8.92601 1.91702 8.77803 2.065L5.06502 5.778C4.9843 5.85872 4.89686 5.91603 4.80269 5.94993C4.70852 5.98383 4.60762 6.00052 4.5 5.99998Z' fill='%23FA0078'/%3E%3C/svg%3E");
}

.nav li .nav-link.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav li ul.submenu {
  opacity: 0;
  width: 100%;
  height: calc(100vh - 90px);
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  top: 90px;
  position: fixed;
  z-index: 9;
  background-color: rgba(0, 0, 0, .7);
  transition: ease 0.3s;
}

.admin-bar .nav li ul.submenu {
  top: 122px;
}

.nav li ul .menu {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, .15);
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
}

.nav li .nav-link.active + ul {
  opacity: 1;
  visibility: visible;
}

.nav li .col-af-content {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: inherit;
  justify-content: inherit;
}

.nav li a:hover {
  color: #FA0078;
}

.nav .col-af-content li {
  flex: 1;
  padding: 15px;
}

.nav .col-af-content li a {
  display: flex;
  padding: 20px 20px 30px 30px;
  height: 100%;
  border-radius: 8px;
  text-align: left;
  align-items: stretch;
  align-content: space-between;
  flex-wrap: wrap;
  transition: .4s ease;
  background-color: #F6F2F8;
}

.nav .col-af-content li a:hover {
  transform: scale(1.02);
  background-color: #FA0078;
  box-shadow: 0px 0px 0px 5px rgba(250, 0, 120, 0.30), 0px 0px 30px 0px rgba(250, 0, 120, 0.50);
}

.nav .col-af-content li .icon {
  margin: 0 0 15px;
}

.nav .col-af-content li h3 {
  margin: 0;
  width: 100%;
  font-size: 16px;
}

.nav .col-af-content li a:hover .icon img {
  filter: brightness(0) invert(1);
}

.nav .col-af-content li a:hover h3 {
  color: #fff;
}

/* Input */

input#toggle-menu,
label.toggle-menu {
  display:none;
}

@media screen and (max-width:1268px) {
label.toggle-menu {
  position: absolute;
  right: 0;
  top: 15px;
  display: block;
  z-index: 11;
  height: 60px;
  width: 60px;
  outline: 0;
  border: 0;
  cursor: pointer;
}

label.toggle-menu div {
  position: absolute;
  top: 20px;
  left: 20px;
}

label.toggle-menu span {
  display: block;
  height: 2pt;
  width: 30px;
  background-color: #46006E;
  position: absolute;
  opacity: 1;
  left: 0;
  border-radius: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all .3s;
}

label.toggle-menu span:nth-child(1) {
  top: 0px;
}

label.toggle-menu span:nth-child(2) {
  top: 8px;
}

label.toggle-menu span:nth-child(3) {
  top: 16px;
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(2) {
  opacity: 0;
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav {
  float: none;
  height: calc(100vh - 90px);
  width: 100%;
  position: fixed;
  top: 90px;
  right: 0;
  margin: 0;
  z-index: 10;
  padding: 30px 30px 60px;
  background-color: #fff;
  transition: all .3s;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  overflow-y: auto;
}

.header-is-visible .nav {
  height: calc(100vh - 90px);
  top: 90px;
}

input#toggle-menu:checked ~ .nav {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav ul {
  width: 100%;
  line-height: 60px;
  padding: 0 0 20px;
}

.nav li {
  width: 100%;
  line-height: 60px;
  float: left;
}

.nav li a:not(.btn) {
  font-size: 0.95em;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,.15);
  position: relative;
}

.nav li ul {
  display: block;
  position: relative;
  width: 100%;
  box-shadow: none;
  max-height: 0;
  top: auto;
  left: auto;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
  transition: all .3s;
}

.nav li .nav-link.active + ul {
  max-height: 800px;
  border-bottom: 1px solid rgba(0,0,0,.15);
  padding: 20px 0;
}

.nav li ul li a {
  font-size: 14px;
  text-align: left;
  padding: 0;
  color: #fff;
  border-bottom: 0;
  position: relative;
}

.nav li ul.submenu,
.admin-bar .nav li ul.submenu {
  height: auto;
  left: auto;
  top: auto;
  position: relative;
  background-color: transparent;
  overflow: visible;
}

.nav li ul .menu {
  border-top: 0;
  padding: 0;
}

.nav li .col-af-content {
  width: 100%;
}

.nav .col-af-content li {
  flex: none;
  width: 100%;
  padding: 10px 0
}

.nav .col-af-content li h3 {
  font-size: 15px;
}

.nav .col-af-content li a {
  padding: 20px 20px 20px 20px;
  border: 0;
}
}

@media screen and (max-width:991px) {
label.toggle-menu {
  right: 0;
  top: 2px;
}

.nav,
.header-is-visible .nav {
  height: calc(100vh - 65px);
  top: 65px;
}
}

/* Hero */

.hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 740px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}

.hero.full::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(images/hero.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: zoom 3s ease-in-out infinite;
}

@keyframes zoom {
  0%, to {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.1);
  }
}

.hero.font-w {
  background-color: #46006E;
}

.hero.contato {
  height: auto;
  max-height: 3000px;
  overflow: visible;
}

.hero.contato::after {
  content: '';
  display: block;
  width: 40%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FA0078;
  z-index: 1;
}

.hero.gradient::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 90%);
  z-index: 1;
}

.hero .col-af-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero.contato .col-af-content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  padding: 190px 0 100px;
}

.hero.full .col-af-content {
  text-align: center;
}

.hero:not(.full) .info {
  width: 45%;
  float: left;
}

.hero.full .info {
  text-align: center;
}

.hero .info {
  transition: ease .8s;
  opacity: 0;
  transition-delay: .8s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.hero.contato .info {
  position: sticky;
  top: 120px;
  left: 0;
  padding: 60px 0 0;
}

.hero .info h1 {
  padding: 0 0 20px;
  margin: 0;
}

.hero.full .info h1 {
  margin: 0 0 20px;
}

.hero .info p {
  margin: 0 0 30px;
}

.anime-start .hero .info {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.hero .info a.item {
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  color: #46006E;
  display: inline-flex;
  opacity: 1;
  margin: 22px 0 0;
  background-color: #F6F2F8;
  padding: 20px 30px 24px;
  border-radius: 6px;
  align-items: center;
  transition: ease .3s;
  justify-content: center;
}

.hero .info a.item svg {
  width: 20px;
  fill: #FA0078;
  margin: 0 15px -4px 0;
}

.hero .info a.item:hover {
  transform: scale(1.02);
  color: #fff;
  background-color: #FA0078;
  box-shadow: 0px 0px 0px 5px rgba(250, 0, 120, 0.30), 0px 0px 30px 0px rgba(250, 0, 120, 0.50);
}

.hero .info a.item:hover svg {
  fill: #fff;
}

.hero .col-af-content .btn {
  margin: 0 15px 0 0;
}

.hero.gradient .image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero.lateral .image {
  position: absolute;
  right: 2%;
  top: 52%;
  transform: translateY(-50%);
  width: 115vh;
  height: 115vh;
  z-index: 1;
  overflow: visible;
}

.hero.lateral .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  object-fit: contain;
  z-index: 2;
}

.hero.lateral .image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50% 0 0 -50%;
  z-index: 1;
  background-image: url(images/hero-lateral.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  animation: zoom 3s ease-in-out infinite;
}

.hero.lateral.icone .image::after {
  background-image: url(images/hero-icone.svg);
}

.hero.lateral .image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 160px;
  max-width: 160px;
  min-height: 160px;
  max-height: 160px;
  z-index: 2;
  margin: 0;
  animation: blow2 1.5s ease-in-out infinite;
}

@keyframes blow2 {
  0%, to {
    box-shadow: 0px 0px 0px 10px rgba(250, 0, 120, 0.10), 0px 0px 25px 0px rgba(250, 0, 120, 0.7);
  }
  50% {
    box-shadow: 0px 0px 0px 22px rgba(250, 0, 120, 0.10), 0px 0px 25px 0px rgba(250, 0, 120, 0.7);
  }
}

.hero.lateral .image .icon img {
  width: 40%;
}

.hero .form-af {
  float: right;
  position: relative;
  width: 45%;
  padding: 50px 60px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.15), 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}

.hero .form-af::after {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(images/contato-desktop.svg);
}

@media screen and (max-width:991px) {
.hero:not(.full) {
  height: auto;
  max-height: 3000px;
}

.hero.contato::after {
  width: 100%;
  height: 30%;
}

.hero.gradient {
  height: 80vh;
}

.hero.gradient::after {
  background: linear-gradient(270deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.85) 70%);
}

.hero:not(.full):not(.gradient) .col-af-content {
  top: auto;
  left: auto;
  position: relative;
  margin: 120px auto 0;
  -webkit-transform: none;
  transform: none;
}

.hero.contato .col-af-content {
  padding: 120px 0 80px;
  margin: 0 auto!important;
}

.hero:not(.full) .info {
  width: 100%;
}

.hero .info .btn {
  margin: 10px 0;
}

.hero.lateral .image {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  height: auto;
  transform: none;
  padding: 60px 0 60px;
}

.hero.lateral .image::after {
  width: 160%;
  height: 160%;
  margin: -80% 0 0 -80%;
}

.hero.lateral .image img {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 80%;
  margin: 0 auto;
}

.hero.lateral.icone .image {
  min-height: 375px;
}

.hero .form-af {
  width: 100%;
  margin: 80px 0 0;
  padding: 30px;
  position: relative;
  top: auto;
}

.hero .form-af::after {
  top: -30px;
  height: 40px;
  background-image: url(images/contato-mobile.svg);
}

.hero.contato .info {
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
}
}

/* Sobre */

.sobre {
  background-color: #fff;
  overflow: hidden;
}

.sobre.reduzido {
  padding: 0;
}

.sobre.gray {
  background-color: #F6F2F8;
}

.sobre.font-w:not(.reduzido) {
  background-color: #46006E;
}

.sobre .col-af-content,
.sobre .content {
  position: relative;
  z-index: 2;
}

.sobre.font-w:not(.reduzido)::after {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  bottom: -150px;
  right: -100px;
  background-color: #FA0078;
  filter: blur(100px);
  z-index: 1;
  opacity: .25;
  animation: glow 4s ease-in-out infinite;
}

.sobre.font-w.inverse:not(.reduzido)::after {
  right: auto;
  left: -100px;
}

@keyframes glow {
  0%, to {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.3);
    opacity: .4;
  }
}

.sobre.font-w.reduzido .col-af-content {
  padding: 80px 80px;
  border-radius: 10px;
  background-color: #46006E;
}

.sobre .info {
  float: left;
  width: 45%;
}

.sobre.full .info {
  width: 100%;
}

.sobre.inverse .info {
  float: right;
}

.sobre .info p {
  margin: 30px 0 0;
}

.sobre .info p:first-child {
  margin: 0;
}

.sobre ul {
  display: block;
  margin: 20px 0;
}

.sobre .info .btn {
  margin: 0 10px 0 0;
}

.sobre .image {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 45%;
  height: 100%;
  z-index: 2;
  overflow: visible;
}

.sobre .image.full {
  overflow: hidden;
  border-radius: 16px;
}

.sobre .image:not(.full) img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sobre.inverse .image {
  left: 0;
  right: auto;
}

@media screen and (max-width:768px) {
.sobre.font-w.reduzido .col-af-content {
  padding: 40px 35px;
}

.sobre .info {
  width: 100%;
  margin: 0 0 30px;
}

.sobre.full .info {
  margin: 0;
}

.sobre .image,
.sobre.inverse .image {
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
}

.sobre .info .btn {
  margin: 10px 0 0;
}
}

/* Números */

.numeros {
  background-color: #46006E;
  text-align: center;
  overflow: hidden;
}

.numeros .col-af-content {
  position: relative;
  z-index: 2;
}

.numeros::after {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  bottom: -150px;
  right: -100px;
  background-color: #FA0078;
  filter: blur(100px);
  z-index: 1;
  opacity: .25;
  animation: numbers 4s ease-in-out infinite;
}

@keyframes numbers {
  0%, to {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.3);
    opacity: .4;
  }
}

.numeros ul {
  display: flex;
  width: calc(100% + 30px);
  margin: 0 0 0 -15px;
}

.numeros ul li {
  float: left;
  display: block;
  text-align: left;
  flex: 1;
  margin: 15px;
  padding: 35px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .05);
}

.numeros ul li .icon {
  margin: 0 0 30px;
}

.numeros ul li h2 {
  margin: 0 0 20px;
}

@media screen and (max-width:768px) {
.numeros ul {
  display: block;
  width: 100%;
  margin: 0;
}

.numeros ul li {
  width: 100%;
  margin: 15px 0;
}
}

/* Motivos */

.motivos {
  background-color: #fff;
}

.motivos.font-w {
  background-color: #46006E;
}

.motivos .col-af-content {
  position: relative;
}

.motivos .info {
  width: 50%;
  position: absolute;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 0 100px 0 0;
}

.motivos .info .image {
  width: 100%;
  height: 100%;
  margin: 40px 0 0;
  border-radius: 10px;
  background-color: rgba(250, 0, 120, 0.1);
}

.motivos ul {
  width: 50%;
  margin: 0;
  float: right;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.motivos ul li {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 25px 0;
}

.motivos ul li:last-child {
  padding-bottom: 0;
}

.motivos ul li h3 {
  margin: 0 0 15px;
}

.motivos ul li .icon {
  margin: 0 40px 0 0;
}

.motivos ul::after {
  content: '';
  display: block;  
  position: absolute;
  width: 2px;
  height: 100%;
  top: 25px;
  left: 29px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(250, 0, 120, .2) 70%, rgba(250, 0, 120, 0) 100%);
}

@media screen and (max-width:768px) {
.motivos .info {
  width: 100%;
  position: relative;
  height: auto;
  left: auto;
  display: block;
  padding: 0 0 30px;
}

.motivos .info .image {
  width: 100%;
  height: auto;
  aspect-ratio: 20 / 9;
}

.motivos ul {
  width: 100%;
}

.motivos ul li .icon {
  margin: 0 30px 0 0;
}
}

/* Cards */

.cards {
  background-color: #fff;
  overflow: hidden;
}

.cards.purple {
  background-color: #46006E;
}

.cards.purple .col-af-content {
  position: relative;
  z-index: 2;
}

.cards.purple::after {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  bottom: -150px;
  right: -100px;
  background-color: #FA0078;
  filter: blur(100px);
  z-index: 1;
  opacity: .25;
  animation: numbers 4s ease-in-out infinite;
}

.cards .info {
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
}

.cards ul {
  width: calc(100% + 30px);
  margin: 0 0 0 -15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.cards ul li {
  position: relative;
  width: calc(25% - 30px);
  padding: 35px;
  background-color: #F6F2F8;
  margin: 15px;
  border-radius: 10px;
  transition: .3s ease;
}

.cards.column-w ul li {
  width: calc(50% - 30px);
}

.cards.column-w ul li div {
  display: flex;
  align-items: center;
}

.cards ul li .icon {
  margin: 0 0 30px;
}

.cards.column-w ul li div .icon {
  margin: 0 30px 0 0;
}

.cards ul li h3 {
  margin: 0;
  transition: .3s ease;
}

.cards ul li p {
  margin: 20px 0 0;
  transition: .3s ease;
}

@media screen and (max-width:768px) {
.cards ul {
  width: 100%;
  margin: 0;
}

.cards ul li,
.cards.column-w ul li {
  width: 100%;
  margin: 15px 0;
}
}

/* FAQ */

.faq {
  background-color: #fff;
}

.faq .info {
  width: 100%;
  text-align: center;
  margin: 0 0 40px;
}

.faq ul {
  width: 100%;
  float: left;
}

.faq ul li {
  background-color: #F6F2F8;
  padding: 22px 20px 26px;
  border-radius: 8px;
  margin: 15px 0;
  text-align: left;
}

.faq ul li button.accordion {
  display: block;
  width: 100%;
  margin: 0;
  outline: 0;
  border: 0;
  padding-right: 40px;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  background-color: transparent;
}

.faq ul li button.accordion h3 {
  margin: 0;
}

.faq button.accordion::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-position: center;
  background-size: 20px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='512' height='512'%3E%3Cpath fill='%2346006E' d='M19.061,7.854a1.5,1.5,0,0,0-2.122,0l-4.586,4.585a.5.5,0,0,1-.707,0L7.061,7.854A1.5,1.5,0,0,0,4.939,9.975l4.586,4.586a3.5,3.5,0,0,0,4.95,0l4.586-4.586A1.5,1.5,0,0,0,19.061,7.854Z'/%3E%3C/svg%3E%0A");background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.faq button.accordion.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.faq div.panel {
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  transition: max-height 0.2s ease-out;
}

.faq div.panel p {
  margin: 25px 0 0;
}

.faq div.panel p a {
  text-decoration: underline;
}

/* Como funciona */

.funciona {
  background-color: #fff;
  position: relative;
}

.funciona.purple::after {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #46006E;
}

.funciona .info {
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
}

.funciona ul {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background-color: #F6F2F8;
  padding: 50px 30px;
  border-radius: 16px;
}

.funciona ul::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 100px;
  left: 60px;
  background: rgba(250, 0, 120, .2);
}

.funciona ul li {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: transparent;
  margin: 0;
  border-radius: 10px;
  transition: .3s ease;
}

.funciona ul li h3 {
  margin: 0;
  transition: .3s ease;
}

.funciona ul li .icon {
  margin: 0 0 30px;
}

.funciona ul li .icon h3 {
  color: #fff;
}

.funciona ul li p {
  margin: 20px 0 0;
  transition: .3s ease;
}

@media screen and (max-width:768px) {
.funciona ul {
  padding: 40px 0 40px 0;
}

.funciona ul::after {
  top: 90px;
}

.funciona ul li {
  padding: 20px 0 20px 40px;
}
}

/* Fullscreen */

.fullscreen {
  background-color: #fff;
  position: relative;
}

.fullscreen .col-af-content {
  z-index: 3;
  position: relative;
  padding: 90px 80px;
  border-radius: 16px;
  margin: 300px auto 0;
  background-color: #46006E;
}

.fullscreen .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 540px;
  z-index: 1;
}

.fullscreen .info {
  width: 50%;
  float: left;
}

.fullscreen .info:nth-of-type(1) {
  padding: 0 80px 0 0;
}

.fullscreen .info p,
.fullscreen .info .btn {
  margin: 30px 0 0;
}

.fullscreen .info p:nth-of-type(1) {
  margin: 0;
}

@media screen and (max-width:768px) {
.fullscreen .col-af-content {
  margin: 100px auto 0;
  padding: 60px 35px;
}

.fullscreen .image {
  height: 340px;
}

.fullscreen .info:nth-of-type(1) {
  padding: 0;
}

.fullscreen .info {
  width: 100%;
}
}

/* Soluções */

.solucoes {
  background-color: #fff;
}

.solucoes.gray {
  background: linear-gradient(180deg, #fff 0%, #F6F2F8 19%);
}

.solucoes .info {
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
}

.solucoes ul.quadros {
  width: calc(100% + 30px);
  margin: 0 0 0 -15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.solucoes ul.quadros li {
  position: relative;
  width: 50%;
  padding: 30px;
  margin: 0;
}

.solucoes ul.quadros li a {
  position: relative;
  width: 100%;
  display: block;
  padding: 45px;
  background-color: #fff;
  margin: 0;
  border-radius: 10px;
  transition: .3s ease;
}

.solucoes ul.quadros li a:hover {
  transform: scale(1.02);
  color: #fff;
  box-shadow: 0px 0px 0px 5px rgba(250, 0, 120, 0.10), 0px 0px 40px 0px rgba(250, 0, 120, 0.50);
}

.solucoes ul.quadros li a .image {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 6;
  display: block;
  overflow: hidden;
  background-color: rgba(70, 0, 110, 0.10);
  border-radius: 10px;
}

.solucoes ul.quadros li a .image::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 3;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, .1) 40%);
}

.solucoes ul.quadros li a .image img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.solucoes ul.quadros li a .image img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: float 2s ease-in-out infinite;
}

.solucoes ul.quadros li:nth-child(even) a .image img:nth-of-type(2) {
  animation: float 4s ease-in-out infinite;
}

.solucoes ul.quadros li a h3 {
  margin: 20px 0 20px;
  font-size: 22px;
}

.solucoes ul.zigzag {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.solucoes ul.zigzag li.item {
  position: relative;
  width: 100%;
  background-color: #F6F2F8;
  padding: 50px 50px;
  border-radius: 16px;
  margin: 20px 0;
}

.solucoes ul.zigzag li.item:nth-child(even) {
  background-color: #fff;
}

.solucoes ul.zigzag li.item .info {
  width: 45%;
  float: right;
  margin: 0;
}

.solucoes ul.zigzag li.item:nth-child(even) .info {
  float: left;
}

.solucoes ul.zigzag li .image {
  position: relative;
  width: 45%;
  height: 100%;
  float: left;
  display: block;
  overflow: hidden;
  background-color: rgba(70, 0, 110, 0.10);
  border-radius: 10px;
}

.solucoes ul.zigzag li.item:nth-child(even) .image {
  float: right;
}

.solucoes ul.zigzag li .image img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.solucoes ul.zigzag li .image img:nth-of-type(2) {
  position: absolute;
  bottom: -15px;
  z-index: 1;
  animation: float 3s ease-in-out infinite;
}

.solucoes ul.zigzag li .info {
  text-align: left;
}

.solucoes ul.zigzag li .info div {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.solucoes ul.zigzag li .info div .icon {
  margin: 0 25px 0 0;
}

.solucoes ul.zigzag li .info div h2 {
  margin: 0;
}

.solucoes ul.zigzag li .info ul {
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.solucoes ul.zigzag li .info li {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  line-height: 1.5;
  opacity: .9;
  margin: 15px 0;
  padding: 0 0 0 40px;
}

.solucoes ul.zigzag li .info li::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-color: rgba(250, 0, 120, 0.20);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M3.52217 5.28218L8.34975 0.754125C8.53038 0.584708 8.76026 0.5 9.03941 0.5C9.31855 0.5 9.54844 0.584708 9.72906 0.754125C9.90969 0.923542 10 1.13916 10 1.40099C10 1.66282 9.90969 1.87844 9.72906 2.04785L4.21182 7.22277C4.01478 7.40759 3.78489 7.5 3.52217 7.5C3.25944 7.5 3.02956 7.40759 2.83251 7.22277L0.270936 4.82013C0.0903116 4.65071 0 4.43509 0 4.17327C0 3.91144 0.0903116 3.69582 0.270936 3.5264C0.45156 3.35699 0.681445 3.27228 0.960591 3.27228C1.23974 3.27228 1.46962 3.35699 1.65025 3.5264L3.52217 5.28218Z' fill='%23FA0078'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.solucoes ul.zigzag li .info .btn {
  margin: 20px 0 0;
}

@keyframes float {
  0%, to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@media screen and (max-width:768px) {
.solucoes ul.quadros {
  width: 100%;
  margin: 0;
}

.solucoes ul.quadros li {
  width: 100%;
  padding: 20px 0;
}

.solucoes ul.quadros li a {
  padding: 30px;
}

.solucoes ul.zigzag li.item {
  padding: 30px;
}

.solucoes ul.zigzag li.item .info {
  width: 100%;
  margin: 30px 0 0;
}

.solucoes ul.zigzag li .image {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 6;
}
}

/* CTA */

.cta {
  background-color: #fff;
  padding-bottom: 0;
  position: relative;
}

.cta .col-af-content {
  padding: 90px 80px;
  border-radius: 16px;
  background-color: #FA0078;
  background-image: url(images/cta.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 190%;
  position: relative;
  z-index: 2;
}

.cta .info {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.cta form {
  width: 100%;
  max-width: 600px;
  min-height: 60px;
  margin: 30px auto 0;
  z-index: 2;
  position: relative;
  text-align: left;
}

.cta .form-af input:not([type="submit"]) {
  height: 56px;
  line-height: 56px;
}

.cta p.span {
  color: #fff;
  width: 100%;
  max-width: 600px;
  text-align: left;
  font-size: 10px;
  margin: 10px auto 0;
}

.cta p.span a {
  color: #fff;
}

.cta .form-af div {
  position: initial;
  width: auto;
}

.cta .form-af div.tab  {
  visibility: hidden;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  transition: all 0.3s;
}

.cta .form-af div.tab label {
  display: none!important;
}

#nextBtn,
#BtnSubmit {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -25px;
  height: 56px;
  line-height: 56px;
  border: 0;
  margin: 0;
  outline: 0;
  background-color: #46006E;
  padding: 0 35px;
  min-width: 120px;
  transition: all .3s;
  border-radius: 30px;
}

#BtnSubmit {
  display: none;
}

#nextBtn:hover,
#BtnSubmit:hover {
  transform: scale(1.02);
  background-color: #cc0564;
  color: #fff;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.30), 0px 0px 30px 0px rgba(250, 0, 120, 0.50);
}

#prevBtn {
  position: absolute;
  cursor: pointer;
  right: 40px;
  top: 59px;
  height: 40px;
  width: 40px;
  outline: 0;
  border: 0;
  z-index: 2;
  overflow: hidden;
  opacity: .6;
  text-indent: -999px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m10.875 19.3l-6.6-6.6q-.15-.15-.213-.325T4 12q0-.2.063-.375t.212-.325l6.6-6.6q.275-.275.688-.287t.712.287q.3.275.313.688T12.3 6.1L7.4 11h11.175q.425 0 .713.288t.287.712q0 .425-.287.713t-.713.287H7.4l4.9 4.9q.275.275.288.7t-.288.7q-.275.3-.7.3t-.725-.3Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  transition: all .3s;
}

#prevBtn:hover {
  opacity: 1;
}

.cta .form-af div.tab-dots {
  position: absolute;
  right: 2px;
  top: 65px;
  padding: 0;
}

.tab-dots .step {
  display: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

.tab-dots .step.active {
  display: block;
}

@media screen and (max-width:991px) {
.cta .col-af-content {
  padding: 40px 35px;
}

#nextBtn,
#BtnSubmit {
  top: 75px;
  right: 0;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  padding: 0 30px;
}

.cta p.span {
  text-align: left;
  padding: 0 150px 0 0;
}

.cta .form-af div.tab-dots {
  display: none!important;
}

#prevBtn {
  display: none!important;
  opacity: 0;
  right: auto;
  left: 42px;
  top: 74px;
}
}

/* Footer  */

.footer {
  background-color: #fff;
  padding: 70px 0 20px;
  position: relative;
  overflow: hidden;
}

.footer .col-af-content {
  z-index: 2;
  position: relative;
}

.footer::after {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  bottom: -150px;
  right: -100px;
  background-color: #FA0078;
  filter: blur(100px);
  z-index: 1;
  opacity: .1;
  animation: bomber 4s ease-in-out infinite;
}

@keyframes bomber {
  0%, to {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.3);
    opacity: .2;
  }
}

.footer .col-af-content div.content {
  display: flex;
  justify-content: space-between;
  padding: 0 0 60px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.footer .col-af-content div.content div {
  display: flex;
  align-items: center;
}

.footer .col-af-content div.content div:nth-of-type(1):not(.social) {
  width: 60%;
}

.footer .col-af-content div.content img {
  display: inline-block;
  width: 110px;
  margin: 0 40px 0 0;
}

.footer .col-af-content div.content .title-common {
  margin: 0 20px 0 0;
  flex: none;
}

.footer .col-af-content div.content div.social a {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
  width: 48px;
  height: 48px;
  opacity: 1;
  border-radius: 50%;
  transition: ease .4s;
  background-color: #46006E;
}

.footer .col-af-content div.content div.social a svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  transform: translate(-50%, -50%);
  fill: #fff;
  transition: ease .4s;
}

.footer .col-af-content div.content div.social a:hover {
  transform: scale(1.02);
  background-color: #FA0078;
  box-shadow: 0px 0px 0px 5px rgba(250, 0, 120, 0.30), 0px 0px 30px 0px rgba(250, 0, 120, 0.50);
}

.footer .col-af-content .title-common {
  padding: 0;
  font-size: 14px;
  text-transform: none;
  background-color: transparent;
}

.footer .col-af-content div.menu {
  width: 100%;
  padding: 60px 0 0;
}

.footer .col-af-content div.menu div {
  float: left;
}

.footer .col-af-content div.menu .info {
  width: 70%;
}

.footer .col-af-content div.menu .info div {
  width: 50%;
}

.footer .col-af-content div.menu .atendimento {
  width: 30%;
}

.footer .col-af-content div a {
  font-family: 'Plus Jakarta Sans';
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #46006E;
  line-height: 1.3;
  opacity: .9;
  margin: 20px 0 0;
  transition: ease .3s;
}

.footer .col-af-content div p {
  color: #46006E;
  opacity: 1;
}

.footer .col-af-content a:hover {
  color: #FA0078;
  opacity: 1;
}

.footer .col-af-content div a.item {
  font-weight: 700;
  color: #46006E;
  display: flex;
  opacity: 1;
  margin: 22px 0 0;
  background-color: rgba(70, 0, 110, 0.1);
  padding: 15px 20px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}

.footer .col-af-content div a.item svg {
  width: 18px;
  fill: #46006E;
  margin: 0 15px 0 0;
}

.footer .col-af-content div a.item:hover {
  transform: scale(1.02);
  color: #fff;
  background-color: #FA0078;
  box-shadow: 0px 0px 0px 5px rgba(250, 0, 120, 0.30), 0px 0px 30px 0px rgba(250, 0, 120, 0.50);
}

.footer .col-af-content div a.item:hover svg {
  fill: #fff;
}

@media screen and (max-width:991px) {
.footer .col-af-content div.content {
  display: block;
  padding: 0 0 60px;
}

.footer .col-af-content div.content div {
  display: block;
}

.footer .col-af-content div.content div:nth-of-type(1):not(.social) {
  width: 100%;
}

.footer .col-af-content div.content img {
  margin: 0 auto 30px;
  display: block;
}

.footer .col-af-content div.content .title-common {
  display: block;
  flex: none;
}

.footer .col-af-content div.content div.social {
  text-align: center;
  margin: 20px 0 0;
}

.footer .col-af-content div.content div.social a.social {
  margin: 0 5px;
}

.footer .col-af-content .title-common {
  margin: 60px 0 10px!important;
  text-align: center;
}

.footer .col-af-content div.menu {
  padding: 0;
}

.footer .col-af-content div.menu .info,
.footer .col-af-content div.menu .info div,
.footer .col-af-content div.menu .atendimento {
  width: 100%;
  text-align: center;
}

.footer .col-af-content div a {
  font-family: 'Plus Jakarta Sans';
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #46006E;
  line-height: 1.3;
  opacity: .9;
  margin: 20px 0 0;
  transition: ease .3s;
}

.footer .col-af-content div p {
  text-align: center;
}

}

/* Copyright */

.footer .col-af-content .end {
  width: 100%;
  margin: 60px 0 0;
}

.footer .col-af-content .end div {
  width: 50%;
  float: left;
  text-align: left;
}

.footer .col-af-content .end div:nth-of-type(2) {
  text-align: right;
}

.footer .col-af-content .end div a,
.footer .col-af-content .end div p {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  color: #46006E;
  margin: 0 15px 0 0;
  opacity: .8;
}

.footer .col-af-content .end div img {
  display: block;
  width: 65px;
  max-width: 65px;
  margin: 0 0 -3px;
}

.footer .col-af-content .end a:hover {
  color: #FA0078;
  opacity: 1;
}

@media screen and (max-width:991px) {
.footer .col-af-content .end div,
.footer .col-af-content .end div:nth-child(2) {
  width: 100%;
  text-align: center;
}

.footer .col-af-content .end div span {
  width: 100%;
}

.footer .col-af-content .end div span:nth-of-type(2) {
  text-align: center;
}

.footer .col-af-content .end div p {
  line-height: 1.5;
  margin: 10px 10px 10px 0;
}
}

/* Animate */

.anime {
  opacity: 0;
  transition: ease .8s;
  transition-delay: .4s;
}

.come-in {
  opacity: 1;
}

.anime.already-visible {
  opacity: 1;
  -webkit-transform: none!important;
  transform: none!important;
}

.anime.fadeInUp {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.anime.fadeInUp.come-in {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.anime.delay {
  transition-delay: .6s;
}

/* OWL */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  display: flex;
  padding-left: 0!important;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  display: flex;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-nav {
  display: block;
  width: 100%;
  z-index: 2;
  position: relative;
}

.owl-nav button {
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: rgba(0, 124, 116, 0.15);
  transition: all .3s;
  border-radius: 50%;
}

.owl-nav button.disabled {
  opacity: 0;
}

.owl-nav button.owl-prev {
  left: -60px;
}

.owl-nav button.owl-next {
  right: -60px;
}

.owl-nav button svg {
  z-index: 10;
  display: block;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #007C74;
}

.owl-dots {
  display: inline-block;
  width: 95%;
  position: absolute;
  text-align: center;
  left: 0;
  z-index: 2;
  bottom: -35px;
}

.owl-dots .owl-dot {
  display: inline-block;
  border: 0;
  width: 19px;
  height: 4px;
  padding: 0;
  margin: 6px 8px;
  outline: 0;
  transition: all .3s;
  background-color: #007C74;
  opacity: .4;
  border-radius: 10px;
}

.owl-dots .owl-dot.active {
  opacity: 1;
}

.no-js .owl-carousel {
  display: block;
}

/* Inputs */

.form-af {
  display: block;
  margin: 0;
  position: relative;
}

.form-af input[type=text].naoexibir,
.form-af input[type=url].naoexibir {
  height: 0;
  width: 0;
  border: 0!important;
  outline: 0;
  padding: 0!important;
  background: transparent;
}

.form-af div {
  width: 100%;
  padding: 7px 0;
  margin: 0;
  float: left;
  position: relative;
}

.form-af span {
  display: block;
  width: 100%;
  float: left;
  font-size: 10px;
  padding: 0;
  font-weight: 400;
  color: #46006E;
  line-height: 1.4;
  margin: 0;
  opacity: .95;
}

.form-af span a {
  display: inline-block;
  color: #46006E;
  text-decoration: underline;
}

.form-af label {
  display: block;
  font-family: 'Plus Jakarta Sans';
  font-size: 15px;
  font-weight: 700;
  color: #46006E;
  line-height: 1.4;
  margin: 0;
  position: absolute;
  top: 23px;
  left: 20px;
  transition: ease .3s;
}

.form-af input:focus + label,
.form-af input.not-empty + label,
.form-af textarea:focus + label,
.form-af textarea.not-empty + label,
.form-af input.invalidPattern + label {
  font-size: 12px;
  opacity: 1;
  left: 10px;
  top: 0px;
  background-color: #fff;
  padding: 0 10px;
}

.form-af select,
.form-af input:not([type="submit"]),
.form-af textarea {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #46006E;
  width: 100%;
  height: 55px; 
  line-height: 55px;
  margin: 0;
  outline: 0;
  border: 2px solid rgba(70, 0, 110, 0.2);
  background-color: #fff;
  background-size: 11px auto;
  background-position: right 12px center;
  background-repeat: no-repeat;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px 0 20px;
  border-radius: 4px;
  transition: all 0.3s;
}

.form-af select {
  line-height: 52px;
  background-size: 22px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FA0078'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='.87'/%3E%3Cpath d='M15.88 9.29L12 13.17 8.12 9.29c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z'/%3E%3C/svg%3E");
}

.form-af textarea {
  height: 110px;
  line-height: 1.5;
  resize: none;
  padding: 20px 20px;
}

.form-af select:required:invalid {
  font-family: 'Plus Jakarta Sans';
  font-size: 15px;
  font-weight: 700;
  color: #46006E;
}

.form-af select option[value=""][disabled] {
  display: none;
}

.form-af select option {
  color: #191927;
}

.form-af input:not([type="submit"]).not-empty,
.form-af textarea.not-empty,
.form-af select:valid,
.form-af select:focus,
.form-af input:not([type="submit"]):focus,
.form-af textarea:focus {
  border: 2px solid rgba(70, 0, 110, 1);
  background-color: #fff;
}

.form-af input:not([type="submit"]).invalidPattern {
  border: 2px solid #e50202;
  background-color: #fff;
}

.form-af input[type=submit] {
  cursor: pointer;
  border: 0;
  outline: 0;
  background-image: none;
  min-width: 1px;
  width: 100%;
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
}

.form-af input[type=submit].is-loading,
.form-af input[type=submit].is-loading {
  opacity: .8;
  cursor: not-allowed;
}

.form-af .submit-spinner {
  display: none;
  width: 16px;
  height: 16px;
  margin: -34px 0 0 20px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  animation: spin .8s linear infinite;
}

.form-af .submit-spinner.is-loading {
  display: inline-block;
  animation: spin .8s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* Enviado */

.page-template-page-enviado .header,
.page-template-page-enviado .footer,
.page-template-page-enviado .cta,
.page-template-page-enviado .end,
.error404 .header,
.error404 .footer,
.error404 .cta,
.error404 .end {
  display: none;
}

.col-af.pedido-enviado {
  background-color: #46006E;
  min-height: 100vh;
  margin: 0;
}

.pedido-enviado .col-af-content {
  max-width: 600px;
  text-align: center;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pedido-enviado .col-af-content h1,
.pedido-enviado .col-af-content .entry-content p {
  color: #fff;
}

.pedido-enviado .col-af-content a.btn {
  margin: 30px 0 0;
}

.error404 .pedido-enviado .col-af-content svg {
  display: block;
  width: 60px;
  margin: 0 auto 30px;
  fill: #fff;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #FA0078;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #FA0078;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
      stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
      transform: none;
  }
  50% {
      transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
      box-shadow: inset 0px 0px 0px 30px #FA0078;
  }
}

/* One column */

.one-column #content {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
  position: relative;
  padding: 80px 0;
}

.single-attachment #content {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

/* Styles */

.screen-reader-text {
  position: absolute;
  left: -9000px;
}

/* Format */

.insight .col-af-content {
  max-width: 980px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin: 30px 0 20px;
}

.entry-content h1:nth-of-type(1),
.entry-content h2:nth-of-type(1),
.entry-content h3:nth-of-type(1),
.entry-content h4:nth-of-type(1),
.entry-content h5:nth-of-type(1) {
  margin: 0 0 30px 0;
}

.entry-content p {
  margin: 30px 0;
}

.entry-content a:not(.btn) {
  font-size: 16px;
  font-weight: 400;
  color: #636362;
  text-decoration: underline;
}

.entry-content ul {
  display: block;
  list-style: circle;
  padding: 0 0 0 30px;
}

.entry-content li {
  display: list-item;
  list-style: circle;
  line-height: 1.6;
  padding: 0 0 0 15px;
  color: #41474b;
  margin: 25px 0;
}

.entry-content iframe {
  aspect-ratio: 16 / 9;
  display: block;
  max-width: 760px!important;
  height: auto!important;
  width: 100%!important;
  margin: 30px auto;
}

/* Imagens */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
figure {
  max-width: 700px;
  width: 100%;
  height: auto;
}

.alignleft,
img.alignleft,
.alignright,
img.alignright,
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  max-width: 700px;
  width: 100%!important;
  background: #fff;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

.wp-caption img {
  margin: 0;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
  text-align: center;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto;
}

.gallery::after {
  content: '';
  display: table;
  clear: both;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  padding: 15px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery br {
  display: none;
}

@media screen and (max-width: 768px) {
.gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
  width: 50%;
}
}