﻿:root {
    --color-pnl-principal: #0b2240 !important; /*#132239*/
    --color-pnl-secundario: #e4e6e5 !important;
    --color-pnl-terciario: #385cc7 !important; /*##475fb9*/
    --color-btn-principal: #385cc7 !important; /*#129a92*/ /*#475fb7*/
    --color-btn-secundario: #fff !important; /*#E69432*/
    --color-txt-principal: #385cc7 !important; /*#1B877E;*/ /*##475fb9*/
    --color-txt-secundario: #fff !important; /*#E69432;*/
    --color-txt-terciario: #fff !important; /*#E69432;*/
    --color-txt-cuaternario: #0b2240 !important; /*#E69432;*/ /*#132239*/
    --color-txt-general: black !important;
    --color-none: #FFFFFF !important;
}

body {
    /*font-family: ProdigySans, sans-serif !important;*/
    font-family: roboto !important;
    /*text-transform: uppercase !important;*/
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

ul {
    margin-top: 0;
}

    ul li {
        margin-bottom: 5px;
    }

.titulo_verde {
    font-weight: 600;
    color: var(--color-txt-principal) /*#158A7E*/;
    font-size: 20px;
    margin-top: 10px;
}

.agenda_con_panel {
    /*width: 990px;
    border-color: #000;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 240px 750px;
    border-radius: 10px;
    color: initial;*/

    width: 1280px;
    border-color: #000;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 240px 1040px;
    border-radius: 10px;
    color: initial;
}

.agenda_con_panel_left {
    background-color: #4B5DC1; /*#3AA39D;*/

    color: #4B5DC1; /*#fff;*/
    border-radius: 10px 0 0 10px;
}

.agenda_con_panel_right {
    padding: 25px 0px 0px 0px;
    background: #fff;
    border-radius: 0 10px 10px 0;
}
.grilla_medicos_en_agenda_totem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 39px;
    padding: 20px 40px 30px 40px;
    row-gap: 33px;
}
.btn_agenda {
    color: #707070;
    text-decoration: none;
    border: 1px solid #707070;
    padding: 3px 15px;
    border-radius: 15px;
    font-size: 13px;
    transition: 250ms all;
    background-color: inherit;
}

    .btn_agenda.naranjo {
        background-color: var(--color-btn-principal) /*#FD9A01*/;
        color: #fff;
    }



    .btn_agenda.activo {
        color: #fff;
        background-color: var(--color-btn-principal); /*#FD9A01;*/
        border-color: var(--color-btn-principal);
        box-shadow: 0px 0px 6px 2px #0000002b;
    }

    .btn_agenda:hover {
        color: #fff;
        background-color: var(--color-btn-principal); /*#FD9A01;*/
        border-color: var(--color-btn-principal); /*#FD9A01;*/
        box-shadow: 0px 0px 6px 2px #0000002b;
    }

    .btn_agenda.naranjo:hover {
        background-color: var(--color-btn-secundario) /*#eba63b*/;
        color: var(--color-txt-principal);
    }

.agenda_botones {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-bottom: 20px;
    border: 1px solid #afafaf;
    padding: 12px 23px;
    width: 600px;
    margin: 0 auto;
    border-radius: 9px;
}

.op_agenda_con_panel_left {
    top: 198px;
    left: 54px;
    width: 25px;
    height: 25px;
    background: #4B5DC1;
    opacity: 1;
}

    .op_agenda_con_panel_left label {
        padding-left: 5px;
    }

    .op_agenda_con_panel_left:first-child {
        border-radius: 10px 0 0 0;
        padding-top: 30px;
    }

    .op_agenda_con_panel_left.activo {
        background-color: #4456BA;
        color: #4456BA; /*#FD9A01;*/
        font-weight: 700;
    }

    .op_agenda_con_panel_left:hover {
        background-color: #4456BA;
        color: #4456BA; /*#FD9A01;*/
        font-weight: 700;
    }

.item_medico_en_agenda {
    /*display: grid;
    grid-template-columns: 210px 310px 210px;
    border-bottom: 1px solid #16928A;
    padding: 30px 10px;
    transition: 250ms all;*/

    display: grid;
    grid-template-columns: 33% 33% 33%;
    border-bottom: 1px solid var(--color-pnl-principal) /*#16928A*/;
    padding: 30px 10px;
    transition: 250ms all;
}

    .item_medico_en_agenda:hover {
        background-color: var(--color-pnl-secundario) /*#f3f3f3*/;
    }


.item_medico_en_agenda_foto {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-txt-principal) /*#158A7E*/;
    font-weight: 600;
    font-size: 15px;
}

    .item_medico_en_agenda_foto img {
        /*width: 89px;
    height: 89px;*/
/*        width: 150px;
        height: 150px;*/
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
        object-position: top;
    }

.item_medico_en_agenda_cal {
    text-align: center;
}

.item_medico_en_agenda_op {
    text-align: center;
}

    .item_medico_en_agenda_op .uno, .item_medico_en_agenda_cal .uno {
        font-size: 11px;
        color: var(--color-txt-principal) /*#158A7E*/;
        text-transform: uppercase;
    }

    .item_medico_en_agenda_op .dos {
        font-size: 18px;
        color: #696969;
        font-weight: 500;
    }

.item_medico_en_agenda:last-child {
    border-bottom: 0px;
}

.op_hora {
    color: #707070;
    text-decoration: none;
    border: 1px solid #707070;
    padding: 3px 15px;
    border-radius: 15px;
    font-size: 13px;
    transition: 250ms all;
    background-color: inherit;
}

    .op_hora.activo {
        color: #fff;
        background-color: var(--color-btn-principal) /*#FD9A01*/;
        border-color: var(--color-btn-principal) /*#FD9A01*/;
        box-shadow: 0px 0px 6px 2px #0000002b;
    }

    .op_hora:hover {
        color: #fff;
        background-color: var(--color-btn-principal) /*#FD9A01*/;
        border-color: var(--color-btn-principal) /*#FD9A01*/;
        box-shadow: 0px 0px 6px 2px #0000002b;
    }

.grilla_medicos_en_agenda {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 39px;
    padding: 20px 40px 30px 40px;
    row-gap: 33px;
}

.item_medico_en_agenda_grilla img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 2px solid #707070;
    border-radius: 15px;
}

.item_medico_en_agenda_grilla p {
    font-size: 13px;
    color: var(--color-txt-principal) /*#158A7E*/;
    text-align: center;
    margin: 6px 0 9px 0;
}


