@charset "UTF-8";
/*
Theme Name: JJ Consultoria - GACMS
Theme URI: http://www.jjconsultoria.com.br
Author: Mahmod A. Issa e Gabriel Vidal - Equipe Gest├â┬úo Ativa
Author URI: http://www.gestaoativa.com.br;
Description: Tema GACMS
Version: 1.0
*/
/*
font-family: 'Francois One', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
/* Principais
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
.sprite {
  background: url(../../img/site/sprite.png) no-repeat 0 0; }


body {
  font-size: 15px;
  color: #999;
  font-family: 'Open Sans', sans-serif; }

* {
  margin: 0; }

html, body {
  height: 100%; }

h1 {
  font-family: 'Open Sans', sans-serif; }

h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  font-weight: 700; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.no-background {
  background: transparent !important; }

ul {
  padding: 0px !important; }

h2 {
  font-size: 35px; }

/*
p, span{font-size: 15px; font-family: 'Roboto Condensed' ; font-weight: 300; color: }
a{color: ; font-size: 15px; font-family:; font-weight: 300;text-decoration: none}
a:hover{color:; text-decoration: none}
* a:hover, a:hover{color:;text-decoration: none}
a:visited{text-decoration: none}
a:focus, *:focus{box-shadow: none!important; outline: none!important; text-decoration: none}
img{max-width: 100%; height: auto}
*/
/**************
Utilit├írios SASS
***************/
.defaultTitle {
  font-size: 45px;
  line-height: 47px;
  font-weight: 300; }

/***********
HEADER
************/
#default-header, .header {
  border-bottom: 1px solid #DDD; }
  #default-header .contato-topo, .header .contato-topo {
    position: absolute;
    top: 10px;
    z-index: 58;
    right: 0px; }
    #default-header .contato-topo a, .header .contato-topo a {
      display: block;
      color: #FFF;
      float: left;
      font-size: 12px;
      line-height: 22px;
      font-weight: 600;
      margin-right: 8px; }
      #default-header .contato-topo a span, .header .contato-topo a span {
        width: 40px;
        height: 40px;
        display: block;
        float: left;
        background-position: 15px -78px; }
      #default-header .contato-topo a .icon2, .header .contato-topo a .icon2 {
        background-position: -18px -78px; }
  #default-header .topo, .header .topo {
    position: absolute;
    z-index: 20;
    width: 100%;
    background-color: #fff;
    top: 40px; }
  #default-header .logo, .header .logo {
    margin-top: 15px;
    display: block; }
  #default-header .navbar-header button, .header .navbar-header button {
    background-color: transparent; }
    #default-header .navbar-header button .icon-bar, .header .navbar-header button .icon-bar {
      background: #285D84; }
  #default-header nav, .header nav {
    float: right;
    padding: 30px 0px;
    background: #F8F8F8;
    position: relative;
    z-index: 27; }
    #default-header nav li, .header nav li {
      display: inline-block;
      padding: 0px 13px;
      margin-top: 5px; }
      #default-header nav li .iconHome .homeIcon, #default-header nav li .iconHome .homeIcon2, #default-header nav li .iconHome2 .homeIcon, #default-header nav li .iconHome2 .homeIcon2, .header nav li .iconHome .homeIcon, .header nav li .iconHome .homeIcon2, .header nav li .iconHome2 .homeIcon, .header nav li .iconHome2 .homeIcon2 {
        width: 20px;
        height: 20px; }
      #default-header nav li .iconHome2, .header nav li .iconHome2 {
        display: none; }
      #default-header nav li a, .header nav li a {
        color: #285D84;
        font-size: 13px;
        line-height: 23px;
        font-weight: 600; }
      #default-header nav li a:hover, .header nav li a:hover {
        color: #82B440; }
    #default-header nav li:last-child, .header nav li:last-child {
      padding-right: 0px !important; }
  #default-header .menu2, .header .menu2 {
    display: none; }

