@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon/icomoon.eot?srf3rx");
  src: url("../font/icomoon/icomoon.eot?srf3rx#iefix")
      format("embedded-opentype"),
    url("../font/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../font/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../font/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo-Black";
  src: url("../font/Cairo-Black.eot");
  src: url("../font/Cairo-Black.woff2") format("woff2"),
    url("../font/Cairo-Black.woff") format("woff"),
    url("../font/Cairo-Black.ttf") format("truetype"),
    url("../font/Cairo-Black.svg#Cairo-Black") format("svg"),
    url("../font/Cairo-Black.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo-Regular";
  src: url("../font/Cairo-Regular.eot");
  src: url("../font/Cairo-Regular.woff2") format("woff2"),
    url("../font/Cairo-Regular.woff") format("woff"),
    url("../font/Cairo-Regular.ttf") format("truetype"),
    url("../font/Cairo-Regular.svg#Cairo-Regular") format("svg"),
    url("../font/Cairo-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo-SemiBold";
  src: url("../font/Cairo-SemiBold.eot");
  src: url("../font/Cairo-SemiBold.woff2") format("woff2"),
    url("../font/Cairo-SemiBold.woff") format("woff"),
    url("../font/Cairo-SemiBold.ttf") format("truetype"),
    url("../font/Cairo-SemiBold.svg#Cairo-SemiBold") format("svg"),
    url("../font/Cairo-SemiBold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

.row-default {
  float: left;
  position: relative;
  width: 100%;
  display: inline-block;
}
.mensagem-formulario {
  padding: 10px 20px;
  background-color: #00ff00;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  box-sizing: border-box;
}
.row-default h2 {
  margin: 20px 0;
  font-size: 38px;
  color: #044979 !important;
  font-weight: normal;
}
.colum-default-01 form.formulario input,
form.formulario textarea {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #333;
}
.colum-default-01 form.formulario input.btn-enviar-dados-formulario {
  width: 30%;
  text-align: center;
  padding: 10px 15px;
  float: none;
}
.colum-default-01 form.formulario input[type="text"],
.colum-default-01 form.formulario input[type="password"],
.colum-default-01 form.formulario input[type="file"],
.colum-default-01 form.formulario select,
.colum-default-01 form.formulario textarea {
  border: none;
  margin: 5px 0;
  border-radius: 3px;
  padding: 10px 6px;
  background-color: #fff;
  font: 13px "Cairo-Regular", sans-serif;
  transition: border, box-shadow 0.5s ease 0s;
}
.colum-default-01 form.formulario input[type="button"],
.colum-default-01 form.formulario input[type="submit"] {
  width: auto;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 35px;
  margin: 0;
  border-radius: 3px;
  font: 13px "Cairo-Regular", sans-serif;
  color: #fff;
  font-weight: 600;
  text-shadow: none;
  background-color: #86c9f6;
  background: #86c9f6;
  border: none;
  font-weight: normal;
  box-shadow: none;
}
.colum-default-01 form.formulario h3 {
  font-size: 30px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  /*left: 60px;*/
  position: relative;
  font-weight: normal;
}
.colum-default-01 form.formulario {
  width: 40%;
  float: left;
  display: inline-block;
}
ul.dropdown.slider li.contato {
  width: 130px;
  list-style: none;
  text-align: center;
  background: #0066ad;
  border-radius: 5px;
  margin-left: 0 !important;
  margin-top: 30px;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
  border: none;
}
ul.dropdown.slider {
  margin: 0 !important;
  left: -40px;
}
ul.dropdown.slider li.contato a {
  text-decoration: none;
  border: 0 !important;
  color: #fff;
  color: #fff !important;
  font-weight: 600;
}
/* =======================================================
*
*   Template Style 
*
* ======================================================= */
body {
  font-family: "Cairo-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff !important;
}

#page {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #ddd;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
a {
  color: #87c9f6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #f73859;
  outline: none;
  text-decoration: none;
}

p {
  margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Cairo-Regular", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  /*text-transform: uppercase;*/
}

::-webkit-selection {
  color: #fff;
  background: #f73859;
}

::-moz-selection {
  color: #fff;
  background: #f73859;
}

::selection {
  color: #fff;
  background: #f73859;
}
span.icon img {
  width: 32px;
}
.fh5co-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 10px 0 10px;
  background-color: #044979;
  z-index: 999;
  /*background: transparent;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.text-right.menu-1 {
  float: right;
  margin-right: 15px;
}
.swiper-wrapper:after {
  background-color: #002947;
  content: "";
  display: inline-block;
  height: 99%;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 15px 0;
  }
  .img-mobile {
    display: block;
  }
  .fh5co-nav #fh5co-logo {
    width: 60% !important;
  }
  section#banner {
    display: none;
  }
}
.clear {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.sobre-inove {
  background-color: #fff;
  padding-top: 50px;
  display: inline-block;
  width: 100%;
}

.scrolled nav.fh5co-nav div#fh5co-logo img {
  width: 90%;
}
.fh5co-nav #fh5co-logo {
  font-size: 24px;
  float: left;
  padding: 0;
  margin: 0;
  width: 30%;
  text-transform: uppercase;
  font-weight: bold;
}
span.tel-menu {
  left: 10%;
  position: relative;
}
.col-md-12.center img {
  width: 20%;
}
.col-md-12.center {
  margin-top: 50px;
}
.fh5co-nav #fh5co-logo a img {
  width: 95%;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-nav #fh5co-logo {
    margin-bottom: 0;
  }
}
.fh5co-nav #fh5co-logo a > span {
  color: #f73859;
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  text-align: center;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 16px;
  padding: 0px 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
span.tel-menu {
  font-size: 13px;
  color: #5abbff;
  left: 8% !important;
  top: -6px;
}
.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
  color: white;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
li.contato {
  text-align: center;
  position: relative;
  top: -9px !important;
}
li.contato p {
  margin: unset !important;
}
.container-text {
  position: absolute;
  top: 30%;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
}
.container-text .container-left {
  float: left;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  margin-left: 8%;
}
.container-text .container-right {
  float: right;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.container-text .container-right-default {
  float: right;
  width: 60%;
  background-color: rgba(4, 73, 121, 0.8);
  padding: 30px 50px;
}
.img-responsive {
  margin-top: 33px;
  width: 100%;
}
.container-text .container-left h2 {
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  font-size: 42px;
  font-family: "Cairo-SemiBold";
}
.container-text .container-left p {
  font-size: 23px;
  text-align: justify;
}
ul.left {
  float: left;
  top: -60px;
  position: relative;
}
.right {
  float: right;
}
.col-md-2.text-center.right {
  float: left;
  margin-top: 42px;
  text-align: left;
}
.col-md-2.text-center.right.two {
  float: right;
}
.col-md-2.text-center.right.one {
  display: none;
}
.col-md-2.text-center.right li {
  text-decoration: none;
  display: inline-block;
  /*margin-bottom: 20px;*/
  text-align: left;
}
.col-md-2.text-center.right ul {
  padding-left: 0;
  margin: 0;
  text-align: left;
}
.col-md-2.text-center.right li a {
  color: #666;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}
.col-md-2.text-center.right li ul li a {
  font-weight: normal;
  /* margin-top: 20px; */
  margin: 0 !important;
  display: inline-block;
}
.col-md-2.text-center.right p {
  font-size: 14px;
  margin: 0;
}

.col-md-3.clientes {
  float: left;
  height: 120px;
  text-align: center;
}
h2.clientes {
  text-align: center;
  color: #044979;
  line-height: 1.7em;
  font-size: 60px;
  font-weight: 600;
}
ul.right {
  float: right;
  top: -60px;
  position: relative;
}
ul.left li,
ul.right li {
  display: inline-block;
  list-style: none;
}
ul.left li a,
ul.right li a {
  font-size: 15px;
  padding: 0 10px;
  color: #04517f;
}
.buttom a {
  color: #fff !important;
  background-color: #0665a7;
  padding: 15px 35px;
  border-radius: 5px;
  /*border-bottom: 2px solid #5F8FAF;*/
}
h2.cases {
  margin-left: -15px;
}
.col-md-offset-2 {
  width: 100%;
  text-align: justify;
  margin-left: 0;
}
#fh5co-header a {
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.container-text .container-right-default h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}
.container-text .container-right-default p {
  color: #fff;
}
.container-text .container-left p {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 300px;
  -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 27px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.scrolled .text-right.menu-1 {
  position: relative;
  top: 7px;
}
.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.btn-cta a {
  color: #f73859;
}
.fh5co-nav ul li.btn-cta a span {
  background: #f35f55;
  color: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.fh5co-nav ul li.btn-cta a:hover span {
  background: #f14034 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.fh5co-nav ul li.active > a {
  color: #fff;
  position: relative;
}
.scrolled .fh5co-nav {
  background: #044979;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}
.scrolled .fh5co-nav a {
  color: #fff;
}
.scrolled .fh5co-nav ul li a:hover,
.scrolled .fh5co-nav ul li a:focus,
.scrolled .fh5co-nav ul li a:active {
  color: #87c9f6 !important;
}
.scrolled .fh5co-nav ul li.active a {
  color: #87c9f6;
}
.scrolled .fh5co-nav ul li.has-dropdown:hover > a,
.scrolled .fh5co-nav ul li.has-dropdown:focus > a {
  color: #87c9f6;
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#fh5co-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgb(4, 73, 121);
}
#fh5co-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.fh5co-cover {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(42, 51, 86, 0.9);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 600px;
  }
  .img-mobile {
    display: block !important;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  float: left;
  width: 100%;
}
.fh5co-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.fh5co-staff p {
  margin-bottom: 30px;
}
.fh5co-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

/*cookie*/
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.75rem 1.25rem;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #212327;
  z-index: 9999999999;
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: underline;
  color: #007bff;
}
.cookiealert a:hover {
  color: #23527c !important;
}
.cookiealert button {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.cookiealert button:hover {
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.br-txt {
}

.align {
  width: 50%;
  height: auto;
  display: inline-block;
}

.pagination a {
  background: none;
  border: none !important;
  color: gray !important;
}
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  background: none !important;
}
.pagination > li > a {
  margin: 0 2px;
  font-size: 18px;
  padding: 0 !important;
  background: none;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.pagination > li > a:hover {
  color: #000;
  background: #e6e6e6 !important;
}
.pagination > li.disabled > a {
  background: none;
}
.pagination > li.active > a {
  background: #f73859 !important;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  color: #fff !important;
}
.pagination > li.active > a:hover {
  cursor: pointer;
  background: #f96982 !important;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  color: #337ab7 !important;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
}
.fh5co-social-icons {
  padding-bottom: 50px;
}
.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 70px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #ccddea;
  position: absolute;
  left: 0;
  top: 0.05em;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1,
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#page {
  overflow-y: hidden;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 60px;
  line-height: 1.3;
  font-family: "Cairo-Regular", Arial, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #f73859;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .or,
#fh5co-counter .display-tc .or,
.fh5co-cover .display-tc .or {
  color: rgba(255, 255, 255, 0.3);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 0 20px;
}
#fh5co-header .display-tc .link-watch,
#fh5co-counter .display-tc .link-watch,
.fh5co-cover .display-tc .link-watch {
  border-bottom: none;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.fh5co-bg-section {
  background: #f0f5f9;
}
form {
  width: 80%;
  text-align: center;
  /* margin-left: 19%; */
}
.col-md-8.col-md-offset-2.left.fh5co-heading {
  float: left !important;
  width: 50% !important;
}
.mapa {
  float: right !important;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 50% !important;
  padding: 50px 0 0 0;
}
#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-project,
#fh5co-about,
#fh5co-team,
#fh5co-contact,
#fh5co-footer {
  padding: 3em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-project,
  #fh5co-about,
  #fh5co-team,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}

#fh5co-testimonial {
  background: #182733;
  top: -15px;
  position: relative;
}
#fh5co-testimonial h2,
#fh5co-testimonial p {
  color: #fff;
}
#fh5co-testimonial .testimonial {
  background: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 4em;
  bottom: 0;
  /*margin-left: 8%;*/
}
#fh5co-testimonial .testimonial p.buttom {
  float: right;
  display: inline-block;
  position: relative;
  top: -50px;
}
#fh5co-testimonial .testimonial p.buttom.two a {
  color: #fff;
}
#fh5co-testimonial .testimonial blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
}
#fh5co-testimonial .testimonial p {
  color: #666666;
  font-size: 18px;
  /*font-style: italic;*/
  line-height: 1.5;
}
#fh5co-testimonial .testimonial p.author {
  color: #b3b3b3;
}
#fh5co-testimonial .testimonial p.author img {
  width: 60px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .testimonial p.author cite {
  font-style: normal;
  font-size: 13px;
  font-family: "Cairo-Regular", Arial, sans-serif;
  /*background-image: url(../images/veiculo.png);*/
}
#fh5co-testimonial .testimonial p:last-child {
  margin-bottom: 0;
}
#fh5co-testimonial .testimonial:after {
  position: absolute;
  left: 11%;
  bottom: -30px;
  display: block;
  width: 0;
  content: "";
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent;
}
#fh5co-testimonial .testimonial.fh5co-selected {
  background: #044979;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
