@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header {
	width: 100%;
	height: 70px
}

#Headerbg {
	position: absolute;
	background-color: #121916;
	height: 75px;
	width: 100%;
	display: block
}

#HBrand {
	top: 21px;
	left: 101px;
	position: absolute
}

.hbuttons {
	color: white
}

#Home {
	position: absolute;
	top: 25px;
	right:475px
}

#Servicos {
	position: absolute;
	top: 25px;
	right: 350px
}

#Contato {
	position: absolute;
	top: 25px;
	right: 225px
}

#bodyserv {
	position: relative;
	height: 1000px;
	background-color: #CBBBA0;
	width: 100%;
}

#imageservbox {
	top: 0px;
	position: absolute;
	width: 35%;
	background-color: #1B2622;
	height: 1000px;
	right: 0px;
}

#Servt {
	font-size: 20pt;
	position: absolute;
	top: 70px;
	left: 100px;
}

#atv1 {
	left: 100px;
	position: absolute;
	top: 140px;
	font-size: 14pt;
	font-weight: bold;
}

.topicos {
	top: 220px;
	left: 150px;
	height: 40px;
	position: relative;
	width: 45%;
}

#topico1 {
	top: 180px;
	position: absolute;
	left: 125px;
	font-size: 12pt;
	font-weight: bold;
}

#topico2 {
	top: 480px;
	position: absolute;
	left: 125px;
	font-weight: bold;
}

.topicos2 {
	top: 280px;
	position: relative;
	height: 40px;
	width: 45%;
	left: 150px;
}

#atv2 {
	left: 100px;
	position: absolute;
	top: 700px;
	font-size: 14pt;
	width: 500px;
	font-weight: bold;
}

#oper {
	width: 45%;
	top: 750px;
	left: 150px;
	position: absolute
}

#atv1icon {
	position: absolute;
	transform: rotate(45);
	top: 137px;
	left: 60px;
}

#atv2icon {
	position: absolute;
	transform: rotate(45);
	top: 697px;
	left: 60px;
}

#topicossidebar {
	position: absolute;
	top: 180px;
	left: 100px;
}

.button {
	position: absolute;
	border: none;
	background-color: transparent;
	font-size: 15pt;
	cursor: pointer;
	top: 880px;
	left: 600px;
	width: 300px;
}

#btnimg {
	position: absolute;
}

#conteudo {
	position: absolute;
	top: 2px;
	left: 60px;
}

#Footerbg {
	background-color: #121916;
	width: 100%;
	height: 272px;
	position: absolute;
	top: 1050px;
}

#verticalbrdft {
	top: 40px;
	left: 300px;
	position: absolute
}

#fttxt {
	top: 120px;
	left: 200px;
	position: absolute;
	width: 300px;
	color: white;
	text-align: justify;
}

#ct1ft {
	position: absolute;
	top: 40px;
	left: 650px;
	color: white;
}

#ct2ft {
	position: absolute;
	top: 90px;
	left: 650px;
	color: white;
}

#ct3ft {
	position: absolute;
	top: 140px;
	left: 650px;
	color: white;
}

#ct4ft {
	position: absolute;
	top: 190px;
	left: 650px;
	color: white;
	width: 300px;
}

#Homeft {
	position: absolute;
	top: 40px;
	left: 1000px;
}

#Servicosft {
	top: 140px;
	position: absolute;
	left: 1000px
}

#Contatoft {
	position: absolute;
	top: 90px;
	left: 1000px;
}

a {
	color: white;
	text-decoration: none;
}