.clear {
  clear: both;
}
.clear5 {
  clear: both;
  height: 5px;
}
.clear10 {
  clear: both;
  height: 10px;
}
.clear15 {
  clear: both;
  height: 15px;
}
.clear20 {
  clear: both;
  height: 20px;
}
.clear30 {
  clear: both;
  height: 30px;
}
.clear40 {
  clear: both;
  height: 40px;
}
.clear50 {
  clear: both;
  height: 50px;
}
.clear60 {
  clear: both;
  height: 60px;
}
.clear70 {
  clear: both;
  height: 70px;
}
input:invalid {
  box-shadow: none;
}
textarea:invalid {
  box-shadow: none;
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
input {
  outline: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif !important;
  height: 100%;
  font-weight: 400;
  overflow-z: hidden !important;
}
.container-fix {
  width: auto;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
header {
  width: 100%;
  height: auto;
  display: table;
  background-color: #F8F8F8;
  box-shadow: 4px 4px 4px #ccc;
}
.line-top {
  width: 100%;
  display: table;
  background-color: #3E4095;
}
.logo {
  margin-top: 20px;
}
.logo img {
  width: 100%;
  max-width: 500px;
  border: 0px;
}
.logo img:hover {
  border: 0px;
}
.banners {
  position: relative;
}
.banners img {
  width: 100%;
  max-height: 450px;
}
.menu {
  margin-top: 25px;
}
.menu ul {
  list-style: none;
  margin-bottom: 0px !important;
  text-align: center;
}
.menu ul li {
  display: inline-block;
  padding-left: 2%;
  padding-right: 2%;
}
.menu ul li a {
  color: #373435;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
.menu ul li a:hover {
  border-bottom: 3px solid #3E4095;
  color: #3E4095;
}
.menu ul li #m6 {
  margin-right: 0px;
}
.menu ul li .active-menu {
  border-bottom: 3px solid #3E4095;
  color: #3E4095;
}
.phonest {
  text-align: right;
  margin-top: 30px;
}
.phone {
  padding-left: 35px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  color: #3E4095;
  background: url('../img/phone_r.png') no-repeat 0px 0px;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
.phone:hover {
  opacity: 0.5;
}
.phone2 {
  margin-top: 8px;
}
.whasapp {
  background: url('../img/whatsapp_r.png') no-repeat 0px 1px;
  margin-top: 8px;
}
.socials {
  text-align: right;
  margin-top: 5px;
}
.socials .social {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('../img/facebook.png') no-repeat;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
.socials .social:hover {
  opacity: 0.5;
}
.socials .social2 {
  background: url('../img/instagram.png') no-repeat;
}
.img-left-se {
  margin-right: 30px;
  margin-bottom: 10px;
}
.img-left-se img {
  width: 100%;
}
.description {
  font-size: 14px;
  margin-bottom: 20px;
}
.description-contact {
  width: 40%;
  float: left;
}
.text {
  font-size: 13px;
}
.text p {
  margin-bottom: 0px;
}
.h1-content {
  font-size: 28px;
  color: #0077BD;
  text-transform: uppercase;
  width: 100%;
  border-left: 5px solid #0077BD;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 600;
}
.h1-content-home {
  font-size: 25px;
}
a img {
  border: 3px solid #ccc;
  border-radius: 5px;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
a img:hover {
  opacity: 0.7;
  border: 3px solid #0077BD;
}
.right-menu-mobile {
  display: none;
}
.menu-mobile {
  width: 60px;
  height: 30px;
  float: right;
  cursor: pointer;
}
.menu-mobile .line-mm {
  width: 100%;
  height: 5px;
  background-color: #FFF;
  border-radius: 8px;
  margin-top: 5px;
}
.imgp {
  margin-top: 10px;
}
.imgp img {
  width: 100%;
}
footer {
  width: 100%;
  height: auto;
  background-color: #3E4095;
  color: #FFF;
  font-size: 16px;
}
.address {
  margin-top: 10px;
}
.phone-footer {
  padding-left: 30px;
  font-weight: 600;
  display: inline-block;
  color: #FFF;
  background: url('../img/phone_b.png') no-repeat 0px 1px;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
.phone-footer:hover {
  opacity: 0.5;
}
.phone-footer2 {
  margin-top: 10px;
}
.whasapp-pf {
  background: url('../img/whatsapp_b.png') no-repeat 0px 1px;
  margin-top: 10px;
}
.mail-footer {
  font-weight: 600;
  display: inline-block;
  color: #FFF;
  margin-top: 10px;
  font-size: 14px;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
.mail-footer:hover {
  opacity: 0.5;
}
.logo-footer img {
  width: 100%;
  max-width: 300px;
}
#totop {
  background: url('../img/totop.png') no-repeat center center;
  background-color: #0077BD;
  bottom: 15px;
  right: 15px;
  color: #FFF;
  cursor: pointer;
  display: none;
  font-size: 14px;
  position: fixed;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
#totop:hover {
  opacity: 0.5;
}
#bg-menu-floating {
  display: none;
  position: fixed;
  top: 0;
  float: left;
  width: 100%;
  z-index: 999;
  height: 35px;
  background-color: #3E4095;
  color: #FFF;
  box-shadow: 4px 4px 4px #ccc;
}
#bg-menu-floating ul {
  list-style: none;
  margin-bottom: 0px !important;
  text-align: center;
  margin-top: 6px;
}
#bg-menu-floating ul li {
  display: inline-block;
  padding-left: 2%;
  padding-right: 2%;
}
#bg-menu-floating ul li a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
#bg-menu-floating ul li a:hover {
  border-bottom: 3px solid #FFF;
}
#bg-menu-floating ul li #m6 {
  margin-right: 0px;
}
#bg-menu-floating ul li .active-menut {
  border-bottom: 3px solid #FFF;
}
form#contato {
  width: 50%;
  float: right;
}
form#contato label {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #585857;
  margin-top: 1px;
}
form#contato input[type="text"],
form#contato input[type="email"] {
  width: 97%;
  padding-left: 3%;
  height: 30px;
}
form#contato select {
  width: 97%;
  height: 30px;
  padding-top: 1px;
}
form#contato textarea {
  width: 97%;
  padding-left: 3%;
  height: 100px;
}
form#contato input[type="submit"] {
  width: 97%;
  color: #FFF;
  background-color: #0077BD;
  font-weight: 700;
  font-size: 15px;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