#fh5co-testimonial .testimonial.fh5co-selected p {
  color: #fff;
}
#fh5co-testimonial .testimonial.fh5co-selected p.author cite {
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-testimonial .testimonial.fh5co-selected:after {
  border-color: #044979 transparent;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial .testimonial.fh5co-selected {
    bottom: 0;
  }
}
div#fh5co-started {
  padding: 1em 0;
  top: -15px;
  position: relative;
}
#fh5co-blog .fh5co-post {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  position: relative;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-blog .fh5co-post h3 {
  margin-bottom: 20px;
}
#fh5co-blog .fh5co-post h3 a {
  color: #f73859;
}
#fh5co-blog .fh5co-post h3 a:hover {
  color: #f35f55;
}
#fh5co-blog .fh5co-post .fh5co-date {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #cccccc;
  letter-spacing: 0.07em;
}
#fh5co-blog .fh5co-post p.author {
  color: #b3b3b3;
}
#fh5co-blog .fh5co-post p.author img {
  width: 50px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-blog .fh5co-post p.author cite {
  font-style: normal;
  font-size: 13px;
}
#fh5co-blog .fh5co-post p:last-child {
  margin-bottom: 0;
}
#fh5co-blog .fh5co-post:hover,
#fh5co-blog .fh5co-post:focus {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-blog .fh5co-post:hover,
  #fh5co-blog .fh5co-post:focus {
    bottom: 0;
  }
}

