@font-face {
  font-family: "Switzer";
  src: url(/fonts/Switzer-Extralight.ttf?013ee593dea18ba63fd970d9eff56990);
  font-weight: 100;
}
@font-face {
  font-family: "Switzer";
  src: url(/fonts/Switzer-Light.ttf?fc2d8c1a3e0dcc1a2404a707aa7a69d6);
  font-weight: 200;
}
@font-face {
  font-family: "Switzer";
  src: url(/fonts/Switzer-Thin.ttf?bdfa8041c696768180fdd174affc66bd);
  font-weight: 300;
}
@font-face {
  font-family: "Switzer-regular-webfont";
  src: url(/fonts/Switzer-Regular.ttf?ec2d50eba2705cc69b1c5362ecf3728e);
  font-weight: 400;
}
@font-face {
  font-family: "Switzer";
  src: url(/fonts/Switzer-Medium.ttf?402cd5fb8ccdbfee36b11805bad034b9);
  font-weight: 500;
}
@font-face {
  font-family: "Switzer";
  src: url(/fonts/Switzer-Semibold.ttf?a55c9afbec12aca99920526733e26fb2);
  font-weight: 600;
}
@font-face {
  font-family: "Switzer";
  src: url(/fonts/Switzer-Bold.ttf?67a7f0bba1bd712718a93cc2fc874ed0);
  font-weight: 700;
}
@font-face {
  font-family: "Switzer";
  src: url(/fonts/Switzer-Extrabold.ttf?c514332a972ab841b815952fba4eb1ee);
  font-weight: 800;
}
@font-face {
  font-family: "Switzer";
  src: url(/fonts/Switzer-Black.ttf?0e75a801c3df6dcca2c9cce2456df21b);
  font-weight: 900;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  font-family: "Switzer", sans-serif;
  color: #191F2B;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  vertical-align: baseline;
  text-decoration: none;
}
html:hover, body:hover, div:hover, span:hover, applet:hover, object:hover, iframe:hover,
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, p:hover, blockquote:hover, pre:hover,
a:hover, abbr:hover, acronym:hover, address:hover, big:hover, cite:hover, code:hover,
del:hover, dfn:hover, em:hover, img:hover, ins:hover, kbd:hover, q:hover, s:hover, samp:hover,
small:hover, strike:hover, strong:hover, sub:hover, sup:hover, tt:hover, var:hover,
b:hover, u:hover, center:hover,
dl:hover, dt:hover, dd:hover, ol:hover, ul:hover, li:hover,
fieldset:hover, form:hover, label:hover, legend:hover,
table:hover, caption:hover, tbody:hover, tfoot:hover, thead:hover, tr:hover, th:hover, td:hover,
article:hover, aside:hover, canvas:hover, details:hover, embed:hover,
figure:hover, figcaption:hover, footer:hover, header:hover, hgroup:hover,
menu:hover, nav:hover, output:hover, ruby:hover, section:hover, summary:hover,
time:hover, mark:hover, audio:hover, video:hover, button:hover {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

span {
  display: inline-block;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.ms-d-none {
  display: none;
}

.ms-d-none-important {
  display: none !important;
}

.ms-img-fluid {
  display: block;
  max-width: 100%;
}

.ms-container {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .ms-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .ms-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .ms-container {
    width: 1170px;
  }
}

.ms-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(50, 48, 49, 0.5);
  justify-content: center;
  align-items: center;
  display: none;
}
.ms-loading.active {
  display: flex;
}
.ms-loading .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.ms-loading .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #8538A7;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #8538A7 transparent transparent transparent;
}
.ms-loading .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.ms-loading .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.ms-loading .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#nav {
  box-sizing: border-box;
  height: 70px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav #logo {
  font-size: 1.5rem;
  font-weight: bold;
}
#nav #btn-mobile {
  display: none;
}
#nav #menu-site {
  display: flex;
  gap: 0.5rem;
}
#nav #menu-site a {
  display: inline-block;
  padding: 0.5rem;
  color: #191F2B;
}
#nav #menu-site a::after {
  display: block;
  content: "";
  margin-top: 5px;
  transition: all ease 0.3s;
  width: 0;
  height: 2px;
  background: #191F2B;
}
#nav #menu-site a:hover::after {
  transition: all ease 0.3s;
  width: 100%;
}
#nav #menu-site a.active {
  font-weight: bold;
}
#nav #menu-site li {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav #menu-site li.contato {
  width: 100px;
  border-radius: 2rem;
  background: #FFF;
  background-color: rgb(231, 234, 239);
  line-height: 0.75rem;
}
#nav #menu-site li.contato a {
  position: relative;
  top: 2px;
}
#nav #menu-site li.contato a:hover::after {
  width: 0;
}
@media (max-width: 992px) {
  #nav #btn-mobile {
    display: flex;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: none;
    background: none;
    gap: 0.5rem;
  }
  #nav #btn-mobile > span {
    display: block;
    border-top: 2px solid;
    width: 20px;
  }
  #nav #btn-mobile > span::after, #nav #btn-mobile > span::before {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background: currentColor;
    margin-top: 5px;
    transition: 0.3s;
    position: relative;
  }
  #nav #menu-site {
    display: block;
    position: absolute;
    width: 100vw;
    height: 0px;
    visibility: hidden;
    overflow-y: hidden;
    top: 70px;
    right: 0px;
    transition: 0.6s;
    z-index: 999999;
  }
  #nav #menu-site li.contato {
    margin: 1rem 0;
    width: 100%;
  }
  #nav #menu-site a {
    padding: 1rem 0;
    margin: 0 auto;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #nav.active #btn-mobile span {
    border-top-color: transparent;
  }
  #nav.active #btn-mobile span::before {
    transform: rotate(135deg);
  }
  #nav.active #btn-mobile span::after {
    transform: rotate(-137deg);
    bottom: 7px;
  }
  #nav.active #menu-site {
    height: 100vh;
    background: #FFF;
    visibility: visible;
    overflow-y: auto;
  }
}

