body{
	min-width: 980px;
}

div.cabecalho{
	height: 150px;
	background: url(../images/topo.jpg) no-repeat center top;
	position: relative;
}

div.cabecalho div.glass{
	position: absolute;
	top: 0;
	left: 0;
/*	width: 960px;
	height: 955px;*/
	background: url(../images/glass.png) no-repeat center top;
}


div.cabecalho div.topo{
	/*float: right;*/
	text-align: right;
	padding-top: 10px;
}

div.cabecalho div.topo span.telefone{
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	padding-left: 32px;
	background: url(../images/icons/icons_topo.png) no-repeat center left;
	line-height: 28px;
	display: block;
	float: right;
	margin-right: 27px;
}

div.cabecalho div.topo a.fb{
	float: right;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	padding-left: 38px;
	background: url(../images/icons/icons_topo.png) no-repeat -233px 50%;
	line-height: 28px;
	display: block;
}

div.cabecalho .logo{
	position: absolute;
	height: 90px;
	width: 235px;
	background: url(../images/logo.png) no-repeat center left;
	top: 7px;
}

div.cabecalho div.menu>ul{
	float: right;
	padding-top: 69px;
	margin-bottom: 0;
}

div.cabecalho div.menu>ul>li{
	float: left;
	position: relative;
	list-style: none;
}

div.cabecalho div.menu>ul>li>a{
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	/*padding: 0 25px;*/
	line-height: 35px;
}