#fh5co-counter {
  background: #fff;
  padding: 7em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fh5co-counter {
    padding: 3em 0;
  }
}
#fh5co-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #f73859;
  font-weight: 100;
  display: block;
}
#fh5co-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
}
#fh5co-counter .feature-center:hover .counter {
  color: #fff;
}
.feature-center p a {
  color: #87c9f6;
  border: 3px solid #87c9f6;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  #fh5co-counter .feature-center {
    margin-bottom: 30px;
  }
}
#fh5co-counter .icon {
  width: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#fh5co-counter .icon i {
  height: 70px;
}
#fh5co-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

#fh5co-project .fh5co-project {
  margin-bottom: 30px;
  width: 100%;
}
#fh5co-project .fh5co-project > a {
  /* display: block; */
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  padding: 20px 0;
  -o-transition: 0.5s;
  justify-content: center;
  transition: 0.5s;
  display: flex;
}
#fh5co-project .fh5co-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  float: left;
}
/* #fh5co-project .fh5co-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  /*background: rgba(0, 0, 0, 0.7);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
} */
.texto-case {
  float: right;
  width: 50%;
}
#fh5co-project .fh5co-project > a .fh5co-copy {
  z-index: 12;
  position: relative;
  right: 20px;
  left: 20px;
  width: 80%;
  bottom: 0px;
  /* opacity: 0; */
  visibility: visible;
  -webkit-transition: 0.3s;
  float: right;
  -o-transition: 0.3s;
  margin-top: 30px;
  transition: 0.3s;
  color: #000;
}

