
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@font-face {
font-family: LT;
src: url('../fonts/LTSaeada-ExtraBold.otf');
}
@font-face {
font-family: LT-Light;
src: url('../fonts/LTSaeada-ExtraLight.otf');
}
@font-face {
    font-family: LTLight;
    src: url('../fonts/LTSaeada-Medium.otf');
}
@font-face {
    font-family: font-light;
    src: url('../fonts/LTSaeada-ExtraLight.otf');
}

li{
list-style-type: disc;

}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.button_brand_offers{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tarjet{
    height: fit-content !important;
}
.circles{
    border: 1px solid #7145D6;
    padding: 20px;
    border-radius: 16px;
}
.padding_ul{
    padding-left: 40px;
}
.hover{
    cursor: pointer;
}
.hover-nav:hover,
.hover-nav:hover  svg path {
    color: #7145D6;
    stroke:#7145D6;
    text-decoration: underline;
}


a:is(:link,:active,:visited).active{
    color:#7145D6;
    text-decoration: underline;
}

.f-200{
   font-weight:200; 
}
.f-400{
font-weight: 400;
}
.f-500{
font-weight:500 ;
}
.f-600{
font-weight:600 ;
}
.f-700{
font-weight: 700;
}
.f-900{
font-weight:900 ;
}
.roboto{
    font-family: 'Roboto';
}
/* #nav-wordpress {
    display: flex; 
    align-items: center;
    gap: 10px; 
    padding: 10px 20px; 
} */
#nav-wordpress .menu{
    display: flex !important;
    flex-direction: row !important;
    text-decoration: none !important;
    list-style: none !important;
}
#nav-wordpress .menu{
    display: flex !important;
    flex-direction: row !important;
    text-decoration: none !important;
    list-style: none !important;
}
#nav-wordpress .menu > li{

    list-style: none !important;

}


.navbar-nav, .navbar-nav li, .menu, .menu li {
    list-style: none !important;
}

.navbar-nav, .navbar-nav a{
    text-decoration: none !important;
}

footer a {
    color: white;
    text-decoration: none;
}

@media screen and (min-width: 1536px) and (max-width: 1900px) {
    .container {
        max-width: 1300px !important;
    }
}

@media (max-width: 600px) {
    #nav-wordpress-mobile {
        display: flex !important;
        flex-direction: column !important; 
        gap: 20px !important; 
        width: 100% !important; 
        padding: 20px !important; 
    }
}

#nav-wordpress .menu-item {
    margin: 0 10px; 
}


.menu-gap-items svg {
    width: 10%; /* Ajustar el ancho según sea necesario */
    height: auto; /* Ajustar la altura automáticamente */
}
.menu-gap-items svg {
    width: 10%;
    height: auto;
}

#nav-wordpress .menu-item a:hover {
    text-decoration: underline; 
    color: #7145D6; 
}

/* h2{
    font-weight: 700 !important;
    font-size: 2.5rem !important;
    font-family: 'LT' !important;
}
h3{
font-size: 1.31rem !important;
color: rgb(153 153 153) !important;
font-family: 'DM Sans' !important;
} */

.font{
    font-family: 'LT';
}
/* .font-light{
    font-family: 'font-light';
} */

.font-light{
    font-family: 'LT-Light'!important;
}

.font-advantages{
    font-family:'DM Sans' ;
}

.font-card{
    font-family:'Red Hat Display';
}
.font-banner{
    font-family:'Plus Jakarta Sans';
}
.poppins{
    font-family: "Poppins"
}
.inter{
    font-family: "Inter";
}
/* HOME PAGE */
.navbar{
    position: relative;
    z-index: 99999;
}
.button-phone-navbar{
    background-color: #7145D6;
    width: 100%;
    max-width: 160px;
    color: white;
}
.div-card{
    width: 100%;
    max-width: 375px;
    border-radius: 10px;
    gap: 10px;
    border: 1px solid #E1D8D8;
}
.div-card-mobile{
    width: 100%;
    max-width: 373px;
    border-radius: 10px;
    gap: 10px;
    border: 1px solid #E1D8D8;
}
.div-card-header{
    width: 100%;
    padding: 20px;
}
.div-card-body{
    gap: 20px;
    padding: 20px;
}

