/* Loader */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    visibility: visible;
    opacity: 1;
}

.loader.active .loader__content {
    display: block;
}

.loader__content {
    border: 7px solid #ffffff; /* Light grey */
    border-top: 7px solid #d35151; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.3s ease-in-out infinite;
    display: none;
}

/*------------------------
LGPD
------------------------*/
/* Deixa desabilitado por padrão */
.js_enabled .lgpd-cookies {
    display: none;
  }
  
  .lgpd-cookies {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 85vw;
    border: none;
    border-radius: 0;
    padding: 15px;
    position: fixed;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 2px 1px 20px #00000029;
    border-radius: 10px;
  }
  
  .lgpd-texto {
    width: 72%;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
  }
  
  .lgpd-link {
    color: var(--clr-primary);
  }
  
  .lgpd-link:hover {
    color: var(--clr-primary);
  }
  
  .lgpd-botao {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    color: #ffffff;
  }
  
  .lgpd-botao.continuar {
    border: 1px solid var(--clr-primary);
    border-radius: 8px;
    padding: 10px 15px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .lgpd-botao.continuar:hover {
    color: #ffffff;
    background: var(--clr-primary);
  }
  
  .lgpd-botao.sair:hover {
    text-decoration: underline;
  }

  /* FORM FEEDBACK */
.border-complete {
    border-width: 1px;
    border-style: solid;
}

.border-error {
  border: 1px solid red !important;
}

#jError{
    font-family: 'Montserrat', sans-serif;
}

.main-slider .contant-wrapper .banner-text .text-custom-white p {
    font-family: 'Anton', sans-serif !important;
    font-size: inherit !important;
    text-transform: inherit !important;
    line-height: normal !important;
    margin-bottom: 0px !important;
}
.space-1{
    margin-top: 8%;
}
.space-2{
  display: flex;
  place-items: center;
}
img.size{
  width: 75%;
  margin-top: 20%;
}
.top-bar .top-contact ul li ul.dropdown-menu{
  text-align: center;
  left: 0;
  min-width: fit-content;
}
.how-it-works{
  padding-bottom: 0!important;
}
.form-group select{
  color: #707070;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.car-model-layout-list .car-description-area .car-description-footer{
  justify-content: center;
}
.car-design-tab-sec .tab-box .nav-tabs .nav-item:hover .about-a{
  display: inline-block!important;
}
.about-a{
  display: none!important;
  background-color: #fff!important;
  color: #000;
  padding-bottom: 0!important;
}



.prev-arrow{
  position: absolute;
  left: -5%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.prev-arrow i, .next-arrow i{
  font-size: 2rem;
  cursor: pointer;
  color: #000;
}
.next-arrow{
  position: absolute;
  right: -5%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

span.vendido{
  top: 34px;
  left: -100px;
  position: absolute;
  width: 100%;
  background-color: #b61628;
  color: #fff;
  z-index: 1;
  font-size: 35px;
  text-align: center;
  transform: rotate(-37deg);
}

.car-grid-layout-inner.text-center h6{
	min-height: 19.19px;
}

/*.new-input-range{
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    width: 100%;
    background: #d3d3d3;
}

.new-input-range::-webkit-slider-thumb{
    width: 13px;
    height: 13px;
    background: #b61628;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    -webkit-appearance: none;
}*/

/* MEDIA DESKTOP 
@media screen and (max-width: 1600px){

}

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

}

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

}

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

}

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

}

/* MOBILE */
@media screen and (max-width: 768px){

}

@media screen and (max-width: 480px){
  .car-grid-layout-details{
    width: 90%;
    margin: 0 auto;
  }
  .car-grid-layout-location{
    width: 75%;
    margin: 0 auto;
  }
  .custom-accordion .card .card-header .title{
    white-space: normal!important;
  }
  header h5.title span {
    margin-left: 5%;
  }
  .top-bar .top-contact ul li a.a-color{
    color: black;
    width:  120px;
  }
  a.hover-a:hover .info-hover{
    display: none;
  }
  .flaticon-info{
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(20%) hue-rotate(265deg) brightness(98%) contrast(102%);
    width: 15px;
    height: 15px;
  }
  .sell-content {
    width: 90%!important;
  }
  .sell-modal{
    bottom: 20%;
  }
  .ft-space-col{
    margin-bottom: 0!important;
  }
  .mobile-nav .sidenav .mobile-social-icon ul li{
    border: 1px solid #fff;
  }
  .mobile-nav .sidenav a{
    color: #fff;
  }
  .padd{
    padding-top: 10%;
  }
  .redes-f a{
    margin-right: 2%;
  }
}

@media screen and (max-width: 375px){
  .sell-modal {
    bottom: 10%;
  }
}

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

}