#fh5co-project .fh5co-project > a .fh5co-copy h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
#fh5co-project .fh5co-project > a .fh5co-copy p {
  color: #044979;
  font-size: 17px;
  font-weight: 600;
  padding-right: 20px;
}
#fh5co-project .fh5co-project > a .fh5co-copy p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project > a .fh5co-copy {
    position: static;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    color: #000;
    padding: 20px;
    background: inherit;
  }
  .feature-center.animate-box.fadeInUp.animated-fast {
    padding: 0 7px;
  }
  .row-cases {
    margin: 0;
  }
  .row-pb-md {
    margin-top: 30px;
  }
  .feature-center {
    margin-bottom: 10px !important;
  }
  .feature-center:hover,
  .feature-center:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project > a:hover {
    bottom: 0;
  }
}
#fh5co-project .fh5co-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
/* #fh5co-project .fh5co-project > a:hover .fh5co-copy {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
} */
@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project > a:hover .fh5co-copy {
    bottom: 0;
    padding: 20px;
    background: #fff;
  }
}
/* #fh5co-project .fh5co-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
} */
@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#fh5co-services.border-bottom {
  /*border-bottom: 1px solid #dae6ef;*/
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #044979 !important;
  top: -15px;
  position: relative;
  z-index: 10;
  background: url(../images/background-servico.jpg) !important;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
}

