


body{
  font-family: 'Montserrat', sans-serif;
  background: #fafafa;
}

ul, nav{
	padding: 0;
	margin: 0;
	list-style-type: none;
}


.alert{
	width: 100%;
	padding: 10px 15px;
}

.cta-orange {
    background: #F26B35;
    color: #fff;
}

.cta-orange:hover {
    color: #1A1746;
    background: #fff;
}

atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}


.lote .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.lote .swiper-slide {
  background-size: cover;
  background-position: center;
}
.lote .gallery-top {
  height: 80%;
  width: 100%;
}
.lote .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.lote .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.lote .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}




.destaques .swiper-container {
  width: 100%;
  height: 100%;
}

.destaques .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}






.top-header{
	border-bottom: 1px solid #e5e5e5;
}

.top-header li{
	display: inline-block;
	color: #fff;
}

.top-header li a{
	padding: 10px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}


.observacao-leilao{
	background: #7a0b1e;
	color: #fff;
	padding: 10px;
}


header{
	width: 100%;
	background: #021F44;
	box-shadow: 0 2px 0 rgba(160, 172, 185, 0.2);
	position: relative;
	Z-index: 2;
}

header .container{
	border-top: 3px solid #764D10;
}

header h1{
	margin: 30px 0;
	float: left;
}

header h1 img{
	width: 100%;
	height: auto;
}






header nav{
	margin-top: 20px;
	position: relative;
}

header nav > ul > li{
	margin-left: 5px;
	float: left;
}

