﻿@import url('owl.carousel.min.css'); /*Necessario para OWL carregar*/
@import url('owl.theme.default.min.css'); /*optional*/


.owl-carousel-default .owl-item {
	background: #e2ecee;
}

.owl-carousel-default a {
	clear: both;
	float: left;
	width: 100%;
}

	.owl-carousel-default a.title {
		color: #577f49;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		text-transform: none;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.owl-carousel-default a.text {
		color: #424242;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
		padding-bottom: 24px;
	}

		.owl-carousel-default a.title:hover, .owl-carousel-default a.text:hover {
			text-decoration: none;
			outline: none;
		}

	.owl-carousel-default a.more {
		clear: none;
		width: auto;
		margin-left: 8px;
		font-size: 12px;
		color: #74aa62;
		padding-top: 3px;
	}

		.owl-carousel-default a.more:hover {
			color: #50793c;
		}

.owl-carousel-default .image {
	max-height: 160px;
	overflow: hidden;
	margin-bottom: 15px;
}

.owl-carousel-default .date {
	font-size: 14px;
	float: left;
	color: #424242;
}

.owl-carousel-default .owl-controls {
	text-align: right;
}

.owl-carousel-default .owl-dots .owl-dot span {
	background: #abcba8;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.owl-carousel-default .owl-dots .owl-dot.active span {
	background: #ffffff;
}

.owl-dot:hover span, .owl-dot span:hover {
	opacity: 1;
}

@media (min-width: 768px) {
	.owl-carousel-default .owl-item {
		position: static !important;
		background: none;
	}

	.owl-carousel-default .image {
		height: 160px;
	}

	.owl-carousel-default .item-footer {
		position: absolute;
		bottom: 0;
	}
}

.owl-banner {
	margin: 0px 0px 30px 0;
	box-shadow: 0px 3px 3px 0px rgba(128, 128, 128, 0.2);
}

	.owl-banner, .owl-banner .item {
		position: relative;
		overflow: hidden;
	}

		.owl-banner .banner_image {
			min-width: 100%;
			top: 0;
			padding: 0;
			overflow: hidden;
			position: relative;
			display: block;
		}

		.owl-banner .owl-controls {
			position: absolute;
			width: 100%;
			top: 100%;
			padding-left: 10px;
			padding-right: 10px;
			z-index: 10;
			transform: translateY(-100%);
		}

		.owl-banner .owl-nav {
			position: relative;
			z-index: 999999999;
			font-family: icomoon;
			font-size: 2em;
			top: 0px;
		}

			.owl-banner .owl-nav .owl-prev {
				cursor: pointer;
				float: left;
				position: relative;
				background: none;
				border: none;
			}

			.owl-banner .owl-nav .owl-next {
				cursor: pointer;
				float: right;
				position: relative;
				background: none;
				border: none;
			}

			.owl-banner .owl-nav .owl-prev:before {
				content: "\e900";
				color: #58595b;
			}

			.owl-banner .owl-nav .owl-next:before {
				content: "\e905";
				color: #58595b;
			}

			.owl-banner .owl-nav .owl-prev:before, .owl-banner .owl-nav .owl-next:before {
				color: #e5e5e5;
			}

		.owl-banner .owl-controls .owl-nav [class*=owl-] {
			background: none;
			font-size: 26px;
		}

			.owl-banner .owl-controls .owl-nav [class*=owl-]:hover {
				background: none;
			}

				.owl-banner .owl-controls .owl-nav [class*=owl-]:hover:before {
					background: none;
					color: #ffffff;
				}

		.owl-banner .item img {
			-ms-transform: none;
			-moz-transform: none;
			-webkit-transform: none;
			transform: none;
			position: relative;
			width: 100%;
		}



		.owl-banner .owl-dots {
			margin-top: 0;
			z-index: 9999999999999999;
			position: relative;
			margin-right: 0;
			clear: both;
			bottom: 10px;
			margin: 0 auto;
			text-align: center;
			width: 100%;
			height: 22px;
		}

			.owl-banner .owl-dots .owl-dot {
				display: inline-block;
				margin-right: 10px;
			}

				.owl-banner .owl-dots .owl-dot:last-child {
					margin-right: 0;
				}

				.owl-banner .owl-dots .owl-dot span {
					float: left;
					background: #ffffff;
					opacity: 0.5;
					width: 12px;
					height: 12px;
					margin: 0 5px;
					text-decoration: none;
					cursor: pointer;
					border-radius: 50%;
					border: 2px solid #fff;
				}

				.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span {
					opacity: 1;
				}

		.owl-banner .owl-item .bannerTexts {
			position: relative;
			z-index: 99999999999;
			width: 100%;
			min-height: 136px;
			background-color: #659d1c;
			padding: 0;
			float: left;
			padding-bottom: 38px;
		}

		.owl-banner .owl-item.active {
			-moz-transition: opacity ease-in 0.2s;
			-o-transition: opacity ease-in 0.2s;
			-webkit-transition: opacity ease-in 0.2s;
			transition: opacity ease-in 0.2s;
			opacity: 1;
		}

		.owl-banner .owl-item .bannerTexts a, .owl-banner .owl-item .bannerTexts a:hover {
			text-decoration: none;
			color: #fff;
		}

		.owl-banner .bannerTittle {
			font-weight: 300;
			font-size: 3.8em;
			color: #fff;
			display: block;
			margin-bottom: 0;
		}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0px;
}

