@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --cor-1: #f8b500;
  --cor-2: #e82e63;
  --cor-3: #f4f4f4;
  --bs-font-sans-serif: Montserrat, system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
}

html {
  overflow-x: hidden;
}

html.active {
  overflow-y: hidden;
}

body {
  background-color: black;
  margin-top: 96px;
  overflow-x: hidden;
}

body.active {
  overflow-y: hidden;
}

header {
  --altura: 96px;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: var(--altura);
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

header #logo {
  height: var(--altura);
  position: relative;
  z-index: 5;
  transition: 0.3s;
}

header #logo a {
  color: transparent;
  font-size: 0px;
}

header #logo a img {
  transition: 0.3s;
  height: 47px;
}

header #menu-topo {
  gap: 62px;
  height: var(--altura);
  margin-bottom: 0;
  transition: 0.3s;
}

header #menu-topo a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}

header #menu-topo a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

header #menu-topo li {
  text-align: center;
}

header #menu-topo li.active a,
header #menu-topo li:hover a {
  color: var(--cor-1);
  font-weight: 700;
}

header #menu-topo li.menuSolucoes {
  position: relative;
}

header #menu-topo li.menuSolucoes ul {
  display: none;
  position: absolute;
  left: 0;
  background-color: black;
  padding: 10px 0;
  z-index: 1;
  list-style: none;
}

header #menu-topo li.menuSolucoes ul li {
  width: 300px;
  text-align: left;
  padding: 10px 20px;
}

header #menu-topo li.menuSolucoes ul li a {
  font-size: 16px;
  color: white;
  text-decoration: none;
  font-weight: normal;
}

header #menu-topo li.menuSolucoes ul li.active a,
header #menu-topo li.menuSolucoes ul li:hover a {
  color: var(--cor-1);
  font-weight: 700;
}

header #menu-topo li.menuSolucoes:hover ul {
  display: block;
}

header #menu-topo li.web-apps {
  padding: 0px 20px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  background-origin: padding-box;
  background-color: var(--cor-2);
}

header #menu-topo li.web-apps:hover a {
  color: white;
  font-weight: 700;
}

header.scroll {
  --altura: 50px;
  border-bottom-color: #111;
}

header.scroll #logo a img {
  height: 30px;
}

#banner .imagem {
  height: 820px;
}

#banner .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#banner .video {
  height: 820px;
}

#destaques {
  background-color: black;
  padding: 80px 0 95px 0;
}

#destaques .destaque {
  color: white;
}

#destaques .destaque h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
  height: 89px;
  display: flex;
  align-items: center;
}

#destaques .destaque p {
  font-size: 14px;
  text-align: left;
}

#destaques .destaque ul {
  list-style-type: none;
  margin: 0 0 100px 0;
  padding: 0;
}

#destaques .destaque ul li {
  padding-left: 40px;
  background: url("../imagens/icon-circle.png") center left no-repeat;
  font-size: 14px;
  height: 38px;
  display: flex;
  align-items: center;
}

#quemsomos {
  padding: 115px 0;
  background-color: var(--cor-1);
}

#quemsomos .frase {
  font-size: 44px;
  font-weight: 300;
  color: white;
  line-height: 48px;
}

#quemsomos .frase strong {
  font-weight: 700;
}

#quemsomos .elemento2 {
  text-indent: 81px;
}

#quemsomos .texto {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 50px;
}

#quemsomos .texto p {
  margin-bottom: 40px;
}

.cases .case {
  position: relative;
}

.cases .case .imagem {
  height: 635px;
}

.cases .case .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases .case .info {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: white;
  display: flex;
  gap: 50px;
  align-items: flex-end;
  padding: 35px;
}

.cases .case .info .cliente {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.cases .case .info .campanha {
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 0;
}

.cases .case .info .link a {
  font-size: 16px;
  font-weight: 600;
  color: var(--cor-1);
  text-decoration: none;
}

#depoimentos {
  padding: 80px 0 60px 0;
}