#header {
  position: sticky;
  top: 0;
  margin: 0 auto;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(70px);
          backdrop-filter: blur(70px);
}

.btn-midia {
  display: inline-flex;
  align-items: center;
  height: 50px;
  gap: 0.75rem;
  padding: 0 1.25rem;
  border-radius: 2rem;
  background: #191f2b;
  border: 2px solid #191f2b;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
}
.btn-midia:hover {
  transition: all ease 0.3s;
  background: transparent;
  color: #191f2b;
}
.btn-midia.btn-white {
  background: #e7eaef;
  border: 2px solid #e7eaef;
  color: #191f2b;
}
.btn-midia.btn-white:hover {
  transition: all ease 0.3s;
  background: transparent;
  color: #191f2b;
}

.error {
  font-size: 0.875rem;
  color: #f00;
}

span.tag-barra {
  text-transform: uppercase;
  color: #f60128;
  margin-right: 3px;
}

h1.title-pages {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
h1.title-pages span {
  font-size: 1.125rem;
}

h2.subtitle-pages {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
  max-width: 480px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.box-input label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.box-input label span {
  font-weight: 600;
}
.box-input label input,
.box-input label select {
  border: none;
  color: #11151d;
  height: 40px;
  width: 100%;
  border-radius: 0.25rem;
  box-sizing: border-box;
  border: 1px solid #babcc0;
  padding-left: 0.75rem;
}
.box-input label select {
  margin-bottom: 20px;
}

.about-solucoes {
  background: #191F2B;
}
.about-solucoes .content {
  background: url(/images/bg-somos-solucao.webp?b6ca079c70fc59e44432db72b1f4cfc3) no-repeat center center;
  background-size: contain;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-solucoes .content h4 {
  font-size: 2rem;
  color: #FFF;
  text-align: center;
}
.about-solucoes .content h5 {
  color: #FFF;
  text-align: center;
  font-weight: 500;
  margin: 2rem 0;
}
.about-solucoes .content a:hover {
  color: #FFF;
}

#footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
#footer .containerh {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#footer .txth {
  color: #FFFFFF;
}
#footer .content,
#footer .adress-socials {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
#footer .logo-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding-bottom: 1.5rem;
  width: 170px;
}
#footer p.dev {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  max-width: 500px;
}
#footer p.adress {
  line-height: 1.25rem;
}
#footer p.adress + p.adress {
  margin-top: 0.75rem;
}
#footer .menu-contato {
  display: flex;
  gap: 2rem;
}
#footer .menu-contato h2 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
#footer .menu-contato a {
  display: inline-block;
  padding: 0.25rem;
  color: #191F2B;
}
#footer .menu-contato a::after {
  display: block;
  content: "";
  margin-top: 5px;
  transition: all ease 0.3s;
  width: 0;
  height: 2px;
  background: #191F2B;
}
#footer .menu-contato a:hover::after {
  transition: all ease 0.3s;
  width: 100%;
}
#footer .adress-socials {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #CCC;
}
@media (max-width: 992px) {
  #footer .content {
    flex-direction: column;
    align-items: center;
  }
  #footer .logo-tag {
    width: 100%;
  }
  #footer p.dev {
    text-align: center;
  }
}
@media (max-width: 576px) {
  #footer .menu-contato {
    flex-direction: column;
  }
}