.item_medico_en_agenda_grilla {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .item_medico_en_agenda_grilla a {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        background: var(--color-pnl-principal) /*#FD9A01*/;
        color: #fff;
        border: 1px solid var(--color-pnl-principal) /*#FD9A01*/;
        text-transform: uppercase;
    }

    .item_medico_en_agenda_grilla input {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        background: var(--color-btn-principal) /*#FD9A01*/;
        color: #fff;
        border: 1px solid var(--color-btn-principal) /*#FD9A01*/;
        text-transform: uppercase;
    }
.grid-container-nuevo {
    padding-left: 180px;
}
.grilla_prevision_en_agenda {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 39px;
    padding: 20px 40px 30px 40px;
    row-gap: 33px;
}

.item_prevision_en_agenda_grilla img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.contenedor_reserva {
    width: 990px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.h1_naranjo {
    font-size: 36px;
    line-height: 44px;
    color: var(--color-txt-terciario) /*#FD9A01*/;
    font-weight: 900;
}

.h2_blanco {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
}

.select_grande, .input_grande {
    width: 376px;
    font-size: 17px;
    color: #1c1c1c;
    padding: 17px 25px;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #707070;
    transition: 300ms all;
    line-height: normal;
    outline: 0;
    height: 56px;
}


    .select_grande:focus-visible, .input_grande:focus-visible {
        box-shadow: 0 0 2px 2px var(--color-btn-principal) /*#3aa39d*/;
        outline: 0;
    }

.btn_agenda.mediano {
    padding: 8px 25px;
    border-radius: 20px;
    margin-top: 7px;
    /*margin-right: inherit;*/
}

.contenedor_reserva.solicita_rut .h2_blanco {
    margin-bottom: 33px;
}

.contenedor_form_n {
    background-color: #fff;
    border-radius: 10px;
    width: 950px;
    padding: 30px;
    box-sizing: border-box;
    display: grid;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

    .contenedor_form input, .contenedor_form select {
        margin-right: 23px;
    }

    .contenedor_form h3, .agenda_con_panel_right h3 {
        width: 100%;
        color: var(--color-txt-principal) /*#158A7E*/;
        font-size: 20px;
        margin-top: 10px;
    }

.agenda_con_panel_right h4 {
    width: 100%;
    color: #646464;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 500;
}

.contenedor_form .uno input, .contenedor_form .uno select {
}

.info_reserva {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    box-sizing: border-box;
}

    .info_reserva.dos {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .info_reserva .uno, .info_reserva .dos {
        padding-left:6px;
        width: 100%;
    }

    .info_reserva p {
        font-size: 16px;
        font-weight: 600;
        color: #525252;
        border-bottom: 1px solid #ddd;
        padding-bottom: 3px;
    }

    .info_reserva label {
        color: var(--color-txt-principal) /*#158A7E*/;
        width: 130px;
        display: inline-block;
    }

.centrado {
    text-align: center;
    width: 100%;
}

.contenedor_form .controles_centrados {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.controles_centrados input {
    padding: 10px;
    margin-bottom: 0;
    line-height: 17px;
    height: auto;
    padding-left: 40px;
    width: 100%;
}


.controles_centrados .uno {
    width: 33%;
    padding-right: 10px;
    display: flex;
}

.controles_centrados .dos {
    width: 22%;
    padding-right: 0px;
    display: flex;
}

.controles_centrados a {
    margin-top: 0 !important;
}

.controles_centrados .a {
    margin-top: 0 !important;
    width: initial;
}

.contenedor_form .centrado {
    color: var(--color-txt-principal) /*#158A7E*/;
    font-weight: 600;
    font-size: 18px;
    margin: revert;
}


.info_reserva.dos label {
    width: auto;
    color: #202020;
}

.info_reserva h4 {
    color: var(--color-txt-principal) /*#158A7E*/;
    font-weight: 900;
    text-transform: uppercase;
}

.info_reserva.dos p {
    font-size: 14px;
}

.contenedor_form .recordatorio {
    color: #444444;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    white-space: break-spaces;
    text-align: justify;
}


.info_reserva.tres p {
    border-bottom: 0;
    font-weight: 400;
}

.contenedor_form.dos .recordatorio {
    margin: 0;
    color: var(--color-pnl-principal) /*#FD9A01*/;
}

.controles_centrados img {
    width: 16px;
    margin-right: -30px;
    z-index: 9;
}

.agenda_botones.dos {
    display: none;
}


.ver_agenda_movil {
    display: none;
}


.grid_dos_columnas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.grid_tres_columnas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}


.centrado {
    text-align: center;
}

.texto_negro {
    color: #444444 !important;
}

.item_dra_oftakids img {
    /*width: 100%;*/
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-position: top;
    object-fit: cover;
}

.item_dra_oftakids {
    padding: 30px;
    text-align: center;
}

    .item_dra_oftakids p {
        width: 100%;
        color: var(--color-txt-principal) /*#158A7E*/;
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
        font-weight: 600;
    }

.grid_dos_columnas input {
    max-width: 100%;
}

.grid_dos_columnas.form_kids input, .grid_dos_columnas.form_kids select {
    width: 310px;
}

.radio, .checkbox {
    padding-left: inherit !important;
}

    .radio input {
        margin-right: 10px !important;
        margin-left: inherit !important;
    }

.label_radio label {
    margin-right: 60px !important;
}

.orientaciones_pediatrico {
    background: var(--color-pnl-principal) /*#fd9a01*/;
    border-radius: 8px;
    padding: 10px;
    margin: 20px;
    transition: 300ms all;
}

    .orientaciones_pediatrico:hover {
        /*background: #ef9202;*/
        color: var(--color-txt-principal);
        background: var(--color-pnl-terciario);
        border-color: var(--color-pnl-principal);
    }

    .orientaciones_pediatrico a {
        color: #fff;
        font-size: 17px;
        text-decoration: none;
        display: flex;
    }

    .orientaciones_pediatrico img {
        margin-right: 5px;
    }

.item_medico_en_agenda.lasik {
    /*grid-template-columns: 210px 210px 310px;*/

    grid-template-columns: 33% 33% 33%;
    border-bottom: 0;
}

.mensaje_imp {
    background: var(--color-pnl-terciario) /*#fd9a01*/;
    color: var(--color-txt-terciario) /* #fff*/;
    margin: 0 30px;
    padding: 5px;
    font-weight: 500;
}

.mensaje_imp2 {
    background: #fff;
    color: #fd9a01;
    padding: 10px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #fd9a01;
}

.info_reserva.lasik label {
    font-size: 15px;
}

.info_reserva.lasik p {
    font-size: 15px;
}

.texto_naranjo {
    color: var(--color-txt-secundario) /*#FD9A01*/;
}

.texto_verde {
    color: var(--color-txt-principal) /*#16928A*/;
}

.infografia_kids {
    width: 50%;
    float: left;
}

.bodyofta .specialDate {
    background: var(--color-btn-principal) /*#FF9933*/ !important;
    color: #fff !important;
}

.e-datepicker .e-week-header, .e-ntouch.e-datepicker .e-week-header:hover {
    background: var(--color-pnl-secundario) /*#ececec*/;
}

.bodyofta .e-ntouch.e-datepicker table td:hover, .e-datepicker td.e-state-hover, .e-ntouch.e-datepicker table td:hover {
    color: var(--color-txt-principal) /*#FF9933*/;
}

.bodyofta .txt_titulo {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0px;
    color: var(--color-txt-terciario);
    opacity: 1;
    font-size: 50px;
}

.bodyofta .btn_general:hover {
    border-width: 1px;
    border-color: transparent;
    /*background-color: #e4911d;*/
    box-shadow: 0 0 3px 2px rgb(193 154 91 / 59%);
}

.bodyofta .btn_principal.activo:hover {
    color: var(--color-txt-principal);
    border: 1px solid var(--color-btn-principal);
}

.bodyofta .form_icon .txt_paciente {
    border: 1px solid var(--color-btn-principal);
}

.bodyofta .rps_8549 .num_reserva {
    background: var(--color-pnl-terciario) /*#9f66ab*/;
}

.bodyofta .rps_8549 .cita1 {
    border: 2px solid var(--color-pnl-terciario) /*#9f66ab*/;
}

.bodyofta .right_col2 {
    color: var(--color-txt-principal);
}

.bodyofta .txt_element {
    color: var(--color-txt-principal) /*#444*/;
}

.bodyofta .rps_8549 .Reserva {
    color: var(--color-txt-cuaternario) /*#ff9900*/;
}

.bodyofta .btn_secundario.activo {
    background: var(--color-btn-principal) 0% 0% no-repeat padding-box;
    /*color: var(--color-btn-principal);*/
    border-color: var(--color-btn-principal);
}

    .bodyofta .btn_secundario.activo:hover {
        background: var(--color-none) 0% 0% no-repeat padding-box;
        color: var(--color-btn-principal);
        border-color: var(--color-btn-principal);
    }

.bodyofta .btn_principal:hover {
    background: var(--color-btn-principal) 0% 0% no-repeat padding-box;
    border: 1px solid var(--color-btn-principal);
    color: var(--color-none);
}
/**********************************************************/
@media (max-width: 470px) {
    .sau {
        padding-right: 10px;
    }
    .op_horas {
        grid-template-columns: 1fr 1fr;
        display: grid;
    }
    .item_medico_en_agenda.lasik {
        grid-template-columns: 1fr;
    }

    .visible_en_mobil {
        display: block !important;
    }
    .grilla_medicos_en_agenda_cel {
        grid-template-columns: 1fr;
        display: grid;
        column-gap: 39px;
        padding: 20px 40px 30px 40px;
        row-gap: 33px;
    }
    .btn_agenda {
        display: inline-table;
    }

    .grid_dos_columnas.form_kids input, .grid_dos_columnas.form_kids select {
        width: 100%;
    }

    .radio input {
        width: auto !important;
    }

    .grid_dos_columnas {
        grid-template-columns: 1fr;
    }

    .grid_tres_columnas {
        grid-template-columns: 1fr;
    }

    .agenda_con_panel_right {
        display: none;
        border-radius: 10px;
    }

    .agenda_con_panel {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .agenda_con_panel_left {
        border-radius: 10px;
    }

    .op_agenda_con_panel_left:first-child {
        border-radius: 10px 10px 0 0;
    }

    .op_agenda_con_panel_left:last-child {
        border-radius: 0px 0px 10px 10px;
    }

    .item_medico_en_agenda {
        grid-template-columns: 1fr;
    }

    .agenda_botones {
        display: none;
    }

        .agenda_botones.dos {
            padding: 0 20px;
            display: flex;
            align-items: baseline;
            align-content: center;
            flex-wrap: nowrap;
            justify-content: center;
            margin-bottom: -10px;
            border: 0;
            width: auto;
        }

            .agenda_botones.dos select {
                width: auto;
                padding: 5px 5px;
                height: auto;
                max-width: 200px;
                min-width: 150px;
                margin-left: 5px;
                border-radius: 20px;
                font-size: 16px;
            }

    .ver_agenda_movil {
        display: block;
        margin-top: 20px;
    }

    .contenedor_reserva {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

        .contenedor_reserva.solicita_rut select, .contenedor_reserva.solicita_rut input {
            width: 100%;
        }

    .contenedor_form input, .contenedor_form select {
        width: 100%;
        margin-right: 0;
        max-width: 100% !important;
    }

    .contenedor_form {
        padding: 15px;
    }

    .h1_naranjo {
        font-size: 30px;
    }

    .info_reserva {
        grid-template-columns: 1fr;
    }

        .info_reserva p span {
            display: block;
        }

    .contenedor_form .controles_centrados {
        flex-direction: column;
    }

    .controles_centrados .uno, .controles_centrados .dos {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        padding-left: 20px;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .info_reserva.dos {
        grid-template-columns: 1fr;
    }


    .info_reserva.tres img {
        width: 100%;
    }

    .item_medico_en_agenda_cal {
        margin-top: 30px;
    }

    .oculto_en_telefono {
        display: none;
    }

    .grilla_prevision_en_agenda {
        grid-template-columns: 1fr 1fr;
    }

    .grilla_medicos_en_agenda {
        grid-template-columns: 1fr 1fr;
    }

    .infografia_kids {
        width: 100%;
    }

    .col-item {
        text-align: center;
        vertical-align: top;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
        margin: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /*max-height: 400px; */
        color: #4d5fb1;
        box-sizing: border-box;
        padding-bottom: 15px;
    }

    .img {
        /*border-radius: 15px;*/
        max-width: 100%;
        height: 300px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        max-height: 1500px;
        object-fit: cover;
    }

    h3, p {
        margin: 10px 0;
        color: #4d5fb1;
    }

    .btnOpcion {
        color: #4d5fb1;
        border-color: #4d5fb1 !important;
        font-size: 16px;
        text-align: center;
        background-color: rgba(255,255,255,0);
        border: 1px solid #fff;
        border-radius: 25px;
        padding: 8px 30px;
        font-weight: 500;
        transition: all .2s;
    }

        .btnOpcion:hover {
            background-color: #4d5fb1;
            color: #fff;
            cursor: pointer;
        }

    body {
        /*font-family: ProdigySans, sans-serif !important;*/
        font-family: roboto !important;
        /*text-transform: uppercase !important;*/
    }

    p {
        margin-top: 0;
        margin-bottom: 10px;
    }

    ul {
        margin-top: 0;
    }

        ul li {
            margin-bottom: 5px;
        }

    .titulo_verde {
        font-weight: 600;
        color: var(--color-txt-principal) /*#158A7E*/;
        font-size: 20px;
        margin-top: 10px;
    }

    .agenda_con_panel {
        /*width: 990px;
    border-color: #000;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 240px 750px;
    border-radius: 10px;
    color: initial;*/

        width: 1280px;
        border-color: #000;
        display: grid;
        margin: 0 auto;
        grid-template-columns: 240px 1040px;
        border-radius: 10px;
        color: initial;
    }

    .agenda_con_panel_left {
        background-color: var(--color-pnl-principal); /*#3AA39D;*/

        color: var(--color-txt-secundario); /*#fff;*/
        border-radius: 10px 0 0 10px;
    }

    .agenda_con_panel_right {
        padding: 25px 0px 0px 0px;
        background: #fff;
        border-radius: 0 10px 10px 0;
    }

    .btn_agenda {
        color: #707070;
        text-decoration: none;
        border: 1px solid #707070;
        padding: 3px 15px;
        border-radius: 15px;
        font-size: 13px;
        transition: 250ms all;
        background-color: inherit;
    }

        .btn_agenda.naranjo {
            background-color: var(--color-btn-principal) /*#FD9A01*/;
            color: #fff;
        }



        .btn_agenda.activo {
            color: #fff;
            background-color: var(--color-btn-principal); /*#FD9A01;*/
            border-color: var(--color-btn-principal);
            box-shadow: 0px 0px 6px 2px #0000002b;
        }

        .btn_agenda:hover {
            color: #fff;
            background-color: var(--color-btn-principal); /*#FD9A01;*/
            border-color: var(--color-btn-principal); /*#FD9A01;*/
            box-shadow: 0px 0px 6px 2px #0000002b;
        }

        .btn_agenda.naranjo:hover {
            background-color: var(--color-btn-secundario) /*#eba63b*/;
            color: var(--color-txt-principal);
        }

    .agenda_botones {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        margin-bottom: 20px;
        border: 1px solid #afafaf;
        padding: 12px 23px;
        width: 600px;
        margin: 0 auto;
        border-radius: 9px;
    }

    .op_agenda_con_panel_left {
        padding: 20px 20px;
        font-size: 15px;
        transition: 250ms all;
        position: relative;
        display: flex;
    }

        .op_agenda_con_panel_left label {
            padding-left: 5px;
        }

        .op_agenda_con_panel_left:first-child {
            border-radius: 10px 0 0 0;
            padding-top: 30px;
        }

        .op_agenda_con_panel_left.activo {
            background-color: #fff;
            color: var(--color-txt-principal); /*#FD9A01;*/
            font-weight: 700;
        }

        .op_agenda_con_panel_left:hover {
            background-color: #fff;
            color: var(--color-txt-principal); /*#FD9A01;*/
            font-weight: 700;
        }

    .item_medico_en_agenda {
        /*display: grid;
    grid-template-columns: 210px 310px 210px;
    border-bottom: 1px solid #16928A;
    padding: 30px 10px;
    transition: 250ms all;*/

        display: grid;
        grid-template-columns: 33% 33% 33%;
        border-bottom: 1px solid var(--color-pnl-principal) /*#16928A*/;
        padding: 30px 10px;
        transition: 250ms all;
    }

        .item_medico_en_agenda:hover {
            background-color: var(--color-pnl-secundario) /*#f3f3f3*/;
        }


    .item_medico_en_agenda_foto {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: var(--color-txt-principal) /*#158A7E*/;
        font-weight: 600;
        font-size: 15px;
    }

        .item_medico_en_agenda_foto img {
            /*width: 89px;
    height: 89px;*/
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 10px;
            object-position: top;
        }

    .item_medico_en_agenda_cal {
        text-align: center;
    }

    .item_medico_en_agenda_op {
        text-align: center;
    }

        .item_medico_en_agenda_op .uno, .item_medico_en_agenda_cal .uno {
            font-size: 11px;
            color: var(--color-txt-principal) /*#158A7E*/;
            text-transform: uppercase;
        }

        .item_medico_en_agenda_op .dos {
            font-size: 18px;
            color: #696969;
            font-weight: 500;
        }

    .item_medico_en_agenda:last-child {
        border-bottom: 0px;
    }
    
    .calendario_p {
        width: 150px;
    }

    .op_hora {
        color: #707070;
        text-decoration: none;
        border: 1px solid #707070;
        padding: 3px 15px;
        border-radius: 15px;
        font-size: 13px;
        transition: 250ms all;
        background-color: inherit;
    }

        .op_hora.activo {
            color: #fff;
            background-color: var(--color-btn-principal) /*#FD9A01*/;
            border-color: var(--color-btn-principal) /*#FD9A01*/;
            box-shadow: 0px 0px 6px 2px #0000002b;
        }

        .op_hora:hover {
            color: #fff;
            background-color: var(--color-btn-principal) /*#FD9A01*/;
            border-color: var(--color-btn-principal) /*#FD9A01*/;
            box-shadow: 0px 0px 6px 2px #0000002b;
        }

    .grilla_medicos_en_agenda {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 39px;
        padding: 20px 40px 30px 40px;
        row-gap: 33px;
    }

    .item_medico_en_agenda_grilla img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border: 2px solid #707070;
        border-radius: 15px;
    }

    .item_medico_en_agenda_grilla p {
        font-size: 13px;
        color: var(--color-txt-principal) /*#158A7E*/;
        text-align: center;
        margin: 6px 0 9px 0;
    }


    .item_medico_en_agenda_grilla {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .item_medico_en_agenda_grilla a {
            width: 100%;
            text-align: center;
            box-sizing: border-box;
            background: var(--color-pnl-principal) /*#FD9A01*/;
            color: #fff;
            border: 1px solid var(--color-pnl-principal) /*#FD9A01*/;
            text-transform: uppercase;
        }

        .item_medico_en_agenda_grilla input {
            width: 100%;
            text-align: center;
            box-sizing: border-box;
            background: var(--color-btn-principal) /*#FD9A01*/;
            color: #fff;
            border: 1px solid var(--color-btn-principal) /*#FD9A01*/;
            text-transform: uppercase;
        }

    .grilla_prevision_en_agenda {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 39px;
        padding: 20px 40px 30px 40px;
        row-gap: 33px;
    }

    .item_prevision_en_agenda_grilla img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }

    .contenedor_reserva {
        width: 990px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

    .h1_naranjo {
        font-size: 36px;
        line-height: 44px;
        color: var(--color-txt-terciario) /*#FD9A01*/;
        font-weight: 900;
    }

    .h2_blanco {
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        font-weight: 400;
    }

    .select_grande, .input_grande {
        width: 376px;
        font-size: 17px;
        color: #1c1c1c;
        padding: 17px 25px;
        border-radius: 10px;
        font-weight: 500;
        margin-bottom: 20px;
        box-sizing: border-box;
        border: 1px solid #707070;
        transition: 300ms all;
        line-height: normal;
        outline: 0;
        height: 56px;
    }


        .select_grande:focus-visible, .input_grande:focus-visible {
            box-shadow: 0 0 2px 2px var(--color-btn-principal) /*#3aa39d*/;
            outline: 0;
        }

    .btn_agenda.mediano {
        padding: 8px 25px;
        border-radius: 20px;
        margin-top: 7px;
        /*margin-right: inherit;*/
    }

    .contenedor_reserva.solicita_rut .h2_blanco {
        margin-bottom: 33px;
    }

    .contenedor_form {
        background-color: #fff;
        border-radius: 10px;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

        .contenedor_form input, .contenedor_form select {
            margin-right: 23px;
        }

        .contenedor_form h3, .agenda_con_panel_right h3 {
            width: 100%;
            color: var(--color-txt-principal) /*#158A7E*/;
            font-size: 20px;
            margin-top: 10px;
        }

    .agenda_con_panel_right h4 {
        width: 100%;
        color: #646464;
        font-size: 16px;
        margin-top: 5px;
        font-weight: 500;
    }

    .contenedor_form .uno input, .contenedor_form .uno select {
    }

    .info_reserva {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
        box-sizing: border-box;
    }

        .info_reserva.dos {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .info_reserva .uno, .info_reserva .dos {
            width: 100%;
        }

        .info_reserva p {
            font-size: 16px;
            font-weight: 600;
            color: #525252;
            border-bottom: 1px solid #ddd;
            padding-bottom: 3px;
        }

        .info_reserva label {
            color: var(--color-txt-principal) /*#158A7E*/;
            width: 130px;
            display: inline-block;
        }

    .centrado {
        text-align: center;
        width: 100%;
    }

    .contenedor_form .controles_centrados {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    .controles_centrados input {
        padding: 10px;
        margin-bottom: 0;
        line-height: 17px;
        height: auto;
        padding-left: 40px;
        width: 100%;
    }


    .controles_centrados .uno {
        width: 33%;
        padding-right: 10px;
        display: flex;
    }

    .controles_centrados .dos {
        width: 22%;
        padding-right: 0px;
        display: flex;
    }

    .controles_centrados a {
        margin-top: 0 !important;
    }

    .controles_centrados .a {
        margin-top: 0 !important;
        width: initial;
    }

    .contenedor_form .centrado {
        color: var(--color-txt-principal) /*#158A7E*/;
        font-weight: 600;
        font-size: 18px;
        margin: revert;
    }


    .info_reserva.dos label {
        width: auto;
        color: #202020;
    }

    .info_reserva h4 {
        color: var(--color-txt-principal) /*#158A7E*/;
        font-weight: 900;
        text-transform: uppercase;
    }

    .info_reserva.dos p {
        font-size: 14px;
    }

    .contenedor_form .recordatorio {
        color: #444444;
        font-weight: 500;
        margin: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        white-space: break-spaces;
        text-align: justify;
    }


    .info_reserva.tres p {
        border-bottom: 0;
        font-weight: 400;
    }

    .contenedor_form.dos .recordatorio {
        margin: 0;
        color: var(--color-pnl-principal) /*#FD9A01*/;
    }

    .controles_centrados img {
        width: 16px;
        margin-right: -30px;
        z-index: 9;
    }

    .agenda_botones.dos {
        display: none;
    }


    .ver_agenda_movil {
        display: none;
    }


    .grid_dos_columnas {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .grid_tres_columnas {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
    }


    .centrado {
        text-align: center;
    }

    .texto_negro {
        color: #444444 !important;
    }

    .item_dra_oftakids img {
        /*width: 100%;*/
        border-radius: 50%;
        width: 150px;
        height: 150px;
        object-position: top;
        object-fit: cover;
    }

    .item_dra_oftakids {
        padding: 30px;
        text-align: center;
    }

        .item_dra_oftakids p {
            width: 100%;
            color: var(--color-txt-principal) /*#158A7E*/;
            font-size: 16px;
            margin-top: 10px;
            text-align: center;
            font-weight: 600;
        }

    .grid_dos_columnas input {
        max-width: 100%;
    }

    .grid_dos_columnas.form_kids input, .grid_dos_columnas.form_kids select {
        width: 310px;
    }

    .radio, .checkbox {
        padding-left: inherit !important;
    }

        .radio input {
            margin-right: 10px !important;
            margin-left: inherit !important;
        }

    .label_radio label {
        margin-right: 60px !important;
    }

    .orientaciones_pediatrico {
        background: var(--color-pnl-principal) /*#fd9a01*/;
        border-radius: 8px;
        padding: 10px;
        margin: 20px;
        transition: 300ms all;
    }

        .orientaciones_pediatrico:hover {
            /*background: #ef9202;*/
            color: var(--color-txt-principal);
            background: var(--color-pnl-terciario);
            border-color: var(--color-pnl-principal);
        }

        .orientaciones_pediatrico a {
            color: #fff;
            font-size: 17px;
            text-decoration: none;
            display: flex;
        }

        .orientaciones_pediatrico img {
            margin-right: 5px;
        }

    .item_medico_en_agenda.lasik {
        /*grid-template-columns: 210px 210px 310px;*/

        grid-template-columns: 33% 33% 33%;
        border-bottom: 0;
    }

    .mensaje_imp {
        background: var(--color-pnl-terciario) /*#fd9a01*/;
        color: var(--color-txt-terciario) /* #fff*/;
        margin: 0 30px;
        padding: 5px;
        font-weight: 500;
    }

    .mensaje_imp2 {
        background: #fff;
        color: #fd9a01;
        padding: 10px;
        font-weight: 500;
        border-radius: 8px;
        border: 1px solid #fd9a01;
    }

    .info_reserva.lasik label {
        font-size: 15px;
    }

    .info_reserva.lasik p {
        font-size: 15px;
    }

    .texto_naranjo {
        color: var(--color-txt-secundario) /*#FD9A01*/;
    }

    .texto_verde {
        color: var(--color-txt-principal) /*#16928A*/;
    }

    .infografia_kids {
        width: 50%;
        float: left;
    }

    .bodyofta .specialDate {
        background: var(--color-btn-principal) /*#FF9933*/ !important;
        color: #fff !important;
    }

    .e-datepicker .e-week-header, .e-ntouch.e-datepicker .e-week-header:hover {
        background: var(--color-pnl-secundario) /*#ececec*/;
    }

    .bodyofta .e-ntouch.e-datepicker table td:hover, .e-datepicker td.e-state-hover, .e-ntouch.e-datepicker table td:hover {
        color: var(--color-txt-principal) /*#FF9933*/;
    }

    .btn_confirmar_reserva_a_anular {
        top: 473px;
        left: 996px;
        width: 100%;
        height: 37px;
        border: 1px solid #4B5DC1;
        border-radius: 0px 10px 10px 10px;
        opacity: 1;
        background: #4B5DC1;
        color: white;
    }

    
    .prc {
        padding-left: 120px;
    }

    .padding_impor_nuevo {
        padding-right: 60px;
    }
    
    

    .btn_confirmar_reserva_direccion {
        top: 473px;
        left: 996px;
        width: 40%;
        height: 37px;
        border: 1px solid #4B5DC1;
        border-radius: 0px 10px 10px 10px;
        opacity: 1;
        background: #4B5DC1;
    }

    .btn_confirmar_reserva_a_cel {
        top: 473px;
        left: 996px;
        width: 100%;
        height: 37px;
        border: 1px solid #4B5DC1;
        border-radius: 0px 10px 10px 10px;
        opacity: 1;
        background: #4B5DC1;
        color: white;
    }
    
    .titulo_info_reserva_cel {
        top: 237px;
        left: 440px;
        width: 100%;
        height: 34px;
        background: #4B5DC1 0% 0% no-repeat padding-box;
        border-radius: 5px;
        opacity: 1;
    }

    .contenedor_reserva_final_cel {
        top: 81px;
        left: 20px;
        width: 388px;
        height: 100%;
        /* UI Properties */
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 4px #00000026;
        border-radius: 0px 16px 16px 16px;
        opacity: 1;
    }

    .texto_encabezadoss {
        width: 100%;
        height: 21px;
        text-align: center;
        font: normal normal bold 13px/16px Overpass;
        letter-spacing: 0px;
        color: #13233D;
        opacity: 1;
    }

    .divpdkidsn {
        padding-left: 65px;
    }

    .divpdkids {
        padding-left: 65px;
    }

    .div8_celular {
        padding-left:15px;
        padding-top: 20px;
    }
}
.contenedor_previsiones {
    width: 792px;
    height: 493px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}
.contenedor_previsiones_grilla {
    width: 214px;
    height: 114px;
    border: 1px solid #E1E4F4;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}
.contenedor_reserva_final_celular {
    top: 255px;
    left: 27px;
    width: 330px;
    height: 808px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}

.praa {
    text-align: center;
}

.op_horas_new {
    text-align: center;
}

.prbb {
    text-align: center;
}

.dcalendar {
    text-align: left;
    padding: 0px 10px;
}
    .btn_confirmar_reserva_an {
    top: 473px;
    left: 996px;
    width: 234px;
    height: 37px;
    border: 1px solid #4B5DC1;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
    background: #4B5DC1;
}

    .btn_confirmar_reserva_an.naranjo {
        background-color: var(--color-btn-principal) /*#FD9A01*/;
        color: #fff;
    }



    .btn_confirmar_reserva_an.activo {
        color: #fff;
        background-color: var(--color-btn-principal); /*#FD9A01;*/
        border-color: var(--color-btn-principal);
        box-shadow: 0px 0px 6px 2px #0000002b;
    }

    .btn_confirmar_reserva_an:hover {
        color: #fff;
        background-color: var(--color-btn-principal); /*#FD9A01;*/
        border-color: var(--color-btn-principal); /*#FD9A01;*/
        box-shadow: 0px 0px 6px 2px #0000002b;
    }

    .btn_confirmar_reserva_an.naranjo:hover {
        background-color: var(--color-btn-secundario) /*#eba63b*/;
        color: var(--color-txt-principal);
    }
.calendd {
    text-align: center;
}

.pdg {
    display: none;
}

.pdgn {
    display: block;
}

.titulo_pdg {
    top: 167px;
    left: 81px;
    padding-bottom: 40px;
    text-align: center;
    font: normal normal bold 22px/29px Roboto;
    letter-spacing: 0px;
    color: #13233D;
    opacity: 1;
}

.span_padding {
    padding-right: 65%;
}

.titulo_scr {
    top: 110px;
    left: 66px;
    width: 258px;
    height: 30px;
    /* UI Properties */
    text-align: center;
    font: normal normal bold 16px/21px Roboto;
    letter-spacing: 0px;
    color: #13233D;
    text-transform: uppercase;
    opacity: 1;
    display: none;
}

.titulo_scrc {
    top: 110px;
    left: 66px;
    width: 258px;
    height: 30px;
    /* UI Properties */
    text-align: center;
    font: normal normal bold 16px/21px Roboto;
    letter-spacing: 0px;
    color: #13233D;
    text-transform: uppercase;
    opacity: 1;
    display: none;
}

.titulo_scrB {
    top: 110px;
    left: 66px;
    width: 258px;
    height: 30px;
    /* UI Properties */
    text-align: center;
    font: normal normal bold 16px/21px Roboto;
    letter-spacing: 0px;
    color: #13233D;
    text-transform: uppercase;
    opacity: 1;
    display: block;
}

.tamaño_grandes {
    top: 118px;
    left: 40px;
    width: 31px;
    height: 31px;
    border: 1px solid #4B5DC1;
    border-radius: 100%; /* Hace que el borde sea circular */
    opacity: 1;
}

.text_blanco {
    color: #fff;
}

.padding_queratocono {
    padding-right: 65%
}

.text_centrado {
    text-align: center;
}

.padding_calendario {
    padding-left: 60px;
}

.padding_div {
    padding-top: 315px;
}

.div_celular_queratocono {
    top: 268px;
    left: 0px;
    width: 392px;
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px 25px 0px 0px;
    opacity: 1;
}

.div_celular_cataratas {
    top: 268px;
    left: 0px;
    width: 392px;
    height: 1000px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px 25px 0px 0px;
    opacity: 1;
}

.div_8class {
    padding-top: 0px
}

.div_rut_celular {
    top: 264px;
    left: 0px;
    width: 392px;
    height: 612px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px 25px 0px 0px;
    opacity: 1;
}

.btna {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 35px
}

.btnb {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 35px
}

.div_anular_btn {
    padding-bottom: 10px;
    padding-left: 0px;
    top: 61px;
    left: 36px;
    width: 318px;
    height: 40px;
    border: 1px solid #4B5DC1;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
    color: #4B5DC1;
    font: normal normal normal 16px / 20px Overpass;
}

.div_consultas_btn {
    padding-bottom: 10px;
    padding-left: 0px;
    top: 61px;
    left: 36px;
    width: 318px;
    height: 40px;
    border: 1px solid #4B5DC1;
    color: #4B5DC1;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
    font: normal normal normal 16px / 20px Overpass;
}
.txt_encabezados {
    text-align: center;
    font: normal normal bold 16px/21px Roboto;
    letter-spacing: 0px;
    color: #13233D;
    text-transform: uppercase;
    opacity: 1;
}
.div_btn_anular {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 0px;
    top: 47px;
    left: 36px;
    width: 318px;
    height: 40px;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

.div_btn_consulta {
    text-align: center;
    /* align-items: center; */
    padding-bottom: 10px;
    padding-left: 0;
    top: 54px;
    left: 36px;
    width: 318px;
    height: 40px;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

.div_btn_celular {
    text-align: center;
    top: 5px;
    left: 36px;
    width: 318px;
    height: 54px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

.div_tamaño_btn_escritorio {
    width: 333px;
    height: 74px;
}
.div_tamaño_btn_escritorio_pediatria {
    width: 333px;
    height: 74px;
}

    .div_tamaño_btn_escritorio_pediatria:hover {
        color: #4456BA;
        background-color: #F5F6FD !important;/*#4456BA;*/
    }
.div_tamaño_btn_escritorio_home {
    width: 333px;
    height: 74px;
}

    .div_tamaño_btn_escritorio_home:hover {
        color: #4456BA;
        background-color: #F5F6FD /*#4456BA;*/
    }

        .div_tamaño_btn_escritorio_home:hover span,
        .div_tamaño_btn_escritorio_home:hover svg {
            color: #4456BA;
            background-color: #F5F6FD !important;
        }



.div_tamaño_btn_escritorio_a {
    width: 333px;
    height: 74px;
}

    .div_tamaño_btn_escritorio_a:hover {
        color: #4456BA;
        background-color: #F5F6FD /*#4456BA;*/
    }

        .div_tamaño_btn_escritorio_a:hover span,
        .div_tamaño_btn_escritorio_a:hover svg {
            color: #4456BA;
            background-color: #F5F6FD !important;
        }


.div_tamaño_btn_escritorio_b {
    width: 333px;
    height: 74px;
}
    .div_tamaño_btn_escritorio_b:hover {
        color: #4456BA;
        background-color: #F5F6FD /*#4456BA;*/
    }

        .div_tamaño_btn_escritorio_b:hover span,
        .div_tamaño_btn_escritorio_b:hover svg {
            color: #4456BA;
            background-color: #F5F6FD !important;
        }

.div_tamaño_btn_escritorio_c {
    width: 333px;
    height: 74px;
}
    .div_tamaño_btn_escritorio_c:hover {
        color: #4456BA;
        background-color: #F5F6FD /*#4456BA;*/
    }

.div_tamaño_btn_escritorio_d {
    width: 333px;
    height: 74px;
}
    .div_tamaño_btn_escritorio_d:hover {
        color: #4456BA;
        background-color: #F5F6FD /*#4456BA;*/
    }
.div_tamaño_btn_escritorio_e {
    width: 333px;
    height: 74px;
}
    .div_tamaño_btn_escritorio_e:hover {
        color: #4456BA;
        background-color: #F5F6FD /*#4456BA;*/
    }
.div_tamaño_btn_escritorio_f {
    width: 333px;
    height: 74px;
}
    .div_tamaño_btn_escritorio_f:hover {
        color: #4456BA;
        background-color: #F5F6FD /*#4456BA;*/
    }
.div_tamaño_btn_escritorio_g {
    width: 333px;
    height: 74px;
}
    .div_tamaño_btn_escritorio_g:hover {
        color: #4456BA;
        background-color: #F5F6FD /*#4456BA;*/
    }
.div_tamaño_btn_escritorio_h {
    width: 333px;
    height: 74px;
}
    .div_tamaño_btn_escritorio_h:hover {
        color: #4456BA;
        background-color: #F5F6FD /*#4456BA;*/
    }

        .div_tamaño_btn_escritorio_pediatria:hover span,
        .div_tamaño_btn_escritorio_pediatria:hover svg,
        .div_tamaño_btn_escritorio_b:hover span,
        .div_tamaño_btn_escritorio_b:hover svg,
        .div_tamaño_btn_escritorio_c:hover span,
        .div_tamaño_btn_escritorio_c:hover svg,
        .div_tamaño_btn_escritorio_d:hover span,
        .div_tamaño_btn_escritorio_d:hover svg,
        .div_tamaño_btn_escritorio_e:hover span,
        .div_tamaño_btn_escritorio_e:hover svg,
        .div_tamaño_btn_escritorio_f:hover span,
        .div_tamaño_btn_escritorio_f:hover svg,
        .div_tamaño_btn_escritorio_g:hover span,
        .div_tamaño_btn_escritorio_g:hover svg,
        .div_tamaño_btn_escritorio_h:hover span,
        .div_tamaño_btn_escritorio_h:hover svg {
            color: #4456BA;
            background-color: #F5F6FD !important;
        }

.link-button-with-icon-activo-new {
    width: 333px;
    height: 74px;

    color: #4456BA !important;
    background-color: #F5F6FD !important;
}

.link-button-with-icon-activo-new span,
.link-button-with-icon-activo-new svg {
    color: #4456BA !important;
    background-color: #F5F6FD !important;
}
.div_celular {
    top: 0px;
    padding-left: 20px;
    width: 1440px;
    height: 1440px;
    background: #F5F6FD 0% 0% no-repeat padding-box;
    opacity: 1;
}
.div_celularhome {
    text-align: center;
    top: 2px;
    left: 36px;
    width: 318px;
    height: 54px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}
.div_celulara {
    text-align: center;
    top: 7px;
    left: 36px;
    width: 318px;
    height: 54px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}
.div_celularpediatria {
    text-align: center;
    top: 17px;
    left: 36px;
    width: 318px;
    height: 54px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}
.div_celularb {
    text-align: center;
    top: 12px;
    left: 36px;
    width: 318px;
    height: 54px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

.div_celularc {
    text-align: center;
    top: 22px;
    left: 36px;
    width: 318px;
    height: 54px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

.div_celulard {
    text-align: center;
    top: 27px;
    left: 36px;
    width: 318px;
    height: 54px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

.div_celulare {
    text-align: center;
    top: 33px;
    left: 36px;
    width: 318px;
    height: 54px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

.div_celularf {
    text-align: center;
    top: 40px;
    left: 36px;
    width: 318px;
    height: 54px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

.div_celularg {
    text-align: center;
    top: 47px;
    left: 36px;
    width: 318px;
    height: 54px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

.div_celularh {
    text-align: center;
    top: 40px;
    left: 36px;
    width: 318px;
    height: 54px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

.div_celular_white {
    top: 0px;
    left: 2px;
    width: 389px;
    height: 844px;
    background: #F5F6FD 0% 0% no-repeat padding-box;
    opacity: 1;
}

.txt_rut_p {
    width: 318px;
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #4B5DC1;
    border-radius: 10px;
    text-align: center;
    text-align: center;
    opacity: 1;
}

.ddl_pruebas {
    width: 318px;
    height: 42px;
    text-align: center;
    background: #F5F6FD 0% 0% no-repeat padding-box;
    border: 1px solid #4B5DC1;
    border-radius: 10px;
    opacity: 1;
}

.recordatorio1 {
    font: normal normal normal 18px Overpass;
    letter-spacing: 0px;
    color: #13233D;
    opacity: 1;
}
.recordatorio1_bold {
    font: normal normal normal 18px Overpass;
    letter-spacing: 0px;
    color: #13233D;
    opacity: 1;
    font-weight: bold;
}
.row_prueba {
    top: 191px;
    left: 99px;
    width: 225px;
    height: 68px;
    text-align: left;
    font: normal normal normal 16px/20px Overpass;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.titulo_datos {
    width: 100%;
    height: 41px;
    text-align: center;
    font: normal normal bold 20px/26px Roboto;
    letter-spacing: 0px;
    color: #13233D;
    opacity: 1;
}

.center_progress_bar_new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
}



.center_progress_bar_correo {
    position: fixed;
    top: 200px;
    left: 400px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin: auto;
    padding: 10px;
}

.center_progress_bar_correo_cel {
    position: fixed;
    top: 100px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin: auto;
    padding: 10px;
}

.center_progress_lugar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
}

.overlay_pd_lugar {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=100);
    background-color: rgba(128,128,128,0.5);
}

.panel_over_prueba {
    top: 281px;
    left: 394px;
    width: 500px;
    height: 200px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}

.panel_over_prueba_consulta {
    top: 281px;
    left: 394px;
    height: 200px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}

.panel_over_prueba_anular {
    top: 281px;
    left: 394px;
    width: 700px;
    height: 250px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}

.overlay_pd {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=100);
    background-color: rgba(128,128,128,0.5);
}

.texto_panel_screaning {
    text-align: left;
    font: normal normal normal 15px/22px Overpass;
    letter-spacing: 0px;
    color: #4B5DC1;
    opacity: 1;
}

    .texto_panel_screaning p {
        text-align: left;
        font: normal normal normal 15px/22px Overpass;
        letter-spacing: 0px;
        color: #4B5DC1;
        opacity: 1;
    }

.titulo_panel_Screaning {
    text-align: center;
    font: normal normal bold 20px Roboto;
    letter-spacing: 0px;
    color: #13233D;
    opacity: 1;
}

.borde-inferior {
    border-bottom: 1px solid #000; /* Tamaño y color del borde */
    border-color: gray;
    padding: 10px; /* Espaciado interno opcional */
    padding-bottom: 10px;
}

.panel_screaning_pediatria {
    top: 187px;
    left: 495px;
    width: 364px;
    height: 374px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}
.controles_derechan {
    display: flex;
    justify-content: right;
    width: 100%;
}
.contenedor_reserva_Nuevo {
    width:1000px;
    display:grid;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}

    .contenedor_reserva_Nuevo p {
        font-size: 16px;
    }

.background_nuevo {
    text-align: left;
    width: 100%;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}
.background_nuevo_demandas {
    text-align: center;
    background: #fbff02 0% 0% no-repeat padding-box;
    border-radius: 5px;
    border: 3px solid;
    border-color: #4B5DC1;
    opacity: 1;
}


.info_reserva_n {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    box-sizing: border-box;
}
.info_reserva_n p {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 3px;
}
.img_tamaño_nuevo {
    height:350px;
}
.div_reserva_confirmada {
    top: 237px;
    left: 440px;
    width: 250px;
    height: 34px;
    border: 1px solid #E1E4F4;
    border-radius: 10px;
    opacity: 1;
    border-radius: 5px;
    opacity: 1;
}

.div_reserva_confirmada_cel {
    top: 237px;
    left: 440px;
    width: 100%;
    height: 34px;
    border: 1px solid #E1E4F4;
    border-radius: 10px;
    opacity: 1;
    border-radius: 5px;
    opacity: 1;
}
.op_hora_disponibilidad {
    color: #707070;
    text-decoration: none;
    border: 1px solid;
    padding: 3px 15px;
    border-radius: 15px;
    font-size: 13px;
    transition: 250ms all;
    background-color: inherit;
    object-fit: cover;
    margin-bottom: 10px;
    object-position: top;
    border: 1px solid #4B5DC1;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

    .op_hora_disponibilidad.activo {
        color: #fff;
        background-color: #4B5DC1 /*#FD9A01*/;
        border-color: var(--color-btn-principal) /*#FD9A01*/;
        box-shadow: 0px 0px 6px 2px #0000002b;
    }

    .op_hora_disponibilidad:hover {
        color: #fff;
        background-color: #4B5DC1 /*#FD9A01*/;
        border-color: #54CBBE /*#FD9A01*/;
        box-shadow: 0px 0px 6px 2px #0000002b;
    }

.op_hora_disponibilidad_btn {
    color: #707070;
    text-decoration: none;
    border: 1px solid;
    padding: 3px 15px;
    border-radius: 15px;
    font-size: 13px;
    transition: 250ms all;
    background-color: inherit;
    object-fit: cover;
    margin-bottom: 10px;
    object-position: top;
    border: 1px solid #4B5DC1;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

    .op_hora_disponibilidad_btn.activo {
        color: #fff;
        background-color: #4B5DC1; /*#FD9A01*/
        ;
        border-color: #4B5DC1; /*#FD9A01*/
        ;
        box-shadow: 0px 0px 6px 2px #0000002b;
    }

    .op_hora_disponibilidad_btn:hover {
        color: #fff;
        background-color: #4B5DC1 /*#FD9A01*/;
        border-color: #54CBBE /*#FD9A01*/;
        box-shadow: 0px 0px 6px 2px #0000002b;
    }

.overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente gris */
    z-index: 50; /* Debe estar debajo del panel superpuesto */
}
.op_horas_celular {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.sau {
    padding-right: 55px;
}
.btn_kids_nuevos {
    color:white;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border: 1px solid #4B5DC1;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}
.btn_agenda_nuevos {
    top: 656px;
    left: 989px;
    width: 318px;
    height: 46px;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 10px;
    border-color: #4B5DC1;
    opacity: 1;
    color: white;
}
.item_medico_en_agenda_foto {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}

    .item_medico_en_agenda_foton img {
        /*width: 89px;
    height: 89px;*/
/*        width: 150px;
        height: 150px;*/
        opacity: 1;
        object-fit: cover;
        margin-bottom: 10px;
        box-shadow: 0px 2px 4px #00000026;
        border-radius: 0px 16px 16px 16px;
        
    }

.col-item {
    text-align: center;
    vertical-align: top;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*max-height: 400px; */
    color: #4d5fb1;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.col-item-uno {
    top: 190px;
    left: 510px;
    width: 662px;
    height: 340px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}
/* Panel superpuesto */
.panel-overlay {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    z-index: 100; /* Mayor valor z-index lo coloca por encima */
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 24px;
    background-color: #ffffff;
    /*padding: 20px;*/
    margin: 10px;
    /*max-height: 400px; */
    color: #4d5fb1;
    box-sizing: border-box;
    padding-bottom: 15px;
    top: 304px;
    left: 427px;
    width: 804px;
    height: 255px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}

.av {
    top: 281px;
    left: 394px;
    width: 800px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}

.panel-overlay_mapa {
    top: 281px;
    left: 394px;
    width: 800px;
    height: 360px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}

.panel-overlay_mapa_cel {
    width: 405px;
    height: 808px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}

.btn_seleccionado {
    top: 179px;
    left: 399px;
    width: 228px;
    height: 37px;
    background: #54CBBE 0% 0% no-repeat padding-box;
    border: 1px solid #54CBBE;
    border-radius: 0px 10px 10px 10px;
    opacity: 1;
}

.div_pruebas_2 {
    top: 79px;
    left: 701px;
    width: 97px;
    height: 0px;
    /* UI Properties */
    border: 1px solid #54CBBE;
    opacity: 1;
}

.div_prueba_1 {
    top: 54px;
    left: 652px;
    width: 48px;
    height: 48px;
    background: #54CBBE 0% 0% no-repeat padding-box;
    opacity: 1;
}

.div_prueba_clase {
    top: 200px;
    left: 581px;
    width: 489px;
    height: 434px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000062;
    border-radius: 16px;
    opacity: 1;
}
.btn_reservas_inicio {
    top: 698px;
    left: 52px;
    width: 216px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font: normal normal normal 16px/20px Overpass;
    letter-spacing: 0px;
    opacity: 1;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    text-align: center;
}
.btn_reservas {
    top: 698px;
    left: 52px;
    width: 216px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font: normal normal normal 16px/20px Overpass;
    letter-spacing: 0px;
    opacity: 1;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    text-align: left;
}

.btn_reservas_c {
    top: 698px;
    left: 52px;
    width: 216px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font: normal normal normal 16px/20px Overpass;
    letter-spacing: 0px;
    opacity: 1;
    background: #4B5DC1 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    text-align: left;
}
/* Panel blanco */


/* Ejemplo de contenido */
.panel-content {
    font-size: 20px;
}

    /* Texto oscuro en el panel blanco */
    .panel-content.white-text {
        color: #333;
    }

.link-button-with-icon {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    background: none;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    padding-left: 12px;
    text-align: left;
    font: normal normal normal 16px/20px Overpass;
    letter-spacing: 0px;
    color: #4B5DC1;
    opacity: 1;
}

    .link-button-with-icon :active {
        color: #4456BA;
        background-color: #F5F6FD !important;
    }

    /* Estilo para el texto */
    .link-button-with-icon span {
        vertical-align: middle;
        font-size: 14px;
        color: white;
    }
        /*.link-button-with-icon :hover {
            color: #4456BA !important;
        }*/

.link-button-with-icon-i {
    font-size: 30px;
    padding-left: 10px;
    margin-right: 12px; /* Espacio entre la flecha y el texto */
    transition: transform 0.3s ease;
    color: white;
}

    .link-button-with-icon-i :hover {
        color: #4456BA;
    }

.link-button-with-icon-i-azul {
    font-size: 30px;
    padding-left: 10px;
    margin-right: 12px; /* Espacio entre la flecha y el texto */
    transition: transform 0.3s ease;
    color: #4B5DC1;
}

.link-button-with-icon-activo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    border: none;
    background: none;
    color: #4B5DC1;
    cursor: pointer;
    padding: 5px 10px;
    padding-left: 12px;
}

    .link-button-with-icon-activo i {
        font-size: 30px;
        padding-left: 10px;
        margin-right: 12px; /* Espacio entre la flecha y el texto */
        transition: transform 0.3s ease;
    }

    .link-button-with-icon-activo span {
        vertical-align: middle;
        font-size: 14px;
        color: #4B5DC1;
    }
/* .link-button-with-icon-elegido {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    border: none;
    background: none;
    color:#54CBBE;
    cursor: pointer;
    padding: 5px 10px;
}*/

/* Flecha */


.link-button-with-icon-txt-activo {
    vertical-align: middle;
    color: #54CBBE;
}



.rotate-180 {
    transform: rotate(270deg);
}

.rotate-info {
    transform: rotate(180deg);
}

.radio-arrow {
    display: inline-block;
    width: 2em;
    height: 2em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48 256c0 114.9 93.1 208 208 208s208-93.1 208-208S370.9 48 256 48 48 141.1 48 256zm244.5 0l-81.9-81.1c-7.5-7.5-7.5-19.8 0-27.3s19.8-7.5 27.3 0l95.4 95.7c7.3 7.3 7.5 19.1.6 26.6l-94 94.3c-3.8 3.8-8.7 5.7-13.7 5.7-4.9 0-9.9-1.9-13.6-5.6-7.5-7.5-7.6-19.7 0-27.3l79.9-81z' fill='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

    .radio-arrow input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        border: 2px solid #007bff;
        border-radius: 50%;
        background-color: #fff;
        outline: none;
        cursor: pointer;
    }

        .radio-arrow input[type="radio"]:checked {
            background-color: #007bff;
            border-color: #007bff;
        }

.arrow {
    font-size: 24px;
    color: #007bff;
    margin-right: 10px;
}

.text_lab_reserva {
    text-align: left;
    font: normal normal bold 14px/19px Roboto;
    letter-spacing: 0px;
    color: #4B5DC1;
    opacity: 1;
    color: #4B5DC1;
}

.text {
    font-size: 16px;
    color: #333;
}

.text_label {
    font-size: 16px;
    color: black;
}

.text_white_links {
    width: 100%;
    text-align: left;
    font: normal normal medium 14px/19px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.text_white_ancho {
    width: 100%;
    text-align: left;
    font: normal normal medium 14px/19px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.text_white {
    text-align: left;
    font: normal normal medium 14px/19px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.text_white_lnk {
    text-align: left;
    font: normal normal medium 14px/19px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.text_white_lnk_fle {
    text-align: right;
    font: normal normal medium 14px/19px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.text_label_info {
    font: normal normal normal 16px Overpass;
    color: black;
}

.text_label_info_panel_screaning {
    font-size: 16px;
    color: black;
}

.text_label_info_isapres {
    font-size: 10px;
    color: black;
}

.text_bluee {
    font-size: 16px;
    color: #4B5DC1;
}

.txt_azul_b {
    font-size: 19px;
    color: #4B5DC1;
}

.text_black_b {
    font-size: 16px;
    color: black;
    font-weight:bold;
}

.text_black_titulos {
    font-size: 18px;
    color: black;
}

.txt_azul_textos {
    font-size: 14px;
    color: #4B5DC1;
}

.text_black_textos {
    font-size: 14px;
    color: black;
}

.text_black_pequeño {
    font-size: 12px;
    color: black;
}

.text_black {
    color: black;
}

.text_black_screening {
    color: black;
    font-size: 12px;
}

.div_clase_calendario {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border-radius: 0px 16px 16px 16px;
    opacity: 1;
}
    .bodyofta .txt_titulo {
        font-weight: bold;
        text-align: center;
        letter-spacing: 0px;
        color: var(--color-txt-terciario);
        opacity: 1;
        font-size: 50px;
    }

    .bodyofta .btn_general:hover {
        border-width: 1px;
        border-color: transparent;
        /*background-color: #e4911d;*/
        box-shadow: 0 0 3px 2px rgb(193 154 91 / 59%);
    }

    .bodyofta .btn_principal.activo:hover {
        color: var(--color-txt-principal);
        border: 1px solid var(--color-btn-principal);
    }

    .bodyofta .form_icon .txt_paciente {
        border: 1px solid var(--color-btn-principal);
    }

    .bodyofta .rps_8549 .num_reserva {
        background: var(--color-pnl-terciario) /*#9f66ab*/;
    }

    .bodyofta .rps_8549 .cita1 {
        border: 2px solid var(--color-pnl-terciario) /*#9f66ab*/;
    }

    .bodyofta .right_col2 {
        color: var(--color-txt-principal);
    }

    .bodyofta .txt_element {
        color: var(--color-txt-principal) /*#444*/;
    }

    .bodyofta .rps_8549 .Reserva {
        color: var(--color-txt-cuaternario) /*#ff9900*/;
    }

    .bodyofta .btn_secundario.activo {
        background: var(--color-btn-principal) 0% 0% no-repeat padding-box;
        /*color: var(--color-btn-principal);*/
        border-color: var(--color-btn-principal);
    }

        .bodyofta .btn_secundario.activo:hover {
            background: var(--color-none) 0% 0% no-repeat padding-box;
            color: var(--color-btn-principal);
            border-color: var(--color-btn-principal);
        }

    .bodyofta .btn_principal:hover {
        background: var(--color-btn-principal) 0% 0% no-repeat padding-box;
        border: 1px solid var(--color-btn-principal);
        color: var(--color-none);
    }
    @media only screen and (max-width: 768px) {
        .grid-container {
            grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
            
        }
        .grid-container-nuevo {
            padding-left: 0px;
        }
        .col-item {
            width: 90%;
        }
        .sau {
            padding-right: 0px;
        }
    }
}

@media screen and (max-width: 479px) {
    .navbar-ecommerce-copy {
        max-height: 70px !important;
        background-color: #4B5DC1;
    }
    .sau {
        padding-right: 0px;
    }
    #body_agenda_volver {
        padding-top: 90px !important;
    }
}