/* CSS Document */

.hello{
	position: relative;
}

.hello__bd{
	width: 100%;
	overflow: hidden;
}

.hello__featureimg{
	width: 100%;
	overflow: hidden;
}
.hello__featureimg img{
	width: 300%;
	max-width: 300%;
	margin-left: -80%;
	height: auto;
}

.hello-messaging__message{
	position: absolute;
	z-index: 15;
	display: table;
}



.bubble__content{ 
	display: table-cell;
	text-align: center;
	vertical-align: middle;
 }

#first{ 
	left: -1.5%;
	top:3%;
}
#second{
	right: -1.5%;
	top:25%;
}
#third{
	left: -1.5%;
	top:47%;
}
#fourth{
	right: -1.5%;
	top: 70%;
}

.hello .pageheader__imgtitle{
	position: relative;
	margin-top: -55%;
	width: 100%;
	height: auto;
	max-width: 939px;
	z-index: 16;
}

.hello .section.experiencezeo{
	margin: 0 0;
	overflow: hidden;
}

.experiencezeo__message{
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: 300px;
	padding: 0;
}

.experiencezeo__message .copy--huge{
	font-size: 7em;
	line-height: 1.3;
}

.experiencezeo a{
	display: block;
	margin-top: 10px;
}

.experiencezeo__message:before{
	content:'';
	position: absolute;
	width: 200px;
	height: 200px;
	opacity: .5;
	border-radius: 50%;
	z-index: -1;
	top:-50px;
	right: -80px;
}

.hello .magposts{
	border-top: solid 1px rgba(0,0,0,.15);
}
.hello .magposts__heading {
	display: inline-block;
	margin-right: -1em;
	margin-bottom: 0;
}

.magposts__viewall{
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2em;
}

/* FLARE BRILHO SOL*/
.hello .bubble--transparent{
	display: none;
	z-index: 10;
}


@media only screen and (min-width:500px){
	.hello .pageheader__imgtitle{ margin-top: -50%; }
	.hello .magposts__heading { margin-bottom: 1em; }
	.magposts__viewall{ margin-bottom: 0; }
	
	.hello__featureimg img{
		width: 200%;
		max-width: 200%;
		margin-left: -60%;
	}
	#first, #third{ left: 5%; }
	#second, #fourth{ right: 5%; }
}

@media only screen and (min-width:650px){
	.hello__featureimg img{
		width: 150%;
		max-width: 150%;
		margin-left: -20%;
	}
	.hello .section.experiencezeo{
		margin: 0em 0;
		overflow: visible;
	}
	.experiencezeo__bd{
		padding: 0em 0;
	}

	#first, #third{ left: 10%; }
	#second, #fourth{ right: 10%; }

}

@media only screen and (min-width:800px){
	.hello__featureimg img{
		width: 126%;
		max-width: 126%;
		margin-left: -5%;
	} 

	.experiencezeo__message{
		position: absolute;
		margin: 0;
		right: -5%;
		top:4%;
		z-index: 1;
		/*padding-top: 0;*/
	}

	.experiencezeo__message .copy--huge{
		font-size: 6em;
		line-height: 1.2;
	}

}

@media only screen and (min-width:900px){
	.hello .pageheader__imgtitle{ margin-top: -45%; }
	.experiencezeo__message{ right: 0; }
	.hello .bubble--transparent{
		position: absolute;
		top:0;
		right:0;
	}
}

@media only screen and (min-width:1200px){
	.hello .bubble__copy.copy--big{font-size:1.9em;}
	.hello__featureimg img{
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.hello .pageheader__imgtitle{ margin-top: -35%; }
	.experiencezeo__message{ right: 7.14%; }
}