/*
 * jQuery FlexSlider v1.4
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; }
.flexslider .slides li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 1020px; display: block; padding:0;} 


/* FlexSlider Default Theme
*********************************/
.flexslider { border:0; position: relative; font-size:12px; margin:0; padding:0; height:400px; position: relative; } 
.flexslider .slides  li {position: relative; }
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative; }


/* Caption style */
.flex-caption {width: 32%; padding: 2%; position: absolute; left: 0; bottom: 0;  color: #FFFFFF; font-size: 21px; line-height: 22px;  top:15px; height:180px;}


/* Direction Nav */
.flex-direction-nav li a {width: 30px; height: 30px; margin: -50px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next { background: url(theme/seta_direita.png) no-repeat 0 0;  right: -10px; visibility:hidden;}
.flex-direction-nav li a.prev { background: url(theme/seta_esquerda.png) no-repeat 0 0; left: -10px; visibility:hidden;}

/* Control Nav */
.flex-control-nav {margin-left: -31px; position: absolute; top:370px; left: 40px; } /* set negative margin-left equal to half the width on the control-nav for perfect centering border:3px solid gray; */
.flex-control-nav li {margin: 0 0 0 5px; float: left;}
.flex-control-nav li:first-child {margin: 0;}


/* BOXES DE NAVEGAÇÃO */
.flex-control-nav li a {width: 16px; height: 17px; display: block;  cursor: pointer; text-indent: -9999px;  background-image:url(theme/fundo_navegacao_inicial.png);  background-repeat:no-repeat; background-position:center;} /* border:1px solid green; */
.flex-control-nav li a:hover {background-position: 0 -13px; background-image:url(theme/fundo_navegacao_over.png); background-repeat:no-repeat;  background-position:center;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;  background-image:url(theme/fundo_navegacao.png);  background-repeat:no-repeat;  background-position:center;}