.feature-center {
  padding: 30px;
  float: left;
  width: 100%;
  position: relative;
  bottom: 0;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  /*margin-left: 7%;*/
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
  #fh5co-services.border-bottom {
    background: none !important;
    background-color: #066eb8 !important;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  margin-bottom: 20px;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: #65c9ee;
}
.feature-center .icon2 {
  float: left;
}
.feature-center .icon2 i {
  font-size: 100px;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center p,
.feature-center h3 {
  margin-bottom: 30px;
  color: #fff !important;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: normal;
}
.col-md-8.col-md-offset-2.center.fh5co-heading {
  text-align: center;
  margin: 0 !important;
}
.feature-center h3 {
  padding-left: 77px !important;
  font-size: 24px;
  color: #5d5d5d;
  /* background-color: #72AAD0; */
  padding: 21px;
  color: #fff !important;
}

.feature-center:hover,
.feature-center:focus {
  /*background: #87C9F6;*/
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.feature-center:hover p:last-child,
.feature-center:focus p:last-child {
  margin-bottom: 0;
}
.feature-center:hover .icon i,
.feature-center:focus .icon i {
  color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover p,
.feature-center:hover h3,
.feature-center:focus p,
.feature-center:focus h3 {
  color: #fff !important;
}
.feature-center:hover a,
.feature-center:focus a {
  color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover a:hover,
.feature-center:focus a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .feature-center:hover,
  .feature-center:focus {
    bottom: 0;
  }
}

.project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  height: 350px;
  margin-bottom: 40px;
}
.project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc h3 a {
  color: white;
}
.project-grid .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-grid .desc {
    bottom: 0;
  }
}
.project-grid:hover:before,
.project-grid:focus:before {
  opacity: 1;
}
.project-grid:hover .desc,
.project-grid:focus .desc {
  bottom: 0;
}

.project-content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .project-content {
    padding: 3em 0;
  }
}
.project-content .col-half {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .project-content .col-half {
    width: 100%;
  }
}
.project-content .col-half .project,
.project-content .col-half .project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.project-content .col-half .project:before,
.project-content .col-half .project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .col-half .project:hover:before,
.project-content .col-half .project:focus:before,
.project-content .col-half .project-grid:hover:before,
.project-content .col-half .project-grid:focus:before {
  opacity: 1;
}
.project-content .col-half .project:hover .desc,
.project-content .col-half .project:focus .desc,
.project-content .col-half .project-grid:hover .desc,
.project-content .col-half .project-grid:focus .desc {
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .project-content .col-half .project,
  .project-content .col-half .project-grid {
    height: 340px !important;
    margin-bottom: 20px;
  }
}
.project-content .col-half .project {
  height: 800px;
}
.project-content .col-half .project-grid {
  height: 390px;
  margin-bottom: 20px;
}
.project-content .col-half .project-grid:last-child {
  margin-bottom: 0;
}
.project-content .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .desc h3 {
  color: white;
}
.project-content .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-content .desc {
    bottom: 0;
  }
}