.topo::before {
  content: '';
  display: block;
  width: 19%;
  height: 98px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 25;
  background-color: #F8F8F8; }

.header {
  width: 100%;
  position: relative;
  background-color: #fff;
  top: 0px;
  background: url(../../img/site/bgtopo.png) no-repeat top center; }
  .header .contato-topo {
    position: relative;
    margin-top: 2px;
    z-index: 58;
    right: 0px;
    float: right; }
    .header .contato-topo a {
      display: block;
      color: #FFF;
      float: left;
      font-size: 12px;
      line-height: 22px;
      font-weight: 600;
      margin-right: 8px; }
      .header .contato-topo a span {
        width: 40px;
        height: 40px;
        display: block;
        float: left;
        background-position: 15px -78px; }
      .header .contato-topo a .icon2 {
        background-position: -18px -78px; }
  .header nav {
    margin-top: 4px;
    z-index: 27; }

.header::before {
  content: '';
  display: block;
  width: 25%;
  height: 98px;
  position: absolute;
  right: 0px;
  top: 45px;
  z-index: 1;
  background-color: #F8F8F8; }

/***********
FOOTER
***********/
.page-wrap {
  min-height: 100%;
  margin-bottom: -120px; }

.page-wrap:after {
  content: "";
  display: block; }

.site-footer, .page-wrap:after {
  height: 120px; }

footer {
  padding: 20px 0px;
  background: #2C5C82;
  border-top: 3px solid #234A68; }
  footer a {
    text-align: center;
    display: block; }
  footer span {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600; }
  footer address {
    margin: 0px !important;
    width: 100%;
    text-align: center; }
    footer address a {
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      color: #DDD;
      display: inline-block; }
    footer address a:hover {
      color: #FFF !important; }
  footer .ga {
    color: #B8D78E;
    font-size: 13px;
    line-height: 23px;
    font-weight: 300; }

#slider ul {
  width: 100%;
  list-style: none;
  position: relative; }
  #slider ul li {
    display: inline-block; }
    #slider ul li h2, #slider ul li p {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 330px;
      z-index: 18; }
      #slider ul li h2 a, #slider ul li p a {
        display: block;
        font-size: 40px;
        line-height: 50px;
        font-weight: 400;
        color: #FFF; }
    #slider ul li p {
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      top: 440px;
      color: #CCC; }

.lSSlideOuter .lSPager.lSpg > li a {
  width: 30px;
  height: 5px;
  border-radius: 0px;
  background-color: #8B97A2; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #FFF; }

main {
  border-bottom: 5px solid #82B440; }
  main .titulo {
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
    color: #2C5B81;
    display: block;
    margin-top: 70px; }
  main span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    color: #2C5B81;
    margin-top: 8px;
    margin-bottom: 27px; }
  main img {
    display: block; }
  main p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #878787; }
  main .leiaMais {
    width: 130px;
    height: 30px;
    display: block;
    border: 1px solid #82B440;
    text-align: center;
    border-radius: 3px;
    color: #82B440;
    margin-top: 20px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400; }
  main .leiaMais:hover {
    background-color: #82B440;
    color: #FFF;
    transition: 0.6s; }

#servicos {
  background: url(../../img/site/imgServicos.jpg) no-repeat; }
  #servicos ul {
    list-style: none; }
    #servicos ul li {
      display: inline-block; }
  #servicos h2 {
    margin-top: 80px; }
    #servicos h2 a {
      display: block;
      font-size: 35px;
      line-height: 40px;
      font-weight: 300;
      color: #FFF;
      text-align: center; }
  #servicos .subTitulos {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #FFF;
    text-align: center; }
  #servicos .servBox {
    margin-top: 40px;
    border-right: 1px solid #AAB5BD;
    padding-right: 25px;
    width: 270px;
    float: left; }
    #servicos .servBox .iconServ {
      display: block;
      width: 75px;
      height: 75px;
      border: 1px solid #FFF;
      border-radius: 50%;
      margin: 25px auto; }
    #servicos .servBox a {
      display: block;
      text-align: center;
      color: #FFF;
      font-size: 18px;
      line-height: 20px;
      font-weight: 500; }
    #servicos .servBox span {
      display: block;
      text-align: center;
      margin-top: 20px;
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;
      color: #CCC; }
  #servicos .lSAction {
    display: none !important; }

