@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.woff2") format("woff2"), url("../fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: 500;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
html {
  margin: 0 !important;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Gotham";
  font-weight: 300;
  color: #333333;
}
body * {
  outline: none !important;
}

main.home .container-full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
main.home .container-full .row {
  height: 100%;
  margin: 0;
}

@media (max-width: 998px) {
  main.home .container-full {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .row {
    height: auto;
  }
}
a {
  display: block;
}
img {
  max-width: 100%;
}

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

.desk {
  display: block !important;
}

.mobile {
  display: none !important;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: inherit;
  color: #003cff;
}

h2.title {
  position: absolute;
  top: 50px;
  left: 50px;
  margin-bottom: 0;
}
h2.title.azul {
  color: #003cff;
}
h2.title.branco {
  color: #ffffff;
}
h2.title span {
  position: relative;
  display: flex;
  align-items: center;
  height: 85px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
h2.title span:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/titulo-verde.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.slick-arrow {
  width: 25px;
  height: 50px;
}
.slick-arrow:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-size: 50px;
}
.slick-arrow.slick-prev {
  z-index: 99;
}
.slick-arrow.slick-prev:before {
  content: "‹";
}
.slick-arrow.slick-next {
  z-index: 99;
}
.slick-arrow.slick-next:before {
  content: "›";
}

.dots {
  z-index: 999;
}
.dots.dark li a:before {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.dots.dots-right {
  right: 30px;
}

.text {
  height: 60%;
  display: flex;
  align-items: center;
  font-size: 27px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.2;
}
.text p {
  margin-bottom: 0;
}

.fadeInUp {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -o-animation-duration: 1s;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -o-animation-duration: 1s;
}

@media only screen and (max-width: 768px) {
  .desk {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }
}
header {
  background: url(../images/header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  z-index: 999999;
  position: relative;
}
header nav {
  transition: all 0.3s ease-in-out;
  padding: 0 !important;
  width: 100%;
}
header nav .navbar-toggler {
  position: relative;
  z-index: 9;
}
header nav .navbar-toggler img {
  max-width: 100%;
}
header nav .navbar-brand {
  margin-right: 0;
  position: relative;
  padding: 20px 0;
}
header nav .navbar-brand img {
  max-height: 100px;
  z-index: 9;
  position: relative;
}
header nav .navbar-brand:before {
  content: "";
  background: url(../images/header-icone.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  width: 800px;
  height: 100%;
  display: block;
  position: absolute;
  right: -50px;
  top: 0;
}
header nav #navbarSupportedContent {
  flex-direction: column;
  align-items: flex-end;
  padding: 25px 0 15px 0;
}
header nav #navbarSupportedContent ul li a {
  padding: 0 20px 10px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
header nav #navbarSupportedContent ul.navbar-nav {
  width: 100%;
  justify-content: flex-end;
  padding: 0 20px;
}
header nav #navbarSupportedContent ul.navbar-nav li a {
  position: relative;
  font-size: 30px;
  font-weight: 700;
}
header nav #navbarSupportedContent ul.navbar-nav li a:hover:after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
header nav #navbarSupportedContent ul.navbar-nav li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: relative;
  bottom: -5px;
  left: 0;
  background: #003cff;
  transition: all 0.3s ease-in-out;
}
header nav #navbarSupportedContent ul.contact {
  text-transform: lowercase;
  display: flex;
  align-items: center;
}
header nav #navbarSupportedContent ul.contact li {
  display: flex;
  align-items: center;
  padding-right: 25px;
}
header nav #navbarSupportedContent ul.contact li p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300; 
  font-style: italic;
}
header nav #navbarSupportedContent ul.contact li img {
  max-width: 30px;
  margin-right: 10px;
}
header nav #navbarSupportedContent ul.contact li:last-child {
  padding-right: 0;
}
/*header nav #navbarSupportedContent ul.contact li a {
  padding: 0;
  display: initial;
} */
header nav .navbar-media {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .navbar-media li {
  padding: 0 5px;
}
header nav .navbar-media li a {
  background: #003cff;
  border: 1px solid #003cff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
header nav .navbar-media li a:hover {
  background: #ffffff;
  color: #003cff;
}
header.fixed {
  padding: 10px 0;
  height: 60px;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.35);
}
header.fixed nav {
  padding: 0;
  transition: all 0.3s ease-in-out;
}
header.fixed nav #navbarSupportedContent ul li a {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-weight: 500;
}
header.fixed nav #navbarSupportedContent ul li a:after {
  background: #ffffff;
}
header.fixed nav #navbarSupportedContent ul.navbar-media li a:hover {
  background: #93ca4e;
  color: #ffffff;
  border: 1px solid #93ca4e;
}