.img-globo img {
  width: 100%;
}
.sobre-container {
  display: flex;
}

.imagem-sobre img {
  max-height: 400px;
}

.imagem-sobre {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.fh5co-heading {
  padding: 0 15px;
  margin-bottom: 2em;
}
p.buttom a {
  border: 1px solid #72aad0;
  width: auto;
  padding: 10px 15px;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 12px;
  color: #044979;
}
p.buttom {
  margin-top: 20px;
  display: inline-block;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 38px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 600;
  color: #0a4f7f;
  margin-left: 0;
}
.fh5co-heading p {
  font-size: 19px;
  line-height: 1.7em;
  color: #00477b;
}
.fh5co-heading span {
  display: block;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  color: #666;
}

#fh5co-started {
  background: rgba(4, 73, 121, 0.3);
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
  font-weight: 300;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}
.mapa iframe {
  width: 96%;
  height: 27vw;
}
#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #87caf7;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}
#fh5co-started .btn:hover {
  background: #052b47 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #87c9f6;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
.fh5co-heading input {
  padding: 7px;
  width: 100%;
  margin: 4px;
  border: 1px solid #0a4e82;
  border-radius: 10px;
}
.input-email input {
  border: none;
  margin: 5px 0;
  border-radius: 3px;
  padding: 10px 6px;
  background-color: #fff;
  font: 13px "Cairo-Regular", sans-serif;
  transition: border, box-shadow 0.5s ease 0s;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: center;
  }
  .col-xs-6 {
    text-align: center;
    width: 100%;
    margin: 10px 0;
  }
  .fh5co-heading {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1095px) {
  .container-text .container-left h2 {
    font-size: 28px;
  }
  .container-text .container-left p {
    font-size: 18px;
  }
}

#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: inherit;
}
#fh5co-footer .copyright .block {
  display: inline;
}

#fh5co-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: #043150;
  top: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  padding: 45px 7px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li ul li a {
  font-size: 12px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
  form {
    width: 98%;
  }
  .mapa iframe {
    height: 80vw;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2em;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: block;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
div#fh5co-offcanvas span.tel-menu {
  display: none;
}
#fh5co-offcanvas ul li.contato {
  top: 0 !important;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  display: none;
  font-style: normal;
  font-weight: normal;
  z-index: 999999;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
img.logorodape {
  width: 100%;
  margin-bottom: 3px;
  top: -21px;
  position: relative;
}
div#fh5co-project {
  background: #ddd;
  position: relative;
  padding-bottom: 0;
}

footer#fh5co-footer {
  top: -15px;
  position: relative;
  padding: 0;
  background-color: #ddd;
}
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before,
.fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent !important;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 99999999999;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: flex;
    align-items: center;
  }
  ul.right,
  ul.left {
    padding: 0;
    top: 0;
    line-height: 2em;
  }
  .col-md-12.center img {
    width: 60%;
  }
  #fh5co-offcanvas ul {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Cairo-Regular", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #f73859;
  color: #fff;
  border: 2px solid #f73859;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #f8516d !important;
  border-color: #f8516d !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #f73859;
  border: 2px solid #f73859;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #f73859;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}
.buttom {
  display: inline-block;
  position: relative;
  margin-top: 30px;
}
.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #f73859;
}
.img-mobile {
  background: url(../images/background.jpg);
  padding: 70px 50px;
  background-position: 100% 100%;
  background-size: 100%;
  display: inline-block;
  position: relative;
  display: none;
  width: 100%;
  top: 0;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.img-mobile p,
.img-mobile h2 {
  color: #fff;
  line-height: 1.5em;
}
.img-mobile p {
  font-size: 18px;
}
.img-mobile a {
  margin: 15px 0;
  display: inline-block;
}
.mb30 {
  margin-bottom: 30px !important;
}

.row-pb-md {
  /*padding-bottom: 4em !important;*/
  /*margin-left: 3%;*/
}
.col-md-4.col-sm-4.col-xs-6.center {
  text-align: center;
}
.row-pb-sm {
  padding-bottom: 2em !important;
}
h2.solucoes {
  color: #87caf7;
}
.row.cases {
  margin-bottom: 90px;
}
.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}
.work-1 {
  background: url(../images/work-1.png) no-repeat;
  background-size: 15%;
  /*background-position: 100%;*/
}
.work-2 {
  background: url(../images/work-2.png) no-repeat;
  background-size: 15%;
  /*background-position: 100%;*/
}
.work-3 {
  background: url(../images/work-3.png) no-repeat;
  background-size: 15%;
  /*background-position: 100%;*/
}
.work-4 {
  background: url(../images/work-4.png) no-repeat;
  background-size: 15%;
  /*background-position: 100%;*/
}
#fh5co-header-subscribe #email {
  padding-right: 9em;
}
#fh5co-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
section#banner {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  justify-content: center;
}
.banner-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #092236ad;
}

