* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  max-width: 100%;
  overflow-x: hidden;
}

a,
a:hover {
  color: #cccc;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h3 {
  font-size: 18px;
}

.conheca {
  font-size: 42px;
  line-height: 1.42857143;
  padding: 0;
  margin: 0 0 40px;
  font-weight: 600;
  color: #000;
  margin-top: -90px;
  margin-bottom: 28px;
}

h4 {
  font-size: 14px;
}

h5,
h6 {
  font-size: 12px;
}

.conteudoInterno,
p {
  font-size: 17px;
  color: #000;
}

.work .work-one {
  border: 2px solid #e5e9ee;
  border-top: none;
  text-align: left;
  padding-left: 13px;
  background: #f5f5f5;
}

/****************************************************************************
HEADER
****************************************************************************/

.areadeatuacao {
  margin-bottom: 0em;
  margin-top: 0px;
  font-size: 36px;
  line-height: 1.42857143;
  color: #000;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nossosprojetos {
  margin-bottom: 1em;
  margin-top: 0px;
  font-size: 36px;
  line-height: 1.42857143;
  color: #000;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-collapse {
  max-height: 360px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  margin-left: -60px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

header ul {
  margin: 0;
  padding: 0;
}

.header-one {
  background-color: #dcdcdc;
  padding: 0px 2px 2px 2px;
  border-width: 2px;
  border-bottom: 1px solid #171c5e;
}

.header-two {
  /*background: #006376;*/
  background: #65c368;
  min-height: 70px;
  padding: 0px 0px 10px 0px;
  border-width: 2px;
}

.social-icon {
  margin: 10px 0;
  display: inline-block;
  float: left;
}

.social-icon li {
  display: inline-block;
}

.social-icon li a {
  background: url("../img/icons-site.png") left -366px no-repeat;
  text-indent: -10000px;
  transition: all 400ms ease-in-out 0s;
  height: 28px;
  width: 28px;
  display: block;
}

.social-icon li a:hover {
  background-position: left -405px;
}

.social-icon #instagram a {
  background-position: left -444px;
}

.social-icon #instagram a:hover {
  background-position: left -482px;
}

.social-icon #youtube a {
  background-position: left -522px;
}

.social-icon #youtube a:hover {
  background-position: left -563px;
}

.social-icon #linkedin a {
  background-position: left -602px;
}

.social-icon #linkedin a:hover {
  background-position: left -643px;
}

.language-section {
  display: inline-block;
  position: relative;
  z-index: 999;
  background: url("../img/arrow-down.png") no-repeat right 10px;
  cursor: pointer;
}

.language-section ul {
  width: 110px;
  display: none;
  position: absolute;
  top: 35px;
  left: -8px;
  background: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
}

.language-section ul li {
  line-height: 30px;
}

.language-section a,
.registration .register,
.registration li {
  color: #006376;
  padding-right: 10px;
  font-size: 13px;
}

.language-section .escolha-idioma a {
  font-size: 12px;
}

.language-section .escolha-idioma {
  text-align: left;
}

#google_translate_element,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
}

.google-tradutor img {
  margin-right: 5px;
}

.registration {
  display: inline-block;
  float: right;
  margin: 14px 0;
}

.registration.google-tradutor {
  line-height: 0;
  padding: 8px 5px;
  margin: 14px 15px 14px 0;
}

.registration.menuTopo {
  border-left: 1px solid #006376;
}

.registration .register,
.registration li {
  padding-right: 0;
  display: inline-block;
  text-decoration: none;
}

.registration .register a,
.registration li a {
  text-decoration: none;
  color: #006376;
  padding: 15px 10px;
}

.menuTopo li {
  position: relative;
}

.menuTopo li:hover a {
  background: #f2f2f2;
}