#servicos .lSPager {
  margin-top: 90px !important; }

#noticiasHome {
  padding: 45px 0px; }
  #noticiasHome h2 a {
    display: block;
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
    color: #2C5B81;
    text-align: center; }
  #noticiasHome span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #999;
    text-align: center;
    display: block;
    margin-bottom: 20px; }
  #noticiasHome .boxNoticias {
    margin: 20px 0px; }
    #noticiasHome .boxNoticias div {
      float: left; }
      #noticiasHome .boxNoticias div .datePost {
        width: 60px;
        height: 60px;
        border-radius: 28px;
        background: #2C5A80;
        display: block;
        float: left;
        color: #FFF;
        text-align: center;
        margin-right: 15px;
        font-size: 19px;
        line-height: 19px;
        padding-top: 10px;
        font-weight: 600; }
        #noticiasHome .boxNoticias div .datePost span {
          color: #FFF;
          text-align: center;
          display: block;
          font-size: 16px;
          line-height: 0px;
          font-weight: 400; }
    #noticiasHome .boxNoticias .tituloNoticia {
      display: block;
      text-decoration: none;
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
      color: #2C5B81; }
    #noticiasHome .boxNoticias .tituloNoticia:hover {
      color: #82B440; }
    #noticiasHome .boxNoticias .resume {
      color: #666;
      text-align: left;
      display: block;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      margin-top: 10px; }

.noticiasPage {
  padding: 70px 0px; }
  .noticiasPage h2 a {
    display: block;
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
    color: #2C5B81;
    text-align: center; }
  .noticiasPage span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #999;
    text-align: center;
    display: block; }
  .noticiasPage .boxNoticias {
    margin: 20px 0px; }
    .noticiasPage .boxNoticias div {
      float: left; }
      .noticiasPage .boxNoticias div .datePost {
        width: 60px;
        height: 60px;
        border-radius: 28px;
        background: #2C5A80;
        display: block;
        float: left;
        color: #FFF;
        text-align: center;
        margin-right: 15px;
        font-size: 19px;
        line-height: 19px;
        padding-top: 10px;
        font-weight: 600; }
        .noticiasPage .boxNoticias div .datePost span {
          color: #FFF;
          text-align: center;
          display: block;
          font-size: 16px;
          line-height: 0px;
          font-weight: 400; }
    .noticiasPage .boxNoticias .tituloNoticia {
      display: block;
      text-decoration: none;
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
      color: #2C5B81; }
    .noticiasPage .boxNoticias .resume {
      color: #666;
      text-align: left;
      display: block;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      margin-top: 10px; }

#sobrePage {
  padding: 70px 0px; }
  #sobrePage h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
    color: #2C5B81; }
  #sobrePage span {
    margin-top: 5px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    display: block;
    color: #2C5B81; }
  #sobrePage p {
    margin-top: 25px;
    text-align: left;
    color: #2C5A80;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400; }
  #sobrePage .slideSobre li {
    display: inline-block; }
  #sobrePage .slideSobreModal {
    display: inline-block; }
  #sobrePage .lSPager {
    display: none !important; }

#myModal .modal-body {
  padding: 0px !important; }
  #myModal .modal-body button {
    width: 77px !important;
    position: absolute;
    height: 31px !important;
    background: url(../../img/site/iconClose.png) no-repeat center center;
    right: 0px;
    opacity: 1;
    border-radius: 15px 15px 175px 175px; }
  #myModal .modal-body img {
    width: 100% !important; }