.col-md-3.imagem-sobre img {
  display: flex;
  justify-content: flex-end;
}

.titlte-cases h2 {
  font-size: 38px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 600;
  color: #0a4f7f;
  margin-left: 0;
}
.whatsapp-bubble {
  position: fixed;
  bottom: 20px;
  right: 95px;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 15px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #333;
  z-index: 1000;
  max-width: 250px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.whatsapp-button,
.whatsapp-modal {
  right: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.whatsapp-bubble.show {
  opacity: 1;
  transform: translateY(0);
}

.whatsapp-bubble p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.whatsapp-bubble:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}

.whatsapp-bubble .close-bubble {
  position: absolute;
  top: 5px;
  right: 10px;
  background: 0 0;
  border: none;
  font-size: 14px;
  cursor: pointer;
  color: #999;
}

.whatsapp-button {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  background-color: #25d366;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 15px;
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-button img {
  width: 30px;
  height: 30px;
}

.whatsapp-modal {
  display: none;
  bottom: 100px;
  width: 350px;
  max-width: 100%;
  border-radius: 20px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(20px);
}

.whatsapp-modal.show {
  display: block;
  opacity: 1;
  transform: translateY(20px);
  position: fixed;
  background-color: #fff;
}

.whatsapp-modal-header {
  background-color: #00a884;
  color: #fff;
  padding: 15px;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.whatsapp-modal-header h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.whatsapp-modal-header button {
  background: 0 0;
  border: none;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.whatsapp-modal-content {
  padding: 20px;
  background-color: #f9f9f9;
}

.whatsapp-modal-content button,
.whatsapp-modal-content input {
  width: calc(100% - 0px);
  padding: 12px;
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.whatsapp-modal-content button {
  background-color: #00a884;
  color: #fff;
  border: none;
  cursor: pointer;
}

.whatsapp-modal-content button:hover {
  background-color: #007a65;
}

.cases__image__container {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*# sourceMappingURL=style.css.map */

@media (max-width: 1200px) {
  .feature-center p {
    font-size: 14px;
    /*padding-left: 60px;*/
  }
  .feature-center h3 {
    font-size: 18px;
    padding: 10px;
  }
}
@media (max-width: 930px) {
  .container-text .container-left p {
    font-size: 16px;
  }
  .container-text {
    top: 35%;
  }
  .container-text .container-left h2 {
    font-size: 22px;
  }
  .container-text .container-right-default h3 {
    font-size: 14px;
  }
  .container-text .container-right-default p {
    font-size: 12px;
  }
  .container-text .container-right-default {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .col-md-2.text-center.right {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .swiper-wrapper {
    display: block;
  }
  #fh5co-header,
  #fh5co-counter,
  .fh5co-bg {
    display: none;
  }
  .col-md-2.text-center.right {
    width: 50%;
  }

  img.logorodape {
    width: 300px;
  }
  #fh5co-project .fh5co-project > a img {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    float: left;
    width: 100%;
  }
  #fh5co-project .fh5co-project > a .fh5co-copy {
    float: right;
    width: 80%;
    padding: 0;
    margin: 0;
  }
  #fh5co-project .fh5co-project > a .fh5co-copy h3 {
    color: #044979 !important;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
  }
  /*#fh5co-project .fh5co-project > a .fh5co-copy p {*/
  /*  color: #044979!important;*/
  /*}*/
  #fh5co-started {
    background-image: none;
    background: rgb(4, 73, 121);
  }
  .fh5co-heading h2 {
    font-size: 24px !important;
  }
  .fh5co-heading {
    margin: 0;
  }
  .feature-center {
    padding: 0;
  }

  .fh5co-nav #fh5co-logo a img {
    max-width: 150px;
  }

  #fh5co-project .fh5co-project > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cases__image__container {
    width: 100%;
  }

  #fh5co-project .fh5co-project > a img {
    max-width: 150px;
  }

  #fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
    display: flex;
  }

  .fh5co-nav ul li a {
    display: block;
  }
}