.blob {
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  margin: 10px;
  width: 60px;
  height: 60px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
  right: 25px;
  position: fixed;
  bottom: 40px;
  z-index: 99999999999;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.blob.green {
  background: rgb(51, 217, 178);
  box-shadow: 0 0 0 0 rgb(51, 217, 178);
  animation: pulse-green 2s infinite;
}
.blob.green img {
  width: 60px;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}
.badge-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  right: 30px;
  position: fixed;
  bottom: 90px;
  background: red;
  z-index: 9999999999999;
  font-weight: bold;
  line-height: normal;
  visibility: hidden;
}

#badge-whatsapp-number {
  color: #fff;
  text-align: center;
  font-size: 11px;
  position: relative;
  bottom: 0;
}

#msg1 {
  font-family: "Figtree", sans-serif;
  right: 100px;
  visibility: hidden;
  background: #1EBC59;
  color: #fff;
  position: fixed;
  width: 200px;
  bottom: 60px;
  text-align: center;
  font-size: 13px;
  line-height: 31px;
  height: 32px;
  border-radius: 100px;
  z-index: 99999999999;
}

#home-solutions {
  margin-top: 80px;
}
#home-solutions .about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
#home-solutions h2 {
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
#home-solutions h2 span {
  text-transform: uppercase;
  color: #F60128;
  margin-right: 3px;
}
#home-solutions h1 {
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  max-width: 700px;
}
#home-solutions p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  max-width: 640px;
}
#home-solutions .links {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 576px) {
  #home-solutions {
    margin-top: 3rem;
  }
  #home-solutions .links {
    flex-direction: column;
    gap: 1rem;
  }
}

ul.list-logo-parceiros {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 3em;
  overflow-x: scroll;
  transition: all ease 0.3s;
}
ul.list-logo-parceiros::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
ul.list-logo-parceiros::-webkit-scrollbar-track {
  border-radius: 5px;
}
ul.list-logo-parceiros::-webkit-scrollbar-thumb {
  border-radius: 0px;
}

#home-departamentos {
  padding: 70px 0;
}
#home-departamentos .card-dep {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
}
#home-departamentos .card-dep + .card-dep {
  margin-top: 4rem;
}
#home-departamentos .card-dep .box-txt-about {
  padding-left: 80px;
}
#home-departamentos .card-dep .box-txt-about h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 1.5rem 0;
  color: #191F2B;
  max-width: 300px;
}
#home-departamentos .card-dep .box-txt-about .list-solucoes {
  margin-bottom: 2rem;
}
#home-departamentos .card-dep .box-txt-about li {
  padding: 1rem 0;
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  color: #474C55;
}
@media (max-width: 992px) {
  #home-departamentos .list-departamentos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  #home-departamentos .card-dep {
    grid-template-columns: 1fr;
  }
  #home-departamentos .card-dep h2 {
    max-width: initial;
  }
  #home-departamentos .card-dep .box-img-about {
    display: none;
  }
  #home-departamentos .card-dep .box-txt-about {
    padding-left: 0;
  }
  #home-departamentos .card-dep + .card-dep {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #home-departamentos .list-departamentos {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 80px;
  }
  #home-departamentos .card-dep {
    margin: 0 auto;
  }
}