.banner-section {
  position: relative;
  overflow: hidden;
}
.banner-section > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}
.banner-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.logos {
  position: absolute;
  bottom: 50px;
  left: 10%;
}
.logos ul {
  display: flex;
  justify-content: space-between;
}
.logos ul.azul li:after {
  background: url(../images/titulo-azul.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.logos ul.verde li:after {
  background: url(../images/titulo-verde.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.logos ul li {
  padding: 0 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.logos ul li img {
  max-height: 100px;
}
.logos ul li:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home #sobre .container-full {
  padding-top: 150px;
}
.home #sobre .container-full ul.cards {
  height: 85%;
  margin-top: 5%;
}
.home #sobre .container-full ul.cards li {
  width: 50%;
}

ul.cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 80%;
}
ul.cards li {
  width: 40%;
  padding: 20px;
  height: 50%;
}
ul.cards li .flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  margin: 0 auto;
}
ul.cards li .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
ul.cards li .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
ul.cards li .flip-card .flip-card-inner .flip-card-front,
ul.cards li .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
ul.cards li .flip-card .flip-card-inner .flip-card-front h2,
ul.cards li .flip-card .flip-card-inner .flip-card-back h2 {
  margin-top: 10px;
}
ul.cards li .flip-card .flip-card-inner .flip-card-front p,
ul.cards li .flip-card .flip-card-inner .flip-card-back p {
  font-size: 20px;
  line-height: 1.2;
}
ul.cards li .flip-card .flip-card-inner .flip-card-front {
  background-color: #93ca4e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
ul.cards li .flip-card .flip-card-inner .flip-card-back {
  background-color: #fff;
  color: #93ca4e;
  transform: rotateY(180deg);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#servicos.banner-section .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#servicos.banner-section ul.cards li .flip-card {
  transition: 0.3s;
}
#servicos.banner-section ul.cards li .flip-card:hover {
  transform: scale(1.1);
}
#servicos.banner-section ul.cards li .flip-card:hover .flip-card-inner {
  transform: rotateY(0deg);
}
#servicos.banner-section > img {
  object-fit: inherit;
}

#clientes.banner-section > img {
  object-position: right bottom;
}
#clientes.banner-section .col-12 {
  display: flex;
  align-items: center;
}
#clientes.banner-section .logos-clientes {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  box-shadow: 3px 3px 30px rgba(0, 31, 130, 0.2);
  transition: 0.3s;
}
#clientes.banner-section .logos-clientes:hover {
  transform: scale(1.1);
}
#clientes.banner-section .logos-clientes li {
  padding: 30px;
}
#clientes.banner-section .logos-clientes li img {
  max-height: 60px;
  max-width: 260px;
}

#diferencial.banner-section ul.diferenciais {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#diferencial.banner-section ul.diferenciais li {
  width: 50%;
  padding: 30px 50px;
  display: flex;
  align-items: flex-start;
}
#diferencial.banner-section ul.diferenciais li img {
  margin-right: 20px;
}
#diferencial.banner-section ul.diferenciais li p {
  color: #003cff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
#diferencial.banner-section .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#missao.banner-section .logos {
  right: 100px;
  left: inherit;
  bottom: 100px;
}
#missao.banner-section .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#missao.banner-section ul.thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 100px;
}
#missao.banner-section ul.thumbs li {
  background: #fff;
  border-radius: 20px;
  padding: 75px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  box-shadow: 3px 3px 30px rgba(0, 31, 130, 0.2);
  width: calc(32% - 35px);
  margin: 20px;
  text-align: center;
  color: #003cff;
  transition: 0.3s;
}
#missao.banner-section ul.thumbs li:hover {
  transform: scale(1.1);
}
#missao.banner-section ul.thumbs li h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
#missao.banner-section ul.thumbs li p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 20px;
}

