/*
Theme-name: Biosan
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	color: #58595b;
	font-size: 14px;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

a {
	color: #2e3192;
	text-decoration: none;
	border: none;
}

a img {
	border: none;
}

a:hover {
	color: #00a651;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.colleft {
	float: left;
	width: 620px;
	margin-right: 20px;
}

.colright {
	width: 320px;
	float: left;
}

.contents {
	margin-top: 40px;
}

/* HEADER */

.header {
	padding-top: 45px;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 390px;
	background-image: url(images/head1.png);
}

.header.num1 {background-image: url(images/head1.png); }
.header.num2 {background-image: url(images/head2.png); }
.header.num3 {background-image: url(images/head3.png); }
.header.num4 {background-image: url(images/head4.png); }
.header.num5 {background-image: url(images/head5.png); }
.header.num6 {background-image: url(images/head6.png); }

.header .logo {
	float: left;
	margin-right: 30px;
}

.header .frase {
	float: left;
	color: #2e3192;
	font-style: italic;
	font-weight: bold;
	width: 300px;
}

.header .frase p {
	margin: 0;
	margin-bottom: 5px;
}

/* MENU */

.menu {
	background-color: #2e3192;
	overflow: hidden;
	border-radius: 0px 0px 15px 15px;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 25px;
	box-shadow: 0px 4px 10px #888ac1;
	text-align: center;
}
.menu a {
	color: white;
	text-decoration: none;
}
.menu a:hover {
	color: #8dc63f;
	text-decoration: none;
}
.menu ul {
	margin: 0;
	padding: 0;
}

.menu ul li {
	list-style: none;
	margin-right: 34px;
	display: inline-block;
}
.menu ul li:last-child {
	margin-right: 0;
}


/* FOOTER */
.footer {
	padding: 10px 0;
	font-size: 16px;
}
.footer .toLeft {
	float: left
}

.footer .toRight {
	float: right;
}

.footer a {
	text-decoration: underline;
	color: #58595b;
	font-weight: bold;
}
.footer  a:first-child {
	margin-right: 20px;
}

.footer .colright {
	text-align: center;
	font-weight: bold;
}

/* ROUNDED BOXES */
.roundedbox {
	border-radius: 20px;
	word-wrap: break-word;
}

.roundedbox.noUnderline a {
	text-decoration: none!important;
}
.roundedbox.noUnderline a:hover {
	text-decoration: underline!important;
}

.colright .roundedbox {
	padding: 20px;
}
.roundedbox.green1 {
	background-color: #8dc63f;
	color: white;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0px 4px 5px #c6e39f;
}
.roundedbox.green2 {
	background-color: #00a651;
	color: white;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0px 4px 5px #73ce9f;
}

.roundedbox.blue {
	background-color: #2e3192;
	color: white;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0px 4px 5px #2e3192;
}

.roundedbox.noShadow {
	box-shadow: none;
}

.roundedbox.onlyTop {
	border-radius: 20px 20px 0 0 ;
}

.roundedbox.onlyBottom {
	border-radius: 0 0 20px 20px;
}

.roundedbox h4 {
	margin: 0;
}

.roundedbox.blue a {
	color: white;
}

.roundedbox.green1 a,.roundedbox.green2 a {
	color: white;
	text-decoration: underline;
}

.roundedbox.marginbottom {
	margin-bottom: 30px;
}


.roundedbox h3 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
}
.roundedbox.toCenter {
	text-align: center;
}

/* noticias */

.roundedbox .news {
	font-size: 14px;
}
.roundedbox .news a {
	color: white;
}
.roundedbox .news {
	padding: 0;
	margin: 0;
}

.roundedbox.sidebar {
	margin-bottom: 20px;
}
.roundedbox.sidebar p {
	font-weight: normal;
}

