@media only screen and (max-width: 992px) {
  .topo .logo img {
    max-width: 200px !important;
  }
  .topo .menu {
    margin-top: 16px !important;
  }
  .banner .content-banner li figure .button {
    font-size: 12px !important;
    bottom: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  .menu {
    display: none;
  }
  .topo .logo {
    float: none !important;
    text-align: center !important;
  }
  .toogle-menu {
    display: block !important;
  }
  .responsive-menu {
    display: block !important;
  }
  section.banner .content-banner li figure .button {
    font-size: 9px !important;
    bottom: 30px !important;
  }
  section.servicos-home {
    background-size: cover !important;
  }
  section.servicos-home .content-servico p {
    color: white !important;
  }
}
@media only screen and (max-width: 480px) {
  .topbar li {
    display: block !important;
    margin-bottom: 5px;
    margin-left: 0 !important;
  }
  section.banner .content-banner li figure .button {
    font-size: 8px !important;
    bottom: 8px !important;
    padding: 2px 5px !important;
  }
  section.clientes-home li {
    padding: 10px 5px !important;
  }
  section.clientes-home li h4 {
    font-size: 10px !important;
  }
}
.no-margin {
  margin: 0;
}
header.topo {
  padding-bottom: 20px;
}
header.topo .topbar {
  background: #5cafd2;
  padding: 10px;
  margin-bottom: 20px;
  color: white;
}
header.topo .topbar a {
  color: white;
}
header.topo .topbar ul {
  display: inline-block;
}
header.topo .topbar ul li {
  display: inline-block;
  margin-left: 20px;
}
header.topo .topbar ul li:first-child {
  margin-left: 0;
}
header.topo .topbar .midias-sociais {
  float: right;
}
header.topo .topbar .midias-sociais .svg-inline--fa {
  font-size: 18px;
}
header.topo .logo {
  float: left;
}
header.topo .logo img {
  max-width: 100%;
}
header.topo .menu {
  float: right;
  margin-top: 35px;
}
header.topo .menu li {
  display: inline-block;
  margin-right: 20px;
}
header.topo .menu li:last-child {
  margin-right: 0;
}
header.topo .menu li a {
  display: block;
  text-transform: uppercase;
  color: #070d59;
  padding: 0 5px;
  font-weight: bold;
}
header.topo .menu li a::after {
  transition: all .2s;
  margin-top: 2px;
  content: ' ';
  display: block;
  width: 0;
  height: 5px;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6293f9+0,7eddd2+100 */
  background: #6293f9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6293f9 0%, #7eddd2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6293f9 0%, #7eddd2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6293f9 0%, #7eddd2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6293f9', endColorstr='#7eddd2', GradientType=1);
  /* IE6-9 */
}
header.topo .menu li a:hover {
  text-decoration: none;
}
header.topo .menu li a:hover::after {
  width: 100%;
}
header.topo .toogle-menu {
  display: none;
  font-size: 20px;
  color: #5cafd2;
  margin-top: 7px;
  font-size: 30px;
  width: 50px;
  margin: 0 auto;
  margin-top: 20px;
}
header.topo .responsive-menu {
  display: none;
  padding: 20px 0 0;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: .5s;
  background: #fff;
}
header.topo .responsive-menu.active {
  width: 250px;
}
header.topo .responsive-menu li {
  margin-bottom: 20px;
}
header.topo .responsive-menu li:first-child {
  text-align: right;
  font-size: 25px;
  padding-right: 20px;
}
header.topo .responsive-menu li a {
  display: block;
  padding: 5px 10px;
  color: #5cafd2;
  text-transform: uppercase;
}
section {
  padding: 50px 0;
}
section .title {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #070d59;
}
section.breadcrumb {
  background-color: #5cafd24d;
  text-transform: uppercase;
  padding: 30px 0;
  margin-bottom: 0;
  border-radius: 0;
}
section.breadcrumb h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}
section.breadcrumb p {
  margin-bottom: 0;
}
section.breadcrumb p a {
  color: #070d59;
}
section.breadcrumb p a:hover {
  color: #070d59;
  text-decoration: underline;
}
section.breadcrumb p span {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}
section.banner {
  padding: 0;
}
section.banner .content-banner {
  margin-bottom: 0;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
section.banner .content-banner .slick-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateY(-50%);
}
section.banner .content-banner .slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
section.banner .content-banner .slick-dots li.slick-active button {
  border: 2px solid #2c2e71;
  background: transparent;
}
section.banner .content-banner .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  border: none;
  padding: 5px;
  background: #2c2e71;
}
section.banner .content-banner figure {
  position: relative;
}
section.banner .content-banner figure img {
  max-width: 100%;
}
section.banner .content-banner figure .button {
  position: absolute;
  text-transform: uppercase;
  color: white;
  display: block;
  z-index: 30;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  text-shadow: -0.5px -0.5px #000;
  padding: 5px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#708bb4+0,506997+100 */
  background: #708bb4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #708bb4 0%, #506997 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #708bb4 0%, #506997 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #708bb4 0%, #506997 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#708bb4', endColorstr='#506997', GradientType=0);
  /* IE6-9 */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  border-color: #455e8d;
}
section.banner .content-banner figure .button:hover {
  text-decoration: none;
}
section.sobre-home {
  padding: 100px 0;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.sobre-home h1 {
  text-transform: uppercase;
  margin: 0 0 75px 0;
  font-weight: bold;
  font-size: 40px;
}
section.sobre-home p {
  font-size: 15px;
  line-height: 24px;
}
section.servicos-home {
  background: #f1f1f1;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  color: #070d59;
}
section.servicos-home .title {
  margin-top: 0;
  margin-bottom: 50px;
}
section.servicos-home ul {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d7db0+0,495a88+100 */
  background: #5d7db0;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #5d7db0 0%, #495a88 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #5d7db0 0%, #495a88 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #5d7db0 0%, #495a88 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d7db0', endColorstr='#495a88', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 5px;
  padding: 20px;
  box-shadow: -20px 0px 19px 2px rgba(0, 0, 0, 0.5);
}
section.servicos-home ul::after {
  content: ' ';
  display: block;
  clear: both;
}
section.servicos-home ul li {
  display: block;
  width: 50%;
  float: left;
  border-bottom: 3px dashed white;
  min-height: 110px;
}
section.servicos-home ul li:nth-child(odd) {
  border-right: 2px dashed white;
}
section.servicos-home ul li:nth-child(even) {
  border-left: 2px dashed white;
}
section.servicos-home ul li.double-col {
  width: 100%;
  border-right: none;
}
section.servicos-home ul li a {
  color: white;
  display: block;
  text-align: center;
  padding: 30px 0;
  height: 100%;
}
section.servicos-home p {
  color: #000758;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: justify;
}
section.servicos-home .button {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  text-shadow: -0.5px -0.5px #000;
  padding: 5px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#708bb4+0,506997+100 */
  background: #708bb4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #708bb4 0%, #506997 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #708bb4 0%, #506997 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #708bb4 0%, #506997 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#708bb4', endColorstr='#506997', GradientType=0);
  /* IE6-9 */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  border-color: #455e8d;
}
section.servicos-home .button:hover {
  text-decoration: none;
}
section.servicos-home .content-servico {
  display: none;
}
section.servicos-home .content-servico.active {
  display: block;
}
section.clientes-home {
  background-color: #deecfc;
  padding: 50px;
}
section.clientes-home .title {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 50px;
}
section.clientes-home .slick-arrow {
  font-family: FontAwesome, sans-serif;
  position: absolute;
  top: 50%;
  z-index: 99;
  font-size: 60px;
  background: none;
  border: none;
  padding: none;
  color: #3f4140;
}
section.clientes-home .slick-prev {
  left: 0;
  transform: translate(-120%, -50%);
}
section.clientes-home .slick-prev::before {
  content: '\f104';
}
section.clientes-home .slick-next {
  left: 100%;
  transform: translate(20%, -50%);
}
section.clientes-home .slick-next::before {
  content: '\f105';
}
section.clientes-home .content-clientes {
  margin: 0;
}
section.clientes-home .content-clientes li {
  background: white;
  margin-left: 20px;
  padding: 20px 15px;
  transform: scale(0.9);
}
section.clientes-home .content-clientes li.slick-center {
  transform: scale(1);
}
section.clientes-home .content-clientes li.slick-center figure img {
  filter: blur(0);
}
section.clientes-home .content-clientes li figure {
  background: #eee;
  border-top: 2px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
}
section.clientes-home .content-clientes li figure img {
  max-width: 100%;
  filter: blur(2px);
}
section.clientes-home .content-clientes li h4 {
  margin: 30px 0 0 0;
  font-size: 19px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
section.clientes-home .content-clientes li h4::after {
  content: ' ';
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  margin-top: 10px;
}
section.maps {
  padding: 0;
}
section.maps #g-map {
  max-width: 100%;
  height: 600px;
}
section.contato .title {
  margin-top: 0;
  margin-bottom: 50px;
}
section.contato .contatos li {
  margin-bottom: 20px;
  color: #666;
}
section.contato .contatos li::after {
  content: ' ';
  display: block;
  clear: both;
}
section.contato .contatos li .svg-inline--fa {
  float: left;
  font-size: 30px;
  margin-top: 3px;
  color: #298ddc;
}
section.contato .contatos li p {
  margin-bottom: 0;
  font-size: 18px;
  padding-left: 50px;
}
section.contato .contatos li p a {
  color: #666;
}
section.contato form::after {
  content: ' ';
  display: block;
  clear: both;
}
section.contato form label span {
  color: red;
}
section.contato form input,
section.contato form textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
section.contato form .alert {
  color: red;
  float: left;
  margin: 0;
  padding: 0;
}
section.contato form button {
  float: right;
  border: 1px solid #4e9ad8;
  background: #6ab6e0;
  padding: 5px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
}
section.contato form button:hover {
  background: #529ec8;
}
section.clientes figure {
  margin-bottom: 20px;
}
section.clientes figure img {
  max-width: 100%;
}
section.clientes p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #070d59;
  line-height: 31px;
}
section.clientes .title {
  margin-top: 0;
  margin-bottom: 50px;
  text-align: left;
}
section.clientes .title::after {
  content: ' ';
  display: block;
  width: 50px;
  height: 5px;
  background: #070d59;
  margin-top: 10px;
}
section.servicos figure img {
  max-width: 100%;
}
section.servicos p {
  color: #070d59;
  font-size: 17px;
}
section.servicos h2 {
  margin-top: 0;
  text-align: center;
}
section.servicos .subtitle {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  color: #070d59;
  text-transform: uppercase;
  font-weight: bold;
}
section.servicos h4 {
  color: #070d59;
}
section.servicos .space-divs {
  height: 3px;
  background: #5cafd24d;
  margin: 50px auto;
  width: 95%;
  position: relative;
}
section.servicos .space-divs::after {
  content: ' ';
  display: block;
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #5cafd2;
}
section.servicos .button {
  margin-top: 50px;
  text-align: center;
}
section.servicos .button a {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  text-shadow: -0.5px -0.5px #000;
  padding: 5px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#708bb4+0,506997+100 */
  background: #708bb4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #708bb4 0%, #506997 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #708bb4 0%, #506997 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #708bb4 0%, #506997 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#708bb4', endColorstr='#506997', GradientType=0);
  /* IE6-9 */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  border-color: #455e8d;
  display: inline-block;
}
section.servicos .button a:hover {
  text-decoration: none;
}
section.dicas .item {
  margin-bottom: 50px;
  position: relative;
}
section.dicas h2 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
section.dicas figure {
  max-height: 180px;
  overflow: hidden;
}
section.dicas figure img {
  max-width: 100%;
}
section.dicas .grid {
  margin: 0 20px;
  border: 1px solid #5cafd2;
  padding: 20px;
  text-align: center;
  position: relative;
  top: -20px;
  background: white;
  z-index: 99;
}
section.dicas .grid p {
  font-weight: 500;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px;
  color: #73787D;
}
section.dicas .grid .button {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 15px;
  color: white;
  background: #5cafd2;
}
section.dicas .grid .button:hover {
  text-decoration: none;
}
section.dicas .paginacao {
  text-align: center;
}
section.dicas .paginacao ul {
  margin: 0;
  display: inline-block;
}
section.dicas .paginacao ul li {
  border: 1px solid #5cafd2;
  overflow: hidden;
  display: inline-block;
}
section.dicas .paginacao ul li:first-child {
  border-right: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
section.dicas .paginacao ul li:last-child {
  border-left: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
section.dicas .paginacao ul li a {
  display: block;
  padding: 10px 20px;
}
section.dicas .paginacao ul li a.active {
  color: white;
  background: #5cafd2;
}
section.dicas .paginacao ul li a:hover {
  color: white;
  background: #5cafd2;
  text-decoration: none;
}
section.banner-dica {
  height: 400px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section.banner-dica .title {
  color: #5cafd2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0px 11px #000;
  margin: 0;
}
section.produtos .item {
  text-align: center;
  min-height: 600px;
  position: relative;
}
section.produtos .item figure {
  text-align: center;
}
section.produtos .item figure img {
  max-width: 100%;
}
section.produtos .item h2 {
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}
section.produtos .item .button {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: #5cafd2;
  padding: 7px 20px;
  border-radius: 15px;
  color: white;
  text-transform: uppercase;
  width: 100%;
}
section.produtos .item .button:hover {
  text-decoration: none;
  background-color: #3e91b4;
}
section.produtos .item p {
  text-align: justify;
  text-indent: 20px;
  line-height: 23px;
  margin: 0;
}
section.nossos-trabalhos .item-trabalho {
  border: 5px solid #ccc;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  max-height: 200px;
  overflow: hidden;
}
section.nossos-trabalhos .item-trabalho:hover .zoom-in {
  display: block;
}
section.nossos-trabalhos .item-trabalho img {
  max-width: 100%;
}
section.nossos-trabalhos .item-trabalho .zoom-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 50px;
  display: none;
}
section.nossos-trabalhos .item-trabalho .zoom-in .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.diferenciais .title {
  margin-bottom: 50px;
}
section.diferenciais .item-diferencial {
  text-align: center;
  padding: 50px 20px 50px;
  margin-bottom: 5px;
  min-height: 250px;
  border-radius: 5px;
  cursor: pointer;
}
section.diferenciais .item-diferencial:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  background: #5cafd2;
  color: white;
}
section.diferenciais .item-diferencial:hover .icon {
  color: white;
}
section.diferenciais .item-diferencial h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
}
section.diferenciais .item-diferencial .icon {
  font-size: 60px;
  color: #5cafd2;
}
footer {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  color: white;
}
footer h5 {
  margin-top: 0;
  margin-bottom: 20px;
}
footer h5::after {
  content: ' ';
  display: block;
  margin-top: 5px;
  height: 1px;
  width: 25px;
  background: white;
}
footer ul li {
  margin-bottom: 10px;
}
footer a {
  color: white;
}
footer a:hover {
  text-decoration: none;
  color: #f1f1f1;
}
footer .copright {
  margin-top: 20px;
  text-align: center;
  color: white;
  padding: 10px 0;
  background: #1c4e8c;
}
