@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'Rambla', sans-serif;	
}

.lgpd_conteudo {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.lgpd_check {
    position: fixed;
    bottom: 1%;
    left: 1%;
    width: 98%;
    height: auto;
    background-color: #F0F0F0;
    color: #333333;
    padding: 20px 10px;
    z-index: 9999;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.lgpd_message {
    text-align: left;
    font-size:1.3em;
}

.lgpd_button {
    text-align: center;
}

.lgpd_button button {
    font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	color: #333333;
    border: 1px solid #333333;
    padding: 10px;
    background-color: #ffffff;
}

.logo_mob {
	display: none;	
}

.banner_slider {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#banners {
    position: relative;
    width: 100%;
    height: 500px;
    top: 0;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
}

.conteudo {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
}

.navbar {
    position: relative;
    min-height: 35px;
    margin-bottom: 0px;
    border: 0;
}

.nav-pills {
	background-color: #00447c;
}

.nav-pills li a {
	color: #FFFFFF;	
	border-radius: 0px;
	white-space: nowrap;
	padding: 8px 0;
	font-size: 18px;
	line-height: 1.1;
}

.nav>li>a:focus, .nav>li>a:hover {
	color: #FFFFFF;	
	background-color: #00284a;
}

.nav>li.active>a, .nav>li.active>a:focus, .nav>li.active>a:hover {
	color: #FFFFFF;	
	background-color: #00284a;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;	
}

.retorno_form_ok {
	border: 1px dashed #8E8E8E;
	margin: 5px 5px 15px 5px;
	padding:5px;
	text-align:center;
	background-color:#C1FFBC;
}

.retorno_form_erro {
	border: 1px dashed #8E8E8E;
	margin: 5px 5px 15px 5px;
	padding:5px;
	text-align:center;
	background-color:#FF999A;
}

.cor_claro {
	background-color: #00447c;	
}

.cor_escuro {
	background-color: #00284a;	
}

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.slides-pagination a {
    border: 2px solid #222;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
}

.slides-pagination a {
    width: 15px;
    height: 15px;
    margin: 5px 2px;
    border-color: black;
    -webkit-box-shadow: 0 1px 1px black;
    -moz-box-shadow: 0 1px 1px black;
    box-shadow: 0 1px 1px black;
}

.slides-pagination a.current {
    background: white;
}

.servicos .swiper-slide {
	min-height: 155px;
}

header .conteudo {
	padding: 0;	
}

header .conteudo.flex>div {
	width: 50%;	
	padding: 12px 0;
}

header .conteudo.flex>div+div {
	float: right;
	text-align: right;
	padding: 22px 0;
}

header .conteudo.flex>div+div>div {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1;
}

header .conteudo.flex>div+div>div+div {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #000000;
}

#promocoes, #oportunidades {
	display: inline-block;
	padding: 13px;
	border: 1px solid #808080;
	font-size: 20px;
	line-height: 1.1;
	color: #4d4d4d;
	font-weight: bold;
	vertical-align: top;
	margin-right: 19px;
	z-index: 1000;
	overflow: hidden;
}

#promocoes img {
	width: 100%;	
	margin-top: 10px;
}

#promocoes {
	width: 223px;	
}

#oportunidades {
	width: 338px;	
}

#galeria_home {
	display: inline-block;
	width: 495px;
	vertical-align: top;
}

.swiper-container {
    padding: 0;
}

footer {
	background-color: #aaaaaa;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.2;
}

footer .conteudo>div {
	display: table-cell;
	vertical-align: middle;
}

footer .conteudo>div+div {
	padding-left: 25px;
	vertical-align: top;
	width: 960px;
}

/*footer .conteudo>div+div+div {
	text-align: right;	
	width: 262px;
}*/

footer ul {
	display: inline-block;	
	padding: 0 20px 0 20px;
}

footer a {
	color: #FFFFFF;	
}

footer a:hover, footer a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

footer p {
	margin: 0;	
}

footer h4 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px #000000 solid;
	line-height: 1.8;
	margin: 0 0 10px 0;
}

footer>div+div {
	background-color: #777777;
	font-weight: normal;
	font-size: 12px;
}

footer .conteudo.flex {
	padding: 8px 0;	
}

footer .conteudo.flex>div {
	width: 50%;
}

footer .conteudo.flex>div+div {
	text-align: right;
}

.tit_pagina {
	background-color: #777777;	
}

.tit_pagina h1 {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	margin: 0;
}

.subtit_pagina {
	border-bottom: 1px solid #808080;	
}

.subtit_pagina h2 {
	font-size: 30px;
	font-weight: bold;
	color: #4d4d4d;
	line-height: 1;
	margin: 0 0 10px;
}

.subtit_pagina h4 {
	font-size: 18px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 1;	
}

.content-crop {
	display: inline-block;
	width: 760px;
	min-height: 650px;
}

