@CHARSET "UTF-8";

.page {
	font-family: "RalewayRegular";
	color: #575757;
	padding: 20px;
	font-size: 1.1em;
} 
.page .titulo {
	text-align: center;
	font-family: "RalewayHeavy";
	font-size: 2.8em;	
	color: #86BDCA;
	line-height: 100%;
}
.page blockquote {
	text-align: center;

    padding: 15px 9px;
    margin: 0px 0px 20px;
    font-size: 17.5px;
    border-left: 0;
    border-top: 2px solid #E9749E;
    border-bottom: 2px solid #E9749E;
    font-size: 1.4em;
    line-height: 105%;
    color: #E9749E !important;
    font-family: "RalewayHeavy" !important;
}
.share {
	font-family: "RalewayRegular";
	text-align: center;
	color: #575757;
	padding: 20px;
	font-size: 1.1em;
} 
.share a{
	color: black;
	padding: 20px;
	font-size: 2.0em;
} 
.share a.facebook :hover{
	color: #3b5998;
} 
.share a.twitter :hover{
	color: #0084b4;
}
.share a.google_plus :hover{
	color: #d73d32;
}
@media (max-width: 768px) {
	
}

@media (min-width: 768px) {
	
}