@font-face{
	font-family: "Lato Light";
	src: url("fontes/Lato-Light.ttf");
}

@font-face{
	font-family: "Lato Regular";
	src: url("fontes/Lato-Regular.ttf");
}

@font-face{
	font-family: "Lato Heavy";
	src: url("fontes/Lato-Heavy.ttf");
}

@font-face{
	font-family: "Great Vibes";
	src: url("fontes/great_vibes.otf");
}

@font-face{
	font-family: "Gotham Font";
	src: url("fontes/gotham.otf");
}

@font-face{
	font-family: "Champagne Normal";
	src: url("fontes/champagne_normal.ttf");
}

@font-face{
	font-family: "Champagne Bold";
	src: url("fontes/champagne_bold.ttf");
}

*{
	padding: 0;
	margin: 0;
	outline: none;
}

html, body{
	width: 100%;
	height: 100%;
	background: url('../imagens/noise-bg.png');
}

.Centro{
	height: auto;
	margin: 0 auto;
}

.c-padding{
	padding: 15px 0;
}

.relative-center{
	position: relative;
	z-index: 15;
}

.Clear{
	width: 100%;
	height: 1px;
	clear: both;
	margin: auto;
}

.min-centro{
	min-height: 400px;
}


header{
	width: 100%;
	height: auto;
	top: 0;
	z-index: 20;
	padding-top: 0;
	padding-bottom: 20px;
}

.FaixaTopo{
	width: 100%;
	height: auto;
	padding: 5px 0;
	background: #000;
	color: #fff;
	font-family: "Century Gothic";
	font-size: 12px;
}

.CentroHeader{
	margin-top: 10px;
	padding: 10px;
}

.Logo{
	width: 100%;
	height: auto;
	text-align: center;
}

.Logo img{
	width: 250px;
	height: auto;
}

.Menu{
	width: auto;
	height: auto;
	margin: auto;
	position: relative;
	list-style: none;
	text-align: center;
	padding: 10px 0;
}

.Menu a{
	padding: 20px 10px;
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
	font-family: "Champagne Bold";
	transition: 0.5s;
}

.Menu a:hover{
	transition: 0.5s;	
	background: #fff;
	color: #000;
}

.Sld{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	background: url("../imagens/slider.jpg");
	background-size: 100% auto;
	background-position: center;
}

.FundoEscuro{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
}

.Botao a, .BtnA{
	padding: 15px;
	color: #fff;
	background: rgba(0, 102, 255, 0.5);
	border: 2px solid #0af;
	text-transform: uppercase;
	font-family: "Century Gothic";
	text-decoration: none;
	transition: 0.5s;
}

.Botao a:hover, .BtnA:hover{
	background: transparent;
	transition: 0.5s;
	border: 2px solid #fff;
	padding: 25px;
}

.BlocoHome{
	width: 100%;
	height: auto;
	padding: 40px 0;
	overflow: hidden;
	position: relative;
}

.Bl1{
	background: url("../imagens/background_black.jpg") repeat-y;
	background-size: 100% auto;
	background-position: center;
	border-top: 4px solid #000;
}

.TituloHome{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0;
	font-weight: Normal;
	font-family: "Gotham Font";
	font-size: 36px;
	text-transform: uppercase;
}

.white{
	color: #fff;
}
.black{
	color: #000;
}
.ciano{
	color: #0af;
}

.gray{
	color: #999;
}

.t-justify{
	text-align: justify;
}

.t-right{
	text-align: right;
}

.t-center{
	text-align: center;
}

.Texto{
	font-family: "Century Gothic";
	font-size: 16px;
	line-height: 150%;
}

.Bloco-1-3{
	/*float: left;	**/
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;	
}
.Bloco-1-3 a{
	text-decoration: none;
	color: #888;
}
.ImageServicoBl{
	width: 100%;
	height: 250px;
}

