.elementor-kit-7{--e-global-color-primary:#0D203A;--e-global-color-secondary:#95B1CE;--e-global-color-text:#000000;--e-global-color-accent:#95B1CE;--e-global-color-955ab07:#324973;--e-global-color-0ba26e7:#C5B2A4;--e-global-color-c703dbf:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:2200ms;--e-preloader-color:#FFFFFF;--e-preloader-size:20px;}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   BOTÃO PERMA
========================= */

.botao-perma {
  width: auto !important;
}

/* Botão interno do Elementor */
.botao-perma .elementor-button {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content !important;

  background: linear-gradient(
    90deg,
    #324973 0%,
    #2864A3 49%,
    #324973 100%
  ) !important;

  color: #ffffff !important;
  border: none !important;
  border-radius: 8px;
  transition: all 0.3s ease;

  animation: pulse-perma 1.8s infinite;
}

/* Texto e ícones dentro do botão */
.botao-perma .elementor-button-text,
.botao-perma .elementor-button-icon,
.botao-perma .elementor-button-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Efeito ao passar o mouse */
.botao-perma .elementor-button:hover {
  background: linear-gradient(
    90deg,
    #2864A3 0%,
    #324973 49%,
    #2864A3 100%
  ) !important;

  transform: translateY(-2px);
}

/* Animação pulsante */
@keyframes pulse-perma {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 100, 163, 0.6);
  }

  70% {
    transform: scale(1.04);
    box-shadow: 0 0 0 12px rgba(40, 100, 163, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 100, 163, 0);
  }
}

/* Garante que o Elementor consiga ocultar o botão */
@media (max-width: 1024px) {
  .elementor-hidden-tablet.botao-perma,
  .elementor-hidden-tablet .botao-perma,
  .botao-perma.elementor-hidden-tablet,
  .botao-perma.hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .elementor-hidden-mobile.botao-perma,
  .elementor-hidden-mobile .botao-perma,
  .botao-perma.elementor-hidden-mobile,
  .botao-perma.hidden-mobile {
    display: none !important;
  }
}


/* =========================
   BACKGROUND DEGRADÊ PERMA
========================= */

.bg-perma-degrade {
  background: linear-gradient(
    90deg,
    #324973 0%,
    #2864A3 49%,
    #324973 100%
  ) !important;
}


/* =========================
   CARDS PERMA SOLUÇÃO
========================= */

.card-perma-solucao {
  width: 100%;
  max-width: 543px;
  border-radius: 16px;
  overflow: hidden;
}

.card-perma-topo {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
}

.card-perma-topo h3 {
  margin: 0 0 10px 0;
  color: #0B1F3A;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.card-perma-topo p {
  margin: 0;
  color: #0B1F3A;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
}

.card-perma-rodape {
  background: linear-gradient(
    90deg,
    #324973 0%,
    #2864A3 49%,
    #324973 100%
  );
  padding: 28px 30px;
  min-height: 86px;
  display: flex;
  align-items: center;
}

.card-perma-rodape p {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}


/* =========================
   RESPONSIVO
========================= */

@media (max-width: 767px) {
  .card-perma-topo,
  .card-perma-rodape {
    padding: 24px;
  }

  .card-perma-topo h3,
  .card-perma-topo p,
  .card-perma-rodape p {
    font-size: 20px;
  }
}/* End custom CSS */