/*
Theme Name: Eyemobile
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: 'Santander Headline';
  src: url('font/SantanderHeadline-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Santander Headline';
  src: url('font/SantanderHeadline-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Santander Text';
  src: url('font/SantanderText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Santander Text';
  src: url('font/SantanderText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

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;
  border: 0;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Santander Text';
  line-height: 1;
  overflow-x: hidden;
}

input,
textarea,
select,
button {
  font-family: 'Santander Text';
  -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,
div.image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

div.icon,
span.icon {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 20px;
  background-color: #9E3667;
}

div.icon.turquesa,
span.icon.turquesa {
  background-color: #1BB3BC;
}

div.icon.no-icon,
span.icon.no-icon {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  background-color: transparent;
}

div.icon img,
span.icon img {
  min-width: 26px;
  min-height: 26px;
  max-width: 26px;
  max-height: 26px;
  display: block;
  position: relative;
  z-index: 2;
}

div.icon:not(.no-icon) img,
span.icon:not(.no-icon) img {
  filter: brightness(0) invert(1);
}

div.icon.no-icon img,
span.icon.no-icon img {
  max-width: 34px;
  max-height: 34px;
}

.font-w.hero h1,
.font-w h1,
.font-w.hero h2,
.font-w h2,
.font-w h3,
.font-w p,
.font-w .entry-content li,
.font-w .entry-content a:not(.button),
.font-w strong,
.font-w b,
.font-w .info li {
  color: #fff;
}

.font-w p {
  opacity: 1;
}

strong,
b {
  font-weight: 700;
}

a {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: #6F7779;
}

::selection {
  color: #fff;
  background: #6F7779;
}

/* Clearfix */

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

/* Preloader */

.no-js-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  z-index: 999;
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9E3667;
  z-index: 101;
}

.no-js #preloader {
  display: none;
}

.anime-start #preloader {
  animation: fadeOuts 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeOuts {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

#status {
  position: relative;
  width: 230px;
  height: 230px;
  left: 50%;
  top: 50%;
  margin: 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}

/* Grid */

.col-af {
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}

.col-af.cinza {
  background-color: #F5F5F5;
}

.col-af.violeta {
  background-color: #9E3667;
}

.col-af.turquesa {
  background-color: #1BB3BC;
}

.col-af.one-column.font-w {
  background-color: #9E3667;
}

.col-af.insight {
  padding: 0 0 40px;
}

.col-af.insight .col-af-content {
  background-color: #F5F5F5;
  padding: 64px;
  transform: translateY(-64px);
  z-index: 2;
  position: relative;
}

.col-af-content {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.col-af-content.cinza {
  background-color: #F5F5F5;
}

.col-af-content.violeta {
  background-color: #9E3667;
}

.col-af-content.turquesa {
  background-color: #1BB3BC;
}

.af-buttons {
  width: 100%;
  text-align: center;
  padding: 40px 0 0;
}

@media screen and (max-width:991px) {
  .col-af {
    padding: 60px 0;
  }

  .col-af-slide {
    width: 95%;
    margin-left: 5%;
  }

  .col-af.insight .col-af-content {
    padding: 32px;
  }
}

/* Button */

.button {
  font-family: 'Santander Headline';
  display: inline-flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  min-width: 200px;
  line-height: 1;
  color: #fff;
  border: 1.5pt solid transparent;
  text-align: center;
  margin: 0;
  background-color: #9E3667;
  padding: 16px 32px;
  transition: ease .3s;
}

.button.turquesa {
  background-color: #1BB3BC;
  color: #fff;
}

.button.outline {
  background-color: transparent;
  border: 1.5pt solid #9E3667;
  color: #9E3667;
}

.button.outline.white {
  border: 1.5pt solid #fff;
  color: #fff;
}

.button.underline {
  padding: 0;
  min-width: 1px;
  text-decoration: underline;
  background-color: transparent;
}

.button.underline:hover {
  background-color: transparent;
  border-color: transparent;
}

.button:hover {
  background-color: #CB4383;
  border: 1.5pt solid #CB4383;
  color: #fff;
}

.button.turquesa:hover {
  background-color: #2DCED8;
  border: 1.5pt solid #2DCED8;
}

.button svg,
.button img {
  width: 18px;
  display: inline-block;
  margin: 0 6px 0 0;
  fill: #9E3667;
  transition: ease .3s;
}

.button:hover svg {
  fill: #fff;
}

.button:hover img {
  filter: brightness(0) invert(1);
}

span.title {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #9E3667;
  padding: 0 0 0 16px;
  margin: 0 0 24px;
}

span.title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #9E3667;
  transform: translateY(-50%);
}

.font-w span.title {
  color: #fff;
}

.font-w span.title::after {
  background-color: #fff;
}

.title,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Santander Headline';
  font-size: 40px;
  font-weight: 700;
  color: #6F7779;
  line-height: 1;
  margin: 0 0 24px;
}

h1,
.hero h2 {
  font-size: 54px;
  color: #9E3667;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #9E3667;
  margin: 0 0 16px;
}

h4,
h5 {
  font-size: 20px;
}

p,
body {
  font-size: 17px;
  font-weight: 400;
  color: #6F7779;
  line-height: 1.5;
  margin: 0;
}

a {
  color: inherit;
}

strong {
  font-weight: 700;
}

@media screen and (max-width:991px) {
  .button {
    padding: 16px 16px;
  }

  .title,
  h1,
  .hero h2 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3,
  h4 {
    font-size: 20px;
  }
}

/* WhatsApp */

.wpp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 99;
  background-color: #1BB3BC;
  transition: ease .4s;
  border: 2px solid rgba(255, 255, 255, .3);
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, .3);
}

.wpp-button:hover {
  transform: scale(1.05);
}

.wpp-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  transform: translate(-50%, -50%);
  width: 30px;
}

/* Popup */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #fff;
  padding: 35px 40px;
  border-radius: 8px;
  max-width: 460px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease;
}

.popup-box p {
  margin: 0 0 20px;
}

.popup-box a {
  color: #06346c;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}

#popup-fechar {
  margin: 10px 0 0;
  border: none;
  cursor: pointer;
}

#popup-fechar:hover {
  background: #005bb5;
}

@keyframes fadeIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Cookie */

.cookies-container {
  position: fixed;
  width: 100%;
  max-width: 310px;
  margin: 0;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  display: none;
}

.cookies-container.cookies-wpp {
  right: 96px;
}

.cookies-container.is-visible {
  display: block;
}

.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: 700;
  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% - 48px);
    max-width: 100%;
  }

  .cookies-container.cookies-wpp {
    right: 96px;
    width: calc(100% - 124px);
  }

  .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: #fff;
  transition: ease 0.3s;
  content-visibility: visible;
}

.header.ghost:not(.visible) {
  background-color: transparent;
}

.header.visible {
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
}

body:not(.page-template):not(.single) .header,
.header.header-show {
  position: sticky;
}

.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 .button {
  flex: none;
  width: auto;
  min-width: 140px;
  padding: 13px 16px;
  margin: 0 0 0 10px;
}

.header.ghost:not(.visible) .buttons .button {
  color: #fff;
  border-color: #fff;
}

.buttons.mobile {
  display: none;
}


/* Logo */

a.logo {
  display: block;
  width: 160px;
  min-width: 160px;
  max-width: 160px;
}

a.logo img {
  display: block;
  width: 100%;
  margin: 0;
}

.header.ghost:not(.visible) a.logo img {
  filter: brightness(0) invert(1);
}

@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 .button {
    width: 100%;
    margin: 20px 0 0;
  }
}