#home-projetos {
  margin-bottom: 100px;
}
#home-projetos .content {
  border-radius: 1.25rem;
  background: #191F2B;
  position: relative;
}
#home-projetos .card-projeto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
#home-projetos .card-projeto:not(.active) {
  display: none;
}
#home-projetos .card-projeto .box-txt-projeto {
  padding: 80px 0;
  height: 450px;
  box-sizing: border-box;
  animation: slide-left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#home-projetos .card-projeto h2 {
  color: #FFF;
  margin-bottom: 1.5rem;
}
#home-projetos .card-projeto p {
  font-weight: 400;
  line-height: 1.25rem;
  color: #8793AB;
  height: 100px;
  margin-bottom: 100px;
}
#home-projetos .card-projeto a {
  padding-left: 0;
}
#home-projetos .card-projeto a:hover {
  color: #8793AB;
}
#home-projetos .box-img-projeto {
  animation: slide-right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  background-size: cover;
}
#home-projetos .box-img-projeto.amnet {
  background: url(/images/app-amnet.webp?9d6c7a8afced4a5a5f872f212aab0d3b) no-repeat center center;
}
#home-projetos .box-img-projeto.zehlador {
  background: url(/images/app-zehlador.webp?5c1a6ce4c7be083bf9e6196843464f40) no-repeat center center;
}
#home-projetos .box-img-projeto.gb {
  background: url(/images/app-gb.webp?4e81c20384c88ca69972657c2dda79b3) no-repeat center center;
}
#home-projetos .navegation-plans {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  bottom: 170px;
}
#home-projetos .navegation-plans .navegation {
  width: 25px;
  height: 5px;
  border-radius: 3px;
  background: #8C8F95;
  cursor: pointer;
  transition: all ease 0.3s;
}
#home-projetos .navegation-plans .navegation.active {
  width: 50px;
  background: #F60128;
  cursor: initial;
}
@media (max-width: 992px) {
  #home-projetos .card-projeto {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #home-projetos .card-projeto .box-txt-projeto {
    padding: 40px 0;
    height: 310px;
  }
  #home-projetos .card-projeto .box-txt-projeto p {
    height: 80px;
    margin-bottom: 2rem;
  }
  #home-projetos .card-projeto .box-img-projeto {
    height: 300px;
    background-size: contain;
  }
  #home-projetos .navegation-plans {
    bottom: 340px;
  }
}

@keyframes slide-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
#home-experiencia {
  margin-bottom: 80px;
}
#home-experiencia .txt-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 2.5rem;
}
#home-experiencia .txt-title h2 {
  max-width: 600px;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
}
#home-experiencia .txt-title h1 {
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
  width: 215px;
}
#home-experiencia .txt-title h1 span {
  text-transform: uppercase;
  color: #F60128;
  margin-right: 3px;
}
#home-experiencia .list-qualidades {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
#home-experiencia .qualidade {
  position: relative;
  height: 330px;
  display: flex;
  justify-content: center;
  border-radius: 1rem;
}
#home-experiencia .qualidade.agilidade {
  background: url(/images/agilidade.webp?a865fcb388d928ff8cdb5990288ce606) no-repeat top center;
  background-size: cover;
}
#home-experiencia .qualidade.projetos {
  background: url(/images/projetos.webp?25a460b3e173aacf9a2999b1a8acd4ad) no-repeat top center;
  background-size: cover;
}
#home-experiencia .qualidade.suporte {
  background: url(/images/suporte.webp?b8d627cf5787763a093a764e7bcacf48) no-repeat top center;
  background-size: cover;
}
#home-experiencia .qualidade .title-solucao {
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  height: 50px;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: calc(100% - 3rem);
  position: absolute;
  bottom: 20px;
}
#home-experiencia .qualidade .title-solucao h4 {
  font-weight: 500;
  color: #FFF;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
#home-experiencia .qualidade .title-solucao h4::before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background: #FFF;
  margin-right: 1rem;
}
#home-experiencia .txt-about {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3.5rem;
  margin-top: 2rem;
}
#home-experiencia .txt-about p {
  line-height: 1.25rem;
  color: #8793AB;
}
#home-experiencia .txt-about a {
  width: 240px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 992px) {
  #home-experiencia .list-qualidades {
    grid-template-columns: 400px;
    justify-content: center;
  }
  #home-experiencia .txt-title {
    flex-direction: column;
    gap: 1.5rem;
  }
  #home-experiencia .txt-title h2, #home-experiencia .txt-title h1 {
    max-width: initial;
    text-align: center;
    margin: 0 auto;
  }
  #home-experiencia .txt-about {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #home-experiencia .txt-about p, #home-experiencia .txt-about a {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  #home-experiencia .list-qualidades {
    grid-template-columns: 300px;
  }
}

