/* FlexSlider Necessary Styles
*********************************/ 
.slider {
	width:99%;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img, .flexslider .slides figure {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 20px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 29px; height: 48px; margin: -20px 0 0; display: block; background: url(../images/seta_slider.png) no-repeat 0 0; position: absolute; top: 40%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {
	background-position: 0 -48px;
	right: 4px;
}
.flex-direction-nav .flex-prev {left:;}
.flexslider:hover .flex-next {opacity: 0.7; }
.flexslider:hover .flex-prev {opacity: 0.7; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {
width: auto;
position: absolute;
bottom: 23px;
text-align: center;
margin: 0;
float: right;
right: 0;
}
.flex-control-nav li {margin: 0 2px; display: inline-block; zoom: 1; *display: inline; border:solid 1px #fff}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(255,255,255,.5);
cursor: pointer;
text-indent: -9999px;
box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #fff; background: rgba(155,155,155,.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/********** Custom Styles for headers and paragraphs    ***********/

.flexslider .caption {
 position: absolute;
 bottom: 20px;
 z-index: 2;
 width:100%;
 display:block;
 padding: 10px 2% ;
 width:96%;
 margin-left:0;
 }

.slides li h1 {
 text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
 color: #FFFFFF;
 font-size: 2em;
 line-height: 1em;
 margin: 0;
 max-width: none;
 padding: 5px;
 width:auto;
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);

 }
  
.slides li p {
	
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	max-width: none;
	padding: 5px;
	width:auto;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	display:none;
	
  
  }
 

.wrap_news {
	  position:absolute;
	  z-index:1000;
	  bottom:0px;
	  width:48%
	  }
	
	.wrap_news p {display:none;
	}
	a:hover .wrap_news p {
		display:block;
		padding-bottom:40px;}

#slider2 .flexslider2 .caption {
    background-color: #67a8f9;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-top: 5px;
    padding: 5%;
    position: relative;
    width: 90%;
}

.col6.last ul.slides {
     background-color: #67a8f9;
}

/*
#slider2 .flexslider .caption {
position: relative;
background-color: #67a8f9;
margin-top: 5px;
color: #fff;
padding-top: 30px;
padding-bottom: 30px;
font-size: 1.8em;
line-height: 1.2em;
width: 90%;
padding: 5%;
}
*/
#slider2 .flex-control-nav {
width: 100%;
position: relative;
bottom: 23px;
text-align: center;
margin: 0;
/* float: right; */
/* right: 0; */
background-color: #67a8f9;
padding-bottom: 10px;
}
#slider2 .flexslider2 a  {
	text-decoration:none;}
#slider2 .flex-direction-nav a {
width: 15px;
height: 15px;
margin: -20px 0 0;
display: block;
background: url(../images/seta_slider.png) no-repeat 0 0;
position: absolute;
top: -10%;
z-index: 10;
cursor: pointer;
text-indent: -9999px;
opacity: 1;
-webkit-transition: all .3s ease;
background-size: 61%;
}
#slider2 .flex-direction-nav {
position: absolute;
top: -15px;
right: 39px;
}
#slider2 .flex-direction-nav .flex-next {
right: -36px;
background-position: 0px -15px;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}