/* ================================
   Desativar animações de scroll
   ================================ */

.wow {
  visibility: visible !important;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

[data-wow-delay],
[data-wow-duration] {
  animation-delay: 0s !important;
  animation-duration: 0s !important;
}

.tz-itm-anim {
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
}

#smooth-wrapper,
#smooth-content {
  transform: none !important;
  will-change: auto !important;
}

/* ================================
   WhatsApp Flutuante
   ================================ */

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 70px;
  height: 70px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 99999;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
  color: #fff;
  text-decoration: none;
}

.header-1 .header-main .main-menu ul li a {
  color: #020202;
  padding: 15px 0;
  font-size: 18px;
}

.header-1 .header__hamburger .contact-btn {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  background: #fead01;
  padding: 25px;
}


#mobile-menu {
  margin: 0 -40px 0 30px;
}

.img-offset-top {
  object-position: 0 -220px;
}

.footer-section .footer-wrapper>.row {
  align-items: stretch;
}

.footer-section .footer-wrapper>.row .single-footer-widget .map-items .googpemap iframe {
  height: 100%;
  min-height: 280px;
}

.service-wrapper .service-hover-item .service-image .service-item .icon i {
  font-size: 36px;
  color: #fff;
  line-height: inherit;
}

.hero-1 {
  background: none;
  padding: 0;
}

.hero-1 .hero-image {
  position: relative;
  width: 100%;
  height: 30vh;
  min-height: 665px;
  margin: 0;
}

.hero-1 .hero-image>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-1 .hero-overlay {
  position: absolute;
  inset: 0;
  background: 0;
  z-index: 1;
}

.hero-1 .hero-content {
  position: absolute;
  z-index: 2;
  top: 51%;
  left: 80px;
  transform: translateY(-50%);
  max-width: 620px;
  padding: 0;
}

.hero-1 .hero-content p {
  color: rgba(255, 255, 255, 0.85);
  margin: 20px 0 30px;
  font-size: 17px;
  line-height: 1.7;
}

.hero-1 .hero-image .hero-box-item {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 20px 50px 20px 30px;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.footer-section .footer-wrapper>.row .single-footer-widget .map-items .googpemap iframe {
  margin-top: -405px !important;
  height: 750px !important;
  border-radius: 15px;
}

/* ================================
   Sticky Header Compacto
   ================================ */

#header-sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}

#header-sticky.sticky {
  position: sticky !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: auto !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
  padding-top: 10px;
  padding-bottom: 20px;
  z-index: 999;
}

#header-sticky.sticky .header-logo img {
  height: 70px;
  width: auto;
}

#header-sticky.sticky .header-main {
  min-height: 82px;
  padding: 8px 0;
}

#header-sticky.sticky .header-main .main-menu ul li a {
  color: #111;
  padding: 8px 0;
  font-size: 18px;
}

#header-sticky.sticky .header-main .main-menu ul li a:hover,
#header-sticky.sticky .header-main .main-menu ul li.active a {
  color: #fead01;
}

#header-sticky.sticky .header__hamburger .contact-btn {
  padding: 16px 20px;
  font-size: 14px;
}

.header-main .header-right {
  gap: 50px;
  width: 100%;
  margin: 0 -110px 0 0;
}

.header-1 .header__hamburger .contact-btn {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  background: #fead01;
  padding: 14px 17px;
}

.about-content-style-1 .about-box-item {
  background-color: #04338B;
}

.breadcrumb-wrapper .breadcrumb-content h2,
.breadcrumb-wrapper .breadcrumb-content .tx-title,
.breadcrumb-wrapper .breadcrumb-content ul,
.breadcrumb-wrapper .breadcrumb-content ul li,
.breadcrumb-wrapper .breadcrumb-content ul li a {
  color: #ffffff !important;
  z-index: 99999;
  position: relative;
}

.theme-btn-main.style-2 {
  transition: background-color 0.25s ease, filter 0.25s ease;
}

.theme-btn-main.style-2:hover {
  background-color: #e09a00;
  padding: 7px 7px 7px 30px;
}

.theme-btn-main.style-2:hover .theme-btn {
  background-color: transparent;
  transform: none;
}

.theme-btn-main.style-2:hover .theme-btn-arrow-left {
  left: 3px;
  scale: 0;
}

.theme-btn-main.style-2:hover .theme-btn-arrow-right {
  scale: 1;
  background-color: var(--white);
}

.contact-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #04338B;
}


.breadcrumb-wrapper {
  padding: 50px 0 60px !important;
  margin-top: 0;
  background: #04338B !important;
  color: #fff !important;
}

.breadcrumb-wrapper h2 {
  color: #fff !important;
}

.breadcrumb-wrapper ul li {
  color: #fff !important;
}

