@charset "utf-8";
body {

	background-color: #e9e5c5;
}
.title{
	font-family: 'Amatic SC';
}
.index{
	overflow-x: hidden;
	overflow-y: hidden;
}
body, html{
	width: 100%;
	height: 100%;
	font-family: "Open Sans";
	margin: 0 0 0 0; 
	background-color: #e9e5c5;
}
h1{
	font-size:60px;
	text-align: center;
}
iframe{
	margin: 0 0 0 0;
}
.container-modal{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
	margin-top: 10px;
}
.modal{
  width: 600px;
  height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -300px;
}
.img1{
	display: block;
    margin-left: auto;
    margin-right: auto;	
}
.btn{
	font-family: arial;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	padding: 10px;
	cursor: pointer;
	background:#f1de60;
	box-shadow: 0 5px #a99c43;
	font-style: italic;
	
}
.btn:hover{
	background:#FBE000;
}
.btn:active{
	position: relative;
	top: 5px;
	box-shadow: none;
}
.logo{
	position: relative;
	
}
img.centro {
    display: block;
    margin-left: auto;
    margin-right: auto }
.tit{
	height: 100px;
	position: relative;
	float: left;
	vertical-align: middle;
	text-align: left;
}
.topo{

	width: 100%;

	align-content: center;
	margin-top: 10px;
}
.corpo{

	width: 100%;

	align-content: center;
	margin-top: 10px;
	padding: 15px;
	text-align:center;
}
p{
	font-size: 22px;
	margin-top: 10px;
}
.arquivo{
	width: 165px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 10px;

}
.arquivo:hover{
	background-color: antiquewhite;
}
.footer{
	background-color: #d9ead3;
	height: 170px;	
	text-align: center;
	width: 100%;
	padding: 10px;
}
#logo{
	display:inline-block;
	height: 150px;
	width: 250px;	
	position: relative;
	text-align: center;
	vertical-align:middle;
}
#contato{
	display: inline-block;
	width: 300px;
	height: 150px;
}
#social{
	display: inline-block;
	width: 300px;
	height: 150px;
}
#rnr{
	display:contents;
}
a{
	color: #8a8378;
	font-weight: bolder;
}

