html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, dd, dt, ul, li, label, article, details, footer, header, menu, nav, input, textarea, button, form {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
* {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
  	height: 100%;
	background-color: #fff;
}
body {
	overflow-x: hidden;
	position:relative;
	/*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}
a:hover, a:active, a:focus, button, input[type="email"], input[type="text"], input[type="submit"], input[type="reset"], textarea, area {
	outline: 0;
	-webkit-appearance: none; 
	border-radius:0;
	text-decoration: none;
	
}

a, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"], .animationcss, *:before, *:after, span, input, textarea, button, label, strong {
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.noTrans, .animationcss a, .animationcss p, .animationcss span{
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity:1; color:#32808a;font-weight: 400;}
input::-moz-placeholder, textarea::-moz-placeholder { opacity:1; color:#32808a;font-weight: 400;} /* firefox 19+ */
input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity:1; color:#32808a;font-weight: 400;} /* ie */
input:-moz-placeholder, textarea:-moz-placeholder { opacity:1; color:#32808a;font-weight: 400;}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; color:transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; color:transparent;} /* firefox 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { opacity:0; color:transparent;} /* ie */
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {opacity:0; color:transparent;}

ul, li{
	list-style:none;
}
a {
	outline: 0 !important;
	text-decoration: none;
}
img {
	display: block;
}
textarea {
	resize: none;
}

.scrolloff {
	pointer-events: none;
}
.overHidden{
	overflow:hidden;
}
.videoWrapper{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.mapa iframe{
	width:100% !important;
	height:400px !important;
	display:block;
}

/*SHARES*/
.share-button{
	display:inline-block;
	vertical-align:middle;
	padding:0 3px;
	cursor:pointer;
	
	-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;
}
.share-button:before{
	font-size:23px;
	color:#9e9e9e;
}

/* ANIMAÇÕES AO APARECER */
.element_from_top {
	top: -50px;
	opacity: 0;
}
.element_from_bottom {
	bottom: -50px;
	opacity: 0;
}
.element_from_left {
	left: -80px;
	opacity: 0;
}
.element_from_right {
	right: -80px;
	opacity: 0;
}
.element_fade_in {
	opacity: 0;
	right: 0px;
}

@media only screen and (max-width: 800px) {
	.element_from_left {
		left: 0px;
	}
	.element_from_right {
		right: 0px;
	}
	.element_from_bottom{
		bottom:0;
	}
	.element_from_top{
		top:0;
	}
}

/* Parallax Styles */
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
	.parallax {
	  background-position: center;
	  background-attachment: inherit;
	}
}

/*LOADER*/
.mask {
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000000;
	display: table;
	text-align: center;
}
#loader {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}


/*ESTILOS GERAIS*/
.mainDiv {
	width: 100%;
  	height: 100%;
	display: table;
	z-index: 10;
	table-layout:fixed;
}
.row1 {
	width: 100%;
  	/*height: 100%;*/
	display: table-row;
	vertical-align: top;
}
.row2 {
	width: 100%;
  	height: 100%;
	display: table-row;
	vertical-align: bottom;
}
.div_100 {
	display: table;
	width: 100%;
	table-layout: fixed
}
.container_1280 {
	display: table;
	width: 100%;
	max-width: 1010px;
	padding:0;
	margin: auto;
}
.container_1280.no_padd{
	padding:0px;
}

.container_1280:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.divs_50{
	width: 50%;
  	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.div_table_cell {
	display: table-cell;
  	height: 100%;
	vertical-align: middle;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.divs_50, .div_table_cell{
		height: 1px;
	}
}

img, iframe, table{
	max-width:100%;
}
iframe{
	width:100%;
}

.responsive{
	display:none;
}
.tabela-mostra{
	display:none;
}
.encomendas_50{
	width:50%;
	display:inline-block;
	vertical-align:top;
	padding:10px 0;
}
.slick_home_cont{
	position:relative;
	border-radius: 5px;
	overflow: hidden;
}
.slick_home_cont .slick-slide{
	border-radius: 5px;
	overflow: hidden;
}
@media only screen and (max-width: 1030px) {
	.container_1280 {
		padding:0 10px;
	}
}
@media only screen and (max-width: 1010px) {
	.responsive{
		display:table;
	}
	.no_responsive{
		display:none;
	}
	.fundo{
		background:url(imgs/elem/fundo_resp.jpg) top center no-repeat;
		background-color: #000;
	}
	.fundo_home{
		background:url(imgs/elem/fundo_resp.jpg) top center no-repeat;
		background-color: #000;
	}
	.fundo_quemsomos{
		background:url(imgs/elem/fundo_resp.jpg) top center no-repeat;
		background-color: #000;
	}
	.container_1280.no_padd{
		padding:0 10px;
	}
	.topo_pags{
		/*padding:0 10px;*/
	}
	.topo_pags img{
		border-radius: 5px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 700px) {
	.tabela-esconde{
		display:none;
	}
	.tabela-mostra{
		display:table;
	}
}

@media only screen and (max-width: 350px) {
	.encomendas_50{
		width:100%;
	}
}

/*HEADER*/
.header{
	text-align:right;
	padding:10px 0;
}
.logo{
	float:left;
	display:inline-block;
	vertical-align:top;
}
.header_txt_cont{
	display:inline-block;
	vertical-align:top;
	margin-top: 10px;
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.25) inset;
	border-radius: 5px;
	padding: 2px 0;;
}
.header_txt_cont2{
	display:none;
	vertical-align:top;
}
.header_txt{
	display:inline-block;
	vertical-align:top;

	font-size:12px;
	text-transform:uppercase;
	color: #ffffff;
	line-height:38px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	background:url(imgs/elem/bg_menu_.png) top center no-repeat;
}
.header_txt:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:2px;
	background:url(imgs/elem/split_menu.jpg) repeat;
	
}
.header_txt:last-child:after{
	display:none;
}
.header_txt:hover, .header_txt.sel {
	background:url(imgs/elem/bg_menu.png) top center no-repeat;
	color: #fa8811;
}
@media only screen and (max-width: 900px){
	.header_txt_cont, .header_linguas, .topo_loja_resp{
		display:none;
	}	
	.header_txt_cont2{
		display:inline-block;
	}
	.header_txt_linguas {
		display:none;		
	}
	.linguas_pt a, .linguas_uk a, .linguas_pt_sel a, .linguas_uk_sel a{
		line-height:36px !important;
		background-size: cover !important;
	}
}
@media only screen and (max-width: 700px){
	.logo{
		max-width:230px;
	}
}

/* Menu Button */
.menu-button {
	position: relative;
	z-index: 1000;
	padding: 0;
	width: 50px;
    height: 50px;
	border: none;
	background: transparent;
	display: block;
}
.menu-button span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 1px;
	background-color: #fff;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	outline:none;
	z-index: 1;
	
	transform:translateX(-50%) translateY(-50%);
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
}

.menu-button span:before,
.menu-button span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.menu-button span:before {
	-webkit-transform: translateY(-400%);
	-moz-transform: translateY(-400%);
	-ms-transform: translateY(-400%);
	-o-transform: translateY(-400%);
	transform: translateY(-400%);
}

.menu-button span:after {
	-webkit-transform: translateY(400%);
	-moz-transform: translateY(400%);
	-o-transform: translateY(400%);
	-ms-transform: translateY(400%);
	transform: translateY(400%);
}

.menu-button.open span:before {
	-webkit-transform: translateY(-350%);
	transform: translateY(-350%);
}
.menu-button.open span:after {
	-webkit-transform: translateY(350%);
	transform: translateY(350%);
}

.menu-button.open span {
	visibility:hidden;
}
.menu-button.open span:before
{
	transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	visibility: visible;
}
.menu-button.open span:after
{
	transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
	visibility: visible;
}

/*TEXTOS*/
.textos_menu_2, #txt_menu_fundo_bg, #txt_menu_topo_bg {
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}
.topo_pags{
	margin-top:25px;
	padding-bottom: 5px;
}
.topo_pags table{
	padding:9px 8px;
}
.textos_cont{
	margin-top:29px;
	padding:40px 20px;
	padding-right:40px;
	background:#fff;
	border-radius:5px;
	position: relative;
    text-align: left;
}
.textos_cont.contactos_outer{
	padding:30px 20px;
	padding-right:20px;
	padding-bottom:20px;
}
.divs_textos{
	display:table-cell;
	vertical-align:top;
	/*width:25%;*/
	width:235px;
	position:relative;
}
.divs_textos:last-child{
	/*width:75%;*/
	width:auto;
	padding-left:30px;
}
.divs_textos_outer{
	width:100%;
	height:auto;
	overflow:hidden;
}
.divs_textos_outer img, .divs_textos_outer iframe, .divs_textos_outer table{
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}
.divs_textos_outer img{
	display:initial;
}
.divs_textos .div_share {
	position:absolute;
	top: -25px;
	right:0;
	width:auto;
}
@media only screen and (max-width: 1010px) {
	.textos_cont{
		padding:40px 20px;
		padding-right:20px;
	}
	.textos_cont.contactos_outer{
		padding:40px 20px;
		padding-right:20px;
		padding-bottom:20px;
	}
	.divs_textos:last-child{
		padding-left:15px;
	}
	.topo_pags table{
		padding:0;
	}
}
@media only screen and (max-width: 900px) {
	.divs_textos:first-child{
		display:none;
	}
	.divs_textos:last-child{
		width:100%;
		padding-left:0px;
	}
}

/*LOJAS*/
.divs_lojas{
	display:table-cell;
	vertical-align:top;
	width:330px;
}
.divs_lojas:last-child{
	width:auto;
	padding-left:30px;
}
.lojas_sel{
	display:inline-block;
	height:0;
	overflow:hidden;
}
.lojas_divs{
	padding-bottom:50px;
}
.lojas_divs:last-child{
	padding-bottom:0;
}
.lojas_divs .divs_50 {
	vertical-align:top;	
}
.lojas_divs .divs_50:first-child{
	padding-right:20px;
}
.lojas_img{
	display:table-cell;
	vertical-align:top;
	padding-right:20px;
	width:170px;
}
.lojas_txt{
	display:table-cell;
	vertical-align:top;
}
@media only screen and (max-width: 800px) {
	.divs_lojas:first-child{
		display:none;
	}
	.divs_lojas:last-child{
		width:100%;
		padding-left:0px;
	}
	.lojas_sel{
		height:auto;
		overflow:visible;
	}
}
@media only screen and (max-width: 555px) {
	.lojas_divs .divs_50{
		width:100%;
		display:table;
	}
	.lojas_divs .divs_50:first-child{
		padding-right:20px;
	}
}
@media only screen and (max-width: 400px) {
	.lojas_img{
		width:100%;
		display:table;
	}
	.lojas_txt{
		width:100%;
		display:table;
		padding-top:25px;
	}
}

/*CONTACTOS*/
.contactos_cont .divs_50:first-child{
	width:40%;
	padding-right:20px;
	vertical-align:top;
}
.form_contactos{
	width:100%;
	height:25px;
}
@media only screen and (max-width: 700px) {
	.contactos_cont .divs_50, .contactos_cont .divs_50:first-child{
		width:100%;
		padding-right:0px;
		display:table;
	}
	.contactos_cont .divs_50 {
		margin-bottom:30px;	
	}
	.form_contactos{
		width:100%;
	}
}

/*NOTICIAS*/
.notcias_divs{
	display:inline-block;
	vertical-align:top;
	width:50%;
	margin-bottom:50px;
}
.notcias_img{
	display:table-cell;
	vertical-align:top;
	width:150px;
}
.notcias_txt{
	display:table-cell;
	vertical-align:top;
}
.notcias_img_det{
	display:table-cell;
	vertical-align:top;
	width:290px;
}
.notcias_txt_det{
	display:table-cell;
	vertical-align:top;
}
@media only screen and (max-width: 600px) {
	.notcias_divs{
		width:100%;
		margin-bottom:30px;
	}
	.notcias_img{
		width:130px;
	}
	.notcias_img_det, .notcias_txt_det{
		width:100%;
		display:table;
	}
	.notcias_txt_det{
		margin-top:20px;
	}
}
@media only screen and (max-width: 500px) {
	.notcias_divs{
		width:100%;
		margin-bottom:30px;
	}
	.notcias_img{
		width:100px;
	}
	.notcias_txt{
		padding-left:10px;
	}
}


/*LOJA*/
.filt_configurador_pt {
	background:url(imgs/elem/2power_img_pt.jpg) no-repeat center;
	background-size:cover;	
}
.filt_configurador_pt:hover {
	background:url(imgs/elem/2power_img_pt_.jpg) no-repeat center;
	background-size:cover;	
}
.filt_configurador_es {
	background:url(imgs/elem/2power_img_es.jpg) no-repeat center;
	background-size:cover;	
}
.filt_configurador_es:hover {
	background:url(imgs/elem/2power_img_es_.jpg) no-repeat center;
	background-size:cover;	
}
.filt_configurador_uk {
	background:url(imgs/elem/2power_img_uk.jpg) no-repeat center;
	background-size:cover;	
}
.filt_configurador_uk:hover {
	background:url(imgs/elem/2power_img_uk_.jpg) no-repeat center;
	background-size:cover;	
}
.loja_filtros{
	display:table-cell;
	vertical-align:top;
	width:231px;
}
.loja_cont{
	display:table-cell;
	vertical-align:top;
	padding-left:34px;
}
.loja_divs{
	display:inline-block;
	vertical-align:top;
	width:25%;
	padding:7px 3px;
}
.loja_divs .img_cat{
	/*border-radius: 5px;*/
}
.cat_list{
	border: 1px solid #e3e3e3;
	border-bottom: 0;
	border-radius: 3px 3px 13px 13px;
	display: block;
	overflow: hidden;
}
.nome_cat{
	width: 100%;
	background:#e7e7e7;
	border-radius:50px;
	height:22px;
	position: relative;
}
.nome_cat span{
	display:inline-block;
	vertical-align:middle;
	
	font-family: 'Asap', sans-serif;
	font-weight:400;
	font-size:11px;
	color:#f08412;
	
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	padding-left: 25px;
	padding-top: 3px;
	padding-right: 5px;
	max-width: 100%;
}
.cat_list:hover .nome_cat span{
	color:#384554;
}
.nome_cat:before{
	content:'';
	width: 22px;
	height: 21px;
	display:inline-block;
	vertical-align:middle;
	background:url(imgs/elem/newsletter_bt.png) no-repeat center;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
}

.cat_list:hover .nome_cat:before {
	background:url(imgs/elem/newsletter_bt_.png); 
	background-size:cover;
}
.atalhos_loja_sel{
	display:none;
}
.loja_ver_filtros{
	display:none;
}
.loja_filtros_close{
	position:absolute;
	top:10px;
	right:10px;
	z-index: 2;
	height: 40px;
	width: 40px;
	background: url(imgs/elem/icon-close2.svg) no-repeat center center;
	background-size:cover;
	cursor:pointer;
	display:none;
}
.loja_filtros_close:hover{
	background: url(imgs/elem/icon-close2_.svg) no-repeat center center;
	background-size:cover;
}
.prods_divs{
	display:inline-block;
	vertical-align:top;
	width:33.333%;
	padding:9px;
	position:relative;
	
	border-right:1px solid #d5d5d5;
    border-bottom:1px solid #d5d5d5;
}
.prods_det_cont{
	border:1px solid #d5d5d5;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.prods_det_cont .divs_50{
	vertical-align:top;	
}
.prods_det_cont .divs_50:first-child{
	border-right:1px solid #d5d5d5;
}
.prods_det_cont .img_detalhe.img_largura{
	width:100%;
	height:auto;	
}
.prods_det_cont .img_detalhe.img_altura{
	width:auto;
	max-width:100%;
	height:auto;	
}
.detalhe_cells{
	padding:25px;
}
.detalhe_cells:last-child{
	padding-bottom:40px;
	border-top:1px solid #d5d5d5;
	position:relative;
}
@media only screen and (max-width: 950px){
	.loja_divs{
		width:33.333%;
	}
}
@media only screen and (max-width: 800px){
	.loja_filtros{
		display:block;
		position:absolute;
		top:0;
		left:-265px;
		width:250px;
		height:100%;
		z-index:10;
		background:#fff;
		padding:20px 10px;
		border: 1px solid #e3e3e3;
		border-left: 0;
		overflow-y:auto;
	}
	.loja_filtros.active{
		left:0;
	}
	.loja_filtros_close{
		display:block;
	}
	.loja_cont{
		display:table;
		width:100%;
		padding-left:0px;
	}
	.loja_ver_filtros{
		display:table;
	}
	.loja_divs, .prods_divs{
		width:25%;
	}
}
@media only screen and (max-width: 700px){
	.loja_divs, .prods_divs{
		width:33.333%;
	}
	.nome_cat::before {
		margin-right:5px;
	}
	.atalhos_loja_cont{
		display:none !important;
	}
	.atalhos_loja_sel{
		display:table;
		position: relative;
		z-index: 2;
	}
	.prods_det_cont .divs_50{
		width:100%;
		display:table;
	}
	.prods_det_cont .divs_50:first-child {
		border-right: 0;
	}
	.detalhe_cells{
		padding:25px 10px;
		width:50%;
		display:table-cell;
		vertical-align:top;
		border-top:1px solid #d5d5d5;
	}
	.detalhe_cells:last-child{
		padding-bottom:25px;
		border-left:1px solid #d5d5d5;
	}
}
@media only screen and (max-width: 550px){
	.loja_divs, .prods_divs{
		width:50%;
	}
	.detalhe_cells{
		width:100%;
		display:table;
	}
	.detalhe_cells:last-child{
		border-left:0px;
	}
}
@media only screen and (max-width: 400px){
	.loja_divs, .prods_divs{
		width:100%;
	}
}




/*AREA RESERVADA*/
.area_cont{
	padding:30px 20px;
	padding-bottom:40px;
	background:#fff;
	border-radius:5px;
	position: relative;
}
.divs_area{
	display:table-cell;
	vertical-align:top;
	/*width:25%;*/
	width:235px;
}
.divs_area:last-child{
	/*width:75%;*/
	width:auto;
	padding-left:30px;
}
@media only screen and (max-width: 1010px) {
	.area_cont{
		padding:40px 20px;
		padding-right:20px;
	}
}
@media only screen and (max-width: 900px) {
	.divs_area:first-child{
		display:none;
	}
	.divs_area:last-child{
		width:100%;
		padding-left:0px;
	}
}

/*INPUTS*/
.carrinho_lbl {
    font-family: 'Asap', sans-serif;
	font-size: 12px;
	color: #677381;
	line-height: 16px;
	font-weight: 400;
	text-shadow: none;
	text-transform: none;
	text-decoration: none;
    display: table-cell;
	vertical-align:middle;
    width: 150px;
	padding-top:10px;
}
.carrinho_inp {
    display: table-cell;
	vertical-align:middle;
	padding-top:10px;
}

.carrinho_lbl.no_padd,
.carrinho_inp.no_padd{
	padding-top:0;
}
@media only screen and (max-width: 600px) {
	.carrinho_lbl {
		display: table;
		font-weight: bold;
		width: 100%;
		padding-top:10px;
	}
	.carrinho_inp {
		display: table;
		width:100%;
		padding-top:0px;
	}
	.carrinho_lbl.to_hide{
		display:none;
	}
}

/*OVERLAY*/
.modal_overlay{
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background:rgba(198,198,198, 0.9);
	opacity:0;
	visibility:hidden;
	z-index:-100000;
	overflow-y: auto;
}
.modal_overlay.forn_power {
	background:none;	
}
.modal_overlay.active{
	opacity:1;
	visibility:visible;
	z-index:100000;
}
.modal_wind{
	width:100%;
	max-width:500px;
	margin:40px auto;
	padding:20px;
	border-radius:5px;
	background: #fff;
	position:relative;
}
.modal_wind.forn_power {
	/*max-width:644px;*/
	max-width:none;	
	height:100%;
	margin:0;
	padding:0px;
	background:rgba(7,23,46,0.9);
	border-radius:0px;
}
.modal_wind.forn_power .div_100 {
	height:100%;
}
.modal_wind.forn_power table, .modal_wind.forn_power iframe {
	height:100%;
}
.modal_wind_close{
	position:absolute;
	top:10px;
	right:10px;
	z-index: 2;
	height: 40px;
	width: 40px;
	background: url(imgs/elem/icon-close2.svg) no-repeat center center;
	background-size:cover;
	cursor:pointer;
}
.modal_wind.forn_power .modal_wind_close{
	background: url(imgs/elem/icon-close3.svg) no-repeat center center;	
	background-size:cover;
}
.modal_wind_close:hover, .modal_wind.forn_power .modal_wind_close:hover{
	background: url(imgs/elem/icon-close2_.svg) no-repeat center center;
	background-size:cover;
}

/*FOOTER*/
.ft_blocos_cont{
	padding: 0 5px;
	padding-top:20px;
	padding-bottom:10px;
}
.ft_blocos{
	display:table-cell;
	height: 100%;
	vertical-align:top;
	width:25%;
	padding:0 5px;
	position:relative;
}
.ft_blocos_abs{
	position:absolute;
	top:0;
	left:0;
	height:100%;
}
.ft_show{
	display:none;
}
.ft_footer{
	padding:20px 10px;
}
.ft_direitos, .ft_desenvolvimento, .ft_footer span, .ft_footer img{
	display:inline-block;
	vertical-align:middle;
}
.ft_direitos{
	width:70%;
}
.ft_desenvolvimento{
	text-align:right;
	width:30%;
}
.ft_redes a, a.ft_redes {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	display:block;
}
a.ft_redes {
	display:inline-block;
	width:25px !important;
	height:25px !important;
	margin:0 10px !important;	
}
.ft_redes.fb a, a.ft_redes.fb {
	background-image:url(imgs/elem/facebook.png);
}
.ft_redes.fb a:hover,  a.ft_redes.fb:hover {
	background-image:url(imgs/elem/facebook_.png);
}
.ft_redes.gp a, a.ft_redes.gp {
	background-image:url(imgs/elem/google.png);
}
.ft_redes.gp a:hover,  a.ft_redes.gp:hover {
	background-image:url(imgs/elem/google_.png);
}
.ft_redes.li a, a.ft_redes.li {
	background-image:url(imgs/elem/linkedin.png);
}
.ft_redes.li a:hover,  a.ft_redes.li:hover {
	background-image:url(imgs/elem/linkedin_.png);
}
@media only screen and (max-width: 900px){
	.ft_blocos{
		display:inline-block;
		width:50%;
		padding:5px;
		height: auto;
	}
	.ft_hide{
		display:none;
	}
	.ft_show{
		display:table;
	}
}
@media only screen and (max-width: 600px){
	.ft_direitos{
		width:60%;
	}
	.ft_desenvolvimento{
		width:40%;
	}
}
@media only screen and (max-width: 500px){
	.ft_direitos, .ft_desenvolvimento{
		width:100%;
	}
	.ft_desenvolvimento{
		text-align:left;
	}
	.ft_footer img{
		display:none;
	}
}
@media only screen and (max-width: 340px){
	.ft_blocos{
		width:100%;
	}
}

.textos_select {
	display:inline-block;
	width:auto;
	height:0px;
	overflow:hidden;
}
@media only screen and (max-width: 900px){
	.textos_select {
		display:inline-block;
		width:auto;
		height:auto;
		overflow:visible;
	}
}



/*FORM FIXO*/
#homepage_banner_dir{
	pointer-events: none;
	position:fixed;
	width:auto;
	z-index:1220;
	top:151px;
	right:0px;
	height:auto;
	display: block;
	/*-webkit-transition: transform 0.5s linear;
	transition: transform 0.5s linear;*/
	-webkit-transition: all 800ms cubic-bezier(0.410, 0.005, 0.000, 1.000); 
   	-moz-transition: all 800ms cubic-bezier(0.410, 0.005, 0.000, 1.000); 
    -o-transition: all 800ms cubic-bezier(0.410, 0.005, 0.000, 1.000); 
    transition: all 800ms cubic-bezier(0.410, 0.005, 0.000, 1.000);

	-webkit-transform:translateX(350px);
	-moz-transform:translateX(350px);
	-ms-transform:translateX(350px);
	transform:translateX(350px);
}

