@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-webfont.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;

}

@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-r-webfont.eot');
    src: url('../fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-r-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-r-webfont.woff') format('woff'),
         url('../fonts/ubuntu-r-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-b-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/ubuntu-l-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* Pré formatações */
.container{
  max-width: 1000px;
}
a:hover{
  color: #F8E650;
}
::-moz-selection{
  background: #F8E650;
}
::selection{
  background: #F8E650;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #F8E650;
  border-color: #F8E650;
}
.editor{
  /*font*/
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  /*font*/
}

/* css do tema */

/* header */

.header{
  /*background-image: url(../imagens/silhueta.png);*/
  background-position: center bottom;
  background-repeat: repeat-x;
}

/*
  Faça aqui o
  melhor css do mundo!
*/

body{
  background-color: #F5EFD3;
}

a.logo img{
  margin-top: 5px;
  margin-bottom: 5px;
}

.tel{
  text-align: right;
  margin-top: 25px;
  font-family: 'ubunturegular';
  font-size: 17px;
  color: #000;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #000;
  text-align: center;
}

.menu>li{
  display: inline-block;
  margin-right: 55px;
  padding-right: 59px;
  background-image: url(../imagens/separador-menu.png);
  background-position: right 18px;
  background-repeat: no-repeat;
  position: relative;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;
  line-height: 42px;
  font-family: 'ubuntulight';
  color: #FFF;
  font-size: 16px;
}

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

.menu>li:hover>a,
.menu>li>a.active{
  color: #F8E650;
}


/* menu responsivo */

  .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
  }

  .navbar{
    margin-bottom: 0;
    min-height: auto;
    border: none;
  }

  @media (max-width: 991px) {

    .navholder{
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 15px;
    }

    .navbar{
      margin-top: 20px;
      width: 100%;
    }

    .navbar h3{
      margin: 0;
      line-height: 48px;
      padding-left: 10px;
      color: #E4C044;
    }

    .navbar-header{
      background-color: #000;
      border: 1px solid #E4C044;
      cursor: pointer;
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

    .navbar-button{
      float: right;
    }

    .icon-bar{
      background-color: #E4C044;
    }

    .menu{

    }

    .menu>li{
      display: block;
      background-image: none;
      float: none;
      margin-right: 0;
      padding-right: 0;
      background-image: none;
    }

    .menu>li>a{
      text-align: left;
      margin-right: 0;
      padding: 5px 15px;
      color: #E4C044;
    }

    .menu>li>a.active,
    .menu>li:hover>a{
      color: #FFE073;
    }

    .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;
    }
  }
/* menu responsivo */

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

.banner{
  height: 620px;
  overflow: hidden;
  width: 100%;
}

.banner a{
  display: block;
  width: 100%;
  height: 620px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: cover;
}

.footer{
  padding: 20px 0;
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #444444;
  line-height: 1.7;
}

.footer span{
  display: block;
  margin-top: 5px;
}

.footer a img{
  position: relative;
  top: -5px;
}

.titulo{
  background-image: url(../imagens/fundo-titulo.jpg);
  height: 113px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.titulo h2{
  margin-top: 0;
  margin-bottom: 0;
  background-image: url(../imagens/traco-titulo.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  font-family: 'ubuntulight';
  font-size: 45px;
  color: #2C2C2C;
  padding-bottom: 34px;
  height: 83px;
}

.internas{
  background-color: #FFF;
  min-height: 300px;
  padding-bottom: 50px;
}

.bread{
  text-align: right;
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 50px;
}

.bread a{
  color: #333;
}

.atuacao{
  display: block;
  height: 313px;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #444444!important;
  line-height: 1.2;
  transition: all .2s linear;
}

.ahover{
  width: 221px;
  height: 156px;
  position: absolute;
  z-index: 1;
  background-color: rgba(30,30,30,0.63);
  text-align: center;
  transition: all .2s linear;
}

.atuacao:hover .ahover{
  opacity:0;
  filter:alpha(opacity=00);
  -moz-opacity:0;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=00)
}

.ahover span{
  font-family: 'ubuntulight';
  color: #FFF;
  font-size: 20px;
  transform: translate(-50%,-50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

.borda{
  display: block;
  height: 4px;
  background-color: #DDB955;
  margin-bottom: 10px;
}

.pg-contato h3{
  margin-top: 0;
  font-family: 'open_sansregular';
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.pg-contato form{
  border: 1px solid #A4A4A4;
  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,
.pg-contato form select,
{
  font-size: 12px;
  font-family: 'Arial'
}

.pg-contato form div .btn-enviar-contato{
  display: block;
  background-color: #C09239;
  border: none;
  padding: 5px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-family: 'ubunturegular';
  font-size: 16px;
  transition: all .2s linear;
}

.pg-contato form div .btn-enviar-contato:hover{
  background-color: #F9B126;
}


.editor, .editor p, .editor li{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #333;
}

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


.pg-equipe h3{
  margin-top: 0;
  font-family: 'open_sansregular';
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
}

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


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



  }

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

    .header{
      background-image: none;
    }

  }

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

    .header{
      background-image: none;
    }

    .footer *{
      text-align: center!important;
    }

    .wp-caption{
      width: 100%!important;
      max-width: 100%!important;
    }

    .bannerholder img{
    display: none;
    }    

  }

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

    .header{
      text-align: center;
    }

    .tel{
      text-align: center;
    }

    .col-xxs-12{
      width:100%!important;
    }

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

    .titulo h2{
      text-align: center;
    }

    .bannerholder img{
    display: none;
    }

  }
/* /responsivo */


a.logo img{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.bannerholder .container{
  position: relative;
}

.bannerholder img{
  position: absolute;
  top: -157px;
  right: 00px;
  z-index: 1;
}



.pg-historia p{
  font-size: 16px;
}

.pg-historia .alignright{
  margin: 0px 0 15px 0px!important
}

#attachment_106{
  width: 468px!important;
}

.tel{
  position: relative;
  z-index: 9;
}
