/*-------------------------------------------------------
CORES

VERDE			= #83C34C rgba(131,195,76,0.7)

CINZA ESCURO	= #737173 rgba(115,113,115,0.7)
CINZA CLARO		= #C6C6C6 rgba(198,198,198,0.7)


--------------------------------------------------------*/
	
.branco				{ color: #ffffff;}
.verde				{ color: #83C34C;}
.cinza-escuro 		{ color:#737173;}
.cinza-claro 		{ color:#C6C6C6;}



/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ================================================== FONTES ================================================== */

@font-face {
    font-family: 'nexa_boldregular';
    src: url('./fontes/nexa_bold-webfont.eot');
    src: url('./fontes/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fontes/nexa_bold-webfont.woff2') format('woff2'),
         url('./fontes/nexa_bold-webfont.woff') format('woff'),
         url('./fontes/nexa_bold-webfont.ttf') format('truetype'),
         url('./fontes/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'nexa_lightregular';
    src: url('./fontes/nexa_light-webfont.eot');
    src: url('./fontes/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fontes/nexa_light-webfont.woff2') format('woff2'),
         url('./fontes/nexa_light-webfont.woff') format('woff'),
         url('./fontes/nexa_light-webfont.ttf') format('truetype'),
         url('./fontes/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'plutoblack';
    src: url('./fontes/plutoblack-webfont.eot');
    src: url('./fontes/plutoblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fontes/plutoblack-webfont.woff2') format('woff2'),
         url('./fontes/plutoblack-webfont.woff') format('woff'),
         url('./fontes/plutoblack-webfont.ttf') format('truetype'),
         url('./fontes/plutoblack-webfont.svg#plutoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'camptonbold_demo';
    src: url('./fontes/rene_bieder_-_campton_bold_demo-webfont.eot');
    src: url('./fontes/rene_bieder_-_campton_bold_demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fontes/rene_bieder_-_campton_bold_demo-webfont.woff2') format('woff2'),
         url('./fontes/rene_bieder_-_campton_bold_demo-webfont.woff') format('woff'),
         url('./fontes/rene_bieder_-_campton_bold_demo-webfont.ttf') format('truetype'),
         url('./fontes/rene_bieder_-_campton_bold_demo-webfont.svg#camptonbold_demo') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0px;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}

#slider .flexslider {
	height: auto !important;
	margin: 0 0 -12px 0 !important;
	padding: 0 0 0 0 !important;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}


.flex-caption {
	position: absolute;
	top: 0;
	left: 0;
}


.flex-direction-nav,
.flex-control-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}


.flex-direction-nav a { /*width: 35px; height: 79px; margin: -50px 0 0; display: block; background: url(../imagens/setas/setas.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;*/display: none;}

.flex-direction-nav a:hover {
	opacity: 0.7 !important;
}
.flex-direction-nav a > i {
	display: block;
	padding: 10px 0;
}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 0px; }
.flex-direction-nav .flex-prev {left: 0px;}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 40px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 40px;
}

.flex-control-nav {
	position: absolute;
	right: 40px;
	bottom: 20px;
	padding: 6px 10px;
	background: #1f1f1f;
	background: rgba(0,0,0,0.3);
	border-radius: 12px;
	line-height: 1;
}
.flex-control-nav > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.flex-control-nav a {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	text-indent: -999em;
	cursor: pointer;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.flex-control-nav .flex-active {
	width: 12px;
	height: 12px;
	border: 3px solid #F58634;
	background: trasnparent;
}