#areaAtuacao {
  padding: 70px 0px; }
  #areaAtuacao h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
    color: #2C5B81;
    text-align: center; }
  #areaAtuacao p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #868686;
    text-align: center;
    margin-top: 15px; }
  #areaAtuacao .boxArea {
    margin-top: 60px; }
  #areaAtuacao .iconArea {
    width: 170px;
    height: 170px;
    display: block;
    text-align: center;
    margin: auto;
    }
  #areaAtuacao .iconArea:hover {
    transition: 0.3s;
  }
  #areaAtuacao .tituloArea {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #2C5B81; }
  #areaAtuacao .resumeArea {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #858585; }

#areaView {
  padding: 70px 0px; }
  #areaView h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #2C5B81; }
  #areaView p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #868686; }
  #areaView .compartilhar {
    margin-top: 20px; }
    #areaView .compartilhar > span {
      float: left;
      color: #2C5C82;
      font-size: 18px;
      line-height: 20px;
      font-weight: 600;
      display: block;
      margin-right: 15px; }
    #areaView .compartilhar .btContato {
      width: 130px;
      height: 40px;
      display: block;
      float: left;
      color: #FFF;
      text-align: center;
      font-size: 13px;
      line-height: 36px;
      font-weight: 400;
      border: none;
      border-radius: 4px;
      background-color: #2C5C82;
      margin-right: 65px; }
    #areaView .compartilhar .btContato:hover {
      border: 1px solid #2C5C82;
      background: transparent;
      color: #2C5C82; }
  #areaView .boxArea {
    margin-top: 60px; }
  #areaView .iconArea {
    width: 170px;
    height: 170px;
    display: block;
    text-align: center;
    margin: auto;
    background-position: 0px 0px; }
  #areaView .iconArea:hover {
    background-position: 0px -180px;
    transition: 0.4s; }
  #areaView .tituloArea {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #2C5B81; }
  #areaView .resumeArea {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #858585; }
  #areaView .lSPager {
    display: none !important; }

.projetosPage {
  padding: 70px 0px; }
  .projetosPage h1, .projetosPage h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #2C5B81;
    text-align: center; }
  .projetosPage p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #868686;
    text-align: center; }
  .projetosPage .boxArea {
    margin-top: 60px; }
  .projetosPage .imgProjetos {
    width: 170px;
    height: 170px;
    display: block;
    text-align: center;
    margin: auto;
    position: relative; }
  .projetosPage .imgProjetos img{
  	border-radius: 50%;
  }
  .projetosPage :hover.imgProjetos:before {
    content: '';
    display: block;
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 85px;
    background: #2C5C82 url(../../img/site/seta.png) no-repeat center center;
    opacity: 0.4; }
  .projetosPage .tituloArea {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #2C5B81; }
  .projetosPage .resumeArea {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #858585; }

#projetoView {
  padding: 70px 0px; }
  #projetoView h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #2C5B81; }
  #projetoView p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #868686; }
  #projetoView .boxArea {
    margin-top: 60px; }
  #projetoView .compartilhar {
    margin-top: 20px; }
    #projetoView .compartilhar > span {
      float: left;
      color: #2C5C82;
      font-size: 18px;
      line-height: 20px;
      font-weight: 600;
      display: block;
      margin-right: 15px; }
    #projetoView .compartilhar .btContato {
      width: 130px;
      height: 40px;
      display: block;
      float: left;
      color: #FFF;
      text-align: center;
      font-size: 13px;
      line-height: 36px;
      font-weight: 400;
      border: none;
      border-radius: 4px;
      background-color: #2C5C82;
      margin-right: 65px; }
    #projetoView .compartilhar .btContato:hover {
      border: 1px solid #2C5C82;
      background: transparent;
      color: #2C5C82; }
  #projetoView .iconArea {
    width: 170px;
    height: 170px;
    display: block;
    text-align: center;
    margin: auto;
    background-position: 0px 0px; }
  #projetoView .iconArea:hover {
    background-position: 0px -180px; }
  #projetoView .tituloArea {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #2C5B81; }
  #projetoView .resumeArea {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #858585; }

