.elementor-kit-15{--e-global-color-primary:#143156;--e-global-color-secondary:#1C7EC3;--e-global-color-text:#000000E6;--e-global-color-accent:#F4F4F4E6;--e-global-color-63a506a:#0D1B26;--e-global-color-103fab9:#1C73A4;--e-global-color-4d929ca:#F4F4F499;--e-global-typography-primary-font-family:"Exo 2";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Josefin Sans";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Josefin Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Exo 2";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Parágrafos SEM recuo */
.srec p {
  text-indent: 0em !important;
}


.elementor-kit-15 p {
    text-indent: 1.6em; 
}

.elementor-kit-15 li p { 
    text-indent: 0; 
}

@media (max-width: 767px){
    .elementor-kit-15 p{ 
        text-indent: 1.2em; 
    }
}


/* =========================
   BOTÃO SWIPE (left → right)
   ========================= */
.btn-swipe .elementor-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* garante que nada passe das bordas */
  
  /* Cor “base” do botão antes do hover */
  background: var(--btn-bg, #143156);
  color: var(--btn-color, #ffffff);

  border-radius: var(--btn-radius, 999px);
  border: none;
  transition: color var(--swipe-duration, .4s) ease;
}

/* Garante que o texto fique sempre acima do ::before */
.btn-swipe .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 1;
}

/* Camada do swipe */
.btn-swipe .elementor-button::before {
  content: "";
  position: absolute;
  inset: -10px;                  /* ocupa exatamente o botão inteiro */
  border-radius: inherit;
  
  background: linear-gradient(
    90deg,
    var(--swipe-color-1, #0D1B26),
    var(--swipe-color-2, #143156)
  );

  /* Truque: em vez de translate, usamos scaleX */
  transform-origin: left center;      /* começa “grudado” na esquerda */
  transform: scaleX(0);               /* 0 = invisível, 1 = cobrindo tudo */
  transition: transform var(--swipe-duration, .4s) ease-out;

  pointer-events: none;
}

/* Ao passar o mouse: a camada cresce da esquerda p/ direita */
.btn-swipe .elementor-button:hover::before {
  transform: scaleX(1);
}

/* Cor do texto quando o swipe está cobrindo tudo */
.btn-swipe .elementor-button:hover {
  color: var(--btn-hover-color, #ffffff);
}



.t-primaria {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}

.t-secundaria {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}

.t-texto {
  font-family: var(--e-global-typography-text-font-family);
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.t-realce {
  font-family: var(--e-global-typography-accent-font-family);
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
}/* End custom CSS */