#page-quem-somos {
  margin: 80px 0;
}
#page-quem-somos p {
  line-height: 1.25rem;
}
#page-quem-somos .box-txt-somos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 70px;
}
#page-quem-somos .box-txt-somos h1 {
  margin-bottom: 3rem;
}
#page-quem-somos .box-txt-somos h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 100px;
}
#page-quem-somos .box-txt-somos .tag {
  margin-bottom: 1rem;
}
#page-quem-somos .box-txt-somos > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page-quem-somos .txt-solucoes {
  margin-bottom: 80px;
}
#page-quem-somos .txt-solucoes h3 {
  font-weight: 700;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #E7EAEF;
  margin-bottom: 2rem;
}
#page-quem-somos .txt-solucoes p {
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
}
#page-quem-somos .parceiros h4 {
  font-size: 0.875rem;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  color: #74819A;
}
#page-quem-somos .parceiros ul {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 3em;
  overflow-x: scroll;
  transition: all ease 0.3s;
}
#page-quem-somos .parceiros ul::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
#page-quem-somos .parceiros ul::-webkit-scrollbar-track {
  border-radius: 5px;
}
#page-quem-somos .parceiros ul::-webkit-scrollbar-thumb {
  border-radius: 0px;
}
@media (max-width: 768px) {
  #page-quem-somos .box-txt-somos {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
  #page-quem-somos .box-txt-somos h1 {
    margin-bottom: 2rem;
  }
  #page-quem-somos .box-txt-somos h2 {
    margin-bottom: 1rem;
  }
  #page-quem-somos .box-txt-somos .tag {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  #page-quem-somos .about-solucoes .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#page-solucoes {
  margin: 80px 0;
}
#page-solucoes .solucoes-sales {
  background: #191F2B;
  padding-top: 80px;
  padding-bottom: 80px;
}
#page-solucoes .solucoes-dev {
  background: #11151D;
  padding-top: 80px;
  padding-bottom: 80px;
}
#page-solucoes .list-solucoes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 40px;
}
#page-solucoes h3 {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 500;
  margin: 3rem 0 2rem 0;
}
#page-solucoes .card-solucao h5 {
  line-height: 1.5rem;
  font-weight: 500;
  color: #CFD0D2;
  margin: 2rem 0;
}
#page-solucoes .card-solucao .bg-solucao {
  height: 330px;
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#page-solucoes .card-solucao .bg-solucao .title-solucao {
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  height: 50px;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
}
#page-solucoes .card-solucao .bg-solucao .title-solucao h4 {
  font-weight: 500;
  color: #FFF;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
#page-solucoes .card-solucao .bg-solucao .title-solucao h4::before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background: #FFF;
  margin-right: 1rem;
}
#page-solucoes .card-solucao .bg-solucao.canal-vendas {
  background: url(/images/canal-vendas.webp?b3daf015dd3ce23dc63be4dad0cc325c) no-repeat center center;
  background-size: cover;
}
#page-solucoes .card-solucao .bg-solucao.consultoria-power {
  background: url(/images/consultoria.webp?25fe71337cdb07f2c2b7e3250a7527ec) no-repeat center center;
  background-size: cover;
}
#page-solucoes .card-solucao .bg-solucao.solucao-app {
  background: url(/images/apps.webp?65cbcdf6d72fdd2a07381ea4e080f8d9) no-repeat center center;
  background-size: cover;
}
#page-solucoes .card-solucao .bg-solucao.sites-ecommerce {
  background: url(/images/sites.webp?d122b9b8c1eb9577ff824cc5a02735bb) no-repeat center center;
  background-size: cover;
}
#page-solucoes .card-solucao .box-item-txt {
  margin-bottom: 2rem;
}
#page-solucoes .card-solucao .box-item-txt .title-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
#page-solucoes .card-solucao .box-item-txt h6 {
  color: #FFF;
}
#page-solucoes .card-solucao .box-item-txt p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #FFF;
}
#page-solucoes .conheca {
  border-top: 1px solid #2B364A;
  display: flex;
  justify-content: center;
}
#page-solucoes .conheca a {
  margin-top: 80px;
}
#page-solucoes .conheca a:hover {
  color: #FFF;
}
@media (max-width: 992px) {
  #page-solucoes .list-solucoes {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

#page-trabalhe-conosco {
  margin: 80px 0;
}
#page-trabalhe-conosco .bg-trabalhe img {
  width: 100%;
}
#page-trabalhe-conosco .queremos {
  padding-top: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #E7EAEF;
}
#page-trabalhe-conosco .queremos h3 {
  max-width: 600px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
