/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-carousel-inner {
  position: relative;
}
.owl-carousel .owl-carousel-inner .owl-next,
.owl-carousel .owl-carousel-inner .owl-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-carousel-inner button.owl-next,
.owl-carousel .owl-carousel-inner button.owl-prev {
  border: none;
}
.owl-carousel .owl-carousel-inner .owl-prev {
  left: 10px;
}
.owl-carousel .owl-carousel-inner .owl-next {
  right: 10px;
}
.owl-carousel .owl-carousel-inner .owl-next,
.owl-carousel .owl-carousel-inner .owl-prev,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out, max-height .35s ease-in-out;
}
.owl-height.height-0 {
  max-height: 0;
  transition-duration: .7s;
}
.owl-height.height-full {
  max-height: 2000px;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css */
.owl-theme .owl-carousel-inner .owl-next,
.owl-theme .owl-carousel-inner .owl-prev {
  color: #fff;
  font-size: 14px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-carousel-inner .owl-next:hover,
.owl-theme .owl-carousel-inner .owl-prev:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-carousel-inner .owl-next.disabled,
.owl-theme .owl-carousel-inner .owl-prev.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.owl-theme .owl-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* src/styles.css */
@font-face {
  font-family: KWautfont1;
  src: url("./media/Righteous-Regular.ttf");
}
@font-face {
  font-family: KWautfont2;
  src: url("./media/WHATRG__.TTF");
}
@font-face {
  font-family: KWautfont3;
  src: url("./media/BAARS___.TTF");
}
body {
  background-color: #112442;
  font-family: KWautfont3;
  color: rgba(255, 255, 255, 0.700);
}
.manutencao {
  align-items: center;
}
.topbarPosition {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #112442;
  overflow: hidden;
  z-index: 1000;
  border-bottom: 1px;
  border-bottom-style: outset;
  border-bottom-color: rgba(234, 240, 246, 0.2);
}
.menu {
  padding: 10px;
  margin: 10px;
  color: azure;
  font-weight: bold;
}
.wpLogo {
  height: 50px;
  margin-left: auto;
  display: flex;
}
.footerPosition {
  max-width: fit-content;
  margin: auto;
  display: flex;
  position: static;
  bottom: 0;
  z-index: var(100);
  border-top: 1px;
  border-top-style: outset;
  border-top-color: rgba(234, 240, 246, 0.2);
}
.LTDA {
  font-size: 13px;
  margin: auto;
}
.contatoPosition {
  max-width: fit-content;
  display: grid;
  grid-template-columns: auto auto;
  margin: auto;
  position: static;
  margin-bottom: 10px;
  bottom: 0;
  z-index: var(100);
}
.contato {
  margin: auto;
  font-size: 15px;
  text-align: center;
}
.contatoLogo {
  height: 50px;
  margin: auto;
  margin-top: 10px;
  display: block;
}
.contatoPosition .redesSociais {
  max-width: fit-content;
  display: flex;
  margin: auto;
  margin-top: 10px;
  position: static;
}
.contatoPosition .redesSociais img {
  height: 30px;
  filter: drop-shadow(0px 99999px 0 #ffffff63);
  transform: translateY(-99999px);
  padding: 5px;
}
.contatoLines {
  max-width: fit-content;
  display: flex;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  position: static;
}
.contatoLines a {
  color: rgba(255, 255, 255, 0.700);
}
.contatoLines img {
  height: 30px;
  filter: drop-shadow(0px 99999px 0 #ffffff63);
  transform: translateY(-99999px);
  margin-right: 10px;
}
.contatoLines p {
  padding: 0;
  margin: 0;
  line-height: 20px;
}
.contatoPosition .redesSociais :hover img {
  filter: none;
  transform: none;
}
h1 {
  margin: auto;
  font-size: 20px;
  margin-top: 2px;
  margin-bottom: 10px;
  text-align: center;
  width: 300px;
}
.bannerPosition {
  max-width: 1400px;
  margin: auto;
  position: static;
  margin-top: 80px;
  z-index: var(100);
  height: 400px;
}
.bannerDescription {
  margin: auto;
  height: 160px;
  width: 300px;
  font-size: 15px;
  text-align: center;
}
.bannerApps {
  display: flex;
  margin-left: 70px;
  position: absolute;
  top: 250px;
  width: 300px;
  font-size: 15px;
  text-align: left;
}
.bannerItens {
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  overflow: hidden;
}
.bannerItens img {
  margin: auto;
  filter: invert(75%);
  height: 140px;
  width: 140px;
  max-width: 140px;
  border-radius: 10%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.LIs {
  margin-left: 10px;
}
.trabalhosPosition {
  max-width: fit-content;
  margin: auto;
  position: static;
  top: 0;
  z-index: var(100);
  border-top: 1px;
  border-top-style: outset;
  border-top-color: rgba(234, 240, 246, 0.2);
  margin-bottom: 100px;
}
.trabalhosGrid {
  display: grid;
  grid-template-columns: auto auto auto;
  max-width: fit-content;
  margin: auto;
  position: static;
}
.trabalhosItens {
  position: relative;
  padding: 20px;
  margin: 10px;
  height: 390px;
  max-width: 300px;
  font-weight: bold;
  font-family: KWautfont3;
  background-color: rgba(255, 255, 255, 0.116);
  border-radius: 10%;
  text-align: center;
}
.trabalhosItens .owl-theme .owl-dots .owl-dot span {
  background: #D6D6D6 !important;
}
.trabalhosItens .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #112442 !important;
}
owl-carousel-o img {
  height: 150px;
  max-width: 300px;
  border-radius: 10%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.trabDescription {
  height: 130px;
  font-size: 14px;
}
.bannerItens .owl-prev img,
.bannerItens .owl-next img {
  filter: invert(75%);
  height: 60px;
  max-width: 30px;
}
.bannerItens .owl-prev:hover img,
.bannerItens .owl-next:hover img {
  filter: invert(100%);
}
.bannerItens .owl-prev,
.bannerItens .owl-next {
  background: none !important;
  max-width: 80px;
  position: absolute;
  top: 50px;
}
.bannerItens .owl-prev {
  left: -20px;
}
.bannerItens .owl-next {
  right: -20px;
}
.clientesPosition {
  max-width: fit-content;
  margin: auto;
  position: static;
  top: 0;
  z-index: var(100);
  border-top: 1px;
  border-top-style: outset;
  border-top-color: rgba(234, 240, 246, 0.2);
  margin-bottom: 10px;
  border-bottom: 1px;
  border-bottom-style: outset;
  border-bottom-color: rgba(234, 240, 246, 0.2);
}
.titulos {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 25px;
}
.clientesGrid {
  max-width: fit-content;
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin: auto;
  position: static;
  z-index: var(100);
}
.clientesItens {
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.clientesItens img {
  filter: grayscale(10%) opacity(50%);
  height: 120px;
}
.clientesItens .menorIMG {
  height: 50px;
}
.clientesItens:hover img {
  filter: none;
}
.contatoForm {
  text-align: center;
}
.contatoFormFields {
  padding: 6px;
}
.contatoFormFields label {
  display: block;
  margin-bottom: 2px;
}
.contatoFormFields .input {
  background-color: rgba(234, 240, 246, 0.1);
  border-color: rgba(234, 240, 246, 0.1);
  color: #D6D6D6;
  border-radius: 8px;
  font-size: 15px;
  padding: 5px;
}
.contatoFormFields .input:hover {
  background-color: rgba(234, 240, 246, 0.2);
  border-color: rgba(234, 240, 246, 0.3);
}
.contatoFormFields .textarea {
  background-color: rgba(234, 240, 246, 0.1);
  border-color: rgba(234, 240, 246, 0.1);
  color: #D6D6D6;
  border-radius: 8px;
  font-size: 15px;
  padding: 5px;
}
.contatoFormFields .textarea:hover {
  background-color: rgba(234, 240, 246, 0.2);
  border-color: rgba(234, 240, 246, 0.3);
}
.tituloMenor {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 23px;
}
.contatoForm .button {
  background-color: rgba(234, 240, 246, 0.2);
  color: #D6D6D6;
  border: none;
  font-size: 15px;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}
.contatoForm .button:hover {
  background-color: rgba(234, 240, 246, 0.1);
  border: #112442;
}
.validatorText {
  color: red;
}
.recaptcha {
  padding: 6px;
  transform: scale(0.8);
}
@media (max-width: 480px) {
  .trabalhosGrid {
    grid-template-columns: auto;
  }
  .clientesGrid {
    grid-template-columns: auto auto;
  }
  .clientesItens img {
    height: 80px;
    filter: none;
  }
  .clientesItens .menorIMG {
    height: 30px;
  }
  .contatoPosition {
    grid-template-columns: auto;
  }
  .trabalhosItens {
    height: 440px;
  }
  .trabDescription {
    height: 170px;
  }
  .bannerPosition {
    height: 420px;
  }
  .bannerDescription {
    height: 200px;
  }
  .bannerApps {
    top: 280px;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
