@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background-color: #111;
  color: white;
  margin: 0 !important; }

html {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background-color: #111;
  color: white;
  margin: 0 !important; }

div#wpadminbar {
  display: none; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

/* cookies */
.cookiealert {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 20%;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 12px;
  transform: translate(0%, 100%);
  transition: all 500ms ease-out;
  color: #000;
  border: 1px solid #D1DBE4;
  background: #fff; }
  .cookiealert p {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-bottom: 0px; }
    .cookiealert p a {
      color: #00D35C; }
  .cookiealert .btn.btn-primary {
    font-size: 0.875rem;
    padding: 8px 14px;
    text-transform: uppercase; }

.acceptcookies {
  transition: all .2s ease-in-out;
  margin-top: 10px;
  background-color: #222 !important;
  border: none; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
  transition-delay: 1000ms; }

::selection {
  color: white;
  background-color: #25982D; }

/* elements */
.hero2 {
  padding: 250px 0 30px 0 !important; }

article * {
  margin-bottom: 15px; }
article h2, article h3 {
  margin: 25px 0 10px; }
article p {
  font-size: 16px; }
article a {
  color: #00D35C; }

img {
  display: block;
  max-width: 100%; }

h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 20px; }

p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px; }

a:hover {
  color: #fff;
  text-decoration: none; }

.button {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  max-width: fit-content;
  text-transform: uppercase;
  padding: 13px 22px;
  border-radius: 20px 20px 20px 0;
  border: none;
  font-size: 18px;
  line-height: 1 !important;
  font-weight: 500;
  transition: all .2s ease-in-out; }

.button-green {
  color: white;
  background-color: #25982D; }
  .button-green:hover {
    background-color: #222; }

.mt-60 {
  margin-top: 60px; }

section {
  padding: 100px 0; }

.container {
  max-width: 1272px !important;
  padding-left: 16px;
  padding-right: 16px; }

.show-for-small {
  display: none !important; }

/*header*/
header {
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: 1000; }
  header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header a.navbar-brand {
    position: relative;
    z-index: 400; }
  header .nav-link {
    display: flex;
    align-items: center;
    letter-spacing: 4px;
    color: white;
    gap: 20px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .2s ease-in-out; }
    header .nav-link:hover {
      color: #25982d; }
    header .nav-link::before {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      background-color: #25982d; }
    header .nav-link:first-child::before {
      display: none; }
  header .hamburger {
    position: relative;
    z-index: 400;
    cursor: pointer; }
    header .hamburger .ham {
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      transition: transform 300ms;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    header .hamburger .hamRotate.active {
      transform: rotate(45deg); }
    header .hamburger .line {
      fill: none;
      transition: stroke-dasharray 300ms, stroke-dashoffset 300ms;
      stroke: #fff;
      stroke-width: 5.5;
      stroke-linecap: round; }
    header .hamburger .ham4 .top {
      stroke-dasharray: 40 121; }
    header .hamburger .ham4 .bottom {
      stroke-dasharray: 40 121; }
    header .hamburger .ham4.active .top {
      stroke-dashoffset: -68px; }
    header .hamburger .ham4.active .bottom {
      stroke-dashoffset: -68px; }
  header .menu-overlay {
    position: absolute;
    top: calc(100% - 100px);
    left: 0;
    right: 0;
    width: 0%;
    height: 100vh;
    overflow: hidden;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #222222;
      padding: 10px 20px;
      padding-top: 120px;
      z-index: 200;
      transform: translateX(-100vw) translateY(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
    header .menu-overlay .nav-link {
      gap: 15px;
      font-size: 18px;
      margin-bottom: 10px; }
    header .menu-overlay .button-green {
      margin-top: 20px; }
  header .menu-overlay.open {
    display: block;
    width: 100%; }
    header .menu-overlay.open .nav-menu {
      transform: translateX(0vw) translateY(0px); }

.navbar-nav {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 5px 28px;
  border: 1px solid white;
  border-radius: 20px 20px 20px 0; }

/* hero */
.mosaic-wrapper {
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0; }
  .mosaic-wrapper .mosaic-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2; }
    .mosaic-wrapper .mosaic-overlay:before {
      content: '';
      position: absolute;
      inset: 0;
      background: #25982d;
      z-index: 1;
      opacity: 0.1; }
  .mosaic-wrapper .mosaic {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: perspective(2000px) rotateY(10deg) rotateX(15deg);
    transform-origin: left top;
    gap: 10px;
    z-index: 1; }
    .mosaic-wrapper .mosaic .mosaic-row {
      display: flex;
      flex-shrink: 0;
      min-width: 200%;
      /* espaço para o loop funcionar sem corte */
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
      .mosaic-wrapper .mosaic .mosaic-row img {
        width: 425px;
        height: 235px;
        border-radius: 10px;
        object-fit: cover;
        margin-right: 10px; }
    .mosaic-wrapper .mosaic .row-1 {
      animation: scroll-left 40s linear infinite; }
    .mosaic-wrapper .mosaic .row-2 {
      animation: scroll-right 60s linear infinite; }
    .mosaic-wrapper .mosaic .row-3 {
      animation: scroll-left 50s linear infinite; }
    .mosaic-wrapper .mosaic .row-4 {
      animation: scroll-right 70s linear infinite; }
    .mosaic-wrapper .mosaic .row-5 {
      animation: scroll-left 80s linear infinite; }
  @media screen and (max-width: 1140px) {
    .mosaic-wrapper .mosaic .mosaic-row img {
      width: 275px;
      height: 150px; }
    .mosaic-wrapper .mosaic .row-1 {
      animation: scroll-left 15s linear infinite; }
    .mosaic-wrapper .mosaic .row-2 {
      animation: scroll-right 30s linear infinite; }
    .mosaic-wrapper .mosaic .row-3 {
      animation: scroll-left 20s linear infinite; }
    .mosaic-wrapper .mosaic .row-4 {
      animation: scroll-right 40s linear infinite; }
    .mosaic-wrapper .mosaic .row-5 {
      animation: scroll-left 30s linear infinite; } }

@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@keyframes scroll-right {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0); } }
#main-hero {
  position: relative;
  background-size: cover;
  color: white;
  overflow: hidden;
  padding: 460px 0 140px 0; }
  #main-hero h1 {
    margin: 0 auto 32px;
    font-size: 50px;
    font-weight: bold; }
  #main-hero p {
    margin: 0 auto 22px;
    font-size: 22px;
    font-weight: 400; }

.button-princ {
  line-height: 1;
  white-space: nowrap;
  border: 2px solid white;
  border-radius: 0 40px 40px 0;
  padding: 9px 37px 9px 16px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: fit-content;
  transition: all ease 300ms; }
  .button-princ::after {
    content: '';
    transition: all .3s ease-in;
    background-image: url("../img/arrow.svg");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    background-color: white;
    border-radius: 50%;
    transition: all ease 300ms; }
  .button-princ:hover {
    transform: scale(1.05); }
    .button-princ:hover::after {
      right: -30px; }

/* video */
.video-section {
  background-position-y: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/shape1.svg"); }
  .video-section h2 {
    color: #fff; }
    .video-section h2 b, .video-section h2 strong {
      color: #25982D; }
  .video-section p {
    color: #cbcbcb; }
  .video-section img {
    max-width: 100%; }
  .video-section .container {
    position: relative; }

.video-wrapper {
  width: 100%;
  padding-bottom: 56.25%; }
  .video-wrapper iframe {
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .video-wrapper .video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 82px;
    transition: all .2s ease-in-out; }

.bg-video-thumb {
  position: absolute;
  background-color: #000;
  background-position: center;
  background-size: cover;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.video-player:hover {
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1.2); }
.video-player::after {
  content: '';
  background-repeat: no-repeat;
  background-image: url("../img/player.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain; }

.about-section {
  color: #222;
  background-color: #000; }
  .about-section h2 {
    color: #fff;
    margin-bottom: 20px; }
    .about-section h2 b, .about-section h2 strong {
      color: #25982D; }
  .about-section p {
    color: #cbcbcb;
    margin-bottom: 25px; }
  .about-section .chamada {
    color: #fff;
    font-weight: 500;
    border-radius: 0 40px 40px 0;
    padding: 9px 17px;
    background-color: #222;
    font-size: 20px;
    text-decoration: none; }
  .about-section .wrapper {
    display: flex;
    justify-content: space-between; }

.swiper-nav {
  display: flex;
  gap: 11px; }

.swiper-btn-next {
  background-color: #222;
  position: static;
  width: 47px;
  min-width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
  border-radius: 0 40px 40px 0;
  cursor: pointer; }
  .swiper-btn-next::after {
    content: '';
    background-image: url("../img/arrow-swiper.svg");
    width: 23px;
    height: 16px; }

.swiper-btn-prev {
  background-color: #222;
  position: static;
  width: 47px;
  min-width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  border-radius: 40px 0 0 40px;
  cursor: pointer; }
  .swiper-btn-prev::after {
    content: '';
    background-image: url("../img/arrow-swiper.svg");
    width: 23px;
    height: 16px;
    transform: rotate(180deg); }

.swiper-button-disabled {
  opacity: .4;
  cursor: default; }

.video-content img {
  width: 100%; }

.swiper-slide h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 18px; }

.video-banner {
  position: relative;
  display: flex;
  align-items: center;
  transition: all ease 300ms; }
  .video-banner img {
    height: 300px;
    object-fit: cover;
    transition: all ease 300ms;
    z-index: -1; }
  .video-banner .play-btn {
    background-image: url("../img/player.svg");
    background-position: center;
    background-size: cover;
    width: 40px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all ease 300ms; }
  .video-banner:hover {
    transform: scale(1.1); }
    .video-banner:hover .play-btn {
      opacity: 1;
      visibility: visible; }
    .video-banner:hover img {
      filter: brightness(0.8); }

.swiper {
  padding-left: 30px;
  padding-right: 160px;
  margin-top: 60px; }
  .swiper .number {
    font-family: "Audiowide", sans-serif !important;
    position: absolute;
    left: -20px;
    bottom: 5px;
    font-size: 7rem;
    line-height: 1;
    display: inline-block;
    height: 1em;
    color: #000;
    -webkit-text-stroke: 1px white;
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5); }
    .swiper .number:before {
      content: '';
      -webkit-text-fill-color: black;
      -webkit-text-stroke: 0;
      position: absolute; }

.videos {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 20px;
  overflow: hidden; }
  .videos .video-wrapper {
    max-width: 70%;
    width: 100%;
    max-height: 100%;
    position: relative;
    padding: 0 !important; }
    .videos .video-wrapper video {
      width: 100%;
      height: auto;
      display: block; }
    .videos .video-wrapper button {
      position: absolute;
      top: -90px;
      right: 0;
      font-size: 80px;
      color: #fff;
      background: transparent;
      border: none;
      cursor: pointer;
      outline: none !important; }
  @media screen and (max-width: 1380px) {
    .videos .video-wrapper {
      max-width: 60%; } }
  @media screen and (max-width: 1140px) {
    .videos {
      padding: 30px 15px 20px; }
      .videos .video-wrapper {
        max-width: 100%; }
      .videos .video-wrapper button {
        top: -60px;
        font-size: 50px; } }

.videos.active {
  max-height: 100%;
  opacity: 1;
  visibility: visible; }

/* motivos */
.motivos-section h2 {
  position: relative;
  text-align: center;
  border-radius: 40px 40px 40px 0;
  border: 1px solid #25982d;
  max-width: max-content;
  margin: 0 auto 20px;
  padding: 28px;
  overflow: hidden; }
  .motivos-section h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #25982D;
    transition: all ease 500ms;
    transition-delay: 800ms;
    z-index: -1; }
  .motivos-section h2 .plus {
    color: #25982D; }
.motivos-section .container > .text-center.aos-animate h2:before {
  height: 100%; }
.motivos-section .container > .text-center.aos-animate h2 .plus {
  color: #fff; }

.grid-motivos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }

.motivo-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 30px;
  padding: 40px 30px 40px 30px;
  border: solid 2px transparent;
  background: linear-gradient(180deg, #244632 0%, #03411d 100%);
  transition: all linear 200ms; }
  .motivo-wrapper:hover {
    border: solid 2px #fff;
    transform: scale(1.05); }
  .motivo-wrapper h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px; }
  .motivo-wrapper p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px; }
  .motivo-wrapper img {
    margin-top: auto;
    max-width: 60px; }

/* planos */
.flex-planos {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }
  .flex-planos .plano-wrapper {
    transition: all ease 300ms; }
    .flex-planos .plano-wrapper:hover {
      background-color: #25982d; }
    .flex-planos .plano-wrapper:first-child {
      width: 370px; }
    .flex-planos .plano-wrapper:last-child {
      width: 476px; }

.plano-wrapper {
  border: 5px solid #25982d;
  border-radius: 30px;
  padding: 70px 30px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .plano-wrapper h3 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 15px; }
  .plano-wrapper .price p {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0; }
    .plano-wrapper .price p b, .plano-wrapper .price p strong {
      font-size: 80px; }
  .plano-wrapper .button-princ {
    font-size: 18px; }
  .plano-wrapper .cancel {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px; }

.planos-section h2 b, .planos-section h2 strong {
  color: #25982D; }
.planos-section .cta-p {
  margin: 0 auto;
  font-size: 18px; }

/* faq */
.faq-section {
  background-color: #000;
  background-repeat: no-repeat;
  background-position-y: -15px;
  background-position-x: 140%;
  background-image: url("../img/shape2.svg"); }
  .faq-section h2 {
    color: #fff; }
    .faq-section h2 b, .faq-section h2 strong {
      color: #25982D; }
  .faq-section .faq-accordion {
    background-color: #111;
    color: white;
    border-radius: 30px;
    margin-bottom: 14px;
    padding: 32px 45px;
    cursor: pointer; }
    .faq-section .faq-accordion .faq-question {
      position: relative;
      font-size: 18px;
      font-weight: 700;
      padding-right: 40px;
      margin-bottom: 0;
      transition: all ease 300ms; }
      .faq-section .faq-accordion .faq-question:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background-image: url("../img/arrow-faq-2.svg");
        transform: rotate(-180deg);
        width: 15px;
        height: 23px;
        transition: all ease 300ms; }
    .faq-section .faq-accordion .faq-answer {
      max-height: 0;
      -webkit-transition: max-height 0.5s ease-in-out;
      transition: max-height 0.5s ease-in-out;
      overflow: hidden; }
    .faq-section .faq-accordion .accordion-body {
      padding-top: 15px; }
      .faq-section .faq-accordion .accordion-body * {
        font-size: 16px;
        font-weight: 400; }
  .faq-section .faq-accordion.active .faq-question {
    color: #25982D; }
    .faq-section .faq-accordion.active .faq-question:before {
      transform: rotate(0deg); }
  .faq-section .faq-accordion.active .faq-answer {
    max-height: 2000px; }

/* rodape */
footer {
  color: white;
  padding: 80px 0 38px; }
  footer a {
    color: white;
    text-decoration: none; }
  footer .copy {
    margin-top: 80px;
    text-align: center; }
    footer .copy p {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 0; }
  footer .links-wrapper {
    display: flex;
    margin-top: 30px;
    gap: 8px;
    justify-content: center; }
    footer .links-wrapper a {
      background-color: white;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 44px;
      height: 44px;
      transition: all ease 200ms; }
      footer .links-wrapper a:hover {
        transform: scale(1.1); }
  footer .contact {
    display: flex;
    gap: 14px;
    padding-left: 50px;
    align-items: center; }
  footer nav {
    gap: 16px; }
  footer .pill {
    font-size: 14px;
    border: 1px solid #FFF;
    border-radius: 40px;
    color: white;
    padding: 14px 26px;
    text-align: center;
    max-width: fit-content;
    transition: all ease 200ms; }
    footer .pill:hover {
      background-color: #25982D; }

.contact:first-child {
  gap: 19px;
  margin-bottom: 10px; }

@media screen and (max-width: 1600px) {
  section {
    padding: 80px 0; }

  .hero2 {
    padding: 200px 0 20px 0 !important; }

  header {
    top: 40px; }

  #main-hero {
    padding: 260px 0 100px; } }
@media screen and (max-width: 1380px) {
  section {
    padding: 60px 0; }

  .container {
    max-width: 1172px !important; }

  .hero2 {
    padding: 180px 0 10px 0 !important; }

  h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px; }

  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px; }

  #main-hero {
    padding: 230px 0 80px; }
    #main-hero h1 {
      font-size: 42px;
      margin: 0 auto 22px; }
    #main-hero p {
      font-size: 20px;
      margin: 0 auto 18px; }

  .swiper .number {
    font-size: 5rem; }
  .swiper .swiper-slide h3 {
    font-size: 20px;
    margin-top: 14px; }

  .video-banner img {
    height: 250px; }

  .video-banner .play-btn {
    margin-left: -10px; }

  .motivos-section h2 {
    padding: 22px; }

  .motivo-wrapper {
    padding: 42px 34px; }
    .motivo-wrapper p {
      font-size: 16px;
      margin-bottom: 40px; } }
@media screen and (max-width: 1140px) {
  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .cookiealert {
    width: calc(100% - 20px);
    text-align: center;
    padding: 8px;
    left: 10px;
    bottom: 10px; }

  .show-for-large {
    display: none !important; }

  .show-for-small {
    display: block !important; }

  br {
    display: none; }

  section {
    padding: 40px 0; }

  .hero2 {
    height: auto !important;
    padding: 160px 0 0px 0 !important; }

  h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px; }

  .mt-60 {
    margin-top: 40px; }

  header {
    top: 20px; }
    header .nav-link:first-child::before {
      display: block; }

  a.navbar-brand img {
    max-width: 225px; }

  #main-hero {
    height: 100vh; }
    #main-hero h1 {
      font-size: 32px;
      margin: 0 auto 20px; }
    #main-hero p {
      font-size: 18px;
      margin: 0 auto 20px; }

  .grid-motivos {
    grid-template-columns: 1fr;
    gap: 20px; }

  .video-section img {
    margin-top: 20px; }

  .video-wrapper {
    margin-top: 20px; }
    .video-wrapper .video-player {
      width: 50px;
      height: 60px; }

  .about-section .wrapper {
    flex-direction: column;
    gap: 12px; }

  .swiper {
    padding-left: 25px;
    padding-right: 120px;
    margin-top: 50px; }

  .swiper-slide h3 {
    font-size: 18px; }

  .video-banner .play-btn {
    margin-left: 0; }

  .motivo-wrapper {
    padding: 32px 24px;
    max-height: auto; }
    .motivo-wrapper h3 {
      margin-bottom: 15px;
      font-size: 24px; }

  .flex-planos {
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px; }
    .flex-planos .plano-wrapper {
      width: 100% !important;
      padding: 26px 20px; }

  .plano-wrapper h3 {
    margin-bottom: 10px;
    font-size: 15px; }
  .plano-wrapper .price p {
    font-size: 30px; }
    .plano-wrapper .price p b, .plano-wrapper .price p strong {
      font-size: 70px; }

  .faq-section {
    background-position-x: 20%; }
    .faq-section .faq-accordion {
      padding: 22px; }
      .faq-section .faq-accordion .faq-question {
        font-size: 16px;
        font-weight: 600;
        padding-right: 20px; }
        .faq-section .faq-accordion .faq-question:before {
          width: 10px;
          height: 19px;
          background-position: center;
          background-size: cover; }
      .faq-section .faq-accordion .accordion-body * {
        font-size: 14px;
        line-height: 1.3; }

  .faq-component {
    margin-top: 30px; }

  footer {
    padding: 40px 0; }
    footer .footer-brand {
      max-width: 225px; }
    footer .pill {
      max-width: 100%; }
    footer .links-wrapper {
      justify-content: start;
      margin-bottom: 30px; }
    footer .contact {
      padding-left: 0; }
    footer nav {
      margin-top: 24px; }
    footer .copy p {
      font-size: 14px; } }
.btn-whatsapp-pulse {
  background: #00D35C;
  color: white;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 200; }
  @media screen and (max-width: 1140px) {
    .btn-whatsapp-pulse {
      bottom: 15px;
      right: 15px;
      transform: scale(0.8); } }

.btn-whatsapp-pulse img {
  width: 30px;
  min-width: 30px; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); } }
.btn-whatsapp-pulse-border {
  animation-play-state: paused; }

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 20px;
  border: 5px solid #00D35C;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite; }

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75; }
  75% {
    padding: 50px;
    opacity: 0; }
  100% {
    opacity: 0; } }
a.topo.ancora {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  position: fixed;
  z-index: 200;
  right: 42px;
  bottom: 105px;
  transition: all ease 200ms; }
  a.topo.ancora:hover {
    transform: translateY(-8px); }
  @media screen and (max-width: 1140px) {
    a.topo.ancora {
      width: 30px;
      height: 30px;
      right: 31px;
      bottom: 80px; } }

/*# sourceMappingURL=styles.css.map */
