@charset "UTF-8";
/* Tema do cliente */

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* Pré formatações */
.container{
  /*padding: 0;*/
}
a:hover{
  color: #1A7643;
}
::-moz-selection{
  background: #1A7643;
}
::selection{
  background: #1A7643;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #1A7643;
  border-color: #1A7643;
}
.editor{
  /*font*/
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  /*font*/
}

/* css do tema */

body{
  background-color: #F8F8F8;
}

/* header */

.header{
  position: absolute;
  width: 100%;
  z-index: 999;
}

.logo img{
  margin-top: 16px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu li{
  display: inline-block;
  margin-right: 8px;
}

.menu a{
  transition: all .2s linear;
  display: block;
  font-family: 'Raleway';
  font-size: 16px;
  color: #333;
  border-top: 7px solid transparent;
  padding-top: 10px;
}

.menu li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu a:hover,
.menu a.active{
  color: #229757;
  border-top: 7px solid #1A7643;
}

.telefone{
  font-family: 'open_sansregular';
  font-size: 20px;
  color: #222;
  margin-top: 15px;
}

.mascara-banner{
  background-image: url(../imagens/contorno-banner.png);
  height: 688px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 888;
}

.area-banner{
  position: relative;  
  height: 688px;
}

.banner{
  height: 688px;
  overflow: hidden;
  width: 100%;
  display: table;
}

.banner a{
  display: block;
  width: 100%;
  height: 688px;
  background-position: center center;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: top;
}

#next, #prev{
  z-index: 600;
  position: absolute;
  top: 553px;
}

#next{
  right: 230px;
}

#prev{
  right: 280px;
}

.mascara-banner .container{
  position: relative;
}

.pg-home h1{
  background-image: url(../imagens/tit-home-borda.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  font-family: 'Raleway';
  font-weight: lighter;
  color: #333333;
  margin: 0;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 50px;
}

.destaques{
  width: 261px;
  height: 261px;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Raleway';
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.destaques img{
  margin-bottom: 5px;
}

.destaques span{
  display: block;
  font-weight: bolder;
}

.hservicos-mascara{
  position: relative;
  width: 100%;
  z-index: 888;
  background-image: url(../imagens/contorno-servicos-home.png);
  height: 105px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: -105px;
}

.hservicos-mascara .container{
  position: relative;
}

.area-hserv{
  position: relative;  
  margin-bottom: 10px;
  height: 346px;
}

.hserv{
  height: 346px;
  overflow: hidden;
  width: 100%;
  display: table;
}

.hserv a{
  display: block;  
  width: 480px;
  height: 346px;
  background-position: center top;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: top;
  position: relative!important;
}

.hserv a span{
  bottom: 10px;
  left: 20px;
  background-color: #333;
  font-family: 'Raleway';
  font-size: 22px;
  color: #FFF;
  display: inline;
  padding: 5px;
  position: absolute;
}

#next2, #prev2{
  z-index:600;
  position: absolute;
  top: 50px;
}

#next2{
  left: 150px;
}

#prev2{
  left: 100px;
}