div.menu ul.submenu{
	/*min-width: 200px;*/
	display: none;
	z-index: 10000;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	margin: 0 auto;
	left: 0;
	padding: 10px 0;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(99%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

}

div.menu ul.submenu>li{
	list-style:none;
}

div.menu ul.submenu>li a{
	color: #000;
	padding: 10px 14px;
	display: block;
	white-space: nowrap;
	font-size: 14px;
	font-family: 'Arial';
}

.cl-effect-2 a {
	/*line-height: 44px;*/
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.cl-effect-2 a span {
	position: relative;
	display: inline-block;
	/*margin-top: 1px;*/
	padding: 0 23px;
	height: 35px;
	width: 100%;
	background: #fff;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cl-effect-2 a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0b3f08;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	padding: 0 23px;
	color: #e2e2e2;
}

.cl-effect-2 a span::before:hover{
	background: #31842D;
	color: #fff;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span, div.cabecalho li.active_hover a span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.cl-effect-2 a:hover span::before,
.cl-effect-2 a:focus span::before {
	background: #31842D;
	color: #fff;	
}


div.slide{
	height: 500px;
	background: url(../images/slide.jpg) no-repeat center top;
	padding-top: 73px;
}

div.slide #toolbox{
	/*display: none;*/
}

div.content.middle{
	background: url(../images/meio.jpg) no-repeat center top;
	/*height: 500px;*/
}

div.content.middle div.four.columns{
	background: url(../images/paleta_shadow.png) no-repeat center bottom;
}

div.content.middle .paleta .plus{
	width: 52px;
	height: 52px;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../images/plus.png) no-repeat center center;
	display: block;
}

div.content.middle .paleta{
	display: block;
	background: url(../images/bg_paleta.png) repeat-x 0 0;
	height: 400px;
	position: relative;
	top: -35px;
	margin-top: 15px;
	overflow: hidden;
}

div.content.middle a.paleta div.cover{
	position: absolute;
	height: 300px;
	width: 297px;
	background: url(../images/paleta_cover.png) no-repeat center center;
	display: none;
	top: 100px;
	padding: 20px;
	color: #fff;
}

div.content.middle .paleta img{
	position: absolute;
	bottom: 0;
	-webkit-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px -3px 4px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px -3px 4px 0px rgba(0, 0, 0, 0.3);
}

div.content.middle a.paleta div.desc{
	height: 97px;
	/*margin: 15px;*/
	background: url(../images/paleta_seta.png) -68px 50% no-repeat;
	margin-right: 15px;
	padding: 15px;
	padding-top: 10px;
}

div.content.middle a.paleta div.desc p{
	color: #fff;
	margin-top: 7px;
	font-size: 12px;
	font-family: Arial;
}

div.content.middle a.paleta:hover div.desc{
	background: url(../images/paleta_seta.png) 261px 50% no-repeat;
}

div.content.middle a.paleta h2{
	/*display: block;*/
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

div.content.middle div.paleta{
	padding: 15px;
}

div.content.middle div.paleta h2{
	font-size: 16px;
	font-family: Arial;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

div.content.middle div.paleta p{
	color: #fff;
	margin-top: 47px
}

#requestfooter {
	position: relative;
	padding: 0;
	/*padding-top: 30px;*/
	background: #e7e7e7; /* Old browsers */
background: -moz-linear-gradient(top,  #e7e7e7 0%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e7e7e7 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e7e7e7 0%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e7e7e7 0%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e7e7e7 0%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

	/*background-size: cover;*/
	background-position: 50% 0%;
	-moz-box-shadow: inset 0 10px 10px -10px #000000, inset 0 -10px 10px -10px #000000;
	-webkit-box-shadow: inset 0 10px 10px -10px #000000, inset 0 -10px 10px -10px #000000;
	box-shadow: inset 0 10px 10px -10px #000000, inset 0 -10px 10px -10px #000000
}

.requestlink:hover{
	/*color: #FFF;*/
	color: #2f832b;
}
#requestdiv {
	position: relative;
	height: 120px;
	text-align: center;
	-transition: height .3s ease-in-out;
	-webkit-transition: height .3s ease-in-out;
	-moz-transition: height .3s ease-in-out;
	-o-transition: height .3s ease-in-out;
	-ms-transition: height .3s ease-in-out
}
#requestdiv.expanded {
	height: 580px
}
.requestlink, .requestexpandedheader span {
	text-decoration: none;
	font-family: Arial;
	display: block;
	margin-top: 10px;
	font-size: 26px;
	line-height: 100px;
	height: 100px;
	/*margin-right: 15px;
	margin-left: 15px;*/
	color: #2f832b;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	background: url(../images/marker.png) no-repeat center center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.requestlink .requestimg {
	background: url(/assets/requestimg-d0a07cc590bc307061e4be32d3d93c5e.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 165px;
	height: 30px;
	display: inline-block
}
.requestlink:hover .requestimg {
	background-position: 0 -30px;
	opacity: 1
}
.requestlink:active .requestimg {
	background-position: 0 -60px
}
#footer {
	position: relative;
	background: #194e55
}
#footerend {
	position: relative;
	height: 66px;
	padding: 0;
	background: #194e55
}
#footerendstrip {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	padding: 0;
	background: #00393e
}
#footerendhex {
	position: absolute;
	bottom: 0;
	height: 66px;
	width: 100%;
	background-image: url(/assets/footer_hex-e22882a034024f92b9ed02d8596359d4.png);
	background-repeat: no-repeat;
	background-position: 50% 0
}
#footerendtext {
	position: absolute;
	bottom: 0;
	text-align: center;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-family: "FuturaStd-Book", "Futura", "Arial", "Century Gothic", AppleGothic, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: white
}
#booreiland {
	position: absolute;
	bottom: 5px;
	right: 10px
}
#footercontent {
	padding-top: 20px;
	padding-bottom: 20px
}
#footer-contact .entry, #footer-share .entry {
	margin-bottom: 30px;
	height: 38px;
	position: relative
}
#footer-share .entry {
	display: inline-block;
	margin-right: 30px
}
#footer-contact .entry div, #footer-share .entry div, #footer-contact .entry a, #footer-share .entry a {
	display: inline-block;
	margin-left: 10px;
	font-family: "Sharpie", "Verdana", cursive;
	font-size: 14px;
	height: 38px;
	position: relative
}
#footer-contact .entry a, #footer-share .entry a {
	margin-left: 0
}
#footer-contact .entry div.oneline, #footer-share .entry div.oneline {
	top: -13px
}
#footer-contact .entry div.twoline, #footer-share .entry div.twoline {
	top: -3px
}
#footer-contact .entry div.threeline, #footer-share .entry div.threeline {
	top: -13px
}
#footer-contact .entry:first-child, #contact-contact .entry:first-child {
	margin-top: 55px
}
.requestexpanded {
	display: none;
	opacity: 0
}
.requestcloselink img {
	position: absolute;
	right: 0;
	top: 55px;
	left: 0;
	margin: 0 auto;
}
.requestexpandedheader span{
	line-height: 100px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#requestform {
	height: 439px;
	background-image: url(../images/form.png);
	background-repeat: no-repeat;
	margin-top: -9px;
	box-shadow: inset 0 -10px 10px -10px #000000;
	text-align: left
}
#requestform textarea {
	background: none;
	border: none;
	width: 70%;
	margin-left: 60px;
	margin-top: 54px;
	height: 87%;
	outline: none;
	font-family: "Sharpie", "Verdana", cursive;
	color: #000;
	font-size: 16px
}
#requestform textarea::-webkit-input-placeholder, #requestform textarea:-moz-placeholder, #requestform textarea::-moz-placeholder, #requestform textarea:-ms-input-placeholder {
color:#000
}
*:focus {
	outline-color: transparent;
	outline-style: none;
	-webkit-appearance: none
}
#requestnameform {
	height: 239px;
	background-image: url(../images/back_requestnameform.png);
	background-repeat: no-repeat;
	margin-top: -14px;
	text-align: left;
	position: relative;
	padding-top: 135px;
	z-index: 2;
	background-position: center right;
	padding-left: 100px;
}
#requestnameform input[type="text"] {
	background: #ececeb;
	width: 175px;
	border: none;
	height: 25px;
	box-shadow: none;
}
#requestnameform .inputdiv, #requestnameform .labeldiv {
	display: inline-block
}
#requestnameform .inputdiv {
	position: absolute;
	right: 10px;
}
#requestnameform .labeldiv {
	position: absolute;
	left: 10px
}
#requestnameform .labeldiv label {
	font-size: 13px;
	color: #000;
	font-family: Arial;
	line-height: 22px;
}
#requestnameform .rowmapper {
	position: relative;
	width: 100%;
	height: 25px;
	margin-bottom: 12px
}
#requestdiv input[type="submit"] {
	border: none;
	background: url(../images/button_send.png);
	background-repeat: none;
	width: 197px;
	height: 71px;
	overflow: hidden;
	background-position: 0% 100%;
	position: absolute;
	right: 122px;
	top: 212px;
	z-index: 1;
	cursor: pointer;
}
#requestdiv .form {
	position: relative
}
.itemshadow {
	position: absolute;
	width: 100%;
	height: 45px;
	background-image: url(/assets/item_shadow-213cfe246bc97d8dce9b8e21e5a4dd16.png);
	background-position: 50% 0%;
	bottom: -45px;
	background-size: contain;
	background-repeat: no-repeat
}
.inputdiv input {
	font-family: "FuturaStd-Book", "Futura", "Arial", "Century Gothic", AppleGothic, sans-serif
}
@media only screen and (max-width: 1140px) {
.title h2 {
	color: white;
	font-size: 34px;
	line-height: 36px;
	font-weight: bolder;
	font-family: "FuturaStd-ExtraBold", "Futura", "Arial Black", "Arial", "Century Gothic", AppleGothic, sans-serif
}
#footer-contact .entry div, #footer-share .entry div, #footer-contact .entry div a, #footer-share .entry div a {
	font-size: 12px
}
.requestexpanded .form {
	overflow: visible
}
#requestform {
	width: 548px;
	position: absolute;
	top: 295px;
	left: 50%;
	margin-left: -274px
}
#requestdiv.expanded {
	height: 875px
}
#requestnameform {
	position: absolute;
	left: 50%;
	width: 350px;
	margin-left: -172px;
	top: 0
}
#requestdiv input[type="submit"] {
	position: absolute;
	left: 50%;
	margin-left: -41px
}
}
@media only screen and (max-width: 1100px) {
.requestexpandedheader span:first-child {
	font-size: 36px
}
}
@media only screen and (max-width: 1010px) {
#footer-contact .entry div, #footer-share .entry div, #footer-contact .entry div a, #footer-share .entry div a {
	font-size: 10px
}
}
@media only screen and (max-width: 900px) {
#footer-contact .entry div, #footer-share .entry div, #footer-contact .entry div a, #footer-share .entry div a {
	font-size: 12px
}
#footer-contact .entry img {
	display: none
}
}
@media only screen and (max-width: 830px) {
#nav ul li {
	margin-left: 0;
	margin-right: 0px
}
.requestexpandedheader span:first-child {
	font-size: 24px
}
}
@media only screen and (max-width: 767px) {
#footer-contact .entry div, #footer-share .entry div, #footer-contact .entry div a, #footer-share .entry div a {
	font-size: 14px
}
#requestform textarea {
	margin-left: 35px
}
#footer-contact .entry img, #footer-share .entry img {
	display: inline
}
#requestnameform .labeldiv {
	left: 10px
}
#requestnameform .inputdiv {
	right: 20px;
	width: 200px
}
#nav {
	position: absolute;
	left: 0;
	margin-top: 0px
}
}
@media only screen and (max-width: 610px) {
.requestexpandedheader span:first-child {
	font-size: 16px
}
.requestlink {
	font-size: 36px
}
#requestform {
	width: 411px;
	position: absolute;
	top: 295px;
	left: 50%;
	margin-left: -205px;
	background-size: 100% 100%
}
#requestform textarea {
	margin-left: 25px
}
}
@media only screen and (max-width: 480px) {
.requestlink {
	font-size: 24px
}
#nav {
	text-align: left
}
#nav ul li {
	margin-left: 0;
	margin-right: -12px;
	padding: 0
}
.no-touch #nav ul li {
	margin-right: 0
}
}
@media only screen and (max-width: 440px) {
.requestexpandedheader span:first-child {
	font-size: 12px
}
}

