@charset "utf-8";
/**
 *
 * @author: noxerMob - Soluções práticas para Agências Digitais
 * @site: http://www.noxermob.com
 * @date: 2013/12/02
 *
 * Copyright(c) Todos os direitos reservados
 *
**/

/* Fonts
-------------------------------------------------- */
@font-face {
    font-family: 'dinproblack';
    src: url('../fonts/dinpro-black-webfont.eot');
    src: url('../fonts/dinpro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-black-webfont.woff') format('woff'),
         url('../fonts/dinpro-black-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-black-webfont.svg#dinproblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinprobold';
    src: url('../fonts/dinpro-bold-webfont.eot');
    src: url('../fonts/dinpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-bold-webfont.woff') format('woff'),
         url('../fonts/dinpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-bold-webfont.svg#dinprobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinprolight';
    src: url('../fonts/dinpro-light-webfont.eot');
    src: url('../fonts/dinpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-light-webfont.woff') format('woff'),
         url('../fonts/dinpro-light-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-light-webfont.svg#dinprolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinpromedium';
    src: url('../fonts/dinpro-medium-webfont.eot');
    src: url('../fonts/dinpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinpro-medium-webfont.woff') format('woff'),
         url('../fonts/dinpro-medium-webfont.ttf') format('truetype'),
         url('../fonts/dinpro-medium-webfont.svg#dinpromedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rustyshandregular';
    src: url('../fonts/rustyshand-regular-webfont.eot');
    src: url('../fonts/rustyshand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rustyshand-regular-webfont.woff') format('woff'),
         url('../fonts/rustyshand-regular-webfont.ttf') format('truetype'),
         url('../fonts/rustyshand-regular-webfont.svg#rustyshandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinregular';
    src: url('../fonts/din-regular-1361534659-webfont.eot');
    src: url('../fonts/din-regular-1361534659-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-regular-1361534659-webfont.woff') format('woff'),
         url('../fonts/din-regular-1361534659-webfont.ttf') format('truetype'),
         url('../fonts/din-regular-1361534659-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GLOBAL STYLES
-------------------------------------------------- */
* {
	outline: none !important;	
}
header h1 a,
header ul.redesSociais li a,
section.home div.boxElemento.boxGalerias a.bt,
section.internas.post div.topo div.botoes a,
.connected-carousels .prev-stage,
.connected-carousels .next-stage {
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	overflow: hidden;	
}
html {
	overflow: hidden;
	overflow-y: scroll;	
}
div.general {
	float: left;
	display: block;
	width: 100%;	
}

/* Header
-------------------------------------------------- */
header {
	width: 100%;
	display: block;	
}
header h4 a {
	font-family: 'dinprobold';
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 168px;
	top: 10px;
	color: #da2128;	
}
header h4 a:hover {
	color: #da2128;	
}
header nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1300px;	
}
header nav ul {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1300px;	
}
header nav ul li {
	float: left;	
}
header nav ul li a {
	padding: 30px 22px;
	display: block;
	font-size: 19px;
	color: #414042;
	text-transform: uppercase;	
	font-family: 'dinregular';
}
header nav ul li:first-child a {
	padding-left: 16px;	
}
header nav ul li.current-menu-item a {
	font-family: 'dinprobold';
}
header nav ul li.current-menu-item a,
header nav ul li.current-menu-parent a,
header nav ul li a:hover,
header nav ul li a:focus {
	color: #414042;
	text-decoration: none;
	background: url(../img/bg/bg_mn.png) no-repeat center center;
}
header nav ul li:nth-child(1) a {
	padding: 30px 31px 30px 16px;
}
header nav ul li.current-menu-item:nth-child(1) a,
header nav ul li:nth-child(1) a:hover,
header nav ul li:nth-child(1) a:focus {
	background-position: -5px 0;
}
header nav ul li.current-menu-item:nth-child(2) a,
header nav ul li:nth-child(2) a:hover,
header nav ul li:nth-child(2) a:focus {
	background-position: -5px 0;
}
header nav ul li:nth-child(3) a {
	padding: 30px 19px;
}
header nav ul li.current-menu-parent:nth-child(3) a,
header nav ul li.current-menu-item:nth-child(3) a,
header nav ul li:nth-child(3) a:hover,
header nav ul li:nth-child(3) a:focus {
	background-position: -16px -115px;
}
header nav ul li:nth-child(4) a {
	padding: 30px 22px;
}
header nav ul li.current-menu-item:nth-child(4) a,
header nav ul li:nth-child(4) a:hover,
header nav ul li:nth-child(4) a:focus {
	background-position: -16px -115px;
}
header nav ul li.current-menu-item:nth-child(5) a,
header nav ul li:nth-child(5) a:hover,
header nav ul li:nth-child(5) a:focus {
	background-position: -3px 0px;
}
header nav ul li:nth-child(5) a {
	padding: 30px 8px;
}
header nav ul li:nth-child(6) a {
	padding: 30px 12px;
}
header nav ul li.current-menu-item:nth-child(6) a,
header nav ul li:nth-child(6) a:hover,
header nav ul li:nth-child(6) a:focus {
	background-position: -9px -115px;
}
header nav ul li:nth-child(7) a {
	padding: 30px 25px;
}
header nav ul li.current-menu-item:nth-child(7) a,
header nav ul li:nth-child(7) a:hover,
header nav ul li:nth-child(7) a:focus {
	background-position: -14px -115px;
}

header.home div.meio {
	min-height: 377px;
	position: relative;
	background: url(../img/bg/bg_divisoria.png) repeat-x left bottom;	
}
header.home h1 {
	background:url(../img/bg/bg_logo.png) no-repeat;
	float: left;
	margin: 22px 0 0 96px;
	padding: 0;	
	position: relative;
	z-index: 5;
}
header.home h1 a {
	float: left;
	width: 442px;
	height: 280px;
}
header.home h2 {
	color: #008c44;
	font-size: 40px;
	font-family: 'rustyshandregular';
	font-weight: normal;
	width: 328px;
	position: absolute;
	left: 503px;
	top: 33px;
	z-index: 50;
}
header.home h2 span {
	color: #da2128;	
}
header.home ul.info {
    left: 502px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 209px;
	z-index: 50;
}
header.home ul.info li {
	color: #da2128;
	font-size: 18px;
	line-height: 22px;
	font-family: 'dinprobold'
}
header ul.redesSociais {
    right: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
}
header ul.redesSociais li {
	float: left;
	padding-left: 12px;
}
header ul.redesSociais li a {
	width: 26px;
	height: 26px;
	background: url(../img/bg/bg_redes.png) no-repeat;	
}
header ul.redesSociais li.bt2 a {
	background-position: -45px 0;
}
header ul.redesSociais li.bt3 a {
	background-position: -91px 0;
}
header ul.redesSociais li.bt4 a {
	background-position: -134px 0;
}
header ul.redesSociais li.bt5 a {
	background-position: -180px 0;
	width: 120px;
}
header.internas div.meio {
	min-height: 290px;
	position: relative;
	background: url(../img/bg/bg_divisoria.png) repeat-x left bottom;	
}
header.internas h1 {
	background: url(../img/bg/bg_logo_interna.png) no-repeat;
	float: left;
	margin: 18px 0 0 3px;
	padding: 0;	
	position: relative;
	z-index: 5;
}
header.internas h1 a {
	float: left;
	width: 287px;
	height: 189px;
}
header.internas h2 {
	color: #008c44;
	font-size: 40px;
	font-family: 'rustyshandregular';
	font-weight: normal;
	width: 328px;
	position: absolute;
	left: 333px;
	top: 33px;
	z-index: 50;
}
header.internas h2 span {
	color: #da2128;	
}
header.internas ul.info {
    right: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
	z-index: 50;
}
header.internas ul.info li {
	color: #da2128;
	font-size: 18px;
	line-height: 22px;
	font-family: 'dinprobold'
}

/* Footer
-------------------------------------------------- */
footer {
	width: 100%;
	display: block;
	height: 100px;
}
footer div.container {
	background: url(../img/bg/bg_divisoria.png) repeat-x left top;	
}	
footer div.logos {
	width: 100%;
	height: 100px;
	display: block;
	height: 100px;
	text-align: center;	
}
footer div.logos img {
	margin: 15px auto;
	text-align: center;	
}

/* Home
-------------------------------------------------- */ 
body#home {
	background: url(../img/bg/bg_site.jpg);
}
body#home div.general {
	background: url(../img/bg/bg_brilho.png) repeat-x;	
}
section.home div.container {
	padding: 0;	
}
section.home div.boxElemento {
	float: left;
	display: block;
	padding-bottom: 25px;
}
section.home div.boxElemento h2 {
	font-size: 40px;
	color: #da2128;	
	font-family: 'rustyshandregular';
	margin: 0;
	padding: 12px 0;
}
section.home div.boxElemento.boxNoticias {
	width: 665px;
}
section.home div.boxElemento.boxNoticias ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;	
}
section.home div.boxElemento.boxNoticias ul li {
	float: left;
	display: block;
	width: 327px;
}
section.home div.boxElemento.boxNoticias ul li img {
	margin-bottom: 10px;	
}
section.home div.boxElemento.boxNoticias ul li h3 {
	line-height: 22px;	
}
section.home div.boxElemento.boxNoticias ul li h3, 
section.home div.boxElemento.boxNoticias ul li h3 a {
	font-family: 'dinprobold';
	margin: 0;
	padding: 0;
	display: block;
	color: #008c44;
	font-size: 18px;
}
section.home div.boxElemento.boxNoticias ul li:first-child {
	margin-right: 10px;
}
section.home div.boxElemento.boxNoticias ul li span {
	font-family: 'dinproblack';
	font-size: 14px;		
}
section.home div.boxElemento.boxNoticias ul li p,
section.home div.boxElemento.boxNoticias ul li p a {
	padding: 0;
	margin: 0;
	font-family: 'dinpromedium';
	font-size: 14px;
}
section.home div.boxElemento.boxNoticias ul li p a {
	color: #008c44;	
}
section.home div.boxElemento.boxGalerias {
	width: 327px;
	float: right;
	position: relative;
}/*
section.home div.boxElemento.boxGalerias a.bt {
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 160px;
	background: url(../img/bg/bg_botoes.png) no-repeat;
}
section.home div.boxElemento.boxGalerias a.bt.btLeft {
	left: 7px;
}
section.home div.boxElemento.boxGalerias a.bt.btRight {
	right: 7px;
	background-position: -37px 0;	
}
section.home div.boxElemento.boxGalerias ul {
	float: left;
	margin: 0;
	padding: 0;	
}
section.home div.boxElemento.boxGalerias li {
	float: left;
	display: block;
	margin-top: 7px;
	margin-right: 7px;	
}
section.home div.boxElemento.boxGalerias li:last-child {
	margin-right: 0;	
}*/

/* Internas
-------------------------------------------------- */ 
body#internas {
	background: url(../img/bg/bg_site_internas.jpg) repeat-x;
}
section.internas {
	margin-bottom: 30px;	
}
section.internas div.container {
	padding: 0;	
}
section.internas div.container h2 {
	padding: 0;	
	font-family: 'rustyshandregular';
	color: #008c44;
	font-size: 40px;
	margin: 20px 0;
}
section.internas div.container .one_half {
	padding-right: 10px;	
}
section.internas div.container .one_half.last_column {
	padding: 0;
	padding-left: 10px;
}
section.internas.pagina h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #da2128;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'dinproblack';
}
section.internas.pagina p {
	font-family: 'dinpromedium';
	font-size: 14px;
	line-height: 19px;
}
section.internas.galeria div.coluna_1 {
	float: left;
	width: 675px;
	display: block;
}
section.internas.galeria div.coluna_1 ul {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;	
	width: 685px;
}
section.internas.galeria div.coluna_1 ul li {
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;	
}
section.internas.galeria div.coluna_2 {
	float: right;
	width: 243px;
	display: block;
}
section.internas.galeria div.coluna_2 h2 {
	text-align: right;	
}
section.internas.galeria div.coluna_2 ul.boxVideos {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;	
}
section.internas.galeria div.coluna_2 ul.boxVideos li {
	float: left;
	display: block;
	margin-bottom: 14px;	
}
section.internas.galeria div.coluna_2 ul.boxVideos li h4 {
	font-family: 'dinpromedium';
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	float: left;
	display: block;	
}
section.internas.categorias div.boxElemento.boxNoticias {
	width: 1000px;
	overflow: hidden;
}
section.internas.categorias div.boxElemento.boxNoticias ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 1300px;	
}
section.internas.categorias div.boxElemento.boxNoticias ul li {
	float: left;
	display: block;
	width: 378px;
	height: 344px;
	padding-right: 135px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cfcfd0;
}
section.internas.categorias div.boxElemento.boxNoticias ul li img {
	margin-bottom: 10px;	
}
section.internas.categorias div.boxElemento.boxNoticias ul li h3 {
	line-height: 22px;	
}
section.internas.categorias div.boxElemento.boxNoticias ul li h3, 
section.internas.categorias div.boxElemento.boxNoticias ul li h3 a {
	font-family: 'dinprobold';
	margin: 0;
	padding: 0;
	display: block;
	color: #008c44;
	font-size: 18px;
}
section.internas.categorias div.boxElemento.boxNoticias ul li span {
	font-family: 'dinproblack';
	font-size: 14px;		
}
section.internas.categorias div.boxElemento.boxNoticias ul li p,
section.internas.categorias div.boxElemento.boxNoticias ul li p a {
	padding: 0;
	margin: 0;
	font-family: 'dinpromedium';
	font-size: 14px;
}
section.internas.categorias div.boxElemento.boxNoticias ul li p a {
	color: #008c44;	
}
section.internas.post div.topo img {
	margin-bottom: 20px;
}
section.internas.post div.topo div.botoes {
	width: 666px;
	display: block;
	height: 40px;
	position: relative;
}
section.internas.post div.topo div.botoes a {
	width: 90px;
	height: 29px;
	float: left;
	margin-top: 6px;
	background: url(../img/bg/bg_spray.png) no-repeat;	
}
section.internas.post div.topo div.botoes a:nth-child(2) {
	background-position: -282px 0;
	position: absolute;
	left: 250px;
}
section.internas.post div.topo div.botoes a:nth-child(3) {
	float: right;
	background-position: -90px 0;
}
section.internas.post div.postMeio {
	width: 666px;
	display: block;
	margin: 0 auto;
}
section.internas.post div.postMeio div.txt {
	width: 497px;
	display: block;
	margin: 0 auto;
}
section.internas.post div.postMeio div.txt p {
    font-family: 'dinpromedium';
    font-size: 14px;
    line-height: 19px;
}
section.internas.post div.postMeio div.txt h3 {
    color: #939598;
    display: block;
    font-family: 'dinprobold';
    font-size: 18px;
    margin: 0;
    padding: 0;
}
section.internas.post div.postMeio div.txt span {
    font-family: 'dinproblack';
    font-size: 14px;
	margin-bottom: 12px;
	display: block;
	color: #414042;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
body {
	min-width: 1000px;	
}
.container {
  max-width: none !important;
  width: 1000px;
}

table h3 {
	margin: 10px !important;	
}
table a,
table a:hover,
table a:focus {
	color: #414042;	
}
table th {
	text-align: center;
	background: #eeeeee;
}
.table > thead > tr > th {
	border-bottom: 0;	
}

#wpspn-nextpost {
	display: none !important;	
}
#wpspn-prevpost {
	display: none !important;	
}



/** Stage container **/

.connected-carousels .stage {
    width: 327px;
    position: relative;
}
/** Navigation container **/

.connected-carousels .navigation {
    width: 327px;
	float: left;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 209px;
	width: 327px;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 100px;
    width: 327px;
	margin-top: 8px;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
	margin-right: 8px;
}

.connected-carousels .carousel-navigation li img {
    display: block;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 96px;
	background: url(../img/bg/bg_botoes.png) no-repeat;
}
.connected-carousels .prev-stage {
	left: 7px;
}
.connected-carousels .next-stage {
	right: 7px;
	background-position: -37px 0;	
}



.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
}

.connected-carousels .prev-navigation {
    left: -15px;
    top: 22px;
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}

div.link {
	position: absolute;
	right: 0;
	top: 197px;
	background: url(../img/bg/bg_link.png) no-repeat;
	width: 243px;
	height: 90px;
	z-index: 500;
}
header.internas div.link {
	top: 116px !important;	
}
div.link p {
	text-align: center;	
	font-family: 'dinprobold';
	font-size: 11px;
	color: #129246;
	margin-top: 80px;
}
div.link p a {
	font-family: 'dinprobold';
	font-size: 11px;
	color: #129246;	
}