.roundedbox.sidebar.pets {
	background-image: url(images/pets.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 280px;
}


.roundedbox .news li {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 10px white solid;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.roundedbox .news .excerpt {	
	font-weight: normal;
	padding-top: 10px;
	display: block;
}

.roundedbox.quotation {
	background-color: #2e3192;
	background-image: url(images/aspas.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 40px;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px #2e3192;
}

.plus {
	text-align: right;
	margin-top: 20px;
}
.plus a {
	color: white;
	text-transform: uppercase;
}

/* CONTEUDO */
.contents p {
	line-height: 20px;
}
.chamada h3 {
	color: #00a651;
	font-size: 20px;
	margin: 0;
}
.contents h1 {
	text-transform: uppercase;
	font-size: 22px;
	color: #00a651;
}
.destaques {
	margin: 20px 0;
}
.destaques .col {
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
}

.produtos .col {
	position: relative;
}

.destaques .col p {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: -1px;
	margin: 5px 15px;
}


.destaques .col .top {
	color: white;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	position: relative;
}

.destaques .col.green .top, .produtos .col.green .top {
	background-color: #00a651;
}

.destaques .col.blue .top, .produtos .col.blue .top {
	background-color: #2e3192;
}

.destaques .col.first {
	text-align: left;
	width: 197px;
}

.roundedbox.produtos .col {
	float: left;
	width: 310px;
	text-align: center;
	margin-right: 15px;
}

.roundedbox.produtos .col:nth-child(3) {
	margin-right: 0px;
}

.roundedbox.produtos .col .top {
	color: white;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	position: relative;
}

.col .top img {
	position: absolute;
	right: 10px;
	top: 9px;
}

.col .top  {
	font-size: 12px;
}

.roundedbox.produtos .col p {
	font-weight: bold;
	text-transform: uppercase;
}

.destaques .col.first .top, .produtos .col.first .top {
	border-radius: 20px 0 0 0;
}

.destaques .col.third .top, .produtos .col.third .top {
	border-radius: 0 20px 0 0;
}

.destaques .top img {
	width: 16px;
	height: auto;
	margin-top: 2px;
}

.destaques .col.third {
	text-align: right;
	width: 197px;
}


.artigos li {
	font-weight: bold;
	margin-bottom: 20px;
}

.artigos li:nth-child(even) a {
	color: #00a651;
}

.wp-pagenavi span, .wp-pagenavi a {
	border: none!important;
}

a.artigos {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
}

.coldist {
	float: left;
	width: 300px;
	margin-right: 20px;
	border-top: 1px solid #58595b;
	padding-bottom: 10px;
	margin-top: 10px;
	min-height: 165px;
}

.coldist p {
	font-size: 12px;
}
.coldist:nth-child(3n){
	margin-right: 0px;
}

.coldist:nth-child(1), .coldist:nth-child(2), .coldist:nth-child(3), .cols.exclusivos .coldist {
	border-top: none;
}

.coldist .logo {
	width: 300px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin-top: 30px;
}
.coldist .logo img {
	width: 200px;
	height: auto;
}
.padded {
	padding: 3px;
	margin-bottom: 20px;
}

table {
	width: 100%;
	border: 3px solid #00a651;
	border-radius: 15px;
}

table td {
	padding: 5px;
}

table tr:nth-child(odd) td {
	background-color: #b2e4ca;
}

table tr:last-child td:nth-child(3) {
	border-radius: 0 0 13px;
}

table tr:last-child td:nth-child(1) {
	border-radius: 0 0 0 13px ;
}

table tr:first-child td {
	background-color: #00a651;
	color: white;
	text-align: center;
	font-weight: bold;
}

table tr:first-child td {
	border-radius:10px 10px 0 0 ;
}

.foto {
	margin-bottom: 20px;
}


.list {
	text-align: left;
	border-radius: 20px;
	background-color: #ccc;
	position: relative;
	padding: 10px 20px;
	color: white;
	display: none;
	text-transform: uppercase;
}
.list a {
	color: white;
}
.list img {
	position: absolute;
	right: 0;
	top: -10px;
	
}

.produtos .list .fechar {
	display: none;
}

.produtos .list.pinned .fechar {
	display: block;
}
.produtos .list {
	position: absolute;
	width: 170px;
	top: 40px;
	right: 0;
	font-size: 11px;
}

.produtos .list.pinned {
	display: block!important;
}

.produtos .list ul {
	margin: 0;
	padding: 0;
}

.produtos .list ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.blue .list {
	background-color: #2e3192;;
}

.green .list {
	background-color: #00a651;;
}

#background_cycler img{position:absolute;left:0;top:0;z-index:1}
#background_cycler img.active{z-index:3}

.contents .logo {
	text-align: center;
	margin-bottom: 20px;
}

.contents .logo img {
	width: 200px;
	height: auto;
}


.col.areas {
	overflow: hidden;
}

.colprods {
	float: left;
	width: 225px;
	margin-right: 20px;
	color: #00a651;
	text-transform: uppercase;
}

.colprods h3 {
	text-align: center;
	background-color: #00a651;
	padding: 10px;
	color: white;
	border-radius: 10px;
}

.colprods a {
	color: #00a651;
}

.colprods:nth-child(4) {
	margin-right: 0px;
}
.colprods ul {
	margin-left:-10px;
}

.colprods:nth-child(2) h3, .colprods:nth-child(4) h3 {
	background-color: #2e3192;
}

.colprods:nth-child(2) a,.colprods:nth-child(4) a, .colprods:nth-child(2),.colprods:nth-child(4) {
	color: #2e3192;
}

table tr:nth-child(odd) td {
	background: none!important;
}