﻿/*escala de cinza*/
/*$textcolor: #343A40;*/
/*cores de apoio*/
/*green gradient*/
/*ok-01*/
/*ok-02*/
/*ok-03*/
/*alert-01*/
/*alert-02*/
/*alert-03*/
/*@mixin font-open-sans($size, $color, $weight, $lh, $font-style: false) {
  font-family: 'Open Sans', sans-serif;
  font-size: $size;
  font-weight: $weight;
  line-height: $lh;
  color: $color;
  @if $font-style {
    font-style: $font-style;
  }
}*/
/*%selecao-de-linguagem {
  a {
    @include font-montserrat(11px, $schooner-color, $regular, 18px);
    &.ativo {
      color: $alizarin-crimson-color;
    }
    &:hover {
      color: $alizarin-crimson-color;
      text-decoration: none;
    }
  }
  p {
    display: inline-block;
  }
  .separador-lingua {
    @include font-montserrat(11px, $schooner-color, $regular, 18px);
    margin: 0 10px;
  }
}*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Open+Sans:wght@0,400;0,700;1,400&display=swap");
.bgimg-block, .img-msg-row .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

.no-scroll {
  overflow: hidden;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

* {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

:root {
  --bg-btn: linear-gradient(98.12deg, #9D3C98 43.75%, #80227B 80.61%);
  --bg-div: linear-gradient(180deg, #320B35 0%, #4E184B 100%);
}

html {
  color: var(--black);
  font-size: 14px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container {
  max-width: 1444px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-left: 15%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .container {
    margin-left: auto;
  }
}

a {
  text-decoration: none;
}

section {
  position: relative;
  height: 100vh;
  width: 100%;
}

body > section:not(.hero) {
  height: auto;
  padding: 6rem 0;
}

h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 114.69%;
  color: #FFFFFF;
}

h4 {
  font-size: 14px;
  line-height: 173.19%;
  color: #B690B6;
}

button {
  cursor: pointer;
}

p.titulo {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 114.69%;
  color: #44204D;
}
p.titulo span {
  font-weight: 600;
}

p.titulo.titulo-section {
  font-weight: 700;
  font-size: 2.6rem;
}
p.titulo.titulo-section span {
  font-weight: 700;
}

p.subtitulo {
  font-size: 1rem;
  line-height: 173.19%;
  color: #B690B6;
}

p.subtitulo a {
  font-weight: 600;
  text-decoration-line: underline;
  color: #4D1552;
}

.separating_line {
  width: 80%;
  margin: 2rem auto 1rem;
  border-bottom: 2px solid #E2E5F1;
  /* top border only */
}

.separating_line_v {
  height: 22px;
  display: inline-block;
  border-left: 1px solid #CEAACC;
  margin: 0 10px;
}

.chevron-left {
  background-image: url(../assets/chevron_left.png);
  background-size: 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.form-agendar-demonstracao input,
.form-agendar-demonstracao textarea {
  font-size: 14px;
  margin: 5px 0;
  padding: 10px 5px;
}

.popup-modal-dismiss {
  top: -25px;
  right: -25px;
}

::-webkit-input-placeholder {
  color: #CEAACC;
}

::-moz-placeholder {
  color: #CEAACC;
}

::-ms-placeholder {
  color: #CEAACC;
}

::placeholder {
  color: #CEAACC;
}

.form-agendar-demonstracao label {
  font-size: 12px;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #A664A3;
  padding-top: 10px;
}

.form-agendar-demonstracao input:not([type=checkbox]),
.form-agendar-demonstracao textarea {
  width: 100%;
  background: #fff;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 17px;
  margin-top: 5px;
  padding: 15px 10px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.form-agendar-demonstracao input[type=checkbox] {
  position: absolute;
  width: 17px;
  height: 25px;
  opacity: 0;
  cursor: pointer;
  margin-top: -3px;
  z-index: 2;
}

.form-agendar-demonstracao textarea {
  width: 100%;
  height: 75px;
}

.form-agendar-demonstracao button[type=submit] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: var(--bg-btn);
  border-radius: 80px;
  font-weight: 600;
  font-size: 14px;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  border: none;
}

.form-agendar-demonstracao .check-confirm {
  text-align: center;
  margin: 20px;
  line-height: 18px;
  color: #985996;
}

/* When the checkbox is checked, add a blue background */
.check-confirm input:checked ~ .checkmark {
  background-color: #9D3C98;
}

.check-confirm .checkmark {
  width: 17px;
  height: 17px;
  z-index: 1;
  border: 2px solid #80227B;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-confirm .checkmark:after {
  display: none;
  content: "";
}

/* Show the checkmark when checked */
.check-confirm input:checked ~ .checkmark:after {
  display: inline-block;
}

.check-confirm input:checked ~ .checkmark {
  padding-left: 0px;
}

/* Style the checkmark/indicator */
.check-confirm .checkmark:after {
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#form-agendar-demonstracao .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
  display: block;
}

#form-agendar-demonstracao div.div-form {
  width: 500px;
  background: var(--bg-div);
  box-shadow: 0px 34px 54px -30px #2D042B;
  border-radius: 10px;
  padding: 40px;
}

#form-agendar-demonstracao .row {
  display: flex;
  justify-content: center;
}

#form-agendar-demonstracao .row h1 {
  text-align: center;
}

.balao {
  position: relative;
  background-color: #fff;
  max-width: 375px;
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  border-radius: 31px;
  font-weight: 600;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  padding: 15px;
  padding-left: 45px;
  color: #4D1552;
}

.balao img {
  position: absolute;
  left: calc(50% - 8px);
  bottom: -7px;
}

@media screen and (min-width: 992px) {
  p.subtitulo {
    font-size: 1.3rem;
  }
  p.titulo.hero-titulo {
    font-size: 3.4rem;
  }
}
.mt-15 {
  margin-top: 15px !important;
}

