.elementor-kit-12{--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-12 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){--kit-widget-spacing: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 *//* ======================================================
   DIGITRON — CSS GLOBAL COMPLETO (CORREÇÃO HOVER AGENDAR)
   Cole no campo "CSS Adicional" do WordPress
   (Aparência > Personalizar > CSS Adicional)
   ====================================================== */

/* ── RESET / BASE ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', 'Arial Black', sans-serif;
  background-color: #1a1a1a;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

/* ── RECOBRIMENTO LARGURA TOTAL ── */
.dgt-hero,
.dgt-section,
.dgt-footer {
  width: 100vw !important;
  position: relative;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

/* ── CONTAINER INTERNO ── */
.dgt-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

/* ── BOTÕES ── */
.dgt-btn {
  display: inline-block;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  border: 2px solid transparent;
  text-align: center;
}

.dgt-btn--primary {
  background-color: #E10600;
  color: #ffffff;
  border-color: #E10600;
}
.dgt-btn--primary:hover {
  background-color: #b80400;
  border-color: #b80400;
  transform: scale(1.02);
}

.dgt-btn--outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
/* Correção do estado Hover para o botão Agendar */
.dgt-btn--outline:hover {
  background-color: #E10600;
  border-color: #E10600;
  color: #ffffff !important; /* Mantém a palavra visível em branco */
}

.dgt-btn--header {
  padding: 10px 20px;
  font-size: 13px;
}

.dgt-btn--whatsapp {
  background-color: #E10600;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  padding: 16px 48px;
  border-radius: 4px;
  text-transform: uppercase;
  border-color: #E10600;
}
.dgt-btn--whatsapp:hover {
  background-color: #b80400;
  border-color: #b80400;
}

/* ── HEADER FIXED ── */
.dgt-header {
  background-color: #1a1a1a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  z-index: 9999;
  padding: 20px 0;
  border-bottom: 1px solid #2a2a2a;
}

.dgt-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dgt-header__logo {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
}

.dgt-header__img-logo {
  max-height: 45px;
  width: auto;
  transition: transform 0.3s ease;
}

.dgt-header__brand-wrap:hover .dgt-header__img-logo {
  transform: scale(1.05);
}

.dgt-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.dgt-header__nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s;
}
.dgt-header__nav a:hover {
  color: #E10600;
}

/* ── BOTÃO HAMBÚRGUER ── */
.dgt-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10000;
}

.dgt-menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.dgt-menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background-color: #E10600;
}
.dgt-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.dgt-menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background-color: #E10600;
}

/* ── HERO ── */
.dgt-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  padding: 220px 0 160px;
  text-align: center;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.8);
}

.dgt-hero__title {
  color: #ffffff;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: -1px;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.9);
}

.dgt-hero__title span {
  color: #E10600;
}

.dgt-hero__subtitle {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.9);
}

/* ── SEÇÕES BASE ── */
.dgt-section {
  padding: 90px 0;
}

.dgt-section--dark {
  background-color: #222222;
}

.dgt-section--darker {
  background-color: #1a1a1a;
}

.dgt-section--about {
  background-color: #1f1f1f;
}

.dgt-section--map {
  background-color: #1a1a1a;
}

.dgt-section--cta {
  background-color: #222222;
  border-top: 2px solid #E10600;
  border-bottom: 2px solid #E10600;
}

/* ── TÍTULOS ── */
.dgt-section__section-title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 32px;
  border-left: 4px solid #E10600;
  padding-left: 12px;
}

.dgt-section__section-title span {
  color: #E10600;
}

.dgt-section__subtitle {
  color: #b3b3b3;
  font-size: 16px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
  line-height: 1.7;
}

/* ── CARDS DE SERVIÇOS ── */
.dgt-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.dgt-card {
  background-color: #1a1a1a;
  padding: 36px;
  position: relative;
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom right, #E10600 15%, transparent 16%, transparent 84%, #E10600 85%) 1;
}

