.elementor-3901 .elementor-element.elementor-element-083788f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-3901 .elementor-element.elementor-element-083788f:not(.elementor-motion-effects-element-type-background), .elementor-3901 .elementor-element.elementor-element-083788f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://livsalud.cl/wp-content/uploads/2025/10/banner-hora.webp");background-repeat:no-repeat;background-size:cover;}.elementor-3901 .elementor-element.elementor-element-745f4ce{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3901 .elementor-element.elementor-element-de6ca4c{background-color:#FFFFFF91;padding:6px 16px 6px 16px;border-radius:12px 12px 12px 12px;}.elementor-3901 .elementor-element.elementor-element-613d8c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-3901 .elementor-element.elementor-element-083788f{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-3901 .elementor-element.elementor-element-ce5cf1d img{width:40px;}}@media(max-width:767px){.elementor-3901 .elementor-element.elementor-element-083788f{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-3901 .elementor-element.elementor-element-745f4ce{--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-3901 .elementor-element.elementor-element-ce5cf1d img{width:36px;}}/* Start custom CSS for container, class: .elementor-element-613d8c8 *//* Diseño básico y bonito para el formulario */
body {
    background: #f4f6fb;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.form-container {
    background: #fff;
    max-width: 550px;
    margin: 60px auto;
    padding: 32px 28px 24px 28px;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

form h2 {
    margin-bottom: 18px;
    color: #2d3a4b;
    font-weight: 600;
    text-align: center;
}

label {
    display: block;
    margin-bottom: 6px;
    color: #3a4a5d;
    font-size: 15px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 16px;
    border: 1px solid #d1d9e6;
    border-radius: 6px;
    font-size: 15px;
    background: #f8fafc;
    transition: border 0.2s;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #639aff;
    outline: none;
}

button[type="submit"] {
    width: 100%;
    padding: 18px;
    background: #178BCC;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

button[type="submit"]:hover {
    background: #178BCC;
}

.respuesta-oculta {
    display: none;
    margin-top: 16px;
    color: #2d3a4b;
    text-align: center;
}

.respuesta-mostrar {
    display: block;
    margin-top: 16px;
    color: #2d3a4b;
    text-align: center;
    background: #e6eff7;
    border-radius: 6px;
    padding: 10px;
}

.rut-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.rut-group input[type="text"] {
    flex: 1;
    margin-bottom: 0;
}

.rut-group button {
    padding: 10px 18px;
    background: #178BCC;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.rut-group button:hover {
    background: #126E9B;
}

.citas-lista {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}
.citas-lista li {
    background: #f8fafc;
    border: 1px solid #d1d9e6;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 12px 14px;
    color: #2d3a4b;
    font-size: 15px;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.04);
}
.citas-lista li strong {
    color: #638dff;
}
.citas-lista:last-child {
    margin-bottom: 0;
}

.detalle-cita-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(230, 243, 247);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.detalle-cita {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(44, 62, 80, 0.18);
    padding: 28px 32px 20px 32px;
    max-width: 420px;
    width: 100%;
    color: #178BCC;
}
.detalle-cita h3 {
    margin-top: 0;
    color: #0f5f8c;
    text-align: center;
}
.detalle-cita ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 18px 0;
}
.detalle-cita li {
    margin-bottom: 8px;
    font-size: 15px;
}
.detalle-cita button {
    display: block;
    margin: 0 auto;
    padding: 10px 14px;
    background: #63a1ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.detalle-cita button:hover {
    background: #4f73d6;
}
.detalle-cita-botones {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 1px;
}
.detalle-cita-botones button {
    min-width: 0px;
}

#prevCita-todas, #nextCita-todas {
    padding: 0;
    background-color: white;
    color: #178BCC;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}
#accionDetalleCita-todas{
    background-color: #43a366;
     transition:background 0.5s ease;
    &:hover {
        background-color:#2e8c51;
}}
#cancelar-todas{
    background-color: #c45a5a;
    transition:background 0.5s ease;
    &:hover {
        background-color:#a34040;
}}
.ver-detalle {
    color: #6394ff;
    cursor: pointer;
    font-weight: 600;
    margin-top: 6px;
    display: inline-block;
}
.ver-detalle:hover {
    text-decoration: underline;
}

.detalle-cita-inline {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.10);
    padding: 28px 32px 20px 32px;
    max-width: 420px;
    width: 100%;
    color: #2d3a4b;
    margin: 32px auto ;
}
.detalle-cita-inline h3 {
    margin-top: 0;
    color: #284b82;
    text-align: center;
    font-size: 1.2rem; 
}
.detalle-cita-inline ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 18px 0;
}
.detalle-cita-inline li {
    margin-bottom: 8px;
    font-size: 15px;
}
.detalle-cita-inline .detalle-cita-botones {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 18px;
}
.detalle-cita-inline button {
}/* End custom CSS */