.elementor-1775 .elementor-element.elementor-element-6f842be{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:90;}.elementor-1775 .elementor-element.elementor-element-3883037{--display:flex;}.elementor-1775 .elementor-element.elementor-element-3883037.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1775 .elementor-element.elementor-element-4a7addb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1775 .elementor-element.elementor-element-0b2c1e9{--display:flex;--min-height:239px;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1775 .elementor-element.elementor-element-0b2c1e9:not(.elementor-motion-effects-element-type-background), .elementor-1775 .elementor-element.elementor-element-0b2c1e9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-1775 .elementor-element.elementor-element-46eff52{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1775 .elementor-element.elementor-element-f662bc0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1775 .elementor-element.elementor-element-3883037{--width:97.785%;}}/* Start custom CSS for container, class: .elementor-element-6f842be *//* ====== BARRA SUPERIOR GLASS (SOMENTE ESTE ESCOPO) ====== */
.top-glass-bar {
  position: relative;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* CONTAINER INTERNO DA BARRA */
.top-glass-bar .tg-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 32px; /* margem maior nas laterais */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  box-sizing: border-box;
}

/* LOGO (lado esquerdo) */
.top-glass-bar .tg-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}

.top-glass-bar .tg-logo {
  max-height: 42px;
  height: auto;
  width: auto;
  display: block;
}

/* FRASES (centro) */
.top-glass-bar .tg-messages {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  height: 28px; /* altura maior para caber a fonte */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mensagens (desktop: AUMENTAR FONTE AQUI) */
.top-glass-bar .tg-message-item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); /* sempre centralizado */
  white-space: nowrap;
  opacity: 0;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
  transition: opacity .6s ease;
  pointer-events: none;
}



/* Mensagem ativa com animação mais lenta (10s) */
.top-glass-bar .tg-message-item.is-active {
  animation: tg-message-fade 8s ease-in-out forwards;
}


/* Animação: entra da direita (perto do Whats), cruza o meio, sai à esquerda (perto do logo) */
@keyframes tg-message-fade {
  0% {
    opacity: 0;
    transform: translate(-50%, 12px); /* entra de baixo */
  }
  10% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  90% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -12px); /* sai para cima */
  }
}


/* WHATSAPP (lado direito) */
.top-glass-bar .tg-whatsapp-wrapper {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  padding-left: 8px;
}

.top-glass-bar .tg-whatsapp-icon {
  width: 32px;
  height: 32px;
  display: block;
  transition: transform 0.3s ease;
}

