@import url("index-fonts.css");

body {
	background: url(../images/bg.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.btn-voltar {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 14px 20px 14px 20px;
    font-size: 16px;
	background-color: #deab45;
	color: #FFF;
}
.col-tema-casa {
	margin-top: 30px;
}
.intro-casa {
	color: #480b00;
	font-family: 'Roboto-Medium';
	font-size: 20px;
	margin-top: 30px;
}
.content-files {
	margin-top: 8%;
}
.txt-title {
	font-family: 'Roboto-Bold';
	font-size: 18px;
	color: #480b00;
	margin-bottom: 10px;
	padding-top: 10px;
}
.txt-desc {
	font-family: 'Roboto-Regular';
	font-size: 16px;
	color: #480b00;
	text-align: justify;
	margin-bottom: 10px;
}
.img-viajantes {
	border: 3px solid #FFF;
	margin-bottom: 10px;
	min-width: 102px;
	max-width: 102px;
	min-height: 92px;
	max-height: 92px;
}
.col-viajantesUm {
	background-color: #e9cd8e;
	min-height: 496px;
}
.col-viajantesDois {
	background-color: #e9cd8e;
	min-height: 610px;
}
.col-viajantesTres {
	background-color: #e9cd8e;
	min-height: 444px;
}
.col-viajantesQuart {
	background-color: #e9cd8e;
	min-height: 360px;
}
.content-rodape {
	margin-top: 30px;
}
.img-casa-viaj {
	margin-bottom: 30px;
	border: 3px solid #FFF;
	max-height: 112px;
}
.box-rodape {
	font-family: 'Montserrat';
	font-size: 16px;
	color: #000;
	float: left;
}
.box-rodape a {
	color: #000;
}
.img-mpx {
	float: right;
}
.col-centered {
	float: none;
	margin: 0 auto;
	text-align: center;
}