.div-button-car{
    width: 100%;
    max-width: 127px;
}
.div-button-car-mobile{
    width: 100%;
    max-width: 143px;
    height: 54px;
}
.button-card{
    width: 100%;
    background-color: #AB5EDF;
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 21px;
    padding-bottom: 21px;
    color: white;
}
.button-card:hover{
    background-color: #AB5EDF;
    opacity: 0.9;
}
.button-phone-navbar:hover{
    background-color: #7145D6;
    opacity: 0.9;
}
/* VERSION MOBILE */
.button-offers{
    background-color: #AB5EDF;
    color: white;
    height:41px;
    border-radius: 5px;
    width: 100%;
    /* max-width: 310px; */
}
.button-calculation{
    background-color: white;
    color: #AB5EDF;
    height:41px;
    border-radius: 5px;
    border: 1px solid #AB5EDF;
    width: 100%;
    max-width: 310px;
} 
html,body{
    height: 100%;
    margin: 0;
    padding: 0;
}
.menu-hidden{
    /* transform: translate(-10px, 416px); */
    background-color: #F9F9F9;
    left: 0;
    /* height: 100%; */
    width: 100%;
    max-width: 307px;
    position: absolute;
}
.menu-gap-items{
    display: flex;
    gap: 30px;
}
.buttons-menu{
    width: 100%;
    
   
}


.button_phone_navbar_mob{
    background-color: #FF6668;
    width: 100%;
    color: white;
}
.buttons_filters{
    border: 1px solid #979797;
}
/* VERSION MOBILE */
/* VERSION DESKTOP */
.button-offers-desk{
    background-color: #AB5EDF; !important;
    color: white;
    height:41px;
    border-radius: 5px;
    width: 100%;
    max-width: 153px;
}
.button-offers-desk:hover{
    background-color: #AB5EDF;
    opacity: 0.9;
}

.button-calculation-desk{
    background-color: white;
    color: #AB5EDF;
    height:41px;
    border-radius: 5px;
    border: 1px solid #AB5EDF;
    width: 100%;
    max-width: 103px;
}
.button-calculation-desk:hover{
    background-color: white;
    opacity: 0.6;
}
/* VERSION DESKTOP */



.button_banner{
    width: 100%;
    max-width: 237px;
    padding: 20px 0px;
    border-radius: 8px;
    background-color: #AB5EDF;
}
.button-banner-mobile{
    width: 100%;
    max-width: 348px;
    padding: 20px 0px;
    border-radius: 8px;
    background-color: #AB5EDF;
}

.div_max-widht{
    width: 100%;
    max-width:1240px;
}
.card-brand{
    width: 100%;
    max-width: 117px;
    height: auto;
    border: 1px solid #E1D8D8;
    border-radius: 4px;


}
.max-width-img-card-offer{
    width: 100%;
    /*max-width: 245px;*/
}

.button-header-car{
    width: 100%;
    max-width: 175px;
    padding: 13px 0px;
    border-radius: 55px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
}

/* SLIDER DOT */
.donSlider{
    position: absolute;
    right: 170px;
    bottom: 100px;
    background-color: #3C0988;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.donSlider2{
    position: absolute;
    right: 170px;
    margin-bottom: 5px;
    bottom: 80px;
    background-color: #CCCCCC;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.donSlider3{
    position: absolute;
    right: 170px;
    margin-bottom:3px ;
    bottom: 70px;
    background-color: #CCCCCC;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.donSlider4{
    position: absolute;
    right: 170px;
    bottom: 60px;
    background-color: #CCCCCC;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.max-column_brand > div:nth-child(n + 10){
    display: none;
}
.show-hidden-brands {
    display: flex;
    flex-wrap: wrap;
}

/* HOME PAGE */

/* FITCH THE CAR */
.version_desktop{
    margin-top:100px ;
    width: 100%;
    align-items: end;
    position: relative;
    right: 120px;
}
.characteristics{
    display: grid;
    grid-template-columns: 110px 110px 110px;
    gap: 30px;
}

.div-car-selected-ckeck-desk{
    width: 100%;
    /* max-width: 503px; */
    background-color:white ;
    border:1px solid #DCDCDC;
    border-radius: 3px;
}

