.elementor-kit-7{--e-global-color-primary:#F5F1E8;--e-global-color-secondary:#D9E0E7;--e-global-color-text:#D9E0E7;--e-global-color-accent:#E4C27D;--e-global-color-f8d6d3f:#66788A;--e-global-color-d15ea22:#FFFFFF;--e-global-color-db47b99:#071A2B;--e-global-color-360005c:#0B2438;--e-global-color-fcd54d1:#102D43;--e-global-color-d7f1643:#071A2B;--e-global-color-5a76f08:#0B2438;--e-global-color-b18a6e4:#102D43;--e-global-color-f5d510a:#000000;--e-global-color-c4e2077:#E4C27D;--e-global-color-1a1c8b2:#B78D47;--e-global-typography-primary-font-family:"Sawarabi Gothic";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Didact Gothic";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Didact Gothic";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.35em;--e-global-typography-accent-font-family:"Didact Gothic";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-5f0a130-font-family:"Sawarabi Gothic";--e-global-typography-5f0a130-font-size:14px;--e-global-typography-fd80516-font-family:"Didact Gothic";--e-global-typography-fd80516-font-size:13px;--e-global-typography-da1ab3e-font-family:"Didact Gothic";--e-global-typography-da1ab3e-font-size:16px;--e-global-typography-4537bf9-font-family:"Didact Gothic";--e-global-typography-4537bf9-font-size:17px;--e-global-typography-4537bf9-line-height:2em;--e-global-typography-1dfdd3d-font-family:"Sawarabi Gothic";--e-global-typography-1dfdd3d-font-size:18px;background-color:#091621;color:var( --e-global-color-text );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:80px;--container-default-padding-right:0px;--container-default-padding-bottom:80px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:80px;--container-default-padding-right:0px;--container-default-padding-bottom:80px;--container-default-padding-left:0px;}}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:48px;--container-default-padding-right:48px;--container-default-padding-bottom:48px;--container-default-padding-left:48px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:40px;--container-default-padding-right:20px;--container-default-padding-bottom:40px;--container-default-padding-left:20px;}}
/* Start custom CSS */html, body{
    width: 100%;
    overflow-x: clip;
}

[data-elementor-type="wp-page"]{
    overflow: clip;
}

[data-elementor-type="wp-post"]{
    overflow: clip;
}

*::selection {
    color: #fff;
    background-color:var(--e-global-color-360005c);
}

.destaca{
    color: var(--e-global-color-accent);

}
@keyframes brilho {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}
.sobrancelha{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .14em;
    color: var(--e-global-color-accent);
    background: transparent;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 8px;
}
.sobrancelha::before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background: var(--e-global-color-accent);
    flex-shrink: 0;
}

.sobrancelha-2{
    display: block;
/*    text-align: center;*/
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    color: var(--e-global-color-accent);
    text-transform: uppercase;
}
.sobrancelha-2::after{
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: var(--e-global-color-accent);
    margin: 12px auto 0;
}

.sobrancelha-3{
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.5;
    color: var(--e-global-color-accent);
    text-transform: uppercase;
}

@media(min-width: 1025px){
.mobile{
    display: none;
}
}
@media(max-width: 1024px){
    .desktop{
    display: none;
}
}

/* ============ .cta — botão principal (cheio) ============ */

.cta{
  --cta-gold-deep: #B78D47;
  --cta-gold-dark: #8A6934;
  --cta-text: #071A2B;
  --cta-text-hover: #071A2B;
}

