@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
body,
.menu,
.sub-menu {
  margin: 0;
  padding: 0; }

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden; }

.menu,
.sub-menu {
  list-style: none;
  background: #000; }

.sub-menu {
  background: #444; }

.menu a {
  text-decoration: none;
  display: block;
  padding: 10px;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }

.menu li {
  position: relative; }

.menu > li {
  float: left; }

.menu > li:hover {
  background: #444; }

.menu li:hover > .sub-menu {
  display: block; }

.sub-menu {
  display: none;
  position: absolute;
  min-width: 150px; }

.sub-menu li:hover {
  background: #555; }

.sub-menu .sub-menu {
  top: 0;
  left: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif !important; }

nav.contact-area {
  background-color: rgba(34, 34, 34, 0.4);
  z-index: 10;
  height: 30px;
  position: absolute;
  width: 100%; }
  nav.contact-area .container .row .address {
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    font-size: 0.9em; }
  nav.contact-area .container .row .contacts {
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    font-size: 0.9em;
    color: #fff;
    line-height: 30px; }
    nav.contact-area .container .row .contacts ul {
      width: 100%;
      list-style: none; }
      nav.contact-area .container .row .contacts ul li {
        float: right; }
        nav.contact-area .container .row .contacts ul li:before {
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit; }
        nav.contact-area .container .row .contacts ul li:last-child {
          margin-right: 10px; }
      nav.contact-area .container .row .contacts ul li#email:before {
        content: "\f003"; }
      nav.contact-area .container .row .contacts ul li#tel:before {
        content: "\f095"; }

header.header-main {
  z-index: 10;
  top: 70px;
  height: 100px;
  position: absolute;
  width: 100%; }
  header.header-main .header-white {
    background-color: #fff;
    position: absolute;
    height: 100px;
    width: 30%; }
  header.header-main .header-blue {
    background-color: rgba(60, 70, 135, 0.8);
    position: absolute;
    height: 80px;
    width: 70%;
    left: 30%;
    top: 10px; }
  header.header-main .container .logo {
    position: relative; }
    header.header-main .container .logo .logo-body {
      width: 100%;
      position: absolute;
      border-bottom: 100px solid #fff;
      border-right: 0px solid transparent;
      border-left: 60px solid transparent;
      border-top: 15px solid transparent;
      height: 0;
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Safari and Chrome */
      cursor: pointer; }
    header.header-main .container .logo .img-logo {
      width: 65%;
      position: absolute;
      height: 100px;
      background-repeat: no-repeat;
      background-position: left;
      left: 0px;
      background-size: contain; }
  header.header-main .container .menu-main {
    z-index: 10;
    position: relative; }
    header.header-main .container .menu-main .menu-principal-container {
      position: absolute;
      top: 10px; }
      header.header-main .container .menu-main .menu-principal-container ul#menu-principal {
        height: 80px;
        background-color: transparent; }
        header.header-main .container .menu-main .menu-principal-container ul#menu-principal li {
          height: 100%;
          background-color: transparent; }
          header.header-main .container .menu-main .menu-principal-container ul#menu-principal li a {
            height: 100%;
            line-height: 60px;
            color: #fff;
            padding: 10px 15px;
            font-family: "Raleway", sans-serif;
            font-weight: 700; }
            header.header-main .container .menu-main .menu-principal-container ul#menu-principal li a:hover {
              color: #fff; }
          header.header-main .container .menu-main .menu-principal-container ul#menu-principal li ul {
            background-color: transparent; }
            header.header-main .container .menu-main .menu-principal-container ul#menu-principal li ul li {
              background-color: rgba(60, 70, 135, 0.8);
              border-top: 1px solid transparent; }
              header.header-main .container .menu-main .menu-principal-container ul#menu-principal li ul li:first-child {
                border-top: none; }
              header.header-main .container .menu-main .menu-principal-container ul#menu-principal li ul li:hover {
                border-top: 1px solid #fff; }
                header.header-main .container .menu-main .menu-principal-container ul#menu-principal li ul li:hover:first-child {
                  border-top: none; }
              header.header-main .container .menu-main .menu-principal-container ul#menu-principal li ul li a {
                line-height: 30px; }
              header.header-main .container .menu-main .menu-principal-container ul#menu-principal li ul li ul {
                top: -1px; }
          header.header-main .container .menu-main .menu-principal-container ul#menu-principal li:hover ul {
            border-top: 1px solid #fff; }