.menuTopo li:hover ul {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.menuTopo li ul {
  position: absolute;
  top: 32px;
  display: none;
  background: #f2f2f2;
  width: 190px;
  z-index: 800;
}

.menuTopo li ul li {
  display: block;
}

.menuTopo li ul li a {
  padding: 8px;
  display: block;
  border-bottom: 1px solid #ddd;
}

.menuTopo li ul li a:hover {
  background: #fefefe;
}

.logo {
  margin-left: 0px;
  display: inline-block;
  margin-top: 0.195em;
  float: left;
}

.logo a {
  /*background: url("../imgcss/logo.jpg") no-repeat;*/
  /*background: url("../imgcss/logo-leonardi.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  display: block;
  margin-top: 20px;
}

.botao-menu {
  display: none;
}

.nav {
  margin-left: 25px;
  display: inline-block;
  float: right;
  margin-top: 3.415em;
}

.nav ul > li {
  display: inline-block;
  padding: 25px 0px 24px;
}

.nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 25px 12px;
  text-transform: uppercase;
}

.nav ul li a:hover,
.active:hover a {
  color: #006376;
}

.drop-down {
  position: relative;
}

.active:hover {
  background: #ffffff;
}

.drop-down .pop-up {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  width: 176px;
  position: absolute;
  z-index: 999;
  background: #ffffff;
  top: 72px;
  display: none;
}

.drop-down .pop-up li {
  padding: 0px;
  display: block;
  position: relative;
  /*  background: url("images/hover-arrow.png") no-repeat; */
}

.drop-down .pop-up li a {
  font-size: 14px;
  color: #006376;
  padding: 12px 0 13px 0;
  padding-left: 18px;
  border-bottom: 1px solid #dce7ee;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.drop-down .pop-up li a:hover {
  background: #006376 url("images/hover-arrow.png") 15px center no-repeat;
  color: #ffffff;
  padding-left: 25px;
}

.drop-down .pop-up.pop-up-2 {
  display: none;
  left: 176px;
  top: 0;
}

.drop-down .pop-up.pop-up-2 a {
  font-size: 13px;
  padding-top: 13px;
}

.drop-down:hover ul {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.drop-down:hover ul li:hover ul {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Menu sistemas */

.menu-sistemas {
  display: none;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 122px;
  background: #fff;
  -moz-box-shadow: inset 0 0 8px #e1e1e1;
  -webkit-box-shadow: inset 0 0 8px #e1e1e1;
  box-shadow: inset 0 0 8px #e1e1e1;
}

.nav ul > li .menu-sistemas li,
.nav ul > li .menu-sistemas a {
  display: block;
  padding: 0;
  text-transform: none;
  font-size: 14px;
  padding-top: 2px;
}

.nav ul > li .menu-sistemas h3 a {
  font-size: 15px;
  color: #000;
}

.nav ul li .menu-sistemas a {
  color: #006376;
}

.menu-sistemas .bloco-menu {
  margin-top: 30px;
  min-height: 125px;
}

.menu-sistemas .bloco-menu ul {
  padding: 10px;
}

.menu-sistemas .col-lg-3,
.menu-sistemas .col-sm-3,
.menu-sistemas .col-md-3 {
  width: 22%;
}

.menu-sistemas .sub-complemento {
  display: none;
  width: 250px;
  padding: 0 !important;
}

.nav ul > li .menu-sistemas .sub-complemento a {
  font-size: 13px;
}

.drop-down .sistemas-menu {
  width: 219px;
}

.drop-down .sistemas-menu.pop-up-2 {
  left: 219px;
}

.sistemas-menu .sub-complemento {
  display: none;
}

.nav ul > li .sistemas-menu .sub-complemento a {
  font-size: 12px;
}

/* FIM MENU */

.responsive-nav {
  text-align: left;
  display: none;
}

.responsive-nav > ul > li {
  position: relative;
  padding-left: 18px;
  background: #5db4ec url("img/responsive-errow.png") 96% center no-repeat;
}

.responsive-nav li ul {
  background: #5db4ec;
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0px;
  display: none;
}

.responsive-nav li ul li {
  padding-left: 18px;
}

.responsive-nav ul li a {
  display: block;
  font: 700 14px "Lato", sans-serif;
  color: #ffffff;
  padding: 15px 0px;
}

.header-two .glass {
  display: inline-block;
  float: right;
  padding: 29px 0;
  position: relative;
  width: 35px;
  z-index: 1000;
}

.glass .inputSearch {
  display: none;
}

.glass .inputSearch {
  padding: 8px 12px;
  position: absolute;
  right: 5px;
  top: 55px;
  z-index: 99;
  font-size: 12px;
  color: #666666;
}

.glass .enviarSearch {
  background: url("../img/icons-site.png") 0 -292px no-repeat;
  border: none;
  cursor: pointer;
  position: absolute;
  text-indent: -10000px;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************************************************
SLIDER
****************************************************************************/

.slide-full {
  height: auto !important;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  /*max-height: 420px;*/
  margin-bottom: 0px;
}

.slide-full ul {
  margin: 0px;
  padding: 0px;
}

.slide-full ul li {
  display: block;
  text-align: center;
  width: 100%;
}

.slide-full li img {
  text-align: center;
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.descricaoSlide {
  background: url("../img/bg-slide.png");
  padding: 5px 0;
  bottom: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 999;
}

.descricaoSlide p {
  font-size: 17px;
  color: #ffffff;
  margin: 5px 0 0;
}

.conteudoSlide {
  width: 100%;
}

.navegacao-item,
#navSlide1 {
  position: absolute;
  z-index: 99;
  cursor: pointer;
  right: 0;
  left: 0;
}

#navSlide1 {
  top: 42%;
  display: none;
}

.slide-full:hover #navSlide1 {
  display: block;
}

#navSlide1 a,
.offer #tabs .slider-arrow a {
  background: url("../img/icons-site.png") 0 -3px no-repeat;
  width: 40px;
  height: 40px;
  float: left;
  text-indent: -10000px;
}

#navSlide1 .next1,
.offer #tabs .slider-arrow .next {
  background-position: 0 -48px;
  float: right;
}

.navegacao-item {
  bottom: 12px;
  display: none;
}

