
/*------------------------------------*\
    Scroolbars
\*------------------------------------*/
::-webkit-scrollbar {  
    width: 8px;
    padding: 2px;  
}  
::-webkit-scrollbar-track {  
    background-color: #baa350;  
    /*border-left: 1px solid #ccc;*/  
}  
::-webkit-scrollbar-thumb {  
    background-color:#495817;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #4a310b;  
} 


/*------------------------------------*\
    RESET gdebrasil
\*------------------------------------*/
*
{
	margin:0;
	padding:0;
	border:0px;
	outline:0px;
	text-decoration:none;
	list-style:none;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	font-family:inherit;
	font-style:inherit;
	font-size:inherit;
	font-family: 'Montserrat', sans-serif;
}
html,
body {
	width: 100%;
  	height: 100%;
	background:#FFF;
}

*::selection {
  background: #ff5a00;
  color: white;
}

a{
 color:inherit; 
}
i {
 font-style: italic;
}
b {
    font-style: none;
}
u{
  text-decoration:underline !important;
}


/*------------------------------------*\
    Estrutura conteudo
\*------------------------------------*/

.topo {
	width: 100%;
	height: 100%;
    position: relative;
    background-color: #000;
    z-index: 995;
}
.topo_img{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(imgs/fundo.png) no-repeat;
    background-size: cover;
    opacity: .1
}
.conteudo {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    top: 25%;
    position: relative;
    z-index: 999;
    color: #FFF;
    text-align: left;
}
.conteudo:after  {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    overflow:hidden;
}
.conteudo_d {
    width: 22%;
    height: auto;
    position: relative;
    font-size: 29px;
    line-height: 45px;
    letter-spacing: -1px;
    font-weight: 500;
    float: left;
}
.conteudo_d b{
    font-weight: 900;
    color: #ff5a00;
}
.conteudo_s {
    width: 61%;
    height: auto;
    margin-left: 17%;
    position: relative;
    font-weight: 500;
    font-size: 58px;
    line-height: 75px;
    letter-spacing: -3px;
    float: left;
}
.conteudo_s b{
	font-weight: 900;
    color: #ff5a00;
}
.conteudo_site {
    width: 61%;
    height: auto;
    margin-left: 17%;
    position: relative;
    font-weight: 300;
    font-size: 33px;
    line-height: 60px;
    letter-spacing: -1.5px;
    float: right;
}
.conteudo_site a:hover b{
    color: #ff5a00;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.conteudo2 {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    top: 30%;
    position: relative;
    z-index: 999;
    color: #FFF;
    text-align: left;
}
/*------------------------------------*\
    Estrutura barra
\*------------------------------------*/
.barra {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 50px;
    background: #000;
    z-index: 999;
    color: #fff;
}
.conteudo_barra {
    width: 1000px;
    height: 60px;
    margin: 30px auto;
    position: relative;
    font-size: 15px;
    line-height: 20px;
}
.logo{
    position: relative;
    float: left;
}
.contato{
    position: relative;
    float: left;
    margin: 5px 0;
    margin-left: 19%;
    letter-spacing: 0px;
    font-weight: 100;
    line-height: 23px;
}
.contato b{
    font-size: 11.2px;
    font-weight: 100;
}
.social{
    position: relative;
    float: left;
    margin-left: 120px;
    margin-top: 13px;
}
.social li{
    position: relative;
    float: left;
    margin: 0 7px;
}
.social a:hover li{
    color: #ff5a00;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.social b{
    font-size: 14px;
    font-weight: 300;
}

/*----------------A SEGUIR DIVS ESCONDIDAS NO DESKTOP--------------------*/

.menu_mobile, .abremenu, .fechamenu, .logo_footerm {
	display: none;
}




