* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size-adjust: auto;
	align-content: center;
	align-items: center;
	
}
.contenedor {
	width:90%;
	max-width:10000px;
	margin:auto;
		align-content: center;
	align-items: center;

	/* Flexbox */
	display:flex;
	flex-flow:row wrap;
}
body {
	background:#e0e0e0;
}
header {
	background:black;
	width:100%;
	padding:0px;
 
	/* Flexbox */
	display: flex;
	justify-content:space-between;
	align-items:center;
	flex-direction:row;
	flex-wrap:wrap;

	
}

header .logo img{
 border-radius: 100px;
	margin: 7
	}

header .logo {
	color:#fff;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	font-size:1.2rem;
	letter-spacing:8;
	vertical-align: middle;
	
	
	
}

header .logo a {
	color:#fff;
	text-decoration: none;
	line-height:100px;
	vertical-align: top;
	
	
}
header nav {
	width:50%;
	/* Flexbox */
 
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	flex-grow:1;
	
	
}

header nav a {
	background:#383228;
	color:#fff;
	font-family:  'Hind', sans-serif;
	font-weight:300;
	letter-spacing:2.5;
	text-align: center;
	text-decoration: none;
	padding:10px;
	
 
	/* Flexbox */
	flex-grow:1;
}
 
header nav a:hover {
	background:#bcab93;
}


main {padding:100px;
    width:30%;
    display: flex;
	justify-content:space-between;
	align-items:center;
	flex-direction:row;
	flex-wrap:wrap;

	flex:1;
}
section {padding:0px;
    width:90%;
    align-content:center;
	

	flex:1 1 2%;
}
.img{
min-width: 100px;
	width:100%;
		display:flex;
	flex-wrap:wrap;

	margin-top: 2em;
	margin-bottom: 2em;
	}


footer {
	border-radius: 20px;
	background:black;
	width:100%;
	padding:20px;
 
	/* Flexbox */
	display: flex;
	justify-content:space-around;
	align-items:center;
	flex-direction:row;
	flex-wrap:wrap;
	align-content: center;

}
footer .disclaimer{
		font-family:'Hind', sans-serif;
	font-weight:300;
	color:#e0d9ce;
	text-align: center; 
	font-size:9px;

}
footer .rotulo{;
	text-align: center; 
	font-size:26px;
	
}
.rotulo a{
	text-decoration:none;
			font-family:'Hind', sans-serif;
	font-weight:600;
	color:#9e9282;
	
}
.rotulo a:hover{
	color:#e0d9ce;
	}
{}
