@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  font-family: 'Funnel Sans', sans-serif;
}

:root {
  --tp-theme-primary: #464646;
  --tp-theme-secondary: #dcdcdc;
  --tp-grey-1: var(--color5) !important;
  --color1: #ffffff !important;
  --color2: #f5f5f5 !important;
  --color3: #dcdcdc !important;
  --color4: #9b9b9b !important;
  --color5: #646464 !important;
  --color6: #464646 !important;
  --color7: #282828 !important;
  --color8: #000000 !important;

  --tp-ff-body: 'Funnel Sans', sans-serif;
  --tp-ff-heading: 'Funnel Sans', sans-serif;
  --tp-ff-dm: 'Funnel Sans', sans-serif;
  --tp-ff-p: 'Funnel Sans', sans-serif;
}

/* Colors ============================================================================================================ */
.color1 {
  color: var(--color1);
}

.color2 {
  color: var(--color2);
}

.color3 {
  color: var(--color3);
}

.color4 {
  color: var(--color4);
}

.color5 {
  color: var(--color5);
}

.bgcolor1 {
  background: var(--color1);
}

.bgcolor2 {
  background: var(--color2);
}

.bgcolor3 {
  background: var(--color3);
}

.bgcolor4 {
  background: var(--color4);
}

.bgcolor5 {
  background: var(--color5);
}

.bgcolor6 {
  background: var(--color6);
  opacity: 0.4;
}


/* Default ========================================================================================================== */
.home {
  background: var(--color8);
  height: 800px;
}

.tp-text-grey-1 {
  color: var(--color5);
}

.tp-bg-grey-1 {
  background-color: var(--color7);
}

.tp-bg-grey-2 {
  background-color: var(--color6);
}

.tp-bg-grey-3 {
  background-color: var(--color5);
}

.tp-bg-grey-4 {
  background-color: var(--color4);
}

.tp-bg-grey-5 {
  background-color: var(--color3);
}

.tp-bg-theme-primary {
  background-color: var(--color8);
}

.header-sticky {
  padding: 15px 0px;
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.04);
  /* box-shadow: none; */
  /* background: transparent; */
  /* mix-blend-mode: difference; */
}

.bg-whatsapp {
  background-color: var(--tp-theme-secondary);
  border-radius: 4px;
}

.bg-whatsapp:hover {
  background-color: #25D366;
  /* border-radius: 12px 0px 12px 12px; */
}

.body-overlay {
  background-color: rgba(40, 40, 40, 0.8);
}

.tpoffcanvas__close-btn button {
  right: 40px;
  top: 42px;
  height: 48px;
  width: 48px;
  line-height: 1;
}

.tp-header-sidebar-btn,
.tpoffcanvas__close-btn button {
  background: var(--color1);
  color: var(--color8);
  border-color: var(--color3);
  width: 40px;
  height: 40px;
  line-height: 1;
}

.tp-header-sidebar-btn:hover,
.tpoffcanvas__close-btn button:hover,
.tpoffcanvas__social .social-icon a:hover {
  background: var(--color8);
  color: var(--color1);
  border-color: var(--color8);
}

.tpoffcanvas__social .social-icon a {
  line-height: 40px;
  font-size: 14px;
  margin-right: 10px;
}

.rounded-ampla {
  border-radius: 4px;
}

.tp-menu-close {
  top: -1px;
  height: 44px;
  width: 34px;
  border: none;
}

.tp-offcanvas-menu ul li.active>.tp-menu-close {
  color: var(--tp-theme-primary);
  background: transparent;
}

.tp-header-2-right .tp-main-menu>nav>ul>li>a {
  border-radius: none;
  border-color: transparent;
  padding: 0;
}

.tp-main-menu>nav>ul>li>a:hover {
  color: var(--color4);
  border-radius: 0px 12px 12px 12px;
}

.header-sticky .tp-header-2-right .tp-main-menu>nav>ul>li>a {
  padding: 0px;
}

.tp-header-2-right .tp-main-menu>nav>ul>li>a {
  position: relative;
  text-decoration: none;
  color: var(--color8);
  /* color: var(--color4); */
  /* mix-blend-mode: difference; */
  display: inline-block;
  transition: opacity 0.3s ease;
}

.mix-blend-mode-difference {
  mix-blend-mode: difference;
}

.tp-header-2-right .tp-main-menu>nav>ul>li>a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.tp-header-2-right .tp-main-menu>nav>ul>li>a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* .tp-header-2-right .tp-main-menu > nav > ul:hover li a:not(:hover) {
  opacity: 0.4;
} */
.tp-main-menu>nav>ul>li>.submenu li a {
  padding: 10px 28px;
}

.tp-header-2-right .tp-main-menu>nav>ul>li:not(:last-child) {
  margin-right: 20px;
}


.tp-hero-4-tag ul {
  flex-wrap: wrap;
  gap: 10px;
  max-width: 80%;
  margin-left: 140px;
}

.tp-hero-4-tag ul li {
  margin-bottom: 0px;
}