.card-desktop{
    width: 800px;
}
.card-car-body-information{
    width: 100%;
    height: 72px;
    max-width: 372px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.filters{
    width: 100%;
    max-width: 150px;
    background-color: white;
    border-radius: 16px;
    padding: 4px;
    gap: 10px;
}
.filters-selected{
    /* width: 100%; */
    /* max-width: 120px; */
    background-color: white;
    border-radius: 16px;
    padding: 3px 6px;
    gap: 10px;
    border: 1px solid #979797;
}
.inputKm{
    width: 100%;
    max-width: 343px;
    height: 48px;
    border-radius: 8px;
}
.inputKm_desk{
    width: 100%;
    max-width: 603px;
    height: 48px;
    border-radius: 8px;
}

.div_car_selected_ckeck{
    width: 100%;
    /* max-width: 403px; */
    background-color:white ;
    border:1px solid #DCDCDC;
    border-radius: 3px;
}
.div_car_selected{
    width: 100%;
    max-width: 403px;
    background-color:white ;
    border:2px solid #DCDCDC;
    border-radius: 3px;
}
.div_car_selected_header_line{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #979797;
    display: flex;
}
.img_fuel_gear_hp{
    width: 10px;
    height: 10px;
}
.img_characters_car{
    width: 14px;
    height: 14px;
}
.button_car_selected_footer{
    width: 100%;
    max-width: 115px;
    border-radius: 2px;
    height: 50px;
    border: 1px solid #E6E6E6;
}
.button_car_selected_footer_desk{
    width: 100%;
    max-width: 153px;
    border-radius: 2px;
    height: 50px;
    border: 1px solid #E6E6E6;
    
}

/* .button_car_selected_footer_plus{
    width: 100%;
    max-width: 143px;
    border-radius: 2px;
    height: 50px;
    background-color: #7145D6;

} */
.slick-track{
    display: flex !important;
    gap: 10px !important;
    height: auto !important;
}
.draggable{
    display: inline-flex;
    height: 400px;
    justify-content: center;
    align-items: center;
}

.border_selected_button{
    border: 1px solid #7145D6;
}
.price_total_body{
    background-color:#F2DEFF ;
    padding: 20px;
}
.price_total_body_buttom{
    width: 100%;
    /* max-width: 354px; */
    background-color:#7145D6;
    height: 48px;
    border-radius: 6px;
}
.div_car_selected_header_footer.flex.max-column_offer > button:nth-child(n + 3) > div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.line_top{
    border-top: 1px solid #C3D4E966;
}

.line_bottom{
    border-top: 1px solid #C3D4E966;
    width: 100%;
}
.space{
    background-color: #757575;
    width: 1px;
    height: 15px;
}
.border_img_car{
    border:1px solid #EBEBEB;
    border-radius: 3px;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(15px);
  }
  
  .breadcrumb {
    display: inline;
    margin-right: 5px;
  }
  
  .breadcrumb:last-child {
    font-weight: bold; /* Para resaltar la última miga de pan */
  }
/* 
  .breadcrumb li:not(:first-child)::before {
    content: ">";
  } */


  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .filters_desktop_button{
    background-color: #3C0988;
    width: 100%;
    max-width: 145px;
    border-radius: 21px;
    cursor: pointer;
  }
  .pop_up{
    display: flex;
    z-index: 99999;
    position: relative;
    max-width: 670px;
    height: 100%;
    /* top: 50%;
    left: 50%; */
    transform: translate(-50%, -50%);
    border-radius: 14px;
  } 
  .filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    backdrop-filter: blur(3px); /* Desenfoque del fondo */
    z-index: 10; /* Asegura que esté sobre otros elementos */
    /* display: flex !important;
    justify-content: center !important; */
}

.tag_offer_fitch{
    border: 1px solid #AB5EDF;
    padding:6px 9px;
    border-radius: 10px;
}

.button_header_car_brand {
    width: 100%;
    max-width: 180px;
    padding: 7px 0px;
    border-radius: 55px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
}

