@font-face {
    font-family: 'calibri';
    src: url(../fonts/calibri.woff);
}
@font-face {
    font-family: 'calibriz';
    src: url(../fonts/calibriz.woff);
}
@font-face {
    font-family: 'HelveticaMed';
    src: url(../fonts/HelveticaMed.woff);
}
body{
	padding-top: 100px;
	font-family: "calibri";
}
.navbar {
    position: fixed;
    min-height: 95px;
    margin-bottom: 20px;

    border-bottom: 5px solid #FFC500;
}
.navbar-header{
	background: url(../img/iconetopo.png) bottom right no-repeat;
    height: 90px;
    padding-right: 40px;
}
.navbar-nav{padding: 0 20px;}
.navbar-nav>li{
	margin:0 10px;
}
.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 00px;
    line-height: 90px;
    font-size: 25px;
    color:#FFC500 !important;
    font-family: "calibri";
    border-top: 5px solid #343434;
}

.navbar-inverse .navbar-nav a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {    
    border-top: 5px solid #FFC500;
    background: transparent;
    color:#FFF !important;
}
#home{
	background: url(../img/fundo.jpg) bottom center;
}
.btsaiba{
	background: url(../img/chain.png) center bottom no-repeat;
	padding-bottom: 180px;
}
#quem-somos{
	background: url(../img/bg_bike.png) bottom left no-repeat;
	background-size:contain;
}
#quem-somos h1{
	color: #FFC500;
	font-size: 50px;
}
#quem-somos p {
	font-weight: bold;
	margin-bottom: 130px;
	text-shadow: 1px 1px #fff;
}
.acertabt{
	margin-top: -10%;
}
#foot1{
	background: #1b1b1b;
	padding:20px 0 0 0;
	color:#FFF;
	font-size: 15px;
}
.amarelo{
	color:#FFC500;
}
#foot1 ul{
	list-style-type: none;
	padding: 0 0;
	margin-top: 10px;
}
#foot1 li{
	
	font-size: 17px;
}
#foot1 li a{
	color:#FFF;
}
#foot2{
	background: #FFC500;
	padding:30px 0;
	color:#333;
	font-size: 15px;
}
.titulopag{
    text-align: center;
    margin: 30px 0 40px 0;
}
.titulopag:before{
    content: '';
    position: absolute;
    top: 20px;
    right: 10%;
    width: 80%;   
    background: #FF6D00;
    height: 2px;
    z-index: -1;
}
.titulopag h1{
    color:#111;
    font-family: "Helvetica";
    text-transform: uppercase;  
    display:inline;
    width:auto;
    padding:10px 20px;    
    font-style: italic;
}
#home input{
	margin-bottom: 20px;
}
.btn-laranja{
    background-color:#111;
    color: #FFC500;
    font-weight: bold;
    margin-top: 20px;
    height: 47px;
}
.btn-laranja:hover{
    background-color:#111;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}


.bggif{
    background: url(https://media.giphy.com/media/xUPGcJMY8HqIIkCuwU/source.gif) bottom center no-repeat;
}
@media (max-width: 530px){
    .bggif{
        background: none;
    }
}

#foot1 table tr{
        height: 50px;
}