#navegacaoPager1 {
  float: right;
}

#navegacaoPager1 span {
  background: url("../img/icons-site.png") 0 -95px no-repeat;
  float: left;
  width: 35px;
  height: 30px;
  text-indent: -10000px;
  margin: 0 5px;
}

#navegacaoPager1 span:hover,
#navegacaoPager1 .cycle-pager-active {
  background-position: 0 -133px;
}

.cycle-slide {
  z-index: 1 !important;
}

.conteudoSlide h2 {
  color: #ffffff;
}

/********* ***************************************************************
SERVICES
****************************************************************************/

.middle-section {
  margin-bottom: 40px;
}

.heading h2 {
  font-size: 14px;
  /*background-color: #ffa200; */
  background-color: #47568d;
  padding: 8px;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.heading h2 a {
  color: #ffffff;
  display: block;
}

.tabs-tab {
  font-size: 13px;
  color: #666666;
  position: relative;
}

.offer #tabs {
  border: 1px solid #cccccc;
  text-align: center;
  position: relative;
}

.offer #tabs p {
  padding: 0px 22px;
}

.offer #tabs ul {
  margin-left: 3px;
  margin-bottom: 30px;
}

.offer #tabs .slider-arrow .prev,
.offer #tabs .slider-arrow .next {
  cursor: pointer;
  position: absolute;
  top: 140px;
  z-index: 100;
}

.offer #tabs .slider-arrow .prev {
  left: 5px;
}

.offer #tabs .slider-arrow .next {
  right: 5px;
}

.offer #tabs .slide-mini img {
  display: inline !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #cccccc;
  max-height: 160px;
}

.offer #tabs .slide-mini {
  left: 0px;
  right: 0;
  margin: 0 auto 12px;
  width: 75%;
}

.offer #tabs ul li {
  display: inline-block;
  margin-left: -4px;
  margin-top: 10px;
}

.offer #tabs ul li a {
  padding: 10px 35px 10px 35px;
  color: #006376;
  font-weight: 600;
  background: #ededed;
  border: 1px solid #cccccc;
  border-right: none !important;
}

.offer #tabs ul .ui-state-active a {
  background: none;
  border-bottom: none;
  outline: none;
}

.offer #tabs ul li .last-tab {
  border-right: 1px solid #cccccc !important;
}

.offer h5 {
  font-size: 16px;
  font-weight: 600;
  color: #b2bec9;
  display: inline-block;
}

.services h3 {
  font-size: 16px;
  color: #006376;
  padding: 14px 0 14px 12px;
  background: url("../img/icons-site (1).png") 96% -164px no-repeat;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
  cursor: pointer;
  outline: none;
}

.services .active-h3 {
  color: #ffffff;
  margin-bottom: 0px;
  background: #006376 url("../img/icons-site (1).png") 96% -192px no-repeat;
  outline: none;
}

.services .small-line {
  display: inline-block;
  width: 303px;
}

.services .product-detail {
  margin-bottom: 6px;
  border: 1px solid #006376;
  border-top: none !important;
  float: right;
  margin-right: 1px;
  padding: 4px 0;
}

.services .product-detail img {
  float: left;
  margin: 5px 10px 5px 5px;
  border: 1px solid #cccccc;
  width: 135px;
}

.services .product-detail p {
  padding: 13px;
  font-size: 13px;
}

.services .product-detail p a {
  color: #e74d2e;
}

.services .product-detail p a:hover {
  text-decoration: none;
}

.services .nossos-sistemas .product-detail {
  display: none;
}

.services .nossos-sistemas.sistema1 .product-detail {
  display: block;
}

.nossos-sistemas {
  clear: both;
}

/****************************************************************************
RECENT-BLOG
****************************************************************************/

.heading.titulo-noticia {
  float: left;
  width: 95%;
}

.ver-mais {
  border-left: 4px solid #ffffff;
  float: right;
  text-align: center;
  width: 5%;
}

.ver-mais a {
  /*background-color: #ffa200; */
  background-color: #47568d;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 10px;
}

.ver-mais .fa.fa-plus {
  font-size: 14px;
}

.heading h5 {
  clear: both;
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #b2bec9;
  padding-right: 15px;
}

.recent-blog .blog-image {
  width: 78%;
  float: left;
}

.recent-blog .big-image h4 {
  font-size: 16px;
  color: #006376;
  padding: 14px 0;
}

.recent-blog .big-image p a {
  color: #e74d2e;
}

.recent-blog .main-blog .image-blog h4 {
  font-size: 16px;
  color: #006376;
  padding: 14px 0;
}

.recent-blog .main-blog .image-blog p a {
  color: #e74d2e;
}

.main-blog li {
  display: block;
  margin-bottom: 30px;
}

.image-blog .post-meta {
  margin-top: 20px;
}

.image-blog .post-meta .date,
.image-blog .post-meta .comment {
  font-size: 13px;
  color: #fff;
  padding: 8px 10px;
  padding-left: 30px;
  display: inline-block;
  background: url("../img/icons-site.png") no-repeat 5px -232px #006376;
}