.numeros h2 {
  color: #fff !important;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .hero-1 .hero-content {
    left: 30px;
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-image {
    height: 85vh;
  }

  .hero-1 .hero-content {
    top: 40%;
  }

  .hero-1 .hero-image .hero-box-item {
    flex-wrap: wrap;
    gap: 20px;
    padding: 16px 20px;
  }
}

/* ================================
   Cards de Projetos
   ================================ */

.project-card {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
  color: inherit;
  text-decoration: none;
}

.project-card__img {
  height: 240px;
  overflow: hidden;
}

.project-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.project-card:hover .project-card__img img {
  transform: scale(1.06);
}

.project-card__info {
  padding: 24px;
}

.project-card__category {
  font-size: 12px;
  text-transform: uppercase;
  color: #fead01;
  letter-spacing: 1px;
  font-weight: 600;
}

.project-card__title {
  margin: 8px 0 12px;
  font-size: 20px;
}

.project-card__summary {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.project-card__link {
  font-size: 14px;
  font-weight: 600;
  color: #fead01;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}

.project-card:hover .project-card__link {
  gap: 12px;
}

/* ================================
   Header Mobile
   ================================ */

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

.mobile-header__logo img {
  height: 80px;
  width: auto;
  padding: 0 50px 0 0;
  margin: 10px 0 20px 0;
}

.mobile-header__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mobile-header__toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #000000;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Menu lateral mobile */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  max-width: 85vw;
  height: 100vh;
  background: #FFF;
  z-index: 1000001;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: right 0.35s ease;
  overflow-y: auto;
}

.mobile-nav.open {
  right: 0;
}

.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9b9b9b;
}

.mobile-nav__header img {
  height: 36px;
}

.mobile-nav__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 4px 8px;
}

.mobile-nav__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav__menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-nav__menu ul li a {
  display: block;
  padding: 14px 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.mobile-nav__menu ul li a:hover,
.mobile-nav__menu ul li.active a {
  color: #fead01;
  padding-left: 8px;
}

.mobile-nav__cta {
  display: block;
  margin-top: 28px;
  padding: 14px 24px;
  background: #fead01;
  color: #1E2023;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  letter-spacing: 0.5px;
  transition: background 0.2s ease;
}

.mobile-nav__cta:hover {
  background: #e09a00;
  color: #1E2023;
  text-decoration: none;
}

.mobile-nav__contact {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__contact p {
  color: #999;
  font-size: 13px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-nav__contact p i {
  color: #fead01;
  width: 16px;
  text-align: center;
}

.mobile-nav__contact a {
  color: #000000;
  text-decoration: none;
}

.mobile-nav__contact a:hover {
  color: #fead01;
}

.mobile-nav__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-nav__overlay.open {
  opacity: 1;
  visibility: visible;
}

/* Esconder header desktop no mobile */
@media (max-width: 991px) {
  #header-sticky .container-fluid.d-none.d-lg-block {
    display: none !important;
  }

  .breadcrumb-wrapper {
    margin-top: 64px !important;
  }

  .hero-1 .hero-image {
    margin-top: 64px;
  }

  .hero-1 .hero-content h1 {
    margin-bottom: 30px;
    line-height: 125%;
    margin-right: 0;
    font-size: 45px;
    margin-top: 298px;
  }

  .hero-box-item {
    display: none !important;
  }

  .area-botoes {
    display: none !important;
  }

  .hero-1 .hero-image {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 600px !important;
    margin: 0;
  }

  .about-content-style-1,
  .service-section {
    padding: 0 15px;
  }

  .service-top-item {
    justify-content: start;
    margin-top: 60px;
  }

  .contact-box {
    background-color: transparent;
    padding: 0 !important;
    position: relative;
    margin-top: 48px;
  }

  .contact-box .contact-form-items button.theme-btn-main.style-2 {
    background-color: var(--header);
    width: 100%;
  }

  .theme-btn-main.style-2 .theme-btn {
    background-color: transparent;
    padding: 0;
    margin-right: 17px;
    font-weight: 600;
    width: 99%;
  }


  .breadcrumb-wrapper {
    margin-top: 124px !important;
    padding: 40px 0 50px 0 !important;
    margin-bottom: -35px;
  }


  .breadcrumb-content h2 {
    font-size: 32px !important;
    margin-bottom: 16px;
    font-size: 32px;
  }


  .breadcrumb-content ul li {
    font-family: 12px !important;
  }

  .theme-btn-main.style-2 {
    background-color: var(--theme);
    padding: 7px 30px;
    padding-right: 7px;
    width: 100%;
  }

  .footer-section .footer-wrapper>.row .single-footer-widget .map-items .googpemap iframe {
    margin-top: 0 !important;
    height: 750px !important;
    border-radius: 15px;
  }

  .footer-wrapper {
    padding: 50px 0 0 10px;
  }


  .footer-wrapper .single-footer-widget .widget-title h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    position: relative;
  }


  .footer-wrapper .single-footer-widget .widget-title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fead01;
    position: relative;
  }

}