@font-face {
	font-family: 'din_mediumregular';
	src: url('../fonts/din_medium-webfont.eot');
	src: url('../fonts/din_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din_medium-webfont.woff') format('woff'), url('../fonts/din_medium-webfont.ttf') format('truetype'), url('../fonts/din_medium-webfont.svg#din_mediumregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'din_lightregular';
	src: url('../fonts/din_light-webfont.eot');
	src: url('../fonts/din_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din_light-webfont.woff') format('woff'), url('../fonts/din_light-webfont.ttf') format('truetype'), url('../fonts/din_light-webfont.svg#din_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaRegular';
	src: url('../fonts/helvetica.eot');
	src: url('../fonts/helvetica.eot') format('embedded-opentype'), url('../fonts/helvetica.woff') format('woff'), url('../fonts/helvetica.ttf') format('truetype'), url('../fonts/helvetica.svg#HelveticaRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {}

a:hover {
	text-decoration: none;
}

.btn-primary {
	background: #295e94;
	border-color: #295e94;
}

.btn-primary:hover {
	background: #3b78b5;
	border-color: #3b78b5;
}

/* Header
============================================================================================ */
header {
	height: 550px;
	background: #284026;
}

header .top-bar {
	height: 43px;
	background: rgba(84, 142, 81, 0.66);
	position: absolute;
	width: 100%;
	z-index: 9;
}

header .top-bar .menu-top ul {
	padding: 0px;
}

header .top-bar .menu-top ul li {
	float: left;
	width: auto;
	color: white;
	padding: 12px 0px;
	list-style: none;
}

header .top-bar .menu-top ul li span {
	float: left;
	padding: 0px 5px;
	line-height: 18px;
}

header .top-bar .menu-top ul li a {
	float: left;
	color: white;
	padding: 0px 5px;
	font-size: 12px;
	text-transform: uppercase;
}

header .top-bar .menu-top ul li a:hover {
	color: #96f592;
}

header .top-bar .menu-top ul li a.bg-white {
	border-radius: 60px;
	color: #fff;
	background: transparent!important;
}
header .top-bar .menu-top ul li a.bg-white:hover{
	color: #96f592;
	background: transparent!important;
}


@media (max-width: 480px) {
	header .top-bar .menu-top ul li a.bg-white {
	color: #347530;
		background: #fff!important;
}

header .top-bar .menu-top ul li a.bg-white:hover {
	color: #284026;
	background: #96f592 !important;
}

	header .top-bar .menu-top ul li:last-child{
		max-width: 150px;
	}
	header .top-bar .menu-top .select-estado select{
		max-width: 140px;
	}
}

.top-bar .dropdown-menu {
	padding: 15px 10px;
	margin-top: 13px;
}
.top-bar .dropdown-menu h2 {
    padding: 2px 10px;
    color: #347530;
    font-size: 14px;
	text-transform: none;
}
.top-bar .dropdown-menu {
    border: none;
    top: 50px;
    border-radius: 0px;
    background: #f8f9fa!important;
    min-width: 200px;
}
.top-bar .dropdown-menu a {
    font-size: 14px!important;
    color: #347530!important;
	text-transform: none!important;
	padding-left: 10px!important;
}
.top-bar .dropdown-menu a:hover {
    color: #43907b;
}
@media (max-width: 480px) {
	.top-bar .dropdown-menu {
		margin-top: 70px;
		padding-bottom: 50px;
		position: absolute;
		z-index: 99999999999999;
		
	}
	.top-bar .dropdown-menu h2 {
		font-size: 18px;
		margin-top: 10px;
	}
}


header #slidershow {
	position: relative;
}

header .banner {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 550px;
	background-size: cover!important;
}

header .banner .brand {
	float: left;
}

header .banner .container {
	z-index: 1;
	padding-top: 30px;
}

header .banner h1 {
	float: right;
	color: #fff;
	font-size: 25px;
	text-shadow: 1px 1px 2px black;
	margin-top: 30px;
	text-align: right;
	font-family: Montserrat;
	font-weight: 500;
}

header .banner h1 strong {
	display: block;
	/* text-indent: 47px; */
	font-weight: 600;
}

header .banner h1 span {
	/* text-indent: 98px; */
	display: inline-block;
}

@media (min-width: 768px) {
	header .banner .brand img {
		width: 350px;
	}
}

@media (max-width: 768px) {

	header,
	header .banner {
		height: 243px;
	}

	header .banner h1 {
		margin-top: 10px;
		font-size: 15px;
	}

	header .banner .brand img {
		height: 90px;
	}

	/*header .banner .container {
		padding-top: 164px;
	}*/

	header .top-bar .menu-top ul {
		width: 100%;
		text-align: center;

	}

	header .top-bar .menu-top ul li {
		display: inline-block;
	}

	header .top-bar .float-right {
		width: 100%;
		text-align: center
	}

	header .top-bar .menu-top ul li a {
		font-size: 7px;
		padding: 3px 6px;
	}
}

/* Menu-topo
============================================================================================ */
.menu-topo .container {
	position: relative;
}

.menu-topo .navbar {
	padding: 0px;
	background: #f1f1f1;
	box-shadow: 0px 5px 5px rgba(82, 82, 82, 0.19);
}

.menu-topo .navbar .navbar-nav{
	display: flex;
}

.menu-topo .navbar .navbar-nav .nav-item .nav-link {
	font-size: 17px;
	line-height: 1.2;
	color: #347530;
	border-right: solid 1px #ccc;
	padding: 15px 6px;
	text-align: center;
}

.menu-topo .navbar .navbar-nav .nav-item.dropdown:last-child {
	position: static;
}

.menu-topo .navbar .navbar-nav .nav-item .nav-link:hover {
	color: #fff;
	background: #548e51
}

.menu-topo .navbar .navbar-nav .nav-item:last-child .nav-link {
	border: none;
}

.menu-topo .dropdown>.dropdown-menu {
	border: none;
	top: 48px;
	border-radius: 0px;
	background: #f8f9fa;
	min-width: 200px;
}

.menu-topo .dropdown>.dropdown-menu-residencial {
	border: none;
	top: 82px;
	border-radius: 0px;
	background: #f8f9fa;
	min-width: 205px;
}

/* .menu-topo  .dropdown:hover>.dropdown-menu {
   display: block;
} */
.menu-topo .dropdown>.dropdown-menu a {
	font-size: 14px;
	color: #347530;
}

.menu-topo .dropdown>.dropdown-menu a:hover {
	color: #43907b
}

.dropdown-divider {
	border-color: #ccc;
}

.menu-topo .navbar .navbar-nav .nav-item:last-child .dropdown-menu {
	padding: 30px 10px;
}

.menu-topo .navbar .navbar-nav .nav-item:last-child .dropdown-menu .dropdown-item {
	padding: 2px 10px;
}

.menu-topo .navbar .navbar-nav .nav-item:last-child .dropdown-menu h2 {
	padding: 2px 10px;
	color: #347530;
	font-size: 14px;
}

@media (max-width: 991px) {
	.menu-topo .navbar .navbar-nav .nav-item:last-child .dropdown-menu h2 {
		font-size: 20px;
		margin-top: 10px;
	}

	.menu-topo .dropdown>.dropdown-menu {
		background: #d6d6d6;
		padding: 8px 10px !important;
	}

	.menu-topo .navbar .navbar-nav {
		margin-top: 10px;
	}

	.menu-topo .navbar .navbar-nav .nav-item .nav-link {
		padding: 5px 0px;
		border-right: none;
		border-bottom: dotted 1px #ccc;
	}

	.menu-topo .navbar .navbar-nav .nav-item a:hover {
		color: #347530 !important;
		background: none !important;
	}

	.menu-topo .dropdown-divider {
		display: none;
	}

	.menu-topo .navbar {
		padding: 10px;
		background: #f1f1f1;
		box-shadow: 0px 5px 5px rgba(82, 82, 82, 0.19);
	}

	.menu-topo .navbar-light .navbar-toggler {
		outline: none;
		background: none;
		border: none;
		color: rgba(40, 64, 38, 1);
	}

	.menu-topo .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(40, 64, 38)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
}

@media (max-width: 768px) {}

@media (min-width: 991px) {
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}

/* Content
============================================================================================ */
.content {
	padding-top: 50px;
}

.content .list-boxes h2 {
	color: #347530;
	font-size: 18px;
	margin-bottom: 15px;
}

.content .list-boxes .item-box {
	margin-bottom: 30px;
	height: 326px;
	padding: 10px;
	background: #fafafa;
}

.content .list-boxes .item-box .thumb a.link-hover {
	opacity: 0;
	z-index: 9;
}

.content .list-boxes .item-box:hover .thumb a.link-hover {
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url('../img/logo-bin-thumb.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(204, 204, 204, 0.59);
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.content .list-boxes .item-box .thumb {
	position: relative;
	overflow: hidden;
}

.content .list-boxes .item-box .thumb img {
	height: 230px;
	width: 100%;
}

.content .list-boxes .item-box .text {
	height: 75px;
	background: #fff;
	padding: 12px 15px;
	border: #e1e1e1 1px solid;
	border-bottom: #d3d3d3 2px solid;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	word-break: break-all;
}

.content .list-boxes .item-box .text h4 {
	margin-bottom: 0px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}

.content .list-boxes .item-box .text h4 a {
	color: #404040;
	/* text-align: center; */
}

.content .list-boxes .item-box .text h5 a {
	color: #505050;
	font-size: 13px;
}

@media (max-width: 768px) {
	.content .list-boxes .col-md-6 {
		width: 50%;
	}

	.content .list-boxes .item-box .thumb img {
		height: auto;
	}

	.content .list-boxes .item-box {
		height: auto;
	}

	.content .list-boxes .item-box .text {
		height: auto;
	}

	.content .list-boxes .item-box .text h4 {
		white-space: normal;
		text-align: center;
		margin-bottom: 10px;
	}

	.content .list-boxes h2 {
		text-align: center;
	}

	.content .list-boxes .item-box .text h5 {
		line-height: 15px !important;
		text-align: center !important;
	}
}

/* sidebar
============================================================================================ */
.sidebar {
	border-radius: 4px;
	padding: 20px 0px;
	background: #fafafa
}

.sidebar.no-bg {
	background: none;
}

.sidebar ul,
ul.list-minibanners {
	margin: 0px;
	padding: 0px 10px;
}

.sidebar ul li,
ul.list-minibanners li {
	list-style: none;
}

.sidebar ul li a,
ul.list-minibanners li a {
	color: #004c11;
	position: relative;
	display: flex;
	margin-bottom: 40px;
	width: 100%;
	height: 80px;
	background: #b3dbaf;
	align-items: center;
	justify-content: space-between;
}

.sidebar ul li:last-child a,
ul.list-minibanners li:last-child a {
	margin-bottom: 0px;
}

.sidebar ul li a:hover,
ul.list-minibanners li a:hover {
	background: #548a52;
}

.sidebar ul li a:before,
ul.list-minibanners li a:before {
	position: absolute;
	bottom: -3px;
	right: -3px;
	content: "";
	border-left: 80px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 80px solid #8dbc8a;
}

.sidebar ul li a span,
ul.list-minibanners li a span {
	display: inline-block;
	font-size: 16px;
	/* width: 136px; */
	font-weight: 500;
	text-transform: uppercase;
	line-height: 15px;
	text-align: left;
	padding: 0px 20px;
}

.sidebar ul li a:hover span,
ul.list-minibanners li a:hover span {
	color: #fff;
}

.sidebar ul li a img,
ul.list-minibanners li a img {
	position: relative;
	max-width: 45px;
	max-height: 40px;
	margin-right: 20px;
}

.sidebar .btn-success {
	border-color: #7bc057;
	background: #7bc057;
}

.sidebar .btn-success:hover {
	border-color: #5d9c3c;
	background: #5d9c3c;
}

.sidebar .menu-sidebar a {
	display: inline-block;
	width: 100%;
	height: 49px;
	background: #f1f1f1;
	padding: 12px 0px 12px 17px;
	cursor: pointer;
	margin: 0px;
	border-bottom: solid 1px #fff;
	color: #38794c;

}

.sidebar .menu-sidebar a:hover {
	background: #dcdcdc;
}

.sidebar .banner img {
	width: 100%;
}

/* sidebar - position-bottom*/
.sidebar.position-bottom ul {
	display: flex;
	justify-content: space-between !important;
}

.sidebar.position-bottom ul li {
	min-width: 198px;
	max-width: 198px;
}

.sidebar.position-bottom ul li a {
	width: 100% !important;
	margin: 0px;
	height: 67px;
}

.sidebar.position-bottom ul li a:before {
	border-left: 67px solid transparent;
	border-bottom: 67px solid #8dbc8a;
}

.sidebar.position-bottom ul li a span {
	margin: 0px 10px 0px 0px;
	display: inline-block;
	font-size: 13px;
}

.sidebar.position-bottom ul li a img {
	position: absolute;
	bottom: 16px;
	right: -15px;
}

@media (max-width: 991px) {
	.sidebar ul li a span {
		font-size: 10px;
	}

	.sidebar ul li a {
		height: 62px;
	}

	.sidebar ul li a:before {
		bottom: -2px;
		right: -2px;
		border-left: 60px solid transparent;
		border-bottom: 60px solid #8dbc8a;
	}

	.sidebar ul li a img {
		position: absolute;
		bottom: 18px;
		right: 15px;
		height: 26px;
	}
}

@media (max-width: 480px) {
	.sidebar ul li a img {
		right: -5px;
	}
}


@media (max-width: 768px) {
	.sidebar.position-bottom ul {
		display: inline-block;
		width: 100%;

	}

	.sidebar.position-bottom ul li {
		width: 46%;
		min-width: auto;
		float: left;
		margin-bottom: 20px;
		margin-right: 10px;
	}

	.sidebar ul,
	ul.list-minibanners {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.sidebar ul li,
	ul.list-minibanners li {
		width: 48%;
		min-width: auto !important;
	}
}

/* Interna
============================================================================================ */
.area_interna .page_header {
	position: relative;
	display: inline-block;
	width: 100%;
}

.area_interna .page_header h1 {
	font-size: 22px;
	color: #347530;
	float: left;
}

.area_interna .page_header.bg-azul h1 {
	background: #324150;
	border-radius: 0 10px 10px 0;
	color: #FFFFFF;
	font: 25px;
	font-weight: 300;
	margin-bottom: 20px;
	padding: 15px 27px 15px 14px;
	text-transform: uppercase;
	float: left;
}

.area_interna .page_header span {
	color: #c0c0c0;
	font-family: arial;
	font-size: 11px;
	padding-left: 5px;
}

.area_interna .page_header.com-imagem {
	margin-top: 20px;
}

.area_interna .page_header.com-imagem img {
	width: 100%;
}

.area_interna .page_header.com-imagem h1 {
	position: absolute;
	top: -26px;
	left: 15px;
}

.area_interna p {
	color: #637851;
	font-size: 15px;
	padding: 16px 0;
	line-height: 25px;
}

.area_interna :is(h1, h2, h3, h4, li) {
    color: #637851;
    line-height: 25px;
}

.area_interna :is(h1, h2, h3, h4) {
	font-size: 22px;
}

.area_interna small {
	color: #637851;
}

.area_interna p span {
	color: black;
}

.area_interna fieldset {
	margin-top: 20px;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
}

.area_interna fieldset legend {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #347530;
	padding: 11px 0px 12px 20px;
	background: #e8f0db;
}

.area_interna fieldset.azul legend {
	background-color: #304050;
	color: #fff;
}

.area_interna fieldset .fieldset-body {
	padding: 20px;
}

.area_interna fieldset .btn {
	min-width: 200px;
	height: 50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94a557+0,778934+100 */
	background: #94a557;
	/* Old browsers */
	background: -moz-linear-gradient(top, #94a557 0%, #778934 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #94a557 0%, #778934 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #94a557 0%, #778934 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94a557', endColorstr='#778934', GradientType=0);
	/* IE6-9 */

	float: left;
	margin: 16px 0px;
	font-size: 15px;
	color: #fff;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	border: solid 4px #c1c1c1;
}

.area_interna fieldset .btn:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94a557+0,778934+100 */
	background: #aabd65;
	/* Old browsers */
	background: -moz-linear-gradient(top, #aabd65 0%, #aabd65 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #aabd65 0%, #aabd65 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #aabd65 0%, #aabd65 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aabd65', endColorstr='#aabd65', GradientType=0);
	/* IE6-9 */
}

.area_interna fieldset strong {
	color: #347530
}

.area_interna fieldset input[type="radio"] {
	height: 20px;
	width: 20px;
}

.area_interna fieldset ul.list-minibanners li {
	min-width: 161px;
	padding: 0px 5px
}

.area_interna fieldset ul.list-minibanners li a {
	margin: 0px 0px 10px 0px;
	height: 67px;
}

.area_interna fieldset ul.list-minibanners li a:before {
	bottom: -2px;
	right: -2px;
	border-left: 67px solid transparent;
	border-bottom: 67px solid #8dbc8a;
}

.area_interna fieldset ul.list-minibanners li a span {
	margin: 0px 0px 0px 20px;
}

.area_interna .bread {
	float: left;
	padding: 0px;
	margin: 0px;
}

.area_interna .bread li {
	float: left;
	list-style: none;
	font-size: 12px;
	color: #646262;
	margin: 0 3px;
}

.area_interna .bread li.arrow {
	width: 4px;
	height: 6px;
	margin-top: 5px;
	background: url(../img/ico-arrow.png);
}

.area_interna .box-list {
	width: 100%;
	margin: 0 auto 20px;
	border: 1px solid #aecbac;
	background: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	float: left;
}

.area_interna .list-block {
	padding: 15px 10px;
	margin: 0px;
	float: left;
}

.area_interna .list-block>li {
	list-style: none;
	float: left;
}

.area_interna .list-block li li ul li {
	padding-bottom: 4px;
}

.area_interna .list-block li ul {
	padding: 0px;
}

.area_interna .list-block li ul li {
	list-style: none;
	font: bold 10px Verdana;
	padding: 0 22px 2px 10px;
	background: url(../img/ico-arrow.png) 0 5px no-repeat;
}

.area_interna .list-block li ul li a {
	color: #6D8851;
}

.area_interna .list-block li ul li a:hover {
	text-decoration: underline;
}

.area_interna .lista-itens-full .item {
	position: relative;
	width: 100%;
	border-bottom: dotted 2px #8eb82e;
	padding: 20px 0px;
}

.area_interna .lista-itens-full .item:last-child {
	border: none;
}

.area_interna .lista-itens-full .item img {
	border-radius: 6px;
	border: solid 2px #bedab0;
	height: 224px !important;
	width: 100% !important;
}

.area_interna .lista-itens-full h3 {
	display: block;
	font-size: 16px;
	color: #8eb82e;
	padding: 0px 0 6px 0;
}

.area_interna .lista-itens-full h3 a {
	color: #6D8851;
}

.area_interna .lista-itens-full h3 span {
	color: #c0c0c0;
	font-family: arial;
	font-size: 11px;
	padding-left: 5px;
}

.area_interna .lista-itens-full p {
	float: right;
	font-size: 14px;
	padding: 0px 0px 11px 0px;
}

.area_interna .lista-itens-full h4 {
	font-size: 14px;
	color: #8eb82e;
	float: left;
	padding-bottom: 4px;
}

.area_interna .lista-itens-full .item .buttons {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

.area_interna .galeria-list .item {
	display: inline-block;
	margin-top: 20px;
	padding: 0px 10px;
	width: 250px;
}

.area_interna .galeria-list .item img {
	width: 100%;
	border-radius: 4px;
	border: solid 2px #bedab0;
	height: 170px;
}

.area_interna .galeria-list.duas-colunas .item {
	width: 49%;
}

.area_interna .galeria-list.duas-colunas .item img {
	border: none;
	height: 460px;
}

.area_interna .box-destaque .header-destaque {
	position: relative;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
}

.area_interna .box-destaque .header-destaque h1 {
	background: #324150;
	border-radius: 0 10px 10px 0;
	color: #FFFFFF;
	font-size: 25px;
	margin: -30px 0px 0px -15px;
	padding: 15px 27px 15px 14px;
	text-transform: uppercase;
	float: left;
}

.area_interna .box-destaque .content-destaque {
	border: solid 1px #ccc;
	padding: 30px;
}

.area_interna .box-destaque .content-destaque.first {
	border-right: none;
}

.area_interna .box-destaque .content-destaque p {
	height: 80px;
}

.area_interna .box-destaque .content-destaque .btn {
	width: 100%;
}

.area_interna .box-destaque .content-destaque img {
	height: 30px;
}

.area_interna .destaque-tabs .header-destaque {
	padding: 24px;
	display: block;
	border: #04345c solid 1px;
}

.area_interna .destaque-tabs .nav a {
	text-align: left;
	border: #04345c solid 1px;
	padding: 17px 30px;
	border-top: none;
	border-radius: 0px;
	margin-bottom: 30px;
	position: relative;
}

.area_interna .destaque-tabs .nav a {
	border-right: none;
}

.area_interna .destaque-tabs .nav li:last-child a {
	border-right: #04345c solid 1px;
}

.area_interna .destaque-tabs .nav a.active {
	background-color: #004f85;
}

.area_interna .destaque-tabs .nav a.active h3,
.area_interna .destaque-tabs .nav a.active h4 {
	color: #fff;
}

.area_interna .destaque-tabs .nav a h3 {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -2px;
	padding-bottom: 10px;
	color: #04345c;
}

.area_interna .destaque-tabs .nav a h4 {
	font-size: 14px;
	color: #04345c;
}

.area_interna .destaque-tabs .nav a.active:before,
.area_interna .destaque-tabs .nav a.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.area_interna .destaque-tabs .nav a.active:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #004f85;
	border-width: 18px;
	margin-left: -18px;
}

.destaque-tabs .lista-itens-full h3 a {
	font-size: 20px;
	color: #053a65;
}

.area_interna #accordion.lista-acordeon .card-header {
	padding: 0;
}

.area_interna #accordion.lista-acordeon .card-header button {
	padding: 0.75rem 1.25rem;
	width: 100%;
	color: #213004;
	text-align: left;
}

.area_interna #accordion.lista-acordeon .card-header button:before {
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	float: left;
}

.area_interna #accordion.lista-acordeon .card-header button[aria-expanded="true"] {
	background-color: #598c7a;
	border-color: #407160;
	color: #fff;
}

.area_interna #accordion.lista-acordeon .card-header button[aria-expanded="true"]:before {
	content: "\f105";
}

.area_interna #accordion.lista-acordeon .nav-tabs .nav-link {
	color: #fff;
	margin-right: 5px;
	border-color: #598c7a;
	background: #598c7a;
}

.area_interna #accordion.lista-acordeon .nav-tabs .nav-link.active {
	color: #4c4c4c;
	border-color: #dee2e6 #dee2e6 #dee2e6;
	background: #fff;
}

