.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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-6 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);}@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 GERAL
--------------------------- */
* {
  box-sizing: border-box;
  margin:  0;
  padding: 0;
}

/* --------------------------
   BACKGROUND GLOBAL
--------------------------- */
html, body {
  background-color: #0b1220;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

/* --------------------------
   SEÇÕES FULL WIDTH
--------------------------- */
.elementor-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

/* --------------------------
   CONTEÚDO CENTRALIZADO
--------------------------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}

/* --------------------------
   TIPOGRAFIA BASE
--------------------------- */
h1 { font-size: 60px; }
h2 { font-size: 48px; }
h3 { font-size: 36px; }
h4 { font-size: 28px; }
p  { font-size: 18px; }

/* --------------------------
   BOTÕES PADRÃO
--------------------------- */
.button,
.elementor-button {
  background-color: #FFD500;
  color: #000;
  padding: 14px 28px;
  border-radius: 8px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.button:hover,
.elementor-button:hover {
  background-color: #ffe44d;
  color: #000;
}

/* --------------------------
   GRID 3 COLUNAS RESPONSIVO
--------------------------- */
.grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 1024px) {
  .grid-3col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-3col {
    grid-template-columns: 1fr;
  }
}

/* --------------------------
   BREAKPOINTS - TIPOGRAFIA
--------------------------- */

/* Mobile pequeno */
@media (max-width: 360px) {
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  h3 { font-size: 22px; }
  h4 { font-size: 20px; }
  p  { font-size: 16px; }
}

/* Mobile padrão */
@media (max-width: 414px) {
  h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  h3 { font-size: 24px; }
  h4 { font-size: 20px; }
  p  { font-size: 16px; }
}

/* Tablet retrato */
@media (max-width: 768px) {
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  h3 { font-size: 28px; }
  h4 { font-size: 22px; }
  p  { font-size: 17px; }
}

/* Tablet paisagem / notebook */
@media (max-width: 1024px) {
  h1 { font-size: 50px; }
  h2 { font-size: 40px; }
  h3 { font-size: 32px; }
  h4 { font-size: 24px; }
}

/* Notebook Full HD */
@media (min-width: 1366px) and (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

/* Desktop grande */
@media (min-width: 1920px) and (max-width: 2560px) {
  .container {
    max-width: 1600px;
  }
}

/* 4K + Ultra Wide */
@media (min-width: 2560px) {
  .container {
    max-width: 1800px;
  }
}/* End custom CSS */