@media screen and (max-width:991px) {
  .header {
    position: fixed;
  }

  .header .col-af-content {
    height: 65px;
  }

  .buttons:not(.mobile) .button {
    min-width: auto;
    padding: 8px 15px;
    font-size: 12px;
    align-items: center;
  }

  a.logo {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}

/* 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 {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #6F7779;
  padding: 0 18px;
  margin: 0;
  opacity: 1;
  transition: ease 0.3s;
}

.header.ghost:not(.visible) .nav li a {
  color: #fff;
}

.nav a.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 12px;
}

.nav a.nav-link::after {
  display: block;
  content: '';
  margin: 0 0 0 4px;
  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='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M4.9928 5.99999C4.88517 5.99999 4.78428 5.9833 4.69011 5.94994C4.59594 5.91658 4.50849 5.85927 4.42778 5.77801L0.714771 2.06501C0.566789 1.91703 0.492798 1.72868 0.492798 1.49998C0.492798 1.27129 0.566789 1.08294 0.714771 0.934963C0.862753 0.786981 1.05109 0.71299 1.27979 0.71299C1.50849 0.71299 1.69683 0.786981 1.84482 0.934963L4.9928 4.08295L8.14078 0.934963C8.28876 0.786981 8.4771 0.71299 8.7058 0.71299C8.9345 0.71299 9.12284 0.786981 9.27082 0.934963C9.41881 1.08294 9.4928 1.27129 9.4928 1.49998C9.4928 1.72868 9.41881 1.91703 9.27082 2.06501L5.55782 5.77801C5.4771 5.85873 5.38966 5.91604 5.29549 5.94994C5.20132 5.98384 5.10042 6.00052 4.9928 5.99999Z' fill='%239E3667'/%3E%3C/svg%3E");
}

.header.ghost:not(.visible) .nav a.nav-link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M4.9928 5.99999C4.88517 5.99999 4.78428 5.9833 4.69011 5.94994C4.59594 5.91658 4.50849 5.85927 4.42778 5.77801L0.714771 2.06501C0.566789 1.91703 0.492798 1.72868 0.492798 1.49998C0.492798 1.27129 0.566789 1.08294 0.714771 0.934963C0.862753 0.786981 1.05109 0.71299 1.27979 0.71299C1.50849 0.71299 1.69683 0.786981 1.84482 0.934963L4.9928 4.08295L8.14078 0.934963C8.28876 0.786981 8.4771 0.71299 8.7058 0.71299C8.9345 0.71299 9.12284 0.786981 9.27082 0.934963C9.41881 1.08294 9.4928 1.27129 9.4928 1.49998C9.4928 1.72868 9.41881 1.91703 9.27082 2.06501L5.55782 5.77801C5.4771 5.85873 5.38966 5.91604 5.29549 5.94994C5.20132 5.98384 5.10042 6.00052 4.9928 5.99999Z' fill='%23fff'/%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;
  flex-wrap: wrap;
}

.nav li a:hover {
  color: #9E3667;
  opacity: 1;
}

.nav .col-af-content li {
  width: 20%;
  padding: 8px;
}

.nav .col-af-content.column li {
  width: 25%;
}

.nav .col-af-content li a {
  display: flex;
  padding: 16px 8px 16px 16px;
  height: 100%;
  border-radius: 2px;
  text-align: left;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  transition: .4s ease;
  background-color: #F5F5F5;
}

.nav .col-af-content li a:hover {
  background-color: #9E3667;
}

.nav .col-af-content li .icon {
  margin: 0;
}

.nav .col-af-content li span.icon.no-icon img {
  max-width: 28px;
  max-height: 28px;
}

.nav .col-af-content li p {
  margin: 0;
  font-size: 18px;
  color: #6F7779;
}

.nav .col-af-content li a:hover .icon img {
  filter: brightness(0) invert(1);
}

.nav .col-af-content li a:hover p {
  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: 30px;
  }

  label.toggle-menu span {
    display: block;
    height: 2pt;
    width: 25px;
    background-color: #9E3667;
    position: absolute;
    opacity: 1;
    left: 0;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .3s;
  }

  .header.ghost:not(.visible) label.toggle-menu span {
    background-color: #fff;
  }

  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(.button) {
    font-size: 0.95em;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    position: relative;
  }

  .header.ghost:not(.visible) .nav li a {
    color: #6F7779;
  }

  .header.ghost:not(.visible) .nav .buttons .button {
    border-color: #9E3667;
    color: #9E3667;
  }

  .header.ghost:not(.visible) .nav a.nav-link::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M4.9928 5.99999C4.88517 5.99999 4.78428 5.9833 4.69011 5.94994C4.59594 5.91658 4.50849 5.85927 4.42778 5.77801L0.714771 2.06501C0.566789 1.91703 0.492798 1.72868 0.492798 1.49998C0.492798 1.27129 0.566789 1.08294 0.714771 0.934963C0.862753 0.786981 1.05109 0.71299 1.27979 0.71299C1.50849 0.71299 1.69683 0.786981 1.84482 0.934963L4.9928 4.08295L8.14078 0.934963C8.28876 0.786981 8.4771 0.71299 8.7058 0.71299C8.9345 0.71299 9.12284 0.786981 9.27082 0.934963C9.41881 1.08294 9.4928 1.27129 9.4928 1.49998C9.4928 1.72868 9.41881 1.91703 9.27082 2.06501L5.55782 5.77801C5.4771 5.85873 5.38966 5.91604 5.29549 5.94994C5.20132 5.98384 5.10042 6.00052 4.9928 5.99999Z' fill='%239E3667'/%3E%3C/svg%3E");
  }

  .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;
  }

  .nav li ul .menu {
    border-top: 0;
    padding: 0;
  }

  .nav li .col-af-content {
    width: 100%;
  }

  .nav .col-af-content li,
  .nav .col-af-content.column li {
    flex: none;
    width: 100%;
    padding: 6px 0
  }

  .nav .col-af-content li p {
    font-size: 15px;
  }

  .nav .col-af-content li a {
    padding: 8px 16px;
    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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  height: 100vh;
  max-height: 740px;
}

.hero.contato.movement {
  height: auto;
  max-height: 3000px;
}

.hero-slider .owl-carousel .owl-item,
.hero-slider .owl-carousel .owl-stage {
  display: block;
}

.hero.gradient::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
}

.hero .col-af-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30%;
  padding-top: 90px;
}

.hero.contato .col-af-content {
  padding-top: 140px;
}

.hero.reduzido .col-af-content {
  flex-direction: column;
  justify-content: center;
  gap: 0;
  max-width: 960px;
}

.hero.central .col-af-content {
  gap: 40%;
}

.hero.contato .col-af-content {
  gap: 20%;
}

.hero.movement .col-af-content {
  padding-bottom: 80px;
}

.hero .info {
  flex: 0 0 35%;
  transition: ease .8s;
  opacity: 0;
  transition-delay: .1s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.hero .info img {
  width: 240px;
  display: block;
  filter: brightness(0) invert(1);
}

.single:not(.single-case) .hero .info {
  flex: 0 0 60%;
}

.hero.central .col-af-content .info {
  flex: 0 0 30%;
}

.hero.gradient .col-af-content .info:nth-of-type(2),
.hero.central .col-af-content .info:nth-of-type(2) {
  padding-left: 54px;
}

.single-case .hero .col-af-content .info:nth-of-type(2) {
  justify-items: end;
}

.hero.reduzido .col-af-content .info {
  flex: none;
  text-align: center;
}

.no-js .hero .info {
  opacity: 1 !important;
  -webkit-transform: none !important;
}

.hero .info h1,
.hero .info h2 {
  margin: 0;
}

.hero .info p {
  margin: 24px 0 0;
}

.hero .info li {
  margin: 8px 0;
}

.anime-start .hero .info {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.hero .info div {
  margin: 24px 0 0;
  display: flex;
  gap: 20px;
}

.hero.reduzido .col-af-content .info div {
  align-items: center;
  justify-content: center;
}

.hero .info div .button {
  min-width: 1px;
}

.hero .info div p {
  padding: 0 10px 0 0;
}

.hero .image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero.central .image {
  right: 50%;
  transform: translateX(50%);
  width: 34%;
  display: flex;
  align-items: end;
}

.hero.central .image img {
  width: 100%;
  height: auto;
}

.hero .form-af {
  float: right;
  width: 55%;
  padding: 40px;
  background-color: #fff;
  position: relative;
}

.hero .form-af::after {
  content: '';
  width: 160px;
  height: 160px;
  position: absolute;
  top: -30px;
  right: -30px;
  background-color: #1BB3BC;
  z-index: -1;
}

.hero .form-af .submit {
  display: flex;
  padding: 0;
  gap: 40px;
}

.hero .form-af .submit span,
.hero .form-af .submit .button {
  flex: 1;
}

.hero .form-af .secure {
  color: #6F7779;
  text-align: center;
  width: 100%;
  margin: 16px 0 0;
  opacity: .8;
}

.move-cards.atendimento {
  position: relative;
  padding: 0 0 32px;
}

.move-cards.atendimento::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #Fff;
  z-index: 1;
}

.move-cards:not(.atendimento) {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  z-index: 4 !important;
  width: 100%;
  display: block;
}

.move-cards p.titulo {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto 24px;
}

.move-cards ul {
  display: flex;
  position: relative;
  z-index: 2;
}

.move-cards.atendimento ul {
  width: 90%;
  max-width: 1300px;
  margin: 24px auto 0;
  display: flex;
}

.move-cards li {
  padding: 0 8px;
  flex: 1;
}

.move-cards:not(.atendimento) li a {
  display: flex;
  align-items: center;
  height: 54px;
  gap: 16px;
  padding: 8px 16px;
  background-color: rgba(158, 54, 103, .4);
  backdrop-filter: blur(40px);
  transition: .4s ease;
}

.move-cards:not(.atendimento) li a:hover {
  transform: scale(1.05);
}

.font-w .move-cards:not(.atendimento) li a {
  background-color: rgba(255, 255, 255, .08);
}

.move-cards.atendimento li a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 32px;
  background-color: #fff;
  transition: .4s ease;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 2px;
}

.move-cards.atendimento li a:hover {
  background-color: #9E3667;
}

.move-cards:not(.atendimento) li .icon {
  margin: 0;
  min-width: 28px;
  min-height: 28px;
  max-width: 28px;
  max-height: 28px;
}

.move-cards:not(.atendimento) li .icon img {
  min-width: 28px;
  min-height: 28px;
  max-width: 28px;
  max-height: 28px;
  filter: brightness(0) invert(1);
}

.move-cards.atendimento li a:hover .icon img {
  filter: brightness(0) invert(1);
}

.move-cards:not(.atendimento) li h3 {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.move-cards.atendimento li h3 {
  color: #9E3667;
  margin: 0;
  font-size: 20px;
}


.move-cards.atendimento li a:hover h3 {
  color: #fff;
}

.move-cards .owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

@media screen and (max-width:991px) {
  .hero {
    max-height: 3000px;
    height: 100vh;
  }

  .single .hero {
    max-height: 3000px;
    height: 72vh;
  }

  .hero.gradient {
    background-color: #000;
  }

  .hero.central,
  .hero.contato,
  .hero.reduzido {
    max-height: 3000px;
    height: auto;
  }

  .hero .col-af-content,
  .hero.contato .col-af-content {
    flex-direction: column;
    justify-content: start;
    gap: 0;
    padding-top: 120px;
  }

  .hero.reduzido .col-af-content {
    padding-bottom: 80px;
  }

  .hero.central .col-af-content {
    gap: 0;
    padding-bottom: 0;
  }

  .hero .col-af-content .info,
  .hero.central .col-af-content .info,
  .single .hero .info {
    flex: none;
    width: 100%;
    text-align: left;
  }

  .hero.gradient .col-af-content .info:nth-of-type(2),
  .hero.central .col-af-content .info:nth-of-type(2) {
    padding-left: 0;
  }

  .single-case .hero .col-af-content .info:nth-of-type(2) {
    justify-items: start;
  }

  .hero .info img {
    margin: 32px 0 0;
  }

  .hero .info div .button {
    flex: 1;
  }

  .move-cards p.titulo {
    display: none;
  }

  .hero.central .image {
    width: 80%;
    position: relative;
    right: auto;
    transform: none;
    height: auto;
    display: block;
    margin: 40px 0 0;
  }

  .hero:not(.central) .image {
    display: flex;
    align-items: end;
    justify-content: end;
  }

  .hero:not(.central) .image img {
    height: 42%;
    z-index: 1;
  }

  .hero:not(.central) .image div.mobile-hero {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    height: 70%;
    top: 0;
    width: 140%;
    z-index: 2;
    position: absolute;
    object-fit: cover;
  }

  .hero:not(.central) .image div.mobile-hero img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: blur(30px);
  }

  .hero .form-af {
    width: 100%;
    margin: 60px 0 0;
    padding: 40px;
    position: relative;
    top: auto;
  }

  .move-cards.atendimento ul {
    flex-direction: column;
  }

  .move-cards.atendimento li {
    padding: 8px 0;
    width: 100%;
    flex: 1;
  }

  .move-cards.atendimento li a {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 16px;
  }

  .move-cards.atendimento li a .icon {
    margin: 0;
  }
}

/* Números */

.numeros {
  text-align: center;
}

.numeros .info {
  display: flex;
  text-align: left;
  align-items: end;
  padding: 0 0 54px;
}

.numeros .info div {
  flex: 0 0 50%;
}

.numeros .info div:nth-of-type(1) {
  padding-right: 180px;
}

.numeros .info h2 {
  margin: 0;
}

.numeros .info p {
  margin: 24px 0 0;
}

.numeros ul.itens {
  padding: 54px 0;
  display: flex;
  gap: 40px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.numeros.font-w ul.itens {
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.numeros ul.itens li {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}

.numeros ul.itens li .icon {
  margin: 0 0 24px;
}

.numeros.violeta ul.itens li .icon {
  background-color: #1BB3BC;
}

.numeros.font-w ul.itens li .icon img {
  filter: brightness(0) invert(1);
}

.numeros ul.itens li h3 {
  margin: 0;
  font-size: 48px;
}

.numeros ul.itens li p {
  margin: 8px 0 0;
}

.numeros .button {
  margin: 40px 0 0;
}

@media screen and (max-width:991px) {
  .numeros .info {
    flex-direction: column;
    align-items: start;
    padding: 0 0 40px;
  }

  .numeros .info div {
    flex: 1;
  }

  .numeros .info div:nth-of-type(1) {
    padding-right: 0;
  }

  .numeros ul.itens {
    flex-wrap: wrap;
    gap: 32px;
  }

  .numeros ul.itens li {
    flex: 0 0 calc(50% - 16px);
  }


  .numeros ul.itens li h3 {
    font-size: 28px;
  }
}

/* Fullscreen */

.fullscreen:not(.fade) {
  padding-top: 400px;
}

.fullscreen.fade {
  height: 600px;
}

.fullscreen.fade::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

.fullscreen .col-af-content {
  z-index: 3;
  position: relative;
}

.fullscreen.fade .col-af-content {
  display: flex;
  height: 100%;
  align-items: center;
}

.fullscreen:not(.fade) .col-af-content {
  padding: 64px 80px;
}

.fullscreen .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.fullscreen:not(.fade) .image {
  height: calc(100% - 160px);
}

.fullscreen .info {
  display: flex;
  align-items: center;
}

.fullscreen.fade .info {
  gap: 30%;
  flex: 1;
}

.fullscreen:not(.fade) .info div {
  flex: 0 0 50%;
}

.fullscreen:not(.fade) .info div:nth-of-type(1) {
  padding-right: 180px;
}

.fullscreen.fade .info div.has-modal {
  padding-left: 120px;
  position: relative;
}

.fullscreen.font-w .info .icon img {
  filter: brightness(0) invert(1);
}

.fullscreen .info h2 {
  margin: 0;
}

.fullscreen .info p {
  margin: 0 0 24px;
}

.fullscreen .info p:last-child {
  margin: 0;
}

.fullscreen .info .button {
  margin: 16px 0 0;
}

.fullscreen .play-modal {
  position: absolute;
  left: 0;
  top: 50%;
  width: 88px;
  height: 88px;
  background-color: #9E3667;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease;
  transform: translateY(-50%);
}

.fullscreen .play-modal:hover {
  background-color: #CB4383;
  transform: scale(1.05) translateY(-50%);
}

.fullscreen .play-modal svg {
  width: 14px;
  fill: #fff;
}

@media screen and (max-width:991px) {
  .fullscreen:not(.fade) {
    padding-top: 300px;
  }

  .fullscreen.fade {
    height: auto;
    padding: 100px 0;
  }

  .fullscreen:not(.fade) .col-af-content {
    padding: 40px;
  }

  .fullscreen .info {
    flex-direction: column;
    gap: 24px;
  }

  .fullscreen.fade .info {
    gap: 32px;
  }

  .fullscreen .info div {
    flex: 1;
  }

  .fullscreen.fade .info div.has-modal {
    padding-left: 0;
    position: relative;
  }

  .fullscreen .play-modal {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 0 24px;
  }

  .fullscreen .play-modal:hover {
    transform: scale(1.05);
  }

  .fullscreen:not(.fade) .info div:nth-of-type(1) {
    padding-right: 0;
  }

  .fullscreen:not(.fade) .info .button {
    width: 100%;
  }

  .fullscreen:not(.fade) .image {
    height: calc(100% - 240px);
  }
}

/* Destaques */

.destaques .col-af-content {
  display: flex;
  gap: 120px;
}

.destaques.taxa .col-af-content {
  flex-direction: column;
}

.destaques .info,
.destaques .image,
.destaques ul.itens {
  flex: 1;
}

.destaques .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.destaques.taxa .info {
  text-align: center;
}

.destaques .info p {
  margin: 24px 0 0;
}

.destaques .info .button {
  margin: 16px 0 0;
}

.destaques .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.destaques.taxa .image {
  width: 23%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.destaques .image img {
  height: auto;
  width: 90%;
}

.destaques ul.itens {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.destaques.taxa ul.itens {
  background-color: rgba(158, 54, 103, 0.20);
  flex-direction: row;
  padding: 64px;
  gap: 40%;
}

.destaques.taxa.violeta ul.itens {
  background-color: #1BB3BC;
}

.destaques.taxa.turquesa ul.itens {
  background-color: #9E3667;
}

.destaques.taxa ul.itens li {
  text-align: center;
  flex: 0 0 30%;
}

.destaques.taxa ul.itens li .icon {
  margin: 0 auto;
  min-width: 120px;
  min-height: 120px;
  max-width: 120px;
  max-height: 120px;
}

.destaques.taxa ul.itens li .icon img {
  max-width: 120px;
  max-height: 120px;
}

.destaques ul.itens .call {
  display: none;
}

.destaques.font-w:not(.taxa) ul.itens .icon img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width:991px) {
  .destaques {
    overflow: hidden;
  }

  .destaques.taxa {
    padding-bottom: 0;
  }

  .destaques .col-af-content {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }

  .destaques .info {
    order: 1;
  }

  .destaques ul.itens {
    order: 2;
  }

  .destaques .image {
    order: 3;
  }

  .destaques.taxa ul.itens {
    flex-direction: column;
    padding: 32px 32px 96px;
    gap: 24px;
  }

  .destaques .info .call,
  .destaques .af-buttons {
    display: none;
  }

  .destaques ul.itens .call {
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0;
  }

  .destaques .image {
    margin: 0 0 -64%;
  }

  .destaques.taxa .image {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    z-index: 2;
    margin: -96px 0 0;
  }
}

/* Recursos */

.recursos:not(.scroll) .info {
  width: 100%;
  text-align: center;
  margin: 0 0 80px;
}

.recursos.scroll .info {
  float: right;
  width: 50%;
}

.recursos.scroll .image {
  float: left;
  width: 35%;
  position: sticky;
  top: 120px;
  margin: 0 0 0 5%;
  overflow: visible;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recursos.scroll .image img {
  height: auto;
  width: 100%;
}

.recursos .content {
  display: flex;
  gap: 44%;
  margin: -30% 0 0;
  padding: 0 0 80px 0;
}

.recursos .content .image,
.recursos .content .itens {
  flex: 1;
}

.recursos:not(.scroll) .image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  width: 27%;
  margin: 0 auto;
  top: 120px;
  overflow: visible;
}

.recursos:not(.scroll) .image img {
  height: auto;
  width: 80%;
  z-index: 2;
  filter: drop-shadow(8px -8px 60px rgba(158, 54, 103, .4));
}

.recursos:not(.scroll) .image::after {
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  background-color: #9E3667;
  position: absolute;
  filter: blur(100px);
  opacity: .1;
  z-index: 1;
}

.recursos.font-w:not(.scroll) .image::after {
  background-color: #fff;
}

.recursos:not(.scroll) .image::before {
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220%;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(images/mandala.svg);
  position: absolute;
  z-index: 1;
}

.recursos.font-w:not(.scroll) .image::before {
  background-image: url(images/mandala-w.svg);
}

.recursos .itens {
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2;
}

.recursos.scroll .itens {
  padding: 32px 0;
  gap: 32px;
}

.recursos.scroll .itens li {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 24px 16px 0;
  transition: .4s ease;
}

.recursos:not(.scroll) .itens li {
  display: flex;
  align-items: center;
  max-height: 90px;
  height: 90px;
  gap: 24px;
  padding: 16px 24px;
  border: 1px solid rgba(123, 118, 122, 0.30);
  background-color: #fff;
  transition: .4s ease;
}

.recursos.violeta:not(.scroll) .itens li {
  background-color: #9E3667;
}

.recursos.turquesa:not(.scroll) .itens li {
  background-color: #1BB3BC;
}

.recursos.font-w:not(.scroll) .itens li.hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.recursos:not(.scroll) .itens li.hover:hover {
  background-color: #9E3667;
}

.recursos.violeta:not(.scroll) .itens li.hover:hover {
  background-color: #1BB3BC;
}

.recursos .itens li .icon,
.recursos .itens li h3 {
  margin: 0;
}

.recursos.violeta.scroll .itens li .icon {
  background-color: #1BB3BC;
}

.recursos.scroll .itens li p {
  margin: 8px 0 0;
}

.recursos .itens li h3 {
  font-size: 20px;
}

.recursos:not(.scroll) .itens li.hover p {
  line-height: 1.2;
}

.recursos:not(.scroll) .itens li.hover p,
.recursos:not(.scroll) .itens li.hover:hover h3 {
  visibility: hidden;
  height: 0;
  color: #fff;
}

.recursos:not(.scroll) .itens li.hover:hover p {
  visibility: visible;
  height: auto;
}

.recursos.font-w:not(.scroll) .itens .icon img,
.recursos:not(.scroll) .itens li.hover:hover .icon img {
  filter: brightness(0) invert(1);
}

.recursos .call {
  display: flex;
  gap: 44%;
}

.recursos .call div {
  flex: 0 0 28%;
}

.recursos .call p,
.recursos .info p {
  margin: 24px 0 0;
}

.recursos .call .button,
.recursos .info .button {
  margin: 16px 0 0;
}

@media screen and (max-width:991px) {
  .recursos:not(.scroll) .content {
    gap: 16px;
    padding: 40px 0;
    flex-direction: column;
    margin: 0;
    z-index: 2;
    position: relative;
  }

  .recursos .call {
    z-index: 2;
    position: relative;
  }

  .recursos:not(.scroll) .content::after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    top: -99px;
    left: 0;
  }

  .recursos:not(.scroll) .content,
  .recursos .call {
    background-color: #fff;
  }

  .recursos.violeta:not(.scroll) .content,
  .recursos.violeta .call {
    background-color: #9E3667;
  }

  .recursos.turquesa:not(.scroll) .content,
  .recursos.turquesa .call {
    background-color: #1BB3BC;
  }

  .recursos:not(.scroll) .content::after {
    background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0));
  }

  .recursos.violeta:not(.scroll) .content::after {
    background-image: linear-gradient(to top, #9e3667, rgba(0, 0, 0, 0));
  }

  .recursos.turquesa:not(.scroll) .content::after {
    background-image: linear-gradient(to top, #1BB3BC, rgba(0, 0, 0, 0));
  }

  .recursos .call {
    flex-direction: column;
    gap: 16px;
  }

  .recursos .call div {
    flex: 1;
  }

  .recursos:not(.scroll) .image {
    width: 90%;
  }

  .recursos:not(.scroll) .image img {
    width: 70%;
  }

  .recursos.scroll .itens {
    padding: 24px 0;
    gap: 24px;
  }

  .recursos.scroll .info {
    width: 100%;
  }

  .recursos.scroll .image {
    width: 100%;
    position: relative;
    top: auto;
    margin: 40px 0 0;
    float: left;
  }

  .recursos:not(.scroll) .image::before {
    width: 100%;
    background-size: 180% auto;
  }

  .recursos:not(.scroll) .image::after {
    width: 100px;
    height: 100px;
  }

  .recursos.scroll .itens li {
    align-items: start;
  }

  .recursos .af-buttons {
    background-color: #fff;
    position: relative;
    z-index: 2;
  }

  .recursos.cinza .af-buttons {
    background-color: #F5F5F5;
  }

  .recursos.violeta .af-buttons {
    background-color: #9E3667;
  }

  .recursos.turquesa .af-buttons {
    background-color: #1BB3BC;
  }
}

/* Logos */

.logos {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.logos .col-af-content {
  overflow: visible;
}

.logos .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.logos .info {
  display: flex;
  text-align: left;
  align-items: end;
  padding: 0 0 54px;
}

.logos .info div {
  flex: 0 0 50%;
}

.logos .info div:nth-of-type(1) {
  padding-right: 80px;
}

.logos .info h2 {
  margin: 0;
}

.logos .info p {
  margin: 24px 0 0;
}

.logos ul.itens {
  width: calc(100% + 16px);
  margin: 0 0 0 -8px;
}

.logos ul.itens li {
  width: calc(100% - 16px);
  padding: 0 24px;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos.representantes ul.itens li {
  background-color: #F5F5F5;
  margin: 16px;
  padding: 24px;
}

.logos ul.itens li img {
  filter: grayscale(100%);
  opacity: .6;
  transition: .4s ease;
}

.logos ul.itens li:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.logos.turquesa ul.itens li img {
  filter: brightness(0) invert(1);
}

.logos.representantes.cinza ul.itens li,
.logos.representantes.font-w ul.itens li {
  background-color: #fff;
}

@media screen and (max-width:991px) {
  .logos .col-af-content {
    width: 100%;
  }

  .logos .info {
    flex-direction: column;
    align-items: start;
    padding: 0 0 40px;
    width: 90%;
    margin: 0 auto;
  }

  .logos .info div {
    flex: 1;
  }

  .logos .info div:nth-of-type(1) {
    padding-right: 0;
  }

  .logos ul.itens {
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    margin: 0;
  }

  .logos ul.itens li {
    margin: 8px;
    padding: 0 8px;
  }

  .logos.representantes ul.itens li {
    padding: 24px;
  }

  .logos.representantes ul.itens li {
    margin: 8px;
  }
}

/* Compatibilidade */

.compatibilidade .col-af-content {
  display: flex;
  align-items: start;
}

.compatibilidade .info {
  width: 33.3333333%;
  position: sticky;
  top: 120px;
}

.compatibilidade .info div {
  flex: 1;
  width: 100%;
}

.compatibilidade .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.compatibilidade .info p {
  margin: 24px 0 0;
}

.compatibilidade .info .button {
  margin: 16px 0 0;
}

.compatibilidade .content {
  width: 66.6666667%;
  float: right;
  display: flex;
  align-items: start;
}

.compatibilidade .content .image {
  width: 50%;
  position: sticky;
  top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compatibilidade .content .image img {
  width: 60%;
  height: auto;
}

.compatibilidade .content .image li {
  display: none;
}

.compatibilidade .content .image li.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.compatibilidade .content ul.itens {
  width: 50%;
  float: right;
}

.compatibilidade .content ul.itens li.active,
.compatibilidade .content ul.itens li:hover {
  opacity: 1;
}

.compatibilidade .content ul.itens li {
  flex: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0.4;
  transition: .4s ease;
  padding: 32px 0;
  min-height: 130px;
  gap: 40px;
  border-bottom: 1px solid rgba(158, 54, 103, 0.20);
}

.compatibilidade .content ul.itens li:last-child {
  border-bottom: 0;
}

.compatibilidade .content ul.itens li div:nth-of-type(1) {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  display: flex;
  align-items: center;
}

.compatibilidade .content ul.itens li div:nth-of-type(1) img {
  max-height: 40px;
}

.compatibilidade.font-w .content ul.itens,
.compatibilidade.font-w .content ul.itens li {
  border-color: rgba(255, 255, 255, 0.20);
}


.compatibilidade .content ul.itens li div:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.compatibilidade .content ul.itens li div span {
  background-color: rgba(158, 54, 103, 0.20);
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 12px;
}

.compatibilidade .content ul.itens li p {
  font-size: 12px;
}

.compatibilidade.font-w .content ul.itens li div span {
  background-color: rgba(255, 255, 255, 0.20);
  color: #fff;
}

.compatibilidade:not(.font-w) .content ul.itens li div span {
  color: #9E3667;
}

@media screen and (max-width:991px) {
  .compatibilidade {
    overflow: hidden;
  }

  .compatibilidade .info {
    float: none;
    width: 100%;
    top: auto;
    position: relative;
  }

  .compatibilidade .col-af-content {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }

  .compatibilidade .content {
    flex-direction: column;
    flex: 1;
    gap: 40px;
    width: 100%;
  }

  .compatibilidade .content .image {
    flex: 1;
    width: 100%;
    position: relative;
    top: auto;
  }

  .compatibilidade .content ul.itens {
    width: 100%;
    float: none;
  }

  .compatibilidade .content .image img {
    width: 50%;
  }

  .compatibilidade .content ul.itens li {
    padding: 32px 0;
    gap: 32px;
  }

  .compatibilidade .content ul.itens li div:nth-of-type(1) {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
}

/* Timeline */

.timeline {
  text-align: center;
  overflow: hidden;
}

.timeline .info {
  margin: 0 0 40px;
}

.timeline .info p {
  margin: 24px 0 0;
}

.timeline ul.itens {
  width: 100%;
  display: flex;
  position: relative;
}

.timeline ul.itens::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 96px;
  width: 130%;
  height: 0;
  border-top: 1pt dashed #6F7779;
  opacity: .6;
}

.timeline.font-w ul.itens::after {
  border-color: #fff;
}

.timeline ul.itens li {
  width: 100%;
  padding: 32px 48px 32px 0;
  text-align: left;
}

.timeline ul.itens li h3.ano {
  margin: 0 0 72px;
  font-size: 28px;
}

.timeline ul.itens li div:not(.icon) {
  display: flex;
  gap: 24px;
}

.timeline.violeta ul.itens li .icon {
  background-color: #1BB3BC;
}

.timeline ul.itens li .icon,
.timeline ul.itens li h3 {
  margin: 0;
}

.timeline ul li p {
  margin: 24px 0 0;
}

.timeline .button {
  margin: 40px 0 0;
}

@media screen and (max-width:991px) {

  .timeline .info {
    width: 95%;
    margin: 0 0 24px;
    text-align: left;
  }

  .timeline .button {
    margin: 64px 5% 0 0;
  }
}

/* Segmentos */

.segmentos {
  overflow: hidden;
}

.segmentos .col-af-content {
  overflow: visible;
}

.segmentos .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-segmentos .owl-carousel .owl-stage {
  padding-right: 0 !important;
}

.segmentos .info {
  display: flex;
  text-align: left;
  align-items: start;
  padding: 0 0 54px;
}

.segmentos .info div {
  flex: 0 0 50%;
  padding-right: 120px;
}

.segmentos:not(.cases) .info div:nth-of-type(1) {
  padding-right: 240px;
}

.segmentos .info h2 {
  margin: 0;
}

.segmentos .info .button {
  margin: 32px 0 0;
}

.segmentos .info p {
  margin: 24px 0 0;
}

.segmentos ul.itens {
  width: calc(100% + 32px);
  margin: 0 0 0 -16px;
}

.segmentos ul.itens li {
  width: 33.3333333%;
  float: left;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.segmentos ul.itens.owl-carousel li {
  width: 100%;
}

.segmentos ul.itens li a {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 4 / 5;
  position: relative;
  padding: 32px;
  transition: .8s ease;
  background-color: rgba(0, 0, 0, .1);
}

.segmentos ul.itens li a> :last-child {
  margin-top: auto;
}

.segmentos ul.itens li a h3 {
  margin: 16px 0 0;
}

.segmentos ul.itens li .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: .8s ease;
  background-color: #9E3667;
}

.segmentos ul.itens li .image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .8s ease;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

.segmentos.cases ul.itens li .image::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.3));
}

.segmentos ul.itens li .image img {
  transition: .8s ease;
}

.segmentos ul.itens li .icon,
.segmentos ul.itens li div:not(.image) {
  position: relative;
  z-index: 2;
}

.segmentos ul.itens li img.icon {
  width: 140px;
  filter: brightness(0) invert(1);
}

.segmentos ul.itens li a:hover {
  transform: scale(1.02);
}

.segmentos ul.itens li a:hover .image img {
  opacity: .5;
}

.segmentos ul.itens li a:hover .image::after {
  opacity: .4;
}

@media screen and (max-width:991px) {
  .segmentos .col-af-content {
    width: 100%;
  }

  .segmentos .info {
    flex-direction: column;
    align-items: start;
    padding: 0 0 40px;
    width: 90%;
    margin: 0 auto;
  }

  .segmentos .info div {
    flex: 1;
    padding-right: 0;
  }

  .segmentos:not(.cases) .info div:nth-of-type(1) {
    padding-right: 0;
  }

  .segmentos ul.itens {
    width: 95%;
    margin: 0 0 0 5%;
  }

  .segmentos ul.itens li {
    padding: 16px 16px 0 0;
  }

  .segmentos.cases ul.itens,
  .segmentos.cases ul.itens.owl-carousel {
    width: 95%;
    margin: 0 0 0 5%;
  }

  .segmentos ul.itens li,
  .segmentos ul.itens.owl-carousel li {
    width: 100%;
  }
}

/* Benefícios */

.beneficios {
  overflow: hidden;
}

.beneficios .col-af-content {
  overflow: visible;
}

.beneficios .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.beneficios .info {
  display: flex;
  text-align: left;
  align-items: start;
  padding: 0 0 54px;
}

.beneficios .info div {
  flex: 0 0 50%;
  padding-right: 120px;
}

.beneficios .info div:nth-of-type(1) {
  padding-right: 240px;
}

.beneficios .info h2 {
  margin: 0;
}

.beneficios .info .button {
  margin: 32px 0 0;
}

.beneficios .info p {
  margin: 24px 0 0;
}

.beneficios ul.itens {
  width: calc(100% + 32px);
  margin: 0 0 0 -16px;
}

.beneficios ul.itens li {
  width: calc(100% - 32px);
  padding: 0;
  margin: 16px;
  background-color: #F5F5F5;
}

.beneficios.cinza ul.itens li,
.beneficios.font-w ul.itens li {
  background-color: #fff;
}

.beneficios ul.itens li h3 {
  margin: 0;
}

.beneficios ul.itens li p {
  margin: 24px 0 0;
}

.beneficios ul.itens li h3,
.beneficios ul.itens li p {
  color: #6F7779;
}

.beneficios ul.itens li .image {
  aspect-ratio: 5 / 3;
  background-color: #ECD7E1;
}

.beneficios ul.itens li div:not(.image) {
  padding: 0 32px 32px;
  margin: -24px 0 0;
}

@media screen and (max-width:991px) {
  .beneficios .col-af-content {
    width: 100%;
  }

  .beneficios .info {
    flex-direction: column;
    align-items: start;
    padding: 0 0 40px;
    width: 90%;
    margin: 0 auto;
  }

  .beneficios .info div {
    flex: 1;
    padding-right: 0;
  }

  .beneficios .info div:nth-of-type(1) {
    padding-right: 0;
  }

  .beneficios ul.itens {
    width: 95%;
    margin: 0 0 0 5%;
  }

  .beneficios ul.itens li {
    padding: 16px 16px 16px 0;
  }

  .beneficios ul.itens li {
    width: calc(100% - 32px);
    padding: 0;
    margin: 16px 16px 16px 0;
    background-color: #F5F5F5;
  }
}

/* FAQ */

.faq .col-af-content {
  display: flex;
}

.faq .col-af-content:not(.accordions) {
  padding: 54px;
  background-color: #F5F5F5;
}

.faq.cinza .col-af-content:not(.accordions) {
  background-color: #fff;
}

.faq.violeta .col-af-content:not(.accordions),
.faq.turquesa .col-af-content:not(.accordions) {
  background-color: rgba(0, 0, 0, .1);
}

.faq .info {
  flex: 1;
}

.faq .accordions .info {
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.faq .accordions .info.font-w {
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.faq .info p {
  margin: 32px 0 0;
}

.faq .info .button {
  margin: 24px 0 0;
}

.faq .info h3 {
  margin: 54px 0 0;
}

.faq ul.itens {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.faq .perguntas {
  width: 100%;
  flex: 2;
  padding: 32px 0 0 80px;
}

.faq ul.itens li {
  background-color: #fff;
  padding: 0;
  margin: 0 0 16px;
}

.faq.cinza ul.itens li {
  background-color: #F5F5F5;
}

.faq .accordions ul.itens li {
  background-color: #F5F5F5;
}

.faq.cinza .accordions ul.itens li {
  background-color: #fff;
}

.faq ul.itens li button.accordion {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 16px 54px 16px 24px;
  outline: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  transition: ease .4s;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.faq ul.itens li button.accordion h3 {
  margin: 0;
  font-size: 20px;
  color: #6F7779;
}

.faq ul.itens button.accordion::before {
  content: '';
  position: absolute;
  right: 24px;
  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='%239E3667' 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 ul.itens button.accordion.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.faq ul.itens div.panel {
  margin: 0;
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  transition: .4s ease-out;
}

.faq ul.itens div.panel p {
  margin: 24px 0;
}

.faq ul.itens div.panel p a {
  text-decoration: underline;
}

.faq ul.itens .more {
  display: none;
}

.faq .accordions input[type="radio"] {
  display: none;
}

.faq .tabs--label {
  width: 100%;
  margin: 24px 0 0;
}

.faq .tabs--label label {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 16px 16px;
  margin: 4px 0;
  transition: ease .3s;
  opacity: .6;
}

.faq .tabs--label div.icon {
  margin: 0 16px 0 0;
}

.faq .info.font-w .tabs--label div.icon img {
  filter: brightness(0) invert(1);
}

.faq .tabs--label label h3 {
  margin: 0;
  font-size: 18px;
}

.faq .tabs--label label.current,
.faq .tabs--label label:hover {
  opacity: 1;
  border-right: 4px solid #9E3667;
  background-color: rgba(158, 54, 103, 0.10);
}

.faq .info.font-w .tabs--label label.current,
.faq .info.font-w .tabs--label label:hover {
  border-right: 4px solid #fff;
  background-color: rgba(255, 255, 255, .1);
}

.faq .tabs--section>div.clearfix {
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  height: 100px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.faq .tabs--section {
  width: 100%;
}

.faq .tabs--section .tab--section {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.faq input[type="radio"]:checked+.tab--section {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  display: block;
  height: auto;
  z-index: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (max-width:991px) {
  .faq .col-af-content {
    display: flex;
    flex-direction: column;
  }

  .faq .col-af-content:not(.accordions) {
    padding: 32px;
  }

  .faq .info {
    flex: none;
    margin: 0 0 24px;
  }

  .faq .perguntas {
    width: 100%;
    flex: none;
    padding: 16px 0 0;
  }

  .faq .info .more {
    display: none;
  }

  .faq ul.itens .more {
    display: block;
    padding: 32px 0 0;
  }

  .faq ul.itens .more .button {
    width: 100%;
  }
}

/* Tabs */

.tabs .col-af-content {
  text-align: center;
}

.tabs .info:not(.entry-content) {
  margin: 0 0 64px;
}

.tabs .info p {
  margin: 32px 0 0;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs .tabs--label {
  width: 100%;
  margin: 0 0 64px;
  display: flex;
  border-top: 1px solid rgba(158, 54, 103, 0.20);
  border-bottom: 1px solid rgba(158, 54, 103, 0.20);
}

.tabs.font-w .tabs--label {
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.tabs .tabs--label label {
  flex: 1;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 24px 16px;
  margin: 0;
  transition: ease .3s;
  opacity: .6;
  filter: grayscale(100%);
}

.tabs .tabs--label label h3 {
  margin: 0;
  font-size: 18px;
}

.tabs .tabs--label label.current,
.tabs .tabs--label label:hover {
  opacity: 1;
  border-bottom: 4px solid #9E3667;
  filter: grayscale(0%);
}

.tabs.font-w .tabs--label label.current,
.tabs.font-w .tabs--label label:hover {
  border-bottom: 4px solid #fff;
}

.tabs .tabs--section>div.clearfix {
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  height: 100px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.tabs .tabs--section {
  width: 100%;
}

.tabs .tabs--section .tab--section {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tabs input[type="radio"]:checked+.tab--section {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  display: block;
  height: auto;
  z-index: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.tabs .content {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  text-align: left;
}

.tabs .content .info,
.tabs .content .image {
  flex: 1;
}

.tabs .content .image {
  flex: 0 0 calc(50% - 100px);
  margin: 0 100px 0 0;
  display: flex;
  align-self: stretch;
  min-height: 100%;
  background-color: #ECD7E1;
}

.tabs .content .info h2 {
  margin-top: 0;
}


.tabs .content .info .button {
  margin: 16px 0 0;
}

.tabs.violeta .content .info .button {
  background-color: #1BB3BC;
}

.tabs .content .info .itens {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 32px 0 0;
}

.tabs .content .info .itens li {
  display: flex;
  align-items: start;
  gap: 16px;
}

.tabs .content .info .itens li .icon {
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
}

.tabs .content .info .itens li .icon img {
  max-width: 24px;
  max-height: 24px;
}

.tabs .content .info .itens li div:not(.icon) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}

.tabs .content .info .itens li h3,
.tabs .content .info .itens li p {
  margin: 0;
}


.tabs .content .info .itens li h3 {
  font-size: 18px;
}

.tabs:not(.font-w) .content .info .itens li h3 {
  color: #6F7779;
}

.tabs.font-w .content .info .itens li .icon {
  filter: brightness(0) invert(1);
}

@media screen and (max-width:991px) {
  .tabs .info:not(.entry-content) {
    margin: 0 0 48px;
  }

  .tabs .tabs--label {
    flex-direction: column;
    border-top: 0;
  }

  .tabs .tabs--label label {
    border-top: 1px solid rgba(158, 54, 103, 0.20);
  }

  .tabs.font-w .tabs--label label {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
  }

  .tabs .content {
    flex-direction: column;
    gap: 40px;
  }

  .tabs .content .image {
    aspect-ratio: 4 / 3;
    flex: 1;
    margin: 0;
  }
}

/* Sobre */

.sobre .col-af-content {
  position: relative;
  display: flex;
  gap: 96px;
}

.sobre .col-af-content.manifesto {
  max-width: 800px;
}

.sobre.inverse .col-af-content {
  flex-direction: row-reverse;
}

.sobre .info,
.sobre .image {
  flex: 1;
  position: relative;
}

.sobre .image {
  background-color: #ECD7E1;
}

.sobre .manifesto .info p {
  font-family: 'Santander Headline';
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  display: inline-block;
}

.sobre .manifesto .info p span {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease-out, transform 0.5s ease-out;
}

.sobre .manifesto .info p span.visible {
  opacity: 1;
  transform: translateY(0);
}

.sobre:not(.font-w) .manifesto .info p strong {
  color: #9E3667;
}

.sobre .info .button {
  margin: 32px 0 0;
}

.sobre .image .icon {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 2;
}

.sobre .info .itens {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 32px 0 16px;
}

.sobre .info .itens li {
  display: flex;
  align-items: start;
  gap: 16px;
}

.sobre .info .itens li .icon {
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
}

.sobre .info .itens li .icon img {
  max-width: 24px;
  max-height: 24px;
}

.sobre .info .itens li div:not(.icon) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sobre .info .itens li h3,
.sobre .info .itens li p {
  margin: 0;
}

.sobre .info .itens li p {
  margin: 0 0 16px;
}

.sobre .info .itens li h3 {
  font-size: 18px;
}

.sobre:not(.font-w) .info .itens li h3 {
  color: #6F7779;
}

.sobre.font-w .info .itens li .icon {
  filter: brightness(0) invert(1);
}

@media screen and (max-width:991px) {

  .sobre .col-af-content,
  .sobre.inverse .col-af-content {
    flex-direction: column;
    gap: 40px;
  }

  .sobre .manifesto .info p {
    font-size: 28px;
  }

  .sobre .image {
    aspect-ratio: 4 / 3;
  }
}

/* Cards */

.cards {
  text-align: center;
  position: relative;
}


.cards.background .image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
}

.cards.background .image img,
.cards.background .image video {
  opacity: .6;
}

.cards .image-w .image {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
}

.cards.background .col-af-content {
  position: relative;
  z-index: 2;
}

.cards .image-w {
  display: flex;
  gap: 120px;
  align-items: end;
}

.cards .info {
  display: flex;
  text-align: left;
  align-items: end;
  padding: 0 0 54px;
}

.cards.background .info {
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 50%;
}

.cards .image-w .info {
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  flex: 1;
  padding: 0;
}

.cards .image-w .list {
  flex: 1;
  text-align: left;
}

.cards .info div {
  flex: 0 0 50%;
}

.cards .info div:nth-of-type(1) {
  padding-right: 180px;
}

.cards.background .info div,
.cards.background .info div:nth-of-type(1),
.cards .image-w .info div,
.cards .image-w .info div:nth-of-type(1) {
  flex: auto;
  padding-right: 0;
}

.cards .info h2 {
  margin: 0;
}

.cards .info p {
  margin: 24px 0 0;
}

.cards ul.itens {
  padding: 54px 0 24px;
  display: flex;
  gap: 32px;
}

.cards:not(.background) .col-af-content:not(.image-w) ul.itens li {
  background-color: #F5F5F5;
  padding: 40px 40px;
}

.cards.font-w:not(.background) .col-af-content:not(.image-w) ul.itens li {
  background-color: rgba(255, 255, 255, 0.10);
}

.cards.cinza:not(.background) .col-af-content:not(.image-w) ul.itens li {
  background-color: #fff;
}

.cards .image-w ul.itens {
  flex-direction: column;
  padding: 0;
  gap: 32px;
}

.cards.background ul.itens {
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(32px);
  padding: 40px 54px;
}

.cards ul.itens li {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}

.cards.background ul.itens li {
  padding: 0 40px 0 0;
}

.cards ul.itens li .icon {
  margin: 0 0 24px;
}

.cards.font-w ul.itens li .icon img {
  filter: brightness(0) invert(1);
}

.cards ul.itens li h3 {
  margin: 0;
  font-size: 20px;
}

.cards ul.itens li p {
  margin: 16px 0 0;
}

.cards .image-w ul.itens li {
  display: flex;
  align-items: start;
  flex-direction: row;
  gap: 24px;
  padding: 0 24px 32px 0;
  transition: .4s ease;
  border-bottom: 1px solid rgba(158, 54, 103, 0.20)
}

.cards.font-w .image-w ul.itens li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.20)
}

.cards .image-w ul.itens li .icon {
  margin: 0;
}

.cards.violeta .image-w ul.itens li .icon {
  background-color: #1BB3BC;
}

@media screen and (max-width:991px) {
  .cards.background .col-af-content {
    width: 95%;
    margin-left: 5%;
  }

  .cards .image-w {
    flex-direction: column;
    gap: 64px;
  }

  .cards .image-w .image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .cards .info {
    flex-direction: column;
    align-items: start;
    padding: 0 0 40px;
  }

  .cards.background .info {
    width: 95%;
  }

  .cards .info div {
    flex: 1;
  }

  .cards .info div:nth-of-type(1) {
    padding-right: 0;
  }

  .cards .image-w .list {
    text-align: center;
  }

  .cards ul.itens {
    flex-wrap: wrap;
    gap: 32px;
    padding: 24px 0;
  }

  .cards.background ul.itens {
    padding: 32px 0 32px 32px;
  }

  .cards ul.itens li {
    flex: 0 0 calc(100% - 16px);
  }

  .cards.background ul.itens li {
    flex: 0 0 calc(100% - 16px);
  }

  .cards .image-w ul.itens li {
    padding: 0 0 32px 0;
  }
}

/* Planos */

.planos .col-af-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.planos .info {
  flex: 1;
  text-align: center;
}

.planos .info h2 {
  margin: 0;
}

.planos .info p {
  margin: 24px 0 0;
}

.planos ul.itens {
  flex: 4;
  display: flex;
  background-color: #9E3667;
  position: relative;
}

.planos.violeta ul.itens {
  background-color: rgba(0, 0, 0, .1);
}

.planos ul.itens li.item {
  flex: 1;
  padding: 64px 40px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.planos ul.itens li.item.recomendado {
  background-color: rgba(0, 0, 0, .1);
}

.planos ul.itens li.item div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 0 16px;
  margin: 0 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.planos ul.itens li.item div img {
  filter: brightness(0) invert(1);
}

.planos ul.itens li.item div h3 {
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  font-weight: 400;
  font-size: 18px;
}

.planos ul.itens li.item div h3 span {
  font-weight: 700;
  font-size: 24px;
}

.planos ul.itens li.item p {
  font-size: 18px;
  line-height: 1.2;
}

.planos ul.itens li.item .button {
  margin: 32px 0 0;
}

.planos ul.itens li.item.recomendado::after {
  content: 'Recomendado';
  display: block;
  position: absolute;
  top: -10px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  padding: 4px 8px;
  background-color: #1BB3BC;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 60px 0px;
}

.planos ul.lista {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.planos ul.lista li {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 16px;
}

.planos ul.lista li:nth-of-type(1) {
  background-color: rgba(158, 54, 103, .8);
  position: sticky;
  top: 90px;
  color: #fff;
  z-index: 2;
  backdrop-filter: blur(24px);
}

.planos.font-w ul.lista li:nth-of-type(1) {
  background-color: rgba(0, 0, 0, .1);
}

.planos ul.lista li:nth-child(even) {
  background-color: rgba(158, 54, 103, .1);
}

.planos.font-w ul.lista li:nth-child(even) {
  background-color: rgba(255, 255, 255, .05);
}

.planos ul.lista li div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(158, 54, 103, .1);
}

.planos ul.lista li div:nth-of-type(1) {
  justify-content: start;
  border-left: 0 !important;
}

.planos.font-w ul.lista li div {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.planos ul.lista li div span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9E3667;
}

.planos.violeta ul.lista li div span {
  background-color: #1BB3BC;
}

.planos ul.lista li div span svg {
  width: 10px;
  fill: #fff;
  display: block;
}

.planos .call {
  background-color: #1BB3BC;
  padding: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.planos.turquesa .call {
  background-color: #9E3667;
}

.planos .call h3 {
  margin: 0;
}

@media screen and (max-width:991px) {
  .planos .content {
    flex-direction: column;
    padding: 0;
  }

  .planos ul.itens {
    flex-direction: column;
  }

  .planos ul.itens li.item {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
    padding: 40px 32px;
  }

  .planos ul.itens li.item div {
    padding: 0 0 24px;
    margin: 0 0 24px;
  }

  .planos ul.lista li {
    padding: 16px 8px;
  }

  .planos ul.lista li div {
    flex: 1;
    font-size: 12px;
  }

  .planos ul.lista li div:nth-of-type(1) {
    flex: 2;
  }

  .planos ul.lista li:nth-of-type(1) {
    top: 65px;
  }

  .planos ul.lista li div span {
    width: 16px;
    height: 16px;
  }

  .planos .call {
    padding: 32px;
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }
}

/* Chamada */

.chamada .col-af-content {
  display: flex;
  gap: 64px;
}

.chamada .col-af-content .item {
  flex: 1;
}

.chamada .col-af-content form {
  flex: 2;
}

.chamada .col-af-content form div {
  width: calc(50% - 16px);
  margin: 0 8px;
}

/*.chamada .col-af-content form div:last-child {
  width: calc(100% - 16px);
}*/

.chamada .col-af-content form span {
  color: #fff;
}

/*.chamada .col-af-content form .button {
  position: absolute;
  top: 8px;
  right: 0;
  width: auto;
  min-width: 1px;
}*/

.chamada .col-af-content .info {
  display: flex;
  align-items: center;
  gap: 40px;
}

.chamada .col-af-content .info h2,
.chamada .col-af-content .info p,
.chamada .col-af-content .info .item {
  flex: 1;
}

.chamada .col-af-content .info .item {
  text-align: right;
}

.chamada h2 {
  margin: 0;
}

.chamada .item p {
  margin: 24px 0 0;
}

@media screen and (max-width:991px) {

  .chamada .col-af-content,
  .chamada .col-af-content .info {
    flex-direction: column;
    gap: 0;
  }

  .chamada {
    text-align: center;
  }

  .chamada p {
    margin: 24px 0 0;
  }

  .chamada a.button {
    margin: 24px 0 0;
  }

  .chamada .col-af-content form {
    margin: 32px 0 0;
  }

  .chamada .col-af-content form div {
    width: 100%;
    margin: 0;
  }
}


/* Blog */

.blog {
  text-align: center;
}

.blog .info {
  margin: 0 0 40px;
  text-align: left;
}

.blog:not(.completo) .info {
  max-width: 750px;
}

.blog .is-done {
  display: none;
}

.blog .info p {
  margin: 24px 0 0;
}

.blog .button {
  margin: 24px 0 0;
}

.portfolioFilter {
  width: 100%;
  margin: 0 0 64px;
  flex-wrap: wrap;
  display: flex;
  border-top: 1px solid rgba(158, 54, 103, 0.20);
  border-bottom: 1px solid rgba(158, 54, 103, 0.20);
}

.portfolioFilter .filter-btn {
  font-family: 'Santander Headline';
  font-size: 16px;
  font-weight: 700;
  color: #9E3667;
  flex: none;
  position: relative;
  cursor: pointer;
  padding: 16px 24px;
  margin: 0;
  transition: ease .3s;
  opacity: .6;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 4px solid transparent;
  filter: grayscale(100%);
}

.portfolioFilter .filter-btn:hover,
.portfolioFilter .filter-btn.active {
  opacity: 1;
  border-bottom: 4px solid #9E3667;
  filter: grayscale(0%);
}

ul.postagens {
  width: calc(100% + 32px);
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin: 0 0 0 -16px;
}

ul.postagens.owl-destaque {
  margin: 0;
  width: 100%;
}

ul.postagens li {
  width: 33.3333333%;
  margin: 0 0 20px;
  padding: 15px;
  text-align: left;
  position: relative;
}

ul.postagens.owl-destaque li {
  margin: 0;
  padding: 0;
}

ul.postagens li.item {
  display: none;
}

ul.postagens.owl-carousel li {
  width: 100%;
  margin: 0;
}

ul.postagens li a {
  display: block;
  position: relative;
  width: 100%;
  transition: ease .4s;
}

ul.postagens.owl-destaque li a {
  aspect-ratio: 5 / 2;
}

ul.postagens li .image {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  transition: ease .4s;
  background-color: #000;
}

ul.postagens.owl-destaque li a .image {
  aspect-ratio: none;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

ul.postagens li .image img {
  display: block;
  transition: ease .6s;
}

ul.postagens.owl-destaque li a .image img {
  opacity: .6;
}

ul.postagens li .image span {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  margin: 0;
  color: #fff;
  background-color: #9E3667;
}

ul.postagens li .image a {
  display: block;
  width: 100%;
  height: 100%;
}

ul.postagens li:hover .image img {
  transform: scale(1.04);
}

ul.postagens.owl-destaque li .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 64px;
}

ul.postagens li .info {
  margin: 24px 0 0;
}

ul.postagens li .info h3 {
  margin: 0;
  color: #6F7779;
}

ul.postagens.owl-destaque li .info h3 {
  color: #fff;
  font-size: 40px;
}

ul.postagens li .info div {
  display: flex;
  gap: 16px;
}

ul.postagens li .info div p {
  font-size: 16px;
}

ul.postagens.owl-destaque li .info p {
  color: #fff;
}

ul.postagens li .info div p:first-child::after {
  content: '';
  margin: 0 0 3px 16px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #9E3667;
}

.font-w ul.postagens li .info h3,
.font-w ul.postagens li .info div p:first-child::after {
  background-color: #fff;
}

.item-hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.item-visible {
  opacity: 1;
  transform: translateY(0);
}

#load-more-status {
  padding: 20px;
  color: #666;
  clear: both;
}


@media screen and (max-width:991px) {
  .blog .col-af-slide .info {
    width: 95%;
    text-align: left;
  }

  .blog .col-af-slide .button {
    margin: 60px 5% 0 0;
  }

  .blog ul {
    width: 100%;
    margin: 0;
  }

  .blog ul li {
    width: 100%;
    margin: 20px 0;
    padding: 0;
  }

  .blog ul.owl-carousel li {
    width: calc(100% - 30px);
    margin: 0 30px 0 0;
    padding: 0;
  }

  ul.postagens.owl-destaque li a {
    aspect-ratio: 3 / 4;
  }

  ul.postagens.owl-destaque li .info {
    padding: 32px;
  }

  .blog ul.postagens li:hover .image {
    box-shadow: 0px 0px 0px 10px transparent;
  }

  ul.postagens.owl-destaque li .info h3 {
    font-size: 28px;
  }
}

/* Share Buttons */

.breadcrumb {
  display: flex;
  gap: 16px;
}

.crunchify-social {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 40px 0 10px;
  margin: 0;
}

.crunchify-social a {
  min-width: 20px;
  margin: 5px 10px 5px 0;
  padding: 10px 25px 10px 45px;
  text-decoration: none;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: 20px center;
}

@media screen and (max-width: 768px) {
  .crunchify-social a {
    float: left;
    margin: 5px;
    width: calc(50% - 10px);
  }
}

.crunchify-social a:nth-of-type(1) {
  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='M19.05 4.91A9.816 9.816 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01m-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18l-3.12.82l.83-3.04l-.2-.31a8.264 8.264 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24c2.2 0 4.27.86 5.82 2.42a8.183 8.183 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23m4.52-6.16c-.25-.12-1.47-.72-1.69-.81c-.23-.08-.39-.12-.56.12c-.17.25-.64.81-.78.97c-.14.17-.29.19-.54.06c-.25-.12-1.05-.39-1.99-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.14-.25-.02-.38.11-.51c.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31c-.22.25-.86.85-.86 2.07c0 1.22.89 2.4 1.01 2.56c.12.17 1.75 2.67 4.23 3.74c.59.26 1.05.41 1.41.52c.59.19 1.13.16 1.56.1c.48-.07 1.47-.6 1.67-1.18c.21-.58.21-1.07.14-1.18s-.22-.16-.47-.28'/%3E%3C/svg%3E");
}

.crunchify-social a:nth-of-type(2) {
  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='M18.205 2.25h3.308l-7.227 8.26l8.502 11.24H16.13l-5.214-6.817L4.95 21.75H1.64l7.73-8.835L1.215 2.25H8.04l4.713 6.231zm-1.161 17.52h1.833L7.045 4.126H5.078z'/%3E%3C/svg%3E");
}

.crunchify-social a:nth-of-type(3) {
  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='M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95'/%3E%3C/svg%3E");
}

.crunchify-social a:nth-of-type(4) {
  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='M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93zM6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37z'/%3E%3C/svg%3E");
}

/* CTA */

.cta {
  background-color: #fff;
  position: relative;
  padding-bottom: 0;
}

.cta .col-af-content {
  position: relative;
  background-color: #9E3667;
  padding: 54px 64px;
}

.cta .info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40%;
}

.cta .info div {
  flex: 0 0 30%;
}

.cta form {
  margin: 30px 0 0;
}

.cta .image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
}

@media screen and (max-width:991px) {
  .cta .col-af-content {
    padding: 32px 32px 0;
  }

  .cta .info {
    gap: 16px;
    flex-direction: column;
  }

  .cta .info .button {
    width: 100%;
  }

  .cta .image {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    display: block;
    margin: 32px auto 0;
  }
}

/* Footer  */

.footer {
  background-color: #fff;
  padding-bottom: 0;
}

.footer .content {
  display: flex;
  width: 100%;
}

.footer .info {
  flex: 1.5;
}

.footer .links {
  flex: 1;
}

.footer .menu {
  flex: 2;
  display: flex;
}

.footer .info img {
  display: inline-block;
  width: 160px;
  margin: 0;
}

.footer .menu div {
  flex: 1;
}

.footer span.title {
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
}

.footer span.title::after {
  display: none;
}

.footer .menu a {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  margin: 16px 0 0;
  transition: ease .3s;
}

.footer .menu a:hover {
  color: #9E3667;
}

.footer .links a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #9E3667;
  line-height: 1.2;
  background-color: transparent;
  border: 1px solid rgba(158, 54, 103, 0.30);
  padding: 16px 24px;
  margin: 0 0 16px;
  transition: .4s ease;
}

.footer .links a svg {
  width: 20px;
  display: block;
  fill: #9E3667;
}

.footer .links a:hover {
  color: #fff;
  background-color: #9E3667;
}

.footer .links a:hover svg {
  filter: brightness(0) invert(1);
}

.footer .social {
  margin: 32px 0 0;
}

.footer .social a {
  display: inline-block;
  position: relative;
  margin: 0 8px 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  transition: ease .4s;
  background-color: #9E3667;
}

.footer .social a svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%);
  fill: #fff;
  transition: ease .4s;
}

.footer .social a:hover {
  background-color: #CB4383;
}

.footer .enderecos {
  padding: 24px 80px 0 0;
}

.footer .enderecos span.title {
  font-size: 14px;
  margin: 24px 0 16px;
}

.footer .enderecos p {
  font-size: 14px;
}

@media screen and (max-width:991px) {

  .footer .content,
  .footer .menu {
    flex-direction: column;
    gap: 40px;
  }
}

/* Copyright */

.footer .end {
  width: 100%;
  margin: 80px 0 0;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
}

.footer .end div {
  flex: 1;
  text-align: left;
}

.footer .end div:nth-of-type(2) {
  text-align: right;
}

.footer .end div a,
.footer .end div p {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 8px 0 0;
}

.footer .end div img {
  display: block;
  width: 65px;
  max-width: 65px;
  margin: 0 0 -3px;
}

@media screen and (max-width:991px) {
  .footer .end {
    margin: 54px 0 0;
    padding: 24px 0;
  }

  .footer .end {
    flex-direction: column;
    gap: 24px;
  }

  .footer .end div {
    text-align: center;
  }
}

/* Animate */

.anime {
  opacity: 0;
  transition: ease .8s;
  transition-delay: .4s;
}

.no-js .anime {
  opacity: 1 !important;
  transform: none !important;
}

.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: 130%;
  max-width: 1450px;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.navig .owl-nav {
  width: 100%;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
}

.owl-nav button {
  z-index: 10;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 0;
  margin: 0 4px;
  outline: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(158, 54, 103, 0.15);
  transition: all .3s;
}

.font-w .owl-nav button {
  background-color: rgba(255, 255, 255, 0.8);
}

.owl-nav button.disabled {
  opacity: 0;
}

.center .owl-nav button.owl-prev {
  float: left;
}

.center .owl-nav button.owl-next {
  float: right;
}

.owl-nav button svg {
  z-index: 10;
  display: block;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #9E3667;
}

.owl-dots {
  display: inline-block;
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  z-index: 2;
  bottom: -40px;
}

.owl-hero .owl-dots {
  bottom: 30px;
}

@media screen and (max-width:991px) {
  .owl-dots {
    width: 95%;
  }
}

.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: #9E3667;
  opacity: .4;
  border-radius: 10px;
}

.font-w .owl-dots .owl-dot {
  background-color: #fff;
}

.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: 8px 0;
  margin: 0;
  float: left;
  position: relative;
}

.form-af div.aiowps-captcha-equation {
  float: none;
}

.form-af div.submit {
  display: flex;
  align-items: center;
}

.form-af span:not(.submit-spinner) {
  display: block;
  width: 100%;
  float: left;
  font-size: 10px;
  padding: 0;
  font-weight: 400;
  color: #6F7779;
  line-height: 1.4;
  margin: 0 0 8px;
  opacity: .95;
}

.form-af span:not(.submit-spinner) a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width:991px) {
  .form-af div.submit {
    flex-direction: column;
  }

  .form-af span:not(.submit-spinner) {
    margin: 0 0 20px;
  }
}

.form-af label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #6F7779;
  line-height: 1.4;
  margin: 0;
  position: absolute;
  top: 22px;
  left: 20px;
  opacity: .6;
  transition: ease .3s;
  pointer-events: none;
}

.form-af input:focus+label,
.form-af input.not-empty+label,
.form-af select:focus+label,
.form-af select.not-empty+label,
.form-af textarea:focus+label,
.form-af textarea.not-empty+label,
.form-af input.invalidPattern+label {
  font-size: 10px;
  left: 16px;
  top: 14px;
}

.form-af select,
.form-af input:not([type="submit"]),
.form-af textarea {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #6F7779;
  width: 100%;
  height: 54px;
  line-height: 54px;
  margin: 0;
  outline: 0;
  border: 2px solid rgba(90, 90, 90, 0.40);
  background-color: #fff;
  background-size: 24px auto;
  background-position: right 12px center;
  background-repeat: no-repeat;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 16px 0 16px;
  border-radius: 2px;
  transition: all 0.3s;
}

.form-af select {
  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='%239E3667'%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: 94px;
  line-height: 1.5;
  resize: none;
  padding: 16px;
}

.form-af select:required:invalid {
  color: transparent;
}

.form-af select option[value=""][disabled] {
  display: none;
}

.form-af select option {
  color: #6F7779;
}

.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 #9E3667;
}

.form-af input:not([type="submit"]).invalidPattern {
  border: 2px solid #e50202;
}

.form-af input[type=submit] {
  cursor: pointer;
  border: 0;
  outline: 0;
  background-image: none;
  min-width: 1px;
  width: 100%;
  padding: 0 30px;
  height: 54px;
  line-height: 54px;
}

.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;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  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;
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* 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: 1080px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin: 32px 0 24px;
  color: #9E3667;
}

.entry-content p {
  margin: 32px 0 0;
}

.entry-content a.botao {
  display: block;
  width: 100%;
  padding: 24px;
  background-color: #9E3667;
  color: #fff!important;
  text-decoration: none!important;
  font-size: 20px;
  text-align: center;
  margin: 24px 0 64px;
}

.entry-content hr {
  width: 100%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
  margin: 40px 0;
  outline: 0;
  border: 0;
}

.entry-content a:not(.button) {
  font-weight: 700;
  text-decoration: underline;
  color: #9E3667;
}

.entry-content ul:not(.itens) {
  display: block;
  list-style-type: disc;
  padding: 0 0 0 16px;
  margin: 24px 0;
}

.entry-content ol:not(.itens) {
  display: block;
  list-style-type: decimal;
  padding: 0 0 0 16px;
  margin: 24px 0;
}

.entry-content ul:not(.itens) li {
  display: list-item;
  line-height: 1.6;
  padding: 0 0 0 8px;
  margin: 16px 0 0;
}

.entry-content iframe {
  aspect-ratio: 16 / 9;
  display: block;
  max-width: 760px !important;
  height: auto !important;
  width: 100% !important;
  margin: 24px auto;
}

/* Imagens */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
figure {
  max-width: 700px;
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 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;
  display: block;
  margin: 30px auto;
  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%;
  }
}

/* Video Modal */

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
  top: 0;
  left: 0;
  z-index: 99;
}

