.section.blog {
}

.section.blog .subtitulo {
	color: #FFF;
	text-align: center;
	font-family: "source-sans-pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.section.blog h2 {
	color: #FFF;
	text-align: center;
	font-family: Rajdhani;
	font-size: 44px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

.section.blog .slider-blog {
	display: flex;
	padding-bottom: 3.571rem;
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2.143rem;
	align-items: stretch;
}

.section.blog .slider-blog .slide {
	flex-basis: 100%;
	width: 100%;
	padding: 1rem;
	height: auto;
	align-self: stretch;
	position: relative;
}

@media (min-width: 64rem) {
	.section.blog .slider-blog .slide {
		flex-basis: 33.33%;
		width: 33.33%;
	}
}

.section.blog .todas_viagens, .section.blog .todas_viagens a {
	color: #FFF;
	text-align: center;
	font-family: Rajdhani;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