.nav-tabs {
    border-bottom: 1px solid #808080;
	clear: both;
	margin-top: 30px;
}

.nav-tabs>li>a {
	font-size: 20px;
    margin-right: 0;
    line-height: 1.42857143;
	background-color: #cccccc;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0;
	padding: 8px 45px;
	color: #4d4d4d;
	border-bottom: 1px solid #808080;
	
}

.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    color: #FFFFFF;
    background-color: #00284a;
    border: 1px solid #00284a;
    border-bottom-color: transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #FFFFFF;
    cursor: default;
    background-color: #00284a;
    border: 1px solid #00284a;
    border-bottom-color: transparent;
}

.tab-content {
	padding-top: 20px;	
}

.pop-form {
	float: right;
	width: 298px;
	border: 1px solid #808080;
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: -90px;
	font-size: 16px;
	color: #4d4d4d;
}

.pop-form h3 {
	font-size: 22px;
	color: #00284a;
	line-height: 1;
	margin: 0;
	font-weight: bold;
}

.pop-form .pop-input {
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #808080;
	padding: 0;
	line-height: 35px;
}

.pop-form .pop-input:focus {
	background-color: #FFFFFF;
}

.pop-form label {
	font-weight: normal;
	margin: 10px 0 0;	
}

.pop-form textarea {
	width: 100%;
	resize: vertical;
	background-color: #e6e6e6;
	border: 1px solid #808080;
}

.pop-form textarea:focus {
	background-color: #FFFFFF;
}

.pop-form .pop-btn {
	font-size: 22px;
	line-height: 35px;
	padding: 0 40px;
	border-radius: 7px;
	background-color: #00284a;
	border: 1px solid #000000;
	color: #FFFFFF;
	margin-top: 12px;
}

.pop-form .test-drive {
	padding: 10px 10px 10px 30px;
	background-color: #00284a;
	border: 1px solid #000000;
	color: #FFFFFF;
  	position: relative;
	margin-top: 10px;
}
.pop-form .test-drive label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #FFFFFF;
	/*background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
	background: linear-gradient(to bottom, #222222 0%, #45484d 100%);*/
	border-radius: 0;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
	margin: 0;
}
.pop-form .test-drive label:after {
	content: '';
	width: 12px;
	height: 7px;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 3px solid #00284a;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.pop-form .test-drive label:hover::after {
	opacity: 0.3;
}
.pop-form .test-drive input[type=checkbox] {
	visibility: hidden;
}
.pop-form .test-drive input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.pop-form #frmFiltro div label {
	width: 50%;
	font-size: 14px;
	margin: 0;
}
.pop-form #frmFiltro div input {
	margin-right: 5px;
}

.pop-form #frmFiltro #ano, .pop-form #frmFiltro #valor {
	border: 0;
	color: #00284a;	
}

.pop-form #frmFiltro #busca {
	background-color: #e6e6e6;
	border-color: #808080;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #000000;
    background: #00284a;
    font-weight: normal;
    color: #454545;
    border-radius: 10px;
}

.ui-widget-header {
    border: 1px solid #00284a;
    background: #00284a;
    color: #333333;
    font-weight: bold;
}

.ui-widget-content {
    border: 1px solid #00284a;
    background: #ffffff;
    color: #333333;
	border-radius: 0;
}

.carro {
	float: left;
	margin-bottom: 15px;
	margin-right: 65px;
	max-width: 210px;
	min-height: 320px;
}

.carro>div:first-child {
	min-height: 160px;
}

.carro.u {
	margin-right: 0;	
}

.carro a {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: normal;
}

.carro a:hover {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}

.carro_tit a {
	color: #00284a;
	font-size: 20px;
	font-weight: bold;
}

.carro_tit a:hover {
	color: #00284a;
	font-size: 20px;
	font-weight: bold;
}

.noPromo {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	padding: 50px;
}

input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
  margin-right: 40px;
  margin-top: 0;
}

input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width			   : 1.2em;
  height		   : 1.2em;
  margin		   : 0.25em 0.5em 0.25em 0.25em;
  border		   : 1px solid rgb(77,77,77);
  border-radius    : 0.72em;
  background       : rgb(255,255,255);
  background-image :    -moz-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :     -ms-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :      -o-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image : -webkit-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :         linear-gradient(rgb(255,255,255),rgb(255,255,255));
  vertical-align   : middle;
}

input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :     -ms-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :      -o-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image : -webkit-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :         linear-gradient(rgb(255,255,255),rgb(255,255,255));
}

