/* Content styles */

/* Content styles */

.servicio_circulo{
	padding:20px;
	color: #fff;	
	z-index: 3000;
	position:absolute;
	background:rgba(0,173,238,.81);	
	border-radius:7300px 7300px 0px 0px;}

	
.servicio_circulo .md-close {
top:-2%;
left:48%;

}
.servicio_circulo h3{
	color: #f6d820;
	font-family: 'texgyreadventorbold';
	padding-bottom: 0px;
}
/* Effect 3: Slide from the bottom */





/* Effect 2: Slide from the bottom */
.md-effect-2 .servicio_circulo {
-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-2 .servicio_circulo{
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