.slick-dots {
    list-style: none; /* Quita los marcadores de lista */
    text-align: center; /* Centra los puntos horizontalmente */
    padding: 0; /* Elimina el relleno predeterminado */
    position: absolute;
    transform: rotate(90deg) translate(-100px, -100px);
    /* overflow-y: hidden; */
    right: 0;
}
  
  .slick-dots li {
    display: inline-block; /* Muestra los puntos en línea */
    margin: 0 5px; /* Espacio entre los puntos */
  }
  
  .slick-dots li button {
    /* background-color: red !important; Color de fondo de los puntos */
    border: none; /* Quita el borde */
    border-radius: 50%; /* Hace que los puntos sean redondos */
    width: 15px !important; /* Ancho del punto */
    height: 15px !important; /* Altura del punto */
    cursor: pointer; /* Cambia el cursor al pasar sobre ellos */
    
  }
  
  .slick-dots li button:hover {
    background-color: #888; /* Color de fondo al pasar el cursor sobre los puntos */
  }
  
  .slick-dots li.slick-active button {
    background-color: #3C0988 !important; /* Color de fondo del punto activo */
  }
  .slick-dots li button {
    width: 15px !important;
    height: 15px !important;
    background-color: #CCCCCC !important; /* Color de fondo del punto activo */
  }



.modal {
    display: none; /* Por defecto oculto */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    background-color: rgba(0, 0, 0, 0.7); /* Fondo semitransparente */
}
.modal-content {
    margin: 15% auto;
    padding: 20px;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
    position: relative;
    border-radius: 10px;
    transform: translate(0%, -20%);
}
.modal-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.selected-filter{
    background-color: #3C09881C;
}

/* .is-required:after {
    content: '*';
    margin-left: 3px;
    color: red;
    font-weight: bold;
  }
.is-required-input:before {
    content: '*';
    margin-left: 3px;
    color: red;
    font-weight: bold;
  } */
  .colour-requerid{
    color: gray;
    opacity: 10;
  }
  .custom-slick-style{
    width: 900px !important;
    z-index: 9999 ;
    
}

@media screen and (min-width: 320px) and (max-width: 425px){
    .slick-track-two .slick-list{
        width: 300px !important;
        z-index: 9999 ;
    }
    .slick-track-two .slick-slide{
        width: 300px !important;
        z-index: 9999 ;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px){
    .button_offers{
        max-width: 100%;
    }
    .button-calculation{
        max-width: 100%;
    }
    .card-brand {
        width: 100%;
        max-width: 80px;
        height: auto;
        border: 1px solid #E1D8D8;
        border-radius: 4px;
    }
    #brands-container{
        display: flex;
        justify-content: center;
    }
    /* .brands{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    } */
    /* .brands > div:nth-child(n + 4) {
        display: none;
    }
    #brand_hidden  > div:nth-child(n + 4) {
        display: none;
    } */
    #brand_hidden{
        margin-top: 15px;
        /* margin-left: 24px; */
     }
     .slick-dots {
        list-style: none;
        text-align: center;
        padding: 0;
        bottom: 0;
        position: absolute;
        transform: translate(-110px, 50px);
        /* overflow-y: hidden; */
        right: 0;
    }
}

@media screen and (min-width: 375px) and (max-width: 375px) {
   
    .brands{
        display: flex;
        justify-content: center;
    }
    .brands > div:nth-child(n + 4) {
        display: none;
    }
    #brand_hidden  > div:nth-child(n + 4) {
        display: none;
    }
    .slick-dots {
        list-style: none;
        text-align: center;
        padding: 0;
        bottom: 0;
        position: absolute;
        transform: translate(-100px, 50px);
        /* overflow-y: hidden; */
        right: 0;
    }
    .button-banner-mobile{
        width: 100%;
        max-width: 100%;
        padding: 20px 0px;
        border-radius: 8px;
        background-color: #AB5EDF;
    }
    /* .div_card{
        width: 100%;
        max-width: 300px;
        border-radius: 10px;
        gap: 10px;
        border: 1px solid #E1D8D8;
    } */
    /* #brands-container{
        margin-left: 20px;
     } */
     #brand_hidden{
        margin-top: 15px;
        /* margin-left: 24px; */
     }
     .button-offers{    
        width: 100%;
        max-width: 100%;
     }
     .card-brand {
        width: 100%;
        max-width: 105px;
        height: auto;
        border: 1px solid #E1D8D8;
        border-radius: 4px;
    }
    .slick-list{
        width: 250px !important;
        z-index: 9999 ;
    }
    .slick-slide{
        width: 250px !important;
        z-index: 9999 ;
    }
 
  }