#slide-home {
  z-index: 9;
  position: relative; }
  #slide-home .carousel-inner .item .on-slide {
    position: relative; }
    #slide-home .carousel-inner .item .on-slide .black-opacity {
      position: absolute;
      width: 100%;
      height: 800px;
      background-color: rgba(34, 34, 34, 0.6); }
  #slide-home .carousel-inner .item .image-slide {
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  #slide-home .carousel-inner .item .carousel-caption {
    top: 50%;
    margin-top: -10%; }
    #slide-home .carousel-inner .item .carousel-caption h2 {
      font-weight: 700;
      font-size: 3em;
      margin-bottom: 5px;
      margin-top: 5px;
      text-transform: uppercase;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }
    #slide-home .carousel-inner .item .carousel-caption h3 {
      font-weight: 500;
      font-size: 2.4em;
      margin-bottom: 20px;
      margin-top: 5px;
      text-transform: uppercase;
      border-radius: 20px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }
    #slide-home .carousel-inner .item .carousel-caption a {
      padding: 10px 20px;
      display: inline-block;
      border: 1px solid #fff;
      border-radius: 20px;
      transition: all 1s ease-out;
      font-weight: 400;
      font-size: 1em;
      color: #fff;
      text-transform: uppercase; }
      #slide-home .carousel-inner .item .carousel-caption a:visited, #slide-home .carousel-inner .item .carousel-caption a:hover, #slide-home .carousel-inner .item .carousel-caption a:active {
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.6); }