@media only screen and (max-width: 1010px) {
	#homepage_banner_dir{
		top:120px;
	}
}
@media only screen and (max-width: 900px) {
	#homepage_banner_dir{
		top:75px;
	}
}
@media only screen and (max-width: 700px) {
	#homepage_banner_dir{
		top:70px;
	}
}
#homepage_banner_dir.open{
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}
#homepage_banner_bg{
	pointer-events: auto;
	cursor:pointer;
	width: 30px;
	height: 158px;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	opacity:1;
	visibility:visible;
}
#homepage_banner_dir.open #homepage_banner_bg{
	opacity:0;
	visibility:hidden;
}
#homepage_banner_bg img {
	width:100%;
	height:auto;
	max-width:45px;	
}
#homepage_banner_bg:hover img {
	opacity:0.7;
}

#homepage_banner_cont{
	pointer-events: none;
	width: 350px;
	height:100%;
	background:#f7a34c;
	display:inline-block;
	vertical-align:top;
	padding:20px;
	/*padding-right:65px;*/
}
#homepage_banner_dir.open #homepage_banner_cont{
	pointer-events: auto;	
}
.homepage_banner_txt{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:20px;
}
.homepage_banner_txt.small{
	font-size: 15px;
	line-height: 17px;
	letter-spacing:0.025em;
	margin-bottom: 5px;
}
.homepage_banner_txt:before{
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	margin-right:10px;
	margin-top:-2px;
}
.homepage_banner_txt2{
	color:#3e3e3e;
	font-weight: 600;
	font-size: 15px;
	line-height: 17px;
	text-align:left;
	display: block;
	
	margin-left: 35px;
}
a.homepage_banner_txt2:hover{
	color:#fff;
}

