@import "../fontes/fonts.css";

/*index, pagina inicial*/
* {
	margin: 0px;
	padding: 0px;
	font-family: inherit;
	font-size: inherit;
	text-decoration: inherit;
	color: inherit;
}

html {
}

body {
    overflow-x: hidden;
	font-family: 'sourceSansProRegular';
	font-size: 16px;
	text-decoration: none;
	color: #000;
	margin: 0px;
}

ul {
	padding-left: 40px;
}

p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

a {
	color: inherit;
	text-decoration: none;
}

.fclear:after,
.fclear::after {
	content: "";
	display: block;
	clear: both !important;
}

.clear {
	clear: both !important;
}

.captcha6 {
	width: 160px !important;
	min-height: 22px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 13px;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
}

.captchai {
	width: 160px;
	height: 50px;
	border: 0px solid #999;
	border-radius: 7px;
	margin-bottom: 2px;
}

.caperro {
	font-weight: bold;
	color: #F00;
}

input:focus, select:focus, textarea:focus {
	outline: none !important;
}

img {
	border: none;
}

body:after, body:before, main > div:before, main > div:after {
	display:block;
	content:"";
	height:0.01px;
}

html, body, main {
	min-width: 300px;
	min-height: 100%;
}

header > div,
main > div:last-child > div,
footer > div {
	min-width: 300px;
	max-width: 1228px;
	margin: 0px auto;
}

main > div:last-child {
	background-image: url('../imagens/bgPage.png');
	background-repeat: repeat-x;
	background-position: top center;
}

main > div:last-child > div {
	background-color: #FFFFFF;
	padding-top: 36px;
}

@media all and (max-width: 1310px) {
	main > div:last-child > div {
		width: 100%;
	}
}

/*ALL*/
.listNone {
	list-style: none;
	padding-left: 0px;
}

.text {
	font-family: 'sourceSansProLight';
	text-align: justify;
	color: #808080;
}

.text.resultSearch {
	display: block;
	text-align: center;
}

.title {
	display: block;
	width: 270px;
	border-bottom: 3px solid #B2B2B2;
	padding-bottom: 10px;
	font-family: 'sourceSansProSemiBold';
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #575756;
	margin: 0px auto 36px auto;
}

main > div:last-child > div {
	padding: 0px 36px;
}

main > div:last-child > div > section > section,
main > div:last-child > div > section > div {
	padding-top: 36px;
	overflow: hidden;
}

.pagination {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.pagination > a,
.pagination > b {
	display: block;
	padding: 2.5px 10px;
	border: 1px solid #808080;
	font-weight: bold;
 	color: #808080;
 	margin: 0px 5px;
}

.pagination > b {
	background-color: #429F46;
	color: #FFFFFF;
}

.btnBack {
	background-color: transparent;
	background-image: url('../imagens/material/iconBack.svg');
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	padding-left: 20px;
	cursor: pointer;
	font-family: 'sourceSansProSemiBold';
}

@media all and (max-width: 1315px) {
	main > div:last-child > div {
		padding: 0px;
		max-width: 1268px !important;
	}

	main > div:last-child > div > section > section {
		padding: 36px 20px 0px 20px;
	}

	.pagination > *:first-child,
	.pagination > *:last-child {
		display: none;
	}
}

/*LOADING*/
#loading {
	width: 100%;
	height: 100%;
	background-color: rgba(66, 158, 71, 0.59);
	position: absolute;
	top: 0px;
	left: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2;
}

#loading.active {
	opacity: 1;
}

.loader,
.loader:before,
.loader:after {
	background: #ffffff;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}

.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}

.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader {
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:after {
	left: 1.5em;
}

@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0 #ffffff;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em #ffffff;
		height: 5em;
	}
}

@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0 #ffffff;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em #ffffff;
		height: 5em;
	}
}

/*PLACEHOLDER*/
::-webkit-input-placeholder {
	color: #FFFFFF;
}

:-moz-placeholder {
	color: #FFFFFF;
}

::-moz-placeholder {
	color: #FFFFFF;  
}

:-ms-input-placeholder {  
	color: #FFFFFF;  
}

/*HEADER*/
header {
	border-top: 8px solid #2D7C31;
	background-color: #32681D;
	z-index: 200;
}

header > div {
	-webkit-display: flex;
	display: flex;
	max-width: 1270px;
}

header > div > nav {
	position: relative;
	z-index: 100;
}

header > div > nav:first-child {
	background-color: #32681D;
	margin-top: 15px;
}

header > div > nav:first-child > a {
	display: block;
}

header > div > nav:last-child > * {
	float: right;
	margin-top: 30px;
}

/*HEADER - FROM SEARCH*/
#formSearch > form > input {
	float: left;
}

#formSearch > form > input[type="text"],
#formNewsletter > ul > li > input[type="text"] {
	height: 40px;
	max-width: 465px;
	min-width: 200px;
	width: -webkit-calc(100% - 24px);
	width: calc(100% - 24px);
	background-color: rgba(255, 255, 255, 0.4);
	border: 2px solid transparent;
	padding: 0px 10px;
	color: #FFFFFF;
	-webkit-transition: border 0.5s;
	transition: border 0.5s;
}