@media (max-width: 1500px) {
  .text {
    font-size: 30px;
  }

  .logos ul li {
    padding: 0 15px;
  }

  ul.cards li .flip-card .flip-card-inner .flip-card-front p, ul.cards li .flip-card .flip-card-inner .flip-card-back p {
    font-size: 18px;
  }

  #diferencial.banner-section ul.diferenciais li {
    padding: 15px;
  }

  #diferencial.banner-section ul.diferenciais li p {
    font-size: 18px;
  }

  #missao.banner-section ul.thumbs li {
    padding: 30px;
  }

  #missao.banner-section ul.thumbs li p {
    font-size: 18px;
  }

  #missao.banner-section .logos {
    bottom: 50px;
    right: 50px;
  }

  #clientes.banner-section .logos-clientes li {
    padding: 20px;
  }

  #clientes.banner-section .logos-clientes li img {
    max-height: 50px;
  }

  #clientes.banner-section .logos-clientes {
    padding: 50px 100px;
  }
}
@media (max-width: 1200px) {
  #missao.banner-section ul.thumbs {
    padding: 0;
  }

  .text {
    font-size: 28px;
  }

  .home #sobre .container-full ul.cards li {
    height: 40%;
  }

  header nav #navbarSupportedContent ul.navbar-nav li a {
    font-size: 24px;
    padding: 0 10px 20px 10px;
  }

  header nav #navbarSupportedContent ul.navbar-nav {
    padding: 0;
  }
}
@media (max-width: 998px) {
  .logos {
    position: relative;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
  }

  .home #sobre .container-full {
    position: relative;
    padding: 0;
    height: auto;
  }

  main.home .container-full .row {
    height: auto;
  }

  .text {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
  }

  .home #sobre .container-full ul.cards {
    height: auto;
    margin-top: 0;
  }

  .home #sobre .container-full ul.cards li {
    height: 250px;
  }

  .logos ul li img {
    max-height: 70px;
  }

  .logos ul li {
    padding: 0;
  }

  .logos ul {
    flex-wrap: wrap;
    width: 75%;
    margin: 15px auto 0 auto;
  }

  .banner-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
  }

  #sobre.banner-section {
    padding-top: 0;
  }

  #diferencial.banner-section ul.diferenciais li {
    width: 100%;
    padding: 15px 0;
  }

  #diferencial.banner-section ul.diferenciais li img {
    max-width: 60px;
  }

  #diferencial.banner-section ul.diferenciais li p {
    font-size: 16px;
  }

  #missao.banner-section ul.thumbs {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  #missao.banner-section ul.thumbs li {
    width: 100%;
    padding: 30px 20px;
  }

  header nav #navbarSupportedContent ul.contact li {
    margin-bottom: 20px;
  }

  header nav .navbar-brand img {
    max-height: 75px;
  }

  .banner-section .container,
.banner-section .container-full {
    padding-right: 30px !important;
    padding-left: 30px !important;
    align-items: center;
  }

  .banner-section .container .row,
.banner-section .container-full .row {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }

  .banner-section .container .row .col-12,
.banner-section .container-full .row .col-12 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .banner-section header .container, .banner-section header .container-full {
    padding: 0 !important;
  }

  button.navbar-toggler {
    padding-left: 30px;
  }

  #missao.banner-section ul.thumbs li p {
    font-size: 16px;
  }

  #clientes.banner-section .col-12 {
    display: block;
  }

  #clientes.banner-section .logos-clientes li {
    padding: 10px;
    width: 50%;
  }

  #clientes.banner-section .logos-clientes li img {
    max-width: 100%;
  }

  #clientes.banner-section .logos-clientes {
    padding: 20px;
  }

  .home #clientes.banner-section .logos-clientes {
    display: block;
  }

  .dots.dots-right {
    right: 10px;
  }

  ul.cards li {
    width: 100%;
    height: 350px;
  }

  #servicos.banner-section .col-12 {
    display: block;
  }

  .home #sobre .container-full ul.cards li {
    height: 150px;
  }

  .home #sobre .container-full ul.cards {
    display: block;
  }

  .home #sobre .container-full ul.cards li {
    width: 50%;
    height: 250px;
  }

  ul.cards {
    display: block;
    height: auto;
  }

  #diferencial.banner-section ul.diferenciais {
    display: block;
  }

  header nav #navbarSupportedContent {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  #missao.banner-section ul.thumbs li {
    margin: 20px 0;
  }

  header nav #navbarSupportedContent ul.contact {
    display: block;
  }

  header nav .navbar-brand:before {
    width: 300px;
    right: inherit;
    left: -350px;
  }

  h2.title {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    text-align: center;
  }

  h2.title span {
    justify-content: center;
  }

  header nav #navbarSupportedContent ul.contact li p {
    font-size: 14px;
  }

  header nav #navbarSupportedContent ul.navbar-nav li a {
    font-size: 18px;
    padding: 10px;
  }

  header .container {
    padding: 0 !important;
  }
}
@media (max-width: 500px) {
  header nav #navbarSupportedContent {
    padding: 20px;
  }

  header nav .navbar-brand img {
    max-height: 50px;
  }

  .logos ul li img {
    max-height: 35px;
  }

  .logos ul {
    width: 90%;
  }

  #diferencial.banner-section ul.diferenciais li p {
    font-size: 12px;
  }

  #diferencial.banner-section ul.diferenciais li img {
    max-width: 40px;
  }

  #missao.banner-section ul.thumbs li p {
    font-size: 14px;
  }

  #missao.banner-section ul.thumbs li h2 {
    font-size: 24px;
  }

  ul.cards li .flip-card .flip-card-inner .flip-card-front p, ul.cards li .flip-card .flip-card-inner .flip-card-back p {
    font-size: 14px;
  }

  ul.cards li .flip-card .flip-card-inner .flip-card-front h2, ul.cards li .flip-card .flip-card-inner .flip-card-back h2 {
    font-size: 24px;
  }

  .text p {
    font-size: 14px;
  }
}

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