@media (max-width: 991px) {

    h1,
    .h1 {
        font-family: 'Readex Pro' !important;
        font-size: 36px !important;
        font-weight: 700 !important;
        line-height: 44px !important;
    }
    
    h2,
    .h2 {
       
    }
    
    h3,
    .h3 {
        font-family: 'Readex Pro' !important;
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: 32px !important;
    }
    
    h4,
    .h4 {
        font-family: 'Readex Pro' !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 28px !important;
    }
    
    h5,
    .h5 {   
        font-family: 'Readex Pro' !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 28px !important;
    }
    
    h6,
    .h6 {
        font-family: 'Readex Pro';
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
    }
    
    
    p{
        font-family: 'Readex Pro';
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }
    
    .button {
       
    }

    span{
        font-size: 10px !important;
    }

.m-xs-0{
    margin: 0 !important;
}

.mt-xs-0{
    margin-top: 0px !important;
}   

.mt-xs-16{
    margin-top: 16px !important;
}
.mt-xs-48{
    margin-top: 48px !important;
}

.mt-xs-72{
    margin-top: 72px !important;
}

.mt-xs-96{
    margin-top: 96px !important;
}
.mt-xs-128{
    margin-top: 128px !important;
}

.mb-xs-16{
    margin-bottom: 16px !important;
}

.mb-xs-96{
    margin-bottom: 96px !important;
}

.ml-xs-0{
    margin-left: 0 !important;
}

.pd-lr-xs{
    padding: 0 24px !important;
}

.gap-xs-24{
    gap: 24px !important;
}

.flex-column-xs{
    flex-direction: column;
}

.text-content{
    flex-direction: column;
}

.allRights{
    padding-left: 24px;
}

footer{
    padding: 48px 24px;
}

.top-bar-footer{
    overflow-y: auto;
    padding: 0 ;
    height: 30px;
    gap: 80px;
}

.top-bar-footer p{
    width: max-content;
}

.container-fluid{
    padding: 0 24px !important;
}

.Carateristicas-line{
    display: none;
}

.Carateristicas-line-mobile{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.Caracteristicas-mobile{
    display: flex;
    margin-top: 24px;
}

.options-financial{
    flex-direction: column;
}

.options-financial .button{    
    justify-content: center;
}

.sugestao-veiculos{
    overflow-y: auto;
}

.request-menssage{
    padding: 24px !important;
  }

  .info-stands{
    padding: 24px;
  }

  .grid-recent-cars{
    flex-direction: column;
  }


  .slide .container-fl{
    left: 0px;
  }

  .slide .container-fl .slide-captions{
   padding: 0 32px;
  }

  #optionsBuy{
        bottom: 62px;
  }

.search {
   display: none;
}

.header-inner{
    padding: 24px;
}

.searchMobile{
    width: 100%;
    align-items: center;
    justify-content: end;
}

#searchMob{
    border: none;
}

#logo{
    max-height: 24px;
    max-width: 105px;
}
.financiamento, .segur{
    min-width: 0;
}

.car-financiamento{
    position: absolute;
    top: 95px;
    right: 0;
}


.menubtn{
    font-size: 20px;
}

#banners{
    min-height: 560px;
}

#banners .owl-stage-outer, #banners .owl-stage-outer .owl-stage, #banners .owl-stage-outer .owl-stage .owl-item, #banners .owl-stage-outer .owl-stage .owl-item .item{
    height: 100%;
}

.dynamic-image{
    height: 100%;
    object-fit: cover;
}

.title-banner{
    left: 32px;
}


.optionsFilters {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas iguais */
    gap: 12px; /* Espaço entre os elementos */
    width: 100%;
}

.custom-select-wrapper {
    display: flex;
    align-items: center;
    width: 100%; /* Cada item ocupa 100% da coluna */
}

.custom-select {
    flex: 1;
    min-width: 0;
}

.select-icon {
    margin-left: -30px; /* Mantém os ícones alinhados corretamente */
    cursor: pointer;
}

.credit, .security{
    justify-content: center;
}



#modalMenu.modal{
    border-color: transparent !important;
    border-radius: 0 !important;
    
}

#modalMenu .modal-dialog{
    height: 100vh;
    margin: 0;
    min-width: unset !important;
    width: 100% !important;
}

#modalMenu .modal-content{
    height: 100%;
}

#modalMenu .modal-body{
    padding: 48px 24px 24px 24px !important;
    background-color: #EBFCFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Mantém o conteúdo acima e o footer na base */
    height: 100%; 
}

#modalMenu .modal-header{
    padding: 24px;
    min-height: 72px;
    background-color: #EBFCFF;
    border: none;
}

#modalMenu .modal-dialog .modal-content .modal-header .closeModal{
    display: flex;
    gap: 24px;
    left: 24px;
    align-items: center;
}

#modalMenu .footer-modalMenu{
   margin-top: auto; 
   gap: 12px;
   display: flex;
   flex-direction: column;
}

.modal-dialog {
    width: 100% !important;
    min-width: 0 !important ;
}













}


/*@media (max-width: 576px) {*/
   
/*}*/