@media screen and (min-width: 425px) and (max-width: 425px) {
    .brands{
        display: flex;
        justify-content: center;
    }
    /* .brands > div:nth-child(n + 4) {
        display: none;
    }
    #brand_hidden  > div:nth-child(n + 4) {
        display: none;
    } */
    .slick-list{
        width: 300px !important;
        z-index: 9999 ;
    }
    .slick-slide{
        width: 300px !important;
        z-index: 9999 ;
    }
    .slick-track-two .slick-list{
        width: 300px !important;
        z-index: 9999 ;
    }
    .slick-track-two .slick-slide{
        width: 300px !important;
        z-index: 9999 ;
    }

    .button-banner-mobile{
        width: 100%;
        max-width: 100%;
        padding: 20px 0px;
        border-radius: 8px;
        background-color: #AB5EDF;
    }
    .slick-dots {
        list-style: none;
        text-align: center;
        padding: 0;
        bottom: 0;
        position: absolute;
        transform: translate(-100px, 30px);
        /* overflow-y: hidden; */
        right: 0; 
    }
    .button-offers{    
        width: 100%;
        max-width: 100%;
     }
    /* .div_card{
        width: 100%;
        max-width: 300px;
        border-radius: 10px;
        gap: 10px;
        border: 1px solid #E1D8D8;
    } */

    /* #brand_hidden{
        margin-top: 15px;
        /* margin-left: 24px; */
     /* } */ 

  }
@media screen and (min-width: 768px) and (max-width: 768px) {
    .brands{
        display: flex;
        justify-content: center;
    }
    .slick-list{
        width: 500px !important;
        z-index: 9999 ;
    }
    .slick-slide{
        width: 500px !important;
        z-index: 9999 ;
    }
    .brands > div:nth-child(n + 6) {
        display: none;
    }
    #brand_hidden  > div:nth-child(n + 6) {
        display: none;
    }
    .slick-dots {
        list-style: none;
        text-align: center;
        padding: 0;
        bottom: 0;
        position: absolute;
        transform: translate(-350px, 30px);
        /* overflow-y: hidden; */
        right: 0;
    }
    /* .div_card{
        width: 100%;
        max-width: 300px;
        border-radius: 10px;
        gap: 10px;
        border: 1px solid #E1D8D8;
    } */
    .div-card{
        width: 100%;
        max-width: 356px;
        border-radius: 10px;
        gap: 10px;
        border: 1px solid #E1D8D8;
    }

    #brand_hidden{
        margin-top: 15px;
        /* margin-left: 24px; */
     }
    .card-brand {
        width: 100%;
        max-width: 105px;
        height: auto;
        border: 1px solid #E1D8D8;
        border-radius: 4px;
    }
    /* #brands-container{
        display: flex;
        height: auto;
        justify-content: center;
        align-items: center;
    } */
 
  }
/* @media screen and (min-width: 375px) and (max-width: 1024px) { */
   
    /* .slick-dots {
        list-style: none;
        text-align: center;
        padding: 0;
        bottom: 0; */
        /* margin: auto; */
        /* position: absolute;
        transform: translate(-340px, 10px); */
        /* overflow-y: hidden; */
        /* right: 0; */
    /* } */
    /* .div_card{
        width: 100%;
        max-width: 356px;
        border-radius: 10px;
        gap: 10px;
        border: 1px solid #E1D8D8;
    } */
    
  /* } */