#formSearch > form > input[type="text"] {
	width: 465px;
}

#formSearch > form > input[type="submit"],
#formNewsletter > ul > li > input[type="submit"] {
	height: 44px;
	width: 122px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 2px solid transparent;
	font-family: 'sourceSansProBold';
	color: #32681D;
	cursor: pointer;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#formSearch > form > input[type="submit"]:hover,
#formSearch > form > input[type="submit"]:focus,
#formNewsletter > ul > li > input[type="submit"]:hover,
#formNewsletter > ul > li > input[type="submit"]:focus {
	background-color: #FFFFFF;
}

#formSearch > form > input[type="submit"]:active,
#formNewsletter > ul > li > input[type="submit"]:active {
	background-color: rgba(255, 255, 255, 0.55);
}

/*HEADER - ITEMS LIST*/
#listItems > li {
	color: #FFFFFF;
	float: left;
}

#listItems > li {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 0px 10px;
}

#listItems > li:first-child {
	border-left: none;
	padding-left: 0px;
}

#listItems > li:last-child {
	border-right: none;
	padding-right: 0px;
}

/*HEADER - MENU*/
#btnMenu {
	width: 50px;
	height: 50px;
	background-color: #2D7C31;
	border: none;
	padding: 5px;
	float: right;
	margin-top: 13px;
	cursor: pointer;
}

#btnMenu > div::before,
#btnMenu > div::after {
	content: '';
	display: block;
}

#btnMenu > div,
#btnMenu > div::before,
#btnMenu > div::after {
	width: 100%;
	height: 5px;
	background-color: #FFFFFF;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

#btnMenu > div::after {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

#btnMenu > div::before {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

header > div.activeMenu #btnMenu > div {
	background-color: transparent;
}

header > div.activeMenu #btnMenu > div {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

header > div.activeMenu #btnMenu > div::before  {
	-webkit-transform: rotate(-46deg) translateY(0px) translateX(0px);
    transform: rotate(-46deg) translateY(0px) translateX(0px);
}

header > div.activeMenu #btnMenu > div::after {
	-webkit-transform: rotate(45deg) translateY(-4px) translateX(-4px);
    transform: rotate(45deg) translateY(-4px) translateX(-4px);
}

#btnMenu,
#mobileLogo {
	display: none;
}

#menu {
	display: -webkit-flex;
	display: flex;
	position: relative;
}

#menu > li:first-child {
	background-color: #548A2E;
}

#menu > li:nth-child(2) {
	background-color: #2D7C31;
}

#menu > li:nth-child(3) {
	background-color: #548A2E;
}

#menu > li:nth-child(4) {
	background-color: #378D3B;
}

#menu > li:nth-child(5) {
	background-color: #679E37;
}

#menu > li:nth-child(6) {
	background-color: #429F46;
}

#menu > li > a,
.defaultContent > section:nth-of-type(1) > section > div > a {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	min-width: 150px;
	max-width: 175px;
	width: 100%;
	height: 155px;
	text-align: center;
	color: #FFFFFF;
}

.subMenu > ul {
	display: none;
    max-width: 820px;
    width: -webkit-cac(100% - 80px);
    width: cac(100% - 80px);
    background-color: #FFFFFF;
    border-bottom: 5px solid #2D7C31;
    padding: 50px 40px;
    position: absolute;
    top: 155px;
    left: 0px;
    z-index: 1000;
}

#menu > .subMenu:hover > ul,
#menu > .subMenu.active > ul {
	display: block;
}

.subMenu > ul > li {
	width: 170px;
	border-bottom: 1px solid #D0D0D0;
	padding: 10px 0px;
	font-size: 14px;
	margin: 0px 17px;
	float: left;
}

.subMenu > ul > li:hover {
	color: #B9B9B9;
}

/*ANIMATIONS KEY FRAMES*/
/*SHOCK*/
#menu > li > a > div > img,
.defaultContent > section:nth-of-type(1) > section > div > a > svg {
	height: 50px;
	max-width: 50px;
	margin: 0px auto 10px auto;
}

#menu > li > a > span,
.defaultContent > section:nth-of-type(1) > section > div > a > span {
	font-family: 'sourceSansProSemiBold';
}

/*MENU - MAX-WIDTH 1300px*/
@media all and (max-width: 1300px) {
	/*HEADER*/
	header {
		height: 105px;
	}

	header > div {
		height: 105px;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	header > div > nav:first-child {
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		border-top: 8px solid #2D7C31;
		position: relative;
		margin-top: -8px;
		padding: 15px 30px;
		z-index: 101;
	}

	header > div > nav:first-child > a {
		float: left;
	}

	#logoTop,
	#listItems,
	#formSearch {
		display: none;
	}

	#btnMenu,
	#mobileLogo {
		display: block;
	}

	/*HEADER - MENU*/
	#menu {
		margin-top: 0px;
		float: none;
	}

	header > div > nav:last-child {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: transform 0.3s;
		transition: transform 0.3s;
	}

	header > div.activeMenu > nav:last-child {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	#menu > li {
		max-width: 16.66%;
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}

	#menu > li > a {
		-webkit-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		cursor: pointer;
	}

	#menu > li > a > * {
		-webkit-align-self: center;
		align-self: center;
	}
}