/* Texto no hover (desktop) */
.top-glass-bar .tg-whatsapp-text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;

  color: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.40);
  border: 1px solid rgba(255, 255, 255, 0.30);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);

  opacity: 0;
  transform: translateX(px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover: só em desktop */
@media (hover: hover) and (pointer: fine) {
  .top-glass-bar .tg-whatsapp-wrapper:hover .tg-whatsapp-icon {
    transform: translateX(-6px);
  }

  .top-glass-bar .tg-whatsapp-wrapper:hover .tg-whatsapp-text {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ====== RESPONSIVO (MOBILE) ====== */
@media (max-width: 768px) {
  .top-glass-bar .tg-inner {
    padding: 8px 16px;
    gap: 12px;
  }

  .top-glass-bar .tg-logo {
    max-height: 34px;
  }

  .top-glass-bar .tg-messages {
    height: 22px;
  }

  /* Mensagens no mobile: AUMENTAR FONTE AQUI TAMBÉM */
  .top-glass-bar .tg-message-item {
    font-size: 14px;  /* <-- AQUI VOCÊ AUMENTA A FONTE NO MOBILE */
  }

  .top-glass-bar .tg-whatsapp-icon {
    width: 28px;
    height: 28px;
  }

  /* No mobile, só o ícone (sem texto de hover) */
  .top-glass-bar .tg-whatsapp-text {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4a7addb */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    color: #2c2c2c;
    line-height: 1.8;
    font-size: 16px;
    padding-top: 120px;
    min-height: 100vh;
}

/* ========== LOGO NO CANTO SUPERIOR DIREITO ========== */
.logo-corner {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 1000;
}

.logo-img {
    width: 120px;
    height: auto;
    opacity: 0.9;
}

/* ========== CONTAINER ========== */
.container {
    width: 100%;
    padding: 60px 0;
}

/* ========== MAIN CONTENT ========== */
.main-content {
    text-align: center;
    padding: 0 20px;
    max-width: 900px;
    margin: 0 auto;
}

/* ========== ICON (REMOVIDO/OCULTO) ========== */
.icon-wrapper {
    display: none;
}

.maintenance-icon {
    display: none;
}

/* ========== TITLE ========== */
.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

/* ========== SUBTITLE ========== */
.subtitle {
    font-size: 20px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ========== MESSAGE ========== */
.message {
    margin-bottom: 50px;
}

.message p {
    font-size: 18px;
    color: #1a4d7a;
    font-weight: 600;
    margin-bottom: 10px;
}

.message .small-text {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    font-style: italic;
}

/* ========== DIVIDER ========== */
.divider {
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, transparent, #1a4d7a, transparent);
    margin: 60px auto;
}

/* ========== CONTACT INFO ========== */
.contact-info {
    margin-bottom: 60px;
}

.contact-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1a4d7a;
    margin-bottom: 40px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(26, 77, 122, 0.1);
    border-color: #1a4d7a;
}

/* ========== ENDEREÇO LARGURA TOTAL ========== */
.contact-item-full {
    grid-column: 1 / -1;
}

.contact-icon {
    width: 28px;
    height: 28px;
    stroke: #1a4d7a;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-details {
    text-align: left;
    flex: 1;
}

.contact-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a4d7a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.contact-link {
    display: block;
    font-size: 16px;
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #1a4d7a;
}

.contact-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* ========== COMPANY NAME ========== */
.company-name {
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 40px;
}

.company-name h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.company-name p {
    font-size: 15px;
    color: #666;
    font-style: italic;
}

/* ========== MOBILE RESPONSIVE ========== */
@media (max-width: 768px) {
    body {
        padding-top: 100px;
    }

    .logo-corner {
        top: 20px;
        right: 20px;
    }

    .logo-img {
        width: 80px;
    }

    .container {
        padding: 40px 0;
    }

    .title {
        font-size: 32px;
    }

    .subtitle {
        font-size: 17px;
    }

    .message p {
        font-size: 16px;
    }

    .message .small-text {
        font-size: 14px;
    }

    .contact-title {
        font-size: 24px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .contact-item {
        padding: 25px;
    }

    .contact-icon {
        width: 24px;
        height: 24px;
    }

    .contact-label {
        font-size: 12px;
    }

    .contact-link {
        font-size: 15px;
    }

    .contact-text {
        font-size: 14px;
    }

    .company-name h3 {
        font-size: 22px;
    }

    .company-name p {
        font-size: 14px;
    }
}

/* ========== SMOOTH SCROLL ========== */
html {
    scroll-behavior: smooth;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f662bc0 */.diferenciais-section {
  padding: 90px 0 80px 0;
  background: linear-gradient(to bottom, #020617 0%, #f8fafc 100%);
}

.diferenciais-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.diferenciais-header {
  text-align: center;
  margin-bottom: 60px;
  data-aos: slide-down;
}

.diferenciais-header h2 {
  font-size: 2.6em;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 18px;
}

.diferenciais-highlight {
  color: #3774fa;
}

.diferenciais-header p {
  font-size: 1.15em;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 500;
}

.diferenciais-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

@media (min-width: 800px) {
  .diferenciais-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
  }
}

.diferencial-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 2px 12px rgba(55, 116, 250, 0.08);
  transition: box-shadow .3s, transform .3s, border-color .3s;
  text-align: center;
  position: relative;
  border: 1px solid #e2e8f0;
}

.diferencial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(55, 116, 250, 0.15);
  border-color: #3774fa;
}

.diferencial-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 auto 20px auto;
  background: #f0f4ff;
  transition: transform .28s;
}

.diferencial-card:hover .diferencial-icon {
  transform: scale(1.08);
}

.blue-gradient {
  background: #f0f4ff;
}

.green-gradient {
  background: #f0f4ff;
}

.purple-gradient {
  background: #f0f4ff;
}

.orange-gradient {
  background: #f0f4ff;
}

.diferencial-card h3 {
  font-size: 1.27em;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
  transition: color .2s;
}

.diferencial-sub {
  font-size: 1.04em;
  font-weight: 600;
  margin-bottom: 14px;
  color: #3774fa;
}

.diferencial-sub.blue {
  color: #3774fa;
}

.diferencial-sub.green {
  color: #3774fa;
}

.diferencial-sub.purple {
  color: #3774fa;
}

.diferencial-sub.orange {
  color: #3774fa;
}

.diferencial-desc {
  color: #64748b;
  font-size: 1.01em;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 600px) {
  .diferenciais-header h2 { 
    font-size: 2em; 
  }
  .diferenciais-section { 
    padding: 80px 0 40px 0; 
  }
  .diferencial-card { 
    padding: 26px 16px; 
  }
}/* End custom CSS */