.dgt-card__title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.dgt-card__text {
  color: #b3b3b3;
  font-size: 15px;
  line-height: 1.6;
}

/* ── METRICAS ── */
.dgt-metrics__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 60px;
}

.dgt-metrics__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.dgt-metric-item {
  border-left: 3px solid #E10600;
  padding-left: 16px;
}

.dgt-metric-item__number {
  color: #E10600;
  font-size: 36px;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}

.dgt-metric-item__label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.dgt-metrics__image {
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom right, #E10600 10%, transparent 11%, transparent 89%, #E10600 90%) 1;
  padding: 4px;
}

/* ── SOBRE ── */
.dgt-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.dgt-about__text {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.dgt-contact-list {
  list-style: none;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dgt-contact-list li {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.dgt-about__img {
  border-radius: 4px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #2a2a2a;
}

/* ── CONTAINER DO MAPA ── */
.dgt-map-wrapper {
  width: 100%;
  padding: 6px;
  background-color: #1a1a1a;
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom right, #E10600 6%, transparent 7%, transparent 93%, #E10600 94%) 1;
}

.dgt-map-wrapper iframe {
  display: block;
  filter: grayscale(0.2) invert(0.9) hue-rotate(180deg);
}

/* ── FORMULÁRIO ── */
.dgt-form-wrap {
  max-width: 680px;
}

.dgt-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.dgt-form__label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.dgt-form__input {
  width: 100%;
  height: 52px;
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  padding: 0 16px;
}

.dgt-form__input:focus {
  outline: none;
  border-color: #E10600;
}

.dgt-form__textarea {
  height: 140px;
  padding: 14px 16px;
  resize: vertical;
}

.dgt-form__submit {
  align-self: center;
  border: none;
  min-width: 240px;
}

/* ── CTA WHATSAPP ── */
.dgt-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.dgt-cta__title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.dgt-cta__title span {
  color: #E10600;
}

/* ── FAQ ── */
.dgt-faq {
  max-width: 860px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dgt-faq__item {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  padding: 20px 24px;
}

.dgt-faq__item[open] {
  border-color: #E10600;
}

.dgt-faq__question {
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.dgt-faq__question::after {
  content: "+";
  color: #E10600;
}

.dgt-faq__item[open] .dgt-faq__question::after {
  content: "−";
}

.dgt-faq__answer {
  color: #b3b3b3;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 16px;
}

/* ── FOOTER ── */
.dgt-footer {
  background-color: #111111;
  border-top: 1px solid #222222;
  padding: 28px 24px;
}

.dgt-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dgt-footer__brand {
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
}

.dgt-footer__tagline,
.dgt-footer__copy {
  color: #666666;
  font-size: 14px;
}

/* ======================================================
   RESPONSIVIDADE & INTERAÇÕES MOBILE
   ====================================================== */

@media (max-width: 992px) {
  .dgt-hero__title { font-size: 46px; }
  .dgt-cards { grid-template-columns: 1fr; }
  .dgt-metrics__wrapper { grid-template-columns: 1fr; }
  .dgt-about { grid-template-columns: 1fr; gap: 40px; }
  .dgt-about__image { order: -1; }
}

@media (max-width: 768px) {
  .dgt-header, .dgt-hero, .dgt-section, .dgt-footer {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .dgt-header {
    position: sticky;
  }

  .dgt-header__img-logo {
    max-height: 38px;
  }

  .dgt-hero { padding: 120px 0 80px; }
  .dgt-section { padding: 60px 0; }
  .dgt-footer__inner { flex-direction: column; gap: 12px; text-align: center; }

  .dgt-menu-toggle {
    display: flex;
  }

  .dgt-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    border-top: 1px solid #2a2a2a;
    flex-direction: column;
    padding: 30px 24px;
    gap: 24px;
    align-items: stretch;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.6);
  }

  .dgt-header__nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .dgt-btn--header {
    display: block;
    width: 100%;
  }
}/* End custom CSS */