/*MENU - MAX-WIDTH 600px*/
@media all and (max-width: 600px) {
	#menu {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#menu > li {
		max-width: 100%;
	}

	#menu > li > a {
		height: 67px;
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	#menu > li > a > span {
		font-size: 2em;
	}

	#menu > li > a > div > img {
		margin: 0px 10px 0px 0px;
	}

	.subMenu > ul {
		display: block;
		padding: 0px;
		top: 0px;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: transform 0.3s;
		transition: transform 0.3s;
	}

	.subMenu.active > ul {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	.subMenu > ul > li {
		width: 100%;
		margin: 0px;
		text-align: center;
	}
}

/*MENU - MAX-WIDTH 400px*/
@media all and (max-width: 400px) {
	/*HEADER*/
	header > div > nav:first-child {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		padding: 15px 15px;
	}
}

/*LAST UPDATE*/
#lastUpdate > div {
    max-width: 1260px;
    margin: 0px auto;
    padding: 0px 20px;
}

#lastUpdate > div,
#lastUpdate > div > a,
#lastUpdate > div > ul,
#lastUpdate > div > ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#lastUpdate > div {
	height: 90px;
}

#lastUpdate > div > a {
	min-width: 220px;
	height: 45px;
	background-color: #429F46;
	color: #FFFFFF;
	-webkit-justify-content: center;
	justify-content: center;
}

#lastUpdate > div > ul {
	width: 1060px !important;
	padding: 0px;
}

#lastUpdate > div > ul li {
    width: 330px;
    padding: 0px 10px;
}

#lastUpdate > div > ul li > a {
	display: block;
	height: 35px;
	float: left;
}

#lastUpdate > div > ul li > a > span {
	display: table-cell;
	height: inherit;
	width: inherit;
	vertical-align: middle;
}

#lastUpdate > div > ul li > a:first-child {
	width: 35px;
}

#lastUpdate > div > ul li > a {
	margin: 0px 5px;
}

/*LAST UPDATE - MAX-WIDTH 630px*/
@media all and (max-width: 630px) {
	#lastUpdate > div {
		height: auto;
	}

	#lastUpdate > div,
	#lastUpdate > div > ul {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#lastUpdate > div > * {
		margin: 10px auto 0px auto;
	}

	#lastUpdate > div > ul {
		display: none;
		padding-left: 0px;
		width: 300px !important;
	}
}

/*HOME*/
.thumbnail {
	background-color: #FFFFFF;
	overflow: hidden;
	border: 1px solid #B2B2B2;
	border-bottom: 3px solid #B2B2B2;
}

.thumbnail > a {
	display: block;
	width: inherit;
	height: inherit;
}

.thumbnail > a > *:first-child {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}

.thumbnail:hover > a > *:first-child {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.thumbnail:hover > a > div > div:first-child {
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.thumbnail:hover > a > div > div:first-child {
	background-color: #50CC55;
}

.iconMore {
	width: 36px;
	background-color: #429F46;
	font-size: 27px;
	color: #FFFFFF;
	text-align: center;
	float: right;
}

.thumbnail .iconMore {
	position: absolute;
	top: -21.5px;
	right: 10px;
}

.thumbnail > a > .thumbDescription {
	height: 140px;
	background-color: #FFFFFF;
	padding: 15px 10px;
	position: relative;
	z-index: 1;
	margin-top: -5px;
}

.thumbnail > a > .thumbDescription > h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 1.125em;
	color: #575756;
}

#featuredNews {
	overflow: hidden;
}

#featuredNews > div > div,
#featuredNews > div > div:last-child > div {
	float: left;
}

#featuredNews > div > div:last-child {
	max-width: 573px;
	margin-left: 32px;
}

#featuredNews > div > div:first-child {
	width: 620px;
	height: 707px;
}

.thumbnail.mini1 {
	width: 268px !important;
	height: 345px !important;
}

.thumbnail.mini1 img {
	width: 268px;
	height: 178px;
}

.thumbnail.mini2 {
	width: 386px;
	height: 440px;
}

.thumbnail.mini3 {
	width: 386px;
	height: 250px;
}

.thumbnail.mini3 img {
	width: 386px;
	height: 114px;
}

.thumbnail.mini4 {
	width: 386px;
	height: 215px;
}

.thumbnail.mini5 {
	width: 386px;
	height: 192px;
}

.thumbnail.mini1:nth-child(1),
.thumbnail.mini1:nth-child(2) {
	margin-bottom: 13px;
}

.thumbnail.mini1:nth-child(1),
.thumbnail.mini1:nth-child(3) {
	margin-right: 32px;
}

/*HOME - LIST ITEMS*/
#lastNews > div:last-child {
	margin-top: 36px;
}

.listItems {
	width: 1228px;
	display: -webkit-flex;
	display: flex;
}

.listItems div,
.listItems > li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.listItems > div:nth-child(2) > div,
.ad2 > li:nth-child(2) > a > .ad,
.listItems > li:nth-child(2) > div{
	margin: 0px auto;
}