header nav > ul > li > a{
	padding: 6px 15px;
	border-radius: 5px;
	border: 1px solid #043668;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

header nav > ul > li > a i{
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}

header nav > ul > li > a:hover, header nav > ul > li.open > a{
	text-decoration: none;
	color: #fafafa;
	background: #043668;
}


header nav .dropdown-menu{
	min-width: 260px;
	padding: 15px;
	border: none;
}

header nav form .form-group{
	margin-bottom: 15px;
}

header nav form label{
	margin: 0;
	font-weight: 500;
	color: #043668;
}

header nav form a{
	color: #2980b9;
}

header nav form button{
	margin-top: 10px;
	background: #CDA54C;
	color: #043668!important;
	text-transform: uppercase;
	font-size: 12px;
}





header nav .nome-logado{
	color: #fff;
    text-align: right;
    margin-top: 10px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -25px;
    font-weight: 500;
}


header nav li.alt a{
	padding: 4px 10px;
	background: #043668;
	color: #fafafa;
}

header nav li.alt i{
	margin-top: 2px;
	font-size: 20px;
	color: #fafafa;
}

header nav li a span{
	float: left;
	line-height: 12px;
	color: #fafafa;
	font-size: 12px;
}


header .menu-toggle{
	width: 100%;
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #e8e8e8;
	cursor: pointer;
	display: none;
}

header .menu-toggle i.active{
	transform: rotate(180deg);
}



header .menu{
	margin-top: 40px;
	float: right;
	text-align: right;
	clear: right;
}

header .menu li{
	margin-left: 5px;
	display: inline-block;
}

header .menu li a{
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid transparent;
	color: #fff;
	border-radius: 4px;
}

header .menu li a:hover{
	border: 1px solid #e8e8e8;
	text-decoration: none;
}




.glowing{
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 20px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 20px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}





.filtro{
	background: #043668;
	box-shadow: 0 2px 0 #940c0c;
	position: relative;
}

.filtro label{
	color: #fafafa;
	font-weight: 400;
}


.filtro .menu{
	text-align: center;
}

.filtro .menu li{
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
}

.filtro .menu li a{
	padding: 15px 10px;
	display: block;
	color: #fafafa;
	text-transform: uppercase;
}









.banner{
	/*padding: 25px 0;*/
	text-align: center;
	background: #f1f1f1;
}

.banner .container-fluid{
	padding: 0;
	}

.banner .carousel{
	border-radius: 0px;
	overflow-y: hidden;
}

.banner .carousel-control i{
	font-size: 45px;
	position: absolute;
	top: 42%;
}

.banner .item img{
	width: 100%;
	height: auto;
}







h2{
	margin: 0 0 10px;
	font-size: 38px;
	font-weight: 500;
	text-transform: uppercase;
}

h2 span{
	font-size: 22px;
	font-weight: 400;
}






.tarja{
	padding: 20px 0 15px;
	background: #88160a;
	color: #fafafa;
	overflow: hidden;
}

.tarja i{
	margin: 0 20px 0 0;
	float: left;
	font-size: 70px;
}

.tarja h2{
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}

.tarja h2 span{
	font-size: 55px;
	font-weight: 500;
	display: block;
}

.tarja h3{
	margin: 10px 0 10px;
}

.tarja ul li{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #fafafa;
	display: inline-block;
}

.tarja ul li:last-child{
	border: none;
}

.tarja .btn{
	padding: 10px 0;
	margin-top: 15px;
	display: block;
	background: #fafafa;
	color: #88160a;
	font-weight: 500;
	text-transform: uppercase;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}






.sub-title{
	margin-bottom: 35px;
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: 400;
}




main .box-item{
	height: 510px;
	margin-bottom: 45px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: relative;
}

main .box-item:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

main .box-item .image{
	height: 260px;
	padding: 15px;
	overflow: hidden;
}

main .box-item .image a{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-item .image img{
	width: 100%;
	height: auto;
}


main .box-item h3{
	min-height: 60px;
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 700;
	color: #043668;
}

main .box-item .tipo{
	margin: 0 0 15px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #043668;
}

.box-item .flag{
	padding: 5px 10px;
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fafafa;
	background: rgba(122, 11, 30, 0.9);
}


.box-item .infos{
	padding: 20px;
}

.box-item .data span{
	margin: 0 0 5px;
	display: block;
	font-size: 18px;
	color: #58646f;
}

.box-item h3{
	margin: 5px 0 10px;
	font-size: 16px;
	font-weight: 400;
}



.box-item .btn{
	height: 80px;
	border-radius: 0 0 5px 5px;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	color: #fafafa;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}

.box-item .btn span{
   font-size: 12px;
   display: block;
   font-weight: 400;
   text-rendering: initial;
}

.box-item .btn.andamento{
	background: #b2b8bf;
	cursor: not-allowed;
}

.box-item .btn.aberto{
	background: #043668;
}

.box-item .btn.aovivo{
	background: #294f70;
}

.box-item .btn.encerrado{
	background: #81909e;
	cursor: not-allowed;
}

.box-item .btn.suspenso{
	background: #FF7F00;
	cursor: not-allowed;
}

.box-white{
background: #FFFFFF; 
border-top:1px solid #eee;
border-right:1px solid #eee;
border-left:1px solid #eee;
padding:16px 16px;
}

.box-white-bottom{
background: #FFFFFF; 
border-top:1px solid #eee;
border-right:1px solid #eee;
border-left:1px solid #eee;
border-bottom:1px solid #eee;
padding:16px 16px;
}

.box-white small{
	font-size: 12px;
	color: #555;
}

.box-white h2{
	font-size: 15px;
	color: #e4560d;
	margin-bottom:5px;
	font-weight: 400;
}

.box-white h2 span{
	font-size: 28px;
	font-weight: 500;
}

.box-white ul li{
 font-size:14px; 
 color: #A2A2A2;
}

.title-lote{
 color:#707070;
 font-size:20px; 
 font-weight:bold;
}

.title-leilao{
	color: #707070;
}

.title-leilao a{
	color: #e4560d;
}

.box-white ul li a{
	color: #e4560d;
}

.nao-logado h4 a{
	color: #e4560d;	
}

.number-lote{
 color: #979A9C;
 font-size:20px; 
 font-weight:bold; 
}


.lote .bts{
	margin-top: -5px;
	float: right;
}

.lote .bts a{
	padding: 10px 15px;
	display: inline-block;
	font-size: 14px;
	color: #e4560d;
	text-transform: uppercase;
	font-weight: 400;
}


.nao-logado h3{

  color: #CD170C;
  font-size:22px; 
  text-align:center;
}

.nao-logado h4{

  text-align:center;
  font-weight:normal;
  font-size:14px;
}

.statistic-lote ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.statistic-lote ul li{
	display: inline;
	padding:10px 18px;
	font-size:15px;
	border-right: 1px solid #EEEEEE; 
}

.statistic-lote ul li:last-child{
	border: none;
}

.statistic-lote ul li a{
	color: #1090c5;
}


.details{
	margin-top: 50px;
}

.details h3{
	font-size: 26px;
	margin: 0 0 10px;
}

.details ul li{
	padding: 7px 0;
	border-bottom: 1px solid #e8e8e8;
}

.details ul li:last-child{
	border: none;
}


.details .observations{
	min-height: 260px;
	padding: 20px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #eee;
}


.details .history{
	padding: 20px 20px 40px;
	margin-top: 40px;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #eee;
}






.header-leilao-top ul {
 
 list-style:none;
 padding:0px;
 margin:0px;
 width: 100%;
 display: table;              
 table-layout: fixed;        
 border-collapse: separate;
 border-spacing: 5px 0px;


}

.header-leilao-top ul li{

 display: inline;
 padding:10px 25px;
 font-size:15px;
 border-right: 1px solid #EEEEEE; 
 display: table-cell;
}




main{
	margin-top: 60px;
}


main h2.title{
	margin: 0 0 30px;
	display: block;
	color: #043668;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 32px;
}

main h2.title span{
	font-weight: 400;
	font-size: 32px;
}








main .btn.more{
	max-width: 300px;
	border: 2px solid #043668;
	color: #043668;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
}

main .btn.more:hover{
	background: #043668;
	color: #fafafa;
}



main .choice a{
	padding: 60px 30px;
	background: #e8e8e8;
	font-size: 16px;
	color: #043668;
}

main .choice a:hover{
	background: #043668;
	color: #fafafa;
}

main .choice a *{
	color: #043668;
}

main .choice a:hover *{
	color: #fafafa;
}




main .choice a span{
	display: block;
	font-size: 42px;
	text-transform: uppercase;
}

main .choice a small{
	font-size: 13px;
}





.bg-select{
	margin: 30px auto 10px;
	border: 1px solid #ccc;
    width: 230px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("../images/seta.png") no-repeat 95% 50%;
    cursor: pointer;
}

.bg-select #selectPage{
	padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.bg-select #selectPage:focus{
	outline: none;
}




.pagination{
	margin: 40px 0 10px;
}

.pagination li a{
	color: #730f0c;
	font-size: 16px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	background: #730f0c;
	color: #fafafa;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background: #730f0c;
	color: #fafafa;
	border-color: #ddd;
}

footer{
	padding: 30px 0 50px;
	margin-top: 100px;
	background: #01244B;
	color: #fafafa;
	border-top: 5px solid #764D10;
}

footer .menu-rodape{
	margin-bottom: 20px;
	background: #294f70;
}

footer .menu-rodape li{
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
}

footer .menu-rodape li a{
	padding: 15px 10px;
	display: block;
	color: #fafafa;
	text-transform: uppercase;
}




footer h6{
	margin: 0 0 10px;
	color: #fafafa;
	font-size: 24px;
	font-weight: 700;
}

footer a.link{
	margin: 15px 0;
	display: block;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #fafafa;
    font-weight: 500;
    text-decoration: underline;
}

footer img.selo{
	margin-bottom: 20px;
}

footer p{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

footer .btn{
	color: #fafafa;
	border: 1px solid #fafafa;
}

footer .btn:hover{
	background: #fafafa;
	color: #294f70;
}


footer li a{
	padding: 5px 0;
	display: block;
	color: #fafafa;
	text-decoration: none;
}

footer small{
	margin-top: 10px;
	display: block;
	color: rgba(0, 0, 0, 0.5);
}




.info-footer{
	padding: 25px 0 20px;
	background: #e8e8e8;
	color: #586066;
}

.info-footer .redes{
	text-align: right;
	font-size: 45px;
}

.info-footer .redes a{
	color: #043668;
}





.sign{
	padding: 30px 0;
	color: #7f7f7f;
	font-size: 13px;
}

.sign p{
	margin: 0;
}



















/* INTERNAS */

.breadcrumb{
	margin: 30px 0 50px;
	background: none;
	border-bottom: 1px solid #e9e9e9;
}

.breadcrumb a{
	color: #043668;
}



.menu-lateral{
	margin-bottom: 35px;
}

.menu-lateral li a{
	padding: 8px 10px;
	margin-bottom: 2px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #2c3e50;
	border-radius: 4px;
	background: #EFEFEF;
}

.menu-lateral li a:hover{
	background: #e2e2e2;
	text-decoration: none;
}

.menu-lateral li.active a{
	background: #043668;
	color: #fafafa;	
}




.busca-lote{
	padding: 20px 15px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
}



.busca-lote .form-group label{
	color: #fafafa;
}

.busca-lote .form-group input{

}

.busca-lote .form-group select{
	max-width: 120px;
}

.busca-lote button{
	width: 150px;
	display: block;
	background: #C61932;
	border: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	margin-top:10px;
}

.busca-lote button:hover{
	background: #C61932;
	color: #fff;
}

.busca-lote .form-group.base{
	width: 200px;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
}

.busca-lote .form-group.base label{
	margin: 0 10px 0 0;
}

.busca-lote .form-inline{
	margin: 15px 0;
	color: #fafafa;
	text-align: center;
}

.busca-lote .form-inline .form-group{
	margin: 0 15px;
}



.busca-lote #filter_veiculo, .busca-lote #filter_geral{
	padding: 15px;
    border-radius: 5px;
    background: #F0F0F0;
}

.busca-lote #filter_geral{
	max-width: 600px;
	margin: 0 auto 15px;
}





main.listagem{

}





.header-leilao{
	padding: 25px 0 20px;
	margin: -40px 0 40px;
	background: #f1f1f1;
}

.header-leilao h2{
	margin: 0;
	font-size: 28px;
	text-transform: initial;
	color: #043668;
}

.header-leilao .data{
	padding: 7px 0;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.header-leilao .status{
	display: block;
	text-align: center;
}

.header-leilao .status{
	font-size:15px;
	color: #fafafa;
	border-radius: 4px;
	padding: 8px;
}

.header-leilao .status.aberto{
	background: #27ae60;
}

.header-leilao .status.andamento{
	background: #f39c12;
}

.header-leilao .status.encerrado{
	background: #c0392b;
}


.header-leilao .infos{
	padding: 12px 0;
	margin: 10px 0 20px;
	overflow: hidden;
	background: #e2e2e2;
}

.header-leilao .tipo{
	padding: 5px 10px;
	margin-right: 15px;
	float: left;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 13px;
}

.header-leilao ul{
	margin-top: 5px;
}

.header-leilao ul li{
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
	border-right: 1px solid #d2d2d2;
}

.header-leilao ul li:last-child{
	border: none;
}

.header-leilao ul li a{
	color: #c0392b;
	padding: 5px 8px;
	border-radius: 3px;
	border: 1px solid #c0392b;
}

.header-leilao ul li a:hover{
	background: #c0392b;
	color: #fafafa;
	text-decoration: none;
}


.header-leilao p{
	font-size: 15px;
}







.listagem .item, .destaques .item{
	height: 420px;
	padding: 6px;
	margin-bottom: 35px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	color: #444;
	text-align: center;
	position: relative;
}

.listagem .item small, .destaques .item small{
	padding: 5px 10px 5px 15px;
	font-size: 12px;
	background: rgba(136, 22, 10, 0.9);
	color: #fafafa;
	position: absolute;
	top: 20px;
	left: 0;
}

.listagem .item .image, .destaques .item .image{
	height: 215px;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.destaques .item .image img{
	width: 100%;
	height: auto;
}

.listagem .item .infos, .destaques .item .infos{
	margin: 0 5px;
}

.listagem .item h3, .destaques .item h3{
	margin: 0 0 5px;
	font-size: 17px;
	font-weight: 500;
}

.listagem .item p, .destaques .item p{
	font-size: 12px;
	line-height: 18px;
}

.listagem .item .control, .destaques .item .control{
	padding: 15px 0;
	background: #88160a;
	color: #fafafa;
	border-radius: 4px;
}

.listagem .item .control .add, .destaques .item .control .add{
	font-size: 12px;
	display: block;
}

.listagem .item .control .now, .destaques .item .control .now{
	margin: 10px 0 5px;
	display: block;
	font-weight: 500;
}

.listagem .item .control .btn, .destaques .item .control .btn{
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fafafa;
}

.listagem .item .control .btn:hover, .destaques .item .control .btn:hover{
	background: #fafafa;
	color: #88160a;
}

.listagem .item .view, .destaques .item .view{
	width: 96%;
	color: #88160a;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	bottom: 10px;
	left: 2%;

}

.listagem .item .view:hover, .destaques .item .view:hover{
	background: #ddd;
}





.listagem .btn.more{
	margin-top: 50px;
}






.lote .about small{
	padding: 5px 10px;
	margin: 10px 0 0;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #777;
	color: #444;
	font-size: 14px;
}

.lote .about h2{
	margin-top: 10px;
	font-size: 32px;
	text-transform: initial;
}


.lote .about .list-inline{
	margin: 30px 0;
}

.lote .about .list-inline li{
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
}


.lote .about .lance{
	margin-bottom: 0px;
}

.lote .about .lance h3{
	margin: 0 0 5px;
	font-size: 22px;
	font-weight: 500;
        text-align:center;
}

.lote .about .lance span.current{
	margin-bottom: 10px;
	font-size: 13px;
	display: block;
	font-weight: 400;
	text-align:center;
	color: #999;
}


.lote .about .lance .fast{
	margin-bottom: 0px;
        text-align:center;
}

.lote .about .lance .fast a{
	margin-right: 10px;
	display: inline-block;
	background: #16a085;
	color: #fafafa;
	font-size: 20px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.lote .about .lance .fast a:hover{
	background: #e4560d;
}


.lote .about .panel{
	padding: 0;
}


.lances{

  border-bottom: 1px dotted #DFDFDF;
  padding-top:10px;
  padding-bottom:10px;

}


.related{
	margin-top: 50px;
}

.related h2{
	font-size: 28px;
	color: #043668;
}





.panel{
	padding: 18px;
}

.panel p{
	margin-bottom: 20px;
	color: #555;
}

.panel h3:first-child{
	margin-top: 0;
}

.panel .fone{
	width: 40%;
}

.panel label{
	color: #555;
	font-weight: initial;
}

.panel .btn{
	padding: 12px 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #043668;
	color: #fafafa;font-size: 22px;
	text-transform: uppercase;
}

.panel .link{
	color: #043668;
}


.download .btn{
	padding: 10px 15px;
	display: block;
	background: none;
	border: 1px solid #eee;
	box-shadow: 0 2px 0 #e8e8e8;
	font-size: 16px;
	color: #333;
	text-transform: initial;
}

.download .btn:hover{
	background: #ddd;
}


.upload .form-group{
	padding: 10px;
	display: block;
	background: none;
	border: 1px solid #eee;
	box-shadow: 0 2px 0 #e8e8e8;
	border-radius: 5px;
}

.upload .form-group label{
	font-weight: 600;
}

.upload .form-group input:focus{
	outline: none;
}



#termos.modal .modal-header{
	padding-left: 25px;
	padding-right: 25px;
}

#termos.modal .modal-header h3{
	font-size: 18px;
}

#termos.modal .modal-body{
	max-height: 400px;
    padding: 25px;
    margin-bottom: 20px;
    overflow-y: scroll;
}

#termos.modal .modal-body h4{
	margin-top: 25px;
	font-size: 16px;
	font-weight: 600;
}



