@charset "UTF-8";
#grid {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  pointer-events: none;
  z-index: 11;
}
#grid:after {
  content: "";
  position: relative;
  width: 1180px;
  height: 100%;
  margin: 0 0;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.14, 1) 500ms;
  background: repeating-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1) 80px,
    transparent 80px,
    transparent 100px
  );
}

.titleAwards{
  color: #fff;
  text-align: left;
}

#grid #check {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
  opacity: 1;
  pointer-events: all;
}
#grid.active:after {
  opacity: 1;
}

@media (min-width: 1299px) {
  #grid:after {
    width: 1180px;
  }
}

@media (max-width: 1299px) {
  #grid:after {
    width: 980px;
  }
}

@media (max-width: 999px) {
  #grid:after {
    width: 780px;
  }
}

@media (max-width: 799px) {
  #grid:after {
    width: 580px;
  }
}

@media (max-width: 599px) {
  #grid:after {
    width: 480px;
  }
}

@media (max-width: 499px) {
  #grid:after {
    width: 380px;
  }
}

@media (max-width: 399px) {
  #grid:after {
    width: 280px;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "camptonLight", sans-serif;
  color: #000000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}

h2 {
  font-family: "camptonSemibold", sans-serif;
  color: #ffffff;
  font-size: 68px;
  margin: 0 0 10px;
  letter-spacing: -1px;
}

h3 {
  font-family: "camptonSemibold", sans-serif;
  letter-spacing: -1px;
  font-size: 32px;
  color: #1a18e3;
  margin: 0 0 30px;
  text-transform: uppercase;
}

h4 {
  font-family: "camptonSemibold", sans-serif;
  letter-spacing: -1px;
  font-size: 24px;
  color: #1a18e3;
  margin: 0 0px 20px;
  text-transform: uppercase;
}

p {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 30px;
  float: left;
}

.columns,
.textColumns p {
  max-width: 880px;
}
.textColumns {
  margin: 20px 0 0px;
  float: left;
}

.btn {
  margin: 0;
  padding: 10px 20px;
  background-color: #1a18e3;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: lighter;
  float: left;
  clear: left;
  border: 2px solid #1a18e3;
}
.btn:hover {
  border: 2px solid #ffffff;
}

header {
  position: fixed !important;
  z-index: 10;
  background-color: transparent;
  height: 70px;
  margin: 0;
  top: 0;
  padding: 0 !important;
}
header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #1a18e3;
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.14, 1) 500ms;
  transition: all cubic-bezier(0.4, 0, 0.14, 1) 500ms;
}

header.open:after {
  height: 100%;
}

header.section {
  overflow: visible !important;
}

header a {
  color: #ffffff;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  z-index: 8;
}
.logo svg {
  fill: #ff4f42;
  float: left;
  position: relative;
  display: block;
  width: 100px;
}

.menu {
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  margin: 0;
  padding: 0;
}
.menu a {
  cursor: pointer;
  margin: 0 0 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "camptonSemibold", sans-serif;
  transition: -webkit-transform cubic-bezier(0.4, 0, 0.14, 1) 500ms;
  transition: transform cubic-bezier(0.4, 0, 0.14, 1) 500ms;
  transition: transform cubic-bezier(0.4, 0, 0.14, 1) 500ms,
    -webkit-transform cubic-bezier(0.4, 0, 0.14, 1) 500ms;
}
.menu a:hover {
  text-decoration: underline;
}

footer {
  background-color: #1a18e3;
  margin: 0 !important;
  padding: 80px 0 !important;
}
footer p {
  color: #ffffff;
  clear: left;
  margin: 0 0 20px;
  line-height: 20px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer a:hover p {
  text-decoration: underline;
}

.more {
  text-align: right;
  text-decoration: none;
  color: #1a18e3;
  font-size: 30px;
  margin: 30px 0 0 0 !important;
}
.more:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
}

.social {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 20px;
  margin: 0 10px 0 0;
}

.wrap {
  width: 1180px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  transition: width cubic-bezier(0.4, 0, 0.14, 1) 500ms;
}
.wrap--conteudo {
  width: 1200px !important;
  left: 10px;
}
.wrap--product {
  z-index: 2;
  pointer-events: none;
}
.wrap--product h2 {
  max-width: 100%;
  margin: 5vh 0 0 0;
  text-align: center;
}
.wrap--alt {
  z-index: 2;
  pointer-events: none;
}
.wrap--alt p {
  color: #ffffff;
  font-size: 1.5em;
	max-width:780px;
}
.wrap--alt h2 {
  max-width: 40%;
}
.wrap--alt a {
  pointer-events: all;
}

.border:after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: gray;
}

.badge {
  position: absolute;
  bottom: 60px;
  right: 0;
  height: auto;
}
.badge img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: bottom;
  margin: 0 0 0 10px;
}

.section {
  width: 100%;
  float: left;
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}
.section--mini {
  padding: 60px 0 0;
}

.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.flexLeft {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
}