.listItems > div:last-child > div,
.ad2 > li:last-child > a > .ad,
.listItems > li:last-child > div {
	float: right;
}

/*AD*/
.advertising > .ad1 > a {
	display: block;
	width: 100%;
}

.advertising > .ad1 > a > img {
	width: 100%;
}

.ad {
	position: relative;
}

.ad > div {
	max-width: 1230px;
	height: 114px;
	overflow: hidden;
	margin: 0px auto 36px auto;
}

.ad.mini {
	max-width: 386px;
}

.ad2 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

.ad2 > li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.ad2 > li:nth-child(1n+4) {
	display: none;
}

.ad2 > li > a > .ad {
	padding: 0px;
}

.ad2 > li > a > .ad > div {
	margin-bottom: 0px;
}

/*HOME - PRICE*/
#price {
	max-width: 808px !important
}

#cross_rate_1 {
	max-width: inherit;
	width: 100% !important;
	height: 645px;
	border-collapse: collapse;
}

#cross_rate_1 tr,
#cross_rate_1 tr > td,
#cross_rate_1 tr > td * {
	font-size: 16px;
	font-family: 'sourceSansProLight';
	text-align: center;
}

#cross_rate_1 tr:first-child > td,
#cross_rate_1 tr:first-child > td * {
	font-size: 18px !important;
	font-family: 'sourceSansProSemiBold';
	text-transform: uppercase;
}

#cross_rate_1 tr > td:first-child {
	width: 10px !important;
}

#cross_rate_1 tr > td:nth-child(2) {
	padding-left: 10px;
	font-family: 'sourceSansProSemiBold';
	text-align: left !important;
}

.ftq_5 {
    background: #429F46 !important;
	border-bottom: 3px solid #126414;
}

/*HOME - MAX-WIDTH: 1295px*/
@media all and (max-width: 1210px) {
	.advertising > .ad2 {
		max-width: 386px;
		min-width: 320px;
		width: 100%;
		height: 114px;
		margin: 0px auto;
	}

	.advertising > .ad2 > li:nth-child(1n+4) { display: block; }

	.advertising > .ad2 > a,
	.advertising > .ad2 > a > img {
		width: 100%;
	}
}

/*HOME - MAX-WIDTH: 645px*/
@media all and (max-width: 1310px) {
	#home {
		max-width: 100%;
	}
	
	#featuredNews > div {
		display: block !important;
	}

	#featuredNews > div > div {
		float: left;
	}

	#featuredNews .thumbnail {
		margin: 0px 30px 0px 0px;
	}

	#featuredNews > div {
		display: -webkit-flex;
		display: flex;
		width: 1500px;
	}

	#featuredNews > div > div:last-child {
		max-width: 100%;
		margin: 0px;
	}
}

/*HOME - MORE INFO*/
#moreInfo,
#moreInfo > div {
	display: -webkit-flex;
	display: flex;
}

#moreInfo > div {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

#moreInfo > div:first-child {
	width: 100%;
	margin-right: 20px;
}

#price > div:nth-child(2) {
	width: 100%;
}

.inlineblock {
	display: block !important;
}

/*HOME - WEATHER*/
#weather4days {
	max-width: 390px;
	width: 100%;
	min-width: 300px;
}

#weather4days > div {
	position: relative;
}

#weather {
	position: relative;
}

#headerWeather > span,
#weatherToday > div,
#weatherOtherDays {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#weatherBlock.active > #headerWeather > span,
#weatherBlock.active #weatherToday > div,
#weatherBlock.active #weatherOtherDays {
	opacity: 0;
}

#searchW > form > ul > li > input[type="submit"] {
	font-family: 'sourceSansProSemiBold';
}

#weatherBlock * {
	font-family: 'sourceSansProSemiBold';
}

#weatherSearch {
	border: 2px solid #126414;
	opacity: 0;
	position: absolute;
	right: 1px;
	top: 37px;
	z-index: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#weatherSearch.active {
	opacity: 1;
}

/*CALENDAR*/
#calendar {
	max-width: 390px;
	width: 100%;
    margin-top: 8px;
}

#calendar > div {
	position: relative;
}

#cal #calendarHeader,
#cal ul:nth-of-type(1) > li {
	font-family: 'sourceSansProSemiBold';
	font-weight: normal;
}

#cal ul:nth-of-type(2) > li > ul > li {
	font-family: 'sourceSansProRegular';
	font-weight: normal;
}

#cal ul:nth-of-type(2) > li > ul > li.event {
	font-weight: bold;
}

#calendar > div.active > #cal #calendarHeader > h3,
#calendar > div.active > #cal ul:nth-of-type(2) > li > ul > li {
	opacity: 0;
}

#cal #calendarHeader > h3,
#cal ul:nth-of-type(2) > li > ul > li {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#cal ul:nth-of-type(2) > li > ul > li > div:nth-child(2) {
	width: 250px;
	background-color: #D0D0D0;
	border: 2px solid #BBBBBB;
	padding: 10px;
	opacity: 0;
	text-align: left;
	position: absolute;
	top: 40px;
	right: 0px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#cal ul:nth-of-type(2) > li > ul > li > div:nth-child(2) > div > a {
	font-size: 16px;
}