.image-blog .post-meta .date {
  margin-right: 5px;
  text-transform: uppercase;
}

.image-blog .post-meta .comment {
  background: url("../img/icons-site.png") no-repeat 4px -265px #004a5b;
}

.imagem-big-noticia {
  height: 220px;
  overflow: hidden;
}

.imagem-big-noticia-menor {
  height: 140px;
  overflow: hidden;
}

.icons {
  margin-right: 6px;
}

.icons .date {
  width: 78px;
  background: #006376;
  margin-bottom: 5px;
}

.icons .date h3 {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 16px;
  background: url("../img/icons-site-maior.png") no-repeat center 7px;
}

.icons .date a {
  color: #ffffff;
  /* padding: 17px 26px 32px 26px; */
  display: block;
  margin-top: -2px;
  text-transform: uppercase;
}

.icons .comments {
  width: 78px;
  background: #004a5b;
  margin-bottom: 109px;
}

.icons .comments h3 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 21px;
  padding-bottom: 29px;
  background: url("../img/icons-site-maior.png") no-repeat 8px -57px;
}

.icons .comments a {
  color: #00495a;
  padding: 21px 20px;
}

.icons {
  float: left;
}

.comments,
.image-blog .post-meta .comment {
  display: none;
}

/****************************************************************************
LATEST WORK
****************************************************************************/