.tp-hero-4-content {
  padding: 350px 100px 60px 100px;
  border-radius: 12px;
}

.tp-hero-4-tag ul li span {
  padding: 4px 15px;
  backdrop-filter: blur(40px);
  border-radius: 12px 12px 12px 0px;
}

.tp-main-menu>nav>ul>li>.submenu {
  min-width: 255px;
}

.tpoffcanvas__logo p {
  margin-top: 30px;
}

.tpoffcanvas__logo {
  margin-bottom: 36px;
}

.tp-footer-area {
  background-color: #000 !important;
  min-height: 91vh;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 0 !important;
}

.tp-footer-area .container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.footer-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.footer-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer-bottom-fix {
  margin-top: auto;
  width: 100%;
}

.footer-logo-ampla {
  width: 100%;
  text-align: center;
  line-height: 0;
  padding-top: 50px;
}

.footer-logo-ampla img {
  width: 100%;
  height: auto;
  /* max-width: 1400px; */
  mix-blend-mode: difference;
  vertical-align: bottom;
}

.tp-footer-top {
  /* border-top: 1px solid rgba(255, 255, 255, 0.05); */
  z-index: 1;
}
.tp-footer-bottom {
  padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 1;
}

.footer-copyright-text p,
.footer-copyright-text a {
  color: var(--color5);
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
}

.footer-copyright-text a:hover {
  color: var(--color1);
}

.tp-footer-menu ul li a {
  font-size: 18px;
}

.tp-footer-menu ul li {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}

.tp-footer-menu ul li a {
  position: relative;
  display: inline-block;
  font-size: 18px !important;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.4s ease;
  padding: 2px 0;
}

.tp-footer-menu ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.tp-footer-menu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* .tp-footer-menu ul:hover li a:not(:hover) {
    opacity: 0.4;
} */
.tp-contact-bottom-social ul li a {
  border: transparent;
  background: var(--color2);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  transition: 0.3s ease-in-out;
}

.tp-contact-bottom-social ul li a:hover {
  background: var(--color8);
  color: var(--color1);
}

.btn-primary {
  background: var(--color8);
  color: var(--color1);
  transition: 0.3s ease-in-out;
}

.btn-primary:hover {
  background: var(--color7);
}

/* Custom Cursor =================================================================================================== */
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  z-index: 10000;
  transition: width 0.3s, height 0.3s, background-color 0.3s, opacity 0.3s, transform 0.05s linear;
  transform: translate(-50%, -50%);
  /* Centraliza no ponto do mouse */
}

.cursor-outer {
  width: 25px;
  height: 25px;
  background-color: #fff;
  mix-blend-mode: difference;
}

.cursor-outer.cursor-hover {
  width: 80px;
  height: 80px;
}


@media (max-width: 991px) {
  .mouse-cursor {
    display: none;
  }
}

/* Scroll Offset =================================================================================================== */
[id] {
  scroll-margin-top: 140px;
}

.swiper-container {
  background-color: #ffffff;
}

.tp-brands-6-wrap .swiper-slide::before {
  background: transparent;
}

