body{
	margin:0;
	padding:0%
	font-size:14px;
	font-family: 'Poppins', sans-serif;
}
a{
	color:#222;
	text-decoration: none;
}
a:hover{
	color:#000;
}
textarea:focus, input:focus{
    outline: none;
}
header{
	margin:0 auto;
	width:100%;
	text-align: center;;
	background:#222;

}
section.hero{
	background:#f0f0f0;
	color:#222;
	padding-top:20px;
	padding-bottom:20px;
	display: block;
	flex-wrap: wrap;
	align-content: center;
	width:100%;

}
section.hero img{
	border-radius:10px;
}
input[type="submit"]{
	border-radius:6px;
	padding:10px 20px;
	font-weight:bold;
	font-size:14px;
	color:white;
	font-family:Poppins;
	background:#222;
	cursor:pointer;
	border:1px solid #e0e0e0;
}
input[type="submit"]:hover{
	background:#5f5f61;
}
textarea
{
	background:white;
	padding:14px;
	border-radius:6px;
	border:2px solid #e0e0e0;
}
textarea:hover
{

	border:2px solid #aaa;
}
input[type="text"]
{
	background:white;
	padding:14px;
	border-radius:4px;
	border:2px solid #e0e0e0;
}
input[type="text"]:hover{
	border:2px solid #aaa;
}
.copyright{
	background:#222;
	color:white;
	padding:10px;
	text-align: center;;
}
h2.hidden{
	display:none;
}
section.about{
	width:100%;
	max-width:700px;
	margin:0 auto;

}
section.about br{
	content: "";
  margin: 10px;
  display: block;
}
p.obs{
	margin-top:40px;
	background:#f5f5f5;
	padding:20px 14px;
	border-radius:10px;
	box-shadow:2px 2px 10px rgba(0,0,0,.2);
	text-align: center;
	width:100%;
}
p.obs b{
	color:#222;
}
nav.menu ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:20px;
	text-align:center;
}
nav.menu li{
	padding:10px;
}
.status{
	width:700px;
	max-width:100%;
	margin:0 auto;
	text-align:center;
	
}
.status h3{
	font-size:26px;
}
.status .red{
	background:red;
	display:block;
	padding:20px 14px;
	border-radius:10px;
	box-shadow:2px 2px 10px rgba(0,0,0,.2);
	text-align: center;
	width:100%;
	color:white;
	font-style:italic;
}
.status .green{
	background:green;
	display:block;
	padding:20px 14px;
	border-radius:10px;
	box-shadow:2px 2px 10px rgba(0,0,0,.2);
	text-align: center;
	width:100%;
	color:white;
	font-style:italic;
}
nav.assinaturas{
	width:100%;
	max-width:700px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
nav.assinaturas img{
	border-radius:10px;
	max-width:500px;
	width:100%;
	box-shadow: 2px 2px 10px rgba(0,0,0,.2);
	margin: auto;
  display: block;
  margin-top:
  30px;
  margin-bottom:30px;
}
.sectionmodelo{
	text-align:center;
	padding-bottom:20px;
}
.sectionmodelo a{
	background:#222;
	color:white;
	font-weight:bold;
	font-style:italic;
	padding:10px 20px;
	border-radius:10px;
	transition:all linear 0.2s;
}
.sectionmodelo a:hoveR{
	background:#e0e0e0;
	color:#222;
}