.cuerpo{
    font-family: 'Montserrat';
    width: 100%;
    height: auto;
    padding: 0rem 5rem;

    box-sizing: border-box;
    .banner-agendar{
        width: 100%;
        height: 35rem;
        display: flex;
        background: var(--primary-bg-color);
        margin-bottom: 5rem;
        img{
            width: 65%;
            height: 100%;
            object-fit: cover;
        }
        .banner_text{
            width: 35%;
            padding: 5rem;
            .banner_title{
                color: white;
                font-size: 3rem;
                font-weight: 400;
                text-align: center;
                text-transform: uppercase;
            }
            .banner_p{
                margin-top: 2rem;
                color: white;
                text-align: center;
                line-height: 24px;
                font-weight: 300;
                letter-spacing: 1px;
                font-size: 1.5rem
            }
            .banner_p_reserva_exitosa{
                display: none;
                margin-top: 2rem;
                color: white;
                text-align: center;
                line-height: 24px;
                font-weight: 300;
                letter-spacing: 1px;
                font-size: 1.5rem
            }
            .button_reserva_exitosa_volver{
                padding: 1rem;
                margin-left:25%;
                font-weight: 500;
                margin-top: 1rem;
                display: none;
            }
        }
        
    }
    .citas{
        margin-bottom: 5rem;
        display: flex;
        width: 100%;
        height: auto;
        justify-content: space-between;
        .cita-content{
            width: 48%;
            box-shadow: 1px 3px 14px 3px #00000070;
            padding: 5rem;
            .cita_title{
                text-transform: uppercase;
                font-weight: 600;
                font-size: 1.5rem;
                color: rgb(72, 72, 72);
                padding-bottom: 2rem;
            }
            .cita_text{
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                align-content: baseline;
                p{
                    width: 70%;
                }
                a{
                    width: auto;
                    background: var(--primary-bg-color);
                    text-decoration: none;
                    color: white;
                    padding: 1rem;
                    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
                }
            }
        }
        .cita-content{
            width: 48%;
            box-shadow: 1px 3px 14px 3px #00000070;
            padding: 5rem;
            .cita_title{
                
            }
            .cita_p{

            }
        }
    }
}