form#contato input[type="submit"]:hover {
  background-color: #3E4095;
}
.msg-add-sucess {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 50px;
  color: #0077BD;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.trabalho {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}
.trabalho img {
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
}
.trabalho h2 {
  width: 100%;
  max-width: 250px;
  font-size: 16px;
  color: #373435;
  font-weight: 700;
  text-align: left;
  margin: 0 auto;
}
.trabalho .viewm {
  width: 90%;
  height: 27px;
  padding-top: 3px;
  display: table;
  margin: 10px auto;
  margin-top: 15px;
  background-color: #3E4095;
  color: #FFF;
  border-radius: 3px;
  font-weight: 700;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
.trabalho .viewm:hover {
  background-color: #0077BD;
}
.paginator {
  text-align: center;
  font-family: 'Arial';
  margin-top: 40px;
}
.paginator span {
  color: #000;
  font-size: 18px;
}
.paginator span a {
  color: #000;
  padding: 5px 10px;
}
.paginator span a:hover {
  color: #0077BD;
}
.paginator span.current {
  color: #0077BD;
  font-weight: bold;
  padding: 5px 10px;
}
.paginator .prev,
.paginator .next {
  color: #000;
  padding: 5px 10px;
}
.paginator .prev a,
.paginator .next a {
  color: #000;
  padding: 0;
}
.bg-serach-works {
  width: 100%;
  height: auto;
  border: 1px solid #EAEAEA;
  display: table;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}
.bg-serach-works form#search_works {
  width: 300px;
  margin: 0 auto;
}
.bg-serach-works form#search_works input {
  margin-bottom: 0px;
  margin-top: 0px;
  float: left;
}
.bg-serach-works form#search_works input[type="submit"] {
  float: right;
}
.bg-serach-works form#search_works input[type="submit"]:hover {
  opacity: 0.5;
}
.img_p {
  margin-top: 10px;
}
.img_p img {
  width: 100%;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
.img_p img:hover {
  opacity: 0.6;
}
#mapcanvasm {
  float: left;
  width: 100%;
  height: 570px;
  padding-bottom: 30px;
}
.shareBox {
  margin-bottom: 10px;
  z-index: 999;
  display: table;
  margin-top: 30px;
  border: 1px solid #C8C8C4;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}
.shareBox h6 {
  color: #666;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 700;
}
.shareBox .facebookl {
  height: 20px;
}
.shareBox .twitter {
  height: 20px;
  overflow: hidden;
  margin-top: 4px;
}
.shareBox .googleplus {
  height: 20px;
  margin-top: 4px;
}
.shareBox .sharewhats {
  width: 26px;
  height: 26px;
  background: url('../img/share_whatsapp.png') no-repeat;
  float: left;
}
.bg-link-allw {
  text-align: right;
}
.view-all-works {
  width: 260px;
  display: inline-block;
  padding: 5px;
  padding-bottom: 4px;
  border: 1px solid #3E4095;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 3px;
  background-color: #3E4095;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
.view-all-works:hover {
  background-color: #0077BD;
  color: #FFF;
  border: 1px solid #0077BD;
}
.view-all-aempresa {
  width: 160px;
}
nav#menuresponsivo {
  float: left;
  font-weight: 300;
  font-size: 20px;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 999;
}
nav#menuresponsivo li {
  float: left;
  width: 100%;
  text-align: center;
  background: #3E4095;
  list-style: none;
  border-bottom: 1px solid #FFF;
  margin-bottom: 0px;
}
nav#menuresponsivo li a {
  color: #FFF;
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  text-decoration: none;
}
.button-orc-home {
  width: 80%;
  margin: 0 auto;
  padding-top: 5px;
  display: table;
  padding-bottom: 4px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 3px;
  font-weight: 700;
  background-color: #0077BD;
  transition: all .18s ease-in-out;
  -moz-transition: all .18s ease-in-out;
  -webkit-transition: all .18s ease-in-out;
}
.button-orc-home:hover {
  background-color: #3E4095;
}
@media (max-width: 550px) {
  #bg-menu-floating {
    display: none !important;
  }
  .phone-mail,
  .right-top {
    text-align: center;
  }
  .logo {
    margin-top: 25px;
  }
  .left-socials {
    display: none;
  }
  .left-socials {
    display: none;
    width: 50% !important;
    border: 1px solid red !important;
  }
  .menu {
    border: 1px solid red;
    display: none;
  }
  .phonest {
    text-align: center;
    margin-top: 25px;
  }
  .line-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .socials {
    width: 50% !important;
    text-align: left;
  }
  .right-menu-mobile {
    display: block;
    width: 50% !important;
  }
  .h1-content {
    font-size: 22px;
  }
  footer {
    text-align: center;
  }
  .logo-footer {
    margin-top: 20px;
  }
  form#contato,
  .description-contact {
    width: 100%;
    float: none;
  }
  .bg-serach-works {
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .bg-serach-works form#search_works {
    width: 250px;
    margin: 0 auto;
  }
  .bg-serach-works form#search_works input {
    width: 180px;
  }
  .bg-serach-works form#search_works input[type="submit"] {
    width: 30px !important;
  }
  .shareBox {
    width: 90%;
  }
  #mapcanvasm {
    height: 250px;
  }
  .view-all-works {
    width: 220px;
  }
  .button-orc-home {
    width: 100%;
    font-size: 16px;
  }
}
