/***
	Sensorial (c) 2015
	@Isolporta
**/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, sub, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend
{margin: 0; padding:0 ;border:0; outline:0; font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
h1,h2,h3,h3,h4,h5,h6{font-weight:normal;font-family:'Open Sans', Arial, sans-serif;font-weight:300}
a:hover{color:#000; text-decoration:none;}
input{border:none;background:none;padding:0;outline:0;border:0px;margin:0;resize: none;}
img{border:0px;}
ul,ol{list-style:none} 
a{text-decoration:none;color:#a4a4a4}
a:hover{color:#1090CF}
a:focus, input:focus, button:focus, textarea:focus, select:focus{outline:0px;text-decoration:none}
::selection{background: #b3d4fc;text-shadow: none;}
::-moz-selection{background: #b3d4fc;text-shadow: none;}
::-o-selection {background: #b3d4fc;text-shadow: none;}
::-ms-selection {background: #b3d4fc;text-shadow: none;}
::-webkit-input-placeholder{color:#9aa7af;}
::-moz-placeholder{ color:#9aa7af; opacity:1;}
:-ms-input-placeholder {color:#9aa7af;}
hr {  border: 0;  border-top: 1px solid #eee;}
.clearfix:before,.clearfix:after{content: "";   display: table;clear: both;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;	box-sizing: border-box;	
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background:none}
img{-ms-interpolation-mode: bicubic; }



html,body{width:100%;    height: 100%;}	
body {
	font:14px Arial, Helvetica, sans-serif;margin:auto auto;
	color: #a4a4a4;text-align:left;overflow-x:hidden;position:relative;
	background:#fff;-webkit-font-smoothing: antialiased;
}

html,body{width:100%;    height: 100%;}	


.cartao_net {
	
	/*
		display:block;width:100%;text-align:center;height:100%;
		text-align:center;
		padding:40px;background:rgba(255,255,255,0.8);
		position:relative;top:50vh;margin-top:-25vh
		
		background-repeat:no-repeat;
		background-position: center 0px ;
	*/
	position:fixed;left:0;top:0;right:0;bottom:0;
}
.cartao_net{
	display:block;width:100%;height:100vh;text-align:center;
}
/*
.cartao_net:before{
	content:'';height:100%;display:inline-block;vertical-align:middle;
}
*/
.cartao_net .cn img{
	max-height:100%;max-width:100%;vertical-align:middle;
	display:inline-block;
}
.cartao_net .cn{
	display:block;width:100%;height:100%;
	background-size:100%;background-repeat:no-repeat;
	background-position:center center;
	text-align:right
}
.cartao_net .pdf{
	position:absolute;    width: 260px;
    height: 100px;  bottom: 16%;    left: 19%;
}
.cartao_net .mail{
	position:absolute;    width: 260px;
    height: 100px;      bottom: 8%;   right: 15%;
}

#slide1{
	position:fixed;left:0;top:0;bottom:0;right:0;
	width:100%;height:100%;z-index:-1; 
	background-position:center center;background-size:cover;
	background-repeat:no-repeat;
}
#slide1 div{
	opacity:0;z-index:2;position:fixed;left:0;top:0;right:0;bottom:0;
	width:100%;height:100%;background-position:center center;background-size:cover;	background-repeat:no-repeat;
}
#slide1 div.img1{background-image:url(/templates/layout_images/initial/img1.jpg);}
#slide1 div.img2{background-image:url(/templates/layout_images/initial/img2.jpg);}
#slide1 div.img3{background-image:url(/templates/layout_images/initial/img3.jpg);}
#slide1 div.img4{background-image:url(/templates/layout_images/initial/img4.jpg);}
#slide1 div.img5{background-image:url(/templates/layout_images/initial/img5.jpg);}
#slide1 div.img6{background-image:url(/templates/layout_images/initial/img6.jpg);}
#slide1 div.img7{background-image:url(/templates/layout_images/initial/img7.jpg);}

img,*:after,*:before{
	-webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
 
@media only screen and (max-width: 820px)
{
	.cartao_net .cn {   background-position: center center; }
	
}

 