<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Autor: @johnsonvieira / https://github.com/johnsonvieira1*/

/*RESETANDO ESTILOS*/

* {
	text-transform: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* FONTES */

@font-face {
	font-family: "gothic";
	/*src: url("../fonts/gothic.eot"); /* para IE */
	src: url("../fonts/gothic.ttf");
}

@font-face {
	font-family: "gothicroman";
	/*src: url("../fonts/gothicroman.eot"); /* para IE */
	src: url("../fonts/gothicroman.ttf");
}

body { background: url(../images/bg/bg1.png); }

a { outline: none; text-decoration: none; }

.clear { clear: both; }

/*ALINHAMENTO PADRAO*/

.conteudo-topo, .conteudo-center, .conteudo-rodape, .conteudo-sobre, .conteudo-produtos, .conteudo-formulario {
	width: 1020px;
	margin: 0 auto;
}

/* TOPO */

.topo {
	width: 100%;
	background: url(../images/bg/bg2.png);
	border-top: solid 30px #fff;
	margin: 0 0 40px 0;
}

.logo {
	width: 300px;
	background: #fff;
}

.logo img {
	margin: 0 0 0 13px;
}

.menu {
	width: 650px;
	background: #fff;
	height: 35px;
	margin: 70px 0 50px 40px;
	padding: 16px 0 0;
}

.menu, .logo { float: left; }

.menu li {
	display: inline;
	padding: 0 25px 0;
	color: #5a616d;
	font-family: "gothic";
}

.social {
	float: right;
	margin: -28px 8px 0;
}

/* FIM DO TOPO */

/* SLIDER */

.slider {
	width: 100%;
	height: 500px;
	background: #eee;
}

.slider img {
	height: 500px;
	width: 100%;
}

/* FIM DO SLIDER */

/* HOME */

.conteudo {
	width: 100%;
}

.conteudo-center {
	height: 300px;
	padding: 60px 0 60px 0;
}

.tobias-maps, .tobias-youtube, .tobias-produtos {float: left;}

.tobias-youtube {margin: 0 35px 0 35px;}

.tobias-maps h3, .tobias-youtube h3, .tobias-produtos h3 {
	text-align: center;
	color: #2a3a55;
	padding: 0 0 20px 0;
	font: normal 20px gothic;
}

/* FIM DA HOME */

/* SOBRE NÃ“S */

.sobre {
	width: 100%;
	margin: 0 0 40px 0;
}

.conteudo-sobre h3 {
	font: normal 30px gothic;
	color: #2a3a55;
	margin: 10px 0 30px 0;
}

.conteudo-sobre p {
	font: normal 19px gothicroman;
	color: #5a616d;
	text-align: justify;
	line-height: 30px;
}

.conteudo-sobre b {
	font: bold 16px gothicroman;
	color: #5a616d;
}

.conteudo-sobre img {
	float: right;
	margin: -50px 0 0 20px;
}

/* FIM DE SOBRE NÃ“S */

/* PRODUTOS */

.produtos {
	margin: 0 0 40px 0;
}

.conteudo-produtos h3 {
	font: normal 30px gothic;
	color: #2a3a55;
	margin: 10px 0 30px 0;
}

.conteudo-produtos p {
	font: normal 19px gothicroman;
	color: #5a616d;
	text-align: justify;
	line-height: 30px;
}

/*FIM DE PRODUTOS*/

/* FALE CONOSCO */

.formulario {
	margin: 0 0 40px 0;
}

.conteudo-formulario h3 {
	font: normal 30px gothic;
	color: #2a3a55;
	margin: 10px 0 30px 0;
}

.conteudo-formulario p {
	font: normal 18px gothicroman;
	color: #5a616d;
	text-align: justify;
	line-height: 30px;
}

.formulario1 {
	width: 400px;
	float: left;
}

.nome, .email, .telefone, .cidade, .estado {
	width: 370px;
	height: 30px;
	background: #fff;
	border: solid 1px #ccc;
	margin: 0 0 15px 0;
}

::-webkit-input-placeholder {font-family: gothicroman;}

:-moz-placeholder {font-family: gothicroman;}

::-moz-placeholder {font-family: gothicroman;}

:-ms-input-placeholder {font-family: gothicroman;}

.mensagem {
	width: 550px;
	background: #fff;
	border: solid 1px #ccc;
	float: left;
	resize: none;
}

.enviar {
	background: #2A3A55;
	width: 100px;
	height: 35px;
	border: none;
	font: normal 18px gothicroman;
	color: #fff;
	margin: 30px 0 0;
}

/* FIM DO FALE CONOSCO*/

/* RODAPE */

.rodape {
	width: 100%;
	background: url(../images/bg/bg2.png);
	font: normal 16px gothicroman;
}

.conteudo-rodape {
	height: 200px;
	padding: 60px 0 0;
}

.conteudo-rodape p {
	color: #fff;
}

.logo-rodape {
	width: 270px;
	float: left;
}

.endereco-rodape {
	width: 500px;
	margin: 15px 0 0;
}

.endereco-rodape, .logo-rodape { float: left; }

.endereco-rodape p { margin: 0 0 25px 0; }

.social-rodape { margin: 15px 0 0; }

.social-rodape img { margin: 0 10px 0 0; }

.news-form {
	width: 170px;
	height: 30px;
	border-radius: 8px;
	border: none;
	margin: 22px 0 0;
}

.news-bottom {
	width: 32px;
	height: 32px;
	background: url(../images/icon-input.png) no-repeat;
	position: absolute;
	margin: -28px 215px 0;
	border: none;
}

.gnt {
	float: right;
	margin: 21px 0 0;
}

.direitos p { margin: 25px 0 0; }

/* FIM DO RODAPE */


</pre></body></html>