/*
 * Copyright 2018, Tag Web Design
*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

* {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-size: 62.5%;
	/*background:url(../imagens/bgBody.jpg) no-repeat center top fixed;*/
}
p {
	color: #000;
	margin-top: 12px;
	font-size: 1.6em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
img {
	width: 100%;
	border: 0 none;
}
b,
strong {
	color: #000;
	font-weight: bold;
}
ul,
ol {
	list-style: none;
}
ul:after,
ol:after {
	height: 0;
	clear: both;
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
}

/* ---- Configura��es de link ---- */
/* Efeito fade */
a {
	color: #bf0000;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
a:hover {
	text-decoration: none;
}
a,
a:active,
a:focus {
	outline: none;
	-moz-outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

/* Sublinhado efeito gradual */
a.sublinhadoGradual {
	position: relative;
}
a.sublinhadoGradual:hover {
	text-decoration: none;
}
a.sublinhadoGradual:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 0;
	left: auto;
	right: 0;
	top: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	-webkit-transition: width 150ms ease-out;
	-moz-transition: width 150ms ease-out;
	-o-transition: width 150ms ease-out;
	transition: width 150ms ease-out;
}
a.sublinhadoGradual:hover::after {
	width: -webkit-calc(100%);
	width: calc(100%);
	left: 0;
	right: auto;
}
/* */

/* Grow */
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
/* */

h2,
h3 {
	font-size: 2.4em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Lato', Arial, Verdana, Tahoma, sans-serif;
}
h2 {
	color: #fff;
}
h3 {
	color: #000;
}
#compartilhaFacebook {
	width: 1px;
	height: 1px;
	display: none;
	visibility: hidden;
}
#geral {
	width: 100%;
	display: block;
	min-height: 100%;
	position: relative;
	background: url(../imagens/bgBody.jpg) no-repeat center top fixed;
}

/* Topo */
header {
	width: 1100px;
	margin: 0 auto;
	border-top: 10px solid #bf0000;
}
header:after {
	height: 0;
	clear: both;
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
}
header h1 {
	width: 426px;
	height: 117px;
	background: url(../imagens/logoSGV.png) no-repeat;
	color: #fff;
	text-indent: -30000px;
	float: left;
	margin: 37px 0 0 45px;
}
header h1 img.logoFakeCelular {
	display: none;
	visibility: hidden;
}
header p {
	width: 535px;
	float: right;
	text-align: center;
	margin: 52px 45px 0 0;
}

/* Conteudo */
#containerGeral {
	width: 100%;
	padding-bottom: 70px;
}
#containerGeral:after {
	height: 0;
	clear: both;
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
}
#venda {
	width: 1010px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}