.work {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.work .first a img {
  border-bottom: 4px solid #5db4ec;
}

.work a img {
  margin-bottom: -4px;
}

.work p {
  padding: 0;
}

.work h4 {
  font-size: 13px;
  padding: 11px 0;
}

.work h4 a {
  color: #000000;
}

.work .work-overlay,
.img-overlay {
  position: absolute;
  top: 245px;
  width: 100%;
  left: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.work:hover .work-overlay {
  top: 85px;
}

.work:hover .img-overlay {
  top: 0px;
}

.work:hover .work-main {
  opacity: 0;
}

.work .work-one h5 {
  font-size: 12px;
  float: none;
}

.work .work-one {
  border: 2px solid #e5e9ee;
  border-top: none;
  text-align: left;
  padding-left: 13px;
  background: #f5f5f5;
}

.work .work-one h5 {
  color: #006376;
  padding-bottom: 7px;
  font-weight: normal;
}

.work img {
  position: relative;
}

.img-overlay {
  background: rgba(107, 123, 158, 0.8);
  width: 100%;
  height: 85px;
  display: block;
  top: -85px;
}

.img-overlay .zoom {
  background: url("../img/zoom.png") no-repeat center center;
  width: 100%;
  height: 68px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

/****************************************************************************
FOOTER
****************************************************************************/

.footer-top {
  background: #dcdcdc;
  /*border-top: 4px solid #FFA200;*/
  border-top: 4px solid #171c5e;
}

footer {
  /*background: #006376;*/
  background: #47568d;
}

.footer-top .widget h3,
.footer-top h2 {
  font-size: 16px;
  font-weight: 700;
  color: #404244;
  padding-top: 38px;
  padding-bottom: 25px;
}

.widget p,
.contato-interna p {
  color: #343d45;
  font-size: 13px;
}

.footer-top .contact-us .email-section {
  padding: 9px 0;
}

.footer-top .contact-us .address,
.footer-top .contact-us .email,
.contato-interna .email,
.footer-top .contact-us .phone,
.contato-interna .phone {
  padding: 6px 0px;
  padding-left: 36px;
  color: #7c7c7c;
  font-size: 13px;
}

.footer-top .contact-us a {
  color: #343d45 !important;
  padding: 6px 0px;
}

.footer-top .contact-us .fa,
.contato-interna .fa {
  font-size: 20px;
  float: left;
  color: #000000;
  height: 70px;
  padding-right: 8px;
}

.footer-top .contact-us .fa.fa-envelope,
.contato-interna .fa.fa-envelope {
  font-size: 15px;
  height: 30px;
}

.footer-top .contact-us .fa.fa-phone,
.contato-interna .fa.fa-phone {
  height: 50px;
}

.footer-top .latest-tweets p {
  color: #343d45;
  line-height: 19px;
  padding: 4px 0 18px 0;
}

.footer-top .latest-tweets .time {
  color: #b6b6b6;
}

.footer-top .latest-tweets h3 {
  font-size: 16px;
  font-weight: 700;
  color: #404244;
  padding-top: 38px;
  padding-bottom: 25px;
}

.footer-top .user-one span,
.user-one .time a {
  color: #ffa200 !important;
  font-weight: bold;
  padding-left: 0 !important;
}

.footer-top .stay-in-touch input[type="text"] {
  border: 1px solid #2c343b;
  border-radius: 4px;
  padding: 11px 0;
  outline: none;
  background: #343d45;
  color: #cccccc;
  width: 188px;
  font-size: 13px;
  margin-bottom: 8px;
  padding-left: 12px;
}

.footer-top .stay-in-touch .enviar {
  margin-bottom: 10px;
  background: #006376;
  color: #cccccc;
  padding: 9px 30px;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid #006376;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-top .banners-rodape li {
  background-color: #ffffff;
  display: inline-block;
  margin: 15px 2px;
  padding: 2px 2px 0;
}

.footer-top .stay-in-touch p {
  color: #343d45;
  margin: 0;
  font-size: 11px;
  padding: 0;
}

.footer-top .instagram-photo a img {
  padding-right: 4px;
  margin-bottom: 2px;
}

.footer-top .instagram-photo.widget {
  margin-right: 0;
  text-align: center;
}

.footer-top .instagram-photo.widget h2 {
  padding-bottom: 0;
  padding-top: 35px;
}

.footer-top .instagram-photo h2 a {
  background: center 0 url("../img/instagram-titulo.jpg") no-repeat;
  text-indent: -10000px;
  display: block;
  width: 100%;
  height: 60px;
}

footer .paragraph,
footer .mwway p {
  color: #ffffff;
  font-size: 14px;
  padding: 18px 0px;
  margin: 0;
  display: inline-block;
}

.copyrights,
footer .mwway {
  display: inline-block;
  float: left;
}

footer .mwway {
  float: right;
}

footer .mwway a {
  font-weight: bold;
}

footer a {
  color: #ffffff !important;
}

footer a:hover {
  color: #addefe !important;
}

/****************************************************************************
CONTEUDO INTERNO
****************************************************************************/

.breadcrumb .linkHome,
.breadcrumb .nomePagina,
.breadcrumb div {
  float: left;
}

.breadcrumb {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
  padding: 15px 0;
  background: none;
  border-radius: 0;
}

.breadcrumb div {
  margin: 0 5px;
}

.breadcrumb a {
  color: #666666;
}

.breadcrumb .nomePagina {
  color: #006376;
}

.conteudoPagina {
  border-right: 1px solid #f0f0f0;
  padding-right: 10px;
  float: left;
  width: 77%;
}

.lateral-direita {
  float: right;
  width: 22%;
}

.trabalhe-conosco .fa {
  float: right;
  font-size: 14px;
  padding: 3px 0;
}

.conteudoInterno h1 {
  color: #006376;
  margin-bottom: 10px;
}

.conteudo {
  clear: both;
}

.mapa-localizacao iframe {
  border: 1px solid #dcdcdc !important;
}

address {
  margin-bottom: 10px;
}

.conteudoPagina .galeriaPagina {
  margin: 0;
}

.conteudoPagina .galeriaPagina li {
  background: #f5f5f5;
  border: 2px solid #e5e9ee;
  display: inline-block;
  margin: 5px 8px 5px 0;
  padding: 5px;
}

.conteudoInterno .obrasRealizadas {
  padding-top: 10px;
}

.obrasRealizadas {
  clear: both;
}

.conteudoPagina p {
  padding: 5px 0 0;
}

.lateral-direita .contato-interna p {
  color: #666666 !important;
}

.conteudoPagina h2 {
  color: #000;
  font-size: 15px;
  margin: 10px 0;
}

.negrito {
  color: #006376;
  font-weight: 600;
}

.pag-ideologia img {
  height: 50px !important;
  margin: 0 10px 20px 0;
  width: 50px !important;
}

.pag-ideologia p {
  padding: 5px 0 0;
}

.bloco-basico {
  clear: both;
}

.lista-basica li {
  list-style: disc outside none;
  margin: 15px 12px;
}

.lista-basica .negrito {
  display: block;
  padding-bottom: 5px;
}

.clear {
  clear: both;
}

.pag-difer {
  border: 1px solid #fff;
  margin: 18px 8px 18px 0;
  padding: 0 8px;
}

.pag-difer:hover {
  background-color: #f5f5f5;
  border: 1px solid #eee;
}

.pag-difer img {
  background: #f5f5f5;
  border: 1px solid #e5e9ee;
  margin: 0 12px 10px 0;
  padding: 3px;
}

.pag-difer li {
  list-style: none;
}

/* CSS Obras */

.imagem-obra {
  padding: 0;
}

.imagem-obra img {
  background: #dcdcdc;
  padding: 4px;
}

.cat-obra {
  font-weight: 600;
  color: #006376;
  display: block;
}

.conteudoPagina .info-obra p {
  padding: 0;
  margin-bottom: 30px;
}

.info-obra {
  padding: 0;
}

.info-obra img {
  padding: 5px 10px;
}

.galeria-obra {
  margin-top: 10px;
}

.conteudoPagina .lista-obras li {
  list-style: none;
  margin-bottom: 20px;
  padding: 0 15px;
}

.lista-obras h2 a {
  color: #006376;
  font-size: 13px;
}

.lista-obras li:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.lista-obras li:hover .fa {
  display: block;
  z-index: 100;
}

.lista-obras li:hover span {
  background: #fff;
}

.lista-obras .obra {
  position: relative;
}

.conteudoPagina .info-obra .no-margin {
  margin-bottom: 15px;
}

.obra .fa {
  display: block;
  font-size: 37px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 52px;
  color: #014551;
  display: none;
}

.obra span {
  background: #f5f5f5;
  border: 2px solid #e5e9ee;
  display: block;
  padding-left: 13px;
}

.voltar {
  clear: both;
  padding: 20px 0;
}

.voltar a {
  color: #006376;
}

.conteudoPagina ul {
  margin-left: 15px;
}

.conteudoPagina ul li {
  padding: 2px 0;
}

.formularioContato label {
  display: block;
  margin: 5px 0;
  font-weight: normal;
}

.formularioContato input,
.formularioContato select,
.formularioContato textarea {
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #666666;
  width: 314px;
  margin-bottom: 10px;
  font-size: 12px;
}

.formularioContato select {
  width: 314px;
}

.formularioContato textarea {
  width: 94%;
  height: 100px;
}

.formularioContato #ddd,
.formularioContato #uf {
  width: 40px;
  text-align: center;
}

.formularioContato legend {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.formularioContato #telefone,
.formularioContato #cidade {
  width: 272px;
}

.formularioContato .enviarContato {
  clear: both;
  display: block;
  font-weight: bold;
  width: 100px;
  cursor: pointer;
}

span.error {
  color: #fff;
  clear: both;
  width: 200px;
  padding: 5px;
  display: block;
  position: relative;
  border-radius: 3px;
  font: bold 10px "Arial";
  background-color: #dd3033;
}

span.error:before {
  content: "";
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: -16px;
  left: 10px;
  border-color: transparent transparent #dd3033 transparent;
}

.campo-comercial {
  display: none;
}

.formularioContato .bloco-form {
  padding-left: 0;
  margin-bottom: 5px;
}

.form-setores #anexos {
  width: 94%;
}

.boxMensagem {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #eee;
  margin: 10px 0;
  padding: 10px;
}

.boxMensagem h3 {
  color: #006376;
  font-size: 15px;
}

/*Filter Obras*/

.filter-obras .filter {
  background: #006376;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  padding: 8px;
  margin-bottom: 5px;
  cursor: pointer;
}

.filter-obras .filter.active {
  background: #ffa200;
}

#resul-filter {
  clear: both;
  margin: 0;
}

