/*
Theme Name:Pulse
Theme URI: http://www.idmark.com.br
Description: Site base.
Author: Idmark
Author URI: http://www.idmark.com.br
version: 1.0
Tags: white, clean, responsive, idmark
*/

/*



    font-family: 'Montserrat', sans-serif;



*/

/* basics */

html {
	height:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*{margin:0; padding:0;}

body {
	height:100%;
	font-family: 'Montserrat', sans-serif;
	background:#fff;
}
	
img{max-width: 100%; border: none;}
img a{border:none;}

img.left{
	float: left;
	border: none;
	padding: 6px 0 0 0;
}

img.right{
	float: right;
	border: none;
	padding: 0 0 0 6px;
}	
	
h1,
.post h1,
.post h1 a{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:50px;
	line-height:normal;
	text-transform:uppercase;
	text-align: center;
	color: #5a5a5a;
	position: relative;
	padding-bottom: 40px;
}


.post h1,
.post h1 a{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:45px;
	line-height:normal;
	text-transform:uppercase;
	text-align: left;
	color: #5a5a5a;
	border-bottom: none;
	margin:0 0 50px;	
	padding-bottom: 0;
}


.pagetitle{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:32px;
	text-transform:uppercase;
	color: #e74568;	
}
	

h2,
.post h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:30px;
	line-height:28px;
	text-transform:uppercase;
	color: #fff;
}


h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:normal;
	color: #fff;
	text-transform: uppercase;
}

h3 span{
	font-weight: 700;
	color:#32c5f4;
}


h4{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:18px;
	color: #3d3235;
}


h5{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height: 22px;
	color: #4e3d70;
}


h6{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:13px;
	line-height: 20px;
	color: #5a5a5a;
}


p{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#464545;
	line-height:24px;
}