main .erro .panel-body{
	text-align: center;
}

main .erro .panel-body h3{
	font-size: 120px;
	color: #ccc;
}

main .erro .panel-body h4{
	font-size: 28px;
	color: #ccc;
}




.texts p{
	margin-bottom: 20px;
	line-height: 24px;
	text-align: justify;
}

















aside{
	padding: 20px 10px 0;
	background: #8c1809;
	color: #fafafa;
	border-radius: 5px;
}

aside .item{
	margin-bottom: 25px;
}

aside h3{
	margin: 0 0 10px;
	color: #fafafa;
	font-size: 22px;
}

aside span{
	margin: 0 0 5px;
	display: block;
	font-size: 16px;
}














/* Responsivo */

.navbar-toggle{
	background: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}

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




@media (max-width: 1199px) and (min-width: 992px) {

	.busca-lote .form-inline .form-group{
		margin-bottom: 15px;
	}

}


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

	header h1{
		width: 150px;
	}

	header nav > ul > li > a{
		font-size: 13px;
	}

	header .menu{
		width: 100%;
		margin: 15px auto;
		display: block;
		text-align: center;
	}


	header .menu li a{
		font-size: 13px;
	}



	main .choice .col-md-6{
		margin-bottom: 20px;
	}


	footer .item{
		margin-bottom: 35px;
	}

	.info-footer{
		text-align: center;
	}

	.info-footer .redes{
		display: flex;
		justify-content: center;
	}

	.info-footer .redes a{
		margin: 0 5px;
	}



	.busca-lote .form-inline .form-group{
		margin-bottom: 15px;
	}


}