.abas-obras {
  margin-bottom: 20px;
}

#resul-filter .mix {
  display: none;
}

/* Downloads */

.link-download {
  display: block;
  float: left;
}

.conteudoPagina .lista-artigosTec {
  margin: 0;
}

.conteudoPagina .lista-artigosTec li {
  display: block;
  margin-bottom: 15px;
}

.lista-artigosTec li .bloco-caixa {
  background: #fff;
  border: 1px solid #eee;
  padding: 8px;
  margin-right: 15px;
}

.lista-artigosTec li .bloco-caixa:hover {
  background: #f9f9f9;
  border-color: #e5e9ee;
  transition: all 0.25s ease 0s;
}

.lista-artigosTec li .bloco-caixa:hover a {
  color: #ffa200;
  transition: all 0.25s ease 0s;
}

.conteudoPagina .lista-artigosTec h2 {
  font-size: 13px;
  margin: 5px 0 0;
  min-height: 30px;
}

.conteudoPagina .lista-artigosTec h2 a {
  color: #006376;
}

.lista-artigosTec p {
  margin: 0 0;
}

.bloco-caixa .fa {
  margin-right: 8px;
  float: left;
  font-size: 35px;
}

.bloco-cinza {
  background: #f4f4f4;
  border: 1px solid #eee;
}

.beneficios-pre {
  padding: 5px;
  margin-bottom: 12px;
}

.beneficios-pre img {
  float: left;
  margin-right: 5px;
  width: 26px;
  padding-top: 7px;
}

.conteudoPagina .obras-relacionadas {
  margin: 0;
}

.obras-relacionadas li {
  float: left;
  display: block;
  margin-right: 25px;
}

.obras-relacionadas a {
  background: #f5f5f5;
  border: 1px solid #e5e9ee;
  color: #666666;
  display: block;
  padding: 5px 10px;
}

.obras-relacionadas a:hover {
  background: #fff;
}

.imagemNoticia {
  float: right;
  margin-left: 10px;
}

.addthis_toolbox.addthis_default_style {
  padding: 12px 0;
}

.conteudoPagina .todasNoticias {
  margin-left: -15px;
}

.conteudoPagina .todasNoticias li {
  display: block;
  margin-bottom: 20px;
  padding: 0 15px;
}

.todasNoticias .conteudo-noticia {
  background: #fcfcfc;
  padding: 5px;
  border: 1px solid #eee;
}

.todasNoticias .conteudo-noticia .img-not {
  float: left;
  margin-right: 10px;
}

.todasNoticias .conteudo-noticia .img-not img {
  border: 2px solid #006376;
}

.todasNoticias .conteudo-noticia h2 {
  margin-top: 0;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}

