﻿

/*==================================================================== */
/* FlexSlider
====================================================================== */

/* Img Destaquem*/
.BandaDestaquem {background: url("../../img/destaquemNaranja.png") no-repeat right 0px; opacity:.8; top:-5px; position:absolute; z-index:9999; height:72px; width:632px;}


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; }

/* FlexSlider Necessary Styles */
.flexslider {margin: 0; padding: 0; z-index: 1; position: relative;   opacity:1; max-height:120px;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {display: block;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; max-height:120px; 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;}

/* 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 0 0; border: none;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: 120px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0; opacity: .7; border-radius:100%;}

.flex-direction-nav .flex-next {background: url(../../img/icon-flecha-gris-r.png) no-repeat 50%; background-color: transparent; border-radius:100%; opacity:.8;  top:40%; right: 8px; border:0px; -webkit-transition: all 300ms ease-in-out;	-moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out;	-ms-transition: all 300ms ease-in-out;	transition: all 300ms ease-in-out; }
.flex-direction-nav .flex-next:hover {background: url(../../img/icon-flecha-gris-r.png) no-repeat 50%; border-radius:100%; background-color: transparent; opacity:.8;  top:40%;  right: 8px; border:0px;}

.flex-direction-nav .flex-prev {background: url(../../img/icon-flecha-gris-l.png) no-repeat 50%; border-radius:100%; background-color: transparent; opacity:.8;  top:40%;  left:8px; border:0px; -webkit-transition: all 300ms ease-in-out;	-moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out;	-ms-transition: all 300ms ease-in-out;	transition: all 300ms ease-in-out; }
.flex-direction-nav .flex-prev:hover {background: url(../../img/icon-flecha-gris-l.png) no-repeat 50%; border-radius:100%; background-color: transparent; opacity:.8; top:40%;  left:8px; border:0px;}


.flex-direction-nav a {
    border-radius:100%;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	text-indent: -9999px;
	top: 40%;
	-webkit-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 200ms ease-in-out;
    opacity:.7;
}

.flexslider.home:hover .flex-next,
.flexslider.home:hover .flex-prev { opacity: 1; filter:alpha(opacity=100); }
.home .flex-direction-nav a { opacity: 0; filter:alpha(opacity=0); }

.flexslider .flex-next:hover,
.flexslider .flex-prev:hover { background-color: #f1f1f1;  }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; text-align: center; }
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 14px; height: 14px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; 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: #000; background: rgba(0,0,0,0.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;}

/* Caption */
.slide-caption {width: 100%;  height:20px;	margin: 0;	position: absolute;	display: block;	left: 0;	bottom: 15px;	top:auto;	 font-family:'Cuprum-Regular', Open Sans, Trebuchet MS, Arial; color:#5e5e5e;}
.slide-caption h3 {	 	margin:0;	    font-weight:normal; background-color:#f6f6f6; opacity:0.9; border-top:1px solid #edecec;	padding-left: 10px; padding-top:0px; -webkit-transition: all 300ms ease-in-out;	-moz-transition: all 300ms ease-in-out;	-o-transition: all 300ms ease-in-out;	-ms-transition: all 300ms ease-in-out;	transition: all 300ms ease-in-out;}
.slide-caption h3:hover {	color: #fff; cursor:pointer; 	margin:0;	    font-weight:normal; background-color:#fba809; opacity:1; border-top:1px solid #fba809;	padding-left: 10px; padding-top:0px;}
.slide-caption h3 a:hover {	color: #fff; cursor:pointer;  margin:0;	 font-weight:normal; }
.slide-caption p {	margin:0; color: #fff;    font-weight:normal; padding: 10px; background-color: #9e9c9c; opacity:0.7}    

