@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */


body {
	width:100%;
	height:auto;
	overflow:hidden;
}

.circle {
	max-width:1350px;
	max-height:600px;
	height:534px;
	background-image:url('home-circulos-click.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.circle a, .circle p, .circle h2, .circle h3, .circle cite {
	font-family:Ubuntu !important;
}
.a-div {
	position:relative;
	max-width:476px;
	max-height:536px;
	width:100%;
	height:536px;
	top:0;
	margin-left:auto;
	margin-right:auto;
}
.a-div div {
	position:relative;
	width:160px;
	height:160px;
}
.a-div div.mid {
	left:158px;	
}
.a-div div.left {
	left:0;
}
.a-div div.right {
	left:316px;
}
.a-div div#d-1 {
	top:0px;
}
.a-div div#d-2 {
	top:-62px;
}
.a-div div#d-3 {
	top:-42px;
}
.a-div div#d-4 {
	top:-100px;
}
.a-div div#d-5 {
	top:-360px;
}
.a-div div#d-6 {
	top:-700px;
}

.a-div div a {
	position:relative;
	display:block;
	width:160px;
	height:160px;
	border-radius:50%;
	cursor:pointer;
}
.a-div a {
	top:0;
}

ul.ul-popup {
	position:relative;
	max-width:534px;
	max-height:536px;
	width:100%;
	height:536px;
	top:-536px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}
ul.ul-popup > li { display:none; opacity:0; }

ul.ul-popup li div.item { 
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	width:534px;
	height:534px;
	background-color:#FFF;
}
ul.ul-popup li div.item .close {
	position:absolute;
	float:right;
	right:0;
	top:0;
	cursor:pointer;
}
ul.ul-popup li div.item .close a {
	font-size:20px;
	font-weight:normal;
}
ul.ul-popup li div.item cite {
	display:block;
	width:460px;
	height:460px;
	border-radius:50%;
	background:rgba(235,235,235,1.00);
	padding: 37px;
}
ul.ul-popup li div.item cite h2 {
	position:relative;
	display:block;
	width:66%;
	left:17%;
	margin:40px 0;
	font-size:21px;
	color:#FFF;
	text-align:center;
}
ul.ul-popup li div.item cite section {
	position:relative;
	font-size:14px;
	width:70%;
	left:15%;
	color:#000;
}
ul.ul-popup li div.item cite section ul {
	margin-top:15px;
}
ul.ul-popup li div.item cite section ul li {
	margin-top:10px;
	list-style-image:url('vinheta-circulos.png');
	color:#000;
}
ul.ul-popup li div.item cite section div.pag {
	position:relative;
	margin-top:40px;
	left:15%;
	width:70%;
	text-align:center;
}
ul.ul-popup li div.item cite section div.pag a.cp {
	display:inline-block;
	width:10px;
	margin:0 4px;
	cursor:pointer;
	color:#FFF;
	font-size:16px;
}

/* #Media Queries
================================================== */
@media screen and (max-width: 320px) {
	.circle {
		max-width:320px;
		max-height:350px;
		height:348px;
	}
	.a-div {
		max-width:320px;
		max-height:350px;
		width:100%;
		height:348px;
	}
	.a-div div {
		width:100px;
		height:100px;
	}
	.a-div div a {
		width:100px;
		height:100px;
	}
	.a-div div.mid {
		left:33%;	
	}
	.a-div div.left {
		left:0;
	}
	.a-div div.right {
		left:66%;
	}
	.a-div div#d-1 { top:0px; }
	.a-div div#d-2 { top:-28px; }
	.a-div div#d-3 { top:-24px; }
	.a-div div#d-4 { top:-64px; }
	.a-div div#d-5 { top:-222px; }
	.a-div div#d-6 { top:-428px; }
	ul.ul-popup {
		max-width:320px;
		max-height:350px;
		width:100%;
		height:348px;
		top:-334px;
}
	ul.ul-popup li div.item { 
		width:320px;
		height:320px;
	}
	ul.ul-popup li div.item .close {
		position:absolute;
		float:right;
		right:32px;
		top:0;
		cursor:pointer;
	}
	ul.ul-popup li div.item cite {
		display:block;
		width:270px;
		height:270px;
		border-radius:50%;
		background:rgba(235,235,235,1.00);
		padding: 10px;
	}
	ul.ul-popup li div.item cite h2 {
		position:relative;
		display:block;
		width:70%;
		left:15%;
		margin:20px 10px;
		font-size:14px;
		color:#FFF;
	}
	ul.ul-popup li div.item cite section {
		position:relative;
		font-size:10px;
		width:80%;
		left:10%;
		color:#000;
	}

}
/* Small Phones */
@media screen and (min-width: 321px) and (max-width: 360px) {
	ul.ul-popup li div.item cite {
		display:block;
		width:250px;
		height:250px;
		border-radius:50%;
		background:rgba(235,235,235,1.00);
		padding: 15px;
	}

}
/* Phone & Small Tablets */
@media screen and (min-width: 361px) and (max-width: 767px) {
	ul.ul-popup li div.item cite {
		display:block;
		width:360px;
		height:360px;
		border-radius:200px;
		background:rgba(235,235,235,1.00);
		padding: 20px;
	}
}
@media screen and (min-width:768px) and (max-width: 940px) {
	
}
/* Tablet Landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}