@media (min-width: 768px) {
  .mapa {
    width: 100%;
    float: none;
    text-align: center;
  }

  .col-md-8.col-md-offset-2.left.fh5co-heading {
    float: none !important;
    width: 100% !important;
    text-align: center;
  }
}
@media (min-width: 680px) {
  .mapa {
    width: 100%;
    float: none;
    text-align: center !important;
  }
  .col-md-8.col-md-offset-2.left.fh5co-heading {
    float: none !important;
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .work-1,
  .work-2,
  .work-3,
  .work-4 {
    background-size: 15%;
  }
  ul.fh5co-social-icons li a {
    line-height: 1em !important;
    margin: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }
  .col-md-2.text-center.right li ul li a {
    font-size: 15px;
  }
  img.logorodape {
    width: 60% !important;
    margin-top: 35px;
  }
  #fh5co-project .fh5co-project > a img {
    margin: 0 auto;
    width: 100%;
    float: none;
  }
  #fh5co-project .fh5co-project > a .fh5co-copy {
    bottom: 0;
    margin-top: 0;
    padding: 20px;
    float: none !important;
    width: 100% !important;
  }
  .img-mobile {
    padding: 32px 15px !important;
  }
  .img-mobile a {
    margin: 10px 0 !important;
    display: inline-block;
  }
  img.logorodape {
    width: 180px;
  }
  .col-md-2.text-center.right {
    width: 50%;
    padding: 0 10% 0 24%;
    text-align: left !important;
  }
  .col-md-2.text-center.right,
  .col-md-2.text-center.right ul,
  .col-md-2.text-center.right ul li,
  .col-md-2.text-center.right li a {
    width: 100%;
    float: none;
    text-align: left;
  }
  ul.fh5co-social-icons li {
    width: 24px !important;
    float: left;
    position: relative;
  }
  .img-mobile p {
    font-size: 16px;
  }
  .img-mobile h2 {
    font-size: 22px;
    margin-top: 35px;
  }
  .mapa {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
  }
  .col-md-8.col-md-offset-2.left.fh5co-heading {
    float: none !important;
    width: 100% !important;
    text-align: center;
  }
  .colum-default-01 {
    text-align: center;
  }
  .colum-default-01 form.formulario {
    width: 90%;
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  ul.dropdown.slider li.contato {
    padding: 5px !important;
  }
  ul.dropdown.slider li.contato a {
    color: #fff !important;
  }
}

.sobre-adjust {
  z-index: 1;
  position: relative;
}

.about-card-ajust .col-md-12 img {
  width: 19%;
}

.about-card-ajust .col-md-12 {
  text-align: right;
  margin-top: -447px;
  padding: 0;
}

.about-card-ajust .row {
  margin: 0;
  width: 100%;
  padding: 0;
}

.about-card-ajust {
  /* margin-bottom: -69%; */
  position: relative;
  z-index: 0;
}

.new__nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clientes__cards__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.clientes__cards__container .clientes {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clientes__cards__container .clientes img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .img-globo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
  }
  .img-globo img {
    max-width: 450px;
  }
  #fh5co-project ul.dropdown.slider li.contato a {
    margin: 0;
  }
  section#banner {
    height: 550px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .fh5co-heading p {
    font-size: 16px;
  }

  h2.clientes {
    font-size: 3rem;
  }

  section#banner {
    display: none;
  }
  
  .clientes__cards__container .clientes {
    width: 44%;
  }
  
  .clientes__cards__container .clientes img {
    max-width: 100%;
    max-height: 80px;
  }
}
