@charset "utf-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css?family=Amatic+SC');*/
@import url('https://fonts.googleapis.com/css?family=Andika');

html,body{
	height:100%;
	margin:0px;
	padding:0px;
}

.conteudo{
	background-image: linear-gradient(#00A8C0, #9A5CD3);
	position:relative;
	min-height:100vh;
}

.faixa-topo{
	background-color:#FFFFFF;
	height:70px;
	opacity:0.25;
}

.centro{
	padding-bottom:40px;
	vertical-align:middle;
	width: 800px;
	margin: auto;
}

.logo{
	width:800px;
	height:184px;
	text-align: center;
	padding-top: 60px;
}

.faixa-rodape{
	position:absolute;
	background-color: rgba(255,255,255,0.25);
	height:200px;
	bottom:0;	
	width:100%;
}

.msg-rodape{
	/*font-family: 'Amatic SC', cursive;*/
	font-family: 'Andika', sans-serif;
	background:url(icone_chave.png) center left no-repeat;
	font-size:36px;
	color:#FFFFFF;
	text-align:center;
	margin:auto;
	margin-top:50px;
	height:86px;
	line-height:86px;
	width:400px;
	padding-left:100px;
}

.stores{
	padding-top: 60px;
	padding-bottom: 60px;
	width: 800px;
	margin: auto;	
	text-align: center;
}
.stores a{
	margin: 40px;
}
.msg-disponivel{	
	font-family: 'Andika', sans-serif;
	color: white;
	font-size: 24px;
	text-align: center;
	padding-top: 60px;
}
.descricao{	
	font-family: 'Andika', sans-serif;
	color: white;
	font-size: 16px;
	text-align: justify;
	padding-top: 60px;
}
.nota{
	text-align: center;
	color: white;
	font-family: 'Andika', sans-serif;
	font-size: 32px;
}
.avaliacoes{
	padding-top: 40px;
	text-align: center;
}
.avaliacoes img{
	margin: 20px;
	border-radius: 8px;
}