.todasNoticias .conteudo-noticia a {
  color: #006376;
}

.floater-home {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.floater-home .conteudo-floater {
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  -o-transform: translateY(15%);
  transform: translateY(15%);
}

.floater-home .conteudo-floater img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.floater-home .conteudo-floater a {
  background: #124e6a;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 35px;
  padding: 1px 10px;
  position: absolute;
  right: 32%;
  top: -3%;
  width: 35px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.floater-home .conteudo-floater a:hover {
  background: #ffffff;
  border-color: #124e6a;
  color: #124e6a;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/****************************************************************************
RESPONSIVE
****************************************************************************/

@media (min-width: 1200px) {
  /* Alinhando a Logo do Rodapé */
  .aligning-img-footer {
    margin: 0 auto;
    padding: 0 44rem;
  }
}

@media (max-width: 1199px) {
  .conteudoPagina .info-obra p {
    margin-bottom: 12px;
  }
  .galeriaPagina {
    text-align: center;
  }
  /* Alinhando a Logo do Rodapé */
  .aligning-img-footer {
    margin: 0 auto;
    padding: 0 34.3rem;
  }
}

@media (max-width: 992px) {
  .nav {
    margin-left: 0;
  }
  .nav ul li a {
    font-size: 15px;
  }
  .descricaoSlide h2 {
    font-size: 25px;
  }
  .descricaoSlide p {
    font-size: 11px;
  }
  .services {
    margin-top: 35px;
  }
  .image-blog .post-meta .date {
    margin-right: 1px;
  }
  .image-blog .post-meta .date,
  .image-blog .post-meta .comment {
    padding: 8px 5px 8px 30px;
  }
  .icons {
    width: auto;
  }
  .recent-blog .blog-image {
    width: 75%;
    float: none;
    margin: 0 auto;
  }
  .imagem-big-noticia-menor,
  .imagem-big-noticia {
    height: auto;
  }
  .work-overlay,
  .work:hover .work-overlay,
  .img-overlay {
    display: none;
    opacity: 0;
  }
  .work:hover .work-main {
    opacity: 1;
  }
  .work {
    text-align: center;
    margin-bottom: 20px;
  }
  .work .work-one,
  .obra span {
    width: 100%;
    margin: 0 auto;
  }
  .work .img-responsive,
  .main-blog .img-responsive,
  .lista-obras .img-responsive {
    margin: 0 auto;
  }
  .footer-top .user-one span,
  .user-one .time a {
    display: block;
    margin-bottom: 10px;
  }
  .footer-top .widget {
    text-align: center;
  }
  .footer-top .contact-us .fa.fa-phone,
  .footer-top .contact-us .fa {
    height: auto;
    float: none;
  }
  .footer-top .stay-in-touch input[type="text"] {
    display: block;
    margin: 0 auto 10px;
  }
  .lateral-direita {
    display: none;
  }
  .conteudoPagina {
    width: 100%;
    float: none;
    border: none;
  }
  .filter-obras .filter {
    margin-right: 3px;
  }
  .abas-obras {
    text-align: center;
  }
  .info-obra {
    margin-top: 15px;
  }
  .iconehome {
    width: 80px;
    height: 70px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .textoiconehome {
    margin-left: -5em;
    text-align: justify;
    padding-left: 67px;
    padding-right: 50px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 24px;
    width: 230px;
    display: block;
  }
  /* Alinhando a Logo do Rodapé */
  .aligning-img-footer {
    margin: 0 auto;
    padding: 0 34.3rem;
  }
}

@media (width: 768px) {
  /* Alinhando a Logo do Rodapé */
  .aligning-img-footer {
    margin: 0 auto;
    padding: 0 23.5rem;
  }
}

@media (max-width: 767px) {
  /*.header-two .glass, .collapse, .sub-menu, .descricaoSlide, .navegacao-item {
		display: none;
	}*/
  .botao-menu {
    color: #ffffff;
    display: block;
    float: right;
  }
  .menuTopo .navbar-collapse {
    clear: both;
  }
  .registration.menuTopo {
    border: none;
  }
  .menuTopo li {
    position: relative;
  }
  .menuTopo li a {
    /*display: block;*/
  }
  .menuTopo li:hover a {
    background: #f2f2f2;
  }
  .menuTopo li:hover ul {
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menuTopo li ul {
    position: absolute;
    top: 32px;
    display: none;
    background: #f2f2f2;
    width: 190px;
    z-index: 800;
  }
  .menuTopo li ul li {
    display: block;
  }
  .menuTopo li ul li a {
    padding: 8px;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .menuTopo li ul li a:hover {
    background: #fefefe;
  }
  .nav {
    clear: both;
    display: block;
    text-align: right;
    width: 100%;
  }
  .menuPrincipal .botao-menu span {
    background-color: #cccccc;
  }
  .menuPrincipal .botao-menu {
    float: right;
    margin-top: 10px;
  }
  .navbar-toggle {
    margin-top: 8px;
    padding: 4px;
    position: relative;
    cursor: pointer;
  }
  .botao-menu span {
    background-color: #006376;
  }
  .navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 4px;
    width: 30px;
    margin-top: 3px;
  }
  .registration {
    margin: 0;
  }
  .main-blog li {
    text-align: center;
  }
  .recent-blog .blog-image {
    width: 100%;
  }
  .icons .comments,
  .icons .date {
    float: left;
    height: 45px;
    margin-right: 3px;
  }
  .icons {
    float: none;
    height: 45px;
    margin: 0 auto 10px;
    width: 165px;
  }
  .icons .comments {
    margin-bottom: 0;
  }
  .icons .date h3 {
    background-image: none;
    padding: 15px 0;
  }
  .icons .date a {
    display: inline-block;
    margin-right: 5px;
  }
  .icons .comments h3 {
    background: url("../img/icons-site.png") no-repeat scroll 13px -259px #004a5b;
    padding: 8px 0 0;
    text-align: center;
  }
  .icons .comments a {
    color: #ffffff;
    padding: 0 0 0 18px;
    font-size: 15px;
  }
  .heading.titulo-noticia {
    width: 90%;
  }
  .ver-mais {
    width: 10%;
  }
  footer .mwway,
  .copyrights {
    display: block;
    float: none;
    text-align: center;
  }
  footer .paragraph,
  footer .mwway p {
    padding: 8px 0;
  }
  .work-section .col-xs-12,
  .lista-obras .col-xs-12 {
    width: 50%;
  }
  .lista-artigosTec li .bloco-caixa {
    margin: 0;
  }
  /* Alinhando a Logo do Rodapé */
  .aligning-img-footer {
    margin: 0 auto;
    padding: 0 24rem;
  }
}

@media (max-width: 585px) {
  .work .work-one,
  .obra span {
    min-height: 75px;
    width: 100%;
  }
  .offer #tabs .slider-arrow {
    display: none;
  }
  .imagemNoticia {
    float: none;
    margin: 0;
  }
  .imagemNoticia img {
    margin: 10px auto;
  }
  /* Alinhando a Logo do Rodapé */
  .aligning-img-footer {
    margin: 0 auto;
    padding: 0 15rem;
  }
}

@media (width: 425px) {
  /* Alinhando a Logo do Rodapé */
  .aligning-img-footer {
    margin: 0 auto;
    padding: 0 7rem;
  }
}

@media (max-width: 400px) {
  .social-icon,
  .registration,
  .botao-menu,
  .navbar-toggle,
  .logo,
  .menuPrincipal .botao-menu {
    float: none;
    display: block;
  }
  .social-icon ul,
  .language-section ul,
  .logo a {
    margin: 0 auto;
  }
  .social-icon ul {
    width: 125px;
  }
  .navbar-toggle {
    margin: 12px auto;
    width: 35px;
  }
  .menuTopo ul li,
  .registration.google-tradutor,
  .nav ul > li {
    position: relative;
    text-align: center;
    margin: 5px 0;
  }
  .menuTopo ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menuTopo ul li {
    display: block;
    margin: 0;
  }
  .menuTopo ul li a {
    display: block;
    padding: 10px 0;
  }
  .menuTopo ul li ul {
    display: none;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
  }
  .menuPrincipal ul li.drop-down {
    display: block;
    position: relative;
  }
  .menuPrincipal ul li.drop-down ul.pop-up {
    display: none;
  }
  .menuPrincipal ul li.drop-down:hover ul.pop-up {
    display: block !important;
    position: relative;
  }
  .language-section {
    background: none;
  }
  .idiomas a {
    background-color: #ffffff;
    padding: 5px;
  }
  .header-one {
    padding-bottom: 5px;
  }
  .language-section ul {
    left: 0;
    right: 0;
  }
  .logo {
    padding-bottom: 0;
  }
  .heading.titulo-noticia {
    width: 80%;
  }
  .ver-mais {
    width: 20%;
  }
  .offer #tabs ul li a {
    padding: 10px 15px;
    font-size: 13px;
  }
  .formularioContato #telefone,
  .formularioContato #cidade {
    width: 148px;
  }
  .formularioContato input {
    width: 192px;
  }
  .formularioContato select {
    width: 205px;
  }
  .work-section .col-xs-12,
  .lista-obras .col-xs-12 {
    width: 100%;
  }
  .work .work-one,
  .obra span {
    width: 100%;
    min-height: 0;
  }
}

@media (width: 375px) {
  /* Alinhando a Logo do Rodapé */
  .aligning-img-footer {
    margin: 0 auto;
    padding: 0 4.3rem;
  }
}

@media (max-width: 320px) {
  .work .work-one {
    width: auto;
  }
  .services h3 {
    font-size: 13px;
  }

  /* Alinhando a Logo do Rodapé */
  .aligning-img-footer {
    margin: 0 auto;
    padding: 0 4.3rem;
  }
}

/*RETIRADA DE FLOATER*/

.floater-home {
  display: none;
}