@media (max-width: 767px) {

	header h1{
		width: 150px;
	}

	header nav > ul > li > a{
		font-size: 13px;
	}

	header .menu{
		width: 100%;
		margin: 15px auto;
		display: block;
		text-align: center;
	}


	header .menu li a{
		font-size: 13px;
	}


	.busca-lote .form-inline{
		flex-direction: column;
		align-items: center;
	}

	.busca-lote .form-inline label{
		width: 100%;
		text-align: center;
	}


	main .choice .col-md-6{
		margin-bottom: 20px;
	}


	main h2.title span{
		font-size: 20px;
		display: block;
	}




	footer .item{
		margin-bottom: 35px;
	}

	.info-footer{
		text-align: center;
	}

	.info-footer .redes{
		display: flex;
		justify-content: center;
	}

	.info-footer .redes a{
		margin: 0 5px;
	}




	.busca-lote .form-inline .form-group{
		margin-bottom: 15px;
	}

	.busca-lote .form-group input, .busca-lote .form-group select{
		width: 100%;
		max-width: initial;
	}

	.busca-lote #filter_veiculo{
		padding: 15px;
	}


	.busca-lote .form-inline .form-group.year select{
		max-width: 200px;
		margin: 5px auto;
	}

	
}


@media (max-width: 530px){

	header h1{
		margin: 25px auto 10px;
		display: block;
		float: none;
	}

	header .menu-toggle{
		display: block;
		font-weight: 600;
		clear: both;
	}

	header .menu{
		display: none;
	}

	header .menu li, header .menu li a{
		display: block;
	}

	header .menu li a{
		padding: 10px;
		font-weight: 600;
	}


	header nav{
		width: 100%;
		float: none;
		text-align: center;
	}

	header nav ul{
		display: flex;
		justify-content: center;
	}


	main .wrap-item{
		width: 100%;
	}


}


@media (max-width: 480px) {

	.texts p{
		text-align: left;
	}

}


@media (max-width: 375px) {

	header nav > ul > li > a{
		font-size: 11px;
	}


	.breadcrumb a{
		font-size: 11px;
	}


}


@media (max-width: 320px) {


	header nav > ul > li > a{
		font-size: 10px;
	}


	main h2.title{
		font-size: 22px;
	}

	main h2.title span{
		font-size: 18px;
	}

}