#cal ul:nth-of-type(2) > li > ul > li:hover > div:nth-child(2) {
	opacity: 1;
	z-index: 1;
}

#cal ul:nth-of-type(2) > li > ul > li > div:nth-child(2)::before,
#cal ul:nth-of-type(2) > li > ul > li > div:nth-child(2)::after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #D0D0D0;
	border-left: 15px solid transparent;
	position: absolute;
	top: -15px;
	right: 7px;
}

#cal ul:nth-of-type(2) > li > ul > li > div:nth-child(2)::before {
	z-index: 1;
}

#cal ul:nth-of-type(2) > li > ul > li > div:nth-child(2)::after {
	border-bottom: 15px solid #BBBBBB;
	top: -17px;
}

#cal ul:nth-of-type(2) > li > ul > li > div:nth-child(2) > div:nth-child(1n+2) {
	margin-top: 10px;
}

/*HOME - MORE INFO - MAX-WIDTH: 1300px*/
@media all and (max-width: 1110px) {
	#moreInfo > div:last-child {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		margin-top: 30px;
		margin-left: 0px;
	}

	#weather4days,
	#calendar {
		height: 415px;
		margin-top: 0px;
	}

	#weather4days {
		margin-right: 20px;
	}

	#price {
		max-width: 100% !important;
		margin-right: 0px !important;
	}

	#moreInfo {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}

	#moreInfo > * {
		float: none;
	}
}

/*HOME - MORE INFO - MAX-WIDTH: 1300px*/
@media all and (max-width: 850px) {
	#moreInfo > div:last-child {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		margin-top: 30px;
		margin-left: 0px;
	}

	#weather4days {
		margin-right: 0px;
	}
}

/*PRODUCTS*/
.shopping {
	overflow: hidden;
}

.shopping > div > ul {
	width: 1228px;
}

.shopping > div > ul > li {
	width: 220px;
	height: 324px;
	border: 1px solid #BBBBBB;
	float: left;
}

.shopping > div > ul > li:nth-child(1n+2) {
	margin-left: 29.5px;
}

.shopping > div > ul > li > a {
	display: block;
	width: inherit;
	height: inherit;
}

.shopping > div > ul > li > a > span {
	display: block;
	font-size: 18px;
	font-family: 'sourceSansProSemiBold';
	text-align: center;
}

.shopping > div > ul > li > a > span:nth-of-type(1) {
	display: table-cell;
	width: inherit;
	height: 77px;
	color: #575756;
	vertical-align: middle;
	padding: 0px 10px;
}

.shopping > div > ul > li > a > span:last-child {
	background-color: #429F46;
	color: #FFFFFF;
	padding: 5px;
}

/*VIDEOS*/
#videos {
	overflow: hidden;
}

#videos .mini5 > a > div:first-child {
	height: 114px;
	background-size: cover;
	background-position: center;
}

#videos .mini5 > a > div:last-child {
	height: 75px;
}

#videos .mini5 > a > div > div > .icon {
	width: 15px;
	height: 35px;
	background-image: url('../imagens/material/iconPlay.svg');
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
}

/*FOOTER*/
.titleFooter {
	display: block;
	width: 100%;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 2px;
}

footer {
	background-color: #429F46;
	color: #FFFFFF;
	border-top: 8px solid #2D7C31;
	margin-top: 36px;
}

footer > div:first-child {
	padding: 50px 30px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer > div:first-child,
footer > div > div > nav,
footer > div > div {
	display: -webkit-flex;
	display: flex;
}

footer > div > div {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	webkit-align-items: center;
	align-items: center;
}

footer > div > div > * {
	max-width: 300px;
}

footer > div > div > nav {
	margin-top: 35px;
}

footer > div > div:nth-child(3) > * {
	width: 66px;
}

footer > div > div:nth-child(4) > nav > ul > li {
	width: 170px;
}

footer > div > div:nth-child(4) > nav {
	width: 100%;
}

footer > div > div > h3 > a:hover,
footer > div > div > nav > ul > li > a:hover {
	text-decoration: underline;
}

footer > div > div:last-child > * {
	width: 130px;
}

footer > div > div:last-child > h3:nth-child(1n+2) {
	margin-top: 65px;
}

footer > div > div > nav > ul > li:nth-child(1n+2) {
	font-size: 14px;
	min-width: 155px;
	margin-top: 15px;
}

#footerNewsletter .titleFooter {
	margin-bottom: 17px;
}

#formNewsletter > ul > li {
	margin-top: 12px;
}

#formNewsletter > ul > li > #recaptcha1,
#formNewsletter > ul > li:nth-child(3) {
	display: -webkit-flex;
	display: flex;
	background-color: #FFFFFF;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

#formNewsletter > ul > li > #recaptcha1 {
	width: 298px;
	height: 75px;
	overflow: hidden;
}

#formNewsletter > ul > li > input[type="submit"] {
	float: right;
}

#socialNetworks {
	margin-top: 65px;
}

#socialNetworks > a {
	display: block;
	width: 71px;
	height: 71px;
	background-color: rgba(255, 255, 255, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#socialNetworks > a:nth-child(1n+2) {
	margin-left: 10px;
}

