@font-face {
    font-family: 'Schadow';
    src: url('../font/schadowbtroman-webfont.woff2') format('woff2'),
         url('../font/schadowbtroman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0px;
	padding: 0px;
}
html {
	
}
*:focus {
	outline: none;
}
body {
	background-color:#fff;
	font-size: 100%;
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
	overflow-x: hidden;
	color: #FFF;
}
.base {
    position: relative;
    margin: 0px auto;
    max-width: 1020px;
    width: 100%;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
::selection {
	background: #bb9a66;
	color: #FFF;
}
::-moz-selection {
	background: #bb9a66;
	color:#FFF;
}
.hidden {
	display: none;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
a:hover {
	opacity: 0.5;
}
h1 {
    font-family: 'Schadow', sans-serif;
    font-size: 18px;
    font-weight: 100;
    float: left;
    margin: 0px;
    color: #bb9a66;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    clear: both;
}
h2 {
    font-family: 'Schadow', sans-serif;
    font-size: 25px;
    padding: 40px;
    margin: 10px auto;
    color: #000000;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/barra.png) no-repeat center bottom;
}
p {
    color: #000000;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    width: 60%;
    margin: 50px 20% 10px;
}
ul {
	margin:0px;
	padding:0px;
}
#header {    
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 80px;
    transition: all 0.3s ease;
    background: rgba(0,0,0,1);
}
ul li {
	list-style: none;
}
#menu {
    float: right;
    margin: 0px auto;
    right: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.logo {	
    position: relative;
    float: left;
    z-index:9999;
    margin: 20px;
}
.logo a {
    display: block;
    text-indent: -9999em;
    height: 40px;
    width: 140px;
    text-transform: uppercase;
    background: url(../img/logo.png) no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease;
}
.logo a:hover {
	opacity: 0.5;
}
.menufixo {
    height: 60px !important;
    background: rgba(255,255,255,1) !important;
}
.menufixo .logo {
    margin: 10px;
    position: fixed;
}
.menufixo .logo a {	
    background-size: contain !important;
    background-position-x: 0% !important;
    height: 40px !important;
}
.menufixo #menu {
	margin: 5px !important;
}
.menufixo #menu li {
    padding: 15px 10px !important;
}
.menufixo #menu ul li a {
    color: #000000;
}
#menu ul {
    margin: 0px;
    float: right;
    transition: all 0.3s ease;
}
#menu ul li {
    float: left;
    padding: 30px 10px;
    margin: 0px 0px 0px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#menu ul li a {
    font-family: 'Schadow', sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
#menu ul li a:hover {
    color: #bb9a66;
	opacity:1;
}
#menu ul li a img, #menumob ul li a img{	
    margin: 0px 6px -2px 0px;
}
#menu ul li:nth-child(7) a{
	border-left:1px solid #414042;
}
#menu ul li:nth-child(8) a{
	border-right:1px solid #414042;
    margin-right: 10px;
}
#sub{
    display: none;
    position: absolute;
    width: 240px;
    padding-bottom: 15px;
    background: #fff;
}
.ativo {
    color: #bb9a66 !important;
	font-weight:bold;
    opacity:1 !important;
}

.submob a {
    font-size: 11px;
    color: #fff !important;
}
.submob {
    margin: 5px 0px !important;
}

