@import url("index-fonts.css");

body {
	background: url(../images/bg.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-decoration: none;
	text-transform: none;
}
.linha-subli {
	border-bottom-style: dotted;
	border-color: #666666;
	margin-top: 30px;
}
.voltar-btn {
	margin-right: 20px;
}
.btn-site {
	border-radius: 4px;
	padding: 8px 14px 8px 14px;
}
.btn-pag {
	border-radius: 4px;
	padding: 8px 14px 8px 14px;
}
.row-expo-vinheta {
	margin-top: 14%;
	margin-bottom: 4%;
}

.title-expe {
	font-family: 'Roboto-Bold';
	font-size: 20px;
	color: #333;
}
.title-expe2 {
	font-family: 'Roboto-Bold';
	font-size: 16px;
	color: #333;
}
.txt-expe {
	font-family: 'Roboto-Regular';
	font-size: 14px;
	text-align: justify;
	margin-top: 10px;
	color: #333;
}
.col-xp {
	padding-left: 0px;
	border-right-style: dotted;
    border-color: #666666;
}
.img-expo {
	border-radius: 2px;
	border: solid 2px #4b3412;
}
.img-expo2 {
	border: solid 2px #4b3412;
	border-radius: 2px;
	width: 82%;
}
.box-expo2 {
	margin-bottom: 8px;
}

.btn-ver-mais {
	float: right;
	border: transparent;
	background-color: transparent;
	font-size: 14px;
	color: #000;
	font-family: 'Roboto-Medium';
}
.col-centered {
	float: none;
	margin: 0 auto;
	text-align: center;
}
/*Linha abaixo*/

.content-ab {
	margin-top: 30px;
}
.row-ab {
	margin-bottom: 20px;
}
.col-ab {
	padding-right: 0;
}
.img-ab {
	width: 158px;
    height: 100px;
	border: solid 2px #4b3412;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.title-cult {
	font-family: 'Roboto-Bold';
	font-size: 18px;
	color: #333;
}
.txt-cult {
	font-family: 'Roboto-Regular';
	font-size: 16px;
	color: #333;
}

/*Rodapé*/
.txt-mpx {
	text-transform: none;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-family: 'Roboto-Medium';
}
.rdp-um {
	float: right;
}
.face-icon {
	font-size: 50px;
	color: #3b5bdb;
	margin-right: 14px;
}
.twitter-icon {
	font-size: 50px;
	color: #72c3fc;
}