#venda:after {
	height: 0;
	clear: both;
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
}
#venda a.foto {
	float: left;
	width: 350px;
	height: 350px;
}
#venda .bloco {
	float: right;
	width: 630px;
}
#venda .bloco img.fotoMobile {
	display: none;
	visibility: hidden;
}
#venda p.btWhats {
	width: 205px;
	height: 62px;
	font-size: 1.8em;
	position: absolute;
	right: 0;
	top: 128px;
}
#venda p.btWhats a {
	width: 100%;
	height: 62px;
	display: block;
	background: url(../imagens/bgWhats.png) repeat-x top left;
}
#venda p.btWhats a:hover {
	background: url(../imagens/bgWhats.png) repeat-x bottom left;
}
#venda p.btWhats a i {
	width: 35px;
	height: 36px;
	float: left;
	display: block;
	background: url(../imagens/btWhats.png) no-repeat;
	margin: 12px 0 0 16px;
}
#venda p.btWhats a span {
	color: #fff;
	width: 130px;
	display: block;
	float: right;
	margin: 12px 12px 0 0;
	line-height: 1.1em;
}
#fotosVenda {
	width: 1010px;
	margin: 0 auto;
	margin-top: 20px;
}
#fotosVenda ul {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 12px;
}
#fotosVenda ul li a {
	width: 100%;
}
#container {
	width: 1100px;
	margin: 0 auto;
}
#container:after {
	height: 0;
	clear: both;
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
}
#container p,
#container p strong {
	color: #fff;
}
#container.construcao {
	width: 1100px;
	height: 280px;
	background: url(../imagens/bgConstrucao.png) no-repeat;
	margin-top: 40px;
}
#container.construcao #fotos {
	float: left;
	width: 600px;
	height: 190px;
	margin: 45px 0 0 45px;
}
#container.construcao #fotos ul {
	text-align: center;
	position: absolute;
	display: block;
}
#container.construcao #fotos ul li {
	width: 190px;
	margin-right: 10px;
	display: inline-block;
	*display: inline; /*IE7*/
	*zoom: 1; /*IE7*/
}
#container.construcao #fotos ul li:last-child {
	margin-right: 0;
}
#container.construcao #fotos ul li a {
	width: 100%;
	height: 190px;
	display: block;
}
#container.construcao #construcao {
	float: right;
	width: 300px;
	text-align: right;
	margin: 40px 45px 0 0;
}
#qualidade {
	width: 1010px;
	margin: 32px auto 0 auto;
}
#container.seguranca {
	width: 1100px;
	height: 347px;
	background: url(../imagens/bgSeguranca.png) no-repeat;
	margin-top: 38px;
}
#container.seguranca #seguranca {
	float: left;
	width: 350px;
	margin: 40px 0 0 45px;
}
#container.seguranca #seguranca #faceSeguranca {
	margin-top: 65px;
}
#container.seguranca #equipamentos {
	float: right;
	width: 550px;
	text-align: right;
	margin: 40px 45px 0 0;
}
#container.seguranca #equipamentos p {
	width: 548px;
	float: right;
	padding-bottom: 13px;
}
#container.seguranca #equipamentos ul {
	margin-top: 10px;
	float: right;
}
#container.seguranca #equipamentos ul li {
	float: left;
	width: 90px;
	height: 90px;
	margin-left: 10px;
}
#container.seguranca #faceMobile {
	display: none;
	visibility: hidden;
}
#contato {
	width: 1010px;
	margin: 30px auto 0 auto;
}
#contato #atendimento {
	float: left;
	width: 400px;
}
#contato #atendimento p {
	margin: 0;
	line-height: 1em;
}
#contato #atendimento p.fone {
	font-size: 2.6em;
	font-weight: bold;
	font-family: 'Lato', Arial, Verdana, Tahoma, sans-serif;
}
#contato #atendimento p.fone span {
	font-family: 'Lato', Arial, Verdana, Tahoma, sans-serif;
}
#contato #atendimento p.fone span.ddd {
	font-size: 0.8em;
}
#contato #atendimento p.fone span.margem {
	margin-left: 10px;
}
#contato ul#infos {
	float: right;
	width: 525px;
	margin-top: 8px;
}
#contato ul#infos li {
	float: left;
	font-size: 2em;
	margin-left: 20px;
}
#contato ul#infos li.emailMobile {
	display: none;
	visibility: hidden;
}
#contato ul#infos li strong {
	font-family: 'Lato', Arial, Verdana, Tahoma, sans-serif;
}
#contato #formulario {
	clear: both;
	float: none;
	padding-top: 5px;
}
#contato #formulario form #camposInput {
	float: left;
	width: 400px;
}
#contato #formulario form #campoMensagem {
	float: right;
	width: 600px;
	position: relative;
}
#contato #formulario form #camposInput::after,
#contato #formulario form #campoMensagem::after {
	content: '.';
	height: 0;
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
/* Placeholder */
#contato #formulario form ::placeholder {
	color: #fff;
	opacity: 1;
}
#contato #formulario form ::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
#contato #formulario form ::-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}
#contato #formulario form :-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
#contato #formulario form :-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}
/* Fim Placeholder */
#contato #formulario form input,
#contato #formulario form textarea {
	color: #fff;
	border: 0 none;
	background: #aeaeae;
	font-size: 1.6em;
	display: block;
}
#contato #formulario form input {
	width: 370px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	margin-top: 10px;
}
#contato #formulario form textarea {
	width: 570px;
	min-width: 570px;
	max-width: 570px;
	height: 95px;
	min-height: 95px;
	padding: 15px 15px 45px 15px;
	margin-top: 10px;

	scrollbar-face-color: #aeaeae;
	scrollbar-track-color: #aeaeae;
	scrollbar-arrow-color: #aeaeae;
	scrollbar-highlight-color: #aeaeae;
	scrollbar-shadow-color: #aeaeae;
	scrollbar-3dlight-color: #aeaeae;
	scrollbar-darkshadow-color: #aeaeae;
}
#contato #formulario form .captcha {
	clear: both;
	padding-top: 10px;
}
#contato #formulario form input.btEnviar {
	width: 100px;
	height: 45px;
	line-height: 45px;
	background: #bf0000;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
#contato #formulario form input.btEnviar:hover {
	background: #940000;
}

/*----------------------------------------------------------------------------------*/
/*---------------> ERRO 404 <-------------------------------------------------------*/
#container.erro {
	width: 1010px;
	margin: 32px auto 0 auto;
}
#container.erro h2,
#container.erro p {
	color: #000;
}
#container.erro #erro {
	width: 70%;
	padding: 10px 0 0 70px;
	background: url(../imagens/erro.png) no-repeat left 26px;
}

/*----------------------------------------------------------------------------------*/
/*---------------> NAVEGADOR <------------------------------------------------------*/
#container.navegador {
	width: 1010px;
	margin: 32px auto 0 auto;
}
#container.navegador h2,
#container.navegador p {
	color: #000;
}
#container.navegador #navegador {
	width: 70%;
	padding: 10px 0 0 70px;
	background: url(../imagens/atualize-navegador/ieTitulo.png) no-repeat left 25px;
}
#container.navegador #navegador h3 {
	margin-top: 12px;
}
#container.navegador #navegador p a {
	color: #bf0000;
}
#container.navegador #navegador ol {
	margin-top: 12px;
}
#container.navegador #navegador ol li {
	height: 34px;
	margin-top: 12px;
	line-height: 34px;
	text-indent: 40px;
	font-size: 1.6em;
	text-align: left;
}
#container.navegador #navegador ol li a {
	color: #bf0000;
}
#container.navegador #navegador ol li.firefox {
	background: url(../imagens/atualize-navegador/firefox.png) no-repeat left center;
}
#container.navegador #navegador ol li.chrome {
	background: url(../imagens/atualize-navegador/chrome.png) no-repeat left center;
}
#container.navegador #navegador ol li.ie {
	background: url(../imagens/atualize-navegador/ie.png) no-repeat left center;
}

/*----------------------------------------------------------------------------------*/
/*---------------> RODAPE <---------------------------------------------------------*/
footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#rodape {
	width: 1100px;
	height: 26px;
	margin: 0 auto;
	background: #bf0000;
}
#rodape:after {
	height: 0;
	clear: both;
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
}
p.logoTag {
	position: absolute;
	right: 15px;
	bottom: 0;
	text-indent: -30000px;
}
p.logoTag a {
	width: 44px;
	height: 26px;
	display: block;
	background: url(../imagens/logoTag.png) no-repeat;
	opacity: 1;
}
p.logoTag a:hover {
	opacity: 0.7;
}