#facebook {
	background-image: url('../imagens/material/iconFacebook.svg');
}

#twitter {
	background-image: url('../imagens/material/iconTwitter.svg');
}

#youtube {
	background-image: url('../imagens/material/iconYoutube.svg');
}

#bookmarkme {
	background-image: url('../imagens/material/iconFavorite.svg');
}

#facebook:hover {
	background-color: #4B67A1;
}

#twitter:hover {
	background-color: #55ACEE;
}

#youtube:hover {
	background-color: #CC181E;
}

#bookmarkme:hover {
	background-color: #DDE625;
}

footer > div:last-child {
	max-width: 100%;
	background-color: #2D7C31;
	padding: 20px 0px;
	font-size: 13px;
	text-align: center;
}

footer > div:last-child > a:hover {
	text-decoration: underline;
}

@media all and (max-width: 1300px) {
	footer {
		margin-top: 20px;
	}

	footer > div {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media all and (max-width: 1090px) {
	footer > div > div:nth-child(1n+2) {
		display: none;
	}
}

/*NEWS*/
.listContent,
.optionsBottom {
	display: -webkit-flex;
	display: flex;
}

.listContent > .left {
	max-width: 807px;
	width: 100%;
	margin-right: 35px;
}

.listContent > .right {
	max-width: 386px;
	width: 100%;
}

.listContent > .right > ul {
	max-width: 386px;
	height: 113px;
	margin: 0px auto 0px auto;
}

.listContent > .right > *:nth-child(1n+2) {
	margin-top: 36px;
}

.listContent > div > ul > li {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 35px;
}
s
.listContent > div > ul > li > div > a > h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.listContent > div > ul > li > a {
	padding-right: 15px;
}

.listContent > .right > .shopping {
	overflow: initial;
}

.shopping.news > div > ul {
	width: auto;
}

.shopping.news > div > ul > li {
	width: 177px;
	margin: 0px;
	overflow: hidden;
}

.shopping.news > div > ul > li > a > img {
	width: 177px;
	height: 208px;
}

.shopping.news > div > ul > li:nth-child(2n+1) {
	margin-right: 27px;
}

.shopping.news > div > ul > li:nth-child(1),
.shopping.news > div > ul > li:nth-child(2) {
	margin-bottom: 27px;
}

.listContent > .right > #events > div > ul > li:first-child {
	margin-right: 36px;
}

#events.news > div > ul {
	display: block;
	width: auto;
}

#events.news > div > ul > li > div {
	width: 384px;
}

#events.news > div > ul > li:last-child{
	margin-top: 36px;
}

#events.news > div > ul > li:last-child > div {
	float: none;
}

.titleNews {
	font-family: 'sourceSansProSemiBold';
	font-size: 32px;
	font-weight: normal;
	color: #575756;
	margin-bottom: 10px;
}

.subTitleNews {
	font-family: 'sourceSansProLight';
	font-size: 20px;
	color: #808080;
	border-bottom: 1px solid #808080;
	margin-bottom: 20px;
}

.titleNews,
.subTitleNews {
	display: block;
	padding: 10px 0px;
}

#exibitionNews > .left > div > article > img {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}

.optionsBottom {
	height: 45px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 5px 0px;
	margin-top: 36px;
}

.optionsBottom > div {
	display: -webkit-flex;
	display: flex;
	height: inherit;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#print,
#imgPagSeguro {
	border-right: 1px solid #808080;
}

.optionsBottom > div > label,
#share > *:nth-child(1),
#share > *:nth-child(2) {
	margin-right: 10px;
}

#exibitionNews > .left > #ln2 > .listItems {
	width: auto;
	margin-top: 36px;
}

#news.news > div > div,
#videos.news > div > ul {
	width: 807px;
	margin: 36px auto 0px auto;
}

#news-pictures,
#news-pager {
	max-width: 700px;
	width: 100%;
	margin: 0px auto 15px auto;
	overflow: hidden;
}

#news-pager > div > a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#news-pager > div > a:hover { opacity: 0.6; }

#news-pictures > img { width: 100%; }

/*NEWS - MAX WIDTH 1315px*/
@media all and (max-width: 1315px) {
	.listContent,
	#exibitionNews {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.listContent > .left,
	.listContent > .right {
		max-width: 100%;
		width: auto;
		margin-right: 0px;
	}

	#events.news > div > ul {
		width: 812px;
		margin: 0px auto;
	}

	.listContent > .right > #events > div > ul > li {
		width: 388px;
		margin-top: 0px;
		float: left;
	}

	.listContent > .right > .shopping > div > ul {
		width: 978px;
		margin: 0px auto;
	}

	.listContent > .right > ul:nth-of-type(1) {
		margin-top: 36px;
	}
}

/*NEWS - MAX WIDTH 755px*/
@media all and (max-width: 755px) {
	#listNews > li > a {
		display: none;
	}
}

/*NEWS - PRINT*/
@media print {
	header,
	footer,
	#exibitionNews > .right,
	.optionsBottom,
	#lastUpdate {
		display: none;
	}

	#exibitionNews > .left {
		margin-right: 0px;
	}
}