@media screen and (min-width: 1024px) and (max-width: 1024px) {
    
    
    .brands{
        display: flex;
        justify-content: center;
    }
    .brands > div:nth-child(n + 8) {
        display: none;
    }
    .div-card {
        width: 100%;
        max-width: 304px;
        border-radius: 10px;
        gap: 10px;
        border: 1px solid #E1D8D8;
    }
    .content-button-car{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .div-button-car {
        width: 100%;
        max-width: 143px;
        height: 10%;
    }
    .slick-dots {
        position: absolute;
        transform: rotate(90deg) translate(-140px, -120px);
    }
    .div-card{
        width: 100%;
        max-width: 300px;
        border-radius: 10px;
        gap: 10px;
        border: 1px solid #E1D8D8;
    }
    /* .button_header_car {
        width: 100%;
        max-width: 201px;
        padding: 15px 0px;
        border-radius: 55px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color: white;
    } */
    .button-header-car {
        width: 100%;
        max-width: 200px;
        padding: 10px 0px;
        border-radius: 55px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color: white;
    }
    .button-header-car-brand {
        width: 100%;
        max-width: 100px;
        padding: 7px 0px;
        border-radius: 55px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color: white;
    }
    .slick-list{
        width: 600px !important;
        z-index: 9999 ;
    }
    .slick-slide{
        width: 600px !important;
        z-index: 9999 ;
    }
   .slick-track-two .slick-list{
        width: 800px !important;
        z-index: 9999 ;
        transform: translate(100px, 0px);
    }
    .slick-track-two .slick-slide{
        width: 800px !important;
        z-index: 9999 ;
        /* transform: translate(100px, 0px); */
    }

     /* .slick-list > .draggable{
        transform: translate(80px, 0px);
        width: 900px !important;    
     } */
   
    
  }
@media screen and (min-width: 1240px) and (max-width: 1360px) {
    .slick-list{
        width: 600px !important;
        z-index: 9999 ;
    }
    .slick-track-two .slick-list{
        width: 1100px !important;
        z-index: 9999 ;
        transform: translate(100px, 10px);
    }
    .slick-track-two .slick-slide{
        width: 1100px !important;
        z-index: 9999 ;
        transform: translate(-100px); 
    }
    .slick-slide{
        width: 600px !important;
        z-index: 9999 ;
    }
    .slick-dots {
        position: absolute;
        transform: rotate(90deg) translate(-150px, -120px);
    }
   

    
  }
@media screen and (min-width: 1360px) and (max-width: 1360px) {
    .car-logo-banner{
        transform: translate(-200px,-100px) !important;
    }
    .slick-track-two .slick-list{
        width: 1100px !important;
        z-index: 9999 ;
        transform: translate(100px, 10px);
    }
    .slick-track-two .slick-slide{
        width: 1100px !important;
        z-index: 9999 ;
        transform: translate(-100px); 
    }
  
  }

@media screen and (min-width:1440px) and  (max-width: 1440px) {
    .slick-list{
        width: 600px !important;
        z-index: 9999 ;
        /* transform: translate(100px, 0px) !important;  */
    }
    .slick-track{
        width: 600px !important;
    }
    .slick-slide{
        width: 600px !important;
        z-index: 9999 ;
    }
    .slick-dots {
        list-style: none;
        text-align: center;
        padding: 0;
        position: absolute;
        transform: rotate(90deg) translate(-140px, -100px);
        /* overflow-y: hidden; */
        right: 0;
    }
    .slick-track-two .slick-list{
        width: 1100px !important;
        z-index: 9999 ;
        transform: translate(300px, 10px);
    }
    .slick-track-two .slick-slide{
        width: 1100px !important;
        z-index: 9999 ;
    }
  
    
  }
@media screen and (min-width:1360px) and  (max-width: 1920px) {
    /* #brand_hidden{
        display: flex;
        justify-content: center;
        gap: 20px;
     }
     */
  }
  @media (min-width: 1024px) {
    h2 {
        font-size: 2.56rem;
    }
}
@media (min-width: 768px) {
    h3 {
        font-size: 2.25rem;
    }
}
@media screen and (min-width:1920px) and  (max-width: 1920px) {
     .slick-track-two .slick-list{
        width: 1000px !important;
        z-index: 9999 ;
    }
    .slick-track-two .slick-slide{
        width: 1000px !important;
        z-index: 9999 ;
    }
    .custom-slick-style{
       width: 900px !important;
       z-index: 9999 ;
       
   }

     .slick-list{
       width: 900px !important;
       z-index: 9999 ;
       
   }
   .slick-slide{
       width: 900px !important;
       z-index: 9999 ;
   }
  }
  @media (min-width: 1024px) {
    h2 {
        font-size: 2.56rem;
    }
}
@media (min-width: 768px) {
    h3 {
        font-size: 2.25rem;
    }
}

@media (max-width: 992px) {
    .navbar img {
        max-width: 200px;
    }
}