.tp-brands-3-slider-active img {
  min-height: 60px;
  max-width: 120px;
  width: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

.tp-brands-3-slider-active .swiper-slide:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.tp-brands-3-slider-active .swiper-slide {
  width: 220px;
}

/* Parallax Stacking Section ======================================================================================================= */
.parallax-stack {
  position: sticky;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.parallax-stack+section,
.parallax-stack+div,
.parallax-stack~.parallax-stack {
  z-index: 2;
}

.tp-header-height {
  z-index: 500;
  position: relative;
}


.tp-about-content {
  border: none;
  background: #f7f7f7;
}

.tp-grayscale-hover {
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
}

.tp-grayscale-hover:hover {
  filter: grayscale(0);
}

i.misso-visao-valores-01 {
  width: 50px;
  height: 50px;
  background: url(../icons/misso-visao-valores-01.svg) no-repeat center;
  display: inline-block;
}

i.misso-visao-valores-02 {
  width: 50px;
  height: 50px;
  background: url(../icons/misso-visao-valores-02.svg) no-repeat center;
  display: inline-block;
}

i.misso-visao-valores-03 {
  width: 50px;
  height: 50px;
  background: url(../icons/misso-visao-valores-03.svg) no-repeat center;
  display: inline-block;
}

.bg-light {
  background: var(--color2) !important;
}

.tp-faq-4-wrapper .accordion-item.expand {
  background: linear-gradient(180deg, #e9e9e9 0%, #f6f6f6 100%);
}

.tp-faq-4-wrapper .accordion-button.tp-faq-btn-2 span {
  color: var(--color5);
}

.tp-blog-4-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  /* border-bottom: none; */
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -1px;
}

.tp-blog-4-thumb {
  overflow: visible;
  text-align: center;
  align-items: center;
}

.tp-blog-4-thumb img {
  width: auto;
  /* height: 50px; */
  text-align: center;
  opacity: 0.5;
}

.tp-blog-4-item:hover .tp-blog-4-thumb img {
  transform: scale(1.05) !important;
  opacity: 1;
}

.tp-blog-4-content {
  padding: 0px 40px 0px 40px;
}

.border-bottom-none {
  border-bottom: none;
}

.tp-breadcrumb-content {
  border-radius: 40px 40px 40px 0px;
  margin-bottom: 40px;
}

.dropdown-divider {
  border-top: 1px solid var(--color3);
}

.tp-error-wrap {
  padding-top: 70px;
}

.tp-error-title {
  font-weight: 700;
  font-size: 480px;
}

.tp-error-bg-wrap {
  height: 90vh;
}

/* Responsive ======================================================================================================= */

@media (max-width: 1500px) {
  .tp-hero-4-tag ul {
    max-width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 1199px) {
  .tp-hero-4-content {
    padding: 237px 100px 100px 100px;
  }
}

@media (max-width: 991px) {
  .parallax-stack {
    position: relative !important;
    top: initial !important;
  }

  .footer-logo-ampla img {
    transform: scale(1.1);
  }
}

@media (max-width: 768px) {

  .tp-error-bg-wrap {
    height: 60vh;
  }

  .tp-blog-4-item {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .tp-brands-3-slider-active .swiper-slide {
    width: 150px;
  }

  .tp-hero-4-content {
    padding: 120px 30px 60px 30px;
  }
}

@media (max-width: 600px) {
  .tp-blog-4-thumb img {
    margin: -20px;
  }

  .tpoffcanvas__close-btn button {
    right: 34px;
    top: 34px;
  }

  .tpoffcanvas__logo {
    margin-bottom: 50px;
  }

  .tpoffcanvas__social .social-icon a {
    line-height: 48px;
  }

  .tp-header-height {
    height: 70px;
  }
}


/* Modal WhatsApp Custom Styles ==================================================================================== */
.rounded-24 {
  border-radius: 24px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-15 {
  padding: 15px !important;
}

.gap-10 {
  gap: 10px !important;
}

.border-light-2 {
  border: 1px solid var(--color3) !important;
}

.transition-3 {
  transition: all 0.3s ease-in-out;
}

.color-whatsapp {
  color: #25D366;
}

#modalContatosWhatsApp .whatsapp-list .tp-btn-md {
  padding: 13px 25px;
}

#modalContatosWhatsApp .whatsapp-list .tp-btn-md .btn-text {
  font-weight: 600;
  margin-left: 0;
  /* Override template negative margin */
  transition: transform 0.6s cubic-bezier(0.1, 0.75, 0.25, 1);
}

#modalContatosWhatsApp .whatsapp-list .tp-btn-md:hover .btn-text {
  transform: translateX(10px);
  /* Subtle shift forward instead of deep slide */
}

#modalContatosWhatsApp .whatsapp-list .tp-btn-md .btn-icon {
  margin-left: 0;
  font-size: 16px;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.color-black {
  color: var(--color8);
}

.opacity-75 {
  opacity: 0.75;
}
/* Portfolio Projetos ============================================================================================== */
.tp-portfolio-page {
  background-color: #fff;
}

.portfolio__item {
  color: inherit;
  transition: opacity 0.3s ease;
}

.portfolio__item:hover {
  text-decoration: none;
}

.portfolio__image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: var(--color2);
}

.portfolio__image-wrapper::before {
  content: "";
  display: block;
  padding-bottom: 75%;
  /* Ratio 4:3 - Cobre um bom espaco de imagens de portfolio */
}

.portfolio__image-wrapper--wide::before {
  padding-bottom: 56.25%;
  /* Ratio 16:9 para imagens 1920x1080 de width completo */
}

.portfolio__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.portfolio__item:hover .portfolio__image {
  transform: scale(1.10);
}

/* .portfolio__content {
  padding-top: 15px;
} */

.portfolio__content h3 {
  transition: color 0.3s ease;
}

.portfolio__item:hover .portfolio__content h3 {
  color: var(--color5) !important;
}

.pt-150 {
  padding-top: 150px;
}

.pb-120 {
  padding-bottom: 120px;
}

.object-fit-cover {
  object-fit: cover;
}

@media (max-width: 991px) {
  .pt-150 {
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .pt-150 {
    padding-top: 100px;
  }
}

/* Utilities Extras Projeto Detail ========================================================================================= */
.lh-base {
  line-height: 1.6 !important;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.border-light-2 {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.hover-text-primary:hover {
  color: var(--color5) !important;
}

/* Correção Imagens Projetos e Detail no Mobile (Para não distorcer/cortar tela de portfólio) */
@media (max-width: 767px) {
  /* Projetos Grid */
  .portfolio__image-wrapper {
    padding-bottom: 0 !important;
    height: auto !important;
  }
  .portfolio__image {
    position: relative !important;
    height: auto !important;
    object-fit: contain !important;
  }
  
  /* Projeto Detail Galeria (sobrescrevendo o inline 50vh caso esteja) */
  .tp-project-gallery img {
    min-height: 0 !important;
    height: auto !important;
    object-fit: contain !important;
  }
}