@font-face {
  font-family: 'BoltsSF';
  src: url('/assets/BoltsSF.ttf');
}

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}


body{
	font-weight:600;
	font-size:16px;
	font-family: 'Work Sans', sans-serif;
 /* padding-top:80px;*/
	line-height:1.6;
  color: black;
  background-color:#f2f2f2;
  list-style-type: none;
}


#logo{
  background-color: black;
  margin-top: 0px;
  padding: 0;
}

#logo img{
   object-fit: cover;
   height: 30vw;
}

/* Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) {
  #logo img{
     height: 20vw;
  }
}

/* Large devices (desktops, 992px and up)
*/
@media (min-width: 992px) {
  #logo img{
     height: 15vw;
  }

}


#div-logo{
  box-shadow: 0px 0px 50px 30px #232323 inset;
}

/*#div_carro img{
  width:100%;
  max-height:30%;

}
*/
.title-page {
	text-align: center;
}

.title-page .title-description {
	font-size: 1em;
	font-weight: 200;
	margin: 0;
	color: white;
}

.title{
  text-shadow: 0.1em 0.1em 0.1em rgb(149,149,149);
  font-size: 1.5em;
  font-weight: 600;
  color:white;
	margin: 0 0 10px 0
}

.title-inverse{
  color: #0d0d0d; 
  font-weight: 600;
  text-shadow: 0.1em 0.1em 0.1em rgb(149,149,149);
	font-size: 1.5em;
	margin: 0 0 10px 0
}

.title-page .title-description-inverse{
  color: #0d0d0d;
	font-size: 1em;
	font-weight: 200;
	margin: 0;
}

.container .caption{
  background-color: black;
}


.panel-gradient-alt{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,d1d1d1+12,777676+48,111111+62,383838+82,000000+100 */
background: rgb(234,234,234); /* Old browsers */
background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(209,209,209,1) 12%, rgba(119,118,118,1) 48%, rgba(17,17,17,1) 62%, rgba(56,56,56,1) 82%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(209,209,209,1) 12%,rgba(119,118,118,1) 48%,rgba(17,17,17,1) 62%,rgba(56,56,56,1) 82%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(209,209,209,1) 12%,rgba(119,118,118,1) 48%,rgba(17,17,17,1) 62%,rgba(56,56,56,1) 82%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#000000',GradientType=0 ); /* IE6-9 */  
margin-bottom: 10px; 
  
}


.div-title-gradient{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
  background: rgb(149,149,149); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 */
  color: white;
}


.title-inverse{
  color:black;
}


#div_para{
    margin-top:5px;
}

.navbar{
  opacity:0.95;
}


.card-img-overlay{
  transition: .5s ease;
  opacity:0;
  background-color: rgba(80,80,80,0.8);
  max-width: 100%;
  height: auto;
  font-size: 16px;
  font-weight:500;
  padding: 0 0.5rem;
}

.card-img-overlay:hover{
  opacity:1;
}

.header-overlay{
  background-color: rgba(100,100,100,0.625);
  color:white;
  font-size: 14px;
  font-weight:500;
  position:absolute;
  bottom: 0;
  line-height: 1.4;
  border-radius: 15px 15px 0 0
}

.header-overlay div{
  vertical-align: middle;
  padding: 0.2rem .4rem;
}

#card-carro{
  margin-bottom: 0.5em;
  /*box-shadow: 0.2em 0.2em 0.2em rgba(149, 149, 139, 0.55);*/
  padding-left: 0.25em;
  padding-right: 0.25em;
  border-style: none;
}


.sf-section{
  padding: 20px;
}


.bg-sf-dark{
  background-color: black;
}

.bg-sf-gray{
  background-color: #4e4e4e;
  opacity: 0.90;
}

.fab, .far{
  font-size: 1.2em;
  font-weight: 200;
}

#destaque{
  color: white; 
  font-size: 1.2em;
}

#footer{
  font-size: 0.7em;
}

#copyright{
  padding: 10px 20px;
  font-size: 0.6em;
  color: rgba(255,255,255,0.8);
}


span.title{
  font-size: 1.2em;
}

.btn-toggle{
  color: white;
  font-weight: 200;
  font-size: 0.7em;
  background-color: transparent;
  border-style: none;
}

.btn-toggle.inverse{
  color: black;
  
}

.fa-user{
  font-size: 0.9em;
}

#show{
  margin-top: 5px;
  background-color: #050505; 
}

.nav-link.sf-link{
  font-size: calc( 0.7em + 0.2vw);
  font-weight: 400;
  padding: 0;
}

.nav-link.sf-link img{
  height: calc(16px + 0.2vw);
}
.navbar-brand{
  font-family: 'BoltsSF';
  padding: 0 1vw 0 0;
  margin: 0;
  font-size: 2.3rem;
}

div.resize{
  height: calc(20px + 0.5vw);
  overflow: hidden;
  text-align: center;
}

div.resize.car-title{
  height: calc(25px + 2.6vw);
}

#nav-carros > .nav-link{
  color: white;
  font-size: 0.7rem;
  padding: 0.1rem 0.2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.sf-detail{
  /*font-size: calc(0.8rem + 0.3vw);*/
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0.1rem 0.5rem;
  line-height: 1.2;
}

.sf-detail:hover{
  /*font-size: calc(0.75rem + 0.3vw);*/
  color: black;
}

.contacts > .nav-link{
  display: inline-block;
  color: white;
  padding: 0 0.3em;
}
.contacts{
 padding: .5rem calc(0.4rem + 0.1vw);
 display: flex;
 flex-wrap: wrap;
}
 
#estoque div.collapse:not(.show) {
    display: block;
/*    max-height: 80vh !important;
    overflow: hidden;
*/
}
/*
#estoque div.collapsing:not(.show) {
    height: 80vh !important;
}

*/

#about div.collapse:not(.show) {
    display: block;
    height: 300px !important;
    overflow: hidden;
}

#about div.collapsing:not(.show) {
    height: 300px !important;
}

#contato .card-text{
  display: block;
  color: white;
  font-weight: 400;
  font-size: 0.8rem;
}

.row{
  margin: 0;
}

#estoque{
  padding-left: 0;
  padding-right: 0;
}

.sf-table{
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.2;
  color: black;
  border-color: black;
}

tbody > tr:nth-child(4n), tbody > tr:nth-child(4n -1){
  background-color: #aaa
}

#phone{
  font-weight: 600;
  font-size: calc( 0.8em + 0.3vw);
}

#img-logo{
  position: absolute;
  bottom: 0;
  transform: scale(0.5);
}

#brand-logo{
  height:58px;
}

#main-navbar{
  padding:0;
}
