* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000;
}

#container {
    width: 63%;
    height: 619px;
    background-image: url("../img/garaje.jpg");
    background-size: cover;
    margin: 0 auto;
    overflow:hidden;
}



#botones {
    position: absolute;
    top: 575px;
    left: 667px;
}

#caracteristicas {
    
    width: 250px;
    height: 250px;
    padding: 20px;
}

#caracteristicas p {
    color: #fff;
}

#imagenesCoches{
    display:flex;
    transition: transform 0.5s ease;
    margin-top:8%;
    

}

#texto{
    position:absolute;
    font-size:32pt;
    color: #ff0000;
    left: 574px;
    top: 44%;
}

#prevBtn, #nextBtn {
    padding: 5px;
    margin-bottom: 10px;
}