#depoimentos .frase {
  font-size: 38px;
  font-weight: 500;
  color: var(--cor-1);
}

#depoimentos .slide {
  height: 100%;
  position: relative;
}

#depoimentos .slide .swiper {
  width: 500px;
}

#depoimentos .slide .depoimento {
  width: 500px;
  color: white;
}

#depoimentos .slide .depoimento .texto {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
}

#depoimentos .slide .depoimento .depoente {
  font-weight: 600;
  font-size: 14px;
}

#depoimentos .slide .depoimento .cargo {
  font-size: 14px;
  font-style: italic;
}

#depoimentos .slide .navegacao {
  width: 100%;
  position: absolute;
}

#depoimentos .slide .swiper-button-next::after,
#depoimentos .slide .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 700;
  color: var(--cor-1);
}

#uma-agencia {
  padding: 110px 0 0;
  background-color: black;
}

#uma-agencia h2 {
  font-size: 44px;
  font-weight: 300;
  color: var(--cor-1);
  margin-bottom: 30px;
}

#uma-agencia h2 strong {
  font-weight: 800;
}

#uma-agencia .forma-3 {
  text-indent: 81px;
}

#uma-agencia h3 {
  color: white;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

#uma-agencia .frase {
  color: white;
  font-size: 22px;
  font-weight: 400;
}

#web-apps {
  padding: 0;
  background-color: var(--cor-2);
  font-size: 22px;
  color: white;
}

#web-apps .logo img {
  max-width: 95%;
  margin: 90px 0;
}

#web-apps .info h2 {
  font-weight: 700;
  margin-bottom: 35px;
}

#web-apps .info .texto {
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 45px;
}

#ctaRodape{
  padding: 80px 0;
  background-color: black;
  text-align: center;
}

footer {
  padding: 100px 0 35px 0;
  background-color: var(--cor-3);
}

footer .menu li {
  margin-bottom: 15px;
}

footer .menu li a {
  font-size: 14px;
  color: black;
  text-decoration: none;
}

footer .menu li.active a,
footer .menu li:hover a {
  font-weight: 700;
}

footer .solucoes {
  margin-bottom: 20px;
  font-size: 14px;
  text-decoration: none;
  color: var(--cor-1);
  font-weight: 700;
}

footer .web-apps {
  margin-bottom: 20px;
  font-weight: 700;
}

footer .web-apps a {
  font-size: 14px;
  text-decoration: none;
  color: var(--cor-2);
}

footer .frase {
  font-size: 42px;
  line-height: 46px;
  font-weight: 300;
  color: var(--cor-1);
  padding-right: 30px;
}

footer .contato {
  padding: 0 0 0 20px;
  margin-bottom: 25px;
}

footer .contato a {
  font-size: 14px;
  font-weight: 300;
  color: black;
  text-decoration: none;
  position: relative;
}

footer .contato a img {
  position: absolute;
  left: -20px;
  top: 5px;
}

.botao {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  height: 58px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 29px;
  text-decoration: none;
}

.botao.black {
  background-color: black;
  border-color: var(--cor-1);
  color: white;
}

.botao.black:hover {
  color: var(--cor-1);
}

.botao.white {
  background-color: var(--cor-3);
  border-color: var(--cor-1);
  color: black;
}

.botao.white:hover {
  color: var(--cor-1);
}

.botao.yellow {
  background-color: var(--cor-1);
  border-color: white;
  color: white;
}

.botao.yellow:hover {
  color: black;
  border-color: black;
}

.botao.cor-2 {
  background-color: var(--cor-2);
  border-color: white;
  color: white;
}

.botao.cor-2:hover {
  color: var(--cor-1);
}

.botao img {
  margin-left: 20px;
}

.botao:hover {
  cursor: pointer;
}

.link {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: none;
  border: none;
}

.link.cor-1 {
  color: var(--cor-1);
}

