.agendamiento-form-section-row {
    display: flex;
    flex-direction: row;
    padding: 5rem;
}

.aside-agendamiento {
    width: 23%;
    max-height: 30rem;
    background: #f1f1f1;
    padding: 2rem;
    margin-top: 5rem;
    box-shadow: 0 6px 5px #0000005e;

    h2 {
        text-align: center;
        color: var(--primary-bg-color);
        padding: 1rem;
    }

    .reserva_detalles {
        padding: 0rem 1.5rem 1.5rem 1.5rem;

        h4 {
            padding: .5rem 0rem;
            font-weight: 300;
        }

        p {
            font-weight: 400;
        }
    }
}

.select-error {
    border-color: red;
}

.form-container-agendamiento {
    width: 75%;
    padding: 1rem;

    .titles-form {
        display: flex;
        width: 100%;
        border-bottom: #969696 .1rem solid;

        h2 {
            margin: 0rem 2rem;
            font-size: 1.5rem;
            font-weight: 400;
            text-transform: uppercase;
            border-bottom: solid 4px var(--primary-bg-color);
            width: 100%;
            color: #969696;
            display: flex;
            justify-content: space-around;
        }

    }

    .form-agendamiento-paso1 {
        display: flex;
        flex-direction: column;

        .form-container-row {
            display: flex;
            flex-direction: row;
            width: 100%;

            .form-first-column {
                width: 50%;
                display: flex;
                flex-direction: column;

                .form-title-agend {
                    padding: 1rem;
                    font-weight: 500;
                    font-size: 1rem;
                }

                .select-first {
                    margin: 0rem 3rem 3rem 1rem;
                    border-radius: 5px;
                    border: solid 1px rgb(205, 205, 205);
                    padding: .8rem;

                    option {}
                }

                textarea {
                    margin: 0rem 3rem 3rem 1rem;
                    border-radius: 5px;
                    border: solid 1px rgb(205, 205, 205);
                    padding: .8rem;
                }
            }

            .form-second-column {
                width: 50%;
                display: flex;
                flex-direction: column;

                .form-title-agend {
                    padding: 1rem;
                    font-weight: 500;
                    font-size: 1rem;
                }

                input {
                    margin: 0rem 3rem 3rem 1rem;
                    border-radius: 5px;
                    border: solid 1px rgb(205, 205, 205);
                    padding: .8rem;
                }

                select {
                    margin: 0rem 3rem 3rem 1rem;
                    border-radius: 5px;
                    border: solid 1px rgb(205, 205, 205);
                    padding: .8rem;
                }


            }
        }

        .form-second-container-row {
            display: flex;
            flex-direction: row;
            width: 100%;
            margin: 0rem 1rem;

            .form-first-column {
                width: 50%;
                display: flex;
                flex-direction: column;

                h3 {
                    color: var(--primary-bg-color);
                    font-weight: 600;
                }

                input {
                    width: 50%;
                    border-radius: 5px;
                    border: solid 1px rgb(205, 205, 205);
                }

                .hours {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 10px;

                    div {
                        cursor: pointer;
                        border: solid 1px var(--primary-bg-color);
                        transition: background 1000ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 500ms cubic-bezier(0.4, 0, 0.2, 1);
                        border-radius: 5px;
                        padding: .5rem 2rem;
                        box-shadow: 4px 6px 13px -3px #00000063;
                    }

                    div:hover {
                        background: var(--primary-bg-color);
                        color: white;
                    }

                    input {}
                }

                
            }

        }

    }
    .botones_siguiente {
        display: flex;
        margin-top: 5rem;
        gap: 20px;

        div:first-child {
            box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;

            button {
                background: rgb(110, 110, 110);
            }
        }

        button {
            letter-spacing: -2px;
            font-weight: 600;
            background: rgb(197, 197, 197);
            border: none;
            padding: 1rem 2rem;
            color: white;
        }
    }
    .form-agendamiento-paso2 {
        display: none;
        width: 100%;
        height: 100%;
        flex-direction: column;

        h2 {
            color: var(--primary-bg-color);
            font-weight: 600;
            margin: 2rem 1rem;
        }

        .form-container-row {
            display: flex;
            flex-direction: row;
            width: 100%;

            .form-first-column {
                
                display: flex;
                flex-direction: column;

                .form-first-column-row {
                    display: flex;
                    flex-direction: row;

                    .form-columns {
                        display: flex;
                        flex-direction: column;

                        .form-title-agend {
                            padding: 1rem;
                            font-weight: 600;
                            font-size: 1rem;
                        }

                        input {
                            margin: 0rem .5rem 3rem 1rem;
                            border-radius: 5px;
                            border: solid 1px rgb(205, 205, 205);
                            padding: .8rem;
                        }
                        select {
                            margin: 0rem 0rem 3rem 1rem;
                            border-radius: 5px;
                            border: solid 1px rgb(205, 205, 205);
                            padding: .8rem;
                        }
                    }


                }
                

            }

            .form-second-column {
                
                display: flex;
                flex-direction: column;

                .form-second-column-row {
                    display: flex;
                    flex-direction: row;

                    .form-columns {
                        display: flex;
                        flex-direction: column;

                        .form-title-agend {
                            padding: 1rem;
                            font-weight: 600;
                            font-size: 1rem;
                        }

                        input {
                            margin: 0rem .5rem 3rem 1rem;
                            border-radius: 5px;
                            border: solid 1px rgb(205, 205, 205);
                            padding: .8rem;
                        }
                    }

                }

            }
        }
    }
}

.title_questions-column{
    width: 100%;
    display: flex;
    flex-direction: column;
    .questions-row{
        display: flex;
        flex-direction: row;
        .title-down{
            color: black;
            font-weight: 600;
        }
    }
    .info-column{
        display: flex;
        flex-direction: column;
    }
    
}
.selected-hour {
    background-color: var(--primary-bg-color);
    color: white;
}


/*CUSTOM RADIO-START*/
.radio-group {
    display: flex;
    flex-direction: column;
}
.radio-group-row {
    display: flex;
    flex-direction: row;
}

.custom-radio {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.custom-radio input[type="radio"] {
    display: none;
}

.radio-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #D0021B;
    border-radius: 50%;
    margin-right: 10px;
}

.custom-radio input[type="radio"]:checked + .radio-button {
    background-color: #D0021B;
    border: 2px solid #D0021B;
}

.custom-radio input[type="radio"]:checked + .radio-button::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
}
/*CUSTOM RADIO-END*/

.form-agendamiento-paso3 {
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 3rem;
    .form-container-row{
        display: flex;
        flex-direction: row;
        width: 100%;
        .form-first-column {
                
            display: flex;
            flex-direction: column;

            .form-first-column-row {
                display: flex;
                flex-direction: row;

                .form-columns {
                    display: flex;
                    flex-direction: column;

                    .form-title-agend {
                        padding: 1rem;
                        font-weight: 600;
                        font-size: 1rem;
                    }

                    input {
                        margin: 0rem .5rem 3rem 1rem;
                        border-radius: 5px;
                        border: solid 1px rgb(205, 205, 205);
                        padding: .8rem;
                    }
                }


            }
            

        }
    }
}