@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.voltarTopo {
	background-color: rgba(102, 0, 0, 0.8);
	bottom: 30px !important;
	right: 30px;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	height: 60px;
	position: fixed;
	width: 60px;
	cursor: pointer;
	outline: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#topo-container {
	background-image: url(files/imgs/background-topo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	border-bottom: #858c90 6px solid;
}

#corpo-container {
	background-image: url(files/imgs/binding_dark.png);
	float: left;
	width: 100%;
}

#posso-ajudar-whatsapp {
	display: block;
	background-image: url(files/imgs/icone-whatsapp50.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	width: 54px;
	height: 54px;
	left: 20px;
	bottom: 20px;
	cursor: pointer
}

#formulario input[type="submit"] {
	background-color: rgb(41, 167, 26);
	font-family: 'Open Sans';
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 15px 10px 50px;
	background-image: url("whatsapp.png");
	background-size: 30px;
	background-position: 10px center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

#formulario input:hover[type="submit"] {
	color: rgb(0, 73, 10);
	font-weight: 700;
}

@media screen and (min-width:1140px) {

	/* HEADER */
	#topo {
		width: 1100px;
		height: 180px;
		margin: 0 auto;
	}

	#topo .logomarca {
		background-image: url(files/imgs/logomarca.png);
		background-position: center center;
		background-repeat: no-repeat;
		float: left;
		width: 280px;
		height: 140px;
		overflow: hidden;
		margin: 20px 0;
	}

	#topo .contatos {
		float: right;
		margin-top: 20px;
	}

	#topo .contatos h3 {
		font-family: 'Open Sans';
		font-size: 18px;
		color: #FECD29;
		font-weight: 700;
		line-height: 30px;
	}

	#cssmenu {
		background-color: #FECD29;
		float: left;
		width: 100%;
		border-top: #FFF 1px solid;
	}

	#cssmenu ul {
		width: 1100px;
		margin: 0 auto 0 auto;
	}

	#cssmenu ul li {
		float: left;
		width: 20%;
		height: 60px;
		line-height: 60px;
	}

	#cssmenu ul li a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 16px;
		color: #333;
		text-align: center;
		text-transform: uppercase;
		font-weight: 800;
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		-ms-transition: 0.3s ease-out;
	}

	#cssmenu ul li a:hover {
		background-color: #858c90;
		filter: alpha(opacity=100);
		moz-opacity: 1;
		opacity: 1;
		color: #FFF;
		-webkit-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
		box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
	}

	/* CORPO */
	#corpo .esquerdo {
		width: 520px;
		float: left;
		margin-bottom: 40px;
	}

	#corpo .direito {
		width: 520px;
		float: right;
		margin-bottom: 40px;
	}

	#corpo h1 {
		font-family: 'Open Sans';
		font-size: 34px;
		color: #FFF;
		display: block;
		margin: 10px 0 10px 0;
		text-align: left;
		font-weight: normal;
	}

	#corpo p {
		font-family: 'Open Sans';
		font-size: 16px;
		color: #FFF;
		display: block;
		margin: 20px 0;
		text-align: justify;
	}

	#consignacao,
	#contato,
	#detalhe {
		width: 1100px;
		margin: 50px auto 0 auto;
	}

	#formulario {
		margin-bottom: 50px;
	}

	#formulario input[type="text"],
	input[type="file"] {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 16px;
		padding: 10px;
		outline: 0;
		width: 90%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

	#formulario textarea {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 16px;
		padding: 10px;
		outline: 0;
		width: 90%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

	#recentes-container {
		float: left;
		width: 100%;
	}

	#recentes {
		width: 1100px;
		padding: 30px 0;
		margin: 0 auto;
	}

	#loop-veiculos {
		background-color: #858c90;
		position: relative;
		float: left;
		width: 326px;
		height: 450px;
		margin: 20px;
		-webkit-border-bottom-right-radius: 16px;
		-webkit-border-bottom-left-radius: 16px;
		-moz-border-radius-bottomright: 16px;
		-moz-border-radius-bottomleft: 16px;
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
		-webkit-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		-moz-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
	}

	#loop-veiculos .hoverzoom {
		width: 326px;
		height: 250px;
		overflow: hidden;
	}

	#loop-veiculos .hoverzoom img {
		width: 100%;
		-webkit-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-moz-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-ms-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-o-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
	}

	#loop-veiculos .hoverzoom:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.5);
		transform: scale(1.2);
	}

	#loop-veiculos h2 a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 20px;
		color: #171717;
		font-weight: normal;
		margin-left: 20px;
		margin-top: 10px;
	}

	#loop-veiculos h2 a:hover {
		color: #CCC;
	}

	#loop-veiculos h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 28px;
		color: #FECD29;
		text-align: right;
		font-weight: 700;
		margin: 8px 20px 8px 20px;
		border-bottom: #FECD29 1px solid;
	}

	#loop-veiculos h4 {
		display: block;
		font-family: 'Open Sans';
		font-size: 18px;
		color: #c7cacb;
		font-weight: normal;
		margin-left: 20px;
	}

	#loop-veiculos a.categoria {
		text-decoration: none;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0;
		width: auto;
		padding: 7px;
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		background-color: rgba(193, 185, 107, 0.7);
		z-index: 101;
		-webkit-transition: background 0.3s ease-out;
		-moz-transition: background 0.3s ease-out;
		-o-transition: background 0.3s ease-out;
		-ms-transition: background 0.3s ease-out;
	}

	#loop-veiculos a.categoria:hover {
		background-color: #c1b96b;
		filter: alpha(opacity=100);
		moz-opacity: 1;
		opacity: 1;
	}

	#detalhe {
		width: 1100px;
		margin: 30px auto 0 auto;
	}

	#detalhe .esquerdo {
		width: 600px;
		float: left;
	}

	#detalhe .direito {
		width: 440px;
		float: right;
	}

	#detalhe h2 {
		font-family: 'Open Sans';
		font-size: 32px;
		font-weight: 700;
		color: #F60;
		margin-bottom: 20px;
	}

	#detalhe h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 20px;
		font-weight: 700;
		color: #FECD29;
		margin-top: 30px;
	}

	#detalhe .descricao {
		width: 200px;
		float: left;
		margin-right: 20px;
		margin-bottom: 30px;
	}

	#detalhe p {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .normal {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .taxado {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #aebac4;
		display: block;
		margin: 5px 0;
		text-align: left;
		text-decoration: line-through;
	}

	#contato iframe {
		width: 1100px;
		height: 600px;
		margin-bottom: 40px;
	}

	#corpo .esquerdo h2 {
		font-family: 'Open Sans';
		font-size: 17px;
		color: #FFF;
		font-weight: 500;
		line-height: 36px;
	}

	/* FOOTER */
	#rodape-container {
		background-color: #444E54;
		float: left;
		width: 100%;
		-webkit-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		-moz-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
	}

	#rodape {
		background-image: url(files/imgs/logomarca-footer.png);
		background-repeat: no-repeat;
		background-position: center center;
		width: 1100px;
		margin: 0 auto 0 auto;
		padding: 40px 0;
		overflow: hidden;
	}

	#rodape h1 {
		display: block;
		font-family: 'Open Sans';
		color: #FECD29;
		font-size: 20px;
		padding: 7px;
		font-weight: 700;
	}

	#rodape h2 {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		color: #FFF;
		font-size: 15px;
		padding: 7px;
		font-weight: normal;
	}

	#rodape .facebook {
		float: left;
		max-width: 410px;
		margin-left: 50px;
	}

	#rodape .contato {
		float: left;
		width: 320px;
	}

	#assinatura-container {
		width: 100%;
		background-color: #171717;
		border-top: #FFF 1px solid;
		height: auto;
		float: left;
		padding: 20px 0 20px 0;
	}

	#assinatura {
		width: 45px;
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width:1139px) and (min-width:960px) {

	/* HEADER */
	#topo {
		background-image: url(files/imgs/lamborghini-gallardo.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		width: 920px;
		height: 180px;
		margin: 0 auto;
	}

	#topo .logomarca {
		background-image: url(files/imgs/logomarca.png);
		background-position: center center;
		background-repeat: no-repeat;
		float: left;
		width: 280px;
		height: 140px;
		overflow: hidden;
		margin: 20px 0;
	}

	#topo .contatos {
		float: right;
		margin-top: 20px;
	}

	#topo .contatos h3 {
		font-family: 'Open Sans';
		font-size: 18px;
		color: #FECD29;
		font-weight: 700;
		line-height: 30px;
	}

	#cssmenu {
		background-color: #FECD29;
		float: left;
		width: 100%;
		border-top: #FFF 1px solid;
	}

	#cssmenu ul {
		width: 920px;
		margin: 0 auto 0 auto;
	}

	#cssmenu ul li {
		float: left;
		width: 20%;
		height: 60px;
		line-height: 60px;
	}

	#cssmenu ul li a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 16px;
		color: #333;
		text-align: center;
		text-transform: uppercase;
		font-weight: 800;
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		-ms-transition: 0.3s ease-out;
	}

	#cssmenu ul li a:hover {
		background-color: #858c90;
		filter: alpha(opacity=100);
		moz-opacity: 1;
		opacity: 1;
		color: #FFF;
		-webkit-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
		box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
	}

	/* CORPO */
	#corpo h1 {
		font-family: 'Open Sans';
		font-size: 34px;
		color: #FFF;
		display: block;
		margin: 10px 0 10px 0;
		text-align: left;
		font-weight: normal;
	}

	#corpo p {
		font-family: 'Open Sans';
		font-size: 16px;
		color: #FFF;
		display: block;
		margin: 20px 0;
		text-align: justify;
	}

	#corpo .esquerdo {
		width: 440px;
		float: left;
		margin-bottom: 40px;
	}

	#corpo .direito {
		width: 440px;
		float: right;
		margin-bottom: 40px;
	}

	#consignacao,
	#contato {
		width: 920px;
		margin: 50px auto 0 auto;
	}

	#formulario {
		margin-bottom: 50px;
	}

	#formulario input[type="text"],
	input[type="file"] {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 14px;
		padding: 10px;
		outline: 0;
		width: 90%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

	#formulario textarea {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 14px;
		padding: 10px;
		outline: 0;
		width: 90%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

	#recentes-container {
		float: left;
		width: 100%;
	}

	#recentes {
		width: 920px;
		padding: 30px 0;
		margin: 0 auto;
	}

	#loop-veiculos {
		background-color: #858c90;
		position: relative;
		float: left;
		width: 274px;
		height: 380px;
		margin: 16px;
		-webkit-border-bottom-right-radius: 16px;
		-webkit-border-bottom-left-radius: 16px;
		-moz-border-radius-bottomright: 16px;
		-moz-border-radius-bottomleft: 16px;
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
		-webkit-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		-moz-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
	}

	#loop-veiculos .hoverzoom {
		width: 274px;
		height: 210px;
		overflow: hidden;
	}

	#loop-veiculos .hoverzoom img {
		width: 100%;
		-webkit-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-moz-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-ms-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-o-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
	}

	#loop-veiculos .hoverzoom:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.5);
		transform: scale(1.2);
	}

	#loop-veiculos h2 a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 20px;
		color: #171717;
		font-weight: normal;
		margin-left: 20px;
		margin-top: 10px;
	}

	#loop-veiculos h2 a:hover {
		color: #CCC;
	}

	#loop-veiculos h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 28px;
		color: #FECD29;
		text-align: right;
		font-weight: 700;
		margin: 8px 20px 8px 20px;
		border-bottom: #FFF 1px solid;
	}

	#loop-veiculos h4 {
		display: block;
		font-family: 'Open Sans';
		font-size: 18px;
		color: #c7cacb;
		font-weight: normal;
		margin-left: 20px;
	}

	#loop-veiculos a.categoria {
		text-decoration: none;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0;
		width: auto;
		padding: 7px;
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		background-color: rgba(193, 185, 107, 0.7);
		z-index: 101;
		-webkit-transition: background 0.3s ease-out;
		-moz-transition: background 0.3s ease-out;
		-o-transition: background 0.3s ease-out;
		-ms-transition: background 0.3s ease-out;
	}

	#loop-veiculos a.categoria:hover {
		background-color: #c1b96b;
		filter: alpha(opacity=100);
		moz-opacity: 1;
		opacity: 1;
	}

	#detalhe {
		width: 920px;
		margin: 30px auto 0 auto;
	}

	#detalhe .esquerdo {
		width: 520px;
		float: left;
	}

	#detalhe .direito {
		width: 360px;
		float: right;
	}

	#detalhe h2 {
		font-family: 'Open Sans';
		font-size: 32px;
		font-weight: 700;
		color: #F60;
		margin-bottom: 20px;
	}

	#detalhe h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 20px;
		font-weight: 700;
		color: #FECD29;
		margin-top: 30px;
	}

	#detalhe .descricao {
		width: 160px;
		float: left;
		margin-right: 20px;
		margin-bottom: 30px;
	}

	#detalhe p {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .normal {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .taxado {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #aebac4;
		display: block;
		margin: 5px 0;
		text-align: left;
		text-decoration: line-through;
	}

	#contato iframe {
		width: 920px;
		height: 600px;
		margin-bottom: 40px;
	}

	#contato .esquerdo h2 {
		font-family: 'Open Sans';
		font-size: 16px;
		color: #FFF;
		font-weight: 500;
		line-height: 36px;
	}

	/* FOOTER */
	#rodape-container {
		background-color: #444E54;
		float: left;
		width: 100%;
		-webkit-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		-moz-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
	}

	#rodape {
		background-image: url(files/imgs/logomarca-footer.png);
		background-repeat: no-repeat;
		background-position: center center;
		width: 920px;
		margin: 0 auto 0 auto;
		padding: 40px 0;
		overflow: hidden;
	}

	#rodape h1 {
		display: block;
		font-family: 'Open Sans';
		color: #FECD29;
		font-size: 20px;
		padding: 7px;
		font-weight: 700;
	}

	#rodape h2 {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		color: #FFF;
		font-size: 15px;
		padding: 7px;
		font-weight: normal;
	}

	#rodape .facebook {
		float: left;
		max-width: 280px;
		margin-right: 60px;
	}

	#rodape .contato {
		float: left;
		width: 280px;
	}

	#assinatura-container {
		width: 100%;
		background-color: #171717;
		border-top: #FFF 1px solid;
		height: auto;
		float: left;
		padding: 20px 0 20px 0;
	}

	#assinatura {
		width: 45px;
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width:959px) and (min-width:768px) {

	/* HEADER */
	#topo {
		background-image: none;
		background-position: bottom center;
		background-repeat: no-repeat;
		width: 728px;
		height: 180px;
		margin: 0 auto;
	}

	#topo .logomarca {
		background-image: url(files/imgs/logomarca.png);
		background-position: center center;
		background-repeat: no-repeat;
		float: left;
		width: 280px;
		height: 140px;
		overflow: hidden;
		margin: 20px 0;
	}

	#topo .contatos {
		float: right;
		margin-top: 20px;
	}

	#topo .contatos h3 {
		font-family: 'Open Sans';
		font-size: 18px;
		color: #FECD29;
		font-weight: 700;
		line-height: 30px;
	}

	#cssmenu {
		background-color: #FECD29;
		float: left;
		width: 100%;
		border-top: #FFF 1px solid;
	}

	#cssmenu ul {
		width: 728px;
		margin: 0 auto 0 auto;
	}

	#cssmenu ul li {
		float: left;
		width: 20%;
		height: 60px;
		line-height: 60px;
	}

	#cssmenu ul li a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 14px;
		color: #333;
		text-align: center;
		text-transform: uppercase;
		font-weight: 800;
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		-ms-transition: 0.3s ease-out;
	}

	#cssmenu ul li a:hover {
		background-color: #858c90;
		filter: alpha(opacity=100);
		moz-opacity: 1;
		opacity: 1;
		color: #FFF;
		-webkit-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
		box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
	}

	/* CORPO */
	#corpo h1 {
		font-family: 'Open Sans';
		font-size: 34px;
		color: #FFF;
		display: block;
		margin: 10px 0 10px 0;
		text-align: left;
		font-weight: normal;
	}

	#corpo p {
		font-family: 'Open Sans';
		font-size: 16px;
		color: #FFF;
		display: block;
		margin: 20px 0;
		text-align: justify;
	}

	#corpo .esquerdo {
		width: 339px;
		float: left;
		margin-bottom: 40px;
	}

	#corpo .direito {
		width: 339px;
		float: right;
		margin-bottom: 40px;
	}

	#consignacao,
	#contato {
		width: 728px;
		margin: 50px auto 0 auto;
	}

	#formulario {
		margin-bottom: 50px;
	}

	#formulario input[type="text"],
	input[type="file"] {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 14px;
		padding: 10px;
		outline: 0;
		width: 90%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

	#formulario textarea {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 14px;
		padding: 10px;
		outline: 0;
		width: 90%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

	#recentes-container {
		float: left;
		width: 100%;
	}

	#recentes {
		width: 728px;
		padding: 30px 0;
		margin: 0 auto;
	}

	#loop-veiculos {
		background-color: #858c90;
		position: relative;
		float: left;
		width: 326px;
		height: 450px;
		margin: 16px;
		-webkit-border-bottom-right-radius: 16px;
		-webkit-border-bottom-left-radius: 16px;
		-moz-border-radius-bottomright: 16px;
		-moz-border-radius-bottomleft: 16px;
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
		-webkit-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		-moz-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
	}

	#loop-veiculos .hoverzoom {
		width: 326px;
		height: 250px;
		overflow: hidden;
	}

	#loop-veiculos .hoverzoom img {
		width: 100%;
		-webkit-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-moz-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-ms-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-o-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
	}

	#loop-veiculos .hoverzoom:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.5);
		transform: scale(1.2);
	}

	#loop-veiculos h2 a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 20px;
		color: #171717;
		font-weight: normal;
		margin-left: 20px;
		margin-top: 10px;
	}

	#loop-veiculos h2 a:hover {
		color: #CCC;
	}

	#loop-veiculos h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 28px;
		color: #FECD29;
		text-align: right;
		font-weight: 700;
		margin: 8px 20px 8px 20px;
		border-bottom: #FFF 1px solid;
	}

	#loop-veiculos h4 {
		display: block;
		font-family: 'Open Sans';
		font-size: 18px;
		color: #c7cacb;
		font-weight: normal;
		margin-left: 20px;
	}

	#loop-veiculos a.categoria {
		text-decoration: none;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0;
		width: auto;
		padding: 7px;
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		background-color: rgba(193, 185, 107, 0.7);
		z-index: 101;
		-webkit-transition: background 0.3s ease-out;
		-moz-transition: background 0.3s ease-out;
		-o-transition: background 0.3s ease-out;
		-ms-transition: background 0.3s ease-out;
	}

	#loop-veiculos a.categoria:hover {
		background-color: #c1b96b;
		filter: alpha(opacity=100);
		moz-opacity: 1;
		opacity: 1;
	}

	#detalhe {
		width: 728px;
		margin: 30px auto 0 auto;
	}

	#detalhe .esquerdo {
		width: 397px;
		float: left;
	}

	#detalhe .direito {
		width: 311px;
		float: right;
	}

	#detalhe h2 {
		font-family: 'Open Sans';
		font-size: 32px;
		font-weight: 700;
		color: #F60;
		margin-bottom: 20px;
	}

	#detalhe h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 20px;
		font-weight: 700;
		color: #FECD29;
		margin-top: 30px;
	}

	#detalhe .descricao {
		width: 140px;
		float: left;
		margin-right: 15px;
		margin-bottom: 30px;
	}

	#detalhe p {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .normal {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .taxado {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #aebac4;
		display: block;
		margin: 5px 0;
		text-align: left;
		text-decoration: line-through;
	}

	#contato iframe {
		width: 728px;
		height: 475px;
		margin-bottom: 40px;
	}

	#contato .esquerdo h2 {
		font-family: 'Open Sans';
		font-size: 16px;
		color: #FFF;
		font-weight: 500;
		line-height: 36px;
	}

	/* FOOTER */
	#rodape-container {
		background-color: #444E54;
		float: left;
		width: 100%;
		-webkit-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		-moz-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
	}

	#rodape {
		background-image: url(files/imgs/logomarca-footer.png);
		background-repeat: no-repeat;
		background-position: center center;
		width: 728px;
		margin: 0 auto 0 auto;
		padding: 40px 0;
		overflow: hidden;
	}

	#rodape h1 {
		display: block;
		font-family: 'Open Sans';
		color: #FECD29;
		font-size: 20px;
		padding-bottom: 7px;
		font-weight: 700;
	}

	#rodape h2 {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		color: #FFF;
		font-size: 14px;
		padding-bottom: 7px;
		font-weight: normal;
	}

	#rodape .facebook {
		float: right;
		max-width: 280px;
		margin-right: 60px;
	}

	#rodape .contato {
		float: left;
		width: 280px;
		margin-bottom: 30px;
	}

	#assinatura-container {
		width: 100%;
		background-color: #171717;
		border-top: #FFF 1px solid;
		height: auto;
		float: left;
		padding: 20px 0 20px 0;
	}

	#assinatura {
		width: 45px;
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width:767px) and (min-width:600px) {

	/* HEADER */
	#topo {
		background-image: none;
		background-position: bottom center;
		background-repeat: no-repeat;
		width: 560px;
		height: 180px;
		margin: 0 auto;
	}

	#topo .logomarca {
		background-image: url(files/imgs/logomarca240.png);
		background-position: center center;
		background-repeat: no-repeat;
		float: left;
		width: 240px;
		height: 140px;
		overflow: hidden;
		margin: 20px 0;
	}

	#topo .contatos {
		float: right;
		margin-top: 20px;
	}

	#topo .contatos h3 {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FECD29;
		font-weight: 700;
		line-height: 30px;
	}

	#cssmenu {
		background-color: #FECD29;
		float: left;
		width: 100%;
		border-top: #FFF 1px solid;
	}

	#cssmenu ul {
		width: 560px;
		margin: 0 auto 0 auto;
	}

	#cssmenu ul li {
		float: left;
		width: 20%;
		height: 60px;
		line-height: 60px;
	}

	#cssmenu ul li a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 14px;
		color: #333;
		text-align: center;
		text-transform: uppercase;
		font-weight: 800;
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		-ms-transition: 0.3s ease-out;
	}

	#cssmenu ul li a:hover {
		background-color: #858c90;
		filter: alpha(opacity=100);
		moz-opacity: 1;
		opacity: 1;
		color: #FFF;
		-webkit-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
		box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
	}

	/* CORPO */
	#corpo h1 {
		font-family: 'Open Sans';
		font-size: 34px;
		color: #FFF;
		display: block;
		margin: 10px 0 10px 0;
		text-align: left;
		font-weight: normal;
	}

	#corpo p {
		font-family: 'Open Sans';
		font-size: 16px;
		color: #FFF;
		display: block;
		margin: 20px 0;
		text-align: justify;
	}

	#corpo .esquerdo {
		width: 275px;
		float: left;
		margin-bottom: 40px;
	}

	#corpo .direito {
		width: 275px;
		float: right;
		margin-bottom: 40px;
	}

	#consignacao,
	#contato {
		width: 560px;
		margin: 50px auto 0 auto;
	}

	#formulario {
		margin-bottom: 50px;
	}

	#formulario input[type="text"],
	input[type="file"] {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 14px;
		padding: 10px;
		outline: 0;
		width: 90%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

	#formulario textarea {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 14px;
		padding: 10px;
		outline: 0;
		width: 90%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

#recentes-container {
		float: left;
		width: 100%;
	}

	#recentes {
		width: 560px;
		padding: 30px 0;
		margin: 0 auto;
	}

	#loop-veiculos {
		background-color: #858c90;
		position: relative;
		float: left;
		width: 248px;
		height: 390px;
		margin: 16px;
		-webkit-border-bottom-right-radius: 16px;
		-webkit-border-bottom-left-radius: 16px;
		-moz-border-radius-bottomright: 16px;
		-moz-border-radius-bottomleft: 16px;
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
		-webkit-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		-moz-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
	}

	#loop-veiculos .hoverzoom {
		width: 248px;
		height: 190px;
		overflow: hidden;
	}

	#loop-veiculos .hoverzoom img {
		width: 100%;
		-webkit-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-moz-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-ms-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-o-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
	}

	#loop-veiculos .hoverzoom:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.5);
		transform: scale(1.2);
	}

	#loop-veiculos h2 a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 18px;
		color: #171717;
		font-weight: normal;
		margin-left: 20px;
		margin-top: 10px;
	}

	#loop-veiculos h2 a:hover {
		color: #CCC;
	}

	#loop-veiculos h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 26px;
		color: #FECD29;
		text-align: right;
		font-weight: 700;
		margin: 8px 20px 8px 20px;
		border-bottom: #FFF 1px solid;
	}

	#loop-veiculos h4 {
		display: block;
		font-family: 'Open Sans';
		font-size: 16px;
		color: #c7cacb;
		font-weight: normal;
		margin-left: 20px;
	}

	#loop-veiculos a.categoria {
		text-decoration: none;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0;
		width: auto;
		padding: 7px;
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		background-color: rgba(193, 185, 107, 0.7);
		z-index: 101;
		-webkit-transition: background 0.3s ease-out;
		-moz-transition: background 0.3s ease-out;
		-o-transition: background 0.3s ease-out;
		-ms-transition: background 0.3s ease-out;
	}

	#loop-veiculos a.categoria:hover {
		background-color: #c1b96b;
		filter: alpha(opacity=100);
		moz-opacity: 1;
		opacity: 1;
	}

	#detalhe {
		width: 560px;
		margin: 30px auto 0 auto;
	}

	#detalhe .esquerdo {
		width: 560px;
	}

	#detalhe .direito {
		width: 560px;
	}

	#detalhe h2 {
		font-family: 'Open Sans';
		font-size: 32px;
		font-weight: 700;
		color: #F60;
		margin-bottom: 20px;
	}

	#detalhe h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 20px;
		font-weight: 700;
		color: #FECD29;
		margin-top: 30px;
	}

	#detalhe .descricao {
		width: 260px;
		float: left;
		margin-right: 20px;
		margin-bottom: 30px;
	}

	#detalhe p {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .normal {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .taxado {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #aebac4;
		display: block;
		margin: 5px 0;
		text-align: left;
		text-decoration: line-through;
	}

	#contato iframe {
		width: 560px;
		height: 365px;
		margin-bottom: 40px;
	}

	#contato .esquerdo h2 {
		font-family: 'Open Sans';
		font-size: 15px;
		color: #FFF;
		font-weight: 500;
		line-height: 36px;
	}

	/* FOOTER */
	#rodape-container {
		background-color: #444E54;
		float: left;
		width: 100%;
		-webkit-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		-moz-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
	}

	#rodape {
		background-image: url(files/imgs/logomarca-footer.png);
		background-repeat: no-repeat;
		background-position: center center;
		width: 560px;
		margin: 0 auto 0 auto;
		padding: 40px 0;
		overflow: hidden;
	}

	#rodape h1 {
		display: block;
		font-family: 'Open Sans';
		color: #FECD29;
		font-size: 20px;
		padding: 7px;
		font-weight: 700;
	}

	#rodape h2 {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		color: #FFF;
		font-size: 14px;
		padding-bottom: 5px;
		font-weight: normal;
	}

	#rodape .facebook {
		float: left;
		max-width: 280px;
		margin-right: 40px;
	}

	#rodape .contato {
		float: left;
		width: 240px;
		margin-bottom: 20px;
	}

	#assinatura-container {
		width: 100%;
		background-color: #171717;
		border-top: #FFF 1px solid;
		height: auto;
		float: left;
		padding: 20px 0 20px 0;
	}

	#assinatura {
		width: 45px;
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width:599px) and (min-width:480px) {

	/* HEADER */
	#topo {
		background-image: none;
		background-position: bottom center;
		background-repeat: no-repeat;
		width: 440px;
		height: 140px;
		margin: 0 auto;
	}

	#topo .logomarca {
		background-image: url(files/imgs/logomarca.png);
		background-position: center center;
		background-repeat: no-repeat;
		float: none;
		width: 280px;
		height: 140px;
		overflow: hidden;
		margin: 20px auto;
	}

	#topo .contatos {
		display: none;
	}

	#cssmenu {
		background-color: #FECD29;
		float: left;
		width: 100%;
		border-top: #FFF 1px solid;
	}

	#cssmenu ul {
		width: 440px;
		margin: 0 auto 0 auto;
	}

	#cssmenu ul li {
		float: left;
		width: 20%;
		height: 50px;
		line-height: 50px;
	}

	#cssmenu ul li a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 12px;
		color: #333;
		text-align: center;
		text-transform: uppercase;
		font-weight: 800;
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		-ms-transition: 0.3s ease-out;
	}

	#cssmenu ul li a:hover {
		background-color: #858c90;
		filter: alpha(opacity=100);
		moz-opacity: 1;
		opacity: 1;
		color: #FFF;
		-webkit-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
		box-shadow: inset 0px 6px 10px -5px rgba(0, 0, 0, 0.4);
	}

	/* CORPO */
	#corpo h1 {
		font-family: 'Open Sans';
		font-size: 28px;
		color: #FFF;
		display: block;
		margin: 10px 0 10px 0;
		text-align: left;
		font-weight: normal;
	}

	#corpo p {
		font-family: 'Open Sans';
		font-size: 16px;
		color: #FFF;
		display: block;
		margin: 20px 0;
		text-align: justify;
	}

	#corpo .esquerdo {
		width: 440px;
		float: left;
	}

	#corpo .direito {
		width: 440px;
		float: left;
		margin-bottom: 40px;
	}

	#consignacao,
	#contato {
		width: 440px;
		margin: 50px auto 0 auto;
	}

	#formulario {
		margin-bottom: 50px;
	}

	#formulario input[type="text"],
	input[type="file"] {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 14px;
		padding: 10px;
		outline: 0;
		width: 100%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

	#formulario textarea {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 14px;
		padding: 10px;
		outline: 0;
		width: 100%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

	#recentes-container {
		float: left;
		width: 100%;
	}

	#recentes {
		width: 440px;
		padding: 30px 0;
		margin: 0 auto;
	}

	#loop-veiculos {
		background-color: #858c90;
		position: relative;
		float: left;
		width: 196px;
		height: 340px;
		margin: 12px;
		-webkit-border-bottom-right-radius: 16px;
		-webkit-border-bottom-left-radius: 16px;
		-moz-border-radius-bottomright: 16px;
		-moz-border-radius-bottomleft: 16px;
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
		-webkit-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		-moz-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
	}

	#loop-veiculos .hoverzoom {
		width: 196px;
		height: 150px;
		overflow: hidden;
	}

	#loop-veiculos .hoverzoom img {
		width: 100%;
		-webkit-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-moz-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-ms-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-o-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
	}

	#loop-veiculos .hoverzoom:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.5);
		transform: scale(1.2);
	}

	#loop-veiculos h2 a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 16px;
		color: #171717;
		font-weight: normal;
		margin-left: 20px;
		margin-top: 10px;
	}

	#loop-veiculos h2 a:hover {
		color: #CCC;
	}

	#loop-veiculos h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 20px;
		color: #FECD29;
		text-align: right;
		font-weight: 700;
		margin: 8px 20px 8px 20px;
		border-bottom: #FFF 1px solid;
	}

	#loop-veiculos h4 {
		display: block;
		font-family: 'Open Sans';
		font-size: 14px;
		color: #c7cacb;
		font-weight: normal;
		margin-left: 20px;
	}

	#loop-veiculos a.categoria {
		text-decoration: none;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0;
		width: auto;
		padding: 7px;
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		background-color: rgba(193, 185, 107, 0.7);
		z-index: 101;
		-webkit-transition: background 0.3s ease-out;
		-moz-transition: background 0.3s ease-out;
		-o-transition: background 0.3s ease-out;
		-ms-transition: background 0.3s ease-out;
	}

	#loop-veiculos a.categoria:hover {
		background-color: #c1b96b;
		filter: alpha(opacity=100);
		moz-opacity: 1;
		opacity: 1;
	}

	#detalhe {
		width: 440px;
		margin: 30px auto 0 auto;
	}

	#detalhe .esquerdo {
		width: 440px;
	}

	#detalhe .direito {
		width: 440px;
	}

	#detalhe h2 {
		font-family: 'Open Sans';
		font-size: 32px;
		font-weight: 700;
		color: #F60;
		margin-bottom: 20px;
	}

	#detalhe h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 20px;
		font-weight: 700;
		color: #FECD29;
		margin-top: 30px;
	}

	#detalhe .descricao {
		width: 200px;
		float: left;
		margin-right: 20px;
		margin-bottom: 30px;
	}

	#detalhe p {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .normal {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .taxado {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #aebac4;
		display: block;
		margin: 5px 0;
		text-align: left;
		text-decoration: line-through;
	}

	#contato iframe {
		width: 440px;
		height: 365px;
		margin-bottom: 40px;
	}

	#contato .esquerdo h2 {
		font-family: 'Open Sans';
		font-size: 17px;
		color: #FFF;
		font-weight: 500;
		line-height: 36px;
	}

	/* FOOTER */
	#rodape-container {
		background-color: #444E54;
		float: left;
		width: 100%;
		-webkit-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		-moz-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
	}

	#rodape {
		background-image: url(files/imgs/logomarca-footer.png);
		background-repeat: no-repeat;
		background-position: center center;
		width: 440px;
		margin: 0 auto 0 auto;
		padding: 40px 0;
		overflow: hidden;
	}

	#rodape h1 {
		display: block;
		font-family: 'Open Sans';
		color: #FECD29;
		font-size: 20px;
		padding: 7px;
		font-weight: 700;
	}

	#rodape h2 {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		color: #FFF;
		font-size: 14px;
		padding-bottom: 5px;
		font-weight: normal;
	}

	#rodape .facebook {
		max-width: 280px;
		margin: 0 auto 30px auto;
	}

	#rodape .contato {
		width: 280px;
		margin: 0 auto 20px auto;
	}

	#assinatura-container {
		width: 100%;
		background-color: #171717;
		border-top: #FFF 1px solid;
		height: auto;
		float: left;
		padding: 20px 0 20px 0;
	}

	#assinatura {
		width: 45px;
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width:479px) {

	/* HEADER */
	#topo {
		background-image: none;
		background-position: bottom center;
		background-repeat: no-repeat;
		width: 280px;
		height: 140px;
		margin: 0 auto;
	}

	#topo .logomarca {
		background-image: url(files/imgs/logomarca240.png);
		background-position: center center;
		background-repeat: no-repeat;
		float: left;
		width: 240px;
		height: 140px;
		overflow: hidden;
		margin: 20px 0;
	}

	#topo .contatos {
		display: none;
	}

	#cssmenu {
		background-color: #FECD29;
		float: left;
		width: 100%;
		border-top: #FFF 1px solid;
	}

	#cssmenu ul {
		width: 280px;
		margin: 0 auto 0 auto;
	}

	#cssmenu ul li {
		float: left;
		width: 100%;
		height: 40px;
		line-height: 40px;
	}

	#cssmenu ul li a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 12px;
		color: #333;
		text-align: center;
		text-transform: uppercase;
		font-weight: 800;
	}

	/* CORPO */
	#corpo h1 {
		font-family: 'Open Sans';
		font-size: 28px;
		color: #FFF;
		display: block;
		margin: 10px 0 10px 0;
		text-align: left;
		font-weight: normal;
	}

	#corpo p {
		font-family: 'Open Sans';
		font-size: 16px;
		color: #FFF;
		display: block;
		margin: 20px 0;
		text-align: justify;
	}

	#corpo .esquerdo {
		width: 280px;
		float: left;
	}

	#corpo .direito {
		width: 280px;
		float: left;
		margin-bottom: 40px;
	}

	#consignacao,
	#contato {
		width: 280px;
		margin: 50px auto 0 auto;
	}

	#formulario {
		margin-bottom: 50px;
	}

	#formulario input[type="text"],
	input[type="file"] {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 14px;
		padding: 10px;
		outline: 0;
		width: 100%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

	#formulario textarea {
		font-family: 'Open Sans';
		color: #5e768a;
		font-size: 14px;
		padding: 10px;
		outline: 0;
		width: 100%;
		border: #dedede 1px solid;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 3px;
	}

	#recentes-container {
		float: left;
		width: 100%;
	}

	#recentes {
		width: 280px;
		padding: 30px 0;
		margin: 0 auto;
	}

	#loop-veiculos {
		background-color: #858c90;
		position: relative;
		float: left;
		width: 274px;
		height: 405px;
		margin: 0 3px 37px 3px;
		-webkit-border-bottom-right-radius: 16px;
		-webkit-border-bottom-left-radius: 16px;
		-moz-border-radius-bottomright: 16px;
		-moz-border-radius-bottomleft: 16px;
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
		-webkit-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		-moz-box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
		box-shadow: 0px 15px 19px -15px rgba(0, 0, 0, 0.55);
	}

	#loop-veiculos .hoverzoom {
		width: 274px;
		height: 210px;
		overflow: hidden;
	}

	#loop-veiculos .hoverzoom img {
		width: 100%;
		-webkit-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-moz-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-ms-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		-o-transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
		transition: all .5s cubic-bezier(.190, 1.000, .220, 1.000);
	}

	#loop-veiculos .hoverzoom:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.5);
		transform: scale(1.2);
	}

	#loop-veiculos h2 a {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		font-size: 18px;
		color: #171717;
		font-weight: normal;
		margin-left: 20px;
		margin-top: 10px;
	}

	#loop-veiculos h2 a:hover {
		color: #CCC;
	}

	#loop-veiculos h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 26px;
		color: #FECD29;
		text-align: right;
		font-weight: 700;
		margin: 8px 20px 8px 20px;
		border-bottom: #FFF 1px solid;
	}

	#loop-veiculos h4 {
		display: block;
		font-family: 'Open Sans';
		font-size: 16px;
		color: #c7cacb;
		font-weight: normal;
		margin-left: 20px;
	}

	#loop-veiculos a.categoria {
		text-decoration: none;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0;
		width: auto;
		padding: 7px;
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		background-color: rgba(193, 185, 107, 0.7);
		z-index: 101;
		-webkit-transition: background 0.3s ease-out;
		-moz-transition: background 0.3s ease-out;
		-o-transition: background 0.3s ease-out;
		-ms-transition: background 0.3s ease-out;
	}

	#loop-veiculos a.categoria:hover {
		background-color: #c1b96b;
		filter: alpha(opacity=100);
		moz-opacity: 1;
		opacity: 1;
	}

	#detalhe {
		width: 280px;
		margin: 30px auto 0 auto;
	}

	#detalhe .esquerdo {
		width: 280px;
	}

	#detalhe .direito {
		width: 280px;
	}

	#detalhe h2 {
		font-family: 'Open Sans';
		font-size: 28px;
		font-weight: 700;
		color: #F60;
		margin-bottom: 20px;
	}

	#detalhe h3 {
		display: block;
		font-family: 'Open Sans';
		font-size: 18px;
		font-weight: 700;
		color: #FECD29;
		margin-top: 30px;
	}

	#detalhe .descricao {
		width: 280px;
		float: left;
		margin-bottom: 30px;
	}

	#detalhe p {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .normal {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #FFF;
		display: block;
		margin: 5px 0;
		text-align: left;
	}

	#detalhe .taxado {
		font-family: 'Open Sans';
		font-size: 14px;
		color: #aebac4;
		display: block;
		margin: 5px 0;
		text-align: left;
		text-decoration: line-through;
	}

	#contato iframe {
		width: 280px;
		height: 260px;
		margin-bottom: 30px;
	}

	#contato .esquerdo h2 {
		font-family: 'Open Sans';
		font-size: 15px;
		color: #FFF;
		font-weight: 500;
		line-height: 36px;
	}

	/* FOOTER */
	#rodape-container {
		background-color: #444E54;
		float: left;
		width: 100%;
		-webkit-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		-moz-box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
		box-shadow: 0px 3px 71px 6px rgba(0, 0, 0, 0.45);
	}

	#rodape {
		background-image: url(files/imgs/logomarca-footer.png);
		background-repeat: no-repeat;
		background-position: center center;
		width: 280px;
		margin: 0 auto 0 auto;
		padding: 40px 0;
		overflow: hidden;
	}

	#rodape h1 {
		display: block;
		font-family: 'Open Sans';
		color: #FECD29;
		font-size: 20px;
		padding: 7px;
		font-weight: 700;
	}

	#rodape h2 {
		display: block;
		text-decoration: none;
		font-family: 'Open Sans';
		color: #FFF;
		font-size: 14px;
		padding-bottom: 5px;
		font-weight: normal;
	}

	#rodape .facebook {
		max-width: 280px;
		margin: 0 auto 30px auto;
	}

	#rodape .contato {
		width: 280px;
		margin: 0 auto 20px auto;
	}

	#assinatura-container {
		width: 100%;
		background-color: #171717;
		border-top: #FFF 1px solid;
		height: auto;
		float: left;
		padding: 20px 0 20px 0;
	}

	#assinatura {
		width: 45px;
		margin: 0 auto 0 auto;
	}
}