<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Insight Custom
Author: Luiz Oliveira
Description: Tema criado sob encomenda para a empresa Insight
Version: 1.0
*/

body{
	margin:0;
	font-family: 'Lato Sans', sans-serif;
	margin-top: 140px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out	
}

section{
	min-width: 1200px;
}

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

.container{
	margin: auto;
	width: 1200px;
}

.home-logo img#logo{
	margin-top: 10px;
  	margin-bottom: -45px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out
 }

.home-logo img#logo.small{
	width: 61px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out
}

#masthead{
	background: #2D1340;
	background-size: auto;
	border-bottom: 4px solid #8f52a1;
	float: left;
	width: 100%;
	position: fixed;
	z-index: 10000;
	top: 0;
}

/*Menu ++++++++++++++++++++++++++++++++++++*/
#primary-menu{
	display: inline;
	float: right;
	margin: 0 0 10px 0;
}

#primary-menu li{
	display: inline;
	position: relative;
	float: left;
}

.sub-menu li{
	width: 100%;
}

#primary-menu li.current-menu-item &gt; a{
	color: #8f52a1;
}

#primary-menu li &gt; a{
	float: left;
	padding: 14px 15px 12px 15px;
	margin: 0;
	color: white;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12.5px;
}

#primary-menu li:hover &gt; a{
	padding-top: 10px;
	border-top: 4px solid white;
	background: #8F52A1;
	color: white !important;
}

#primary-menu li ul.sub-menu{
	position: absolute;
	display: none;
	background-color: #8f52a1;
	margin: 0;
	padding: 0;
	left: 0%;
	top: 41px;
	width: 130px;
	z-index: 1000;
}

#primary-menu li ul.sub-menu li a{
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

#primary-menu li ul.sub-menu li.current_page_item a{
	background: #2d1340;
	color: #8f52a1;
}

#primary-menu li ul.sub-menu li a:hover{
	background: #2d1340;
	color: #8F52A1;
	border: none;
	font-weight: bold;
}

#primary-menu li:hover ul.sub-menu{
	display: block;
}

/*Slider +++++++++++++++++++++++++++++++++++++++++*/
.slider-wrapper{
  float: left;
  width: 100%;
  background-color: #e6e7e8;
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: -webkit-center;
}

body.small{
	margin-top: 0;
}

.slider-wrapper.interno{
  background-color: #fff;
  padding: 0;
  text-align: -webkit-center;
  margin-top: 50px;
  margin-bottom: -110px;
}

.sliderfont7{
	display: none;
}

#nextend-smart-slider-1 .nextend-bullet-container .nextend-bullet-numbers.nextend-bullet{
	margin: 0 5px !important;
	width: 10px !important;
	height: 10px !important;
	background: #652d90 !important;
	border:1px solid white;
	opacity: 1 !important;
}

#nextend-smart-slider-1 .nextend-bullet-container .nextend-bullet-numbers.nextend-bullet.active, #nextend-smart-slider-1 .nextend-bullet-container .nextend-bullet-numbers.nextend-bullet:HOVER{
	background:#fcb040 !important;
}

.nextend-bullet-container.nextend-bullet-numbers-square .nextend-bullet{
	padding: 0 !important; 
}

.slideshow_container_style-light .slideshow_pagination ul li{
  margin: 0 5px !important;
  width: 10px !important;
  height: 10px !important;
  background: #652d90 !important;
  border:1px solid white;
  opacity: 1 !important;
}

.slideshow_container_style-light .slideshow_pagination .slideshow_currentView{
	background:#fcb040 !important;
}

.slideshow_description_box.slideshow_transparent{
	display: none !important;
}

.slideshow_container .slideshow_pagination .slideshow_pagination_center{
	margin-top:-15px !important;
}

.slideshow_container_style-light .slideshow_next{

}

/*Sections+++++++++++++++++++++++++++++++++++++++*/

section h2{
	font-size: 36px;
  	text-align: center;
  	font-family: 'PT Sans', sans-serif;
  	font-weight: normal;
  	margin-top: 0;
}

section.box-central h2{
	color: #fcb040;
}

