* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family:'Open Sans', sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
p {
  color: #535353;
}
h1 {
  margin: 15px 0;
}
.redes-sociais {
  display: block;
  float: right;
  margin: 35px 0;
}
/*.redes-sociais a:hover {
  background: #fc0;
  border-radius: 50px;
}
*/
.banner-txt {
  position: absolute;
  right: 10%;
  top: 100px;
}
.banner-txt h4 {
  color: #fff !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  margin: 0;
  text-align: left;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  float: left;
}
.banner-txt h4 span {
  font-weight: 700 !important;
  color: #fff;
  font-size: 48px !important;
}
/* ------------------------------------------
  RESPONSIVE NAV STYLES
  --------------------------------------------- */
  .nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
  }
  .nav-collapse li {
    width: 100%;
    display: block;
  }
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
  }
  .nav-collapse.opened {
    max-height: 9999px;
  }
  .disable-pointer-events {
    pointer-events: none !important;
  }
  .nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  @media screen and (min-width: 40em) {
    .js .nav-collapse {
      position: relative;
    }
    .js .nav-collapse.closed {
      max-height: none;
    }
    .nav-toggle {
      display: none;
    }
  }
/* ------------------------------------------
  NAVIGATION STYLES
  --------------------------------------------- */
  .fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  .nav-collapse, .nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav-collapse, .nav-collapse ul {
    display: table;
    width: 100%;
    z-index: 2;
    position: relative;
    table-layout: fixed;
    text-align: center;
    background: #3f454d;
  }
  @media screen and (min-width: 40em) {
    .nav-collapse {
      float: left;
      width: 100%;
      border-bottom: 6px solid #4971cd;
    }
  }
  .nav-collapse ul li {
    float: left;
    width: 20%;
    display: table-cell;
    position: relative;
    margin: 0;
  }
  @media screen and (min-width: 40em) {
    .nav-collapse li {
      width: auto;
    }
  }
  .nav-collapse a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    background: #3f454d;
    color: #fff;
    width: 100%;
    float: left;
  }
  .nav-collapse a:active, .nav-collapse .active a {
    background: #4971cd;
  }
  @media screen and (min-width: 40em) {
    .nav-collapse a.primeiro {
      border-left: none;
    }
    .nav-collapse a {
      border-left: 1px solid #53585f;
      padding: 20px 10px;
      text-align: center;
      border-top: 0;
      float: left;
      font-size: 18;
      font-weight: 600;
      margin: 0;
    }
    .nav-collapse a:hover {
      background: #3a3f47;
    }
  }
  .nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em;
  }
  @media screen and (min-width: 40em) {
    .nav-collapse ul ul a {
      display: none;
    }
  }