.cta .elementor-button{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none !important;
  border-radius: 10px !important;
  padding: 16px 24px !important;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 15px;
  color: var(--cta-text) !important;
  background: linear-gradient(135deg,
              #E4C27D 0%, #EDD39C 25%, #F7E8C8 48%,
              #FFFFFF 60%, #F0DDB0 78%, #B78D47 100%) !important;
  box-shadow: inset 0 3px 4px rgba(255,255,255,.55),
              0 3px 0 0 var(--cta-gold-deep),
              0 10px 8px 0 rgba(0,0,0,.38) !important;
  transform-origin: center;
  transition: all 800ms ease;
}

.cta .elementor-button .elementor-button-text,
.cta .elementor-button .elementor-button-icon{
  color: inherit !important;
}
.cta .elementor-button .elementor-button-icon svg{
  fill: currentColor !important;
  color: inherit !important;
}

.cta .elementor-button:hover{
  transform: scale(1.04);
  color: var(--cta-text-hover) !important;
  transition: all 300ms ease;
}

.cta .elementor-button:active{
  box-shadow: inset 0 0 5px 5px rgba(255,255,255,.18),
              0 3px 0 0 var(--cta-gold-dark) !important;
  transform: scale(1) translateY(2px);
  transition: all .1s ease-in;
}

.cta .elementor-button:focus-visible{
  outline: 2px solid #E4C27D;
  outline-offset: 3px;
}




/* cta-secondary */

.cta-secondary{
  --cta2-text: #E4C27D;
  --cta2-border: #E4C27D;
  --cta2-border-hover: #F7E8C8;
  --cta2-fill-hover: #E4C27D;
  --cta2-text-hover: #071A2B;
}

.cta-secondary .elementor-button{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid var(--cta2-border) !important;
  border-radius: 10px !important;
  padding: 14px 24px !important;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 15px;
  color: var(--cta2-text) !important;
  background: rgba(0,40,90,.25) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: none !important;
  transition: all 300ms ease;
}

.cta-secondary .elementor-button .elementor-button-text,
.cta-secondary .elementor-button .elementor-button-icon{
  color: inherit !important;
}
.cta-secondary .elementor-button .elementor-button-icon svg{
  fill: currentColor !important;
  color: inherit !important;
}

.cta-secondary .elementor-button:hover{
  border-color: var(--cta2-border-hover) !important;
  background: var(--cta2-fill-hover) !important;
  color: var(--cta2-text-hover) !important;
  transform: scale(1.03);
}

.cta-secondary .elementor-button:active{
  transform: scale(1) translateY(1px);
  background: #B78D47 !important;
  color: #071A2B !important;
}

.cta-secondary .elementor-button:focus-visible{
  outline: 2px solid #E4C27D;
  outline-offset: 3px;
}




.stats-row .elementor-widget-counter{
  flex: 1 1 0;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 14px;
  padding: 28px 22px;
  box-sizing: border-box;
  transition: transform .25s ease, box-shadow .25s ease;
}
.stats-row.elementor-widget-counter:hover{
  transform: translateY(-3px)!important;
}

/* Sobrescreve o alinhamento individual de cada widget —
   é isso que hoje deixa 2 centralizados e 2 à esquerda */
.stats-row .elementor-counter{
  text-align: center !important;
  width: 100%;
}

/* Número */
.stats-row .elementor-counter-number-wrapper{
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.15em!important;
  margin-bottom: 8px;
}
/*
/* Legenda abaixo do número */
.stats-row .elementor-counter-title{
  display: block;
  line-height: 1.45em!important;
  font-weight: 400;
  max-width: 210px;
  margin: 0 auto;
}

/* Mobile: empilha em vez de espremer */
@media (max-width: 1024px){
  .stats-row .e-con-inner{
    flex-direction: column;
  }
  .stats-row .elementor-widget-counter{
    min-width: 45%;
  }
}

.scroll-left {
    opacity: 0;
    transform: translateX(-30px);
    filter: blur(10px);
    transition: transform .5s ease, opacity .5s ease, filter .5s ease!important;
}

.scroll-right {
    opacity: 0;
    transform: translateX(30px);
    filter: blur(10px);
    transition: transform .5s ease, opacity .5s ease, filter .5s ease!important;
}

.scroll-bottom {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(10px);
    transition: transform .5s ease, opacity .5s ease, filter .5s ease!important;
}

.scroll-top {
    opacity: 0;
    transform: translateY(-30px);
    filter: blur(10px);
    transition: transform .5s ease, opacity .5s ease, filter .5s ease!important;
}

/* estado final: todos compartilham o mesmo */
.ativo {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
    /* REMOVER qualquer transition daqui */
}
.ativo.delay1 { transition-delay: 0.25s!important; } 

.ativo.delay2 { transition-delay: 0.5s!important; } 

.ativo.delay3 { transition-delay: 0.75s!important; }

/*Consistência das imagens*/
.elementor-widget-image img,
.elementor-image-box-img img{
    border-radius: 20px!important;
}
.linha {
  border-top: 1px solid;
  border-image: linear-gradient(to right, #E4C27D, transparent) 1;
}/* End custom CSS */