section.box-caracteristicas h2{
	color: #662d91;
}

section.box-central{
	padding: 0 0 30px 0;
  	float: left;
  	width: 100%;	
}

section.box-caracteristicas{
	padding: 30px 0;
  	background-color: #e6e7e8;
  	float: left;
  	width: 100%;
}

section.site-info{
	float: left;
	width: 100%;
	background-color: #8f52a1;
	color: white;
	padding: 37px 0;
}

section.conteudo-interno {
	float: left;
	width: 100%;
	margin-bottom: 33px;
}

section.conteudo-interno h1{
	color: #2d1340;
	font-size: 24px;
	margin:	36px 0;
}

section.conteudo-interno p{
	color: #6d6e71;
	font-size: 15px;
}

section.conteudo-interno h4{
	font-size: 18px;
	margin-top: 0px;
	color: #6d6e71;
}


.box-azul{
	position: relative;
	box-shadow: 0px 0px 0px 2px #d1d3d4;
	float: left;
	width: 95%;
	border-left: 12px solid #41aba2;
	padding-left: 30px;
	margin-top: 50px;
	padding-bottom: 25px;
	margin-left:4px;
}
.post-70 .box-azul {
    margin-top:150px !important;
	margin-left:12px !important;
	width:94.4% !important;
}

.box-azul a.botao{
	position: absolute;
	right: 36px;
	top: 33%;
	background-color: #41aba2;
	color: white;
	box-shadow: -2px 2px 0px 0px #2a1e4d;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 30px;
}

section .box-azul h2{
	font-size: 24px;
	text-align: left;
	font-family: 'Lato', sans-serif;
	color: #2d1340;
	margin-top: 30px;
	margin-bottom: 8px;
}

section .box-azul p{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	color: #41aba2;
	margin:0;
}

/*Colunas++++++++++++++++++++++++++++++++++++++++*/
.coluna{
	float: left;
	width: 590px;
	margin-right: 10px;
}

.coluna.last{
	float: left;
	width: 590px;
	margin-left: 10px;
	margin-right: 0px;
}

.linha{
	margin-top: 10px;
	float: left;
	width:100%; 
}


/*Footer ++++++++++++++++++++++++++++++++++++++++*/
footer{
	float: left;
	width: 100%;
	min-width: 1200px;
}

footer .menu-menuprincipal-container{
	float: left;
	width: 100%;
	background-color: #501a66;
	color: white;
	text-align: center;
}

img.logo-footer{
	margin-left: 10px;
  	float: left;
  	margin-right: 20px;
}

footer a{
	color: white;
  	text-decoration: none;
}

footer a.link-facebook{
	float: right;
	margin-top: 60px;
	font-size: 12px;
	margin-right: 15px;
}

footer span.telefone{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
	float: left;
	width: 100%;
}

footer span{
	font-size: 10px;
}

footer .contact-info{
	float: left;
  	margin-top: 15px;
  	line-height: 12px;
}

#primary-menu-footer li{

}

#primary-menu-footer li{
	display: inline;
	position: relative;
}

#primary-menu-footer li &gt; a{
	padding: 0 7px;
	color: white;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	border-right: 1px solid white;
}

#primary-menu-footer li:last-child &gt; a{
	border-right: none;
}

#primary-menu-footer li ul.sub-menu{
	display: none;
}

/*Anexos: Efeitos solicitados*/

/* Common style */
.container figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 2%;
	max-width: 380px;
	height: 250px;
	width: 30%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.container .pecas-acabamentos figure{
	height: 187px;
}

.container .pecas-acabamentos .linha{
	margin-bottom: 40px;
}

.container figure:first-child,.container.container-4 figure:first-child{
	margin-left: 12px;
}

.container figure:last-child,.container.container-4 figure:last-child{
	margin-right: 0;
}

.container.container-4 figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0.8%;
	max-width: 280px;
	max-height: 190px;
	width: 24%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.container figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.container figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.container figure figcaption::before,
.container figure figcaption::after {
	pointer-events: none;
}