.area_interna #accordion.lista-acordeon .nav-tabs li:last-child .nav-link {
	color: #fff;
	background-color: #7bc057;
	border-color: #7bc057;
}

.area_interna h4 {
	font-weight: 300;
}

#ficha-tecnica table {
	border: #ccc 1px solid;
	cellpadding: 4px;
	cellspacing: 0px;
	width: 100%;
}

#ficha-tecnica td,
#ficha-tecnica th {
	height: 40px;
	padding: 3px 5px;
	font-size: 15px;
	font-weight: normal;
	color: #637851;
	border-bottom: 1px solid #cdcdcd;
	box-shadow: 0 1px 0 white;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;
	white-space: nowrap;
	border-right: 1px solid #cdcdcd;
	width: 100px;
}

#ficha-tecnica tbody th {
	padding-left: 10px;
	background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}

#ficha-tecnica td {
	background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
	padding-left: 10px;
}

#nav-interna {
	border-bottom: 1px solid #f0f0f0;
	padding: 15px 0 10px 0;
	background-color: #fff;
	float: left;
	border-top: 1px solid #f0f0f0;
	margin-bottom: 18px;
	width: 100%;
}

.fixed#nav-interna {
	z-index: 9999;
	position: fixed;
	opacity: 0.9;
	top: 0;
	width: 1100px;
	background: #fff;
}

