.workshop-scheduler__container {
    font-family: 'Montserrat';
    width: 100%;
    height: auto;
    padding: 0rem 5rem;
    box-sizing: border-box;
    margin-bottom: 3rem;
    margin-top: 5rem;
    .workshop-scheduler__banner, .workshop-scheduler__banner_citas {
        width: 100%;
        height: 35rem;
        display: flex;

        .workshop-scheduler__banner-image {
            width: 50%;
            height: 100%;
            object-fit: cover;
        }

        .workshop-scheduler__banner-content {
            width: 50%;
            padding: 0rem 0rem 5rem 5rem;
            .text_inicio{
                .workshop-scheduler__banner-title {
                    color: rgb(0, 0, 0);
                    font-size: 1.5rem;
                    font-weight: 600;
                    
                    text-transform: uppercase;
                }
    
                .workshop-scheduler__banner-description {
                    text-transform: uppercase;
                    color: rgb(0, 0, 0);
                    line-height: 24px;
                    font-weight: 400;
                    letter-spacing: 1px;
                    font-size: 1rem;
                }
            }
            .form-agendamiento{
                p{
                    margin-top: 2rem;
                    font-size: 1rem;
                }
                select{
                    margin-top: 1rem;
                    width: 100%;
                    height: 3rem;
                    border-radius: 5px;
                    border: solid 1px rgb(205, 205, 205);
                    
                }
            }
            .form-agendamiento-citas{
                #search-form{
                    .search-form-div{
                        margin: 1rem 0rem 2rem 0rem;
                        display: flex;
                        justify-content: space-between;
                        width: 100%;
                        .citas-column-datos{
                            width: 100%;
                            display: flex;
                            flex-direction: column;
                            & p{
                                margin-bottom: 1rem;
                            }
                            input{
                                width: 95%;
                                padding: .8rem 2rem;
                                border-radius: 5px;
                                border: solid 1px rgb(215, 215, 215);
                            }
                        }
                    }
                    .buttons_cita{
                        display: flex;
                        width: 43%;
                        justify-content: space-between;
                        button{
                            border: none;
                            padding: .5rem 1.8rem;
                        }
                        button[type="reset"]{
                            background: gray;
                            color: white;
                            font-weight: 500;
                            box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
                        }
                        button[type="submit"]{
                            background: rgb(220, 220, 220);
                            color: rgb(174, 174, 174);
                            font-weight: 500;
                        }
                    }
    
                }
            }
            .select-tipe-agend{
                margin-top: 2rem;
                h3{
                    color: var(--primary-bg-color);
                }
                .taller-box{
                    margin-top: 1rem;
                    width: 20rem;
                    border: 0;
                    background-color: #f7f7f7;
                    border-radius: 1rem;
                    padding: 2rem;
                    box-shadow: 1px 3px 14px 3px #00000070;
                    h3{
                        text-align: start;
                        color: black;
                        font-weight: 600;
                    }
                    p{
                        margin-top: 1rem;
                        text-align: start;
                    }
                }
            }
        }
    }
}
.mostrar-citas-hechas{
    display: none;
    display: flex;
    h2{
        font-size: 10rem;
    }
    .datos-cita{
        display: flex;
        gap: 1rem;
        padding: 3rem 2rem;
        box-shadow: 1px 3px 14px 3px #00000070;
        .datos-column{
            display: flex;
            width: 140px;
            flex-direction: column;
            & label{
                font-weight: 600;
            }
            & input{
                margin-top: 1rem;
                border: none;
            }
        }
    }
    .cancelar-cita{
        border: none;
        padding: 0rem 1rem;
        background: var(--primary-bg-color);
        color: white;
    }
    .reagendar-cita{
        padding: 0rem 1rem;
        border: solid 2px var(--primary-bg-color);
        background: rgb(255, 255, 255);
        color: var(--primary-bg-color);
    }
}