.container figure figcaption,
.container figure figcaption a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.container figure figcaption &gt; a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.container figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.container figure h2 span {
	font-weight: 800;
}

.container figure h2,
.container figure p {
	margin: 0;
}

.container figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.container figure.effect-layla figcaption p,
.container figure.effect-layla figcaption a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: transparent;
}

/* Individual effects */

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #8f52a1 !important;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
}

figure.effect-goliath p {
	font-size: 14px !important;
	text-align: center;
	width: 100%;
	padding: 15px 0;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-goliath h2{
  font-size: 18px;
  letter-spacing: 0px;
  word-spacing: 0;
  background-color: rgba(80, 26, 102,0.5);
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
	background: #fcb040;
}

figure.effect-layla img {
	
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

/*figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}*/

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p,
figure.effect-layla span.quadro-left-top,
figure.effect-layla span.quadro-left-bottom,
figure.effect-layla span.quadro-right-top,
figure.effect-layla span.quadro-right-bottom {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover span.quadro-left-top,
figure.effect-layla:hover span.quadro-left-bottom,
figure.effect-layla:hover span.quadro-right-top,
figure.effect-layla:hover span.quadro-right-bottom{
	opacity: 1;
}

figure.effect-layla:hover img {
	opacity: 0.2;
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-layla:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

figure.effect-layla img.plus{
    opacity: 0;
    width: 51px;
    height: 50px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    min-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
} 

figure.effect-layla:hover img.plus {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}

/*Gallery */

.back-gallery{
	position: fixed;
  	z-index: 9999;
	display: none;
	background-color: rgba(0,0,0,0.6);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
}

.back-gallery &gt; .image-box{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.image-box &gt; img.close-button{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.image-box &gt; span.label{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	font-family: "PT Sans";
	color: white;
	font-size: 12px;
	padding: 5px;
	margin: 2px;
	margin-bottom: 5px;
}


/*Diferencial++++++++++++++++++++++++*/
.diferencial{
	float: left;
	width: 280px;
	height: 380px;
	border-bottom: 5px solid #fcb040;
	margin:10px; 
}

.diferencial .box-title{
	position: relative;
	float: left;
	background-color: #fcb040;
	background-position: top left;
	background-repeat: no-repeat;
	width:100%;
	height: 186px;
	margin-bottom: 20px;
}

.diferencial .box-title h4{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: white;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}


.diferencial p{
	padding:20px;
	color: #6d6e71;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	color: #6d6e71;
}


/*FaÃ§a Parte++++++++++++++++++++++++++++++++++++++*/
.coluna.faca-parte{
	width: 480px;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	font-weight: 100;
}

.coluna.faca-parte.last{
	width: 680px;
}

.coluna.contato{
	width: 670px;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	font-weight: 100;
	margin-right: 20px;
}

.coluna.contato.last{
	width: 480px;
}


.coluna.contato h3{
	color: #501a66;
	font-family: "PT Sans", sans-serif;
	font-size: 25px;
	margin-top: 14px;
	font-weight: bold;
}

.coluna.contato, .coluna.contato a, .coluna.contato p {
	color: #501a66;
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
}


.coluna-form{
	width: 49%;
	float: left;
	margin-right: 1%;
}

.coluna-form.last{
	width: 50%;
	margin-right: 0;
}


/*Form++++++++++++++++++++++++++0*/
div.wpcf7{
	font-family: 'PT Sans', sans-serif;
	margin-top: -13px;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="file"], 
.wpcf7 select,
.wpcf7 textarea{
	background:#e9dcec;
	border: none;
	width: 100%;
	height: 30px;
	margin-top: 5px;
}

.wpcf7 textarea{
	height: 145px;
}

.wpcf7 p{
	margin:0;
}

.wpcf7 span.field{
	float: left;
	width: 100%;
	margin: 10px 0;
		color: #6d6e71 !important;
	font-size: 15px !important;
}


.wpcf7 input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.wpcf7 input[type="file"]::before {
  content: 'Anexar arquivo';
  display: inline-block;
  background: #2d1340;
  border: none;
  padding: 5.5px 20px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  color: white;
  float: right;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
}

.wpcf7 input[type="submit"]{
	color: white;
	float: right;
	font-family: "PT Sans", sans-serif;
	font-size: 15px;
	background-color: #41aba2;
	padding: 4px 48px;
	text-transform: uppercase;
	border:none;
}

span.wpcf7-not-valid-tip{
	display: none !important;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng{
	border: none;
	float: left;
	background: #ff0000;
	color: white;
	width: 75%;
	margin-top: -46px;
	margin-left: 0px;
	padding: 5px; 
}


div.wpcf7-validation-errors h5, div.wpcf7-mail-sent-ng h5{
	font-size: 15px;
	font-weight: bold;
	font-family: "Lato";
	margin: 0;
	padding: 5px;
	background-color: #410000;
	margin-left: -5px;
	margin-top: -5px;
	margin-right: -5px;
}

/*Galeria +++++++++++++++++++++++++++++++++++++++++++++++*/

.ambientes{
	float: left;
	width: 50%;
	height: 640px;
	position: relative;
	min-width: 600px;
}

.residenciais{
	text-align: right;
	background-position: top right;
}

.comerciais{
	text-align: left;
	background-position: top left;
}

.ambientes a{
	position: absolute;
	bottom: 147px;
	font-family: "PT Sans", sans-serif;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	background-color: rgba(143, 82, 161,0.6);
	padding: 12px;
}

.residenciais a{
	right: 0;rgba(143, 82, 161,0.6);
	border-right: 10px solid white;
	left: 0;
	font-weight: 100;
}

.comerciais a{
	left: 0;
	border-right: 0;
	border-left: 10px solid white;
	right: 0;
	font-weight: 100;
}

.comerciais:hover a,.residenciais:hover a{
	background-color: #8f52a1;
	border-color: #501a66;
	font-weight: 900;
}


/*Galeria Ambientes +++++++++++++++++++++++++++++++++++++++*/

div.image-slideshow{
	position: relative;
	width: 100%;
	min-width: 1188px;
	min-height: 788px;
	background-size: cover;
	overflow-x: hidden; 
}

ul.ambientes-slideshow{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 1px;
	background-color: rgba(0,0,0,0.5);
	width: 400%;
}

ul.ambientes-slideshow li{
	position: relative;
	float: left;
	width: 162px;
	height: 107px;
	list-style: none;
	display: inline;
	margin: 9.7px 15px;
}

ul.ambientes-slideshow li.selected img{
	border:3px solid white;
}

ul.ambientes-slideshow li:first-child{
	margin-left: 37px;
}

ul.ambientes-slideshow li img{
	max-width: 100%;
	cursor: pointer;
}


#image-prev,#image-next{
	position: absolute;
	bottom: 0;
	z-index: 10000;
	cursor: pointer;
}

#image-prev{
	left: 0;
}

#image-next{
	right:0;
}

#seta-prev,#seta-next{
	position: absolute;
	top: 40%;
	cursor: pointer;
}

#seta-prev{
	left: 0;
}

#seta-next{
	right:0;
}


.description{
	position: absolute;
	font-family: "Lato", sans-serif;
	font-weight: 100;
	bottom: 130px;
	padding: 15px;
	margin: 20px;
	width: 94%;
	background-color: rgba(143, 82, 161,0.6);
	color: white;
	display: none;
}

.description h1{
	font-style: 16px;
}

.description p{
	font-style: 14px;
	color: white !important;
}

.navigation-galeria{
	float: left;
	width: 100%;
	min-width: 1200px;
}

.button-galeria:first-child{
	margin-left: 0;
}

.button-galeria:last-child{
	margin-right: 0;
}
.button-galeria{
	float: left;
	margin: 13px;
	background: #fcb040;
	font-size: 24px;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	color: #2d1340;
	width: 382px;
	height: 36px;
	text-align: center;
	padding-top: 4px;
	margin-top: 40px;
}

.button-galeria:hover{
	background: #8f52a1;
	color: white;
}

a.title-ambientes{
	padding: 10px 25px;
	float: left;
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	margin: 30px 0 40px 0;
	color: white;
	border-top: 4px solid #8f52a1;
	background-color: #2d1340;
}

a.outro-ambientes{
	padding: 10px 25px;
	float: right;
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	margin: 30px 0 40px 0;
	color: white;
	border-top: 4px solid #2d1340;
	background-color: #8f52a1;
}

figure h2{
	text-transform: none;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-weight: bold !important;
	color: white !important;
}

.coluna.pecas-acabamentos{
	width: 280px;
}

.coluna.last.pecas-acabamentos{
	width:900px;
}

span.descricao{
	background-color: black;
	color: white;
	float: left;
	position: absolute;
	bottom: 0;
	padding: 10px;
	font-size: 12px;
	left: 0;
	right: 0;
	transform: translate(0%, 98%);
	font-family: 'Lato';
	font-weight: 100;	
}

ul.menu-interno{
	font-size: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

ul.menu-interno li.titulo{
	background-color: #663091;
	color: white;
	padding: 12px;
	font-size: 15px;
	margin: 0;
}

ul.menu-interno li a:before{
	content: '\2713';
	margin-right: 20px;
	font-size: 18px;
}

ul.menu-interno li a{
	float: left;
	position: relative;
	background-color: white;
	width: 256px;
	padding: 12px;
	color: #663091;
}

ul.menu-interno li.current_page_item a{
	background-color: #8f52a1;
	font-family: 600;
	color: white;
}


/*PaginaÃ§Ã£o +++++++++++++++++++++++++*/

ul.pagination{
	float: left;
	width: 95%;
	text-align: center;
	list-style: none;
	padding: 0;
}

ul.pagination li{
	padding: 10px 14px;
	background-color: #663091;
	color: white;
	display: inline;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 3px;
	cursor: pointer;
}


ul.pagination li#seta-pag-prev,
ul.pagination li#seta-pag-next{
	background-color: #8f52a1;
}

ul.pagination li#seta-pag-prev:before{
	content: '\003c';
}