#nav-interna li {
	list-style: none;
	float: left;
	font: 15px;
	margin-right: 40px;
}

#nav-interna li:first-child {
	margin-left: 150px;
}

#nav-interna li a {
	color: #2e3f49;
}

#nav-interna li a:hover {
	text-decoration: underline;
}

.detalhes-colunas h4 {
	font-weight: 400;
	font-size: 15px !important;
	margin-top: 20px;
	margin-bottom: 0;
}

.detalhes-colunas img {
	height: 200px;
}

@media (max-width: 768px) {
	#nav-interna li {
		width: 100%;
	}

	.area_interna #accordion.lista-acordeon .nav-tabs .nav-item,
	.area_interna #accordion.lista-acordeon .nav-tabs .nav-link {
		width: 100%;
	}

	.area_interna .destaque-tabs .nav a.active:before, .area_interna .destaque-tabs .nav a.active:after {
		display: none;
	}

	.area_interna .destaque-tabs .nav {
		display: inline-block
	}

	.area_interna .destaque-tabs .nav li,
	.area_interna .destaque-tabs .nav li a {
		width: 100%;
		margin: 0px !important;
	}

	.area_interna .destaque-tabs .nav li a {
		padding: 5px;
		border-right: #04345c solid 1px;
	}

	.area_interna .destaque-tabs .nav a h3 {
		font-size: 16px;
		margin: 0px;
		padding: 0px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.area_interna .destaque-tabs .nav a h4 {
		font-size: 10px;
	}

	.area_interna .galeria-list .item {
		width: 49%;
	}

	.area_interna .lista-itens-full h4 {
		font-size: 14px;
		color: #8eb82e;
		float: left;
		padding-bottom: 73px;
	}

	.area_interna .list-block>li {
		width: 100%;
	}

	.area_interna .lista-itens-full .item img {
		margin-bottom: 20px;
	}

	.area_interna .lista-itens-full .item {
		padding: 20px 20px;
	}
}

