@font-face {
	font-family: 'TolyerBookN1';
	font-weight: normal;
	font-style: normal;
	src: url(/css/fonts/TolyerXVintageN1.woff) format('woff');
}

@font-face {
	font-family: 'AndesRounded';
	font-weight: normal;
	font-style: normal;
	src: url(/css/fonts/AndesRounded.woff) format('woff');
}

@font-face {
	font-family: 'AndesRoundedBold';
	font-weight: normal;
	font-style: normal;
	src: url(/css/fonts/AndesRoundedBold.woff) format('woff');
}

html, body{
	width: 100%;
	height: 100%;
    position: relative;
	background: url(/imagens/background.jpg) no-repeat center / cover;
	/*overflow: hidden;*/
}

* {	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

#logo {
    position: absolute;
    width: 300px;
    top: 3%;
    left: 0;
    right: 0;
    margin: auto;
}

.bloco_conteudo {
	position: absolute;
	text-align: center;
	top: 24%;
	left: 0;
	right: 0;
	padding: 3%;
}

.bloco_conteudo h2 {
	font-family: 'TolyerBookN1';
	line-height: 30px;
    color: #ba7d18;
    font-size: 60px;
    margin: 0;
}

.bloco_conteudo h3 {
	font-family: 'TolyerBookN1';
	font-size: 40px;
    color: #ba7d18;
    margin: 0;
}

.bloco_conteudo p {
	font-family: 'AndesRounded';
	font-size: 17px;
	color: #333;
    margin-top: 25px;
}
.bloco_conteudo p b {
	font-family: 'AndesRoundedBold';
}

.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    background: url(/imagens/footer.png) no-repeat top / cover;
	height: 305px;	
    padding: 25px 10px 0;
	z-index: 1;
}

.footer p,
.footer a{
	font-family: 'AndesRounded';
	color: #fff;
}

.footer b{
	font-family: 'AndesRoundedBold';
}

.footer .col_centro {
    position: absolute;
    background: transparent;
    left: 70px;
    right: 0;
    bottom: 80px;
    width: 38%;
    margin: auto;
	font-size: 18px;
}

.footer .col_direita {
    position: absolute;
    background: transparent;
    right: 0;
    bottom: 20px;
    width: 20%;
    margin: auto;
    padding: 0 25px;
    font-size: 14px;
}

.footer .coluna-4{
	width: 33%;
	display: inline-block;
	float: left;
}

.footer .coluna-6{
    width: auto;
    display: inline-block;
    margin: auto;
}


.footer #logo_footer{
	width: 100%;	
    max-width: 150px;	
    margin: 10px 0 0 10px;
}

#placa {
    max-width: 100%;
    position: absolute;
    bottom: 10px;    
    right: 72%;
}


@media screen and (max-width: 1480px) {
	
	.footer .col_centro {
		bottom: 100px;
		left: 0;
		width: 50%;
	}
	
	.footer .col_direita {
		right: 0;
		left: 0;
		bottom: 0;
		text-align: center;
		width: 50%;
	}
}

@media screen and (max-width: 992px) {
	
	html, body{
		width: 100%;
		height: auto;
	}
	
	#logo {
		width: 210px;
		top: 5px;
	}
	
	.bloco_conteudo {
		position: relative;
		top: unset;
		padding-top: 170px;
	}
	
	.bloco_conteudo h2 {
		font-size: 45px;
	}
	
	.bloco_conteudo h3 {
		font-size: 32px;
	}
	
	#placa {
		width: 180px;
		bottom: 220px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.footer{		
		position: relative;
		margin-top: 105px;
	}
}

@media screen and (max-height: 800px) {
	
	#logo {		
		width: 150px;
	}
	
	.bloco_conteudo {
		padding-top: 120px;
		top: 0;
	}
	
	.bloco_conteudo h2 {
		font-size: 35px;
	}
	
	.bloco_conteudo h3 {
		font-size: 21px;
	}
	
	.footer {
		height: 265px;
	}
	
	.footer .col_centro,
	.footer .col_direita {
		font-size: 16px;
	}
	
	#placa {
		width: 270px;
	}
}

@media screen and (max-width: 860px) {
	
	.footer .col_centro {
		width: 100%;
		padding: 0 40px;
		text-align: center;		
		font-size: 16px;
	}
	
	.footer .col_direita {
		width: 100%;
	}
	
	.footer .coluna-4 {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	
	#logo {		
		width: 150px;
	}
	
	.bloco_conteudo {
		padding-top: 120px;
	}
	
	.bloco_conteudo h2 {
		font-size: 35px;
	}
	
	.bloco_conteudo h3 {
		font-size: 21px;
	}
}