@import url("global.css");

.banner {
    position: relative;
    width: 100%;
    height: 435px;
    background: url("../img/bannerNosotros.jpg") no-repeat center center/cover; /* Reemplaza con tu imagen */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.agendarCita{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 40px;
    background-color: #E4E7E8;
}
.formulario{
    width: 50%;
}
.infoCita{
    width: 60%;
    text-align: center;
    margin-bottom: 20px;
}
.infoCita p{
    color: #555;
}