/* footer
============================================================================================ */
footer .newsletter-footer {
	padding: 20px 0px;
	margin-bottom: 20px;
	border-top: solid 1px #e6e6e6;
	/* background: #fafafa; */
}

footer .newsletter-footer h1 {
	text-align: right;
	/* margin-top: 10px; */
	width: 100%;
	/* text-align:center; */
	font-size: 18px;
	color: #347530;
	line-height: 16px;
}

footer ul {
	padding-top: 20px;
	height: 25px;
	float: right;
}

footer .links-footer li {
	width: auto;
	line-height: 15px;
	float: left;
	padding: 0 5px;
	list-style: none;
	border-left: #ccc solid 1px;
}

footer .links-footer li:first-child {
	border-left: none;
}

footer .col-footer a {
	font-size: 10px;
	color: #999999;
}

.links-footer .tel {
	display: block;
	clear: both;
	float: right;
	font-size: 13px;
	color: #347530;
	padding-bottom: 5px;
	width: 440px;
}

footer .col-footer span {
	font-size: 14px;
	color: #7fb06f;
	text-align: center;
	/* width: 100%; */
	display: inline-block;
}

footer .col-footer p {
	float: right;
	clear: both;
	font-size: 10px;
	color: #999999
}

@media (max-width: 768px) {
	footer .newsletter-footer .btn {
		width: 100%;
	}

	footer ul {
		padding: 0px;
		margin: 20px auto;
		width: 100%;
		text-align: center
	}

	footer .links-footer li {
		float: none;
		display: inline-block;
	}

	footer .col-footer a {
		font-size: 9px;
	}

	.links-footer .tel {
		padding: 5px 38px;
		width: auto;
		text-align: center;
	}

	footer .col-footer p {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

.slide-item {
	width: 100% !important;
	display: inline-block;
}


#pag {
	margin: 0 auto;
	display: table;
	padding: 30px 0;
	clear: both
}

#pag li {
	padding: 0 4px;
	margin: 0 2px;
	float: left;
	font: 14px 'din_lightregular';
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	list-style: none;
}