/*SHOPPING*/
#mostVisited > div {
	border: 1px solid #2D7C31;
	padding-top: 0px;
}

#mostVisited > div,
#mostVisited > div> div:first-child {
	display: -webkit-flex;
	display: flex;
}

#mostVisited > div > div:first-child {
	min-width: 130px;
	max-width: 252px;
	width: 100%;
	height: 364px;
	background-color: #2D7C31;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#mostVisited > div > div:first-child > span {
	display: block;
	max-width: 99px;
	text-align: center;
	font-family: 'sourceSansProBold';
	font-size: 25px;
	color: #FFFFFF;
	margin-top: 30px;
}

#mostVisited > div > .shopping {
	padding: 19px 0px 19px 22.5px;
}

#mostVisited > div .shopping > div > ul > li:nth-child(1n+2) {
	margin-left: 14px;
}

#products > .shopping > div > ul > li {
	margin-bottom: 36px;
}

#products > .shopping > div > ul > li:nth-child(5n+1) {
	margin-left: 0px;
}

@media all and (max-width: 450px) {
	#mostVisited > div {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	#mostVisited > div > div:first-child {
		max-width: 100%;
		height: 55px;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	#mostVisited > div > div:first-child > img {
		height: 45px;
		margin-left: 15px;
	}

	#mostVisited > div > div:first-child > span {
		max-width: 100%;
		margin-top: 0px;
		margin-left: 15px;
	}
}

/*PRODUCT*/
#product {
	min-width: 1135px;
}

#product > section > h3.titleProduct {
	display: none;
}

#productPictures > div,
#product > section:first-child > div,
#customPage,
#productDescription > div > div > div:first-child {
	display: -webkit-flex;
	display: flex;
}

#customPager {
	max-height: 520px;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-right: 6.2px;
	overflow: hidden;
}

#productPictures > div:first-child > div,
#customPager > li {
	border: 1px solid #DCDCDC;
}

#customPager > li:nth-child(1n+2) {
	margin-top: 6.2px;
}

#productDescription > div {
	text-align: justify;
	color: #575756;
	margin-left: 36px;
}

#productDescription > div:first-child {
	min-height: 520px;
}

.titleProduct {
	display: block;
	font-family: 'sourceSansProSemiBold';
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 55px;
	color: #575756;
}

#price {
	font-family: 'sourceSansProBold';
	font-size: 40px;
	color: #429F46;
	float: left;
}

#addBag {
	background-color: #32681D;
	border: none;
	padding: 10px 25px;
	cursor: pointer;
	font-family: 'sourceSansProBold';
	font-size: 16px;
	color: #FFFFFF;
	float: right;
}

#productDescription > div > div > div:first-child {
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 55px;
}

#productDescription > div > div:nth-of-type(1) > div:first-child > * {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

#productDescription > div > div > article {
	margin-bottom: 55px;
}

#product > div > *:nth-child(1n+2) {
	margin-top: 36px;
}

#product > .shopping > div > ul {
	margin: 0px auto;
}

/*PRODUCT - MAX-WIDTH: 930px*/
@media all and (max-width: 930px) {
	#product {
		min-width: 280px;
	}

	#product > section > h3.titleProduct {
		display: block;
	}

	#productDescription {
		margin-top: 36px;
	}

	#productDescription > div > h3.titleProduct {
		display: none;
	}

	#product > section:first-child > div {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#productDescription > div {
		margin-left: 0px;
	}

	#productDescription > div:first-child {
		min-height: auto;
	}
}

/*ABOUT US*/
.defaultContent > section:nth-of-type(1) > section,
.defaultContent > section:nth-of-type(1) > section > div {
	display: -webkit-flex;
	display: flex;
}

