body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-home {
  position: relative;
  width: 100%;
  height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(40%, transparent)), url('../images/home_banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 40%), url('../images/home_banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.navmenu-hover {
  position: absolute;
  display: none;
  width: 100%;
  height: 80px;
}

.menu-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f2f2f2;
  text-align: center;
}

.navlink {
  height: 80px;
  padding: 30px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink-block-hover {
  height: 80px;
  margin-top: 0px;
  padding: 30px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #929191;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink-block-hover:hover {
  background-color: #fff;
  color: #36a7df;
}

.arrow-hover {
  font-family: Icomoon, sans-serif;
  color: #929191;
  font-size: 20px;
  line-height: 24px;
}

.submenu {
  overflow: hidden;
  height: 0px;
  background-color: #fff;
}

.submenu-block {
  position: relative;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  float: left;
  text-align: center;
}

.submenu-link {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #929191;
  text-align: left;
  text-decoration: none;
}

.submenu-link:hover {
  color: #36a7df;
}

.submenu-content {
  position: relative;
  display: block;
  width: 768px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.submenu-text {
  margin-bottom: 20px;
  color: #23364a;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.body {
  font-family: 'Titillium Web', sans-serif;
}

.produtos {
  position: absolute;
  top: 50px;
  display: none;
  padding-right: 80px;
  padding-left: 80px;
}

.projetos {
  position: absolute;
  top: 50px;
  display: none;
  padding-right: 80px;
  padding-left: 80px;
}

.servicos {
  position: absolute;
  top: 50px;
  display: none;
  padding-right: 80px;
  padding-left: 80px;
}

.brand {
  position: absolute;
  left: 20px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 80px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-button-hover {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #23364a;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #f2f2f2;
  text-decoration: none;
}

.navbar-button-hover:hover {
  border-color: #36a7df;
  background-color: #36a7df;
}

.navmenu {
  position: absolute;
  width: 100%;
  height: 80px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  text-align: center;
}

.navlink-block {
  height: 80px;
  margin-top: 0px;
  padding: 30px 20px;
  color: #f2f2f2;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow {
  font-family: Icomoon, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.navbar-button {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  color: #f2f2f2;
  text-decoration: none;
}

.navbar-wrapper {
  position: absolute;
  width: 100%;
}

.navlink-hover {
  height: 80px;
  padding: 30px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #929191;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink-hover:hover {
  background-color: #fff;
  color: #36a7df;
}

.menu-button {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #23364a;
  border-radius: 5px;
  background-color: #23364a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #f2f2f2;
  font-size: 18px;
  text-decoration: none;
}

.menu-button:hover {
  border-color: #36a7df;
  background-color: #36a7df;
}

.menu-button.w--open {
  border-color: #36a7df;
  background-color: #36a7df;
}

.submenu-mobile {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.brand-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 80px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-mobile.w--current {
  padding-bottom: 13px;
}

.navmenu-mobile {
  background-color: #f2f2f2;
}

.submenu-link-mobile {
  width: 100%;
  padding: 8px 0px;
  float: left;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #929191;
  text-transform: uppercase;
}

.submenu-link-mobile:hover {
  color: #36a7df;
}

.submenu-text-mobile {
  padding-top: 20px;
  padding-bottom: 10px;
  float: left;
  color: #23364a;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  border-bottom: 1px solid #f2f2f2;
  color: #23364a;
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.section-title.orange {
  color: #f29100;
  text-align: left;
}

.section-title.blue {
  color: #39afb9;
  text-align: left;
}

.section-title.green {
  color: #39a935;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

._33 {
  width: 33.333%;
  height: auto;
  padding: 10px;
  float: left;
}

.featured {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #fff;
}

.featured-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  float: left;
  background-image: url('../images/servicos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.featured-bg.blue {
  background-image: url('../images/especiais.jpg');
}

.featured-bg.orange {
  background-image: url('../images/produtos.jpg');
}

.featured-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 60px;
  float: left;
  text-align: center;
}

.featured-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  float: left;
  text-align: center;
}

.featured-link {
  display: inline-block;
  height: 40px;
  padding: 8px 20px;
  border: 1px solid #39a935;
  border-radius: 5px;
  color: #39a935;
  text-decoration: none;
}

.featured-link.blue {
  border-color: #39afb9;
  color: #39afb9;
}

.featured-link.orange {
  border-color: #f29100;
  color: #f29100;
}

.featured-link-hover {
  position: absolute;
  display: inline-block;
  height: 40px;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  opacity: 0;
  color: #fff;
  text-decoration: none;
}

.featured-image {
  position: absolute;
  display: inline-block;
  width: 240px;
}

.featured-image-hover {
  width: 240px;
  opacity: 0;
}

.featured-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #36a7df;
  background-image: url('../images/empresa2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.news-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.news-item {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #fff;
  color: #23364a;
  text-align: center;
  text-decoration: none;
}

.news-item:hover {
  text-decoration: underline;
}

.date {
  display: inline-block;
  margin-top: -1px;
  padding: 10px;
  border-top: 1px solid #23364a;
  color: #23364a;
  font-weight: 700;
  text-align: center;
}

.news-thumb-title {
  padding: 10px;
  color: #23364a;
}

.news {
  display: block;
  height: auto;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
}

.slide-item-wrapper {
  width: 33.333%;
  padding: 10px;
}

.slide-item-wrapper._2 {
  float: left;
}

.news-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #23364a;
  font-size: 14px;
}

.news-arrow:hover {
  background-color: #23364a;
  color: #fff;
}

.news-button {
  display: inline-block;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 8px 20px;
  border: 1px solid #23364a;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #23364a;
  text-decoration: none;
}

.news-button:hover {
  background-color: #23364a;
  color: #fff;
}

.footer {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
  color: #929191;
}

.footer-33 {
  width: 33.333%;
  float: left;
}

.footer-66 {
  width: 66.666%;
  float: left;
}

.footer-title {
  margin-bottom: 10px;
  color: #23364a;
  font-size: 18px;
  font-weight: 700;
}

.footer-link {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #929191;
  text-decoration: none;
}

.footer-link:hover {
  color: #36a7df;
}

.footer-block {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.footer-button {
  display: inline-block;
  height: 40px;
  margin-top: 10px;
  padding: 8px 20px;
  border: 1px solid #23364a;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #23364a;
  text-decoration: none;
}

.footer-button:hover {
  background-color: #23364a;
  color: #fff;
}

.footer-text {
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-logo {
  width: 250px;
  margin-bottom: 10px;
}

.coporation {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  border-top: 1px solid #f2f2f2;
}

.corporate-text {
  display: inline-block;
  float: left;
  font-size: 12px;
}

.blank {
  display: inline-block;
  float: right;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Icomoon, sans-serif;
  color: #929191;
  font-size: 10px;
  text-decoration: none;
}

.blank:hover {
  color: #000;
}

.link {
  color: #929191;
  text-decoration: none;
}

.top {
  position: absolute;
  top: -20px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Icomoon, sans-serif;
  color: #929191;
  font-size: 20px;
  text-decoration: none;
}

.top:hover {
  border-color: #36a7df;
  background-color: #36a7df;
  color: #fff;
}

.header {
  position: relative;
  width: 100%;
  height: 400px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(40%, transparent)), url('../images/empresa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 40%), url('../images/empresa.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(40%, transparent)), url('../images/contato.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 40%), url('../images/contato.jpg');
}

.header.service {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(40%, transparent)), url('../images/produtos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 40%), url('../images/produtos.jpg');
}

.header.project {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(40%, transparent)), url('../images/especiais.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 40%), url('../images/especiais.jpg');
}

.header.products {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(40%, transparent)), url('../images/servicos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 40%), url('../images/servicos.jpg');
}

.header.noticias {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(40%, transparent)), url('../images/noticias.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 40%), url('../images/noticias.jpg');
}

.gray {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  background-color: #f2f2f2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gray.ajust {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-wrapper {
  text-align: center;
}

.content {
  display: block;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.content-block {
  width: 100%;
  padding-top: 20px;
  float: left;
  color: #929191;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.accordion {
  width: 100%;
  padding-top: 10px;
  float: left;
}

.accordion-item {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f2f2f2;
}

.accordion-title {
  width: 100%;
  padding-left: 0px;
  float: left;
  color: #23364a;
  font-size: 24px;
}

.dropdown-list {
  overflow: hidden;
  height: 0px;
}

.dropdown-list.w--open {
  position: relative;
  width: 100%;
  height: 0px;
  float: left;
  background-color: transparent;
  color: #929191;
  font-size: 18px;
  line-height: 26px;
}

.line {
  width: 100%;
  height: 1px;
  float: left;
  background-color: #f2f2f2;
}

.header-title {
  position: absolute;
  bottom: 40px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 58px;
  font-weight: 400;
  text-align: center;
}

.navigation {
  position: relative;
  z-index: 1;
}

.form-block {
  padding-top: 20px;
}

.submit-button {
  display: block;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 20px;
  border: 1px solid #23364a;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #23364a;
}

.submit-button:hover {
  background-color: #23364a;
  color: #fff;
}

.field {
  height: 40px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.field:active {
  border-color: #36a7df;
}

.textarea {
  max-width: 100%;
  min-height: 200px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.textarea:active {
  border-color: #36a7df;
}

.success {
  position: static;
  overflow: visible;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0px;
  min-width: 0px;
  margin: 0px;
  padding: 20px;
  float: none;
  clear: none;
  background-color: #fff;
  direction: ltr;
  font-family: 'Titillium Web', sans-serif;
  color: #929191;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
}

.banner-contact {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  background-color: #23364a;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.icon {
  padding-right: 20px;
  float: left;
  font-family: Icomoon, sans-serif;
  color: #36a7df;
  font-size: 30px;
  line-height: 30px;
}

.banner-contact-link {
  color: #fff;
  text-decoration: none;
}

.text-block {
  display: inline-block;
  float: left;
}

.div-block {
  display: inline-block;
}

.map {
  width: 100%;
  height: 500px;
  float: left;
}

.tabs-menu {
  width: 30%;
  padding-right: 20px;
  float: left;
}

.tabs-content {
  width: 70%;
  padding-top: 10px;
  float: left;
}

.tab-link {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 20px 30px;
  border-left: 3px solid #f29100;
  border-radius: 5px;
  background-color: transparent;
  color: #f29100;
  font-size: 20px;
  line-height: 28px;
}

.tab-link.w--current {
  background-color: #f29100;
  color: #fff;
}

.tab-link.blue {
  border-left-color: #39afb9;
  color: #39afb9;
}

.tab-link.blue.w--current {
  background-color: #39afb9;
  color: #fff;
}

.tab-content-box {
  width: 100%;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  float: left;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.image {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #929191;
  font-size: 18px;
  line-height: 26px;
}

.footer-67 {
  width: 100%;
}

.section {
  width: 100%;
}

.products-wrapper {
  border-radius: 5px;
  background-color: #fff;
}

.produtcs-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product {
  width: 33.333%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.product._2 {
  width: 25%;
}

.products-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-border {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

.product-text {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #23364a;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.single-image {
  margin-top: 40px;
  border-radius: 5px;
}

.single-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
  color: #23364a;
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.news-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.header-home-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-title-wrapper {
  padding: 20px 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: rgba(35, 54, 74, .5);
  text-align: center;
}

.header-title-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.contact-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/contato.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}

.featured-buton {
  height: 40px;
  margin-top: 30px;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.featured-buton:hover {
  background-color: #fff;
  color: #23364a;
}

.banner-home-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.banner-home-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 18px;
}

.banner-home-button {
  height: 40px;
  margin-top: 20px;
  padding: 9px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.banner-home-button:hover {
  background-color: #fff;
  color: #23364a;
}

.banner-home-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
}

.banner-home-image {
  padding-top: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.shared {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}

.shared-text {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .featured-logo {
    padding: 20px 40px;
  }
  .featured-button {
    margin-bottom: 20px;
  }
  .featured-image {
    width: 140px;
  }
  .featured-image-hover {
    width: 140px;
  }
  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-image {
    padding-right: 30px;
    padding-left: 30px;
  }
  .page-text {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .header-home {
    height: 400px;
  }
  ._33 {
    width: 50%;
  }
  .featured-image {
    width: 118px;
  }
  .featured-image-hover {
    width: 118px;
  }
  .slide-item-wrapper {
    width: 50%;
  }
  .footer-33 {
    width: 50%;
  }
  .footer-66 {
    width: 50%;
  }
  .footer-title {
    margin-top: 20px;
  }
  .footer-block {
    padding-top: 10px;
  }
  .header {
    height: 200px;
  }
  .header-title {
    font-size: 28px;
    line-height: 38px;
  }
  .banner-contact {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .icon {
    font-size: 14px;
    line-height: 24px;
  }
  .tabs-menu {
    width: 100%;
  }
  .tabs-content {
    width: 100%;
  }
  .tab-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-image {
    width: 100%;
    padding-bottom: 30px;
  }
  .page-text {
    width: 100%;
    padding-right: 0px;
  }
  .product {
    width: 50%;
  }
  .product._2 {
    width: 33.333%;
  }
  .header-title-text {
    font-size: 28px;
    line-height: 32px;
  }
  .banner-home-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .banner-home-column {
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .section-title {
    font-size: 24px;
    line-height: 28px;
  }
  ._33 {
    width: 100%;
  }
  .featured-image {
    width: 160px;
  }
  .featured-image-hover {
    width: 160px;
  }
  .news {
    padding-right: 40px;
    padding-left: 40px;
  }
  .slide-item-wrapper {
    width: 100%;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-33 {
    width: 100%;
  }
  .footer-66 {
    width: 100%;
  }
  .footer-block {
    padding-top: 0px;
  }
  .coporation {
    text-align: center;
  }
  .corporate-text {
    float: none;
  }
  .blank {
    float: none;
  }
  .content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-block {
    font-size: 14px;
    line-height: 20px;
  }
  .accordion-title {
    font-size: 18px;
    line-height: 14px;
  }
  .dropdown-list.w--open {
    font-size: 14px;
    line-height: 20px;
  }
  .icon {
    padding-right: 10px;
  }
  .tab-content-box {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .page-text {
    font-size: 14px;
    line-height: 22px;
  }
  .product {
    width: 100%;
  }
  .product._2 {
    width: 50%;
  }
  .product-text {
    font-size: 14px;
    line-height: 18px;
  }
  .single-image {
    margin-top: 20px;
  }
  .single-title {
    font-size: 24px;
    line-height: 28px;
  }
  .header-title-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-featured {
    height: 350px;
    font-size: 24px;
    line-height: 32px;
  }
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