#pag li:hover {
	background: #dedbdb
}

#pag li a {
	color: #336633
}

#pag .corrente {
	background: #dedbdb;
}

#pag .corrente a {
	cursor: pointer
}


@media (min-width: 1200px) {
	.menu_container {
		max-width: 1240px;
	}
}

/*
* AJUSTES GRID
*/
@media (min-width: 1200px) {
	.container {
		max-width: 1235px !important;
	}
}

/*
* AJUSTES GERAIS
*/
@media (min-width: 1200px) {
	.navbar-nav li:nth-child(1) .dropdown-menu {
		width: 206px;
	}

	.navbar-nav li:nth-child(3) .dropdown-menu {
		width: 250px;
	}

	.links-footer .tel {
		text-align: right;
	}
}

.dropdown-item.active, .dropdown-item:active {
	color: #43907b;
	background-color: #f8f9fa !important;
}

.sidebar ul li a, ul.list-minibanners li a {
	margin-bottom: 38px !important;
}







.busca.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
	background: #f5f5f5;
}

.busca .content-busca {
	background: #f5f5f5;
	padding: 15px;
}

.busca .title {
	color: #347530;
	margin: 5px 0 15px;
}

.busca label {
	font-weight: bold;
	color: #347530;
	font-size: 18px;
}

