html, body {
	font-family: 'Catamaran';
	margin: 0;
	padding: 0;
	background-color: #edf2f5;
}
.btnPadrao2 {
	background: linear-gradient(0deg, rgb(0, 151, 209) 0%, rgb(39, 104, 144) 100%);
	border: 2px solid #fff;
	border-radius: 2em;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	text-decoration: none;
	transition: .4s all;
	padding: .5rem 1rem;
}
.btnPadrao2:hover {
	background: rgb(75,96,168);
	background: -moz-linear-gradient(0deg, rgba(75,96,168,1) 0%, rgba(70,150,203,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(75,96,168,1) 0%, rgba(70,150,203,1) 100%);
	background: linear-gradient(0deg, rgb(75, 96, 168) 0%, rgb(70, 150, 203) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b60a8",endColorstr="#4696cb",GradientType=1);
	cursor: pointer;
	transition: .2s all;
	color: #fff;
}
.btn-mais {
	background: rgb(215,57,75);
    background: linear-gradient(120deg, rgba(215,57,75,1) 0%, rgba(230,98,58,1) 100%);
    border: none;
    border-radius: 25px;
    color: #fff;
    padding: .25rem 1rem;
	text-decoration: none;
	transition: .2s all;
}
.btn-mais:hover {
    color: #fff;
	text-decoration: none;
	font-weight: 700;
	transform: scale(1.05);
	transition: .3s all;
}
.btnPadrao1 {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 1em;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	text-decoration: none;
	padding: .3em 1em;
	transition: .4s all;
	line-height: 1;
}
.btnPadrao1:hover {
	background-color: #fff;
	color: #41A367;
	transition: .2s all;
}
.btn-newsletter {
	background: rgb(215,57,75);
    background: linear-gradient(120deg, rgba(215,57,75,1) 0%, rgba(230,98,58,1) 100%);
    border: none;
    border-radius: 2px;
    color: #fff;
    padding: .5rem 1rem;
	text-decoration: none;
	transition: .4s all;
	line-height: 1;
}
.btn-newsletter:hover {
    color: #2B2A29;
	text-decoration: none;
	font-weight: 700;
	transition: .2s all;
}
.linha-post {
	border-top: 1px solid rgba(0,0,0,.8);
}
.page-item {
	margin: .5em;
}
.page-item a {
	color: rgb(0,0,0);
}
.page-item.active .page-link {
	background-color:  #fffb8d;
	border-color: rgba(0,0,0,.5);
	color: rgba(0,0,0,.5);
}
.footer-blog,
.header-blog {
	background-color: #153969;
	color: #fff;
}
.footer-blog a {
	color: #fff;
}
.titulo-blog {
	color: #fff;
	font-size: 5em;
}
.newsletter {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.linha-news {
	width: 7em;
	height: 10px;
	border-bottom: 3px solid rgba(0,0,0,.8);
	position: relative;
	right: -5em;
	top: -1.3em;
}
.openNews {
	position: fixed;
	right: 2em;
	bottom: 2em;
}
.envelope {
	color: #03acfd;
	cursor: pointer;
}
.logo-blog {
	position: absolute;
	top: 0em;
	left: 4em;
	width: 193px;
}
.titulo-post {
	line-height: 1.25;
	height: 45px;
}
.texto-post {
	height: 120px;
}
@media (min-width: 320px) and (max-width: 992px) {
	.titulo-blog {
		font-size: 2em;
	}
}