@charset "UTF-8";

* {
	font-family: 'Roboto', sans-serif;
}

/* TOPO */
body {
	border-top: 10px solid #000;
	padding-top: 20px;
}

#topo {
	margin-bottom: 20px;
}

.topo-info {
	margin-top: 40px;
	text-align: right;
}

.topo-info p:first-child {
	font-size: 1.4em;
	padding-bottom: 10px;
}

.topo-info p:first-child i {
	color: #9e0000;
}

.topo-info p:first-child i {
    position: relative;
	top: 1px;
	right: 5px;
}

.topo-info p:first-child span {
	padding-left: 30px;
}

.topo-info p:last-child {
	font-size: 1.1em;
	text-transform: uppercase;
}
/* FIM | TOPO */

/* NAVEGAÇÃO */
.navbar {
	background-color: #9e0000;
	margin-bottom: 0;
	border-radius: 0;
}

.nav li a {
    transition: .5s;
	color: #fff;
}

.nav li a:focus,
.nav li a:hover {
	transition: .5s;
	background: transparent;
	color: #ccc;
}
/* FIM | NAVEGAÇÃO */

/* DESTAQUES */
.titulo-destaque {
	margin-top: 20px;
	margin-bottom: 20px;
}

.titulo-destaque h1 {
	color: #393939;
}

.linha-titulo-destaque {
	width: 165px;
	border-bottom: 1px solid #393939;
	margin-bottom: 10px;
}

.titulo-destaque p {
	color: #767676;
}

.titulo-destaque a {
	transition: .5s;
	margin-top: 30px;
	float: right;
	border: 1px solid #a90705;
	padding: 12px 18px;
	color: #a90705;
}

.titulo-destaque a:focus,
.titulo-destaque a:hover {
	transition: .5s;
	color: #fff;
	text-decoration: none;
	background-color: #9E0000;
	border-color: #9E0000;
	box-shadow: 3px 3px 10px #9E0000;
}

.destaques {
	padding: 0;
}

.destaque {
	transition: .5s;
    border: 1px solid #c2c2c2;
	width: 20%;
	margin: 20px 2.5%;
	padding: 0px;
	height: 270px;
}

.destaque:focus,
.destaque:hover,
.destaque:focus .imagem-destaque button,
.destaque:hover .imagem-destaque button{
	transition: all .5s;
	display: block;
	background-color: rgb(0, 0, 0);
}

.imagem-destaque button {
	display: none;
	border-radius: 0;
	position: absolute;
	margin-left: 17%;
	margin-top: 25%;
	opacity: 1 !important;
	background-color: #fff !important;
	color: #000 !important;
	font-weight: 700;
}

.carrinho {
	padding-top: 13px;
    color: #000;
	float: left;
}

.nome-destaque {
	color: #000;
	font-size: 1.1em;
}

.imagem-destaque {
	height: 180px;
}

.desc-destaque {
	position: relative;
	top: 20px;
	font-size: .85em;
	color: #8d8d8d;
	text-transform: uppercase;
	text-align: right;
}

.div-valor-destaque {
	position: relative;
	bottom: 60px;
	background-color: rgba(138, 0, 0, .8);
}

.valor-destaque {
    text-align: right;
	padding: 5px;
	color: #fff;
	font-size: 1.1em;
}
/* FIM | DESTAQUES */

/* INFO */
#info {
	margin-top: 40px;
	margin-bottom: 40px;
}

#info hr {
	border-top-color: #cdcdcd;
}

.info h4 {
	color: #000;
}

.info h4 i {
	padding-right: 12px;
}

.info p,
.info p i,
.info p a {
	transition: .5s;
	color: #787878;
}

.info p a:focus,
.info p a:hover {
	transition: .5s;
	color: #000;
}
/* FIM | INFO */

/* MAPA */
.modal-dialog {
	width: 800px;
}

.modal-header {
	background-color: #9E0000;
	color: #fff;
}

.modal-header .close {
	opacity: 1;
	color: #fff;
}

.modal-content iframe {
	width: 100%;
	height: 500px;
}
/* FIM | MAPA */

/* INCLUDES */
.pg-empresa p {
	font-size: 1.2em;
	line-height: 1.5;
}

.panel-primary {
	border: 1px solid #9E0000;
}

.panel-primary .panel-heading {
	background-color: #9E0000;
	border: 1px solid #9E0000;
}