.busca .tel {
	color: #347530;
	font-weight: bold;
}

.destaque-estado span {
	background-color: #347530;
	color: #fff;
	padding: 5px 15px;
	margin-right: 10px;
}

.destaque-estado {
	color: #347530;
	font-size: 18px;
	margin-bottom: 15px;
}

@media (max-width: 480px) {
	.destaque-estado {
		text-align: center;
		line-height: 38px;
	}

	.busca, .busca .tel {
		text-align: center !important;
	}

	.busca .btn-built-to-suit {
		display: block;
	}

	.btn-built-to-suit {
		margin-top: 10px;
	}

	.busca.fixed .tel {
		display: none;
	}

}





/* footer
============================================================================================ */
footer .newsletter-footer {
	padding: 20px 0px;
	margin-bottom: 20px;
	border-top: solid 1px #e6e6e6;
	/* background: #fafafa; */
}

footer .newsletter-footer h1 {
	text-align: right;
	/* margin-top: 10px; */
	width: 100%;
	/* text-align:center; */
	font-size: 18px;
	color: #347530;
	line-height: 16px;
}

footer ul {
	padding-top: 20px;
	height: 25px;
	float: right;
}

footer .links-footer li {
	width: auto;
	line-height: 15px;
	float: left;
	padding: 0 5px;
	list-style: none;
	border-left: #ccc solid 1px;
}

