.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-228a856:#CE733C;--e-global-color-a980937:#891F22;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* ===============================
   RESET GLOBAL
=============================== */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html, body{
  width:100%;
  overflow-x:hidden;
}

/* ===============================
   VARIÁVEIS (IDENTIDADE INOVAR)
=============================== */

:root{
  --azul-dark:#031B3B;
  --azul:#0D2E6E;
  --vermelho:#E8001D;
  --branco:#ffffff;
  --cinza:#f5f7fa;
  --texto:#1a1f2c;
  --muted:#6b7280;
}

/* ===============================
   TIPOGRAFIA GLOBAL
=============================== */

body{
  font-family:'Inter', sans-serif !important;
  font-size:16px;
  color:var(--texto);
  background:#fff;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

/* TÍTULOS PADRÃO */
h1, h2, h3, h4, h5, h6{
  font-family:'Space Grotesk', sans-serif !important;
  font-weight:700;
  letter-spacing:-0.5px;
  line-height:1.15;
  color:var(--azul-dark);
}

/* ===============================
   CONTAINER PADRÃO
=============================== */

.inovar-container{
  width:min(1200px, 90%);
  margin:0 auto;
}

/* ===============================
   LINKS
=============================== */

a{
  text-decoration:none;
  transition:.3s ease;
}

/* ===============================
   BOTÕES PADRÃO
=============================== */

.btn-red{
  background:var(--vermelho);
  color:#fff;
  padding:14px 28px;
  border-radius:40px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.3s ease;
}

.btn-red:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(232,0,29,.25);
}

.btn-white{
  background:#fff;
  color:var(--azul-dark);
  padding:14px 28px;
  border-radius:40px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.3s ease;
}

.btn-white:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(0,0,0,.15);
}

/* ===============================
   ESPAÇAMENTOS PADRÃO
=============================== */

section{
  padding:100px 0;
}

/* ===============================
   IMAGENS
=============================== */

img{
  max-width:100%;
  display:block;
}

/* ===============================
   SCROLL SUAVE
=============================== */

html{
  scroll-behavior:smooth;
}

/* ===============================
   RESPONSIVO GLOBAL
=============================== */

@media(max-width:900px){

  h1{
    font-size:38px;
  }

  h2{
    font-size:30px;
  }

  section{
    padding:70px 0;
  }

}/* End custom CSS */