.col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  .col-xl-15 {
    width: 20% !important;
    float: left;
    flex: unset;
  }
}
/*@font-face {
    font-family: 'monument_extendedregular';
    src: url('/scss/base/fonts/monumentextended-regular-webfont.woff2') format('woff2'), url('/scss/base/fonts/monumentextended-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'monument_extendedultrabold';
    src: url('/scss/base/fonts/monumentextended-ultrabold-webfont.woff2') format('woff2'), url('/scss/base/fonts/monumentextended-ultrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
/*animations*/
/*fade*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anim-element {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.fade-in-element {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.arrowspulse {
  margin-top: 45px;
  height: 14px;
  width: 97px;
}
@media only screen and (max-width: 575px) {
  .arrowspulse {
    margin-top: 25px;
  }
}
.arrowspulse path:nth-child(2) {
  animation: ani1 1.5s infinite;
  -webkit-animation: ani1 1.5s infinite;
}
.arrowspulse path:nth-child(1) {
  animation: ani2 1.5s infinite;
  -webkit-animation: ani2 1.5s infinite;
}
.arrowspulse path:nth-child(3) {
  animation: ani3 1.5s infinite;
  -webkit-animation: ani3 1.5s infinite;
}
.arrowspulse path:nth-child(4) {
  animation: ani4 1.5s infinite;
  -webkit-animation: ani4 1.5s infinite;
}

@keyframes ani1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  /*    60% {
          opacity: 0;
      }*/
  100% {
    opacity: 0;
  }
}
@keyframes ani2 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  /*
      85% {
          opacity: 0;
      }*/
  100% {
    opacity: 0;
  }
}
@keyframes ani3 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  /*
      90% {
          opacity: 0;
      }*/
  100% {
    opacity: 0;
  }
}
@keyframes ani4 {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  from {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes slideLeft {
  from {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@-webkit-keyframes slideRight {
  from {
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes slideRight {
  from {
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
body {
  color: #303133;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

/*titles*/
.title {
  font-weight: bold;
  /*color: #fff;*/
}

h1, .h1-size {
  font-size: 64px;
  line-height: 120%;
  font-family: "Lato", sans-serif;
}

h2 {
  font-size: 48px;
  font-family: "Lato", sans-serif;
}

h3 {
  font-size: 38px;
  font-family: "Lato", sans-serif;
}

h4 {
  font-size: 48px;
  font-family: "Lato", sans-serif;
}

h5 {
  font-size: 40px;
  font-family: "Lato", sans-serif;
}
h5 .material-icons-outlined {
  font-size: 40px;
  margin-right: 10px;
}

h6 {
  font-size: 24px;
  font-family: "Lato", sans-serif;
}

.h2-size {
  font-size: 64px;
  line-height: 1.2;
}

.giga-title {
  font-size: 114px;
  word-break: break-word;
  padding-right: 35px;
}
@media only screen and (max-width: 991px) {
  .giga-title {
    font-size: 45px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .giga-title {
    font-size: 40px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
  h2, h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 24px;
  }
  .h1-size {
    font-size: 36px;
  }
}
.subtitle {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .subtitle {
    font-size: 14px;
  }
}
.subtitle.sm-subtitle {
  font-size: 18px;
}
.subtitle.w-400 {
  max-width: 416px;
}

.gradient-text {
  background: linear-gradient(180deg, #DB4366 0.52%, #FF9980 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sm-title {
  font-size: 18px;
  font-weight: bold;
}

.color-grey {
  color: #303133;
}

.stroke-title {
  background: linear-gradient(180deg, #DB4366 0.52%, #FF9980 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  -webkit-text-fill-color: #282527;
  font-family: "Lato", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .stroke-title {
    -webkit-text-stroke: 3px transparent;
    letter-spacing: 3px;
    padding-top: 5px;
  }
}
.stroke-title .gradient-text {
  font-weight: 400;
  background: linear-gradient(180deg, #DB4366 0.52%, #FF9980 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0;
}

.black-bg .stroke-title {
  -webkit-text-fill-color: #191618;
}

.deep-row .stroke-title {
  -webkit-text-fill-color: #000;
}

.color-froly {
  color: #F58D75;
}

.color-cabaret {
  color: #DB4366;
}

.text-persian {
  color: #03989E;
}

#logo-v2 {
  display: none;
}

.navbar {
  z-index: 999;
  position: relative;
}

.navbar.active .navbar-collapse {
  background: var(--bg-div);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.brand-and-toggler {
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.2rem 0 0.6rem 0;
}

.navbar-toggler {
  border: none;
  background-color: transparent;
}

.navbar-collapse {
  display: none;
}

.nav-link {
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  text-transform: capitalize;
  text-decoration: none;
  opacity: 1;
  transition: var(--transition);
}

.nav-link.active {
  color: #FF9400;
}

.nav-link:hover {
  color: #9D3C98 !important;
}

.btn-agendar-demonstracao a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 45px;
  border-radius: 2rem;
  padding: 0.2rem 2rem;
  /* Purple Gradient */
  background: #A0359B;
  border-radius: 80px;
  font-weight: 500;
  font-size: 18px;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  opacity: 1;
  color: #FFFFFF !important;
  box-shadow: inset -10px 0 20px rgb(128, 34, 123);
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.btn-agendar-demonstracao:hover a {
  color: #FFFFFF !important;
  box-shadow: unset;
}

.nav-link.nav-link-login {
  font-weight: 500;
  line-height: 160%;
  font-size: 1rem;
  color: #00ACE4;
  background-size: 25px;
  background-repeat: no-repeat;
  padding: 3px;
  display: inline-flex;
  align-items: center;
}
.nav-link.nav-link-login svg {
  width: 15px;
  margin-right: 5px;
}
.nav-link.nav-link-login:hover {
  color: #00ACE4 !important;
  font-weight: 700 !important;
}

.nav-item {
  padding: 2rem 0;
}

.navbar.active .nav-item:first-child {
  padding-top: 4rem;
}

.navbar.active #navbar-toggler > :first-child,
.navbar #navbar-toggler > :last-child {
  display: none;
}

.navbar #navbar-toggler > :first-child,
.navbar.active #navbar-toggler > :last-child {
  display: block;
}

@media screen and (min-width: 992px) {
  .navbar {
    background: transparent;
    padding: 27px 1rem;
    padding-right: 5%;
    padding-left: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-item {
    padding: 0.6rem 0;
    margin-left: 1.8rem;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar-collapse {
    display: block !important;
    /*position: fixed;*/
  }
  .navbar-nav {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .nav-link {
    line-height: 160%;
    color: #B690B6;
  }
}
.btn-agendar-demonstracao {
  padding: 0;
  display: flex;
  align-items: center;
}

.footer {
  background: #2D0A30;
  box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.15);
}
.footer #logo-2 {
  display: none !important;
}

.footer .container {
  margin: 0px auto;
  flex-direction: column;
}

.footer .container > div > * {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer .container .row > :first-child {
  width: 185px;
}

.footer .container .row:nth-child(1) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .social-medias img {
  width: 22px;
  margin: 10px;
}

.footer .social-medias .linq-youtube img {
  width: 28.57px;
}

.footer .social-medias .linq-facebook img {
  width: 12.22px;
}

.footer .container .row:nth-child(2) {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer .container .row:nth-child(3) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .container .row.infos > * {
  min-width: 300px;
  width: 33%;
}

.footer .container .row.infos > div:first-child {
  width: 42%;
}

.footer .info-subtitulo {
  width: 350px;
  max-width: 100%;
}

.footer .container .row.infos .descricao {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #CEAACC;
  opacity: 0.7;
}

.footer .container .row.infos .menus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer .container .row.infos .menus a {
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 160%;
  color: #FFFFFF;
  opacity: 0.85;
  text-decoration: none;
}

.footer .container .row.infos .div-endereco {
  margin-left: 20px;
}

.footer .container .row.infos .div-endereco .title {
  text-align: left;
  font-size: 12px;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #A664A3;
}

.footer .container .row.infos .div-endereco a {
  color: #fff;
}

.footer .container .row.infos .div-endereco .endereco {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #CEAACC;
  margin: 8px 0px;
}

.footer .container .row.infos .div-endereco .telefone {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-decoration-line: underline;
  color: #FFFFFF;
  padding-left: 25px;
  background-image: url(../assets/phone.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.footer .container .row.infos .div-endereco .email {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-decoration-line: underline;
  color: #FFFFFF;
  padding-left: 25px;
  background-image: url(../assets/email.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.footer .container .row:nth-child(3) > div:first-child {
  line-height: 160%;
  color: #FFFFFF;
  opacity: 0.5;
  min-width: 375px;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .footer .container .row:nth-child(2) {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .footer .container .row.infos .menus {
    display: none;
  }
  .footer .container .row:nth-child(1),
  .footer .container .row:nth-child(3) {
    justify-content: center;
  }
  .footer .container .row:nth-child(2) {
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .footer .container .row.infos {
    margin-left: 5%;
  }
  .footer .container .row:nth-child(3) > div:first-child {
    text-align: center;
  }
  .footer .info-subtitulo {
    width: 300px;
  }
}
a:hover {
  text-decoration: none;
}

.cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  border-radius: 80px;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 114.69%;
  color: #80227B;
  border: 2px solid #80227B;
  text-decoration: none;
  cursor: pointer;
  max-width: 204px;
  margin-top: 60px;
  white-space: nowrap;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cta svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.cta svg path {
  fill: #fff;
}
.cta:hover {
  background: #80227B;
  color: #fff;
}
.cta.blue {
  color: #fff;
  border-color: #00AEE5;
  background-color: #00AEE5;
}
.cta.blue:hover {
  background-color: #0a87ae;
}
.cta.centered {
  margin-left: auto;
  margin-right: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 12px 24px;
  cursor: pointer;
  position: relative;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .btn {
    font-size: 14px;
  }
}
.btn.lg-btn {
  padding: 18px 36px;
  letter-spacing: 2px;
}
.btn.wide-btn {
  padding: 12px 36px;
}
.btn.btn-primary {
  background: #303133;
  color: #fff;
  font-weight: bold;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #03989E !important;
  color: #fff;
}
.btn.btn-outline {
  /*background: $black-j;*/
  border: 1px solid #0F0F0F;
  font-family: "Lato", sans-serif;
  /*color: $cabaret;*/
  /*font-size: 13px;*/
  font-weight: bold;
}
.btn.btn-outline:hover {
  background: #0F0F0F;
  /*color: $black-j;*/
  color: #fff;
}
.btn.btn-secondary {
  background: #fff;
  color: #0F0F0F;
  font-weight: bold;
  border: 1px solid #fff;
}
.btn.btn-secondary:hover {
  background: transparent;
  color: #fff;
  /*border: 1px solid #fff;*/
}
.btn.btn-outline-secondary {
  background: transparent;
  font-family: "Lato", sans-serif;
  border: 2px solid #0F0F0F;
  font-size: 13px;
  color: #0F0F0F;
}
.btn.btn-outline-secondary:hover {
  background: #0F0F0F;
  color: #fff;
}
.btn.deep-btn {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: -8px 8px 8px 0px rgba(217, 217, 217, 0.04) inset, 8px -8px 8px 0px rgba(247, 152, 128, 0.06) inset, 0px 4px 5px 0px rgba(0, 0, 0, 0.28);
  color: #fff;
}
.btn.deep-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
.btn.circle-icon {
  padding: 0;
  height: 68px;
  padding-left: 80px;
}
.btn.circle-icon .circle {
  height: 68px;
  width: 68px;
  min-width: 68px;
  min-height: 68px;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(180deg, #DB4366 0.52%, #FF9980 100%);
  position: absolute;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  left: 0;
}
.btn.circle-icon .circle svg {
  height: 24px;
  width: 18px;
  margin-left: 28px;
}
@media only screen and (max-width: 991px) {
  .btn.circle-icon .circle svg {
    height: 18px;
    width: 12px;
  }
}
.btn.circle-icon .circle .play-svg {
  margin-left: 24px;
}
.btn.circle-icon .circle .pause-svg {
  display: none;
  margin-left: 25px;
}
.btn.circle-icon.active .circle {
  background: #F58D75;
}
.btn.circle-icon.active .play-svg {
  display: none;
}
.btn.circle-icon.active .pause-svg {
  display: inline-block;
}
.btn.circle-icon span {
  padding: 9px 27px 9px 11px;
  position: relative;
}
.btn.circle-icon:hover .circle {
  width: 100%;
}

.btn-link {
  color: #FF9400;
  text-decoration: underline !important;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}
.icon-btn .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #444444;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.icon-btn .icon svg {
  height: 18px;
  width: 12px;
}
.icon-btn span {
  color: #fff;
}

section.section-form {
  background: var(--bg-div);
}
section.section-form form > div {
  width: 100%;
}
section.section-form form > div input, section.section-form form > div textarea {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

section.section-form .container {
  align-items: center;
  height: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  section.section-form .container {
    margin-left: auto !important;
  }
}

.mensagem-erro-form {
  margin: -10px 0 10px 0;
  display: inherit;
}

.mensagem-sucesso {
  display: block;
  width: 100%;
  text-align: center;
}

section.section-form .titulo-section {
  max-width: 400px;
  min-width: 380px;
  color: white;
}
@media screen and (max-width: 992px) {
  section.section-form .titulo-section {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    max-width: 250px !important;
    min-width: unset;
  }
}

section.section-form > img {
  position: absolute;
  transform: rotate(108deg);
  width: calc(5.9vw + 68.5px);
  left: -50px;
  top: -50px;
}

section.section-form .right {
  width: 100%;
  padding-left: 20%;
}
@media screen and (max-width: 500px) {
  section.section-form .right {
    padding-left: 0;
  }
}

section.section-form .right .div-form.contato {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

section.section-form .btns {
  border: 1px solid rgb(79, 44, 82);
  display: flex;
}

section.section-form .right .div-form.contato,
section.section-form .btns {
  width: 100%;
  /*max-width: 305px;*/
}
@media screen and (max-width: 992px) {
  section.section-form .right .div-form.contato,
  section.section-form .btns {
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  section.section-form .right {
    padding-left: 0;
    padding-top: 30px;
  }
}

section.section-form .btns {
  margin-bottom: 10px;
}

section.section-form .btns > * {
  width: 50%;
}

section.section-form .btns button {
  border: none;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #906194;
  padding: 15px;
  background: transparent;
}

section.section-form .btns button.active {
  background: var(--bg-btn);
  border-radius: 8px;
  color: #FFFFFF;
}

section.section-form button:hover {
  background-color: rgb(79, 44, 82);
  color: #906194 !important;
}

@media screen and (max-width: 992px) {
  section.section-form .container {
    padding-left: 0 !important;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
  }
  section.section-form .right .form-agendar-demonstracao > * {
    width: 95%;
  }
  section.section-form .btns {
    width: 95%;
  }
}
@media screen and (min-width: 992px) {
  section.section-form .container {
    flex-wrap: nowrap;
  }
}
#form-agendar-demonstracao h1 {
  font-size: 24px;
}

.form-agendar-demonstracao {
  width: 100%;
}
.form-agendar-demonstracao iframe {
  width: 100%;
  max-width: 550px;
  /*min-height:min-content;*/
  min-height: 712px;
  border-radius: 20px !important;
  overflow: hidden;
}
.form-agendar-demonstracao .div-form {
  padding: 0 !important;
}
.form-agendar-demonstracao .popup-modal-dismiss {
  top: -30px;
}

.modal .modal-content {
  border-radius: 10px 10px 0 10px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  /*&:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 12px;
      background: $blue-gradient;
  }*/
}
.modal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.modal .btn-outline-secondary {
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.modal .btn-outline-secondary:hover {
  color: #fff !important;
}

.modal-backdrop {
  background-color: rgb(37, 37, 37);
}

.modal-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.modal-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-title {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.modal-footer {
  border: none;
}

.msgs-wrap {
  max-height: 400px;
  overflow: auto;
  padding: 0 5px;
}
.msgs-wrap::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}
.msgs-wrap::-webkit-scrollbar-track {
  background: #fff; /* color of the tracking area */
}
.msgs-wrap::-webkit-scrollbar-thumb {
  background-color: #0F0F0F; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #fff; /* creates padding around scroll thumb */
}

.img-msg-row {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}
.img-msg-row:last-child {
  border-bottom: 0;
}
.img-msg-row .img {
  border-radius: 8px;
  width: 69px;
  height: 51px;
  margin-right: 10px;
}
.img-msg-row label {
  font-size: 12px;
}
.img-msg-row .error-msg {
  color: #b31e00;
  flex-grow: 1;
  text-align: right;
  font-size: 16px;
}

.separator {
  width: 100%;
  border: 1px solid #4D4D4D;
  margin: 60px 0;
  position: relative;
}
.separator:before {
  content: "";
  width: 20vw;
  position: absolute;
  right: 15vw;
  top: 0;
  height: 1px;
  background: linear-gradient(110.81deg, #008546 45.97%, #78D75B 92.1%);
}

.svg-wrap {
  width: 100%;
}
.svg-wrap svg {
  position: absolute;
  bottom: -2px;
  height: 20vw;
}
.svg-wrap.right svg {
  right: 0;
}
.svg-wrap.left svg {
  left: 0;
  height: 25vw;
  max-height: 380px;
}
.svg-wrap.xnd svg {
  bottom: -100px;
}
.svg-wrap.top svg {
  top: 0;
  bottom: unset;
  height: 90vh !important;
}

.logo-cerbo {
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 40px;
  width: 40px;
  border: 1px solid #aaa;
  position: relative;
  display: inline-block;
  /*margin-top: 40px;*/
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .logo-cerbo {
    /*margin-top: 15px;*/
  }
}
.logo-cerbo .logocerboh {
  height: 31px;
  width: 31px;
  margin-top: 3px;
}
.logo-cerbo .logocerboh path {
  fill: #aaa !important;
}
.logo-cerbo .hiddencerbo {
  height: 20px;
  width: 31px;
  position: absolute;
  bottom: -16px;
  left: -1px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.logo-cerbo .hiddencerbo svg {
  height: 22px;
  width: 40px;
}
.logo-cerbo .hiddencerbo svg path {
  fill: #aaa;
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
.logo-cerbo .hiddencerbo svg path:nth-child(2) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.logo-cerbo .hiddencerbo svg path:nth-child(3) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.logo-cerbo .hiddencerbo svg path:nth-child(4) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.logo-cerbo .hiddencerbo svg path:nth-child(5) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.logo-cerbo:hover .hiddencerbo svg path {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 1;
}

.loading-div {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 1040;
  background: #fff;
}
.loading-div.loaded {
  opacity: 0;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: -1;
}

.bgimg-block {
  height: 100%;
  position: relative;
}
.bgimg-block:after {
  content: "";
  background: rgba(50, 50, 50, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.bgimg-block .image-info {
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 2;
}
.bgimg-block .image-info p {
  margin: 0 0 2px 0;
}

section.posts .blogs .item,
section.posts .blogs .item .post-img {
  width: calc(6.8vw + 257.4px);
  background: #FFFFFF;
  /* shadow / S */
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

section.posts .blogs .item img.share {
  width: 42px;
  height: 42px;
}

section.posts .blogs .item div.tag-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
  padding-left: 10px;
  margin-top: 10px;
  width: calc(100% - 12px);
  flex-wrap: wrap;
}
section.posts .blogs .item div.tag-post > div:last-child {
  min-width: 50px;
}

section.posts .blogs .item div.tag-post .tag {
  line-height: 160%;
  color: #3E4265;
  margin: 4px;
  /* Auto layout */
  display: flex;
  justify-content: flex-start;
  padding: 5px 8px;
  background: #EDDDED;
  border-radius: 4px;
}

section.posts .blogs .item div.tag-post > :last-child {
  line-height: 160%;
  text-align: right;
  color: #9397AD;
  flex: 1;
  padding-right: 22px !important;
  min-width: 40px;
}

section.posts .blogs .item div.img-post {
  position: relative;
  max-height: 209px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.post-img {
  /*margin-top: 50%;
  transform: translateY(-50%);*/
}

section.posts .blogs .item div.img-post .share-btn {
  right: 10px;
  position: absolute;
  top: 10px;
}

section.posts .blogs .item h2 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 140%;
  color: #4D1552;
  margin-left: 15px;
  margin-top: 15px;
}

section.posts .blogs .item .autor {
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 160%;
  color: #4D1552;
  padding-left: 15px;
  padding-bottom: 10px;
  display: none;
}

section.posts .blogs .item .autor img {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
}

section.posts .blogs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 400px) {
  section.posts a.ver-todos {
    display: none;
  }
  section.posts .blogs {
    justify-content: center;
    row-gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  section.posts .row:nth-child(2) {
    display: none;
  }
}
section.posts {
  height: auto;
  padding-bottom: 30px;
}

section.posts .container {
  flex-direction: column;
  margin: 0 10%;
}

section.posts > .container > :nth-child(n+2) {
  margin-top: 3rem;
}

section.posts .row:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.posts a.ver-todos {
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 140px;*/
  height: 50px;
  /*background-image: url(../assets/seta-direita.png);*/
  /*background-size: 40px 40px;*/
  /*background-repeat: no-repeat;*/
  /*background-position: 100px 10px;*/
  text-decoration: none;
  line-height: 114.69%;
  /* identical to box height, or 16px */
  min-width: 120px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #AA9BAA;
}
section.posts a.ver-todos svg {
  width: 40px;
  margin-bottom: -10px;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  section.posts a.ver-todos svg {
    margin-left: 5px;
  }
}

@media screen and (max-width: 600px) {
  section.posts .container {
    margin: 0px 5%;
    align-items: center;
  }
}
.min-h-100 {
  min-height: calc(100vh + 60px);
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

section.hero {
  background: var(--bg-div);
  width: 100vw;
  margin: 0 !important;
  padding: 0 !important;
}

section.hero .container {
  /*overflow-x: hidden;*/
}

.hero > img {
  position: absolute;
}

.hero > img.hero-ellipse-top {
  right: -10px;
}

.hero > img.hero-ellipse-left {
  height: calc(13.8vw - 7.02px);
  top: calc(29vw + 7.25px);
  z-index: 1;
  left: -70px;
}

.hero > img.hero-ellipse-right {
  height: calc(8.4vw + 74.26px);
  right: -90px;
  bottom: calc(3.2vw + 31.32px);
}

.hero-whatsapp {
  right: 3rem;
  top: 90vh;
  position: fixed;
  z-index: 100;
  max-width: 50px;
}

.hero > .wrapper-hero-vector-botton {
  position: absolute;
  bottom: 0;
  height: calc(-9.4vw + 640.43px);
  max-width: 100%;
  overflow: hidden;
}

.hero > .wrapper-hero-vector-botton img {
  height: 100%;
  background: transparent;
  opacity: 0.5;
  position: relative;
  left: min(11vw - 167.04px, 0px);
  width: calc(53vw + 689.1px);
}

section.hero .balao {
  position: relative;
  background-image: url(../../assets/raio.png);
  background-repeat: no-repeat;
  background-position: 25px 20px;
  background-size: 25px;
  margin-left: 0;
  padding-top: 25px;
  padding-left: 65px;
  height: 25px;
  max-width: 150px;
  opacity: 0.9;
}

.hero-tooltip {
  background-image: url(../../assets/balao-tootip.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 114.69%;
  letter-spacing: -0.045rem;
  color: #4D1552;
  padding: 10px 0 10px 50px;
  display: flex;
  align-items: center;
  width: 140px;
  height: 30px;
}

section.hero .container p.titulo {
  color: #FFFFFF;
}

section.hero .container > .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-start;
  padding-bottom: 10vh;
}

section.hero .container > .row > .text-info {
  background-color: transparent;
  width: calc(30vw + 54.3px);
  /*margin-top: 10vh;*/
  padding-bottom: 10vh;
  z-index: 2;
}

section.hero .container > .row > .img-1 {
  max-width: 400px;
  width: calc(18.2vw + 121.6px);
  margin-left: auto;
  z-index: 1;
}

section.hero .container > .row > .img-2 {
  width: calc(16.2vw + 66.3px);
  max-width: 400px;
  margin-left: auto;
  opacity: 0.8;
  z-index: 2;
}

section.hero .container > .row .img-3,
section.hero .container > .row .img-4 {
  z-index: 1;
}

section.hero .container > .row .img-3 {
  width: auto;
  margin-top: 25px;
  margin-left: -2vw;
}

section.hero .container > .row .img-4 {
  display: none;
}

@media screen and (max-width: 500px) {
  section.hero .balao {
    background-position: 8px 17px;
    padding-top: 22px;
    padding-left: 38px;
    height: 20px;
  }
}
@media screen and (max-width: 900px) {
  .hero > img.hero-ellipse-top {
    display: none;
  }
  section.hero .container {
    margin-left: 5%;
  }
  .hero > img.hero-whatsapp,
  section.hero .container > .row .img-3 {
    display: none;
  }
  section.hero .container > .row .img-4 {
    display: block;
    margin-left: -15vw;
  }
  section.hero .container > .row > .text-info {
    margin-top: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .hero > img.hero-whatsapp,
  section.hero .container > .row .img-3 {
    max-width: 500px;
    margin-left: -5vw;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .hero > img.hero-whatsapp,
  section.hero .container > .row .img-3 {
    margin-left: -14vw;
  }
}
@media screen and (min-width: 1444px) {
  section.hero .container > .row .img-3 {
    width: auto;
    margin-top: 65px;
  }
}
section.manifesto .container > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 100px;
  justify-content: center;
  width: 100%;
  /*padding-right:15vw;*/
}

.div-manifesto-text {
  order: 2;
  max-width: 400px;
}

section.manifesto .container {
  /*overflow-x: hidden;*/
  margin-left: auto !important;
  margin-right: auto !important;
}

section.manifesto .container p {
  margin-top: 2rem;
}

section.manifesto .container p.subtitulo a {
  font-size: 18px;
}

section.manifesto .container p.titulo {
  font-size: 36px;
}

.div-manifesto-img {
  order: 1;
  position: relative;
  width: 480px;
  max-width: 100vw;
}
@media screen and (max-width: 700px) {
  .div-manifesto-img {
    width: 280px;
  }
}

.bg-svg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
.bg-svg svg {
  width: 530px;
  max-width: 100vw;
}
@media screen and (max-width: 700px) {
  .bg-svg svg {
    width: 320px;
  }
}

.video-wrapper {
  width: 386px;
  border-radius: 196.5px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 100vw;
  display: flex;
  justify-content: center;
}
.video-wrapper video {
  height: 568px;
  width: auto;
  margin: 0 auto !important;
  display: inline-block;
  /*margin-left: 50%;*/
  /*transform:translateX(-50%);*/
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .video-wrapper {
    width: 248px;
    height: 350px;
  }
  .video-wrapper video {
    height: 350px;
  }
}

.bottom-icon {
  position: absolute;
  bottom: 25px;
  left: 60px;
  z-index: 1;
}
.bottom-icon svg {
  width: 60px;
}

.top-icon {
  position: absolute;
  top: 75px;
  right: -20px;
  z-index: 1;
}
.top-icon svg {
  width: 200px;
}
@media screen and (max-width: 700px) {
  .top-icon {
    top: 0;
    right: 0;
  }
}

.div-manifesto-img img {
  width: 100%;
  max-width: 95vw;
}

@media screen and (max-width: 400px) {
  .div-manifesto-img {
    margin-left: -13%;
    order: 1;
  }
  .div-manifesto-text {
    max-width: 300px;
    order: 2;
  }
}
section.servicos {
  background: #F2E9F2;
  border: none;
  height: auto;
}
@media screen and (max-width: 992px) {
  section.servicos {
    text-align: center;
    padding-top: 20px !important;
  }
}

section.servicos .container {
  flex-direction: column;
}

section.servicos .balao {
  position: relative;
  background-image: url(../../assets/group_work.png);
  background-repeat: no-repeat;
  background-position: 12px 7px;
  background-size: 30px;
}

section.servicos .titulo-section {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}

section.servicos > :nth-child(1) {
  background-image: url(../../assets/bg-pagina-servicos.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 511px 325px;
  min-height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

section.servicos .itens {
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #755A75;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 700px) {
  section.servicos .itens {
    gap: 5px;
  }
}

section.servicos .itens .item {
  background-image: url(../../assets/ok.png);
  background-repeat: no-repeat;
  background-position: 0em;
  background-size: 29px;
  padding: 20px 0 0 35px;
  height: 35px;
}

section.servicos .container-comparativo {
  position: relative;
  display: block;
  height: 1100px;
}
@media screen and (max-width: 992px) {
  section.servicos .container-comparativo {
    height: auto;
  }
}

section.servicos .container-comparativo .items-comparativo {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  max-width: 1420px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 165px;
  padding-left: 0px;
}
@media screen and (max-width: 992px) {
  section.servicos .container-comparativo .items-comparativo {
    display: none !important;
  }
}

section.servicos .container-comparativo .items-comparativo .comparativo {
  position: absolute;
  background-color: white;
  padding-top: 40px;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 500px;
  margin-right: 25px;
  margin-left: 25px;
}

section.servicos .container-comparativo .items-comparativo .comparativo .conteudo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
}

section.servicos .container-comparativo .items-comparativo .comparativo .conteudo .right {
  display: block;
  padding-bottom: 40px;
}

section.servicos .container-comparativo .items-comparativo .comparativo._1 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}

section.servicos .container-comparativo .items-comparativo .comparativo._2 {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-top: 120px;
}

section.servicos .container-comparativo .items-comparativo .comparativo._3 {
  margin-top: 185px;
  padding-top: 60px;
}

section.servicos .container-comparativo .items-comparativo .comparativo .left {
  max-width: 400px;
  padding-left: 20px;
}

section.servicos .container-comparativo .items-comparativo .comparativo p.titulo {
  font-weight: 700;
  font-size: 2.6rem;
}

section.servicos .container-comparativo .items-comparativo .comparativo p.subtitulo {
  color: #AA9BAA;
}

section.servicos .container-comparativo .items-comparativo .comparativo .saiba-mais {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  border-radius: 80px;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 114.69%;
  color: #80227B;
  border: 3.5px solid #80227B;
  text-decoration: none;
  cursor: pointer;
  max-width: 204px;
  margin-top: 20px;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
section.servicos .container-comparativo .items-comparativo .comparativo .saiba-mais:hover {
  background: #80227B;
  color: #fff;
}

section.servicos .container-comparativo .items-comparativo .comparativo .left img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

section.servicos .container-comparativo .items-comparativo .comparativo .right > img {
  width: calc(20.9vw + 204.7px);
}

section.servicos .container-comparativo .items-comparativo .comparativo .right .tip {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  background: #F2E9F2;
  border-radius: 8px;
  max-width: 470px;
  margin: 15px 0;
  font-size: 16px;
  line-height: 173.19%;
  color: #AA9BAA;
  position: relative;
}

section.servicos .container-comparativo .items-comparativo .comparativo .right .tip img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -7px;
}

section.servicos .container-comparativo .items-comparativo .comparativo:nth-child(1) .cabecalho {
  background: #fff;
}

section.servicos .container-comparativo .items-comparativo .comparativo:nth-child(2) .cabecalho {
  background: #80227B;
}

section.servicos .container-comparativo .items-comparativo .comparativo:nth-child(3) .cabecalho {
  background: #4D1552;
}

section.servicos .container-comparativo .items-comparativo .comparativo .cabecalho span {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 114.69%;
  letter-spacing: -0.045em;
}

section.servicos .container-comparativo .items-comparativo .comparativo .cabecalho span:first-child {
  padding-left: 1rem;
  color: white;
}

section.servicos .container-comparativo .items-comparativo .comparativo .cabecalho span:last-child {
  padding-left: 3rem;
  color: #D7A6D4;
}

section.servicos .container-comparativo .items-comparativo .comparativo:first-child .cabecalho span:first-child {
  color: #44204D;
}

section.servicos .container-comparativo .items-comparativo .comparativo .cabecalho {
  border-radius: 8px;
  padding: 50px 10px;
}

@media screen and (max-width: 992px) {
  section.servicos .container-comparativo .items-comparativo .comparativo .conteudo {
    flex-wrap: wrap;
  }
  section.servicos .container-comparativo .items-comparativo .comparativo .right .tip {
    max-width: 275px;
  }
  section.servicos .itens {
    flex-wrap: wrap;
    margin-left: 5%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  section.servicos .container-comparativo .items-comparativo {
    top: 0px;
  }
  section.servicos .container-comparativo .items-comparativo .comparativo .conteudo .right,
  section.servicos .container-comparativo .items-comparativo .comparativo .left {
    max-width: 300px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
section.beneficios .container {
  align-items: flex-start;
  margin-top: -100px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  section.beneficios .container {
    margin-left: 5%;
  }
}

section.beneficios .container > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 100px;
}

section.beneficios .container > .row .wrapper-img {
  width: calc(11.7vw + 331.1px);
}

section.beneficios .container > .row img {
  width: 120%;
  height: auto;
  /*transform: scale(1.25);*/
  padding: 0 0 4rem 0;
}
@media screen and (max-width: 992px) {
  section.beneficios .container > .row img {
    padding-bottom: 0;
  }
}

.saiba-mais-servicos {
  display: none;
}
@media screen and (max-width: 992px) {
  .saiba-mais-servicos {
    display: inline-block;
    padding: 20px 30px;
    border-radius: 80px;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 114.69%;
    color: #80227B;
    border: 3.5px solid #80227B;
    text-decoration: none;
    cursor: pointer;
    max-width: 204px;
    margin: 0 auto;
    margin-top: 20px;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .saiba-mais-servicos:hover {
    background: #80227B;
    color: #fff;
  }
}

section.beneficios .container > .row .conteudo {
  max-width: 400px;
}

section.beneficios .container > .row p.titulo {
  font-weight: 700;
}

section.beneficios .container > .row .conteudo .item {
  background-image: url(../../assets/ok.png);
  background-repeat: no-repeat;
  background-position: 0em;
  background-size: 29px;
  padding-left: 35px;
  height: 35px;
}
section.beneficios .container > .row .conteudo .item:last-child {
  margin-bottom: 8px;
}

section.beneficios .container > .row .conteudo .pre-item {
  background-image: url(../../assets/offline_bolt-amarelo.png);
  background-repeat: no-repeat;
  background-position: 0em;
  background-size: 29px;
  padding-left: 35px;
  height: 35px;
}

section.beneficios .container > .row .conteudo .pre-item span {
  position: relative;
  top: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #FF9400;
}

section.beneficios .container > .row .conteudo .item span {
  position: relative;
  top: 5px;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 114.69%;
  color: #AA9BAA;
}

section.beneficios .container > .row .conteudo > * {
  margin-top: 2rem;
}

section.beneficios .row.fluid-state-mind {
  font-weight: 700;
  font-size: 72px;
  line-height: 114.69%;
  /* or 83px */
  text-align: center;
  letter-spacing: -0.045em;
  color: #F2E9F2;
}

@media screen and (min-width: 992px) {
  section.beneficios .row.fluid-state-mind {
    font-size: 144px;
  }
}
@media screen and (max-width: 400px) {
  section.beneficios .container {
    margin-top: -50px;
  }
  section.beneficios .container > .row img {
    margin-left: -13%;
    width: 100%;
  }
  section.beneficios .container > .row .conteudo {
    max-width: 300px;
  }
}
section.depoimentos {
  background-color: #F2E9F2;
  height: auto;
  padding-bottom: 50px;
}

section.depoimentos .container {
  flex-direction: column;
}

section.depoimentos .container > .row p.titulo {
  font-weight: 700;
}

.owl-prev {
  display: none !important;
}

.owl-next {
  right: -2rem;
  background-color: #FF9400 !important;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  display: flex !important;
  font-weight: 700 !important;
  justify-content: center;
  align-items: flex-start;
}

.owl-next span {
  font-size: 3.3rem;
  font-weight: 700;
  color: #FFFFFF;
}

section.depoimentos .owl-carousel .item .left {
  width: 400px;
  height: 345px;
  position: relative;
}

section.depoimentos .owl-carousel .item .left > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

section.depoimentos .owl-carousel .item .left .wrapper-img-depoimentos {
  width: calc(100% + 40px);
  height: 100%;
  /*background-color: #77cce9;*/
  /*https://ishadeed.com/article/clip-path/*/
  clip-path: inset(30px 30px 30px round 196px);
}

section.depoimentos .owl-carousel .item .right .autor {
  background-image: url(../../assets/aspas-dupla.png);
  background-repeat: no-repeat;
  background-size: 50px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 30px;
  padding-top: 30px;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #00ACE4;
  padding-bottom: 10px;
}

section.depoimentos .owl-carousel .item .right .autor span.desc-funcao-autor {
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #AA9BAA;
}

section.depoimentos .row-depoimentos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 100px;
}

section.depoimentos .row-depoimentos .owl-carousel .item {
  display: flex;
  align-items: center;
}

section.depoimentos .row-depoimentos .owl-carousel .item .right {
  max-width: 600px;
}

section.depoimentos .row-depoimentos p.subtitulo {
  color: #AA9BAA;
  padding-left: 30px;
}

p.titulo-quem-esta-fluindo {
  text-align: center;
}

section.depoimentos .row .logos {
  margin-top: 40px;
}
section.depoimentos .row .logos .owl-item {
  min-width: min-content;
}

section.depoimentos .row .logos .item {
  width: 239.35px;
  height: 104px;
  background: #EDDDED;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centering y-axis */
  align-items: center;
  /* Centering x-axis */
  margin-top: 5px;
  margin-bottom: 5px;
}

section.depoimentos .row .logos .item img {
  width: 165px;
}

section.depoimentos .owl-carousel .owl-dot.active span {
  background: #FF9400;
  border-radius: 42.3963px;
  width: 29.28px;
  height: 14.64px;
}

@media screen and (min-width: 992px) {
  section.depoimentos .owl-carousel .item .right {
    margin: 20px;
  }
  .owl-theme .owl-dots {
    text-align: right;
  }
  .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  section.depoimentos .owl-carousel .item {
    flex-direction: column;
    max-width: calc(100vw - 120x);
  }
  .owl-next {
    position: absolute;
    bottom: -25px;
    right: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
  .owl-next span {
    font-size: 2.6rem;
  }
  section.depoimentos .container {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  section.depoimentos .row .logos {
    margin: 0 auto;
  }
  section.depoimentos .container {
    margin: 5%;
  }
  section.depoimentos .row .logos .item {
    margin: 5px auto;
  }
  section.depoimentos .owl-carousel .item .left {
    width: 300px;
    height: 261px;
  }
}
.tags-populares a.ver-todos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  background-image: url(../assets/seta-direita.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 100px 10px;
  text-decoration: none;
}

.tags-populares .tags {
  display: flex;
  flex-wrap: wrap;
}

.tags-populares .tags .item {
  color: #755A75;
  padding: 10px 0px;
  margin: 10px 0px;
}

.tags-populares .tags .item.tag {
  background: #E4CBE3;
  border-radius: 6px;
}

.tags-populares .tags .item.tag,
.tags-populares .tags .item a {
  padding: 10px 20px;
  margin: 10px;
  text-align: center;
  align-items: center;
  font-weight: 500;
  color: #80227B;
}

@media screen and (max-width: 992px) {
  .tags-populares .tags .item:first-child {
    width: 100%;
    text-align: center;
  }
  .tags-populares .tags {
    justify-content: center;
  }
}
header {
  background-color: #F2E9F2;
}

header .container p:nth-child(1) {
  font-weight: 700;
  font-size: 10rem;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #EDDDED;
}

header .container {
  flex-direction: column;
}

header .container .titulo-section {
  font-weight: 700;
  margin-top: -75px;
}

header .container .row:nth-child(1) {
  max-width: 600px;
}

header .container .row:last-child,
header .container .row p.subtitulo {
  margin-top: 1rem;
}

header .container .row:last-child {
  margin-bottom: 10rem;
}

section.posts {
  padding-top: 0 !important;
}

section.posts .container {
  /*margin-top: -5rem;*/
  margin-left: 10%;
  margin-right: 10%;
  display: block;
}

section.posts .paginacao {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
}

.share {
  display: none;
}

section.posts .paginacao ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  gap: 10px;
}

section.posts .paginacao ul li:not(.active):hover {
  background-color: #f7bd6c;
}

section.posts .paginacao ul li:not(.active) {
  cursor: pointer;
}

section.posts .paginacao ul li {
  width: 40px;
  height: 40px;
  border: 1px solid #F2E8F2;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  color: #45555C;
}

section.posts .paginacao ul li:last-child {
  background-image: url(../assets/arrow_forward_ios.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

section.posts .paginacao ul li.active {
  background-color: #FF9400;
  color: #FFFFFF;
}

@media screen and (max-width: 500px) {
  header .container .row:last-child {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 992px) {
  header .container .titulo-section {
    font-size: 1.7rem;
  }
  header .container p:nth-child(1) {
    font-size: 5rem;
  }
  header .container .row:first-child > * {
    text-align: center;
  }
  header .container {
    margin-left: 5%;
    margin-right: 5%;
  }
  header .container .titulo-section {
    font-weight: 700;
    margin-top: -30px;
  }
}
header {
  background-image: url(../assets/bg-blog-post.png);
  background-repeat: no-repeat;
  background-size: cover;
}

header .container {
  flex-direction: column;
  align-items: center;
  /*margin: 0 !important;*/
  max-width: none;
  gap: 10px;
}

header .container > * {
  text-align: center;
}

header .container > div.row:first-child {
  align-self: flex-start;
}

header .container > div.row:first-child a {
  display: flex;
  font-weight: 500;
  line-height: 160%;
  text-align: right;
  text-decoration-line: underline;
  color: #B690B6;
  margin-left: 2rem;
}

header .container > div.row:nth-child(2) button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px;
  width: 105px;
  background: #E4CBE3;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  line-height: 173.19%;
  color: #80227B;
}

header .container > div.row:nth-child(3) p.titulo {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
}

header .container > div.row:nth-child(4) {
  display: flex;
  align-items: center;
  margin-bottom: 8rem;
}

header .container > div.row:nth-child(4) .data-post {
  line-height: 160%;
  text-align: right;
  color: #B690B6;
}

header .container > div.row:nth-child(4) .author {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.12rem;
  line-height: 160%;
  /* identical to box height, or 26px */
  color: #FFFFFF;
}

header .container > div.row:nth-child(4) .author img {
  margin: 0 10px;
  border-radius: 50%;
}

main {
  margin: 100px 15%;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

main .conteudo {
  max-width: 700px;
}

.blog-post main .conteudo {
  line-height: 27px !important;
  white-space: break-spaces !important;
  font-size: 16px;
  color: #755A75;
}

.blog-post main {
  margin: 70px 15% 100px 15%;
}
@media screen and (max-width: 992px) {
  .blog-post main {
    margin: 70px 20px 100px 20px;
  }
}

main .conteudo p.subtitulo {
  font-weight: 600;
  color: #4D1552;
}

main .conteudo p:not(.subtitulo) {
  font-size: 1.15rem;
  line-height: 173.19%;
  color: #755A75;
  white-space: break-spaces;
}

main .conteudo .wrapper-img,
main .conteudo .legenda-img {
  text-align: center;
}

main .conteudo .legenda-img {
  font-size: 1rem;
  line-height: 173.19%;
  color: #AA9BAA;
}

section.posts {
  padding-top: 70px !important;
  /*background: #F2E9F2;*/
}

@media screen and (max-width: 600px) {
  main {
    margin: 0px 5%;
    /*margin-top: -22px;*/
    flex-direction: column;
    align-items: center;
  }
  .blog-post main {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  main .conteudo {
    max-width: 85%;
  }
  header .container > div.row:nth-child(3) p.titulo {
    font-size: 1.7rem;
    line-height: 114.69%;
    letter-spacing: -0.045em;
    margin: 0 auto;
  }
  main .wrapper-img img {
    position: relative;
    top: -50%;
  }
  header .container > div.row:nth-child(4) {
    margin-bottom: 4rem;
  }
}
.servicos .navbar-brand #logo-v2 {
  display: none;
}
.servicos .navbar-brand #logo-v2 {
  display: block;
}
.servicos header {
  background-color: #F2E9F2;
  background-image: none;
}
.servicos main {
  display: block;
}
.servicos header .container p:nth-child(1) {
  font-weight: 700;
  font-size: 10rem;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #EDDDED;
}
.servicos header .container > * {
  text-align: center;
}
.servicos header .container {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15rem;
}
.servicos header .container .titulo-section {
  font-weight: 700;
  max-width: 515px;
  margin: 0 auto;
  margin-top: -75px;
}
.servicos main .container.tabs {
  margin-top: -250px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .servicos main .container.tabs {
    margin-top: -160px;
  }
}
.servicos main .container.tabs .tab:not(.active) {
  cursor: pointer;
  justify-content: center;
}
.servicos main .container.tabs .tab .titulo {
  font-weight: 700;
}
.servicos main .container.tabs .tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  min-width: 150px;
  width: 100%;
  height: 120px;
  padding-top: 30px;
  z-index: 1;
}
.servicos main .container strong {
  font-weight: 900;
}
.servicos main .container.tabs .tab.active {
  max-width: 386px;
  background: #FFFFFF;
  box-shadow: 0px -16px 18px -9px rgba(224, 212, 224, 0.46);
  border-radius: 8px;
  padding-top: 50px;
  height: 250px;
  z-index: 2;
}
.servicos main .container.tabs .tab .tipo-plano {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.servicos main .container.tabs .tab:nth-child(2):not(.active) .tipo-plano {
  margin-left: -1px;
  border-right: 2px solid #E3DBE3;
  border-left: 2px solid #E3DBE3;
}
.servicos main .container.tabs .tab:not(.active) .tipo-plano img {
  opacity: 0.4;
}
.servicos main .container.tabs .tab p {
  text-align: center;
}
.servicos main .container.tabs .tab p.subtitulo {
  width: 275px;
  font-size: 18p;
  line-height: 31px;
  color: #AA9BAA;
  font-weight: 400;
}
.servicos main .container.tabs .tab p.subtitulo strong {
  color: #00ACE4;
  font-weight: 400;
}
.servicos main .container.tabs .tab:not(.active) .mais-contratado,
.servicos main .container.tabs .tab:not(.active) p.subtitulo {
  display: none;
}
.servicos main .container.tabs .tab .tipo-plano > *,
.servicos main .container.tabs .tab > * {
  padding-top: 1rem;
}
.servicos main .container.tabs .tab .tipo-plano p.titulo {
  width: 95%;
}
.servicos main .container.tabs .tab.active .mais-contratado {
  position: absolute;
  width: 191px;
  height: 28px;
  top: -4px;
  right: -8px;
  padding-top: 9px;
  background-image: url(../assets/mais-contrado.png);
  background-size: 25px;
  background-position: 6px center;
  background-repeat: no-repeat;
}
.servicos main .container.tabs .tab.active .mais-contratado span {
  background: #FF9400;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 114.69%;
  color: #FFFFFF;
  margin-left: 20px;
  padding: 4px;
  padding-right: 25px;
}
.servicos main .container.plano {
  display: none;
  margin-left: 0;
}
.servicos main .container.plano.active {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
}
.servicos main .container.plano ul {
  list-style: none;
}
.servicos main .container.plano ul > * {
  margin-top: 1rem;
}
.servicos main .container.plano li {
  background-image: url(../assets/ok-amarelo.png);
  background-repeat: no-repeat;
  background-size: 36px;
  padding: 8px;
  padding-left: 45px;
  font-size: 16px;
  line-height: 114.69%;
  color: #AA9BAA;
  min-height: 20px;
}
.servicos .imgwrapper {
  max-width: 465px;
  min-width: 465px;
}
.servicos main .container.plano .imgwrapper img {
  width: 100%;
  height: auto;
}
.servicos section.fluid-corporate {
  margin: 5% auto;
  width: 90%;
  height: auto;
  max-width: 1278px;
  background: var(--bg-div);
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.servicos section.fluid-corporate .conteudo-corporate {
  width: 100%;
  max-width: 430px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.servicos section.fluid-pro-starter .conteudo > *,
.servicos section.fluid-corporate .conteudo-corporate > * {
  margin-top: 1rem;
}
.servicos section.fluid-corporate .conteudo-corporate > :nth-child(1) {
  background-image: url(../assets/raio.png);
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 7px;
  padding-left: 35px;
  font-size: 1.15rem;
  line-height: 114.69%;
  color: #FF9400;
}
.servicos section.fluid-corporate .conteudo-corporate > :nth-child(2) {
  font-weight: 700;
  font-size: 2.6rem;
  color: #FFFFFF;
}
.servicos section.fluid-corporate .conteudo-corporate > :nth-child(4) {
  border: none;
  width: 300px;
  background: var(--bg-btn);
  border-radius: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: 600;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #FFFFFF;
}
.servicos section.fluid-pro-starter {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 6rem;
  margin-left: 3%;
  column-gap: 10px;
  width: 93%;
}
@media screen and (max-width: 772px) {
  .servicos section.fluid-pro-starter {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.servicos section.fluid-pro-starter > * {
  max-width: 420px;
}
.servicos section.fluid-pro-starter .conteudo > :nth-child(2) {
  font-weight: 700;
  font-size: 2.6rem;
}
.servicos section.fluid-pro-starter .conteudo > :nth-child(4) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  padding: 20px 12px;
  border-radius: 80px;
  width: 204px;
  border: 3px solid;
  border-color: #80227B;
  font-weight: 600;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #80227B;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .servicos section.fluid-corporate .conteudo-corporate > :nth-child(1) {
    width: 215px;
  }
}
@media screen and (max-width: 992px) {
  .servicos header .container p:nth-child(1) {
    font-size: 5rem;
  }
  .servicos header .container .titulo-section {
    max-width: 275px;
  }
  .servicos main .container.tabs .tab:not(.active) .titulo {
    font-size: 1rem;
  }
  .servicos main .container.plano.active {
    flex-direction: column-reverse;
  }
  .servicos main .container.tabs .tab:not(.active) {
    max-width: 80px;
    width: 80px;
    min-width: 80px;
  }
  .servicos main .container.tabs .tab.active {
    padding-top: 20px;
    max-width: 195px;
    height: 275px;
  }
  .servicos main .container.tabs .tab.active .mais-contratado span {
    font-size: 12px;
  }
  .servicos main .container.tabs .tab.active .mais-contratado {
    max-width: 150px;
    right: 0;
    background-size: 20px;
    background-position: 7px 5px;
  }
  .servicos main .container.tabs {
    margin-left: 3%;
  }
  .servicos main .container.tabs .tab p.subtitulo {
    max-width: 150px;
  }
  .servicos section.fluid-pro-starter .conteudo > :nth-child(2) {
    font-size: 1.6rem;
  }
  .servicos section.fluid-pro-starter .conteudo > :nth-child(4) {
    width: 125px;
  }
}
@media screen and (min-width: 992px) {
  .servicos main .container.tabs .tab.active .titulo {
    font-size: 2.6rem;
  }
}

.owl-next {
  background-image: url(/assets/btnarrow.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 11px !important;
}
.owl-next span {
  font-size: 0 !important;
  color: transparent !important;
}

.blog .navbar #logo-v1 {
  display: none;
}
.blog .navbar #logo-v2 {
  display: initial;
}
.blog header {
  background-color: #F2E9F2;
  background-image: none;
}
.blog header .container p:nth-child(1) {
  font-weight: 700;
  font-size: 10rem;
  line-height: 114.69%;
  letter-spacing: -0.045em;
  color: #EDDDED;
}
.blog header .container {
  flex-direction: column;
  align-items: flex-start;
  /*margin-left:0 !important;*/
}
.blog header .container .titulo-section {
  font-weight: 700;
  margin-top: -75px;
}
.blog header .container .row:nth-child(1) {
  max-width: 600px;
  text-align: left;
  /*margin:0 auto;*/
}
.blog header .container .row:last-child,
.blog header .container .row p.subtitulo {
  margin-top: 1rem;
}
.blog header .container .row:last-child {
  margin-bottom: 10rem;
}
.blog section.posts {
  padding-top: 0 !important;
}
.blog section.posts .container {
  margin-top: -5rem;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
}
.blog section.posts .paginacao {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
}
.blog section.posts .paginacao ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  gap: 10px;
}
.blog section.posts .paginacao ul li:not(.active):hover {
  background-color: #f7bd6c;
}
.blog section.posts .paginacao ul li:not(.active) {
  cursor: pointer;
}
.blog section.posts .paginacao ul li {
  width: 40px;
  height: 40px;
  border: 1px solid #F2E8F2;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  color: #45555C;
}
.blog section.posts .paginacao ul li:last-child {
  background-image: url(../assets/arrow_forward_ios.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.blog section.posts .paginacao ul li.active {
  background-color: #FF9400;
  color: #FFFFFF;
}
@media screen and (max-width: 500px) {
  .blog header .container .row:last-child {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 992px) {
  .blog header .container .titulo-section {
    font-size: 1.7rem;
  }
  .blog header .container p:nth-child(1) {
    font-size: 5rem;
  }
  .blog header .container .row:first-child > * {
    text-align: center;
  }
  .blog header .container {
    margin-left: 5%;
    margin-right: 5%;
  }
  .blog header .container .titulo-section {
    font-weight: 700;
    margin-top: -30px;
  }
}

.blog-post header {
  position: relative !important;
}
.blog-post header:before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(40, 10, 43, 0) -199.53%, #280A2B 68.75%), url(../scss/.jpg), #F2E9F2;
  opacity: 0.6;
}
.blog-post header .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.blog-post header * {
  z-index: 1;
}

.blog-post .posts {
  padding-top: calc(5rem + 60px) !important;
}

.owl-prev span, .owl-next span {
  font-family: "Open Sans", sans-serif !important;
  line-height: 3.2rem;
}

.logos .owl-dots {
  display: none !important;
}

.mfp-content .servico-corporate, .mfp-content .servico-pro, .mfp-content .servico-starter {
  max-width: 750px;
  background: #fff;
  margin: 0 auto;
  border-radius: 30px;
  padding: 60px;
}
.mfp-content .servico-corporate .imgwrapper, .mfp-content .servico-pro .imgwrapper, .mfp-content .servico-starter .imgwrapper {
  width: 100%;
  margin-left: 35px;
}
.mfp-content .servico-corporate .imgwrapper img, .mfp-content .servico-pro .imgwrapper img, .mfp-content .servico-starter .imgwrapper img {
  width: 100%;
}
.mfp-content .servico-corporate .container, .mfp-content .servico-pro .container, .mfp-content .servico-starter .container {
  margin-left: 0;
  margin-top: 25px;
}
.mfp-content .servico-corporate .container ul, .mfp-content .servico-pro .container ul, .mfp-content .servico-starter .container ul {
  padding-left: 20px;
  color: #AA9BAA;
}

.steps-wrapper {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.steps-wrapper.perfil-steps {
  min-height: 100%;
}
.steps-wrapper .steps-progress {
  height: 4px;
  position: absolute;
  width: 100%;
  top: 110px;
  left: 0;
}
.steps-wrapper .steps-progress .progress-bar {
  background: #03989E;
}
.steps-wrapper section.perfil-section {
  text-align: center;
  padding: 40px 30px;
  min-height: calc(100vh - 122px);
}
.steps-wrapper section.perfil-section .step-counter {
  color: #03989E;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-flex;
}
.steps-wrapper .form-group {
  text-align: left;
}

.filepond--drop-label {
  /*color: #EBEEF5 !important;*/
  cursor: pointer;
}
.filepond--drop-label label {
  cursor: pointer !important;
}

.filepond--label-action {
  text-decoration-color: #babdc0;
}

.filepond--panel-root {
  background-color: #EBEEF5 !important;
}

.filepond--root {
  width: 170px;
  margin: 0 auto;
}

html.mod-touch * {
  background-attachment: scroll !important;
}

body.avaliacao header {
  width: 100%;
  position: fixed;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  display: block;
  z-index: 5;
}
body.avaliacao header .top-h {
  width: 100%;
  padding: 10px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.avaliacao header .top-h .d-inline-flex {
  align-items: center;
}
body.avaliacao header .top-h .back-link {
  display: inline-flex;
  align-items: center;
}
body.avaliacao header .top-h .title {
  margin: 0 15px;
}
body.avaliacao header .top-h .disabled {
  opacity: 0.2;
}
body.avaliacao header .bot-h {
  width: 100%;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EBEEF5;
}
body.avaliacao .default-top-padding {
  padding-top: 150px !important;
}
body.avaliacao .accordion-body .fotos-grid {
  margin-top: 20px;
}

.bottom-infos {
  display: flex;
  justify-content: space-between;
}
