@media(max-width:1366px){.elementor-316 .elementor-element.elementor-element-66c27ea{width:var( --container-widget-width, 1183px );max-width:1183px;--container-widget-width:1183px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-df4b1bd */.impacto {
  background: #181818;
  color: #ddd;
  text-align: center;
  padding: 6rem 2rem;
}

.section-subtitle {
  color: #c7a351;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
}

.highlight {
  color: #c7a351;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

blockquote {
  margin: 2rem auto;
  font-style: italic;
  color: #c7a351;
  border-left: 3px solid #c7a351;
  padding-left: 1rem;
  max-width: 600px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4d9c3d */.casos-exito {
  background: #0000;
  color: #fff;
  padding: 6rem 2rem;
  text-align: center;
}

.casos-exito .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #fff;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.card {
  background: #181818;
  border-radius: 12px;
  padding: 2rem;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(199, 163, 81, 0.2);
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.6);
}

.card h3 {
  color: #c7a351;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #ccc;
}

.btn-area {
  margin-top: 2rem;
}

.btn {
  display: inline-block;
  background: #c7a351;
  color: #000;
  font-weight: 600;
  padding: 0.9rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #e0b860;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04c4b63 */.como-trabalhamos {
  background: #111;
  color: #fff;
  padding: 6rem 2rem;
  text-align: center;
}

.como-trabalhamos .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.step {
  background: #181818;
  padding: 2rem;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(199, 163, 81, 0.2);
}

.step:hover {
  transform: translateY(-6px);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.6);
}

.step .icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #c7a351;
}

.step h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #fff;
}

.step p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e591ad */.areas-trafico {
  background: #111;
  padding: 6rem 2rem;
  text-align: center;
}

.areas-trafico .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #fff;
}

.grid-areas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.8rem;
  max-width: 1100px;
  margin: 0 auto;
}

.card-area {
  background: #1a1a1a;
  border: 1.5px solid #c7a351;
  border-radius: 14px;
  padding: 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  color: #eee;
  line-height: 1.5;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 14px rgba(0,0,0,0.5);
}

.card-area small {
  font-size: 0.85rem;
  color: #bbb;
}

.card-area:hover {
  background: #222;
  transform: translateY(-4px);
  box-shadow: 0px 8px 20px rgba(0,0,0,0.7);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-caef2f4 */.sobre-eduardo {
  background: #0d0d0d;
  color: #fff;
  padding: 6rem 2rem;
  text-align: center;
}

.sobre-eduardo .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.sobre-eduardo .perfil {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.sobre-eduardo .foto img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #c7a351;
  box-shadow: 0px 6px 18px rgba(0,0,0,0.6);
}

.sobre-eduardo .descricao {
  font-size: 1rem;
  line-height: 1.6;
  color: #ddd;
}

.sobre-eduardo .descricao strong {
  color: #fff;
}

.btn-contato {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.9rem 1.6rem;
  background: #c7a351;
  color: #111;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-contato:hover {
  background: #b28e40;
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ad8b37 */.sobre-eduardo {
  background: #0d0d0d;
  color: #fff;
  padding: 6rem 2rem;
  text-align: center;
}

.sobre-eduardo .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.sobre-eduardo .perfil {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.sobre-eduardo .foto img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #c7a351;
  box-shadow: 0px 6px 18px rgba(0,0,0,0.6);
}

.sobre-eduardo .descricao {
  font-size: 1rem;
  line-height: 1.6;
  color: #ddd;
}

.sobre-eduardo .descricao strong {
  color: #fff;
}

.btn-contato {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.9rem 1.6rem;
  background: #c7a351;
  color: #111;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-contato:hover {
  background: #b28e40;
  transform: translateY(-2px);
}/* End custom CSS */