.Bl2{
	background: linear-gradient(to top left, #08c 30%, #0cf 80%, #0af 90%);
	border-top: 4px solid #000;
}

.FundoBranco{
	background: #fff;
}

.BtnVM{
	padding: 20px 10px;
	text-transform: uppercase;
	color: #0af;
	background: #fff;
	border: 2px solid #fff;
	margin: 0 auto;
	cursor: pointer;
	font-weight: bold;
}

/** footer */


footer{
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 40px;
	background: #303030;
	border-top: 30px solid #000;
}

.MenuFooter{
	width: 100%;
	height: auto;
	list-style: none;
	overflow: hidden;
}

.MenuFooter li{
	clear: both;
	height: auto;
	margin-top: 5px;
	padding: 0 ;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}

.MenuFooter .FundoLaranja{
	width: 0px;
	height: 100%;
	background: #f60;
	transition: 0.5s;
	position: absolute;
	z-index: 0;
	left: -10px;
}

.MenuFooter .Titulo{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Lato Heavy";
	width: 100%;
	border-bottom: 2px solid #fff;
	padding: 5px 0;
}

.MenuFooter li a{
	color: #0af;
	text-decoration: none;
	text-transform: Capitalize;
	font-family: "Century Gothic";
	font-size: 15px;
	transition: 0.5s;
	position: relative;
	z-index: 5;
}

.MenuFooter li:hover a, .MenuFooter li a:hover{
	color: #fff;
	transition: 0.5s;
}

.FormFoot{
	width: 98%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.FormFoot h2, .FormFoot h3{
	color: #fff;		
	width: 100%;
	text-align: center;
	font-weight: 100;
}

.FormFoot h2{	
	font-size: 18px;
	font-family: "Lato Heavy";
	text-transform: uppercase;
	padding: 5px 0;
}

.FormFoot h3{	
	font-size: 14px;
	font-family: "Lato Regular";
}

.input{
	padding: 10px 15px;
	border: 1px solid #aef;
	font-family: "Century Gothic";
	transition: 0.5s;
}

.input-foot:hover, .input-foot:active, .input-foot:focus, 
.textarea-foot:hover, .textarea-foot:active, .textarea-foot:focus{
	transition: 0.5s;
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.input-foot{
	width:  42%;
	height: auto;
}

.Linha{
	padding: 10px 0;
	width: 100%;
	height: auto;
}

.textarea-foot{
	width: 92%;
	height: 120px;
	resize: none;
	transition: 0.5s;
}

.Btn{
	background: #0af;
	color: #fff;
	transition: 0.5s;
	border: 2px solid transparent;
	text-transform: uppercase;
	font-family: "Lato Regular";
	padding: 20px 10px;
	cursor: pointer;
}

.Btn:hover{
	background: rgba(0, 0, 0, 0);
	color: #0af;
	border: 2px solid #0af;
	transition: 0.5s;
}

.MenuEnd li{
	text-align: right;
}

.InfoEnd{
	color: #fff;
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 150%;
}

.FaixaBoot{
	width: 100%;
	height: auto;
	background: #000;
	font-family: "Lato Regular";
	color: #888;
	font-size: 12px;
	padding: 15px 0;
}

.FaixaBoot .Designer{
	height: auto;
	color: #fff;
	font-size: 12px;
	text-align: right;
	
	width: 40%;
	float: right;
}

.FaixaBoot .Designer a{
	color: #f60;
	font-size: 12px;	
}

.BlocoTopo{
	width: 100%;
	height: auto;
	background-size: 100% auto !important;
	border-bottom: 2px solid #000;
	box-shadow: #000 0px 2px 5px;
	position: relative;
}

.BlocoTopo h1, .BlocoTopo h2{
	text-align: center;
	width: 100%;
	font-weight: Normal;
	position: relative;
	z-index: 15;
	padding: 20px 0;
}

.BlocoTopo h1{
	font-family: "Gotham Font";
	font-size: 46px;	
	text-transform: uppercase;
}

.BlocoTopo h2{
	font-family: "Century Gothic";
	font-size: 18px;
}

/**** contato -***/

.textareadis{
	height: 180px;
	resize: none;
}


.Conts{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.Form{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.Conts img{
	width: 100px;
	height: auto;
	padding: 10px 0;
}

.Conts h2{
	font-family: "Champagne Bold";
	font-weight: 100;
	color: #000;
	font-size: 24px;
	text-align: center;
}

.Conts p{
	font-family: "Champagne Bold";
	font-weight: 100;
	color: #000;
	font-size: 18px;
	text-align: center;
}

.Map{
	width: 100%;
	height: 220px;
	overflow: hidden;
	border-top: 2px solid #f90;
}

.Map iframe{
	width: 100%;
	height: 220px;
}

.iconwpt{
	width: auto;
	height: 16px;
	vertical-align: bottom;
}

.icowpc{
	width: auto !important;
	height: 22px !important;
	vertical-align: middle;
}

.BlocoCiano{
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #0af;
}

.BlocoBranco{
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #fff;
}

.BlocoServ h3{
	font-family: "Gotham Font";
	text-align: center;
	width: 100%;
	height: auto;
	padding: 10px 0;
	line-height: 100%;
	font-weight: Normal;
	font-size: 38px;
}

.BlocoCiano .Info{
	float: left;
	width: 55%;
	height: auto;
}

.BlocoBranco .Info{
	float: right;
	text-align: right;
	width: 55%;
	height: auto;
}

.BlocoCiano .ImageServ{
	float: right;
	width: 40%;
	height: auto;
	text-align: right;
}

.BlocoBranco .ImageServ{
	float: left;
	width: 40%;
	height: auto;
}

.BlocoServ .ImageServ img{
	width: auto;
	height: auto;
	max-width: 100%;
}


.respfoot{
    font-family: "Lato Regular";
    color: #0af;
    font-size: 12px;
}