#leis {
  padding: 70px 0px; }
  #leis h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #2C5B81;
    text-align: center; }
  #leis p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #868686;
    text-align: center; }
  #leis ul {
    margin-top: 50px;
    list-style: none; }
    #leis ul li {
      display: inline-block;
      text-align: center;
      margin: 20px; }
      #leis ul li a {
        font-size: 15px;
        line-height: 25px;
        font-weight: 700;
        color: #2C597F;
        display: block; }
      #leis ul li a:hover {
        color: #B8D78E; }
    #leis ul li:nth-child(5n) {
      margin-right: 0px !important; }

#equipe {
  padding: 70px 0px; }
  #equipe h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #2C5B81;
    text-align: center; }
  #equipe p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #868686;
    text-align: center; }

.imgEquipe {
  width: 170px;
  height: 170px;
  display: block;
  text-align: center;
  margin: auto;
  position: relative; }
.imgEquipe img{
	border-radius: 50%;
}

.tituloArea {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #2C5B81; }

.resumeArea {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #858585; }

.boxArea {
  margin-top: 80px; }
  .boxArea h2 {
    margin-top: 10px;
    margin-bottom: 0px; }
  .boxArea h3 {
    line-height: 20px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0; }
  .pagination li a {
    border: none !important;
    background: transparent;
    color: #858585;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700; }
  .pagination li a:hover {
    color: #2C5B81;
    background-color: transparent; }
  .pagination li .active {
    color: #2C5A80 !important; }

#erro {
  padding: 70px 0px; }
  #erro h1 {
    text-align: center;
    width: 100%;
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
    color: #2C5B81; }
  #erro h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    color: #81B33F;
    text-align: center;
    width: 100%; }
  #erro p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #2C2825;
    text-align: center;
    width: 100%; }
    #erro p a {
      color: #81B33F;
      text-decoration: none; }

/***********
LOGIN
***********/
#login {
  padding: 70px 0px; }
  #login h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #2C5B81;
    text-align: center; }
  #login p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #868686;
    text-align: center; }
  #login form legend {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #3F3F3F;
    margin: 0px !important;
    border: none !important;
    text-align: left !important; }
  #login form input {
    width: 370px;
    height: 49px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 15px 0px; }
  #login form button {
    width: 367px;
    height: 61px;
    background: #2C5C82;
    text-align: center;
    color: #FFF;
    border: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 8px; }
  #login .lembrarSenha {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
    color: #2C5C82; }

#restrita {
  padding: 70px 0px; }
  #restrita .usuario {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
        margin-bottom: 45px;
    background: url(../../img/site/bgtitulorestrita.png) repeat-x bottom center }
    #restrita .usuario h1 {
      font-size: 35px;
      line-height: 45px;
      font-weight: 400;
      color: #2C597F; }
  #restrita .box-download {
    padding: 30px 0px;
    margin-bottom: 35px;
    border: 1px solid #FFF; }
    #restrita .box-download a {
      text-align: center;
      display: block;
      text-decoration: none;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      color: #2C5B81;
      margin: 15px 0px; }
    #restrita .box-download span {
      text-align: center;
      display: block;
      color: #858585;
      margin-bottom: 15px; }
    #restrita .box-download .btDown {
      width: 170px;
      height: 45px;
      border: 1px solid #2C5C82;
      border-radius: 4px;
      font-size: 15px;
      line-height: 40px;
      font-weight: 400;
      margin: 15px auto; }
    #restrita .box-download .btDown:hover {
      color: #FFF;
      background: #2C5C82; }
  #restrita .box-download:hover {
    border: 1px solid #DDD; }

