@charset "utf-8";
@font-face{
	font-family: ;
	src: url();
}

*{
	padd: 0px;
	margin: 0px;
	box-sizing:border-box;
	}
body{
	/*background-image: url(../images/fundo.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	}
.container{
	width: 1080px;
	margin: 40px auto 0 auto;
}

/*____________FORMATA LOGO_____________*/

.logo{
	position: absolute;
	height: 200px;
	width: 200px;
	top: 80px;
	left: 10px;

}

/*_________FORMATA REDESOCIAIS___________*/

.redesociais{
	position: absolute;
	height: 10px;
	width: 200px;
	top: 40px;
	left: 1180px;
	}

/*_________FORMATA FOTO_CILENE___________*/

.foto_cilene{
	position: absolute;
	height: 400px;
	width: 250px;
	top: 110px;
	left: 1200px;
	}

/*_________FORMATA RODAPÉ_______________*/

.rodape{
	position: absolute;
	padding: 10px;
	height: 200px;
	width: 860px;
	top: 1000px;
	left: 300px;
	color: #808080;
}
.rodape h1{
	padding: 15px;
	font-family: calibri;
	font-size: 18px;
}
.rodape p{
	font-family: "calibri";
	font-size: 15px;
}
.rodape tel{
	font-family: "calibri";
	font-size: 33px;
	color: white;
}
.rodape_whats{
	position: absolute;
	height: 40px;
	width: 40px;
	top: 90px;
	left: 250px;
}
.rodape_contato{
	position: absolute;
	padding: 10px;
	height: 180px;
	width: 350px;
	top: 10px;
	left: 10px;
	}
.rodape_endereco{
	position: absolute;
	padding: 10px;
	height: 180px;
	width: 350px;
	top: 10px;
	left: 370px;
	}
.rodape_menu{
	position: absolute;
	padding: 10px;
	height: 180px;
	width: 350px;
	top: 10px;
	left: 730px;
	}
.rodape_menu a{
	text-decoration: none;
	font-family: "calibri";
	color: #808080;
	font-size: 18px;
	text-align: center;
	top: 15px;
	font-weight: bold;
	font-variant:small-caps;
	}
.rodape_menu a:hover{
	color: skyblue;
}
.rodape_menu menu{
	padding: 10px;
	font-family: "calibri";
	font-size: 18px;	
}
.rodape_whats{
	margin-top: 40px;
}

/*_________FORMATA TITULO______________*/

.titulo{
	text-align: center;
	font-size: 50px;
	font-family:'Lucida Console'; 
	color: #808080;
	margin: 100px 450px 20px;
	height: 0px;
	width: 500px;
}

/*_________FORMATA SOBRE___________*/

.sobre {
	height: 850px;
	width: 800px;
	color: #808080;
	font-family: calibri;
	font-size: 15px;
	padding: 10px;
	text-transform: uppercase;
}
.fildset{
	height: 800px;
	width: 800px;
	color: #808080;
	font-family: calibri;
	font-size: 20px;	
}