a{
	color:#4e3d70;
	text-decoration:none;	
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

a:hover{color:#666;text-decoration: none;}

blockquote{
	border-left:1px solid #333;
	margin:15px;
	padding:0 12px;
	font-family:'Open Sans';
	font-weight:400;
	font-size:14px;
	font-style:italic;	
}


ul{
}

code{font-family:"Courier New", Courier, monospace;}


b,
strong {font-weight: 700;}

dfn,
cite,
em,
i {font-style: italic;}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after{clear: both;}




/* container */

.container {
	max-width:1490px;
	margin: 0 auto;
	padding:0 1em;

}

.container:before,
.container:after{
	content:"";
	display:table;
}

.container:after{clear: both;}



/* redes */
#redes{}

#redes .icon{
	padding: 0 10px;
	display: inline-block;
	position: relative;
}

#redes .icon:hover{opacity: 0.6;}







	
/* header */

header{
	width: 100%;
	height:175px;
	position: relative;
	background:url(images/menu-bg.png) center no-repeat;
	background-size:cover;
	background-color: #29223D;
}

header .container{
	max-width: 1170px;
	height:100%;	
    display: -webkit-box;
    display: -webkit-flex;
	display:-moz-box;
	display: -ms-flexbox;
    display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.logo {
	width: 35%;
	height: auto;
}

.logo a{
	display:block;
}

.header-dir{
	width: 65%;
	padding-left: 30px;
}

.sites{
	max-width: 580px;
	margin-bottom: 20px;
	font-size: 12px;
	text-transform: uppercase;
}

.led,
.energia{
	float: left;
	background: #4e3d70;
	border: 1px solid #32c5f4;
	font-weight: 400;
}

.energia{
	border-left: none;
}

.led a,
.energia a{
	padding: 10px;
	color: #eaeaea;	
	display: block;
}

.led a:hover,
.energia a:hover{
	color: #fff;
}

.eletro{
	float: left;
	padding: 10px;
	border: 1px solid #32c5f4;
	background: #32c5f4;
	color: #2b223d;
	font-weight: 700;
}



/* main navbar */

nav{
	text-transform:uppercase;
	text-align:center;
	margin: 0;
	display:block;
}	


nav ul {
	position:relative; 
	z-index:300;
	margin:0;
	padding:0;
   -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;	
    display: -ms-box;	
    display: -ms-flexbox;
    display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-moz-items: center;
	-webkit-mms-items: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
	
nav ul li {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight: 400;
	position:relative; 	
	list-style-type: none;
}
	
nav ul li a {	
	margin: 0;
	color: #fff;
	display:block;
	border-bottom:none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}
	
nav ul li a:hover {	
	color:#32c5f4;
	text-decoration:none;
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
	
nav ul ul {
	position:absolute; 
	display:none; 
	width:12em; 
	margin:0;
	padding:0; 
	background:#666;
	z-index: 99999;
}

nav ul li ul {
	width:12em; 
	padding:0;  
	display: none; 
	position: absolute; 
	z-index:999; 
	line-height:24px;
}

nav ul li ul li {padding:0;}

nav ul li ul a {
	width:12em; 
	float:right; 
	color:#e74568; 
	padding:4px 10px; 
	height:auto; 
}

nav ul li ul a:hover {
	color:#aaa;
	height:auto; 
	border:none; 
	border-radius:none !important;
}

nav ul ul ul {top:auto; padding:0;}

nav ul li ul ul {
	left:12em; 
	margin:0; 
	top:auto;
}

nav ul li:hover ul ul, 
#dropmenu li:hover ul ul ul, 
#dropmenu li:hover ul ul ul ul {
	display:none; 
	border:none; 
}

nav ul li:hover ul, 
#dropmenu li li:hover ul, 
#dropmenu li li li:hover ul, 
#dropmenu li li li li:hover ul {
	display:block;
}


nav ul li.current_page_item a {color:#32c5f4; font-weight: 700;}
nav ul li.current_page_item a:hover {color:#fff;}
nav ul li.current_page_item li a {color:#32c5f4;}
nav ul li li a {color:#fff;}
nav ul li li a:hover {color:#32c5f4;}
nav ul li.current_page_item li a:hover {color:#32c5f4;}
nav ul li ul li.current_page_item a {background:none !important;}






/* destaque */
.destaque{
	width: 100%;
	height: auto;
}




/* servicos */
.servicos{
	width: 100%;
	padding: 0;
}

.servicos .clearfix{
	display: flex;
	align-items: stretch;
}

.servicos figure{
	width: 100%;
	position: relative;
}

.servicos figure a{
	display: block;
	width: 100%;
	height: 100%;
}

.servicos h2{
	display: table;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.servicos .col-dir{
	float: left;
	width: 50%;
}

.servicos .col-esq{
	float: left;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}


/* produtos */

.produtos{
	padding: 0 0 100px;
}

.produtos h1{
	margin-bottom: 50px;
}

.row.produto{
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.row.segmento{
	margin-top: 80px;
}

.produto h6,
.segmento h6{
	font-weight: 600;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}


.produto figure,
.segmento figure{
	margin-bottom: 20px;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}


.produto .column-3,
.segmento .column-102{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.produto .column-3:nth-of-type(4n+1){
	margin-left: 0;
}

.produto .column-3 a,
.segmento .column-102 a{
	display: block;
	width: 100%;
	height: 100%;
}

.produto .column-3 a:hover > figure,
.segmento .column-102 a:hover > figure{
	opacity: 0.8;
}

.produto .column-3 a:hover > h6,
.segmento .column-102 a:hover > h6{
	color: #203e6e;
}



/* consultoria */

.consultoria{
	padding: 150px 0;
	background-color: #2b223d;
}

.consultoria h1{
	margin-bottom: 70px;
	color: #fff;
}

.consultoria p{
	text-align: center;
	color: #fff;
}

.consultoria .bt1{
	width: 325px;
	height: 40px;
	margin: 60px auto 0;
}



/* cases */
.cases{
	width: 100%;
	padding: 80px 0;
	background:url(images/cases-bg.png) center no-repeat;
	background-size:cover;
}

.cases h1{
	margin-bottom: 50px;
}

.cases a{
	color:#e74568;	
}

.cases img{margin-bottom: 16px;}

.cases .column-3 div{
	max-width: 285px;
	margin: auto;
}





/* cases */
.interna #blog_uni{
	width:100%;
	margin:0 0 46px 0;
	background:#FF0;
}

.interna #blog_uni h4{
	color:#084186;
	margin:0 0 4px 0;
	text-transform:none;
}

	.interna #blog_uni img:hover{
		opacity:0.8;
	}
	
	.interna #blog_uni h4:hover{
		color:#5ab9e4;
	}




/* botoes bt */
.bt1{
	border-radius: 20px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.bt1 a{
	width:100%;
	height:100%;
	border-radius: 20px;
	background: #32c5f4;
	color:#2b223d;
	position: relative;
	display: block;
}

.bt1 a:hover{
	background: #5a5a5a; 
	color: #FFF;
}

.bt1 a span{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* footer */
footer {
	width: 100%;
	padding:60px 0 0;
	margin:0 auto;
	background: #29223D;
}

.footer{
	padding-bottom: 60px;
}

.logo-footer img{
	max-width: 200px;
}

footer p{
	color:#fff;
	font-size: 14px;
}
	

footer ul{}
footer ul li{
	margin:7px 0;
	list-style-type: none;
	font-weight: 300;
}

footer ul li a{
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	width: 100%;
	padding: 3px 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}

footer ul li a:hover{color: #32c5f4;}

.direitos{
	background-color: #fff;
	padding: 25px 0;
}

.direitos p{
	color: #404040;
}

footer .redes{
	display: table;
	float: right;
}

footer .redes figure{
	display: inline-block;
	margin-left: 10px;
}

footer .redes figure:last-child{
	margin-left: 13px;
}

/* erro 404 */
.erro404{text-align:center;}
.erro404 .container{min-height:460px;}
.erro404 h1{margin:64px 0 24px;}


/* extras stuff */
.flex{
	-ms-box-orient: horizontal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-box;
    display: -ms-flexbox;
    display: flex;
}

.linear{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}


.ease{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}


.slick-prev{background: url(images/arrow-esq.png) center no-repeat !important;}
.slick-next{background:url(images/arrow-dir.png) center no-repeat !important;}

.slick-initialized .slick-slide{
	display:flex !important;
	align-items: center;
} 

/*section*/
section{width: 100%;}



/* rows and columns */

.row{width: 100%;margin:0.5em 0;}

.row:before,
.row:after{content:"";display:table;}
.row:after{clear:both;}

.column{margin-left:1.6%;float: left;position:relative;}
.column:nth-child(1){margin-left:0;}



/* grid */
.column-1 {width: 6.86666666667%; min-height:20px; float:left;}
.column-2 {width: 15.3333333333%; min-height:20px; float:left;}
.column-3 {width: 23.8%; min-height:20px; float:left;}
.column-4 {width: 32.2666666667%; min-height:20px; float:left;}
.column-5 {width: 40.7333333333%; min-height:20px; float:left;}
.column-6 {width: 49.2%; min-height:20px; float:left;}
.column-7 {width: 57.6666666667%; min-height:20px; float:left;}
.column-8 {width: 66.1333333333%; min-height:20px; float:left;}
.column-9 {width: 74.6%; min-height:20px; float:left;}
.column-10 {width: 83.0666666667%; min-height:20px; float:left;}
.column-11 {width: 91.5333333333%; min-height:20px; float:left;}
.column-12 {width: 100%; min-height:20px; float:left;}



/* grid 10 colunas */
.column-101{width: 8.56%; min-height:20px; float:left;}
.column-102{width: 18.72%; min-height:20px; float:left;}
.column-103{width: 28.88%; min-height:20px; float:left;}
.column-104{width: 38.92%; min-height:20px; float:left;}
.column-105{width: 49.04%; min-height:20px; float:left;}
.column-106{width: 59.36%; min-height:20px; float:left;}
.column-107{width: 69.52%; min-height:20px; float:left;}
.column-108{width: 79.68%; min-height:20px; float:left;}
.column-109{width: 89.84%; min-height:20px; float:left;}
.column-110{width:100%; min-height:20px; float:left;}
  



/* páginas internas */

.page{
	padding: 120px 0 80px;
}

.page p{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.breadcrumbs{
	margin-top: 20px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.page-padrao h1{
	padding-bottom: 0;
}

/* página sobre */

.page-sobre h1{
	margin-bottom: 20px;
}
  
.page-sobre .conteudo{
	margin-bottom:100px;
}

.page-sobre .conteudo:nth-of-type(1) h1{
	margin-bottom: 20px;
}

.page-sobre .breadcrumbs{
	margin-bottom: 120px;
}

.page-sobre .conteudo:last-child{
	margin-bottom: 0;
}

#sobre{
	margin-bottom: 100px;
}

#sobre figure{
	position: relative;
	display: table;
	margin: auto;
}

#sobre h4{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	text-transform: uppercase;
}

.page-sobre .row{
	position: relative;
}	

.page-sobre ul{
	border-left: 3px solid #203e6e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	position: fixed;
}

.page-sobre ul li{
	list-style-type: none;
	margin: 10px 0;
}

.page ul li a{	
	color: #404040;
	padding-left: 40px;
	position: relative;
}

.page-sobre ul li a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.active{
	color: #203e6e !important;
	font-weight: 700;
}

.page-sobre ul li a.active::before{
	content: url(images/barra-li.png);
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



/* página consultoria */

.page-consultoria{
	padding-bottom: 0;
}

.page-consultoria .slider{
	margin: 50px 0 90px;
	background: #2b223d;
}

.page-consultoria .conteudo{
	text-align: center;
	margin-bottom: 100px;
}

.nossos-servicos .row{
	display: flex;
	flex-wrap: wrap;
}

.nossos-servicos figure{
	margin-bottom: 30px;
}

.nossos-servicos .column-4{
	text-align: center;
	margin: 40px 0;
}

.nossos-servicos .column-4:nth-of-type(3n+1){
	margin-left: 0;
}

.nossos-servicos span{
	font-weight: 700;
	color: #fcc916;
}




/* página soluções */

.page-solucoes .conteudo{
	margin: 50px 0;
}

.page-solucoes .conteudo:last-child h1{
	margin-bottom: 50px;
}

.page-solucoes .column-4{
	margin-bottom: 20px;
}

.page-solucoes .column-4:nth-of-type(3n+1){
	margin-left: 0;
}

.solucao{
	display: table;
	margin: auto;
	position: relative;
}

.solucao a{
	display: block;
}

.solucao figure{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.solucao a:hover > figure{
	opacity: 0.8;
}

.solucao .titulo{
	position: absolute;
	bottom: 20px;
	right: 30px;
	text-align: right;
}

/* single soluções */

.page-solucoes .destaque{
	height: 560px;
	margin-top: 50px;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-solucoes .destaque .container{
	height: 100%;
	position: relative;
}

.box{
	width: 637px;
	height: 415px;
	padding: 45px 80px 45px 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255,255,255,0.8);
	position: absolute;
}

.box::before{
	content: url(images/barra-amarela.png);
	left: -5px;
	top: 25px;
	position: absolute;
}

.box h2{
	font-size: 55px;
	color: #404040;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 58px;
}

.box h3{
	color: #404040;
	font-size: 25px;
	text-transform: none;
	font-weight: 700;
	margin: 10px 0;
}

.box .bt1{
	width: 324px;
	height: 44px;
	position: absolute;
	bottom: -22px;
	left: 50px;
	font-size: 14px;
}



/* página cases */

.page-cases .row{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.page-cases .uni{
	display: table;
	margin: 0 auto 50px;
}

.page-cases h5{
	margin-top: 25px;
	text-transform: uppercase;	
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.page-cases figure{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.page-cases .column-6:nth-of-type(2n+1){
	margin-left: 0;
}

.page-cases .uni a:hover > h5{
	color: #404040;
}

.page-cases .uni a:hover > figure{
	opacity: 0.8;
}



/* fale com */

.fale-com{
	padding: 50px 0;
	background-color: #4e3d70;
}

.fale-com h1{
	color: #32c5f4;
}

.fale-com h1::after{
	content: url(images/barra-form.png);
}

/* página produtos */

.page-produtos .conteudo{
	margin: 90px 0;
}

.page-produtos .column-10 figure{
	max-width: 400px;
	margin: auto;
}

.icones{
	display: flex;
	padding-top: 90px;
	border-top: 1px solid #ccc;
	position: relative;
}

.icones::before{
	content: url(images/barra-azul.png);
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -2px;
}

.icones .uni{
	text-align: center;
	flex-grow: 1;
	flex-basis: min-content;
}

.icones figure{
	margin-bottom: 20px;
}

.icones p{
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #404040;
}

.lightbox{
	width: 100%;
	height:100%;
	position:fixed;
	z-index:99999;
	background:rgba(0,0,0,0.7);
	display:none;
	top: 0;
	left: 0;
}

.lightbox figure{
	max-width: 800px;
	max-height: 800px;
	margin: auto;
	background-color: #fff;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}

#abrir{
	cursor: pointer;
}

.fechar{
	width: 20px;
	height: 20px;
	position: fixed;
	top: 50px;
	right: 50px;
	background: url(images/menu-close.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}


/* single produtos */

.especificacoes {
	text-align: center;
	margin: 75px 0;
}

.galeria{
	margin-bottom: 80px;
}

.galeria div{
	margin-top: 80px;
}




/* página blog */

.page-blog .row{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.page-blog .column-3{
	margin-bottom: 30px;
}

.page-blog .column-3:nth-of-type(4n+1){
	margin-left: 0;
}

.elm-button{
	border: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 15px;
	cursor: pointer;
}

.page-blog h5,
.page-blog figure{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.page-blog h6{
	margin: 10px 0;
}

.page-blog .uni a:hover > h5{
	color: #404040;
}

.page-blog .uni a:hover> figure{
	opacity: 0.8;
}

/* single blog */

article .post{
	margin-top: 80px;
}



/* página contato */

.page-contato .row{
	margin-top: 100px;
}

.page-contato .column-6:first-child{
	padding-right: 30px;
}

.page-contato .column-6:last-child{
	padding-left: 30px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 75%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	margin-top: 20px; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 999;
}



/* content */


.content {
	margin:0 0 20px 0;
	width: 100%;
	float:left;
	}
	
.post {
	margin:0;
	padding:0 0 40px 0;
	line-height:20px;
	}		

.post ul {margin:20px;}
.post li {list-style-type:square;}

.entry p{margin:12px 0;}
.entry img{height:auto;}

	img.alignright {float:right; margin:0 0 1em 1em}
	img.alignleft {float:left; margin:0 1em 1em 0}
	img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	.alignright {float:right; }
	.alignleft {float:left; }
	.aligncenter {display: block; margin-left: auto; margin-right: auto}

.postmetadata{
	clear: both;
	border-top:1px dotted #ccc;
	padding:6px 0;
	margin: 20px 0;
	}
	

.navigation {
	font-size:12px;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:15px 0;}
.alignright a{float:right; margin:15px 0;}



/* Primary Sidebars */

.primary-sidebar{
	margin:0;
	padding: 0;
	font-size:12px;
	overflow:hidden;
	float: right;
	width:100%;
	}
	
.primary-sidebar h2{
	font-family:'Open Sans';
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	color: #000;	
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom:1px solid #ddd;
}

.primary-sidebar p {margin:0; padding:14px 5px 14px 0;}
.primary-sidebar img {padding: 0; margin: 0;}

.primary-sidebar ul {margin:0;padding:0;}	
.primary-sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
	}

.primary-sidebar ul ul {margin:14px 0 !important;padding: 0;}
.primary-sidebar ul ul li {list-style-type: none;}
.primary-sidebar ul ul ul{margin:0;padding: 0;}

.primary-sidebar ul ul ul li{
	padding: 0;
	margin:0 0 0 14px !important;
	list-style-type: square;
	list-style-position:inside;
	color: #898989;
}





/* Secondary Sidebar */

.sidebar {
	margin:10px 0 0 0;
	padding:0;
	font-size:12px;
	overflow:hidden;
	float:left;
	width:24%;
	}
	

.sidebar h2{
	font-family:'Open Sans';
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	color: #000;	
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}

.sidebar p {margin:0; padding:14px 5px 14px 0;}
.sidebar img {padding: 0; margin: 0;}
.sidebar ul {margin:0;padding:0;}
	
.sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
}

.sidebar ul ul {margin:14px 0 !important;padding: 0;}
.sidebar ul ul li {list-style-type: none;}
.sidebar ul ul ul{margin:0;padding: 0;}
.sidebar ul ul ul li{
	padding: 0;
	margin:0 0 0 20px !important;
	list-style-type: square;
	list-style-position:inside;
	color: #898989;
}



/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {float: right;}
.alignleft {float: left}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* WP Page Navi Styles */

.wp-pagenavi{
	font-size:11px !important;
	text-transform:uppercase;
	padding:12px 0;
	margin:12px 0;
	border-top:1px solid #ddd;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	font-weight:300 !important;
	background-color: #dddddd !important;
}

/* contact form 7 */

.formulario{
	margin-top: 70px;
}

.wpcf7{margin:0 !important;}

.wpcf7 input{
	width: 100%;
	height: 40px;
	border: none;
	border-bottom:1px solid #fff;
	background: none;
	padding:6px 8px;
	margin-bottom: 16px;
	border-radius: 0;
	font-size:14px;	
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}

.wpcf7 textarea{
	width: 100%;
	height: 92px;
	background: none;	
	padding:6px 8px;
	border: none;
	border-bottom:1px solid #fff;
	margin-bottom: 16px;
	border-radius: 0;
	font-size:14px;	
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}

.wpcf7 input:hover,
.wpcf7 input:active,
.wpcf7 input:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:active,
.wpcf7 textarea:focus{
	background: rgba(255,255,255,0.1);
}



.wpcf7 input[type=submit]{
	width: 325px;
	height: 45px;
	background: #32c5f4;
	margin:50px 0 0;
	text-align: center;
	padding: 12px 0;
	color: #2b223d;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 40px;
	float: none;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
	-webkit-appearance: none;
}

.wpcf7 input[type=submit]:hover{background: #ccc; color: #FFF;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff; } 
::-moz-placeholder { /* Firefox 19+ */ color: #fff; } 
:-ms-input-placeholder { /* IE 10+ */ color: #fff; } 
:-moz-placeholder { /* Firefox 18- */ color: #fff; }


.page-contato .wpcf7 input,
.page-contato .wpcf7 textarea{
	color: #404040;
	border-bottom: 1px solid #404040;
	margin-top: 30px;
}

.page-contato .wpcf7 input[type=submit]{
	border: none;
}

.page-contato .wpcf7 input[type=submit]:hover{background: #2b223d; color: #FFF;}

.page-contato .wpcf7 select{
	height: 40px;
	border: none;
	border-bottom: 1px solid #404040;
	width: 100%;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	background: url(images/icon-select.png) no-repeat;
	background-position:center right;
	cursor: pointer;
}

.page-contato ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #404040; } 
.page-contato ::-moz-placeholder { /* Firefox 19+ */ color: #404040; } 
.page-contato :-ms-input-placeholder { /* IE 10+ */ color: #404040; } 
.page-contato :-moz-placeholder { /* Firefox 18- */ color: #404040; }
/* Contact form 7 message boxes */



span .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
	color:#f00!important;
	background:rgba(0,0,0,0.1);
}

	span .wpcf7-not-valid:focus{
		background:#FFF;
		color:#000;
	}

span.wpcf7-not-valid-tip {display: none!important;}	
div.wpcf7-response-output {margin: 0;}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px solid #f7e700;
	display:none!important;
}


div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}



div.wpcf7-mail-sent-ok {border: none!important;font-size:14px; color:#398f14;}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {border: 2px solid #ff0000;}

div.wpcf7-spam-blocked {border: 2px solid #ffa500;}

.wpcf7-form-control-wrap {position: relative;}


.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}


span.wpcf7-list-item {display: inline-block;margin: 0 0 0 1em;}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {content: " ";}

.wpcf7-display-none {display: none;}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {visibility: visible;}
div.wpcf7 div.ajax-error {display: none;}
div.wpcf7 .placeheld {color: #888;}
div.wpcf7 .wpcf7-recaptcha iframe {margin-bottom: 0;}
div.wpcf7 input[type="file"] {cursor: pointer;}
div.wpcf7 input[type="file"]:disabled {cursor: default;}




/* search */


#searchform{
	padding:0 0 20px;
	margin:0;
}

	#searchform .wrap{
		width:100%;
		position:relative;
	}

#searchform label{
	display:block;
	color:#000;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin:32px 0 0 0;
	text-transform:uppercase;
}

#searchform input#s{
	margin:14px 0 0 0;
	height:40px;
	border:1px solid #ddd;
	padding:2px 56px 0 12px;
	width:100%;
	color:#000;
	border-radius: 0;
	}
	
#searchform input#s:focus{
	color:#333;
	}
	
#searchsubmit{
	border:none;
	width:46px;
	height:40px; 
	background:url(images/00icon_search.png) center center no-repeat #ddd;
	cursor:pointer;
	position:absolute;
	right:0;
	top:15px;
	margin:0;
	-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;		
}

	#searchsubmit:hover{background:url(images/00icon_search.png) center center no-repeat #666;}
	
	




/****** media queries ******/

@media screen and (max-width: 1366px){
.container{
	max-width: 1170px;
}

.lightbox figure{
	max-width: 600px;
}
}



@media screen and (max-width: 1024px){

.icones{
	flex-wrap: wrap;
}

.icones .uni{
	width: 25%;
	flex-basis: auto;
	margin-bottom: 30px;
}

.fechar{
	top: 120px;
	right: 52px;
}
}

@media screen and (max-width: 800px){

.logo{
	width: 25%;
}

.header-dir{
	width: 75%;
}
}



@media screen and (max-width: 768px) {

h4{
	font-size:16px;
}

header{
	margin-bottom: 40px;
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12,
.column-101,
.column-102,
.column-103,
.column-104,
.column-105,
.column-106,
.column-107,
.column-108,
.column-109,
.column-110{
width: auto;
margin: 0.5em 0;
float: none;
}

.servicos .column-6{
	width: 49.2%;
	margin-left: 1.6%;
}

.servicos .column-6:first-child{
	margin-left: 0;
}

.produto .column-3{
	width: 32.2666666667%;
	margin-left: 1.6%;
}

.produto .column-3:nth-of-type(4n+1){
	margin-left: 1.6%;
}

.produto .column-3:nth-of-type(3n+1){
	margin-left: 0;
}

.cases .column-3,
.page-blog .column-3{
	width: 49.2%;
	margin-left: 1.6%;
	margin-bottom: 30px;
}

.cases .column-3:nth-of-type(2n+1),
.page-blog .column-3:nth-of-type(2n+1){
	margin-left: 0;
}

.page-blog .uni{
	max-width: 285px;
	margin: auto;
}

.page{
	padding: 75px 0;
}

.page-sobre aside{
	display: none;
}

.nossos-servicos .column-4{
	width: 50%;
}

.page-consultoria{
	padding-bottom: 0;
}

.formulario{
	margin-top: 75px;
}

.page-contato .column-6:first-child{
	padding-right: 0;
}

.page-contato .column-6:last-child{
	margin-top: 50px;
	padding-left: 0;
}

.post .column-6:first-child{
	display: flex;
	flex-direction: column-reverse;
}

.post .column-2 figure{
	max-width: 80px;
	margin: auto;
}

footer figure.column-3{
	text-align: center;
	margin-bottom: 30px;
}

footer div.column-3{
	width: 32.2666666667%;
	margin-left: 1.6%;
	float: left;
}

footer div.column-3:nth-of-type(1){
	margin-left: 0;
}

footer .direitos p{
	text-align: center;
}

footer .redes{
	float: none;
	margin: 20px auto 0;
}
}



@media screen and (max-width: 660px){

.post h1, .post h1 a{
	font-size: 38px;
}

.post .column-6:last-child{
	margin-top: 50px;
}

.led,
.eletro,
.energia{
	float: none;
}

.energia{
	border-width: 0 1px 1px 1px;
	border-style:solid; 
	border-color: #32c5f4;
}

.sites{
	max-width: 180px;
}

.logo{
	width: 220px;
}

.header-dir{
	width: -moz-calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
}

.box{
	width: auto;
	height: auto;
	left: 10px;
	right: 10px;
	padding-right: 50px;
}

.box h2{
	font-size: 40px;
}
}



@media screen and (max-width: 600px){

.icones{
	flex-wrap: wrap;
}

.icones .uni{
	width: 33%;
	flex-basis: auto;
	margin-bottom: 30px;
}

}




@media screen and (max-width : 500px) {

h1{
	font-size: 32px;
	padding-bottom: 20px;
}

h2{
	font-size: 20px;
}

.sites{
	display: none;
}

.servicos{
	padding: 50px 0;
}

.servicos .row{
	display: block;
}	

.servicos .column-6{
	width: 100%;
	margin: 0;
}

.servicos .column-6:last-child{
	display: block;
}

.servicos figure{
	height: 120px;
	margin-bottom: 5px;
	overflow: hidden;
}

.servicos figure img{
	max-height: none;
}

.produtos{
	padding: 0 0 50px;
}

.produto .column-3{
	width: 49.2%;
	margin-left: 1.6%;
}

.produto .column-3:nth-of-type(3n+1){
	margin-left: 1.6%;
}

.produto .column-3:nth-of-type(2n+1){
	margin-left: 0;
}

.consultoria{
	padding: 0 0 50px;
}

.cases{
	padding: 50px 0;
}

.cases .row{
	display: block;
}

.cases .column-3{
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
}

.row.segmento{
	padding: 0 50px;
}

.direitos{
	padding-top: 30px;
}

.icones{
	display: block;
}

.page-blog .row{
	display: block;
}

.page-blog .column-3{
	width: 100%;
	float: none;
}

.page-solucoes .destaque{
	height: auto;
	padding: 50px 0;
}

.box{
	position: relative;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	left: auto;
	right: auto;
	padding: 30px;
}

.box h2{
	font-size: 32px;
	line-height: normal;
}

.box h3{
	font-size: 20px;
}

.box .bt1{
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

footer div.column-3{
	width: 100%;
	float: none;
	margin: 0 0 30px;
	text-align: center; 
}
.rs-background-video-layer iframe {
visibility:inherit !important;
}
}