#page-trabalhe-conosco .queremos > p {
  margin: 2rem 0 3rem 0;
  line-height: 1.125rem;
}
#page-trabalhe-conosco .queremos ul.list-queremos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
#page-trabalhe-conosco .queremos .card-queremos {
  padding: 3rem 2.5rem;
  background: #E7EAEF;
}
#page-trabalhe-conosco .queremos .card-queremos p {
  line-height: 1.25rem;
}
#page-trabalhe-conosco .envie-form {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
#page-trabalhe-conosco .envie-form > p {
  font-weight: 700;
  max-width: 215px;
  line-height: 1.5rem;
}
#page-trabalhe-conosco .envie-form .box-inputs {
  display: grid;
  grid-template-columns: 280px 280px;
  row-gap: 2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 2rem;
}
#page-trabalhe-conosco .envie-form .box-anexo label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#page-trabalhe-conosco .envie-form .box-anexo label span {
  font-weight: 600;
}
#page-trabalhe-conosco .envie-form .box-anexo label input {
  display: none;
}
#page-trabalhe-conosco .envie-form .box-anexo label .load-file {
  border: none;
  color: #BABCC0;
  height: 40px;
  width: 100%;
  border-radius: 0.25rem;
  box-sizing: border-box;
  border: 1px solid #BABCC0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-trabalhe-conosco .envie-form button[type=submit] {
  width: 25%;
  justify-content: center;
}
@media (max-width: 992px) {
  #page-trabalhe-conosco .envie-form {
    flex-direction: column;
    align-items: center;
  }
  #page-trabalhe-conosco .envie-form > p {
    max-width: initial;
  }
}
@media (max-width: 768px) {
  #page-trabalhe-conosco .envie-form .box-inputs {
    grid-template-columns: 280px;
  }
}
@media (max-width: 576px) {
  #page-trabalhe-conosco .queremos ul.list-queremos {
    grid-template-columns: 1fr;
  }
  #page-trabalhe-conosco .queremos .card-queremos {
    padding: 2rem;
    background: #E7EAEF;
  }
  #page-trabalhe-conosco .queremos .card-queremos p {
    line-height: 1.25rem;
  }
}

#page-fale-conosco {
  margin: 80px 0;
}
#page-fale-conosco .bg-trabalhe img {
  width: 100%;
}
#page-fale-conosco .about-fale {
  padding-top: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #E7EAEF;
}
#page-fale-conosco .about-fale h3 {
  max-width: 600px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 2rem;
}
#page-fale-conosco .about-fale a, #page-fale-conosco .about-fale a p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
#page-fale-conosco .envie-form {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
#page-fale-conosco .envie-form > p {
  font-weight: 700;
  max-width: 215px;
  line-height: 1.5rem;
}
#page-fale-conosco .envie-form .box-inputs {
  display: grid;
  grid-template-columns: 200px 200px 200px;
  row-gap: 2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 2rem;
}
#page-fale-conosco .envie-form .box-message {
  margin-bottom: 2rem;
}
#page-fale-conosco .envie-form textarea {
  border: none;
  color: #11151d;
  height: 40px;
  width: 100%;
  border-radius: 0.25rem;
  box-sizing: border-box;
  border: 1px solid #BABCC0;
  padding-left: 0.75rem;
  height: 100px;
}
#page-fale-conosco .envie-form button[type=submit] {
  width: 25%;
  justify-content: center;
}
@media (max-width: 992px) {
  #page-fale-conosco .envie-form {
    flex-direction: column;
    align-items: center;
  }
  #page-fale-conosco .envie-form > p {
    max-width: initial;
  }
}
@media (max-width: 768px) {
  #page-fale-conosco .envie-form .box-inputs {
    grid-template-columns: 1fr;
  }
}

#page-trabalhos {
  margin: 80px 0;
}
#page-trabalhos .list-trabalhos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 50px;
}
#page-trabalhos .list-trabalhos .card-trabalho {
  border-radius: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
#page-trabalhos .list-trabalhos .box-about {
  margin-top: 1.5rem;
}
#page-trabalhos .list-trabalhos .box-about h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
#page-trabalhos .list-trabalhos .box-about p {
  color: #8793AB;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 1rem 0;
}
#page-trabalhos .list-trabalhos .box-about .box-links-loja-app {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#page-trabalhos .list-trabalhos .box-about a {
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  background: #E8E9EA;
  border: 1px solid #E8E9EA;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all ease 0.3s;
}
#page-trabalhos .list-trabalhos .box-about a:hover {
  transition: all ease 0.3s;
  background: transparent;
}
#page-trabalhos .box-img-projeto {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.5rem 0;
  width: 100%;
  height: 370px;
  box-sizing: border-box;
  height: 350px;
  overflow: hidden;
}
#page-trabalhos .box-img-projeto img {
  max-height: 340px;
}
#page-trabalhos .box-img-projeto {
  animation: slide-right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (max-width: 768px) {
  #page-trabalhos .list-trabalhos {
    grid-template-columns: 1fr;
  }
}
