.elementor-10 .elementor-element.elementor-element-ea24aad{--display:flex;--min-height:650px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-10 .elementor-element.elementor-element-ea24aad:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-ea24aad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://codigodoceo.com.br/wp-content/uploads/2025/07/Design-sem-nome-2.png");background-size:cover;}.elementor-10 .elementor-element.elementor-element-5458d76{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-22ba9bd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-10 .elementor-element.elementor-element-e9914aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-4a1573e{--display:flex;}.elementor-10 .elementor-element.elementor-element-381dbb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-cfff1a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10 .elementor-element.elementor-element-cd7fb06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-10 .elementor-element.elementor-element-5458d76{--width:50%;}.elementor-10 .elementor-element.elementor-element-e9914aa{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-22ba9bd */.btn-animate {
  background-color: #CF8812; /* Alaranjado ouro antigo */
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(207, 136, 18, 0.4);
}

.btn-animate:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(207/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d5aebc7 *//* ===== RESET E ESTILOS GERAIS ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  color: #e0e0e0;
  line-height: 1.6;
  background: #0e0e0e;
  overflow-x: hidden;
}

/* ===== ESTRUTURA BÁSICA ===== */
.section {
  padding: 100px 20px;
  background: #111;
  border-bottom: 1px solid #222;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== TIPOGRAFIA ===== */
h1, h2, h3 {
  font-family: 'Orbitron', sans-serif;
  color: #FFD580;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p, a, li {
  font-family: 'Segoe UI', sans-serif;
  color: #ccc;
  font-size: 1rem;
}

a {
  color: #CF9E5D;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: #fff;
}

/* ===== BOTÕES ===== */
.btn-primary {
  display: inline-block;
  background: #CF9E5D;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: background 0.3s;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(207, 158, 93, 0.3);
}

.btn-primary:hover {
  background: #b3783e;
}

/* ===== BOTÃO ANIMADO COM BRILHO ===== */
.btn-glow {
  display: inline-block;
  background: #CF9E5D; /* Alaranjado ouro antigo */
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(207, 158, 93, 0.4);
}

.btn-glow:hover {
  transform: scale(1.08);
  box-shadow: 0 0 25px rgba(207, 158, 93, 0.9);
}

/* ===== SEÇÃO HERO COM IMAGEM DE FUNDO ===== */
.hero {
  background: linear-gradient(to bottom, rgba(14,14,14,0.8), rgba(0,0,0,0.8)), url('sua-imagem.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 160px 20px;
  position: relative;
}

.hero .content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ===== GRID PARA SEÇÕES DE SERVIÇOS ===== */
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.grid .item {
  flex: 1 1 300px;
  background: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #333;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  transition: transform 0.3s, box-shadow 0.3s;
}

.grid .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(207, 158, 93, 0.2);
}

@media (max-width: 768px) {
  .grid .item {
    flex: 1 1 100%;
  }
}

/* ===== RODAPÉ ===== */
footer {
  background: #000;
  color: #aaa;
  padding: 60px 20px;
  text-align: center;
  font-size: 0.9rem;
  border-top: 1px solid #222;
}

footer a {
  color: #CF9E5D;
  transition: color 0.3s;
}

footer a:hover {
  color: #fff;
}/* End custom CSS */
/* Start custom CSS *//* ===== RESET E ESTILOS GERAIS ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  background: #fff;
}

/* ===== ESTRUTURA BÁSICA ===== */
.section {
  padding: 80px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== TIPOGRAFIA ===== */
h1, h2, h3 {
  font-family: 'Arial Black', sans-serif;
  color: #222;
}

p, a, li {
  font-family: 'Helvetica Neue', sans-serif;
  color: #444;
}

a {
  color: #007BFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ===== BOTÕES ===== */
.btn-primary {
  display: inline-block;
  background: #007BFF;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #0056b3;
}

/* ===== SEÇÃO HERO COM IMAGEM DE FUNDO ===== */
.hero {
  background: url('sua-imagem.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
  position: relative;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero .content {
  position: relative;
  z-index: 1;
}

/* ===== GRID PARA SEÇÕES DE SERVIÇOS ===== */
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.grid .item {
  flex: 1 1 calc(33.333% - 20px);
  background: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .grid .item {
    flex: 1 1 100%;
  }
}

/* ===== RODAPÉ ===== */
footer {
  background: #222;
  color: #eee;
  padding: 40px 20px;
  text-align: center;
}

footer a {
  color: #fff;
}/* End custom CSS */