.banner-vermais, .owl-banner .owl-item .banner-vermais a {
	color: #e5e5e5;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 100%;
	text-align: right;
}

	.banner-vermais a:hover, .owl-banner .owl-item .bannerTexts a:hover {
		color: #ffffff;
	}

	.banner-vermais .icon-plus {
		margin-left: 12px;
	}

.bannerText .gctitulo {
	font-weight: 300;
	font-size: 1.6em;
	color: #fff;
	margin-bottom: 0;
}

.owl-banner .bannerText {
	display: block;
	color: #ffffff;
	font-weight: 500;
	font-size: 26px;
	line-height: 36px;
	margin-top: 0;
	padding: 14px;
	height: calc(100% - 24px);
}

	.owl-banner .bannerText p {
		margin: 0;
	}

.owl-banner a.bannerText, .owl-banner a.bannerText:hover {
	text-decoration: none;
}

@media(min-width:768px) {
	.owl-banner {
		margin: 30px 0px 30px 0;
	}

		.owl-banner .owl-item .bannerTexts {
			top: 0;
		}

		.owl-banner .owl-nav {
			display: block;
		}

		.owl-banner .bannerText {
			font-size: 30px;
			padding: 20px;
		}
}

@media (min-width: 992px) {
	.owl-banner {
		height: 330px;
	}

		.owl-banner .banner_image {
			width: 60%;
			min-width: 60%;
			min-height: 330px;
			max-height: 330px;
			height: 330px;
			max-width: 731px;
			float: left;
			display: inline-block;
			position: absolute;
			top: 50%;
			transform: translate(0, -50%);
		}

		.owl-banner .owl-item .bannerTexts {
			width: 40%;
			max-width: 409px;
			float: right;
			display: inline-block;
			height: 330px;
		}

		.owl-banner .owl-controls {
			position: absolute;
			top: 50%;
			width: 60%;
		}


		.owl-banner .owl-dots {
			margin-top: 0;
			z-index: 9999999999999999;
			position: absolute;
			margin-right: 0;
			clear: both;
			bottom: -140px;
			margin: 0 auto;
			text-align: right;
			width: 97%;
			height: 22px;
		}
}



@media (min-width: 1200px) {
	.owl-banner .banner_image {
		width: 731px;
		height: 330px;
	}

	.owl-banner .owl-item .bannerTexts {
		max-width: 409px;
		height: 330px;
	}


	.owl-banner .owl-controls {
		width: 731px;
		left: 0;
	}
}
