@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap');
.raleway{
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
}
*{
	padding: 0;
	margin: 0;
}
body {
	font:20px 'Open Sans Condensed', Arial, sans-serif; 
	background-color:#f6f6f6; 
	color:#000;
	font-weight: normal;
}
a{
	outline:none;
	text-decoration: none;
	color: inherit;
}
h1, h2, h3, h4{
	font-weight: 300;
}
b{
	font-weight: 700;
}
p{
	padding: 5px 0;
}
hr {
	margin: 5px 0;
  border-top: 1px dotted #fff;
  border-bottom: 1px solid #ccc;
}
.copyright, .credits{
	font-size: 75%;
}
.credits{  
}
.credits a{
	text-decoration:none; 
	color:#000;
}
/* GENERAL USE */
.top{
	width:100%; 
	margin-top:50px; 
}
.top h1 a{
	text-decoration:none; 
	color:inherit;
}
.top h1 a:hover{
		color:#09c;
}
.top h1{
	margin:0; 
	padding:0 20px 0; 
	font-size:20px; 
	color:#FFF; 
	background-color:#000; 
	font-weight:400;
}
.top h3{
	margin:5px 0 5px 0; 
	padding-left:20px; 
	width:900px; 
	font-size:40px; 
	font-weight:400; 
	color:#fff /*4a742c*/; 
	background:#000;
}
.imgFluid{
		max-width: 100%;
		height: auto;
}
/*GO BACK AND TOP */
.goback{
		background: url(../img/arrows-black.png) top right;
		height: 64px;
		width: 64px;
		display: block;
		cursor: pointer;
		-webkit-transition: all 1s ease-in-out;
	  -moz-transition: all 1s ease-in-out;
	  -o-transition: all 1s ease-in-out;
	  transition: all 1s ease-in-out;
	  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.goback:hover{
		background: url(../img/arrows-black.png) top right;
		-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.gotop{
		background: url(../img/arrows-black.png) bottom left;
		height: 64px;
		width: 64px;
		display: block;
		cursor: pointer;
}
.gotop:hover{
		background: url(../img/arrows-black.png) bottom right;
}
/*GO BACK AND TOP END */
/* GENERAL USE END */
.mta09Color{
	color: #af9f53 !important;
}
.mta09bkgColor{
	background: #af9f53 !important;
}
.wrapMontaria09{
  padding-left: 100px;
}
.datahome{
	font-size: 65px;
}
.mainNav{
	float: left;
}
.mainContentLeft{
	max-width: 820px;
	float: left;
	padding-right: 25px;
	text-align: right;
}
.mainContentLeft img{
	vertical-align: top;
}
.mainContentRight{
	width: 33%;
	float: left;
}
/* programa */
.eventDate{
	float: left;
	margin-right: 20px;
	text-align: right;
}
.eventDateDay{
	font-size: 7em;
	line-height: .9;
}
.eventDate h2{
	margin-top: -25px;
}
.eventProgram{
	float: left;
	padding: 0px;
	border-left: 1px solid #ccc;
	width: 70%;
}
.programacao li{
	list-style-type: none;
	font-size: 25px;
	margin: 10px 0;
}
.hora {
  color: #000;
  font-size: 30px;
}
.hora:before{
	content: " \2022 ";
	display: inline-block;
	margin-right: 10px;
	color: #000;
	font-size: larger;
	margin-left: -7px;
}
.hora:after{
	content: " | ";
}
.indent {
	max-width: 850px;
  padding-left: 105px;
  font-size: 20px;
}
.indent h2 {
    padding-top: 10px;
}
.festaWrap{
	max-width: 850px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  padding: 20px; 
}
.festaWrapCartaz{
  float: right;
  width: 33.3333%;
  margin-left: 10px;
}
.festaWrapTxt{
  font-size: 20px;
}
.fichaTecnica{
  font-size: 20px;
}
.button {
  background-color: #000;
  border: 0px solid #000;;
  color: #fff;
  padding: 15px 25px;
  text-align: left;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.button:hover{
	background-color: #f6f6f6;
	color: #000;
}
.button-info{
	background-color: #f0ad4e;
  border: 0px solid #000;;
  color: #fff;
  margin-top: 10px;
  padding: 15px 25px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.button-info:hover{
	background: #ccc;
	color: inherit;
}
.ruralhub {
	text-transform: uppercase;
	font-size: 24px;
	color: #09c;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.ruralhub:before{
	content: " \2022 ";
	display: inline-block;
	margin-right: 7px;
	color: #000;
	margin-left: 7px;
}
.ruralhub:hover{
	color: #000;
}
.warning{
	width: 50%;
	margin: 50px 0px 50px 250px;
	padding: 20px;
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
}
.mtaFooter{
	position: relative;
	padding: 100px;
	color: #fff;
}
.mtaFooter_nav{
	margin-right: 2.5641%;
	width: 14.52991%;
	float: left;
	border-left: 1px solid #fff;
	padding: 10px;
}
.mtaFooter_nav .link{
	display: block;
	text-transform: uppercase;
	line-height: 35px;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.mtaFooter_nav .link:hover{
	color: #000;
}
.organizacao{
	margin-top: 20px;
}
.organizacao li{
	display: inline-block;
	vertical-align: text-top;
	padding-right: 5px;
}
.parceiros li{
	display: inline-block;
	vertical-align: text-top;
}
.profile-pic {
	background: #fff;
  /*
  width: 60px;
  height: 60px;
  */
  border-radius: 50%;
  padding: 10px;
}
/*----------------------------------*/
@media screen and (max-width: 800px) {
	.hide{
		display: none;
	}
	.top{
		width: 100%; 
		margin-top :0px; 
	}
	.top h1 {
    padding: 10px 20px 10px;
	}
	.top h3 {
    display: none;
	}
	.wrapMontaria09{
	  padding: 20px 10px;
	}
	.mainContentLeft{
		padding-right: 0px;
		text-align: right;
	}
	.mainContentRight{
		width: 100%;
		float: left;
	}
	.eventDate{
		float: none;
		margin-left: 10px;
		text-align: right;
	}
	.eventDateDay{
		font-size: 4em;
		line-height: 1;
	}
	.eventProgram{
		float: left;
		padding: 0px;
		border-left: 0px solid #ccc;
		width: 100%;
	}
	.indent {
	  padding-left: 0px;
	  font-size: 20px;
	}
	.festaWrap{
	  margin-left: 0px;
	  margin-bottom: 10px; 
	}
	.festaWrapCartaz{
	  float: right;
	  width: 100%;
	  margin-left: 0px;
	}
	.warning{
		width: 100%;
		margin: 50px 0px 50px 0px;
		padding: 0px;
		border: 1px solid red;
		border-width: 1px 0 0 0;
	}
	.mtaFooter{
		background: #ccc;
		padding: 10px;
	}
	.mtaFooter_nav{
		margin-right: 0%;
		width: 100%;
		float: left;
		border-left: 0px solid #fff;
		padding: 0px;
	}
}