.defaultContent > section:nth-of-type(1) > section > div:first-child {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.defaultContent > section:nth-of-type(1) > section > div:last-child {
	max-width: 390px;
	width: 100%;
	margin-left: 36px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.defaultContent > section:nth-of-type(1) > section > div.maxHeight:last-child {
	max-height: 354px;
}

.defaultContent > section:nth-of-type(1) > section > article,
.defaultContent > section:nth-of-type(1) > section > div:first-child {
	display: block;
	max-width: 808px;
}

.defaultContent > section:nth-of-type(1) > section > div > a {
	border: 1px solid #B9B9B9;
	border-bottom: 3px solid #B9B9B9;
	font-family: 'sourceSansProBold';
	color: #689E4E;
}

.defaultContent > section:nth-of-type(1) > section > div > a:nth-child(2n+1) {
	margin-right: 36px;
}

.defaultContent > section:nth-of-type(1) > section > div > a:nth-child(1),
.defaultContent > section:nth-of-type(1) > section > div > a:nth-child(2) {
	margin-bottom: 36px;
}

.defaultContent > section:nth-of-type(1) > section > div > a svg path,
.defaultContent > section:nth-of-type(1) > section > div > a svg rect {
	fill-color: #689E4E;
	fill: #689E4E;
}

.defaultContent > section:nth-of-type(1) > section > div > a svg g {
	opacity: 1;
}

/*ABOUT US - MAX-WIDTH: 1060px*/
@media all and (max-width: 1065px) {
	.defaultContent > section:nth-of-type(1) > section {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}

	.defaultContent > section:nth-of-type(1) > section > article {
		max-width: 100%;
	}

	.defaultContent > section:nth-of-type(1) > section > div {
 		-webkit-justify-content: center;
		justify-content: center;
		margin: 0px;
	}

	.defaultContent > section:nth-of-type(1) > section > div:last-child {
		margin-left: 0px;
		max-width: 100% !important;
	}

	.defaultContent > section:nth-of-type(1) > section > div {
		margin-top: 36px;
	}

	.defaultContent > section:nth-of-type(1) > section > div > a {
		margin-right: 18px !important;
		margin-left: 18px !important;
	}
}

/*ABOUT US - MAX-WIDTH: 460px*/
@media all and (max-width: 485px) {
	.defaultContent > section:nth-of-type(1) > section > div > a {
		width: auto;
		margin-top: 0px !important;
		margin-right: 0px !important;
		margin-bottom: 0px !important;
		margin-left: 0px !important;
	}

	.defaultContent > section:nth-of-type(1) > section > div > a:nth-child(2n+1) {
		margin-right: 10px !important;
	}

	.defaultContent > section:nth-of-type(1) > section > div > a:nth-child(1),
	.defaultContent > section:nth-of-type(1) > section > div > a:nth-child(2) {
		margin-bottom: 15px !important;
	}
}

/*TREATMENT*/
.defaultContent > section:nth-of-type(1) > section > div.treatment > a {
	max-width: 346px;
	width: 346px;
	height: auto;
	max-height: 150px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 20px;
}

.defaultContent > section:nth-of-type(1) > section > #midia-kit > span:first-child {
	font-family: 'sourceSansProBold';
	font-size: 40px;
}

.defaultContent > section:nth-of-type(1) > section > div.treatment > a:last-child {
	font-family: 'sourceSansProLight';
	color: #808080;
	text-align: left;
}

.defaultContent > section:nth-of-type(1) > section > div.treatment > a:last-child > span {
	font-family: 'sourceSansProSemiBold';
	color: #575756;
}

@media all and (max-width: 1060px) {
	.defaultContent > section:nth-of-type(1) > section > #midia-kit {
		margin-right: 36px;
	}
}

@media all and (max-width: 870px) {
	.defaultContent > section:nth-of-type(1) > section > div.treatment > a {
		margin-right: 18px !important;
		margin-left: 18px !important;
	}
}

/*CONTACT*/
#formContact {
	position: relative;
	margin-top: 42px;
}

#formContact > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#formContact > ul.active {
	opacity: 0;
}

#formContact > ul > li {
	width: 100%;
}

#formContact > ul > li > div {
	display: -webkit-flex;
	display: flex;
}

#formContact > ul > li > div > div {
	max-width: 394px;
	width: 100%;
}

#formContact > ul > li:nth-child(1n+2) {
	margin-top: 26px;
}

#formContact > ul > li:last-child > div {
	float: left;
}

#formContact > ul > li:last-child > input {
	float: right;
}

#formContact > ul > li:nth-child(7),
#formContact > ul > li:nth-child(8),
#formContact > ul > li:last-child {
	max-width: 100%;
}

#formContact > ul > li:first-child > div > div:first-child,
#formContact > ul > li:nth-child(2) > div > div:first-child,
#formContact > ul > li:nth-child(3) > div > div:first-child {
	margin-right: 14px;
}

#formContact > ul > li input[type="text"],
#formContact > ul > li input[type="email"],
#formContact > ul > li textarea,
#formContact > ul > li select {
	height: 30px;
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	border: 1px solid #B9B9B9;
	padding: 0px 15px;
	border-bottom: 3px solid #B9B9B9;
}

#formContact > ul > li > div > div > select {
	width: 100%;
	height: 34px;
}

#formContact > ul > li > textarea {
	max-width: 100%;
	max-height: 100px;
	height: 100px;
}

#formContact > ul > li label {
	font-family: 'sourceSansProSemiBold';
}

#formContact > ul > li > span {
	display: block;
	width: 100%;
}

#formContact > ul > li > input[type="submit"] {
	width: 122px;
	height: 44px;
	background-color: #429F46;
	border: none;
	cursor: pointer;
	font-family: 'sourceSansProSemiBold';
	color: #FFFFFF;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#formContact > ul > li > input[type="submit"]:hover {
	background-color: #50CC55;
}

#thanks {
	width: 100%;
	opacity: 0;
	color: #808080;
	text-align: center;
	position: absolute;
	top: 20%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#thanks.active {
	opacity: 1;
}

#thanks > img {
	width: 225px;
	display: block;
	margin: 0px auto;
}

#thanks > strong {
	font-size: 30px;
}

/*CONTACT - MAX-WIDTH: 490px*/
@media all and (max-width: 490px) {
	#contactRecaptcha > div,
	#contactRecaptcha > div > div,
	#formContact > ul > li:last-child > div,
	#formContact > ul > li:last-child > input {
		max-width: auto;
		float: none;
		margin: 0px auto;
	}

	#formContact > ul > li:last-child > input {
		display: block;
		margin-top: 36px;
	}
}