/*-xl*/
/*-lg*/
/*-md*/
@media (max-width: 991.98px) {
  header #menu-topo {
    gap: 15px;
  }

  .cases .case .info {
    flex-direction: column;
  }
}

/*-sm*/
@media (max-width: 767.98px) {
  header #menu-topo {
    position: fixed;
    top: 0;
    z-index: 2;
    background: black;
    width: 100vw;
    height: 100vh;
    padding-left: 60px;
    left: 101vw;
    transition: 0.2s;
  }

  header #menu-topo.active {
    left: 0;
  }

  header #btmenu {
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    color: var(--cor-1);
    text-align: center;
    line-height: 30px;
    z-index: 5;
    right: 10px;
    top: 10px;
  }

  header #btmenu i {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
  }

  header #btmenu i.close {
    display: none;
  }

  header #btmenu.active i.open {
    display: none;
  }

  header #btmenu.active i.close {
    display: block;
  }

  #banner .imagem {
    height: 500px;
  }

  #banner .video {
    height: 500px;
  }

  .cases {
    flex-direction: column;
  }

  .cases .case .info {
    padding: 15px;
  }

  #uma-agencia {
    padding: 70px 0;
  }

  #quemsomos {
    padding: 70px 0;
  }

  #quemsomos .area-botao {
    text-align: center;
  }

  #depoimentos {
    padding-bottom: 60px;
  }

  #depoimentos .logos {
    gap: 60px 60px;
  }

  #web-apps {
    padding: 70px 0;
  }

  #web-apps .area-botao {
    text-align: center;
  }

  #destaques {
    padding: 20px 0 80px;

  }

  .cases .case .imagem {
    height: 313px;
  }

  #web-apps .logo img {
    max-width: 75%;
    margin: 0px 0 50px 0;
  }

  footer {
    padding: 35px 0 35px 0;
  }

}

/*-xs*/
@media (max-width: 575.98px) {
  #banner .imagem {
    height: 400px;
  }

  #banner .video {
    height: 200px;
  }

  #depoimentos .slide .swiper {
    width: 100%;
  }

  #depoimentos .slide .depoimento {
    width: 100%;
  }

  #depoimentos .slide .navegacao {
    top: 290px;
  }
}

/* Bottom Navigation Bar Mobile */
#bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  border-top: 1px solid #222;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  z-index: 999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

#bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  transition: all 0.3s ease;
  flex: 1;
  text-align: center;
}

#bottom-nav a i {
  font-size: 20px;
  margin-bottom: 4px;
  color: var(--cor-1);
  transition: all 0.3s ease;
}

#bottom-nav a span {
  font-weight: 400;
  font-size: 11px;
  color: #fff;
  transition: all 0.3s ease;
}

#bottom-nav a:hover i,
#bottom-nav a:active i {
  transform: scale(1.1);
  color: var(--cor-3);
}

#bottom-nav a:hover span,
#bottom-nav a:active span {
  color: var(--cor-3);
  font-weight: 600;
}

#bottom-nav a.active i {
  color: var(--cor-3);
}

#bottom-nav a.active span {
  color: var(--cor-3);
  font-weight: 600;
}

#bottom-nav.scroll {
  padding: 4px 0;
}

#bottom-nav.scroll a {
  padding: 3px 8px;
}

#bottom-nav.scroll a i {
  font-size: 18px;
  margin-bottom: 2px;
}

#bottom-nav.scroll a span {
  font-size: 10px;
}

@media (min-width: 768px) {
  #bottom-nav {
    display: none;
  }
}

/* Adicionar padding-bottom no body para não sobrepor o conteúdo */
@media (max-width: 767.98px) {
  body {
    padding-bottom: 70px;
  }

  body.menu-open {
    overflow: hidden;
  }
}

/* Menu Soluções Mobile */
#menuSolucoesMobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  max-width: 400px;
  height: 100vh;
  background: linear-gradient(180deg, #1a1a1a 0%, #000 100%);
  z-index: 9999;
  overflow-y: auto;
  transition: left 0.4s ease;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.5);
}