.column {
  float: left;
  position: relative;
  margin: 0 20px 0 0;
}
.column--2:last-of-type {
  margin: 0;
}
.column--3:last-of-type {
  margin: 0;
}
.column--4:last-of-type {
  margin: 0;
}
.column--full {
  width: calc(100%);
  margin: 0;
}
.column--texto {
  width: 380px;
  margin: 0;
}

.column--texto h4,
.column--texto p {
  margin: 0 0 30px 30px;
}
.column--center {
  text-align: center;
}
.column--awards {
  width: 50%;
  margin: 0 0 20px;
  float: left;
}
.column--awards:last-of-type {
  margin: 0;
}

.column--awards span {
  float: left;
  position: relative;
  width: 60px;
    margin: 10px 20px 0 10px;
}

.column--awards p {
  float: left;
  position: relative;
  width: 480px;
  height: 80px;
  margin: 0;
      color: ##000000;
    font-size: 14px;
    line-height: 22px;
}

.ficTec p{
  color: #000000;
       font-size: 14px;
    line-height: 22px;
    max-width: 100%;
    /* column-count: 2; */
}

.column--awards img {
  background-color: transparent;
}

.square:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.demo {
  background-color: #1a18e3;
}
.demo .column {
  background-color: #ff4f42;
}

.hero {
  background-color: #000;
  height: 85vh;
  min-height: 600px;
  width: 100%;
  padding: 0 !important;
}
.hero .flickity-viewport {
  height: 100% !important;
}
.hero--alt {
  position: absolute;
  top: 0;
  z-index: 0;
}
.hero--product {
  height: 400px;
  min-height: 300px;
}

.heroBox {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.heroBox--alt .column {
  height: 100% !important;
}

.heroSearch {
  background-color: #fff;
}
.heroSearch:after{
  content: "";
  background-color: #1a18e3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
.heroSearch h2 {
  color: #1a18e3;
}

.heroBox .wrap {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  z-index: 2;
  position: relative;
}
.heroBox p {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  margin: 10px 0 30px;
	max-width: 780px;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
  background-size: cover;
  background-position-x: center;
}

.imgFit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.parallax {
  opacity: 0.7;
}

#mc_embed_signup * {
  box-sizing: border-box;
}

#mc_embed_signup form {
  margin: 0 !important;
  padding: 0 !important;
}

#mc_embed_signup .mc-field-group {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

#mc_embed_signup input {
  border-radius: 0 !important;
  float: left !important;
  clear: none !important;
  margin: 0 !important;
  height: 50px !important;
  border: 2px solid #1a18e3 !important;
}
#mc_embed_signup input:focus {
  outline: none;
}
#mc_embed_signup input[type*="email"] {
  width: 1000px !important;
  font-family: "camptonLight", sans-serif !important;
}
#mc_embed_signup input[type*="submit"] {
  width: 180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  color: #ffffff !important;
  background-color: #1a18e3 !important;
  font-family: "camptonSemibold", sans-serif !important;
  text-transform: uppercase !important;
}

.grid {
  width: calc(100% + 20px);
  left: -10px;
}

.gridItem {
  width: 280px;
  background-color: #1a18e3;
  margin: 10px;
  overflow: hidden;
}
.gridItem--double {
  width: 580px;
}
.gridItem:hover img {
  opacity: 0;
}

.square:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.rect:before {
  content: "";
  padding-top: calc(50% - 10px);
  float: left;
}

.projectTitle {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "camptonSemibold", sans-serif;
  font-size: 2vw;
  text-align: center;
  z-index: 0;
}

.searchBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #1a18e3;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  transition: all cubic-bezier(0.4, 0, 0.14, 1) 500ms;
}
.searchBar.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.searchBar .wrap {
  justify-content: left;
  flex-direction: row !important;
}
.searchBar form {
  float: left;
  width: calc(100% - 80px + 40px);
  height: 40px;

  position: relative;
}
.searchBar input {
  background-color: #1a18e3;
  /*   border: 2px solid #ffffff; */
  border: 0;
  padding: 10px;
  float: left;
  width: 100%;
  color: #ffffff;
  height: 100%;
  font-family: "camptonLight", sans-serif;
  font-size: 28px;
  position: relative;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.searchBar input:focus {
  outline: none;
}

.btnIcon {
  position: relative;
  width: 16px;
  height: 16px;
  z-index: 10;
}
.btnIcon:after {
  position: absolute;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.btnSearch {
  position: absolute;
  top: 26px;
  right: 0px;
}
.btnSearch:after {
  content: "";
  font-size: 16px;
}

.btnMenu {
  display: none;
  position: absolute;
  z-index: 10;
  top: 26px;
  right: 0px;
}
.btnMenu:after {
  content: "";
  right: 6px;
}

.btnClose:after {
  content: "" !important;
  font-size: 18px;
  left: 0;
}

.btnLanguage {
  z-index: 0;
  /* background: url(../img/flag.svg) center center no-repeat transparent;
  background-size: 36px;
  width: 30px;
  height: 30px; */
    position: relative;
    min-width: 50px;
    font-size: 12px!important;
}
.btnLanguage:hover {
	text-decoration:none!important;
}

.btnLanguage:after {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 24px;
    height: 24px;
    background-color: #1a18e3;
    border-radius: 50%;
    z-index: -1;
    border: 2px solid #fff;
}

.langEN:after{
    right: 1.5px;
    left: auto;
}


.button-group {
  float: left;
  margin: 0 0 30px;
}

.button {
  font-size: 22px;
  float: left;
  margin: 0 20px 0 0;
  position: relative;
  border: 0;
  font-family: "camptonLight", sans-serif;
  color: #1a18e3;
  padding: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.button:before {
  position: absolute;
  height: 1.5px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #1a18e3;
}
.button:focus {
  outline: none;
}
.button:after {
  content: "•";
  position: absolute;
  right: -14px;
  top: 0px;
}
.button:last-of-type:after {
  display: none;
}
.button.active:before,
.button:hover:before {
  /* text-decoration: underline; */
  content: "";
}

.gatTitle {
  margin: 90px 0 30px;
}

.cardCurso {
  background-color: #ffffff;
  padding: 0 0 20px;
  margin: 30px 20px 20px 0;
  box-sizing: border-box;
}
.cardCurso:hover:after {
  /* opacity: 1; */
}
.cardCurso:last-of-type {
  margin: 30px 20px 20px 0 !important;
}
.cardCurso:after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  opacity: 0;
  background-color: #ffffff;
  padding: 20px;
  border: 5px solid #1a18e3;
  box-sizing: border-box;
  z-index: -1;
}

.cardCover {
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 0 20px;
}
.cardCover:before {
  content: "";
  padding-top: 66%;
  float: left;
}

#cliente .grid {
  margin: 0 0 0;
}
#cliente .grid:last-of-type {
  margin: 0;
}

.videoProduct {
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  margin: 0 0 -100px 0;
  padding: 0;
}

.bgColor {
  background-color: #1a18e3;
}

#sobre {
  padding: 90px 0 0;
}
#sobre .wrap {
  max-width: 1100px;
}
#sobre p {
  color: #ffffff;
  font-size: 26px;
  line-height: 38px;
}

.awards {
  width: 180px;
  display: inline-block;
  position: relative;
  margin: 5px;
  border: 20px solid transparent;
  box-sizing: border-box;
}
.awards img {
  background-color: transparent;
}

.b-lazy {
  opacity: 0.5;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all cubic-bezier(0.1, 1, 0.2, 1) 300ms;
}
.b-loaded {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.imgsError {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: opacity 500ms ease-in;
}
.imgsError + img {
  opacity: 0;
}
.headerError {
  background-color: transparent !important;
}
.sectionError {
  height: 100vh;
  background-color: #1a18e3;
  padding: 0;
  margin: 0;
}
.sectionError h2 {
  z-index: 10;
  text-align: center;
}
.sectionError .column {
  height: 100%;
}
.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a18e3;
  opacity: 0.6;
}
.clearFix {
  clear: both;
}

.sectionVideo {
  margin: 10px 0 10px;
}
.sectionVideoCustom video {
  width: 100%;
  height: auto;
}
.elipses {
  display: inline-block;
}

.elipses:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  font-style: normal;
  margin: 0 5px;
  color: #1a18e3;
}

.imgSearch {
    min-height: 260px !important;
    height: 260px !important;
    padding: 70px 0 0 0 !important;
}

.imgSearch + div {
	padding:0 0 90px!important;
}

.clearAwards {
  float: left;
  width: 100%;
  margin: 0 0 50px;
}
.icnZoom {
}
.icnZoom:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 5vw;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.videoConteudo {
  width: 100%;
  height: 100%;
}

.imgSearch .cover {
  -webkit-filter: blur(30px);
  filter: blur(30px);
}
.alert {
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: #dd1c1a;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-animation: banner 2s infinite;
  animation: banner 2s infinite;
  line-height: 50px;
}
@-webkit-keyframes banner {
  0%,
  100% {
    background-color: #dad2d8;
    color: #a8201a;
  }
  20% {
    background-color: #143642;
    color: #dad2d8;
  }
  40% {
    background-color: #0f8b8d;
    color: #143642;
  }
  60% {
    background-color: #ec9a29;
    color: #0f8b8d;
  }
  80% {
    background-color: #a8201a;
    color: #ec9a29;
  }
}
@keyframes banner {
  0%,
  100% {
    background-color: #dad2d8;
    color: #a8201a;
  }
  20% {
    background-color: #143642;
    color: #dad2d8;
  }
  40% {
    background-color: #0f8b8d;
    color: #143642;
  }
  60% {
    background-color: #ec9a29;
    color: #0f8b8d;
  }
  80% {
    background-color: #a8201a;
    color: #ec9a29;
  }
}
