@font-face {
	font-family: 'TheSansBlackPlain';
	font-weight: normal;
	font-style: normal;
	src: url(/css/fonts/TheSansBlackPlain.woff) format('woff');
}

@font-face {
	font-family: 'TheSansSemiBoldPlain';
	font-weight: normal;
	font-style: normal;
	src: url(/css/fonts/TheSansSemiBoldPlain.woff) format('woff');
}

@font-face {
	font-family: 'TheSansPlain';
	font-weight: normal;
	font-style: normal;
	src: url(/css/fonts/TheSansPlain.woff) format('woff');
}

@font-face {
	font-family: 'TheSansItalic';
	font-weight: normal;
	font-style: normal;
	src: url(/css/fonts/TheSansItalic.woff) format('woff');
}

html, body{
	width: 100%;
	height: 100%;
    position: relative;
}

body{
	background: url(/imagens/fundo.jpg) no-repeat center / cover;
	overflow: hidden;
}

* {	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

#logo {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin: auto;
}

.bloco_conteudo {
	position: absolute;
	text-align: center;
	top: 30%;
	left: 0;
	right: 0;
	padding: 3%;
}

.bloco_conteudo h2 {
	font-family: 'TheSansBlackPlain';
    font-size: 60px;
    color: #eeeae2;
    margin-bottom: 25px;
}

.bloco_conteudo p {
	font-family: 'TheSansSemiBoldPlain';
	font-size: 24px;
    color: #eeeae2;
}

#faixa {
    position: absolute;
    width: 200px;
    bottom: 130px;
    z-index: 1;
    left: 4%;
}

#diabinho {
    position: absolute;
    width: 340px;
    bottom: 190px;
    z-index: 1;
    right: 0;
}

.footer{
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
    background: #311716;
	height: 190px;	
    padding: 25px 5% 0;
}

.footer p,
.footer a{
	font-family: 'TheSansPlain';
	color: #e2ddcf;
	font-size: 13px;
}

.footer b{
	font-family: 'TheSansSemiBoldPlain';
	font-size: 15px;
	color: #e2ddcf;
}

.footer i:not(.fa){
	font-family: 'TheSansItalic';
	color: #e2ddcf;
}

.footer .coluna15 {
	width: 15%;
	display: inline-block;
	position: relative;
	padding: 0 15px;
	vertical-align: bottom;	
    margin-bottom: 25px;
}

.footer .coluna16 {
	width: 15%;
	display: inline-block;
	position: relative;
	padding: 0 15px;
	vertical-align: top;	
    margin-top: 25px;
}

.footer .coluna20{
	width: 20%;
	display: inline-block;
	position: relative;
	padding: 0 15px;
	vertical-align: top;
}

.footer .coluna40 {
	width: 19%;
	display: inline-block;
	text-align: right;
}
.footer .coluna50 {
	width: 10%;
	display: inline-block;
	position: relative;
	padding: 0 5px;
	vertical-align: top;
}


#lusiaves {
    width: 150px;
}


.footer #logo_footer{
	width: 100%;
}


@media screen and (max-width: 1600px) {
	
	#logo {
		width: 170px;
	}
	
	.bloco_conteudo {
		top: 13%;
	}
}

@media screen and (max-width: 1150px) {
		
	.footer p, 
	.footer a {
		font-size: 12px;
		line-height: 17px;
	}
}

@media screen and (max-width: 992px) {
		
	html, body{
		width: 100%;
		height: auto;
		position: initial;
	}
	
	body{		
		overflow: initial;		
	}
	
	.bloco_conteudo {
		position: relative;		
		margin-top: 120px;
		margin-bottom: 150px;
	}
	
	.bloco_conteudo h2 {		
		font-size: 5vW;
	}
	.bloco_conteudo p {		
		font-size: 2.5vW;
	}
		
	.footer{
		position: relative;
		height: auto;
	}
		
	.footer .coluna15,
	.footer .coluna20,
	.footer .coluna40{
		width: 100%;
		vertical-align: unset;		
	}
	
	#faixa {
		width: 130px;
		bottom: 190px;
		left: 0;
	}
	
	#diabinho {
		width: 210px;
	}
}

@media screen and (max-width: 600px) {
	
	.bloco_conteudo h2 {
		font-size: 28px;
	}
	
	.bloco_conteudo p {		
		font-size: 18px;
	}
	
	#faixa {
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#diabinho {
		display: none;
	}
}