/*DOMOTICA*/
.domotica_container{
	margin:115px 0;
}
.domotica_tit{
	color:#a3a3a3;
	font-weight:300;
	font-size:30px;
	line-height:35px;
	text-transform:uppercase;
	padding-bottom:20px;
	text-align:center;
}
.domotica_subtit{
	color:#1C1C1C;
	font-weight:300;
	font-size:60px;
	line-height:65px;
	text-align:center;
	max-width:960px;
	margin:auto;
	padding-bottom:95px;
	position:relative;
}
.domotica_cont{
	max-width:655px;
	margin:auto;
}
.domotica_txt_tit{
	color:#e7421e;
	font-weight:400;
	font-size:16px;
	line-height:16px;	
	letter-spacing:0.05em;
	text-transform:uppercase;
	margin-bottom:15px;
}
.domotica_txt_subtit{
	color:#1C1C1C;
	font-weight:600;
	font-size:20px;
	line-height:20px;	
	text-transform:uppercase;
	margin-bottom:30px;
}
.domotica_txt{
	color:#5d5d5d;
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.domotica_txt strong{
	font-weight:600;
}


.domotica_tit2_cont{
	text-align:center;
	padding:90px 20px;
	margin-top:120px;
	
	
    background: -moz-linear-gradient(90deg, #595958 0%, #838383 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #838383), color-stop(100%, #595958)); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, #595958 0%, #838383 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, #595958 0%, #838383 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, #595958 0%, #838383 100%); /* ie10+ */
    background: linear-gradient(0deg, #595958 0%, #838383 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#595958',GradientType=0 ); /* ie6-9 */
}
.domotica_tit2{
	color:#ffffff;
	font-weight:300;
	font-size:30px;
	line-height:30px;	
	text-transform:uppercase;
}
.domotica_subtit2{
	color:#ffffff;
	font-weight:300;
	font-size:30px;
	line-height:40px;
	max-width:1090px;
	margin:auto;
	margin-top:40px;	
}

.domotica_txt2_cont{
	margin-top:100px;
}

.domotica_video_cont{
	height: auto;
	opacity:1;
	visibility:visible;
	
	position:relative;
	display:block;
	z-index:1;
	margin-top:50px;
	
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.domotica_video_cont2{
	width:100%;
	top:0;
	left:0;
	height: 100%;
	
	opacity: 1;
	visibility: visible;
	
	position:absolute;
	display:block;
	z-index:1;
}
.domotica_video_cont:hover,
.domotica_video_cont2:hover{
	box-shadow: 0px 0px 133px 0px rgba(0, 0, 0, 1) inset;
}
.domotica_video_cont:after,
.domotica_video_cont2:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	background:rgba(0,0,0,0.4);
}
.domotica_video_trigg:before{
	position:absolute;
	top:50%;
	left:50%;
	/* margin-left:-40px;
	margin-top:-40px; */
	font-size: 80px;
	cursor:pointer;
	color:#fff;
}
.domotica_video_trigg:hover:before{
	opacity:0.6;
}
.domotica_video{
	opacity:0;
	visibility:hidden;
	z-index:1;
	
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.domotica_video .video_player{
	width:100%;
	height:100%;
}
.domotica_video.show_video{
	opacity:1;
	visibility:visible;
}

.domotica_vatagens_cont{
	margin-top:100px;
}
.vantagens_cont{
	display:block;
	margin:0 -20px;
}
.domotica_vat_divs{
	display:inline-block;
	vertical-align:top;
	width:20%;
	padding:0 20px;
	margin-top:30px;
}
.domotica_vat_divs_cont{
	position:relative;
	width:100%;
	background-color:#eeefef;
	padding: 61px 0;
}
.domotica_vat_divs_cont:before{
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	z-index:3;
	top: 0;
	left: 0;
	background:rgba(54,54,54,0.35);
}
.domotica_vat_divs_cont:hover:before{
	opacity:0;
	visibility:hidden;
}
.domotica_vat_divs_cont:after{
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	z-index:5;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 60px 60px;
	border-color: transparent transparent #ffffff transparent;
}
.domotica_vat_divs_cont h1{
	position:absolute;
	top:50%;
	left:0%;
	width: 100%;
	
	padding:0 10px;
	color:#ffffff;
	font-weight:600;
	font-size:18px;
	line-height:25px;	
	text-transform:uppercase;
	z-index:6;
	text-align:center;
	
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
.domotica_vat_divs_img{
	width: auto;
	display: table;
	margin: auto;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.vatagens_det_img{
	display:inline-block;
	vertical-align:top;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:237px;
}
.vatagens_det_txt{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 237px);
	padding-left:40px;
}
.vatagens_det_txt h1{
	color:#a3a3a3;
	font-weight:300;
	font-size:30px;
	line-height:30px;	
	text-transform:uppercase;
	padding-bottom:20px;
}
.vantagens_desc{
	color:#5d5d5d;
	font-weight:400;
	font-size:16px;
	line-height:20px;	
}
.vantagens_desc li{
	padding-left:20px;
	margin-bottom:15px;
	
	background:url(../imgs/elem/setas_li.png) no-repeat left top 5px; 
	background-size:auto;
}
.quem_somos_txt li:last-child{
	margin-bottom:0;
}
.vatagens_det_txt h2{
	color:#5d5d5d;
	font-weight:600;
	font-size:20px;
	line-height:20px;	
	text-transform:uppercase;
	padding-bottom:25px;
	padding-top:55px;
}

.domotica_funcionalidades_cont{
	margin-top:100px;
}
.domotica_func_divs{
	display:inline-block;
	vertical-align:top;
	width:16.666%;
	padding:20px;
	position:relative;
	overflow:hidden;
}
.domotica_func_divs::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.domotica_func_divs:hover::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.domotica_func_divs_img{
	background-color:#363636;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.funcionalidades_det_cont{
	margin-top: 20px;
	padding:55px 0;
	background:#dcdcdc;
	width: auto;
	margin: 0 20px;
	position:relative;
	z-index:1;
	opacity:0;
}
.funcionalidades_det_cont.active{
	opacity:1;
}
.funcionalidades_det_cont:before,
.funcionalidades_det_cont:after{
	display: block;
	content:'';
	background:#dcdcdc;
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	bottom:0;
	z-index:1;
}
.funcionalidades_det_cont:after{
	left:auto;
	right:100%;
}
.funcionalidades_det_details{
	display:inline-block;
	vertical-align:top;
	width:35%;
	position: relative;
	z-index: 3;
	padding-right:25px;
}
.funcionalidades_det_img{
	display:inline-block;
	vertical-align:top;
	width:65%;
	position: relative;
	z-index: 3;
}
.funcionalidades_det_details h3{
	color:#1C1C1C;
	font-weight:600;
	font-size:20px;
	line-height:20px;	
	text-transform:uppercase;
	padding-bottom:25px;
	padding-top:20px;
}
.funcionalidades_det_desc{
	color:#5d5d5d;
	font-weight:400;
	font-size:16px;
	line-height:26px;	
}
.funcionalidades_det_desc li{
	padding-left:20px;
	margin-bottom:10px;
	line-height: 20px;
	
	background:url(../imgs/elem/setas_li2.png) no-repeat left top 5px; 
	background-size:auto;
}
.funcionalidades_det_desc li:last-child{
	margin-bottom:0;
}

.func_solucoes_cont{
	margin-top:160px;
	padding-top:90px;
	padding-bottom:120px;
	
	background: -moz-linear-gradient(90deg, #595958 0%, #838383 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #838383), color-stop(100%, #595958)); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, #595958 0%, #838383 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, #595958 0%, #838383 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, #595958 0%, #838383 100%); /* ie10+ */
	background: linear-gradient(0deg, #595958 0%, #838383 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#595958',GradientType=0 ); /* ie6-9 */
}
.func_solucoes_cont .domotica_tit{
	color:#fff;
}
.func_solucoes_content{
	max-width:840px;
	margin:auto;
 	margin-top:30px;
}
.func_solucoes_divs{
	display:inline-block;
	vertical-align:top;
	
	width:50%;
	padding:0 10px;
}
.func_solucoes_tit{
	display:block;
	padding:25px 10px;
	margin-bottom:30px;
	
	color:#ffffff;
	text-transform:uppercase;
	font-size:24px;
	line-height:30px;
	font-weight:600;
	text-align:center;
}
.func_solucoes_txt{
	padding:30px;
}
.func_solucoes_overflow{
	overflow:hidden;
	display:block;
	height: 231px;
}
.func_solucoes_txt h4{
	color:#ffffff;
	font-size:18px;
	line-height:22px;
	font-weight:400;
	padding-left:28px;
	position:relative;
	margin-bottom:11px;
}
.func_solucoes_txt h4:before{
	position:absolute;
	left:0;
	font-size: 13px;
	top: 4px;
}
.func_solucoes_txt h5{
	color:#ffffff;
	font-size:18px;
	line-height:32px;
	font-weight:300;
	padding-left:28px;
	position:relative;
	margin-bottom: 11px;
}
.func_solucoes_btn{
	display: inline-block;
	vertical-align: top;
	padding: 4px 10px;
	border-radius:0px;
	border:1px solid #fff;
	position: relative;
	z-index: 1;
	
	margin-top: 10px;
	margin-left:28px;
	
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
	
	opacity:0;
	visibility:hidden;
}
.func_solucoes_btn.active{
	opacity:1;
	visibility:visible;
}

.func_solucoes_btn::before {
    font-size: 8px;
    position: absolute;
    top: 11px;
    right: 10px;
}
.func_solucoes_btn:hover{
	background:#fff;
	color:#1C1C1C;
}



.func_instalacoes_btn{
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px;
	border-radius:0px;
	border:1px solid #fff;
	position: relative;
	z-index: 1;
	text-align:center;
	
	width:225px;
	
	
	margin-top: 45px;
	margin-left:40px;
	
	
	cursor: pointer;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing:0.025em;
	text-transform: uppercase;
}
.func_instalacoes_btn:first-child{
	margin-left:0;
}

.func_instalacoes_btn::before {
    font-size: 10px;
    position: absolute;
    top: 11px;
    right: 20px;
}
.func_instalacoes_btn:hover{
	background:#fff;
	color:#1C1C1C;
}


.func_portfolio_cont{
	margin-top:130px;
}
.portfolio_cont{
	margin:0 -5px;
	margin-top:70px;
}
.func_portfolio_divs{
	display:inline-block;
	vertical-align:top;
	width:25%;
	position:relative;
	padding:5px;
}
.func_postfolio_img{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.func_portfolio_divs_cont{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	text-align:center;
	padding:25px 10px;
}
.func_portfolio_divs_cont:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(49,49,49,0.4);
	z-index:-1;
}
.func_portfolio_divs_cont:hover:before{
	opacity:0;
}

.func_portfolio_divs_cont h1{
	color:#ffffff;
	font-weight:600;
	font-size:24px;
	line-height:28px;
	margin:25px 0;
	text-transform:uppercase;
	
	max-height: 44px;
	display: block;
	overflow: hidden;
	height: auto;
}
.func_portfolio_divs_icon{
	font-size:40px;
	height:0;
	display:block;
	opacity:0;
	visibility:hidden;
	
	color:#fff;
}
.func_portfolio_divs_cont:hover .func_portfolio_divs_icon{
	height:40px;
	opacity:1;
	visibility:visible;
}

.func_portfolio_divs_cont h1,
.func_portfolio_divs_icon{
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.portfolio_sub_tit{
	color: #5d5d5d;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 35px;
}
.porfolio_topicos_cont{
	display:block;
	width:auto;
	margin:0 -10px;
	margin-top:25px;
}
.porfolio_topicos_divs{
	display:inline-block;
	vertical-align:top;
	width:33.333%;
	padding:15px 10px;
}
.porfolio_topicos_img{
	display:inline-block;
	vertical-align:top;
	width:20%;
}
.porfolio_topicos_txt{
	display:inline-block;
	vertical-align:top;
	width:100%;
	
	color: #5d5d5d;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.porfolio_topicos_img + .porfolio_topicos_txt{
	width:80%;
	padding-left:15px;
}

.faca_voce_lbl{
	display:inline-block;
	vertical-align:top;
	color:#595958;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	cursor:pointer;
}
.faca_voce_lbl:before{
	display: inline-block;
	vertical-align: top;
	font-size:19px;
	color:#5eb235;
	margin-right:10px;
}
.faca_voce_lbl:hover{
	color:#5eb235;
}
.faca_voce_cont{
	display:none;
	padding-left:75px;
	padding-top:20px;
	padding-bottom:90px;
}
.facavoce_divs_cont{
	max-width:415px;
}
.facavoce_divs{
	display: inline-block;
	vertical-align: top;
	width:255px;
}
.facavoce_divs:nth-child(2){
	width:calc(100% - 255px);
}
.domotica_gall_cont{
	position:relative;
	margin-top:115px;
}
.qbus_arrows{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 20px;
	height: 31px;
	width: 19px;
	
	background-image: url(../imgs/domotica/setas.svg);
	background-repeat:no-repeat;
	background-position: -63px 0;
	background-size: cover;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.qbus_arrows.next {
	right: 20px;
	left: auto;
	background-position:0 0;
}
@media only screen and (max-width: 1250px) {
	.domotica_vat_divs{
		width:25%;
	}
	.domotica_func_divs{
		width:20%;
	}
}
@media only screen and (max-width: 1150px) {
	.domotica_tit{
		font-size:25px;
		line-height:30px;
	}
	.domotica_subtit{
		font-size:50px;
		line-height:55px;
	}
	.domotica_func_divs{
		width:25%;
	}
	.func_portfolio_divs_cont h1{
		font-size:20px;
		line-height:24px;
	}
}
@media only screen and (max-width: 950px) {
	.domotica_container {
		margin: 90px 0;
	}
	.domotica_tit{
		font-size:20px;
		line-height:25px;
		padding-bottom:10px;
	}
	.domotica_subtit{
		font-size:45px;
		line-height:50px;
		padding-bottom:35px;
	}
	.domotica_vat_divs{
		width:33.333%;
		padding: 0 10px;
	}
	.domotica_vat_divs_cont h1{
		font-size:15px;
		line-height:20px;
	}
	.domotica_func_divs{
		width:33.333%;
		padding: 10px;
	}
	.funcionalidades_det_cont {
		margin-top: 10px;
	}
	.func_solucoes_tit {
		padding: 15px 10px;
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 25px;
	}
	.func_solucoes_txt h4 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 13px;
	}
	.func_solucoes_txt h5 {
		font-size: 16px;
		line-height: 30px;
	}
	.func_portfolio_divs{
		width:33.333%;
	}
}
@media only screen and (max-width: 900px) {
	.porfolio_topicos_divs{
		width:50%;
	}
}
@media only screen and (max-width: 800px) {
	.funcionalidades_det_details{
		width:100%;
		padding-right:0px;
		padding-bottom:25px;
	}
	.funcionalidades_det_img{
		width:100%;
	}	
	.func_solucoes_divs {
		width: 100%;
		padding: 0px;
	}
	.func_solucoes_divs:first-child{
		padding-bottom:30px;
	}
	.func_solucoes_divs:last-child{
		padding-top:30px;
	}
}
@media only screen and (max-width: 750px) {
	.domotica_container {
		margin: 70px 0;
	}
	.domotica_tit{
		font-size: 24px;
		line-height: 24px;
	}
	.domotica_subtit{
		font-size:35px;
		line-height:40px;
	}
	.domotica_tit2 {
		font-size: 24px;
		line-height: 24px;
	}
	.domotica_subtit2 {
		font-size: 24px;
		line-height: 34px;
		margin-top: 30px;
	}
	.vatagens_det_img{
		margin:auto;
		display:block;
	}
	.vatagens_det_txt{
		width:100%;
		padding-top:40px;
		padding-left:0px;
	}
	.vatagens_det_txt h1{
		font-size:20px;
		line-height:20px;
	}
	.vantagens_desc{
		font-size:13px;	
	}
	
	.vatagens_det_txt h2{
		font-size:15px;
		line-height:15px;	
		padding-bottom:15px;
		padding-top:35px;
	}
	.func_solucoes_tit {
		font-size: 18px;
		line-height: 23px;
	}
	.func_solucoes_txt h4 {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.func_solucoes_txt h5 {
		font-size: 16px;
		line-height: 28px;
	}
	.func_portfolio_divs{
		width:50%;
	}
	.domotica_gall_cont{
		margin-top:70px;
	}
	.qbus_arrows{
		height: 20px;
		width: 12px;
		background-position: -41px 0;
	}
	.domotica_video_trigg::before {
		margin-left: -25px;
		margin-top: -25px;
		font-size: 50px;
	}
}
@media only screen and (max-width: 650px) {
	.domotica_tit2_cont {
		padding: 55px 20px;
		margin-top: 60px;
	}
	.domotica_txt2_cont {
		margin-top: 60px;
	}
	.domotica_vatagens_cont {
		margin-top: 60px;
	}
	.domotica_funcionalidades_cont {
		margin-top: 60px;
	}
	.func_solucoes_cont {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 90px;
	}
	.func_portfolio_cont {
		margin-top: 60px;
	}
	.portfolio_cont {
		margin-top: 40px;
	}
	.domotica_tit2 {
		font-size: 18px;
		line-height: 18px;
	}
	.domotica_subtit2 {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}
	.domotica_vat_divs{
		width:50%;
	}
	.domotica_vat_divs_cont {
		padding: 45px 0;
	}
	.func_instalacoes_btn{
		width:auto;
	}
	.func_instalacoes_btn:before{
		right:10px;
	}
	.faca_voce_cont {
 		padding-left: 20px;
		padding-bottom: 50px;
	}
	.facavoce_divs_cont{
		max-width:100%;
	}
	.facavoce_divs{
		width:100%;
	}
	.facavoce_divs:nth-child(2){
		width:100%;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 550px) {
	.domotica_subtit{
		font-size:25px;
		line-height:30px;
	}
	.domotica_func_divs{
		width:50%;
	}
	.porfolio_topicos_cont{
		margin:0;
		margin-top:35px;
	}
	.porfolio_topicos_divs{
		width:100%;
		padding:15px 0px;
	}
}
@media only screen and (max-width: 450px) {
	.domotica_vat_divs{
		width:100%;
		padding:0;
		margin-top: 2px;
	}
	.domotica_vat_divs:first-child{
		margin-top:20px;
	}
	.domotica_vat_divs_cont::after {
		display:none;
	}
	.domotica_vat_divs_cont {
		padding: 25px 0;
	}
	.domotica_func_divs{
		width:100%;
		padding:1px 0;
	}
	.funcionalidades_det_cont {
		margin-top: 0px;
	}
	.domotica_func_divs:first-child{
		margin-top:20px;
	}
	.portfolio_cont {
		display:block;
		width:auto;
		margin:0 -20px;
		margin-top: 40px;
	}
	.func_portfolio_divs{
		width:100%;
		padding:1px 0px;
	}
	.func_instalacoes_btn{
		display:table;
		margin:auto;
		margin-top: 15px;
		margin-left:auto;
	}
	.func_instalacoes_btn:first-child{
		margin-left:auto;
		margin-top: 45px;
	}
}
