@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}





@charset "utf-8";





@font-face {
	font-family: "Century Gothic";
	src: url("https://novaistecnologia.com.br/fonts/GOTHIC.TTF");
}





body{
	padding:0px;
	margin:0px;
}





input[type=submit],[type=button]{
	font-family:"Century Gothic";
	font-size:16px;
	color:#CCC;
	border:solid 1px #666;
	padding:10px 30px;
	cursor:pointer;
	background-image: linear-gradient(to bottom, #666, #333 130%);
	border-radius:3px;
	transition: all 0.3s ease;
}





input[type=submit]:hover,[type=button]:hover{
	color:#FFF;
	background-image: linear-gradient(to bottom, #333, #666 130%);
}





input[type=text],[type=password]{
	font-family:"Century Gothic";
	font-size:16px;
	color:#333;
	background:#EEE;
	border:solid 1px #666;
	padding:10px 20px;
	border-radius:3px;
}





select{
	font-family:"Century Gothic";
	font-size:16px;
	color:#333;
	background:#EEE;
	border:solid 1px #666;
	padding:10px 20px;
	border-radius:3px;
}





textarea{
	font-family:"Century Gothic";
	font-size:16px;
	color:#333;
	background:#EEE;
	border:solid 1px #666;
	padding:10px 20px;
	border-radius:3px;
}





label{
	font-family:"Century Gothic";
	font-size:16px;
	color:#333;
}





#logopgindex{
	position:absolute;
	left:20px;
	top:10px;
	opacity:0.2;
	transition: all 0.7s ease;
}





#logopgindex:hover{
	opacity:1;
}





.destaqueindex{
	display:table;
	width:100%;
	table-layout:fixed;
	background:#CCC;
}





.divboxfraseindex{
	font-family:"Century Gothic";
	font-size:16px;
	font-style:italic;
	line-height:200%;
	color:#333;
	background:#FFF;
	width:850px;
	text-align:center;
	position:relative;
	left:50%;
	margin-left:-455px;
	border:solid 2px #999;
	border-radius:10px;
	padding:10px 30px;
}





.divcolunamenurodape{
	display:table-cell;
}





.divdadosempresarodape{
	font-family:"Century Gothic";
	font-size:14px;
	color:666;
	text-align:center;
	width:100%;
	margin-top:30px;
}





.divfraseindex{
	background:#CCC;
	padding:60px 0px;
}





.divimgservicos{
	display:table-cell;
	width:300px;
	left:calc(50%-470px);
	height:300px;
	text-align:center;
	vertical-align:middle;
}





.divinputform{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	padding:10px 0px;
}





.divitemdestaqueindex{
	display:table-cell;
	padding:50px 20px;
	font-family:"Century Gothic";
	font-size:22px;
	text-align:center;
	color:#333;
	width:300px;
	cursor:default;
	transition: all 0.4s ease;
}





.divitemdestaqueindex:hover{
	color:#0F3;
	background:#222;
}





.divitemmenurodape{
	text-align:left;
	padding:5px 0px 5px 2px;
	border-left:solid 2px #666;
	color:#666;
	font-family:"Century Gothic";
	font-size:16px;
	display:table;
	transition: all 0.4s ease;
}





.divitemmenurodape:hover{
	color:#FFF;
	border-left:solid 2px #FFF;
}





.divitemmenurodapevazio{
	padding:5px 0px 5px 2px;
	font-family:"Century Gothic";
	font-size:16px;
	display:table;
}






.divitemmenutopo:hover{
	color:#0F3;
	background:#333;
}





.divlabelform{
	font-family:"Century Gothic";
	font-size:16px;
	color:#333;
	display:table-cell;
	padding:0px 10px;
	text-align:right;
	vertical-align:middle;
}





.divlinhaform{
	display:table;
	table-layout:fixed;
	width:100%;
}





.divmenurodape{
	display:table;
	table-layout:fixed;
	width:100%;
	margin-top:30px;
}





.divparceiros{
	display:table;
	width:100%;
	background:#FFF;
	height:200px;
	text-align:center;
	padding:30px 0px 30px 0px;
	font-family:"Century Gothic";
	font-size:32px;
}





.divmenutopo{
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	background:#000;
	margin:0px;
	padding:0px;
	display:flex;
	justify-content: center;
}





.divitemmenutopo{
	text-align:center;
	font-family:"Century Gothic", Cursive;
	color:#FFF;
	cursor:pointer;
	transition: all 0.5s ease;
	height:100px;
	margin:0px;
	display:flex;
	align-items: center;
	justify-content: center;
}





.divslidersindex{
	margin-left:-150px;
	vertical-align:middle;
	width:100%;
	text-align:left;
	padding:20px;
}





.divtitulonovaisslider{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	color:#333;
	font-family:"Century Gothic";
	width:50%;
	margin-right:200px;
	padding:20px 150px 20px 20px;
}





.divtxtservicos{
	display:table-cell;
	width:600px;
	font-family:"Century Gothic";
	font-size:16px;
	color:#333;
	vertical-align:middle;
}





.imgitemparceiro{
	padding:30px;
	border-radius:10px;
}





.imgitemparceiro:hover{
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}





.imgitemservicos{
	border:solid 2px #333;
	border-radius:100%;
	width:270px;
	height:270px
}





.infonumfunc{
	font-family: "Century Gothic";
	font-size:12px;
	color:#333;
	padding:5px 0px 5px 10px;
}





.rodape{
	background:#000;
	color:#333;
	font-family:"Century Gothic";
	text-align:center;
	width:100%;
	padding:30px 0px 10px 0px;
}





.sliderindex{
	font-family:"Century Gothic";
	color:#FFF;
	color:#000;
	text-align:center;
	display:table;
	height:300px;
	width:100%;
}





.tituloitemservicodir{
	font-size:24px;
	margin-left:-20px;
	padding:10px 150px 10px 20px;
	background:#CCC;
	color:#333;
	width:600px;
}





.tituloitemservicoesq{
	font-size:24px;
	margin-left:-150px;
	padding:10px 20px 10px 170px;
	background:#CCC;
	color:#333;
}





.titulopgsimples{
	margin:20px 0px;
	position:relative;
	left:calc(50% - 470px);
	width:900px;
	font-family:"Century Gothic";
	font-size:24px;
	color:#333;
	padding:20px;
	background:#CCC;
}