div{
	
}

.row.capainicial{
	height:auto;
	margin:auto;
}

@font-face {
     font-family: hillgates;
     src: url('font/Hillgates.otf');
}

.bk-inicial{
	background-image:url('../img/banner.jpg');
	background-size: cover;
	background-position: center;
}

.mobilecasa{
	display:none;
}

@media (min-height: 860px){
	.row.capainicial{
	height:100%;
	margin:auto;
}
}

@media (max-width:415px){
	.bk-inicial{
	background-image:url('../img/bannerresp.jpg');
	background-size: cover;
	background-position: center;
	}
	
	.mobilecasa{
	display:block;
}
.nomobile{
	display:none;
}
	
	.row.capainicial{
	height:auto;
	margin:auto;
}
	
	.btinicial {
    margin: auto !important;
    height: 100%;
	}
}

@media (min-width: 416px) and (max-width: 736px){
	.col-12{
		max-width:50% !important;
	}
	.botoes{
	    font-size: 22px;
	}
	
	.row.capainicial{
	height:auto;
	margin:auto;
}

}

p{
	font-family: hillgates;
}

.btinicial{
	margin: 400px auto;
}

.botoes{
	margin:auto;
	text-align: center;
	font-family: hillgates;
	color:white;
	font-size:42px;
	text-shadow: 1px 1px 10px black;
	
	width:40%;
}

a{
	color:white;
	border: 2px solid white;
	padding:2px 15px;
}
a:hover{
	color:white;
	text-decoration:none;
	
}