#menuSolucoesMobile.active {
  left: 0;
}

#menuSolucoesMobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menuSolucoesMobile ul h2 {
  color: var(--cor-1);
  font-size: 18px;
  font-weight: 700;
  padding: 25px 30px 15px 30px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#menuSolucoesMobile ul h2:first-child {
  padding-top: 40px;
}

#menuSolucoesMobile ul h2.web {
  color: var(--cor-2);
}

#menuSolucoesMobile ul li {
  border-bottom: 1px solid #222;
}

#menuSolucoesMobile ul li a {
  display: block;
  padding: 18px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 45px;
}

#menuSolucoesMobile .close-menu {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 36px;
  color: var(--cor-1);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  line-height: 1;
  padding: 0;
}

#menuSolucoesMobile .close-menu:hover {
  background-color: rgba(248, 181, 0, 0.2);
  transform: rotate(90deg);
  color: var(--cor-2);
}

@media (min-width: 768px) {
  #menuSolucoesMobile {
    display: none;
  }
}

/* Menu Mobile Principal */
#menuMobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 400px;
  height: 100vh;
  background: linear-gradient(180deg, #1a1a1a 0%, #000 100%);
  z-index: 9999;
  overflow-y: auto;
  transition: right 0.4s ease;
  box-shadow: -2px 0 15px rgba(0, 0, 0, 0.5);
}

#menuMobile.active {
  right: 0;
}

#menuMobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menuMobile ul h2 {
  color: var(--cor-1);
  font-size: 18px;
  font-weight: 700;
  padding: 40px 30px 15px 30px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#menuMobile ul>li {
  border-bottom: 1px solid #222;
}

#menuMobile ul>li>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 45px;
}

#menuMobile ul>li>a i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

#menuMobile ul>li.active>a {
  color: var(--cor-1);
  font-weight: 600;
}

#menuMobile ul>li.web-apps-mobile>a {
  color: var(--cor-2);
  font-weight: 600;
}

#menuMobile ul>li.web-apps-mobile>a::before {
  color: #fff;
}

#menuMobile ul>li.zoom-propaganda>a {
  color: var(--cor-amarelo);
  font-weight: 600;
}

#menuMobile ul>li.zoom-propaganda>a::before {
  color: #fff;
}

#menuMobile ul>li.submenu-trigger>a {
  cursor: pointer;
}

#menuMobile ul>li.submenu-trigger .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: rgba(0, 0, 0, 0.5);
  list-style: none;
  padding: 0;
  margin: 0;
}

#menuMobile ul>li.submenu-trigger .submenu li {
  border-bottom: 1px solid #333;
}

#menuMobile ul>li.submenu-trigger .submenu li a {
  display: block;
  padding: 14px 30px 14px 60px;
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}

#menuMobile ul>li.submenu-trigger .submenu li a::before {
  content: "•";
  position: absolute;
  left: 45px;
  color: var(--cor-1);
  font-size: 20px;
}

#menuMobile ul>li.submenu-trigger .submenu li.active a {
  background-color: rgba(232, 46, 99, 0.15);
  color: var(--cor-2);
  font-weight: 600;
}

#menuMobile ul>li.submenu-trigger .submenu li.active a::before {
  color: var(--cor-2);
}

#menuMobile ul>li.submenu-trigger.open>a i {
  transform: rotate(180deg);
}

#menuMobile ul>li.submenu-trigger.open .submenu {
  max-height: 500px;
}

#menuMobile .close-menu {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 36px;
  color: var(--cor-1);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  line-height: 1;
  padding: 0;
}

#menuMobile .close-menu:hover {
  background-color: rgba(248, 181, 0, 0.2);
  transform: rotate(90deg);
  color: var(--cor-2);
}

@media (min-width: 768px) {
  #menuMobile {
    display: none;
  }
}

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}

#menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  #menu-overlay {
    display: none;
  }
}

/*# sourceMappingURL=site.css.map */