#contato {
  padding: 70px 0px 0px 0px; }
  #contato h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #2C5B81;
    text-align: center; }
  #contato p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #868686;
    text-align: center; }
  #contato form legend {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #3F3F3F;
    margin: 0px !important;
    border: none !important;
    text-align: left !important; }
  #contato form input, #contato form select {
    width: 100%;
    height: 49px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 15px 0px; }
  #contato form .textarea textarea {
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 15px 0px;
    width: 100%;
    height: 163px; }
  #contato form .submit input[type=submit] {
    width: 270px;
    height: 61px;
    background: #2C5C82;
    text-align: center;
    color: #FFF;
    border: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 8px; }
  #contato iframe {
    width: 100% !important;
    margin-top: 60px;
    margin-bottom: -5px !important;
    padding-bottom: 0px !important; }

#confirm {
  text-align: center;
  width: 100%;
  margin-top: 40px; }
  #confirm .textConfirm {
    margin: 45px 0px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #2C597F !important;
    margin: 0px !important; }
  #confirm a {
    display: block;
    text-decoration: none;
    color: #2C597F;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    margin: 0px !important; }

/*********
CARROUSEL
*********/
#carrouselHome ul {
  list-style: none; }
  #carrouselHome ul li {
    display: inline-block; }

.lSSlideOuter .lSPager.lSpg {
  position: relative;
  top: -75px; }

@media (min-width: 1401px) and (max-width: 1640px) {
  #slider ul li h2 {
    top: 225px; }
    #slider ul li h2 a {
      line-height: 40px !important; }
  #slider p {
    top: 365px !important; } }
@media (max-width: 1280px){
  #slider ul li h2{
        top: 225px !important;
  }
    #slider ul li p{
        top: 320px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400) {
  #slider ul li h2 {
    top: 225px; }
    #slider ul li h2 a {
      line-height: 40px !important; }
  #slider p, #slider .lSPager, #slider .lSAction {
    display: none !important; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .header::before {
    content: '';
    display: block;
    width: 19%;
    height: 128px;
    position: absolute;
    right: 0px;
    bottom: 0px !important;
    z-index: 25;
    background-color: #F8F8F8; }

  #slider ul li h2 {
    top: 225px; }
    #slider ul li h2 a {
      line-height: 40px !important; }
  #slider p, #slider .lSPager, #slider .lSAction {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .contato-topo {
    position: absolute;
    top: 10px;
    z-index: 58;
    float: none !important;
    left: 50%;
    margin-left: -173px; }

  .menu2 {
    display: none !important; }

  .menu .navbar-collapse {
    text-align: center !important; }

  main {
    text-align: center; }
    main .leiaMais {
      width: 100% !important;
      margin-bottom: 20px !important; }

  #servicos h2 {
    margin-top: 25px !important; }
  #servicos .servBox {
    width: 100%; }

  .header .contato-topo {
    float: none !important;
    margin-left: 0px !important;
    left: 0px !important;
    text-align: center; }
    .header .contato-topo a {
      float: none !important;
      display: inline-block;
      text-align: center; }

  .header::before, #default-header::before {
    display: none; }

  .header::before {
    content: '';
    display: block;
    width: 19%;
    height: 128px;
    position: absolute;
    right: 0px;
    bottom: 0px !important;
    z-index: 25;
    background-color: #F8F8F8; }

  #slider ul li h2 {
    top: 169px; }
    #slider ul li h2 a {
      font-size: 20px !important; }
  #slider p, #slider .lSPager, #slider .lSAction {
    display: none !important; }

  #leis li {
    width: 100%;
    text-align: center; }

  #areaView h1, #projetoView h1 {
    text-align: center;
    padding: 15px 0px; }
  #areaView p, #projetoView p {
    text-align: center;
    padding: 15px 0px; }
  #areaView .compartilhar, #projetoView .compartilhar {
    margin: 20px 0px; }
    #areaView .compartilhar .textBt, #projetoView .compartilhar .textBt {
      text-align: center;
      display: block;
      width: 100%;
      margin: 15px 0px; }
    #areaView .compartilhar .btContato, #projetoView .compartilhar .btContato {
      width: 100% !important;
      margin: 10px auto;
      text-align: center; }
    #areaView .compartilhar .compBt, #projetoView .compartilhar .compBt {
      margin: auto; }

  #sobrePage h1, #sobrePage p, #sobrePage span {
    text-align: center; }

  #login form legend {
    text-align: center !important; }

  footer {
    height: 160px !important; }

  .slideSobre img {
    width: 100% !important; } }
