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

:root {
  --cor-1: #E82E63;
  --cor-2: #E3E3E3;
  --cor-3: #D22456;
  --cor-amarelo: #f8b500;
  --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 {
  overflow-x: hidden;
}

body.active {
  overflow-y: hidden;
}

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

header #logo {
  height: var(--altura-topo);
  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-topo);
  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.zoom-propaganda {
  padding: 0px 20px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  background-color: var(--cor-1);
}

header #menu-topo li.zoom-propaganda a {
  color: black;
}

header #menu-topo li.zoom-propaganda:hover a {
  color: balck;
  font-weight: 700;
}

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

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

#banner {
  width: 100%;
  height: 650px;
  background: no-repeat center center;
  background-color: #000;
  background-image: url('/imagens/banner-web-apps.png?2');
  background-size: cover;
}

#banner h2 {
  color: white;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 200px;
}

#banner a {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
  height: 58px;
  display: inline-block;
  border: 1px solid var(--cor-1);
  border-radius: 29px;
  text-decoration: none;
  color: white;
  background-color: var(--cor-1);
}

.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;
}

.apresentacao {
  position: relative;
  padding: 90px 0 110px 0;
  background-color: var(--cor-1);
  color: white;
  font-size: 18px;
  line-height: 30px;
}

.apresentacao h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.apresentacao .imagem::before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  filter: blur(100px);
  opacity: 0.5;
  z-index: 0;
}

.apresentacao .imagem img {
  position: relative;
  max-width: 98%;
}

.apresentacao .objeto {
  background-color: var(--cor-1);
}

.solucoes {
  padding: 100px 0 180px 0;
  background-color: black;
  position: relative;
}

.solucoes h2 {
  margin-bottom: 90px;
}

.solucoes .solucao {
  padding: 40px 20px 20px 20px;
  border: 2px solid var(--cor-1);
  border-radius: 35px;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: space-between;
}

.solucoes .solucao h3 {
  font-weight: 300;
  font-size: 22px;
  color: var(--cor-1);
  margin-bottom: 35px;
}

.solucoes .solucao .icone {
  margin-bottom: 35px;
}

.solucoes .solucao .texto {
  font-size: 14px;
  font-weight: 300;
}

.solucoes .objeto {
  background-color: black;
}

.portfolio {
  background-color: var(--cor-2);
  padding: 70px 0 50px 0;
}

.portfolio h2 {
  margin-bottom: 30px;
}

.portfolio h3 {
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--cor-1);
}

.portfolio .tecnologias {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}

.portfolio .tecnologias img {
  height: 30px;
}

.portfolio .swiper {
  padding-bottom: 70px;
}

.portfolio .swiper h2 {
  color: white;
}

.portfolio .swiper h3 {
  color: white;
}

.portfolio .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 2px solid transparent;
}

.portfolio .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: var(--cor-1);
}

.portfolio .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

footer {
  background-color: black;
  padding: 120px 0 50px 0;
  border-top: 1px solid #3b3b3b;
}

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

footer ul li {
  margin-bottom: 25px;
}

footer ul li a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  display: block;
  position: relative;
}

footer ul li a img {
  position: absolute;
  left: -20px;
  top: 7px;
}

.objeto {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.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 a {
  text-decoration: none;
}

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

.botao.cor-1 a {
  color: white;
}

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

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

.botao:hover {
  cursor: pointer;
}

h2 {
  font-size: 44px;
  color: var(--cor-1);
  font-weight: 300;
}

#secao-tecnologias {
  margin: 10px 0 100px 0;
}

#secao-tecnologias h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 70px;
  color: var(--cor-3);
}


/*VERSÃO 2*/
.texto p {
  line-height: 32px;
}
.borda {
  padding: 55px;
  border-radius: 12px;
  border: 1px solid #ececec
}
.borda.cor-1 {
  background-color: var(--cor-1);
  border-color: var(--cor-1);
}
.borda.cor-1 .texto, .borda.cor-1 span {
  color: white;
}
#secao-1 .container {
  padding: 84px;
}
#secao-2 .container {
  background-color: white;
  padding: 0px;
}
#secao-2 h3 {
  font-size: 22px;
}
#secao-2 span {
  font-size: 22px;
  font-weight: 300;
}
#secao-3 .container {
  background-color: white;
  padding: 84px;
}
#secao-3 ul li {
  display: flex;
  justify-content: space-between;
  height: 52px;
  border-bottom: 2px solid #D22456;
  align-items: center;
}
#secao-3 ul li img {
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.4));
}
#secao-4 .container {
  background-color: white;
  padding: 0px;
}
#secao-5 .container {
  background-color: white;
  padding: 84px;
}
#secao-5 .texto {
  font-size: 16px;
  line-height: 32px;
}
#secao-5 .texto p {
  font-weight: 300;
}
#secao-5 .texto h2, #secao-5 .texto strong {
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
  font-size: 18px;
}
#secao-5 .imagem img {
  max-width: 98%;
}
#secao-5 ul li {
  display: flex;
  justify-content: space-between;
  height: 52px;
  border-bottom: 2px solid #D22456;
  align-items: center;
}
#secao-5 ul li img {
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.4));
}

/*-xl*/
/*-lg*/
/*-md*/
@media (max-width: 991.98px) {
  .cases .case .info {
    flex-direction: column;
  }
}

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

  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;
  }

  .cases {
    flex-direction: column;
  }

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

  #banner {
    width: 100%;
    height: auto;        
    background-image: none;    
  }

  #banner h2 {
    color: white;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 80px;
  }

  #banner a {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    height: auto;
    display: inline-block;
    border: 1px solid var(--cor-1);
    border-radius: 29px;
    text-decoration: none;
    color: white;
    background-color: var(--cor-1);
  }


}

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

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

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

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

  .solucoes {
    padding: 50px 0;
  }

  .solucoes h2 {
    margin-bottom: 30px;
  }

  .portfolio {
    padding: 40px 0 0 0;
  }

  footer {
    padding: 50px 0;
  }
}

/*# sourceMappingURL=web-and-apps.css.map */