/*BANNER*/
#home {   
    display: block;
    height: 500px;
    float: left;
    margin-top: 80px;
    width: 100%;
    position: relative;
    z-index: 0;
    background: url(../img/banner.jpg) no-repeat center center;
    background-size: cover;
}    
.meuslide {
    width: 100%;
}
#slides {
	display: none
}
#home a:hover{
	opacity:1;
}
#slides .slidesjs-navigation {
	margin-top:3px;
}
#slides .slidesjs-previous {
	margin-right: 5px;
	float: left;
}
#slides .slidesjs-next {
    margin-top: 230px;
    position: absolute;
    z-index: 999;
    width: 80px;
    min-height: 80px;
    max-width: 20%;
    display: block;
    right: 0px;
    float: right;
    box-shadow: -10px 10px rgba(0,0,0,0.5);
    background: url(../img/seta.png) no-repeat center center;
	background-size:cover;
}
#home h1 {
    font-family: 'Schadow', sans-serif;
    margin: 65px 60px;
    padding: 0px;
    text-align: left;
    width: 50%;
    font-size: 40px;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: transparent;
    clear: none;
}
.titulo {
    margin: 135px 0px;
    float: left;
    width: 100%;
}
.titulo img {
    float: left;
    padding: 30px 70px;
    border-right: 1px solid #979797;
}
.info, .infomob {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    float: left;
    color: #000000;
    font-size: 12px;
    text-align: center;
    letter-spacing: 3px;
    width: 100%;
    padding: 30px 0px;
}
.slidesjs-pagination {
	display:none;
}
.bloco {
    float: left;
    padding: 4%;
    width: 92%;
    position: relative;
    overflow: hidden;
}
.blocofull {
    float: left;
    padding: 0%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*COLUNAS*/
.col1{width:100%; float:left;}
.col2{width:50%; float:left;}
.col3{width:33.33333%; float:left;}
.col4{width:25%; float:left;}
.col5{width:66.66666%; float:left;}
.col6{width:75%; float:left;}
.col7{width:20%; float:left;}
.col8{width:80%; float:left;}

.esq{float:left;}
.dir{float:right;}
/*AREAS*/
#areas-atuacao {
    background: url(../img/bg.png) repeat center center;
	background-size:cover;
}
#areas-atuacao h1{
    color: #000000;
    font-size: 25px;
}
#areas-atuacao p {
    line-height: 20px;
    margin: 80px auto 40px;
}
.areaitem {
    float: left;
    width: 44%;
    margin: 30px 3%;
    height: 130px;
}
.areaitem h3 {
    font-size: 38px;
    margin: 5px 0px;
    background: url(../img/brace.png) no-repeat center center;
    height: 70px;
    width: 30%;
    line-height: 70px;
    color: #000;
    float: left;
}
.areaitem p {
    text-align: justify;
    width: 70%;
    font-size: 14px;
    line-height: 25px !important;
    margin: 0px !important;
    float: right;
}
#galeria{margin:40px 0px;}
/*PROFISSIONAIS*/
.profitem {
    width: 80%;
    margin: 40px 10%;
    float: left;
}
.profitem img {
    float: left;
    width: 45%;
    margin-right: 5%;
}
.profitem h1 {	
    font-family: 'Roboto', sans-serif;
    color: #000000;
    text-align: left;
    width: 50%;
    font-weight: 400;
    clear: none;
}
.profitem h2 {	
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 0px;
    color: #bb9a66;
    margin-bottom: 20px;
    float: right;
    font-weight: 400;
    width: 50%;
    text-align: left;
    background: transparent;
}
.profitem p {
    width: 50%;
    float: right;
    font-size: 14px;
    margin: 0px;
    text-align: left;
    line-height: 25px;
}
/*ACESSE*/
#links {
    background: url(../img/bg_links.jpg) repeat center center;
    background-size: cover;
}
.linkitem {
    float: left;
    height: 90px;
    width: 30%;
    margin: 20px 1.666666%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.linkitem:hover {
	opacity:0.5;
}
.linkitem p {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    width: 100%;
    margin: 15px 0px;
    letter-spacing: 2px;
}
/*CONTATO*/
#fale {
    float: left;
    margin-top: 50px;
    margin-left: 20%;
    width: 60%;
}
#fale input, #fale textarea {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    padding: 0px 10px;
    margin: 0px 1% 20px;
    background: #ffffff;
    border: 1px solid #5a5a5a;
    float: left;
    height: 40px;
    width: 31.33333%;
    font-size: 14px;
}
#fale textarea {
    height: 130px;
    width: 98%;
    resize: none;
    padding: 15px 10px;
}
.meio {
    width: 48% !important;
}
#fale input[type=submit] {
    text-align: center;
    border: none;
    font-size: 15px;
    float: right;
    color: #bb9a66 !important;
    padding: 5px 10px;
    width: 18%;
    height: 35px;
    font-weight: 800;
    background: #111416;
}
#fale input[type=submit]:hover {
    opacity: 1;
    color: #111416 !important;
    background: #bb9a66 !important;
}
#fale input:hover, #fale textarea:hover {
    background: #fef1d3 !important;
}
#fale input.error, textarea.error {
	background: #fff5f5 !important;
}   
#contato p, #contato a {
    color: #5a5a5a;
    font-size: 12px;
    float: left;
    text-align: left;
    line-height: 20px;
    margin: 0px 7px;
    width: 70%;
}
input, textarea {
	border: none;
	/*-webkit-appearance: none;*/
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.success {
    margin: 20px 0px 0px 5px !important;
    color: #bb9a68 !important;
    font-size: 16px !important;
}
label.error {
	display: none !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:  #111416;
}
::-moz-placeholder { /* Firefox 19+ */
  color:  #111416;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #111416;
}
:-moz-placeholder { /* Firefox 18- */
  color:  #111416;
}
/*FOOTER*/
#footer {
    z-index: 9;
    position: relative;
    width: 100%;
    float: left;
    padding: 40px 0px;
    margin-top: 50px;
    background: #111416;
}
#footer img {margin:0px 30px;}
#footer p {	
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    color: #5a5a5a;
    float: right;
    margin: 0px;
}
#menumob {
	display:none;    
    position: fixed;
    right: 0;
    top: 0;
    /*height: 100%;*/
}
#menumob ul {
    margin-top: 20px;
    position: fixed;
    width: 140px;
    right: -180px;
    top: 40px;
    height: 100%;
    background: #000000;
	padding: 20px 20px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#menumob li {
    margin: 10px 0px;
}
#menumob ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    margin: 30px 0px;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
#nav-icon4 {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 20px 20px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon4 span {
  display: block;
  position: absolute;
   height: 5px;
   width: 100%;
   background: #111416;
   border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
}
.mostra{	
    right: 0px !important;
}