footer .links-footer li:first-child {
	border-left: none;
}

footer .col-footer a {
	font-size: 10px;
	color: #999999;
}

.links-footer .tel {
	display: block;
	clear: both;
	float: right;
	font-size: 13px;
	color: #347530;
	padding-bottom: 5px;
	width: 440px;
}

footer .col-footer span {
	font-size: 14px;
	color: #7fb06f;
	text-align: center;
	/* width: 100%; */
	display: inline-block;
}

footer .col-footer p {
	float: right;
	clear: both;
	font-size: 10px;
	color: #999999
}

@media (max-width: 768px) {
	footer .newsletter-footer .btn {
		width: 100%;
	}

	footer ul {
		padding: 0px;
		margin: 20px auto;
		width: 100%;
		text-align: center
	}

	footer .links-footer li {
		float: none;
		display: inline-block;
	}

	footer .col-footer a {
		font-size: 9px;
	}

	.links-footer .tel {
		padding: 5px 38px;
		width: auto;
		text-align: center;
	}

	footer .col-footer p {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

.slide-item {
	width: 100% !important;
	display: inline-block;
}


#pag {
	margin: 0 auto;
	display: table;
	padding: 30px 0;
	clear: both
}

#pag li {
	padding: 0 4px;
	margin: 0 2px;
	float: left;
	font: 14px 'din_lightregular';
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	list-style: none;
}