.area2{
  background-image: url(../imagens/imagem-fundo.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 106px;
}

.img-mulher{
  margin-bottom: -106px;
  display: block;
}

.area2 h2{
  background-image: url(../imagens/tit-home-borda.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-family: 'Raleway';
  font-weight: lighter;
  color: #333333;
  margin: 0;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 35px;
  margin-top: 70px;
}

.area2 form{
  line-height: 1.5;
}

.area2 form input{
  margin-bottom: 5px;
}

.area2 form textarea{
  height: 96px;
  margin-bottom: 10px;
}

.area2 form input,
.area2 form textarea
{
  font-size: 12px;
  font-family: 'Arial'
}

.btn-enviar-area2{
  display: block;
  background-color: #016631;
  border: none;
  width: 108px;
  height: 30px;
  line-height: 30px;
  float: right;
  color: #FFF!important;
  font-family: 'Raleway'!important;
  font-size: 15px!important;
  transition: all .2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-enviar-area2:hover{
  background-color: #019648;
}

.footer{
  background-image: url(../imagens/rodape-site.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 35px;
  margin-top: 50px;
}

.area2 + .footer{  
  margin-top: -67px;
}

.logo2 img{
  margin-top: 67px;
  margin-bottom: 15px;
}

.pt1 p, .pt1 a{
  font-family: 'Arial';
  color: #FFF;
  font-size: 12px;
  margin-bottom: 5px;
}

.pt2 p img{
  float: left;
  margin-right: 5px;
}

.pt2 p{
  font-family: 'open_sansregular';
  font-size: 15px;
  color: #FFF;
}

.footer h4{
  margin-top: 0;
  font-family: 'Raleway';
  color: #FFFFFF;
  font-size: 19px;
}

/* internas */

.titulo{
  background-image: url(../imagens/topo-site-internas.jpg);
  height: 316px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.header-spacer{
  height: 57px;
}


.titulo h2{
  font-size: 60px;
  font-family: 'Raleway';
  font-weight: bolder;
  color: #FFF;
  margin-top: 165px;
  margin-bottom: 0px;
}

.bread{
  font-family: 'open_sansregular';
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 5px;
}

.bread a{
  color: #FFF;
  font-weight: bold;
}

p{
  font-family: 'open_sansregular';
  color: #333333;
  font-size: 15px;
}

/* contato */

.pg-contato h3{
  color: #333;
  font-size: 38px;
  font-family: 'Raleway';
  font-weight: bold;
}

.pg-contato iframe{
  width: 100%;
  height: 305px;
}

.pg-contato form{
  background-color: #EBEBEB;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}

.pg-contato form input{
  margin-bottom: 5px;
}

.pg-contato form textarea{
  height: 96px;
  margin-bottom: 10px;
}

.pg-contato form input,
.pg-contato form textarea
{
  font-size: 12px;
  font-family: 'Arial'
}

.btn-enviar-contato{
  display: block;
  background-color: #AF174C;
  border: none;
  width: 108px;
  height: 30px;
  line-height: 30px;
  float: right;
  color: #FFF!important;
  font-family: 'Raleway'!important;
  font-size: 15px!important;
  transition: all .2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-enviar-contato:hover{
  background-color: #D24D7B;
}

/* links */

.link{
  display: block;
  padding: 10px;
  background-color: #FFF;
  color: #525252;
  font-family: 'open_sansregular';
  font-size: 15px;
  transition: all .2s linear;
  margin-bottom: 20px;
}

.link img{
  float: left;
  margin-right: 10px;
}

.link b{
  display: block;
}

.link:hover{
  color: #525252;
  background-color: #EAEAEA;
}

/* quem */

.pg-quem p{
  margin-bottom: 20px;
}

.mvv{
  padding: 15px;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

.mvv + .mvv{
  margin-top: 42px;
}

.mvv p{
  margin-bottom: 10px;
}

/* segmentos */

.segmento{
  width: 261px;
  height: 261px;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 80px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Raleway';
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.segmento img{
  margin-bottom: 5px;
}

/* servicos */

.servico{
  display: block;  
  width: 285px;
  height: 220px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  position: relative!important;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  transition: all .2s linear;
  float: left;
  vertical-align: bottom;
}

.servico:hover{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE 6-9 */
  transition: all .2s linear;
}

.servico div{
  bottom: 10px;
  left: 0px;
  font-family: 'Raleway';
  font-size: 22px;
  color: #FFF;
  /*padding: 5px;*/
  position: absolute;
}

.servico span{  
  background-color: #AF174C;
  line-height: 1;
  padding: 5px;
}

.pg-servicos h1{
  font-family: 'Raleway';
  font-weight: bold;
  color: #333;
  font-size: 38px;
  margin-top: 0;
}

.btn-voltar{
  background-color: #7C1544;
  border: none;
  width: 117px;
  height: 33px;
  line-height: 33px;
  float: left;
  margin-top: 10px;
  font-family: 'Raleway';
  font-weight: lighter;
  color: #FFF;
  font-size: 16px;
  transition: all .2s linear;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.btn-voltar:hover{
  background-color:#BC2E6F;
  color: #FFF;
}


.segmento{
  display: inline-block;
}

.seg-resumo{
  font-family: 'open_sansregular';
  font-size: 15px;
  color: #333;
}

/* responsivo */

  
  /* menu responsivo */
  
  .navbar-collapse{  
    padding-left: 0;
    padding-right: 0;
  }
  
  @media (max-width: 991px) {
  
    .navbar{
      margin-top: 20px;   
      width: 100%; 
    }
  
    .navbar h3{
      margin: 0;
      line-height: 48px;
      padding-left: 10px;
    }
  
    .navbar-header{
      background-color: #FFF;
      border: 1px solid #000;
  
      cursor: pointer;    
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }
  
    .navbar-button{
      float: right;
    }
  
    .icon-bar{
      background-color: #000;
    }
  
    menu>li{
      display: block;
    }
  
    menu>li>a{
      text-align: left;    
      margin-right: 0;
      padding: 5px 15px;
    }
  
    .navbar-menu{
      background-color: #FFF;
      border: 1px solid #000;
  
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }
      
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
      display: none!important;
    }  
    .navbar-collapse.collapse.in { 
      display: block!important;
    }
    .collapsing {
      overflow: hidden!important;
    }
  }

  /* Large desktops and laptops */
  @media (min-width: 1200px) {
    .header .col-lg-4{
      text-align: left;
    }
  }  

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

    .header{
      background-color: #F8F8F8;
      height: 158px;
    }

    .navbar{
      margin-top: 50px;
    }

    .telefone{
      margin-top: 60px;
    }

    #prev{
      right: 180px;
    }

    #next{
      right: 130px;
    }

    .destaques{
      width: 202px;
      height: 202px;
      font-size: 15px;
      padding-top: 50px;
    }

    .segmento{
      width: 202px;
      height: 202px;
      font-size: 15px;
      padding-top: 50px;
      margin: 0 auto;
      margin-bottom: 20px;
    }

    #prev2{
      left: 30px;
    }

    #next2{
      left: 80px;
    }

    .menu li{
      margin-right: 6px;
    }

  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {

    .header{
      background-color: #F8F8F8;
      position: static
    }

    .telefone{
      text-align: center;
      margin-top: 0px;
    }

    .menu li{
      display: block;
      padding: 5px;
    }

    #prev{
      right: 50px;
    }

    #next{
      right: 0px;
    }


    .hservicos-mascara{
      text-align: center;
    }

    #prev2{
      left: auto;
      right: auto;
      position: relative;
      display: inline-block;
      top: -20px;
    }

    #next2{
      left: auto;
      right: auto;
      position: relative;
      display: inline-block;
      top: -20px;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .header{
      background-color: #F8F8F8;
      position: static
    }

    .telefone{
      text-align: center;
      margin-top: 0px;
    }

    .destaques{
      width: 202px;
      height: 202px;
      font-size: 15px;
      padding-top: 50px;
      margin: 0 auto;
      margin-bottom: 10px;
    }

    .segmento{
      width: 202px;
      height: 202px;
      font-size: 15px;
      padding-top: 50px;      
      margin: 0 auto;
      margin-bottom: 20px;
    }

    .pg-home h1{
      font-size: 35px;
    }

    .menu li{
      display: block;
      padding: 5px;
    }

    #prev{
      right: 70px;
      top: 5px;
    }

    #next{
      right: 20px;
      top: 5px;
    }

    .hservicos-mascara{
      text-align: center;
    }

    #prev2{
      left: auto;
      right: auto;
      position: relative;
      display: inline-block;
      top: -20px;
    }

    #next2{
      left: auto;
      right: auto;
      position: relative;
      display: inline-block;
      top: -20px;
    }

    .titulo h2{
      margin-top: 105px;
      font-size: 50px;
    }

    .mvv{
      margin-bottom: 40px;
    }

    .servico{
      float: none;
      margin: 0 auto;
      margin-bottom: 20px;
    }
      

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    .col-xs-6{
      width: 100%;
    }

    #prev2{
      left: auto;
      right: auto;
      position: relative;
      display: inline-block;
      top: -5px;
    }

    #next2{
      left: auto;
      right: auto;
      position: relative;
      display: inline-block;
      top: -5px;
    }

    .area2 h2{
      font-size: 25px;
    }

  }
/* /responsivo */