.infomob{display:none;}
.info{display:block;}

#galeriamob {
    display: none !important;
    margin:20px 0px;
}
#galeria {display:block;}



#galeriamob .slidesjs-previous {
	margin-top: -35%;
    position: absolute;
    z-index: 9999;
    display: block;
    left: 5%;
    float: right;
    height: 30px;
    width: 30px;
    text-indent: -999em;
    background: url(../img/controls.png) no-repeat top left;

}
#galeriamob .slidesjs-next {
	margin-top: -35%;
    position: absolute;
    z-index: 999;
    display: block;
    right: 5%;
    float: right;
    height: 30px;
    width: 30px;
    text-indent: -999em;
    background: url(../img/controls.png) no-repeat top right;
}
.lSSlideOuter {
    margin-bottom: 30px;
}

/*MOBILE*/
@media all and (max-width: 900px) and (min-width: 300px) {	
.infomob{display:block;}
.info{display:none;}
#banner {display:none;}
#galeria,.lSSlideOuter {display:none;}
#galeriamob {display:block !important;}
#header {
    height: 60px;
    background: #ffffff;
    position: fixed;
}
#menu {display:none;}
#menumob {display:block;}
#fale {
    width: 100%;
    margin: 0px;
}
.logo {
    margin: 10px;
    position: fixed;
}
.logo a {	
    background-size: contain !important;
    background-position-x: 0% !important;
    height: 40px !important;
}
p {
    font-size: 15px;
    line-height: 25px;
    width: 90%;
    margin: 50px 5% 10px;
}
#home h1 {
    margin: 10px 3% 10px 3%;
    font-size: 68px;
    padding: 2%;
    white-space: normal;
}
#home {
	height: auto;
    margin-top: 60px;
}
.direita {
    margin: 50px 4% 50px 4% !important;
}
.areaitem {
    width: 85%;
    margin: 30px 5% 50px;
    height: auto;
}
.profitem img {
    float: left;
    width: 100%;
    margin-right: 0%;
	margin-bottom:20px;
}
.profitem p,.profitem h2,.profitem h1 ,#contato p {
    width: 100%;
    text-align: center;
}
.linkitem {
    width: 46%;
}
h1 {
    font-size: 36px;
    margin: 20px 0px;
}
.info,.infomob {
    width: 90%;
    margin: 0px 5%;
}
.col2{width:100%; float:left;}
.col3{width:100%; float:left;}
.col4{width:100%; float:left;}
.col5{width:100%; float:left;}
.col6{width:100%; float:left;}
.col7{width:100%; float:left;}
.col8{width:100%; float:left;}
.titulo img {
    border-right: none;
    float: none;
}
.titulo {margin: 90px 0px 30px;}
#home h1 {
    margin: 10px 3%;
    font-size: 26px;
    text-align: center;
    width: 90%;
}
#footer img {
    margin: 0px 20px;
    float: none;
}
#fale input, #fale textarea, .meio {
    width: 98% !important;
}
#footer p {
    text-align: center;
    float: none;
    margin: 40px 5% 0px;
}
}



.fixe {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 8px;
    display: inline-block;
    background: url(../img/fixe.png) top no-repeat;
    bottom: 2rem;
    right: 2rem;
    opacity: .6;
}
.fixe:hover {
    background-position: bottom;
    opacity: 1;
}