#pag li:hover {
	background: #dedbdb
}

#pag li a {
	color: #336633
}

#pag .corrente {
	background: #dedbdb;
}

#pag .corrente a {
	cursor: pointer
}


@media (min-width: 1200px) {
	.menu_container {
		max-width: 1240px;
	}
}




/*
*	AJUSTES THUMBS
*/
@media (min-width: 1200px) {
	.content .list-boxes .item-box {
		height: 380px;
	}

	.content .list-boxes .item-box .thumb img {
		height: 280px;
	}
}


@media (min-width: 1024px) {
	.area_interna .galeria-list .item {
		width: 271px !important;
	}
}

header .banner {
	background-size: cover;
}

@media (max-width: 480px) {
	header .logo {
		background-repeat: no-repeat;
	}

	header .logo img {
		max-width: 40%;
	}
}





.navbar.fixed {
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 100%;
	background: #fff;
}



.entry-footer {
	display: none;
	color: #fff;
	padding: 15px 0;
	display: block;
	bottom: 0;
	width: 100%;
	position: fixed;
	z-index: 99999999999;
	transition: all .8s;
	box-shadow: 0 1px 7px 0 #cacaca;
	background: rgba(84, 142, 81, 0.9);
}

.entry-footer .divisor {
	border-right: 1px solid #fff;
	text-align: center;
}

.entry-footer a {
	color: #fff;
}

.entry-footer a svg {
	margin-right: 2px;
}

.entry-footer .email svg{
	margin-right: 10px;
}
.entry-footer .tel a {
	margin: 0 5px;
}

.entry-footer .estado select {
	background: white;
	color: green;
	border: none;
	padding-left: 7px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	width: 90%;

}
.entry-footer .estado select option {
	margin: 40px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}


@media (max-width: 480px) {

	.slide-item {
		min-height: 200px;
	}

	.novo .slide-item {
		min-height: 430px;
	}

	.entry-footer .divisor {
		border: 0;
		margin: 2px 0 10px 0;
	}

	.entry-footer .divisor-mobile {
		border-right: 1px solid #fff;
	}

	.entry-footer .divisor span {
		display: none;
	}

	.entry-footer .email,
	.entry-footer .whatsapp {
		padding: 0;
	}

	.entry-footer .tel a {
		margin: 0;
	}

	.entry-footer a svg {
		margin-right: 5px;
	}

	.telefone {
		max-width: 210px;
	}
	.entry-footer .email svg{
		margin-right: 0;
	}		
}





.area_interna .lista-itens-full .item .buttons {
	position: relative;
	bottom: 0px;
	right: 0;

}

.area_interna .lista-itens-full .item .buttons button {
	margin-bottom: 15px;
}

.area_interna .list-block li ul li a {
	font-size: 12px;
}

@media (max-width: 768px) {
	.area_interna .list-block>li {
		width: auto;
	}
}




.area_interna .lista-itens-full.novo .item {
	padding: 25px 0 25px;
}

.area_interna .lista-itens-full.novo .item img {
	height: 410px !important;
}

footer .col-footer a {
	font-size: 14px;
}
/*@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.4rem !important;
  }
}*/
.lista-itens-full.novo .item:hover a.link-hover {
	opacity: .9;
	z-index: 9999;
}

.lista-itens-full.novo .item a.link-hover {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 15px;
	height: 100%;
	width: 95%;
	background-image: url("../img/logo-bin-thumb.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(204, 204, 204, 0.59);
	transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
}

@media (max-width: 480px) {
	.lista-itens-full.novo .item a.link-hover {
		height: 95%;
		width: 92%;
	}
}
.area_interna .lista-itens-full.novo h3{
	    min-height: 50px;
}
.area_interna .list-block li ul li a.active{
    color: #96d92b;
}
.img-responsive{
	width: 100%;
	height: auto;
}
@media (max-width: 480px) {
.area_interna fieldset ul.list-minibanners li a span{
	    margin: 0!important;
}
}

.lista_especificacoes {
	margin-bottom: 50px;
}

.lista_especificacoes .titulo {
	color: #43907b;
	text-transform: uppercase;
}

.especificacoes ul {
	padding: 0;
	list-style: none;
	margin-top: 10px;
        font-size: small;
}

.especificacoes ul li {
	border-bottom: 1px solid #43907b;
	padding: 5px 0;
}

.especificacoes ul li:last-child {
	border: 0;
}

.especificacoes ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #43907b;
}