.servicos-main {
  margin-top: -255px;
  z-index: 999;
  position: relative; }
  .servicos-main .row div:nth-child(odd) .caption {
    background-color: #222222; }
    .servicos-main .row div:nth-child(odd) .caption a {
      background-color: #3c4687; }
  .servicos-main .row div:nth-child(even) .caption {
    background-color: #3c4687; }
    .servicos-main .row div:nth-child(even) .caption a {
      background-color: #222222; }
  .servicos-main .row div .thumbnail .imagem-servico {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .servicos-main .row div .thumbnail .caption {
    min-height: 260px;
    text-align: center;
    position: relative; }
    .servicos-main .row div .thumbnail .caption h3 {
      min-height: 84px;
      font-family: "Raleway", sans-serif;
      font-weight: 800;
      font-size: 1.4em;
      text-transform: uppercase;
      margin: 0px;
      padding: 10px;
      color: #fff; }
    .servicos-main .row div .thumbnail .caption p {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      padding: 10px;
      color: #fff;
      line-height: 25px;
      font-size: 1em; }
    .servicos-main .row div .thumbnail .caption a {
      color: #fff;
      padding: 7px 39px;
      border-radius: 20px;
      position: absolute;
      left: 50%;
      margin-left: -75px;
      bottom: -18px;
      border: 1px solid #fff; }

.sobre-main {
  text-align: center;
  margin-top: 40px; }
  .sobre-main h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    text-align: center; }
    .sobre-main h2:after {
      content: '';
      position: absolute;
      width: 50%;
      height: 3px;
      background-color: #3c4687;
      left: 25%;
      bottom: -15px; }
  .sobre-main p {
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    text-align: justify; }

.bg-gallery {
  margin-top: 40px;
  background-image: url("images/bg-gallery.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 40px; }
  .bg-gallery h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Raleway", sans-serif; }
  .bg-gallery h4 {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Raleway", sans-serif; }
    .bg-gallery h4:after {
      content: '';
      position: absolute;
      width: 30%;
      height: 3px;
      background-color: #fff;
      left: 35%;
      bottom: -15px; }
  .bg-gallery .container .row .gallery-main {
    height: 180px;
    margin-top: 30px; }
    .bg-gallery .container .row .gallery-main span {
      border: 10px solid #fff;
      display: block;
      width: 100%;
      height: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #fff; }

footer.footer {
  margin-top: 40px;
  padding: 20px 0px;
  background-color: #222222; }
  footer.footer .container .row div h3 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    footer.footer .container .row div h3:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 2px;
      bottom: -10px;
      left: 0px;
      background-color: #3c4687; }
  footer.footer .container .row .menu-footer {
    padding-left: 0px;
    list-style: none; }
    footer.footer .container .row .menu-footer a {
      color: #fff;
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      font-size: 0.9em;
      text-transform: uppercase; }
  footer.footer .container .row .formulario-footer form .form-footer:nth-child(odd) {
    padding: 0px 4px 8px 0px; }
  footer.footer .container .row .formulario-footer form .form-footer:nth-child(even) {
    padding: 0px 0px 8px 4px; }
  footer.footer .container .row .formulario-footer form .form-footer input {
    width: 100%;
    border-radius: 0px;
    background-color: #313131;
    border: none;
    outline: none;
    color: #fff;
    font-size: 0.9em;
    font-font-family: "Raleway", sans-serif; }
    footer.footer .container .row .formulario-footer form .form-footer input:focus {
      box-shadow: 0px 0px 0px transparent; }
    footer.footer .container .row .formulario-footer form .form-footer input[type='submit'] {
      margin-top: 8px;
      background-color: #3c4687;
      text-transform: uppercase; }
  footer.footer .container .row .formulario-footer form .form-footer textarea {
    width: 100%;
    border-radius: 0px;
    height: 76px;
    resize: none;
    background-color: #313131;
    border: none;
    outline: none;
    color: #fff; }
    footer.footer .container .row .formulario-footer form .form-footer textarea:focus {
      box-shadow: 0px 0px 0px transparent; }
  footer.footer .container .row .formulario-footer form .form-footer .enviar-mobile {
    display: none; }
  footer.footer .container .row .formulario-footer form .form-footer .enviar-desktop {
    display: block; }
  footer.footer .container .row .social-network ul {
    display: list-item;
    padding-left: 0px; }
    footer.footer .container .row .social-network ul li {
      list-style: none;
      float: left;
      background-color: #fff;
      position: relative;
      border-radius: 50%;
      margin-right: 10px; }
      footer.footer .container .row .social-network ul li a {
        display: inline-block;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 1.3em;
        color: #222222;
        transition: all 0.4s ease-out; }
        footer.footer .container .row .social-network ul li a:visited {
          color: #222222; }
        footer.footer .container .row .social-network ul li a:hover, footer.footer .container .row .social-network ul li a:active {
          color: #3c4687; }

.bg-page {
  z-index: 9;
  position: relative; }
  .bg-page .on-bg {
    position: relative; }
    .bg-page .on-bg .black-opacity {
      text-align: center;
      position: absolute;
      width: 100%;
      height: 410px;
      background-color: rgba(34, 34, 34, 0.6); }
      .bg-page .on-bg .black-opacity h2 {
        word-wrap: break-word;
        color: #fff;
        top: 200px;
        display: inline-block;
        position: relative;
        font-size: 3em;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
        .bg-page .on-bg .black-opacity h2:after {
          content: '';
          position: absolute;
          width: 30%;
          height: 2px;
          bottom: -20px;
          left: 36%;
          background-color: #fff; }
  .bg-page .image-page {
    height: 410px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.content-404 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px; }
  .content-404 h3 {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #888;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    text-transform: uppercase; }
  .content-404 h4 {
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2em;
    color: #222222; }
    .content-404 h4 a, .content-404 h4:hover, .content-404 h4:visited, .content-404 h4:active {
      color: #222222;
      text-transform: uppercase; }
    .content-404 h4:after {
      content: '';
      position: absolute;
      width: 20%;
      height: 3px;
      background-color: #3c4687;
      left: 40%;
      bottom: -15px; }

.buttons-shared {
  margin-top: 40px; }

.content-page {
  text-align: center; }
  .content-page h3 {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #888;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    margin: 0px;
    text-transform: uppercase; }
  .content-page h4 {
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #222222; }
    .content-page h4 a, .content-page h4:hover, .content-page h4:visited, .content-page h4:active {
      color: #222222; }
    .content-page h4:after {
      content: '';
      position: absolute;
      width: 20%;
      height: 3px;
      background-color: #3c4687;
      left: 40%;
      bottom: -15px; }
  .content-page p {
    line-height: 30px;
    text-align: justify;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1em; }
  .content-page span.date-post {
    color: #888;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: 300;
    font-family: "Raleway", sans-serif; }

.servicos-page {
  z-index: 999;
  position: relative; }
  .servicos-page .row div:nth-child(odd) .caption {
    background-color: #222222; }
    .servicos-page .row div:nth-child(odd) .caption a {
      background-color: #3c4687; }
  .servicos-page .row div:nth-child(even) .caption {
    background-color: #3c4687; }
    .servicos-page .row div:nth-child(even) .caption a {
      background-color: #222222; }
  .servicos-page .row div .thumbnail {
    margin-bottom: 60px; }
    .servicos-page .row div .thumbnail .imagem-servico {
      height: 250px;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .servicos-page .row div .thumbnail .caption {
      text-align: center;
      position: relative;
      min-height: 246px; }
      .servicos-page .row div .thumbnail .caption h3 {
        font-family: "Raleway", sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0px;
        padding: 10px;
        color: #fff; }
      .servicos-page .row div .thumbnail .caption p {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        padding: 10px;
        color: #fff;
        line-height: 25px;
        font-size: 1em; }
      .servicos-page .row div .thumbnail .caption a {
        color: #fff;
        padding: 7px 39px;
        border-radius: 20px;
        position: absolute;
        left: 50%;
        margin-left: -75px;
        bottom: -18px;
        border: 1px solid #fff; }

.category-page {
  margin-top: 20px;
  margin-bottom: 20px; }

.loop-category {
  margin-top: 40px; }
  .loop-category .single-post {
    margin-bottom: 50px; }
    .loop-category .single-post .single-left {
      position: relative;
      text-align: right;
      padding: 0px;
      word-wrap: break-word; }
      .loop-category .single-post .single-left h4 {
        color: #222222;
        margin: 0px;
        font-family: "Open Sans", sans-serif !important;
        font-weight: 700;
        font-size: 1.4em; }
      .loop-category .single-post .single-left span {
        color: #888;
        font-family: "Open Sans", sans-serif !important;
        font-weight: 300;
        font-size: 1em; }
      .loop-category .single-post .single-left:after {
        content: '';
        width: 70%;
        right: 0px;
        height: 1px;
        position: absolute;
        bottom: 0px;
        background-color: #3c4687; }
    .loop-category .single-post .single-right {
      word-wrap: break-word; }
      .loop-category .single-post .single-right a span.img-post {
        display: block;
        height: 220px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .loop-category .single-post .single-right .content-post h2 {
        font-family: "Open Sans", sans-serif !important;
        font-weight: 700;
        font-size: 1.6em;
        height: 50px;
        overflow: hidden; }
      .loop-category .single-post .single-right .content-post p {
        margin-bottom: 20px;
        height: 100px;
        line-height: 25px;
        overflow: hidden;
        width: 100%;
        font-size: 1em;
        color: #888;
        font-family: "Open Sans", sans-serif !important; }
      .loop-category .single-post .single-right .content-post a {
        color: #fff;
        background-color: #222222;
        padding: 10px 30px;
        border: 1px solid #fff;
        font-size: .8em;
        text-transform: uppercase; }

span.cats-post:last-child {
  display: none; }

.contact-page .area-logoc {
  display: table;
  height: 500px; }
  .contact-page .area-logoc .body-logo {
    display: table-cell;
    vertical-align: middle; }
    .contact-page .area-logoc .body-logo .logo-contact {
      width: 80%;
      margin: 0px 10%;
      height: 100px;
      background-image: url("images/logo.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .contact-page .area-logoc .body-logo p {
      width: 80%;
      margin: 0px 10%;
      text-align: center;
      margin-top: 20px;
      line-height: 25px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 1em; }
    .contact-page .area-logoc .body-logo ul {
      width: 80%;
      margin: 0px 10%;
      margin-top: 20px;
      text-align: center; }
      .contact-page .area-logoc .body-logo ul li {
        font-weight: 700;
        font-size: 1.2em;
        list-style: none; }
.contact-page .area-contact h3 {
  font-weight: 700;
  display: inline-block;
  position: relative; }
  .contact-page .area-contact h3:after {
    content: '';
    width: 30%;
    height: 3px;
    background-color: #3c4687;
    position: absolute;
    bottom: -5px;
    left: 0px; }
.contact-page .area-contact form div input {
  border-radius: 0px;
  outline: none; }
  .contact-page .area-contact form div input:focus {
    box-shadow: 0px 0px 0px transparent;
    outline: none; }
  .contact-page .area-contact form div input[type='submit'] {
    background-color: #3c4687;
    border: none;
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    font-size: 0.8em;
    text-transform: uppercase; }
.contact-page .area-contact form div textarea {
  border-radius: 0px;
  resize: none;
  outline: none; }
  .contact-page .area-contact form div textarea:focus {
    box-shadow: 0px 0px 0px transparent;
    outline: none; }
.contact-page h3.localizacao {
  margin-top: 60px;
  font-weight: 700;
  display: inline-block;
  position: relative; }
  .contact-page h3.localizacao:after {
    content: '';
    width: 30%;
    height: 3px;
    background-color: #3c4687;
    position: absolute;
    bottom: -5px;
    left: 0px; }

.button-menu {
  display: none; }

.copy {
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #222222;
  font-weight: 700;
  font-size: 0.85em;
  padding: 10px 0px; }

a.twitter-share-button,
a.twitter-mention-button,
a.twitter-hashtag-button {
  display: inline-block;
  padding: 1px 3px 0 19px;
  border: #ccc solid 1px;
  border-radius: 3px;
  background: #f8f8f8 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 2px 3px no-repeat;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 2px 3px no-repeat, -webkit-linear-gradient(#fff, #dedede);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 2px 3px no-repeat, linear-gradient(#fff, #dedede);
  background-size: 16px 13px, auto auto;
  /* Text */
  font: bold 11px/17px Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  white-space: nowrap; }

/* Color Highlight for keyboard navigation */
a.twitter-share-button:focus,
a.twitter-mention-button:focus,
a.twitter-hashtag-button:focus {
  outline: none;
  border-color: #0089cb; }

#gallery-1 img {
  border: 2px solid #cfcfcf;
  width: 150px;
  height: auto; }

.gallery-item {
  padding: 0 10px; }
  .gallery-item .gallery-icon {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

span.attachment-thumbnail.size-thumbnail {
  width: 100%;
  height: 150px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 1200px) {
  .contact-area {
    height: 60px !important; } }
@media screen and (max-width: 992px) {
  .contact-area {
    display: none; }

  #slide-home {
    position: static; }
    #slide-home .carousel-caption {
      top: 20% !important; }

  .header-main {
    position: static !important;
    top: 0px !important; }
    .header-main .header-white {
      display: none; }
    .header-main .header-blue {
      display: none; }
    .header-main .container {
      padding: 0px; }
      .header-main .container .logo {
        position: static;
        background: #fff; }
        .header-main .container .logo a {
          height: 100px;
          display: block; }
        .header-main .container .logo .logo-body {
          display: none !important; }
        .header-main .container .logo .img-logo {
          width: 100% !important; }
      .header-main .container .menu-main {
        padding: 0px;
        background: #3c4687; }
        .header-main .container .menu-main .button-menu {
          display: initial;
          width: 100%;
          padding: 10px 0px;
          background-color: #3c4687;
          color: #fff;
          font-size: 1em;
          border: none;
          border-bottom: 1px solid #fff; }
        .header-main .container .menu-main .menu-principal-container {
          position: static !important; }
          .header-main .container .menu-main .menu-principal-container #menu-principal li {
            width: 100% !important; }

  .servicos-main .row div .thumbnail {
    margin-top: 60px; }

  .sobre-main p {
    padding: 0px 10px; }

  .bg-page .on-bg .black-opacity h2 {
    width: 100%;
    top: 100px; }

  .loop-category .single-post {
    margin-bottom: 40px; }
    .loop-category .single-post .single-left {
      padding: 15px; }
      .loop-category .single-post .single-left:after {
        right: 15px; }

  .content-page h3 {
    margin-top: 40px;
    width: 100%;
    word-wrap: break-word;
    font-size: 1.2em; }
  .content-page h4 {
    margin-bottom: 60px;
    width: 100%;
    word-wrap: break-word;
    font-size: 1.8em; }

  .contact-page .area-logoc .body-logo .logo-contact {
    width: 100%;
    margin: 0px; }
  .contact-page .area-logoc .body-logo p {
    width: 100%;
    word-wrap: break-word;
    margin: 0px; }
  .contact-page .area-logoc .body-logo ul {
    width: 100%;
    padding-left: 0px;
    word-wrap: break-word;
    margin: 0px; }

  footer.footer {
    margin-top: 40px;
    padding: 20px 0px;
    background-color: #222222; }
    footer.footer .container .row div h3 {
      color: #fff;
      text-align: left;
      text-transform: uppercase;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 1.2em;
      display: inline-block;
      position: relative;
      margin-bottom: 20px; }
      footer.footer .container .row div h3:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        bottom: -10px;
        left: 0px;
        background-color: #3c4687; }
    footer.footer .container .row .social-network {
      margin-bottom: 20px; }
    footer.footer .container .row .menu-footer {
      margin-bottom: 20px;
      padding-left: 15px;
      list-style: none; }
      footer.footer .container .row .menu-footer a {
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        font-size: 0.9em;
        text-transform: uppercase; }
    footer.footer .container .row .formulario-footer {
      margin-bottom: 20px; }
      footer.footer .container .row .formulario-footer form .form-footer .enviar-mobile {
        display: block; }
      footer.footer .container .row .formulario-footer form .form-footer .enviar-desktop {
        display: none; }
      footer.footer .container .row .formulario-footer form .form-footer:nth-child(odd) {
        padding: 0px; }
      footer.footer .container .row .formulario-footer form .form-footer:nth-child(even) {
        padding: 0px; } }
/*
Theme Name: MESK
Theme URI: http://mesk.com.br
Author: Somar Comunicacao
Author URI: http://www.somarcomunicacao.com.br/
Description: Tema Desenvolvido para a Empresa MESK - SERVICOS INDUSTRIAIS
Version: 1.0 (RELEASE_CANDIDATE)
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent; }

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0; }

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible; }

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal; }

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*# sourceMappingURL=style.css.map */
