div.slide{
	height: 250px;
}

div.slide img{
	-webkit-box-shadow: 0px 40px 55px -40px #000;
-moz-box-shadow: 0px 40px 55px -40px #000;
box-shadow: 0px 40px 55px -40px #000;
}

div.content.middle{
	background: url(../images/meio_interno.jpg) no-repeat center top;
	height: auto;
}

div.content.middle div.paleta{
	height: auto;
}

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

div.content.middle div.paleta p{
	margin-top: 37px;
}

div.content.middle div.eight.columns p{
	margin-top: 25px;
	color: #fff;
	font-family: Arial;
}

.no-bg{
	background: transparent !important;
}

#myform input, #myform textarea{
	height: 30px;
	border-radius: 0 !important;
}

div.no-bg label{
	color: #fff;
	font-family: Arial;
}

div.no-bg textarea{
	height: 200px;
	border-radius: 0 !important;
}

div.no-bg button{
	background: #2A526B;
	height: 32px;
	color: #fff;
	border:none;
	width: 70px;
	cursor: pointer;
}

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.mapa{
height: 235px;	
	margin: 8px 0;
	overflow: hidden;
}

.requestcloselink{
	display: block;
}

div.content.bottom.images{
	padding: 30px 0;
	height: auto;
}

div.antes-depois{
	background:url(../images/paleta_shadow.png) no-repeat center bottom;
	background-size:  100% 100px;
	padding-bottom: 30px;
}

div.antes-depois img.image{
	float: left;
	/*width: 230px;*/
	height: 154px;

	max-width: none;
}

div.antes-depois div.mold:last-child{
	border:none;
}

div.antes-depois h3{
	color: #33852E;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 3px solid #33852E;
	padding-bottom: 5px;
	text-align: center;
	font-weight: normal;
}

div.antes-depois div.mold{
	width: 230px;
	/*display: table-cell;*/
	overflow: hidden;
	float: left;
		border-right: 2px solid #fff;

}

div.content.bottom.images h2{
	color: #2B5168;
	font-size: 22px;
	text-transform: uppercase;
}


.view .mask,.view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   /*text-transform: uppercase;*/
   color: #fff !important;
   font-weight: normal;
   line-height: 22px;
   text-align: center;
   position: relative;
   font-size: 12px !important;
   letter-spacing: 1px;
   padding: 20px;
   padding-bottom: 10px;
   /*background: #29196B;*/
   margin: 20px 0 0 0;
}
.view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
   margin-bottom: 0;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #EDEDED;
   color: #000;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #EDEDED;
   -moz-box-shadow: 0 0 1px #EDEDED;
   box-shadow: 0 0 1px #EDEDED;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #EDEDED;
   -moz-box-shadow: 0 0 5px #EDEDED;
   box-shadow: 0 0 5px #EDEDED;
}

.view-third img {
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
.view-third .mask {
   background:url(../images/paleta_cover.png) no-repeat center center;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(460px, -100px) rotate(180deg);
   -moz-transform: translate(460px, -100px) rotate(180deg);
   -o-transform: translate(460px, -100px) rotate(180deg);
   -ms-transform: translate(460px, -100px) rotate(180deg);
   transform: translate(460px, -100px) rotate(180deg);
   -webkit-transition: all 0.2s 0.4s ease-in-out;
   -moz-transition: all 0.2s 0.4s ease-in-out;
   -o-transition: all 0.2s 0.4s ease-in-out;
   -ms-transition: all 0.2s 0.4s ease-in-out;
   transition: all 0.2s 0.4s ease-in-out;
}
.view-third h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-third p {
   -webkit-transform: translateX(300px) rotate(90deg);
   -moz-transform: translateX(300px) rotate(90deg);
   -o-transform: translateX(300px) rotate(90deg);
   -ms-transform: translateX(300px) rotate(90deg);
   transform: translateX(300px) rotate(90deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-third a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-third:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
   height: 180px;
	width: 280px;
}
.view-third:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.view-third:hover p {
   -webkit-transform: translateX(0px) rotate(0deg);
   -moz-transform: translateX(0px) rotate(0deg);
   -o-transform: translateX(0px) rotate(0deg);
   -ms-transform: translateX(0px) rotate(0deg);
   transform: translateX(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-third:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}

.view {
   width: 296px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view {
   width: 296px;
   height: 200px;
   margin: 15px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

div.dica img{
   margin-right: 30px;
   margin-bottom: 15px;
   max-width: 297px;
   margin-top: 15px;
}

div.dica *{
   font-size: 14px;
   color: #000;
   list-style-position: inside;
}

div.dica h1{
   font-size: 16px;
   margin-bottom: 20px;
   margin-top: 0;
}

div.dica h2{
   font-size: 14px;
}

div.dica p, div.dica span{
   font-size: 14px !important;
   color: #000 !important;
   line-height: 20px !important;
   font-family: Arial !important;
}

div.two.columns.parceiros{
   margin-bottom: 30px;
}

div.two.columns.parceiros>div {
   display: table-cell;
   vertical-align: middle;
   height: 175px;
   width: 175px;
   background:#fff;
}

div.two.columns.parceiros img {
   max-width: 133px;
   max-height: 150px;padding: 10px;
}

div.two.columns.parceiros:last-child {
   float: left;
}