 
  /* pre-header */
 .navbar-brand .logo-img {
    max-height: 80px; /* Ajuste conforme o design da navbar */
    width: auto;
    vertical-align: middle;
}
 .pre-header{background: var(--pre-header-background, #ffffff )!important;}
 .contact-item{color: var(--pre-header-text-color-title, #069)!important}
 .pre-header .contact-item:hover i {box-shadow: var(--pre-header-box-shadow-hover)!important}
 .contact-item:hover{color: var(--pre-header-hover-color, #000000)!important}
 .icone-pre-header{color: var(--pre-header-icon-color, #069000)!important}
  
 
 
   /* nav */
 .main-header{background: var(--header-background, #ffffff )!important;}
 .nav-link{color: var(--header-text-color-title, #069)!important}
  .nav-link:hover{
    color: var(--header-hover-color, #069000)!important;
    text-shadow:var(--header-box-shadow-hover, #069000)!important;
    background-color: transparent !important;
    text-decoration: none;}




 /* nav */
.title_slider{color: var(--hero-text-color-title, #069)!important}
.btn_slider{color: var(--hero-button-color, #069)!important;background: var(--hero-button-background, #069)!important;}
.btn_slider:hover{background: var(--hero-button-background-hover, #069)!important;}
.swiper-pagination{color: var(--hero-arrows-color, #069)!important;}
.swiper-button-prev{color: var(--hero-arrows-color, #069)!important;background: var(--hero-arrows-background, #069)!important;}
.swiper-button-next{color: var(--hero-arrows-color, #069)!important;background: var(--hero-arrows-background, #069)!important;}



 /* sobre */
.about_section_title{color: var(--about-text-color-title, #069)!important}
.about_section_subtitle{color: var(--about-text-color-subtitle, #069)!important}
.section_about{background: var(--about-background, #069)!important;}


 /* serviços */
.services_section{background: var(--services-background, #069)!important;}
.services_title{color: var(--services-text-color-title, #069)!important}
.services_title_item{color: var(--services-card-color, #069)!important}
.service_card{background: var(--services-card-background, #069)!important;}
.btn_service{color: var(--services-button-color, #069)!important;background: var(--services-button-background, #069)!important;}
.btn_service:hover{background: var(--services-button-background-hover, #069)!important;}

 /* galeria */
.galeria_title{color: var(--gallery-text-color-title, #069)!important}
.galeria_subtitle{color: var(--gallery-text-color-subtitle, #069)!important}
.galeria_pagination .swiper-pagination-bullet {
  background: var(--gallery-arrows-background, #069) !important;
 
}

 /* portifolio */
.portfolio-container .portfolio-filters button.active, .portfolio-container .portfolio-filters button:hover {
    background: var(--portfolio-button-background, #069)!important;
    color: var(--portfolio-button-color, #069)!important;
    border-color: var(--portfolio-button-background, #069)!important;
}
.title_portifolio{color: var(--portfolio-text-color-title, #069)!important}
.sub_title_portifolio{color: var(--portfolio-text-color-title, #069)!important}
.section_portifolio{background: var(--portfolio-background, #069)!important;}

.section_faq{background: var(--faq-background, #069)!important;}
.faq_title{color: var(--faq-text-color-title, #069)!important ;background: var(--faq-extra-background, #069)!important;}
.faq_subtitle{color: var(--faq-text-color-subtitle, #069)!important}
.faq_title_pergunta{color: var(--faq-extra-color, #069)!important }
.faq-custom-accordion .accordion-button:not(.collapsed) {
   color: var(--faq-extra-color, #069)!important ;background: var(--faq-extra-background, #069)!important;
}
 /* noticias */
.section_news{background: var(--news-background, #069)!important;}
.title_news{color: var(--news-text-color-title, #069)!important}
.sub_title_news{color: var(--news-text-color-subtitle, #069)!important}
.card_news{background: var(--news-card-background, #069)!important;}
.card_news_title{color: var(--news-card-color, #069)!important;}
.butom_news_swiper{color: var(--news-arrows-color, #069)!important;background: var(--news-arrows-background, #069)!important;}
.btn_news{color: var(--news-button-color, #069)!important;background: var(--news-button-background, #069)!important;border: none !important;}
.btn_news:hover{color: var(--news-button-color, #069)!important;background: var(--news-button-background-hover, #069)!important;}


 /* contato */
 .section_contact{background: var(--contact-background, #069)!important;}
 .contact_title{color: var(--contact-card-color, #069)!important}
 .contact_sub_title{color: var(--contact-card-color, #069)!important}
 .icone_contact{color: var(--contact-card-color, #069)!important}
 .btn_contact{color: var(--contact-button-color, #069)!important;background: var(--contact-button-background, #069)!important;}
.card_contact{background: var(--contact-card-background, #069)!important;}

 /* parceiros */
 .section_parceiros{background: var(--partners-background, #069)!important;}
 .parceiros_title{color: var(--partners-text-color-title, #069)!important}

.section_footer{background: var(--footer-background, #069)!important;}
.title_rodape{color: var(--footer-text-color-title, #069)!important}
.sub_title_rodape{color: var(--footer-text-color-subtitle, #069)!important}
.icone_rodape{color: var(--footer-icon-color, #069)!important;background: var(--footer-icon-background, #069)!important;}
.icone_rodape:hover{background: var(--footer-icon-background-hover, #069)!important;}
.menus_rodape{display: inline-block;
    margin-right: 15px; /* Espaçamento entre os itens */}
    .rodale_link{color: var(--footer-text-color-title, #069)!important}

 /* GERAL */
    body {
      font-family: 'Poppins', sans-serif;
      margin: 0;
      background-color: #f9fbfd;
      color: #222;
    }

    /* HEADER WRAPPER */
    #header-wrapper {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
      background-color: white;
      transition: all 0.3s ease;
      border-bottom: 1px solid #eee;
    }

    /* PRE-HEADER */
    .pre-header {
      background: #f7f9fb;
      padding: 6px 0;
      font-size: 0.85rem;
      transition: transform 0.4s ease, opacity 0.3s ease;
    }

    .pre-header.hide {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      transform: translateY(-100%);
      z-index: -1;
      pointer-events: none;
    }

    .pre-header .contact-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 500;
      font-size: 13px;
      color: #2a2a2a;
      text-decoration: none;
      margin-left: 8px;
      user-select: none;
    }

    .pre-header .contact-item:first-child {
      margin-left: 0;
    }

    .pre-header .contact-item i {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      background: #e4e9f0;
      color: #1a56c9;
      border-radius: 50%;
      font-size: 14px;
      flex-shrink: 0;
      transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.4s ease;
      box-shadow: none;
    }

    .pre-header .contact-item:hover i {
      background-color: #d6deec;
      color: #1a56c9;
      box-shadow: 0 0 8px 6px rgba(26, 86, 201, 0.15), 0 0 18px 12px rgba(26, 86, 201, 0.1);
    }

    .pre-header .contact-item:hover {
      color: #1a56c9;
      text-decoration: none;
    }

    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      background: #e4e9f0;
      color: #1a56c9;
      border-radius: 50%;
      margin-left: 8px;
      font-size: 13px;
      transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.4s ease;
      box-shadow: none;
      text-decoration: none;
    }

    .social-icons a:hover {
      background-color: #d6deec;
      color: #1a56c9;
      box-shadow: 0 0 8px 6px rgba(26, 86, 201, 0.15), 0 0 18px 12px rgba(26, 86, 201, 0.1);
    }

    /* MAIN HEADER */
    .main-header {
      background-color: #fff;
      transition: all 0.4s ease;
    }

    .main-header.shrink .navbar {
      padding: 8px 0;
    }

    .navbar {
      padding: 8px 0;
      transition: padding 0.3s ease;
    }

    .navbar-brand {
      font-size: 1.6rem;
      font-weight: 500;
      color: #1a56c9;
    }

    .navbar-nav {
      gap: 20px;
    }

    .nav-link,
    .dropdown-item {
      transition: color 0.3s ease, text-shadow 0.3s ease;
      font-weight: 500;
      font-size: 15px;
      color: #2a2a2a;
      text-decoration: none;
      border-radius: 4px;
      display: block;
      padding: 8px 16px;
    }

    .nav-link:hover,
    .nav-link.active,
    .dropdown-item:hover {
      color: #1a56c9;
      text-shadow: 0 0 10px rgba(26, 86, 201, 0.3), 0 0 20px rgba(26, 86, 201, 0.15), 0 0 30px rgba(26, 86, 201, 0.1);
      background-color: transparent !important;
      text-decoration: none;
    }

    .btn-quote {
      border-radius: 24px;
      padding: 6px 18px;
      font-weight: 500;
      font-size: 14px;
      border: 1px solid #1a56c9;
      color: #1a56c9;
      margin-left: 16px;
      background-color: transparent;
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .btn-quote:hover {
      background-color: #1a56c9;
      color: #fff;
      text-decoration: none;
    }

    .dropdown-menu {
      background: #fff !important;
      border: none !important;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05) !important;
      padding: 6px 0 !important;
      min-width: 180px;
      border-radius: 6px;
      max-width: 280px;
    }

    @media (min-width: 992px) {
      .dropdown:hover > .dropdown-menu {
        display: block;
      }
    }

    @media (max-width: 991.98px) {
      .dropdown-menu {
        display: none;
        position: static;
        box-shadow: none;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
      }
      .dropdown.show .dropdown-menu {
        display: block;
      }
      .navbar-nav .dropdown-menu > li > a {
        padding-left: 30px;
        padding-right: 30px;
      }
    }

    /* ESPAÇO FIXO */
    .spacer {
      height: auto;
    }

    /* SWIPER SLIDER (HERO) */
    /* SWIPER SLIDER (HERO) */
.swiper.hero-slider {
  width: 100vw;
  height: 750px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.swiper.hero-slider .swiper-wrapper {
  height: 100%;
}

.swiper.hero-slider .swiper-slide {
  position: relative;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.swiper.hero-slider .swiper-slide-active {
  opacity: 1;
}

.swiper.hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1) contrast(1.1); /* Imagem nítida com leve aumento de contraste */
}

.slide-content {
  position: absolute;
  color: white;
  text-align: left;
  max-width: 600px;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  /* Adiciona fundo semitransparente para destacar o texto */
  background: rgba(0, 0, 0, 0.5); /* Fundo escuro com 50% de opacidade */
  padding: 20px 30px; /* Espaçamento interno para melhor apresentação */
  border-radius: 10px; /* Bordas arredondadas para suavidade */
}

.slide-content h2.title_slider {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.3em;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8); /* Sombra mais forte para destaque */
  line-height: 1.2; /* Melhora a legibilidade */
}

.slide-content p.title_slider {
  font-size: 1.25rem;
  margin-bottom: 1em;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.7); /* Sombra um pouco mais leve que o h2 */
  line-height: 1.4;
}

.slide-content a.btn_slider.btn {
  background-color: #1a56c9;
  color: white;
  padding: 12px 25px; /* Aumentado para maior destaque */
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(26, 86, 201, 0.5); /* Sombra mais pronunciada */
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block; /* Garante comportamento consistente */
}

.slide-content a.btn_slider.btn:hover {
  background-color: #143e99;
  color: white;
  text-decoration: none;
  transform: translateY(-2px); /* Leve elevação ao passar o mouse */
}

.swiper-button-next,
.swiper-button-prev {
  color: #1a56c9;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(26, 86, 201, 0.1);
  transition: background-color 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(26, 86, 201, 0.3);
}

.swiper-pagination-bullet {
  background: #1a56c9;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

    /* Botão WhatsApp */
    .btn-custom-whatsapp {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 16px;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      color: #fff;
      background: linear-gradient(90deg, #28a745, #20c997, #28a745);
      background-size: 200% 100%;
      border-radius: 30px;
      border: none;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      animation: gradientMove 3s ease infinite;
    }

    .btn-custom-whatsapp:hover {
      background: linear-gradient(90deg, #218838, #1bae87, #218838);
      background-size: 200% 100%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      color: #fff;
      text-decoration: none;
    }

    .btn-custom-whatsapp i {
      color: #fff;
      margin-right: 6px;
      font-size: 16px;
    }

    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px;
      background: linear-gradient(90deg, #28a745, #20c997, #28a745);
      background-size: 200% 100%;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      text-decoration: none;
      color: #fff;
      font-size: 24px;
      z-index: 1000;
      transition: all 0.3s ease;
      animation: gradientMove 3s ease infinite;
    }

    .whatsapp-float:hover {
      background: linear-gradient(90deg, #218838, #1bae87, #218838);
      background-size: 200% 100%;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
      transform: scale(1.1);
      color: #fff;
      text-decoration: none;
    }

    @media (max-width: 576px) {
      .whatsapp-float {
        padding: 10px;
        font-size: 20px;
      }
    }

    @keyframes gradientMove {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

    .service-card .card {
      transition: box-shadow 0.3s ease;
    }

    .service-card .card:hover {
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .service-card .position-relative {
      overflow: hidden;
    }

    .service-card .card-img-top {
      transition: transform 0.3s ease;
    }

    .service-card .card:hover .card-img-top {
      transform: scale(1.05);
    }

    /* GALERIA */
    #gallery-slider {
      padding: 60px 0;
      background-color: #fff;
    }

    #gallery-slider .section-title {
      text-align: center;
      margin-bottom: 60px;
    }

    #gallery-slider .section-title h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #1a56c9;
      margin-bottom: 10px;
    }

    #gallery-slider .section-title p {
      font-size: 1.1rem;
      color: #666;
      max-width: 600px;
      margin: 0 auto;
    }

    .gallery-container .swiper {
      padding: 20px 0;
      position: relative;
    }

    .gallery-container .swiper-pagination {
      position: relative;
      bottom: 10px;
      margin-top: 20px;
    }

    .gallery-container .swiper-button-prev,
    .gallery-container .swiper-button-next {
      top: 50%;
      transform: translateY(-50%);
      color: #1a56c9;
      width: 44px;
      height: 44px;
      background: rgba(26, 86, 201, 0.1);
      border-radius: 50%;
    }

    .gallery-container .swiper-button-prev:hover,
    .gallery-container .swiper-button-next:hover {
      background: rgba(26, 86, 201, 0.3);
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      background-color: #fff;
    }

    .gallery-img {
      position: relative;
      overflow: hidden;
    }

    .gallery-img img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.05);
    }

    .gallery-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(26, 86, 201, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .gallery-item:hover .gallery-overlay {
      opacity: 1;
    }

    .gallery-overlay i {
      color: #fff;
      font-size: 2rem;
    }

    .gallery-text {
      padding: 15px;
      text-align: center;
    }

    .gallery-text h5 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #2a2a2a;
      margin-bottom: 8px;
    }

    .gallery-text p {
      font-size: 0.9rem;
      color: #666;
      margin: 0;
    }

    /* PORTFÓLIO */
    .portfolio-container {
      padding: 60px 0;
      background-color: #f9fbfd;
    }

    .portfolio-container .portfolio-filters {
      display: flex;
      gap: 15px;
      margin-bottom: 30px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .portfolio-container .portfolio-filters button {
      background: #fff;
      border: 1px solid #ddd;
      padding: 10px 20px;
      border-radius: 30px;
      cursor: pointer;
      font-weight: 500;
      font-size: 14px;
      color: #2a2a2a;
      transition: all 0.3s ease;
    }

    .portfolio-container .portfolio-filters button.active,
    .portfolio-container .portfolio-filters button:hover {
      background: #1a56c9;
      color: #fff;
      border-color: #1a56c9;
    }

    .portfolio-container .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
      gap: 30px;
      max-width: 1280px;
      margin: 0 auto;
    }

    .portfolio-container .portfolio-card {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      background: #fff;
      transition: all 0.3s ease;
      width: 100%;
      aspect-ratio: 4 / 3;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .portfolio-container .portfolio-card.hidden {
      visibility: hidden;
      opacity: 0;
      transform: scale(0.95);
      position: absolute;
      height: 0;
      pointer-events: none;
    }

    .portfolio-container .portfolio-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .portfolio-container .portfolio-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 8px;
    }

    .portfolio-container .portfolio-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 60%);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .portfolio-container .portfolio-card:hover .portfolio-overlay {
      opacity: 1;
    }

    .portfolio-container .portfolio-meta {
      font-size: 12px;
      text-transform: uppercase;
      color: #a2b4ff;
      margin-bottom: 5px;
      font-weight: 500;
    }

    .portfolio-container .portfolio-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .portfolio-container .portfolio-actions {
      display: flex;
      gap: 10px;
    }

    .portfolio-container .portfolio-actions a {
      background: #fff;
      color: #2a2a2a;
      padding: 8px 12px;
      border-radius: 8px;
      text-decoration: none;
      font-size: 16px;
      transition: all 0.3s ease;
    }

    .portfolio-container .portfolio-actions a:hover {
      background: #1a56c9;
      color: #fff;
    }

    .portfolio-container i {
      cursor: pointer;
    }

    .portfolio-container .portfolio-extra-glightbox {
      opacity: 0;
      width: 1px;
      height: 1px;
      overflow: hidden;
      position: absolute;
    }

    /* Estilos personalizados para o GLightbox */
    .glightbox-clean .gslide-section-title {
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      font-size: 2rem;
      font-weight: 700;
      color: #fff !important;
      margin: 0;
      padding: 10px;
      text-align: center;
      z-index: 20 !important;
      background: rgba(0, 0, 0, 0.7) !important;
      border-radius: 4px;
      display: block !important;
      opacity: 1 !important;
    }

    .glightbox-clean .gslide-section-subtitle {
      position: absolute;
      top: 50px;
      left: 0;
      right: 0;
      font-size: 1.2rem;
      color: #ddd !important;
      margin: 0;
      padding: 10px;
      text-align: center;
      z-index: 20 !important;
      background: rgba(0, 0, 0, 0.7) !important;
      border-radius: 4px;
      display: block !important;
      opacity: 1 !important;
    }

    .glightbox-clean .gslide-title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #fff !important;
      margin: 10px 0;
      padding: 10px;
      text-align: center;
      z-index: 10 !important;
      background: transparent !important; /* Removido o fundo */
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); /* Sombra para legibilidade */
      border-radius: 4px;
      display: block !important;
      opacity: 1 !important;
    }

    .glightbox-clean .gslide-desc {
      font-size: 1rem;
      color: #fff !important;
      text-align: center;
      z-index: 10 !important;
      background: transparent !important; /* Removido o fundo */
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); /* Sombra para legibilidade */
      padding: 10px;
      border-radius: 4px;
      display: block !important;
      opacity: 1 !important;
    }

    .glightbox-clean .gdesc-inner {
      padding: 20px;
      background: transparent;
      border-radius: 8px;
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      z-index: 10 !important;
      display: block !important;
    }

    .glightbox-clean .gslide-content {
      max-width: 100%;
      padding: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      background: #000;
    }

    .glightbox-clean .gslide-media {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 95vw;
      max-height: 85vh;
      position: relative;
      z-index: 5;
    }

    .glightbox-clean .gslide-image img {
      width: 100% !important;
      height: auto !important;
      max-width: 95vw !important;
      max-height: 85vh !important;
      object-fit: contain !important;
      display: block !important;
      opacity: 1 !important;
      border-radius: 8px;
    }

    /* Evitar que iframes sejam usados para imagens */
    .glightbox-clean .gslide-media iframe {
      display: none !important;
    }

    /* Fallback para erro de carregamento da imagem */
    .glightbox-clean .gslide-media::after {
      content: 'Não foi possível carregar a imagem. Tente novamente.';
      display: none;
      color: #fff;
      font-size: 1rem;
      text-align: center;
      padding: 20px;
      background: rgba(255, 0, 0, 0.7);
      border-radius: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 15;
    }

    .glightbox-clean .gslide-media.image-error::after {
      display: block;
    }

    @media (max-width: 768px) {
      .gallery-container .swiper {
        padding: 10px 0;
      }

      .gallery-text h5 {
        font-size: 1rem;
      }

      .gallery-text p {
        font-size: 0.8rem;
      }

      .glightbox-clean .gslide-section-title {
        font-size: 1.5rem;
        padding: 8px;
        top: 5px;
      }

      .glightbox-clean .gslide-section-subtitle {
        font-size: 1rem;
        padding: 8px;
        top: 40px;
      }

      .glightbox-clean .gslide-title {
        font-size: 1.2rem;
        padding: 8px;
      }

      .glightbox-clean .gslide-desc {
        font-size: 0.9rem;
        padding: 8px;
      }

      .glightbox-clean .gslide-media {
        max-width: 90vw;
        max-height: 80vh;
      }

      .glightbox-clean .gslide-image img {
        max-width: 90vw !important;
        max-height: 80vh !important;
      }

      .glightbox-clean .gslide-content {
        padding: 5px;
      }

      .glightbox-clean .gdesc-inner {
        padding: 10px;
      }

      .portfolio-container .portfolio-filters button {
        font-size: 13px;
        padding: 8px 16px;
      }

      .portfolio-container .portfolio-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
      }

      .portfolio-container .portfolio-title {
        font-size: 16px;
      }

      .portfolio-container .portfolio-meta {
        font-size: 11px;
      }
    }
	
	
	
	 /* Estilos personalizados isolados */
    #faq-custom-section {
      background-color: #f9f9fc;
    }

    .faq-custom-card {
      background: linear-gradient(135deg, #5e4ff1, #8758f1);
      color: #fff;
      padding: 2rem;
      border-radius: 1rem;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .faq-custom-card h3 {
      font-weight: bold;
    }

    .faq-custom-contact a {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.75rem 1rem;
      margin-bottom: 1rem;
      background-color: #6b60ec;
      color: #fff;
      border-radius: 0.5rem;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .faq-custom-contact a:hover {
      background-color: #554ad3;
    }

    .faq-custom-accordion .accordion-button {
      background-color: #fff;
      font-weight: 600;
      border-radius: 0.5rem;
      padding: 1rem;
      color: #333;
      box-shadow: none;
      transition: background-color 0.3s ease;
    }

    .faq-custom-accordion .accordion-button:not(.collapsed) {
      color: #5e4ff1;
      background-color: #f0f0ff;
    }

    .faq-custom-accordion .accordion-item {
      border: none;
      margin-bottom: 1rem;
      border-radius: 0.5rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    }

    .faq-custom-accordion .accordion-body {
      background-color: #fff;
      padding: 1rem 1.25rem;
      color: #444;
    }
	
	/* ISOLAMENTO TOTAL */
#news-carousel-section {
  background: #f2f4ff;
  border-radius: 20px;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
}

#news-carousel-section .news-carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#news-carousel-section .news-carousel-header h2 {
  font-weight: 700;
  font-size: 28px;
  color: #1e1e60;
}

#news-carousel-section .news-carousel-header a {
  font-weight: 600;
  color: #3b49df;
  text-decoration: none;
  transition: color 0.2s ease;
}

#news-carousel-section .news-carousel-header a:hover {
  color: #1a28c2;
}

.news-carousel-slide {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-carousel-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.news-carousel-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
}

.news-carousel-slide h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #1f1f3b;
  margin-bottom: 10px;
}

.news-carousel-buttons .btn {
  font-size: 0.85rem;
  border-radius: 50px;
  padding: 6px 18px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.news-carousel-buttons .btn:hover {
  opacity: 0.9;
}

.news-carousel .swiper-button-next,
.news-carousel .swiper-button-prev {
  background-color: #3b49df;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.news-carousel .swiper-button-next::after,
.news-carousel .swiper-button-prev::after {
  font-size: 16px;
}

 #section-parceiros {
      background: #f8f9fa;
      padding: 60px 0;
      font-family: "Segoe UI", sans-serif;
    }

    .container-parceiros {
      max-width: 1200px;
      margin: auto;
      padding: 0 20px;
    }

    .swiper-parceiros {
      padding-bottom: 50px;
    }

    .swiper-parceiros .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .logo-parceiro {
      position: relative;
      width: 120px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .logo-parceiro img {
      max-width: 100%;
      max-height: 80px;
      transition: transform 0.3s ease;
    }

    .logo-parceiro:hover img {
      transform: scale(1.05);
    }

    .tooltip-parceiro {
      visibility: hidden;
      background-color: #333;
      color: #fff;
      text-align: center;
      padding: 6px 10px;
      border-radius: 6px;
      font-size: 14px;
      position: absolute;
      bottom: 110%;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      opacity: 0;
      transition: opacity 0.2s;
      pointer-events: none;
      z-index: 10;
    }

    .logo-parceiro:hover .tooltip-parceiro {
      visibility: visible;
      opacity: 1;
    }

    .swiper-parceiros .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background-color: #666;
      opacity: 0.5;
      margin: 0 4px;
      transition: background-color 0.3s;
    }

    .swiper-parceiros .swiper-pagination-bullet-active {
      background-color: #000;
      opacity: 1;
    }
	  #contact-section {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background: linear-gradient(135deg, #f0f4ff 0%, #e0e7ff 100%);
            color: #1a1a1a;
            line-height: 1.6;
        }

        /* Estilo das caixas de informações */
        #contact-section .contact-info-box {
            background: #ffffff;
            padding: 30px;
            border-radius: 16px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
            height: 100%;
        }
        #contact-section .contact-info-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
        }
        #contact-section .contact-icon-box {
            font-size: 2.5rem;
            color: #6366f1;
            margin-bottom: 15px;
        }
        #contact-section .contact-info-content h4 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 10px;
            color: #1e293b;
        }
        #contact-section .contact-info-content p {
            margin: 0;
            color: #475569;
            font-size: 0.95rem;
        }

        /* Estilo do mapa */
        #contact-section .contact-map-section {
            margin-bottom: -120px;
        }
        #contact-section .contact-map-section iframe {
            border-radius: 16px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        }

        /* Estilo do formulário */
        #contact-section .contact-form-container {
            position: relative;
            z-index: 10;
        }
        #contact-section .contact-form-wrapper {
            background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
            padding: 50px;
            border-radius: 24px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
            margin-top: -120px;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }
        #contact-section .contact-form-wrapper h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 30px;
        }
        #contact-section .contact-form-group .contact-input-with-icon {
            position: relative;
        }
        #contact-section .contact-form-group .contact-input-with-icon i {
            position: absolute;
            top: 50%;
            left: 15px;
            transform: translateY(-50%);
            color: #6366f1;
            font-size: 1.2rem;
        }
        #contact-section .contact-form-group .form-control {
            padding-left: 45px;
            border-radius: 12px;
            border: 1px solid #e2e8f0;
            background: #f8fafc;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        #contact-section .contact-form-group .form-control:focus {
            border-color: #6366f1;
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
            background: #ffffff;
        }
        #contact-section .contact-form-group textarea.form-control {
            padding-top: 15px;
        }
        #contact-section .contact-btn-submit {
            background: linear-gradient(90deg, #6366f1 0%, #4f46e5 100%);
            border: none;
            padding: 12px 40px;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 12px;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
        }
        #contact-section .contact-btn-submit:hover {
            background: linear-gradient(90deg, #4f46e5 0%, #4338ca 100%);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
        }
        #contact-section .contact-loading,
        #contact-section .contact-error-message,
        #contact-section .contact-sent-message {
            display: none;
            text-align: center;
            margin-top: 15px;
            font-size: 0.95rem;
        }
        #contact-section .contact-loading {
            color: #6366f1;
        }
        #contact-section .contact-error-message {
            color: #ef4444;
        }
        #contact-section .contact-sent-message {
            color: #22c55e;
        }
		  /* === Footer Base === */
#custom-footer {
  background-color: #f0f4f8; /* azul claro moderno */
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* === Títulos === */
.custom-footer-widget h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2c3e50;
}

/* === Botão "Learn more" === */
.custom-footer-btn {
  border-radius: 999px;
  padding: 0.5rem 1.5rem;
  background-color: #00c17c;
  color: #fff;
  font-weight: 500;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.custom-footer-btn:hover {
  background-color: #00a96b;
  color: #fff;
}

/* === Navegação === */
.custom-footer-widget ul {
  padding-left: 0;
  list-style: none;
}

.custom-footer-widget ul li {
  margin-bottom: 0.5rem;
}

.custom-footer-widget ul li a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-footer-widget ul li a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* === Social Icons (fixando centralização) === */
.custom-footer-social {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
  display: flex;
  gap: 10px;
}

.custom-footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e0e0e0;
  border-radius: 50%;
  color: #333;
  font-size: 1.2rem;
  transition: background-color 0.3s, color 0.3s;
}

.custom-footer-social li a:hover {
  background-color: #00c17c;
  color: #fff;
}

/* === Newsletter (Subscribe) === */
.custom-footer-subscribe form {
  display: flex;
  margin-top: 0.5rem;
}

.custom-footer-subscribe input[type="email"] {
  flex: 1;
  border-radius: 0.375rem 0 0 0.375rem;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
}

.custom-footer-subscribe button {
  border-radius: 0 0.375rem 0.375rem 0;
  padding: 0.5rem 1rem;
  border: none;
  background-color: #00c17c;
  color: #fff;
  transition: background-color 0.3s ease;
}

.custom-footer-subscribe button:hover {
  background-color: #00a96b;
}

/* === Rodapé Inferior === */
.custom-footer-bottom {
  border-top: 1px solid #ccc;
  margin-top: 2.5rem;
  padding-top: 1rem;
  font-size: 0.9rem;
  color: #6c757d;
}

.custom-footer-bottom a {
  color: #6c757d;
  text-decoration: none;
}

.custom-footer-bottom a:hover {
  color: #00c17c;
  text-decoration: underline;
}