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%;
	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;
}
p {
	font: 1.1em "Open Sans" !important;
}
h1 {
	font: 1.3em "Open Sans" !important; 
}
strong {
	font-weight: 700 !important;
}

address a {
    color: #fff;
    font-weight: bolder;
    padding: 5px 10px;
}
address a:hover {
    color: #fff;
    background: #7C4A7C;
    padding: 5px 10px;
    transition: 0.2s linear;
    font-weight: bolder;
    border-radius: 100px;
    text-decoration: none;
}
/*--------------------------------------------*/
.logo img {
	margin-top: 15px;
	width: 65%;
    max-width: 100%;
}
.logo h1 {
	font-size: 0px !important;
}
.menu {
	position: absolute;
	z-index: 50;
	top: -20;
}
.menu ul{
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #FFF;
}
.menu li a{
	color: #333 !important;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.menu-top button {
	width: 50px;
	height: 50px;
	color: #D01414;
	border: 1px solid #D01414;
	border-radius: 4px;
	text-align: center;
	margin-top: -52px;
}

.navbar-nav li a {
	color: #333 !important;
	width: 100%;
}
.navbar-nav li a:hover {
	color: #FFF !important;
	background-color: #D01414 !important;
}
.social {
	display: none;
	margin-top: 27px;
	float: right;
}
.social .redes {
	float: left;
	margin: 8px 10px 0 80px;
}
.social .telefone {
	float: right;
	margin-right: 2px;
}
.slide img {
	width: 100%;
	position: relative;
	margin-top: -40px;
}
.clientes {
	display: none;
}

/* SERVIÇOS */
.servicos {
	background:#F7F7F7 ;
	padding: 10px 0;
}
.servicos h1 {
	background: #D01414;
	color: #FFF;
	padding: 10px;
	text-align: center;
}
.serv1 img {
	width: 100%;
	margin: 10px 0 10px 0;
}

/* EQUIPAMENTOS */
.equipamentos {
	background-color: #D01414;
	padding: 10px 0;
}
.equipamentos h1 {
	background: #FFF;
	color: #D01414;
	padding: 10px;
	text-align: center;
}
.equipamentos .serv1 {
	text-align: center;
}
.equipamentos img {
	width: 100%;
	height: 200px;
	border: 2px solid red;
	border-radius: 10px;
	margin: 20px 0 10px 0;
}
.equipamentos p {
	color: #FFF;
	font-weight: bold !important;
	margin-bottom: 10px;
}

/* DIFERENCIAL */
.diferencial {
	background-color: #FFF;
	padding: 10px 0;
}
.diferencial h1 {
	background: #D01414;
	color: #FFF;
	padding: 10px;
	text-align: center;
}
.diferencial p {
	color: #D01414;
	text-align: center;
	margin: 20px 30px 10px 30px;
}

/* RODAPE */
.rodape-top {
	width: 100%;
}
.rodape-direitos hr {
	width: 60%;
}
.rodape-direitos address {
	color: #FFF;
	text-align: center;
}
.rodape {
	background: #333;
	padding: 20px 0;
}
.rodape h1 {
	color: #FFF;
	font-weight: bold;
}
.rodape p {
	color: #FFF;
}
.menu-rodape li a {
	color: #FFF;
}

/* FORMULARIO DE CONTATO */
.pagcontato {
	padding: 10px 0 30px 0;
}
.formulario-contato h1 {
	background: #D01414;
	color: #FFF;
	padding: 10px;
	text-align: center;
}
.formulario-contato textarea {
	width: 100%;
}
.formulario-contato button {
	margin: 0 50%;
}
.localizacao h1 {
	background: #D01414;
	color: #FFF;
	padding: 10px;
	text-align: center;
}
iframe {
	width: 100%;
}
/* SOBRE NÓS */
.quemsomos{
	padding: 10px 0 30px 0;
}
.quemsomos h1{
	background: #D01414;
	color: #FFF;
	padding: 10px;
	text-align: center;
}

/* SERVICOS */
	.servicos h2 {
		font: 0.85em;
	}

@media (min-width: 480px) {
	.logo img {
		width: 50%;
	}
	.servicos h1 {
		margin: 5% 15%;
	}
	.equipamentos h1 {
		margin: 5% 15%;
	}
	.diferencial h1 {
		margin: 5% 15%;
	}
	.menu-top button {
		margin-top: -60px;
	}
}
@media (min-width: 768px) {
	.logo img {
		width: 80%;
	}
	.menu-top ul {
		border: none;
		margin-top: 23px;
	}
	.menu-top li a {
		border: none;
	}
	.slide img {
		width: 100%;
		position: relative;
		margin-top: 0px;
	}
	.servicos h1 {
		margin: 2% 30%;
	}
	.equipamentos h1 {
		margin: 2% 30%;
	}
	.diferencial h1 {
		margin: 2% 30%;
	}
	.menu-rodape {
		display: none;
	}
	.siganos {
		display: none;
	}
	.quemsomos{
	padding: 10px 0 30px 0;
	}
	.quemsomos h1{
		background: #D01414;
		color: #FFF;
		padding: 10px;
		text-align: center;
		margin: 2% 30%;
	}
	.quemsomos p{
		text-align: center;
		margin: 1% 10%;
	}
}
@media (min-width: 1200px) {
	.logo img {
		width: 90%;
		margin-top: 5px;
	}
	.social {
		display: block;
	}
	.menu-top {
		margin-left: 80px;
	}
	.servicos h1 {
		margin: 2% 37%;
	}
	.equipamentos h1 {
		margin: 2% 37%;
	}
	.diferencial h1 {
		margin: 2% 37%;
	}
	.diferencial p {
		margin: 2% 13%;
	}
	.menu-rodape {
		display: block;
	}
	.siganos {
		display: block;
	}
	.quemsomos{
	padding: 10px 0 30px 0;
	}
	.quemsomos h1{
		background: #D01414;
		color: #FFF;
		padding: 10px;
		text-align: center;
		margin: 2% 37%;
	}
}