@media (max-width: 767px) {
  #default-header .contato-topo {
    position: absolute;
    width: 100%;
    top: 0px !important;
    z-index: 0 !important;
    text-align: center;
    float: none !important;
    background-color: #2C5A80; }
    #default-header .contato-topo a {
      display: inline-block;
      color: #FFF;
      font-size: 12px;
      line-height: 22px;
      font-weight: 600;
      margin-right: 8px;
      text-align: center;
      float: none !important;
      margin-top: 8px; }

  .header .contato-topo {
    float: none !important;
    margin-left: 0px !important;
    left: 0px !important;
    text-align: center; }
    .header .contato-topo a {
      float: none !important;
      display: inline-block;
      text-align: center; }

  .navbar-toggle {
    margin-top: 27px !important; }

  .menu2 {
    display: block !important; }

  main {
    text-align: center; }
    main .leiaMais {
      width: 100% !important;
      margin-bottom: 20px !important; }

  #servicos h2 {
    margin-top: 25px !important; }
  #servicos .servBox {
    width: 100%; }

  #default-header nav, .header nav {
    background-color: transparent;
    padding: 0px !important;
    float: none !important; }
  #default-header .topo, .header .topo {
    position: relative; }
  #default-header .col-xs-12, .header .col-xs-12 {
    padding: 0px !important; }
  #default-header .logo, .header .logo {
    float: left; }
  #default-header .iconHome, .header .iconHome {
    display: none; }
  #default-header .iconHome2, .header .iconHome2 {
    display: block; }
  #default-header #navbarCollapse, .header #navbarCollapse {
    padding: 0px !important; }
  #default-header ul, .header ul {
    text-align: center;
    float: none;
    padding: 0px !important; }
    #default-header ul li, .header ul li {
      display: block;
      float: none;
      text-align: center;
      padding: 10px 0px;
      background-color: #2C5C82;
      margin: 0px !important;
      border-bottom: 1px solid #FFF; }
      #default-header ul li a, .header ul li a {
        color: #FFF; }

  .navbar-header {
    padding: 12px 0px !important; }

  .header::before, #default-header::before {
    display: none; }

  #slider ul li h2 {
    top: 45px !important; }
    #slider ul li h2 a {
      font-size: 20px !important; }
  #slider ul li p {
    top: 0px; }
  #slider p, #slider .lSPager, #slider .lSAction {
    display: none !important; }

  #leis li {
    width: 100%;
    text-align: center; }

  #areaView h1, #projetoView h1 {
    text-align: center;
    padding: 15px 0px; }
  #areaView p, #projetoView p {
    text-align: center;
    padding: 15px 0px; }
  #areaView .compartilhar, #projetoView .compartilhar {
    margin: 20px 0px; }
    #areaView .compartilhar .textBt, #projetoView .compartilhar .textBt {
      text-align: center;
      display: block;
      width: 100%;
      margin: 15px 0px; }
    #areaView .compartilhar .btContato, #projetoView .compartilhar .btContato {
      width: 100% !important;
      margin: 10px auto;
      text-align: center; }
    #areaView .compartilhar .compBt, #projetoView .compartilhar .compBt {
      margin: auto; }

  #sobrePage h1, #sobrePage p, #sobrePage span {
    text-align: center; }

  #login form legend {
    text-align: center !important; }

  .slideSobre img {
    width: 100% !important; }

  footer {
    height: 160px !important; } }

  .imagem-serv{
    display: block;
    margin: 20px auto;
    border:1px #2C5B81 solid;
    border-radius: 50%;
    height: 170px;
    width: 170px;
  }

  .imagem-serv:hover img{
    display:none;
  }
  .servBox img{
    opacity: 0.7;
  }



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