.YouTubePopUp-animation {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: YouTubePopUp;
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.YouTubePopUp-Content {
  max-width: 800px;
  width: 100%;
  background-color: transparent;
  display: block;
  margin: 0;
  max-height: 100%;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.YouTubePopUp-Hide {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: YouTubePopUpHide;
}

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.YouTubePopUp-Close {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M0.4 8C1 1.6 9.6-2.3 14.4 2.4 29.7 17.5 44.8 32.8 60.1 48 75.4 33 90.4 17.7 105.6 2.6 108.1 0.6 111.8-0.7 114.8 1.2 120 3.2 121.6 10.7 117.7 14.7 102.6 29.8 87.5 45 72.3 60.1 87.4 75.5 102.8 90.6 118 106 120.3 108.8 120.5 113.2 118.4 116.2 116.1 119.8 110.9 120.9 107.2 118.8 105.5 117.9 104.3 116.3 103 115 88.7 100.8 74.5 86.4 60.1 72.3 45.1 87.3 30.2 102.3 15.2 117.2 11.5 121.4 4 120.4 1.5 115.4 -0.8 112.2 0.5 107.8 3.1 105.1 18.1 90.1 33.1 75.1 48.1 60.1 33.2 45.3 18.3 30.4 3.5 15.5 1.4 13.7 0 10.8 0.4 8Z' fill='%231A1A1A'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}