.homepage_banner_inpt{
	color:#3e3e3e;
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	font-size: 12px;
	height: 30px;
	text-align:left;
	padding-bottom:5px;
	margin-right:5%;
	width:100%;
	margin-bottom: 10px;
	border-bottom:1px solid #3e3e3e;
}
.homepage_banner_text{
	color:#3e3e3e;
	font-family: 'Asap', sans-serif !important;
	font-weight: 600;
	font-size: 12px;
	height: 30px;
	text-align:left;
	padding-bottom:5px;
	margin-top: 5px;
	margin-right:5%;
	width:100%;
	margin-bottom: 20px;
	border-bottom:1px solid #3e3e3e;
}
.homepage_banner_text:focus, .homepage_banner_text.fixed {
	height:80px;
}
.homepage_banner_inpt.has-error{
	border-bottom:1px solid #e10000;
}
.homepage_banner_margin .border-botoes:hover {
	background-color:#3e3e3e;
}

#homepage_banner_dir .cd-close{
	top: 20px;
	right: 20px;
}

.homepage_banner_inpt::-webkit-input-placeholder, .homepage_banner_text::-webkit-input-placeholder { opacity:1; color:#3e3e3e;font-weight: 700;}
.homepage_banner_inpt::-moz-placeholder, .homepage_banner_text::-moz-placeholder { opacity:1; color:#3e3e3e;font-weight: 700;} /* firefox 19+ */
.homepage_banner_inpt:-ms-input-placeholder, .homepage_banner_text:-ms-input-placeholder { opacity:1; color:#3e3e3e;font-weight: 700;} /* ie */
.homepage_banner_inpt:-moz-placeholder, .homepage_banner_text:-moz-placeholder { opacity:1; color:#3e3e3e;font-weight: 700;}

@media only screen and (max-width: 650px) {	
	#homepage_banner_dir{
		-webkit-transform:translateX(300px);
		-moz-transform:translateX(300px);
		-ms-transform:translateX(300px);
		transform:translateX(300px);
	}
	#homepage_banner_cont{
		width: 300px;
		padding:20px;
		padding-right:30px;
	}
	#homepage_banner_dir .cd-close{
		top: 10px;
		right: 10px;
	}
	.homepage_banner_txt{
		font-size: 18px;
		display:block;
	}
	.homepage_banner_inpt{
		margin-right:0%;
		width:100%;
		margin-bottom:15px;
	}
}
@media only screen and (max-width: 500px) {	
	#homepage_banner_dir{
		-webkit-transform:translateX(260px);
		-moz-transform:translateX(260px);
		-ms-transform:translateX(260px);
		transform:translateX(260px);
	}
	#homepage_banner_cont{
		width: 260px;
		padding:20px;
	}
	.homepage_banner_txt {
		font-size: 16px;
	}
	.homepage_banner_txt2 {
		font-size: 14px;
		line-height: 15px;
	}
	#homepage_banner_dir .cd-close{
		top: 5px;
		right: 5px;
		width:20px;
		height:20px;
	}
}

/*CLOSE*/
.cd-close {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	/*background: url("imgs/elem/icon-close.svg") no-repeat center center;*/
	
	cursor:pointer;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; 
}
.cd-close span{
	display:block;
	width:100%;
	position:relative;
	color:#fff;
	height: 100%;
}
.cd-close span:after, .cd-close span:before{
	content:'';
	width:100%;
	height:2px;
	display:block;
	background:currentColor;
	
	position: absolute;
	top: 50%;
	left: 0;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-close span:before{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2); 
}