/* ------------------------------------------
  NAV TOGGLE STYLES
  --------------------------------------------- */
  @font-face {
    font-family:"responsivenav";
    src:url("../icons/responsivenav.eot");
    src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("../icons/responsivenav.ttf") format("truetype"), url("../icons/responsivenav.woff") format("woff"), url("../icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
  }
  .nav-toggle:before {
    color: #3f454d;
    /* Edit this to change the icon color */
    font: normal 28px/55px"responsivenav";
    /* Edit font-size (28px) to change the icon size */
    text-transform: none;
    text-align: center;
    position: absolute;
    content:"\2261";
    /* Hamburger icon */
    text-indent: 0;
    speak: none;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  .nav-toggle.active:before {
    font-size: 24px;
    content:"\78";
    /* Close icon */
  }
/* ------------------------------------------
  FIXED HEADER
  --------------------------------------------- */
  header {
    z-index: 3;
    width: 100%;
  }
  /******* BANNER ********/
  main {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    top: -30px;
  }
  /******* SERVIÇOS ********/
  section.servicos {
    display: block;
    float: left;
    width: 100%;
    background: #f8f6f6;
    position: relative;
    min-height: 310px;
  }
  section.servicos .bloco-serv {
    position: absolute;
    top: -90px;
    display: block;
    float: left;
    z-index: 100000000;
  }
  section.servicos .bloco-serv .bloco-azul {
    display: block;
    float: left;
    background: #4971cd;
    width: 100%;
    padding: 15px;
  }
  section.servicos .bloco-serv .bloco-azul img {
    margin: 0 auto;
    display: block;
  }
  section.servicos .bloco-azul h2 {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
  }
  section.servicos .bloco-serv .bloco-txt {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    text-align: center;
    color: #535353;
    font-size: 16px;
    margin-bottom: 50px;
  }
  section.servicos .bloco-serv .bloco-txt p {
    display: block;
    float: left;
    margin: 20px 0 0 0;
  }
  section.servicos .bloco-serv .bloco-txt a {
    display: block;
    margin: 0 auto;
    background: #3f454d;
    padding: 10px;
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
    top: 30px;
  }
  section.servicos .bloco-serv .bloco-txt a:hover {
    background: #4971cd;
  }
  section.seja-bem-vindo {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
  }
  section.seja-bem-vindo h2 {
    text-align: right;
    font-size: 48px;
    margin-top: 0;
    color: #4971cd;
    line-height: 61px;
    font-weight: 600;
  }
  section.seja-bem-vindo h2 span {
    color: #3f454d;
  }
  section.seja-bem-vindo p {
    font-size: 18px;
  }
  section.noticias {
    display: block;
    float: left;
    width: 100%;
    background: url('../img/fundo-noticia.jpg') center repeat-y;
    min-height: 500px;
    padding: 20px 0;
  }
  section.noticias h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
  }
  section.imp-cal {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0 30px 0;
  }
  section.imp-cal h2 {
    text-align: right;
    color: #4971cd;
    font-weight: 600;
    font-size: 30px;
  }
  footer {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0 35px 0;
    background: #3f454d;
  }
  footer p {
    color: #fff;
  }
  footer p.right {
    text-align: right;
    float: right;
    width: 100%;
    display: block;
  }
  footer p a {
    color: #4971cd;
    font-weight: 700;
  }
  footer .redes-sociais {
    margin: 0 0 37px 0;
  }
  section.cont {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0;
  }
  section.cont h2 {
    text-align: right;
    font-size: 70px;
    color: #4971cd;
    line-height: 80px;
    margin: 0;
  }
  section.missao {
    display: block;
    float: left;
    width: 100%;
    background: #4971cd;
    padding: 40px 0;
    margin-top: 40px;
  }
  section.missao h3 {
    margin: 0;
    text-align: left;
    color: #fff;
    font-weight: 700;
  }
  section.missao p {
    color: #fff;
  }
  section.serv {
    display: block;
    float: left;
    width: 100%;
    background: #4971cd;
    padding: 40px 0;
    margin-top: 40px;
  }
  section.serv h3 {
    margin: 0;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }
  section.serv p {
    color: #fff;
  }
  section.cont article {
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #3f454d;
    color: #3f454d;
    margin: 5px 0;
    border-radius: 0;
  }
  section.cont article:hover {
    background: #3f454d;
    border: 1px solid #3f454d;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  section.cont h3 {
    font-size: 18px;
    color: #3f454d;
    font-weight: 700;
    margin: 0 0 10px 0;
  }
  section.cont form {
    margin-top: 60px;
  }
  section.cont input.field {
    display: block;
    float: left;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid #fff;
    padding: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
  }
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-family:'Open Sans', sans-serif;
    sans-serif;
    font-size: 16px;
    font-style:italic;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-family:'Open Sans', sans-serif;
    sans-serif;
    font-size: 16px;
    font-style:italic;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-family:'Open Sans', sans-serif;
    sans-serif;
    font-size: 16px;
    font-style:italic;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-family:'Open Sans', sans-serif;
    sans-serif;
    font-size: 16px;
    font-style:italic;
  }
  section.cont textarea.msg {
    display: block;
    float: left;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid #fff;
    padding: 10px;
    margin-bottom: 15px;
    resize: none;
    height: 200px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
  }
  section.cont input.button {
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    width: 100%;
    padding: 12px;
    margin-top: 40px;
    font-size: 20px;
    background: transparent;
  }
  section.cont input.button:hover {
    background: #3f454d;
    border: 2px solid #3f454d;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  section.mapa {
    display: block;
    float: left;
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .banner {
      margin-top: 20px;
    }
    main {
      position: inherit;
      top: 0;
    }
    section.servicos .bloco-serv {
      position: inherit;
      top: 00px;
      display: block;
      float: left;
      z-index: 100000000;
      margin-top: 50px;
    }
    .nav-collapse ul {
      margin-bottom: 30px;
    }
    .nav-collapse ul li {
      float: left;
      width: 100%;
      display: table-cell;
      position: relative;
      margin: 0;
    }
    .nav-collapse ul li a {
      padding: 20px 0;
      border-bottom: 1px solid #53585f;
    }
    section.noticias {
      display: block;
      float: left;
      width: 100%;
      background: #4971cd;
    }
    footer .redes-sociais {
      float: none;
      display: block;
      margin: 0 auto;
      clear: both;
      margin: 0 auto;
      width: 131px;
      margin-bottom: 20px;
      margin-top: 30px;
    }
    footer p.right, footer p {
      text-align: center;
      float: right;
      width: 100%;
      display: block;
    }
    section.cont h2 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 30px;
      float: left;
      text-align: left;
    }
    .redes-sociais {
      display: block;
      float: left;
      xmargin: 35px 0 0 0;
    }
    .nav-toggle {
      position: absolute;
    }
    section.cont {
      padding: 20px 0;
    }
    .banner-txt {
      display: block;
      top: 20px;
    }
    .banner-txt h4 {
      font-size: 20px !important;
    }
    .banner-txt h4 span {
      font-size: 20px !important;
    }
    section.seja-bem-vindo h2, section.imp-cal h2 {
      float: left;
      text-align: left;
      width: 100%;
    }
  }