.btn-envia-ficha {
	transition: .5s;
	background-color: #9E0000;
	border-color: #9E0000;
}

.btn-envia-ficha:focus,
.btn-envia-ficha:hover {
	transition: .5s;
	background-color: #9E0000;
	border-color: #9E0000;
	opacity: .8;
}

#enviar-contato {
	transition: .5s;
	background-color: #9E0000;
	border-color: #9E0000;
}

#enviar-contato:focus,
#enviar-contato:hover {
	transition: .5s;
	background-color: #9E0000;
	border-color: #9E0000;
	opacity: .8;
}

.link-detran a {
	text-decoration: underline;
}
/* FIM | INCLUDES */

/* RODAPÉ */
#rodape {
	background-color: #252525;
	color: #fff;
	padding: 20px 0 10px 0;
}

.litoralcar img {
	margin-top: -10px;
}

.rolar-topo i {
	float: right;
	cursor: pointer;
	transition: .5s;
	font-size: 1.3em;
}

.rolar-topo i:focus,
.rolar-topo i:hover {
    transition: .5s;
	color: #ccc;
}
/* FIM | RODAPÉ */

@media (max-width: 1199px) and (min-width: 992px) {
	.destaque {
		height: 280px;
	}
	
	.nome-destaque {
       font-size: 1em;
	}
	
	.carrinho {
		padding-top: 2px;
	}
	
	.div-valor-destaque {
		bottom: 80px;
	}
	
	.desc-destaque {
		font-size: .8em;
	}
	
	.imagem-destaque button {
		display: none;
		border-radius: 0;
		position: absolute;
		margin-left: 10%;
		margin-top: 40%;
		opacity: 1 !important;
    }
	
	.btn-mais-infos,
	.btn-proposta {
		font-size: .85em;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.topo-info p:first-child {
		font-size: 1.2em;
	}
	
	.topo-info p:first-child i {
		top: 1px;
	}
	
	.topo-info p:last-child {
		font-size: 1em;
	}
	
	.destaque {
		width: 48%;
		height: 350px;
		margin-left: 0;
		margin-right: 1%;
		margin-bottom: 0;
	}
	
	.nome-destaque {
       font-size: 1.4em;
	}
	
	.imagem-destaque {
		height: 250px;
	}
	
	.imagem-destaque button {
		display: none;
		border-radius: 0;
		position: absolute;
		margin-left: 30%;
		margin-top: 30%;
		opacity: 1 !important;
    }
	
	.div-valor-destaque {
		bottom: 65px;
	}
	
	.desc-destaque {
		font-size: 1.2em;
	}
	
	.modal-dialog {
		width: 600px;
	}
	
	.litoralcar img {
		margin-top: 0;
	}
	
	.rolar-topo {
		font-size: 1.6em;
	}
}

@media (max-width: 767px) {
	.topo-logo img {
		margin: 0 auto;
	}
	
	.topo-info p {
		text-align: center;
	}
	
	.navbar-toggle {
		border: 1px solid #fff;
		border-radius: 0;
	}
	
	.icon-bar {
		background-color: #fff;
	}
	
	#myCarousel {
		display: none;
	}
	
	.titulo-destaque h2 {
		font-size: 1.5em;
	}
	
	.titulo-destaque a {
		width: 100%;
		text-align: center;
	}
	
	.destaque {
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		height: 400px;
	}
	
	.nome-destaque {
		font-size: 1.4em;
	}
	
	.imagem-destaque {
		height: 300px;
	}
	
	.imagem-destaque button {
		display: none;
		border-radius: 0;
		position: absolute;
		margin-left: 25%;
		margin-top: 40%;
		opacity: 1 !important;
    }
	
	.div-valor-destaque {
		bottom: 65px;
	}
	
	.desc-destaque {
		font-size: 1.2em;
	}
	
	.info {
		margin-bottom: 20px;
	}
	
	.info:last-child {
		margin-bottom: 0;
	}
	
	.litoralcar {
		text-align: center;
	}
	
	.litoralcar img {
		margin-top: 0;
	}
	
	.rolar-topo {
		width: 100%;
	}
	
	.rolar-topo i {
		display: block;
		float: none;
		text-align: center;
		padding: 20px;
		font-size: 1.6em;
	}
	
	.modal-dialog {
		width: 95%;
	}
}