input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width			   : 0.8em;
  height		   : 0.8em;
  margin		   : 0.15em 0 0 0.15em;
  border           : 0.0625em solid rgb(77,77,77);
  border-radius    : 0.5em;
  background       : rgb(77,77,77);
  background-image :    -moz-linear-gradient(rgb(77,77,77),rgb(77,77,77));
  background-image :     -ms-linear-gradient(rgb(77,77,77),rgb(77,77,77));
  background-image :      -o-linear-gradient(rgb(77,77,77),rgb(77,77,77));
  background-image : -webkit-linear-gradient(rgb(77,77,77),rgb(77,77,77));
  background-image :         linear-gradient(rgb(77,77,77),rgb(77,77,77));
}

.seminovo {
	font-size: 16px;
	height: 85px;	
	font-weight: normal;
}

.seminovo a, .seminovo a:hover {
	color: #4d4d4d;	
}

.seminovo>div {
	float: left;
}

.seminovo>div+div {
	padding-left: 15px;
	max-width: 210px;
}

.swiper-container-oportunidades {
  margin: 0 auto;
  position: relative;
  /*overflow: hidden;*/
  /* Fix of Webkit flickering */
  z-index: 1;
  padding: 15px 0;
}

.swiper-container .servicos {
  margin: 0 auto;
  position: relative;
  /*overflow: hidden;*/
  /* Fix of Webkit flickering */
  z-index: 1;
  padding: 15px 0;
}

.swiper-container-oportunidades.swiper-container-horizontal > .swiper-pagination {
    bottom: -10px;
    left: 0;
    width: 100%;
}

.navbar-toggle {
	border: 1px solid #000000;	
}

.navbar-toggle .icon-bar {
	background-color: #000000;	
}

.btn-mobile {
	display: none;
	width: 40px;
	height: 40px;
	border: 1px solid #808080;
	position: absolute;
	top: 70px;
	left: -40px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	background: url(../../imagens/icon_form.png) center center no-repeat #FFFFFF;
}

.btn_form {
	position: fixed;
	display: none;
	float: top;
	top: 70px;
	right: 15px;
	z-index: 100;
}

.social_media {
	display: none;
}

.whatsapp-float {
	position:fixed;
	width:50px;
	height:50px;
	bottom:15px;
	right:15px;
	z-index:9999;
}

@media (max-width: 768px) {
	#banners, .banner_slider {
		height: 45vw;
	}

	.logo_mob {
		float: left;
		display: block;
		padding: 5px 10px 0;	
	}
	
	.social_media {
		float: right;
		display: block;
		padding: 10px 10px 0;	
	}
	
	.social_media img {
		margin: 0 5px;
		height: 32px;
	}	
	
	.flex {
		display: block;
	}
	
	#promocoes, #oportunidades {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#oportunidades {
		width: 100%;
		max-width: 338px;	
	}
	
	#galeria_home {
		display: block;
		width: 100%;
		max-width: 495px;
		max-height: 330px;
		vertical-align: top;
		margin: 0 auto;
	}
	
	#galeria_home img {
		width: 100%;
		max-width: 495px;
	}
	
	footer .conteudo>div {
		display: block;
		margin: 0 auto 10px;
		vertical-align: middle;
	}
	
	footer .conteudo>div+div {
		padding-left: 25px;
		vertical-align: top;
		width: 100%;
		max-width: 363px;
	}
	
	footer .conteudo>div+div+div {
		text-align: right;	
		width: 262px;
	}
	
	footer .conteudo.flex > div {
		width: 90%;
	}
	
	header .cor_claro {
		background-color: #FFFFFF;	
	}
	
	.carro {
		float: none;
		clear: both;
		margin-bottom: 15px;
		margin-right: auto;
		margin-left: auto;
		max-width: 210px;
		min-height: 300px;
	}
	
	.carro.u {
		margin-right: auto;
	}
	
	.content-crop {
		display: block;
		width: 100%;
		min-height: 650px;
	}
	
/*
	.pop-form {
		float: none;
		width: 280px;
		max-height: 100vh;
		border: 1px solid #808080;
		padding: 20px;
		background-color: #FFFFFF;
		margin-top: -100px;
		font-size: 16px;
		color: #4d4d4d;
		position: fixed;
		top: 100px;
		right: -280px;
		z-index: 1500;
	}
*/
	
	.pop-form {
		float: none;
		margin-top: 0;
	}
	
	.btn_form {
		display: block;
	}
	
	.ui-widget-content {
		width: 90%;
		margin: 0 auto;
	}
	
	.btn-mobile {
		display: block;
	}
	
	.pop-form #frmFiltro div label {
		width: 70%;
	}
	
	.conteudo {
		padding-left: 10px;
		padding-right: 10px;	
	}
	
	.conteudo img {
		max-width: 100%;
	}
	
	.conteudo iframe {
		max-width: 100%;	
	}
	
	input[type="radio"]:not(old) + label {
		display: block;
		margin-left: 0;
		line-height: 1.5em;
		margin-right: 40px;
		margin-top: 0;
	}
	
	.nav-tabs>li>a {
		padding: 5px 25px;
	}
}

