body{
	font-family:Arial, Sans-Serif;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
}

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	background:#1b1b1b;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */

p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 3%;
	
	font-size:24px;
	line-height:100%
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}

.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:36.5px;
	line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{
    font-family: Arial Black;
    font-size: 50px;
    text-align: center;
}
.green{background:#7CB761}
.orange{
	text-align: center;
}
.turky{
	font-size: 23px;
	font-family: Arial Black;
	text-align: center;
}
.white{background:#fff; color:#333}
.responisve-container{
	background-image: url(../../img/fundo-banner.png);
    height: 275px;
}
.img-agenda{
	width: 153px;
	height: 159px;
}