div.rodape{
	height: 345px;
	background:url(../images/rodape.png) no-repeat center top;
	padding-top: 40px;
}

div.rodape h2{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial;
	margin-bottom: 26px;
}

div.rodape p{
	font-family: Arial;
	color: #fff;
	margin-bottom: 20px;
	line-height: 32px;
}

div.rodape input{
	height: 30px;
	border-radius: 0 !important;
}

div.rodape input.email{
	float: left;
	width: 180px;
	margin-top: 10px;
}

div.rodape button{
	width: 35px;
	height: 30px;
	float: left;
	border:none;
	color: #fff;
	background: #c15e16;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 10px;
}

div.rodape p a{
	color: #fff;
}

div.rodape p.admin{
	padding-right: 50px;
	line-height: 32px;
	background: url(../images/icons/icons_rodape.png) no-repeat 100% 0;
}

div.rodape p.mail{
	padding-right: 50px;
	line-height: 32px;
	background: url(../images/icons/icons_rodape.png) no-repeat 100% 50%;
}

div.rodape p.sup{
	padding-right: 50px;
	line-height: 34px;
	background: url(../images/icons/icons_rodape.png) no-repeat 100% 100%;
}

div.rodape div.copyright{
	padding-top: 30px;
}

div.rodape div.copyright p{
	margin-bottom: 0;
	font-size: 12px;
	font-family: Arial;
}

div.content.bottom{
	position: relative;
padding: 0;
/* padding-top: 30px; */
background: #e7e7e7;
background: -moz-linear-gradient(top, #e7e7e7 0%, #fefefe 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#fefefe));
background: -webkit-linear-gradient(top, #e7e7e7 0%,#fefefe 100%);
background: -o-linear-gradient(top, #e7e7e7 0%,#fefefe 100%);
background: -ms-linear-gradient(top, #e7e7e7 0%,#fefefe 100%);
background: linear-gradient(to bottom, #e7e7e7 0%,#fefefe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#fefefe',GradientType=0 );
/* background-size: cover; */
background-position: 50% 0%;
-moz-box-shadow: inset 0 10px 10px -10px #000000, inset 0 -10px 10px -10px #000000;
-webkit-box-shadow: inset 0 10px 10px -10px #000000, inset 0 -10px 10px -10px #000000;
box-shadow: inset 0 10px 10px -10px #000000, inset 0 -10px 10px -10px #000000;
/*height: 250px;*/
overflow: hidden;
}

div.content.bottom h2.title{
	font-size: 16px;
	font-family: Arial;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 30px;
}