/*testdrive-start*/
.fondo-testdrive{
    display: flex;
    justify-content: center;
    background-image: url('http://localhost/wordpress/wp-content/uploads/2024/10/cotizar_1600x435.jpg');
    align-items: center;
    width: 100%;
    height: 15rem;
    background-position: center;
    background-size: cover;
    z-index: 100;
    h2{
        color: white;
        z-index: 150;
        font-size: 3rem;
    }
    .filter-testdrive{
        position: absolute;
        width: 100%;
        height: 15rem;
        z-index: 50;
        background: rgba(0, 0, 0, 0.358);
    }
}
.steps{
    width: 100%;
    height: 10rem;
    padding: 3rem 20rem;
    display: flex;
    justify-content: space-around;
    h4{
        color: rgb(130, 130, 130);
        font-weight: 400;
    }
}
.step-one{
    display: flex;
    flex-direction: column;
    margin: 1rem 15rem 5rem 15rem;
    h3{
        font-size: 1.3rem;
        color: rgb(58, 58, 58);
        font-weight: 500;
    }
    p{
        font-size: .8rem;
        margin-top: .7rem;
        font-weight: 400;
    }
    .coches-glory{
        display: flex;
        flex-wrap: wrap;
        margin: 2rem;
        gap: 2rem;
        .coche-glory{
            width: calc(100% / 6);
            margin: .5rem;
            height: 100px;
            img{
                width: 100%;
                height: 100%;
            }
            h4{
                font-weight: 400;
                font-size: .7rem;
            }
        }
        .coche-glory:hover{
            padding-bottom: .5rem;
            transition: padding-bottom.3s ease-in-out;
        }
    }
    .button-p-flex{
        display: flex;
        justify-content: space-between;
        p{
            font-size: 1rem;
            font-weight: 400;
        }
        button{
            width: 12rem;
            border: none;
            background: var(--primary-bg-color);
            color: white;
            font-weight: 300;
            font-size: .8rem;
            padding: 1rem 2rem;
        }
    }
    .version_coche{
        margin: 5rem 0rem;
        padding: .5rem;
    }
}
.imagen-coche-version{
    margin: 0rem 15rem 5rem 15rem;
    .model-img{
        width: 30%;

    }
    .model-name{

    }
}
.step-two{
    display: none;
    margin: 1rem 15rem 5rem 15rem;
    form{
        h4{
            font-size: 1.3rem;
        color: rgb(58, 58, 58);
        font-weight: 500;
        margin: 1rem 0rem;
        }
        .form-container-drive{
            width: 100%;
            display: flex;
            justify-content: space-between;
            .form-column{
                width: 48%;
                display: flex;
                flex-direction: column;
                gap: 15px;
                label{
                    color: rgb(121, 121, 121);
                    font-weight: 400;
                    font-family: 'Work Sans', sans-serif;
                }
                input{
                    padding: .3rem;
                    border: solid 1px rgb(201, 201, 201);
                }
                select{
                    padding: .3rem;
                    border: solid 1px rgb(201, 201, 201);
                }
            }
        }
        .terms-licence{
            display: flex;
            flex-direction: column;
            margin: 2rem 0rem;
            .container{
                a{
                    text-decoration: none;
                    color: black;
                    .term{
                        text-decoration: underline;
                    }
                }
            }
            .msj-checkbox{
                div{
                    .consentimiento{
                        a{
                            text-decoration: underline;
                            color: black;
                        }
                    }
                }
                ul{
                    li{
                        list-style-type: none;
                        margin: 1rem 0rem;
                    }
                }
            }
        }
        .button-p-flex{
            display: flex;
            justify-content: space-between;
            p{
                font-size: 1rem;
                font-weight: 400;
            }
            button{
                width: 12rem;
                border: none;
                background: var(--primary-bg-color);
                color: white;
                font-weight: 300;
                font-size: .8rem;
                padding: 1rem 2rem;
            }
        }
        .version_coche{
            margin: 5rem 0rem;
            padding: .5rem;
        }
    }
}
/*testdrive-end*/