ul.pagination li#seta-pag-next:before{
	content: '\003e';
}

ul.pagination li.current{
	background-color: #fbaf42;
}


span.quadro-left-top,
span.quadro-left-bottom,
span.quadro-right-top,
span.quadro-right-bottom{
	position: absolute;
	width: 14px;
	height: 14px;
	background: white;
	opacity: 0;
}


span.quadro-left-top{
	left:7px;
	top: 7px;
}
span.quadro-left-bottom{
	left: 7px;
	bottom: 7px;
}
span.quadro-right-top{
	right: 7px;
	top: 7px;
}
span.quadro-right-bottom{
	right: 7px;
	bottom: 7px;
}


.pecas-acabamentos figcaption span{
	position: absolute;
    right: 0;
    bottom: 0;
    background-color: #663091;
    padding: 5px;
    font-size: 12px;
    text-transform: none;
}

.pecas-acabamentos figure{
	overflow: visible;
}

.pecas-acabamentos figure figcaption h3{
    color: #2d1340;
    margin-top: 205px;
    float: left;
    top: 185px;
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
    max-width: 270px;
}

#post-20 .box-central .container figure:first-child{
	margin-left: 12px;
}

article#post-109,
article#post-118{
	float: left;
}

#post-51 .container figure:first-child{
	margin-left: 23px;
}

div.wpcf7-mail-sent-ok{
	border: none;
	margin: 0;
	padding: 0;
}

.conteudo-interno .linha figure {
    margin:10px 4.3% !important;
}
.conteudo-interno .linha figure:first-child {
    margin-left: 2px !important;
}
.conteudo-interno .linha figure:nth-last-child(n+2){
    margin-right: 0 !important;
}
.coluna hr { width:97.5%; }


#menu-item-287, .menu-item-287
, .menu-item-45 {
	display: none !important;
}

figcaption p a.vermais{
	display: block !important;
}

figcaption p.x{
	display: none !important;
}

ul.ambientes-slideshow {
	height: 126px !important;
	max-height: 126px !important;
	overflow: hidden;
}</pre></body></html>