@font-face {
    font-family: 'Open Sans';
    src: url('fuentes/Open_Sans/OpenSans-Medium.ttf') format('truetype');
	font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fuentes/Open_Sans/OpenSans-Bold.ttf') format('truetype');
	font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fuentes/Open_Sans/OpenSans-Regular.ttf') format('truetype');
	font-weight: 400;
    font-style: normal;
}

:root {
    --dn-bg-white: #ffffff;
    --dn-bg-gray: #dce2e8;
    --dn-bg-gray01: #f6f7f9;
    --dn-bg-gray02: #F0F2F6;
    --dn-gb-gray03: #BEC8D2;
    --dn-bg-gray04: #4B5661;
    --dn-bg-gray05: #FAFAFA;
    --dn-bg-blue01: #39B7D9;
    --dn-bg-blue02: #3366cc;
    --dn-bg-blue03: #384149;
    --dn-bg-green01: #41d78c;
    --dn-bg-red: #ff0000;
    --dn-mg-formato: 'Formato no valido';
}

*, html, body {
    font-family: 'Open Sans', Arial, sans-serif !important;
}

/*Estilo para ocultar el contenido en pantalla*/
.contenidoOculto {
    display: none !important;
}

.position-relative {
    height: 45px !important;
}

/*Estilo para los campos con el contenido vacio*/
.campo-invalido,
.campo-formato-invalido {
    border: 1px solid var(--dn-bg-red) !important;
}

.campo-formato-invalido {
    margin-bottom: 10px !important;
}

/*Estilo para los campos que no cumplen con el formato*/
.campo-formato-invalido::after {
    position: absolute;
    content: var(--dn-mg-formato);
    color: var(--dn-bg-red);
    font-size: 14px;
    font-weight: 400;
    left: 10px;
    bottom: -20px;
}

div[tipo="Control"][pantalla="PasoTres"][nombre="tbxNumeroDoc1"] {
    height: 45px !important;
    border-width: 1px !important;
    border-radius: 16px !important;
}

.contenido-botonesModal {
    margin: auto;
}

/*Estilo para el campo número documento cuando no cumple longitud*/
.campo-longitud-invalida {
    color: var(--dn-bg-red);
}

.cargue-archivo {
    color: var(--dn-bg-red);
    font-size: 14px !important;
}

/*Header*/
.header {
    border-bottom: 4px solid #005290;
}

.header .logoHeader {
    padding: 0 48px;
}

.header .heaer-content-logo {
    background-color: var(--dn-bg-blue02);
    padding: 10px 0;
    height: 48px;
}

.header .header-content-LogoDos {
    padding: 12px 0;
}

.header .contenido-header {
    display: flex;
    align-items: center;
    height: 46px;
}

.footer .footer-direccion {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-direccion .footer-info-direccion,
.footer .footer-contacto {
    width: 381px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer .social-icon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 15px;
}

.footer-logos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.footer .separador-horizontal {
    height: 242px;
    width: 1px;
    background-color: var(--dn-bg-white);
    border: none;
}

.footer .separador-vertical {
    width: 100%;
    height: 1px;
    background-color: var(--dn-bg-white);
    border: none;
}

.footer .contener-info-footer {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer .contener-info-footer a {
    text-decoration: revert-layer;
    text-decoration-color: white;
}

.footer div[rol="control"][nombreControl="piePagina"] {
    width: 100dvw;
    max-width: 100dvw;
}

.txtTituloAgendamiento {
    font-weight: 700 !important;
    letter-spacing: -0.45px !important;
}

.contenido-inicio {
    display: flex;
    flex-direction: column;
    transition: padding .4s ease-in;
}

.contenedor-botones-inicio {
    gap: 16px;
}

.content-btnInicio {
    width: 193px;
    height: auto;
}

.content-btnInicio br {
    display: none;
}

.content-btnInicio span br {
    display: block;
}

.content-btnInicio span:first-child {
    font-weight: 700 !important;
}

.content-btnInicio span:last-child {
    font-weight: 400 !important;
}

#contenedor-pantalla {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100dvh;
    min-height: 100dvh;
    max-width: 100dvw;
    scrollbar-color: var(--dn-bg-blue02) var(--dn-bg-gray);
    scrollbar-width: thin;
}

.contenido-Pantalla {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.tamanio-maximo-contenido {
    transition: width .2s ease-in;
}

.espaciado-horizontal {
    padding: 0 112px;
    margin: auto;
}

.espaciadoTituloBarra {
    display: flex;
    justify-content: center;
    margin-top: -5%;
}

.content-progress {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.progress,
.progress-bar {
    height: 12px !important;
    border-radius: 4px;
    transition: width .5s ease-in;
}

.progress-bar {
    background: transparent linear-gradient(90deg, #0955A0 0%, #5DB7E4 100%) 0% 0% no-repeat padding-box;
}

.espaciado-horizontal .contenido-paso {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    width: fit-content;
    margin: 0 auto;
    transition: padding .5s ease-in;
    border-radius: 30px 30px 0px 0px;
}

.contenido-paso {
    margin: auto;
}

.txtTituloPaso {
    font-weight: 600 !important;
    letter-spacing: -0.45px !important;
}

.txtInformacionPaso {
    font-weight: 500 !important;
    letter-spacing: -0.45px !important;
}

.btnTipoPersona,
.btnTipoAtencion {
    justify-content: center;
    gap: 16px !important;
}

.btnInicio {
    background-color: var(--dn-bg-white);
    width: 200px !important;
    height: 200px !important;
    padding-top: 150px !important;
}

.btnInicioCliente {
    background-color: var(--dn-bg-white);
    width: 50px !important;
    height: 50px !important;
    padding-top: 150px !important;
}

.btnInicio:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.tituloSusDatos {
    height: auto !important;
    background-color: unset !important;
    margin: 0 auto;
}

.textoParrafo span a {
    background: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: initial;
    color: #3D4F94;
    /* o el color normal que quieras para los enlaces */
    text-decoration: underline;
}

.separador-contenido {
    pad: 12px 0;
    height: 1px;
    background-color: var(--dn-bg-gray);
}

.boton[llave="1"] {
    background-repeat: no-repeat;
    background-size: 125px !important;
    background-position: center;
    width: 200px;
    display: flex !important;
    height: 200px;
    border-radius: 10px;
    border-width: 3px;
    border-color: var(--dn-gb-gray03);
    flex-direction: column;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.boton[llave="2"] {
    background-repeat: no-repeat;
    background-size: 125px !important;
    width: 200px;
    height: 200px;
    display: flex !important;
    background-position: center;
    border-radius: 10px;
    border-width: 3px;
    border-color: var(--dn-gb-gray03);
    flex-direction: column;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.contenido-form {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: center !important;
}

.btnCategoria {
    gap: 13px !important;
    align-items: center !important;
}

.btnCat {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 500px !important
}

.btnCatSpan {
    text-align: center;
}

.customSelect {
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px;
    text-align: start !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path fill='%23005596' d='M0 0l5 6 5-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.centradoItems{
    text-align: center !important; 
    text-align-last: start;
}

.customSelectCalendar {
    background-image: none !important;
}

.customSelect:hover {
    border-color: #bbb;
}

.customSelect:focus {
    border-color: #005596;
}

.contentImgCategoria {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.filterSVG {
    filter: brightness(0) invert(1) !important;
    transition: filter 0.5s ease-in-out !important;

}

.colorLetraFilterSVG {
    color: #FFFFFF !important;
}

.botonCliente {
    border-radius: 28px !important;
    border-style: none !important;
    border-width: initial !important;
}

.botonClientePrincipal {
    transition: background-color 0.4s ease, color 0.4s ease; 
}

.botonClientePrincipal:hover{
    background:#70B2E4 !important;
}
 
.botonCliente span {
    color: #ffffff !important;
}

.botonClienteSecundario {
    background: #E7E7E7 0% 0% no-repeat padding-box !important;
}

.botonClienteSecundario span {
    color: #7D7B77 !important;
}

.botonClienteSecundario:hover{
    background:#70B2E4 !important;
}
.botonClienteSecundario:hover span {
    color: white !important;
}

.btnSiguientePagina,
.btnSiguientePaginaBlock,
.btnAnteriorPagina,
.btnModalIcon {
    gap: 8px
}

.btnSiguientePagina span,
.btnSiguientePaginaBlock span,
.btnAnteriorPagina span,
.btnDatosGestionCita span,
.btnEditarPaso span,
.btnPasoCuatro span,
.btnModalIcon span,
.btnModal span,
.btnGuardarArchivos span,
.file-selector span {
    font-weight: normal !important;
    font-size: x-large !important;
}

.contentImgBtnSiguiente,
.contentImgBtnAnterior,
.contentImgDescarga,
.content-imgbotonmodal {
    display: flex;
}

.btnSiguientePagina .contentImgBtnSiguiente img,
.btnSiguientePaginaBlock .contentImgBtnSiguiente img,
.btnAnteriorPagina .contentImgBtnAnterior img,
.btnCargarDocumento .contentImgDescarga img,
.btnModalIcon .content-imgbotonmodal img {
    display: none !important;
    width: 20px;
    height: 20px;
}

.contenido-botones {
    display: flex;
    gap: 30px;
    margin: 0 auto;
}

.customSelect:focus {
    border-color: #005596 !important;
}

.contenido-fecha {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: start !important;
}

.btnFecha:active {
    transform: none !important;
}

.btnFecha {
    min-height: 40px;
    text-align: start !important;
}

.contentImgFecha {
    display: flex;
    align-items: center;
    cursor: pointer !important;
}

.contentImgFecha img {
    width: 20px;
    height: 20px;
}

/*Estilo Calendario*/
.calendario .k-header {
    display: flex;
    flex-direction: row;
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--dn-bg-blue03);
    margin-bottom: 0.5rem;
    background-color: var(--dn-bg-white);
    border-bottom: 1px solid var(--dn-bg-gray02);
}

.calendario .k-header .k-state-hover {
    background-color: var(--dn-bg-white) !important;
    color: var(--dn-bg-blue03);
}

.calendario .k-calendar th {
    background-color: var(--dn-bg-white);
    font-size: 14px;
    line-height: 20px;
    color: var(--dn-bg-blue03);
    border: none !important
}

.calendario .k-header>a {
    position: static !important;
    display: flex !important;
    align-items: center;
}

.calendario .k-header>a:nth-child(2) {
    cursor: default !important;
}

.calendario .k-header>a:first-child {
    order: 2;
    justify-content: center;
}

.calendario .k-header>a:last-child {
    order: 3;
    justify-content: center;
}

.calendario .k-calendar-view {
    font-family: 'Ubuntu';
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.calendario .k-calendar-view .k-today>a {
    background-color: transparent !important;
    box-shadow: none !important;
}

.calendario .k-calendar-view .k-state-selected>a {
    background-image: none !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: var(--dn-bg-blue01) !important;
}

.calendario .k-calendar-view .k-state-focused>a {
    box-shadow: none !important;
}

.calendario .k-footer {
    display: none !important;
}

.img-TipoAtencion {
    height: 80px;
    width: 90px;
}

.calendario {
    font-family: Ubuntu;
    height: 0 !important;
    overflow: hidden;
    border: 1px solid var(--dn-bg-gray02);
    border-radius: 8px;
    background-color: var(--dn-bg-white) !important;
    transition: height .5s ease-out, margin 1s ease;
    interpolate-size: allow-keywords;
}

.calendario.calendario-open {
    height: auto !important;
    padding: 20px !important;
    margin-top: 8px !important;
}

.tbxNumeroDoc {
    height: 45px;
}

.contenido-pregdatos {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/*Radio button*/
.customRadioButton {
    display: flex;
    gap: 33px;
}

.customRadioButton label {
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.customRadioButton input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 1em;
    height: 1em;
    border: 0.15em solid var(--dn-bg-blue01);
    border-radius: 50%;
    align-self: center;
    display: grid;
    place-content: center;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.customRadioButton input[type="radio"]::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--dn-bg-blue01);

}

.customRadioButton input[type="radio"]:checked::before,
.customRadioButton input[type="radio"]:hover::before {
    /*transform: scale(.95);*/
}

/*Terminos y condiciones*/
.checkBoxTerminos label {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.checkBoxTerminos span {
    font-weight: 400 !important;
}

.checkBoxTerminos span a {
    font-weight: 700 !important;
    color: inherit;
}

.checkBoxTerminos input[type="checkBox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: var(--dn-bg-white);
    border: 1px solid rgb(206, 206, 206);
    border-radius: 4px;

    align-self: center;
    display: grid;
    place-content: center;
    cursor: pointer;
    height: 19px;
    width: 19px;
}

.checkBoxTerminos input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #005596;
}

.checkBoxTerminos input[type="checkbox"]:checked::before {
    transform: scale(1);
}

/*Archivos*/
.contenedor-archivos,
.zona-archivos {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contenedor-archivos .contenido-archivos {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    background-color: var(--dn-bg-white);
    border: 1px solid var(--dn-gb-gray03);
    border-radius: 8px;
}

.contenedor-archivos .texto-archivos {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.btnCargarDocumento span {
    font-weight: 700 !important;
}

.info-adicional-archivos,
.infoadicional-archivos {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: 'Ubuntu';
    color: var(--dn-bg-blue03);
    font-size: 14px;
    line-height: 45px;
    font-weight: 400;
}

.infoadicional-archivos {
    font-weight: 500;
}

.info-adicional-archivos ul,
.infoadicional-archivos ul {
    margin-bottom: 0;
}

.contenido-info-usuario {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
}

.contenedor-info-paso {
    width: 100%;
    display: flex;
    gap: 16px;
}

.contenido-info-paso {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contenedor-info-paso .info-paso {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
}

/*Modales*/
div[rol="pantalla"][nombre="ModalArchivosAsociados"] {
    transition: none;
}

.pantalla-modal {
    z-index: 9000;
}

.contenedor-modal {
    border-radius: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: var(--dn-bg-white);
    transition: all .5s ease-in;
}

.pantalla-modal-oscuro {
    background-color: rgb(0 0 0 / 85%) !important;
}

/*.tamanio-modal-archivos{
    transform: translateY(-50%);
}*/

.contenedor-modal .contenido-modal {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contenido-modal .info-modal {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.btnCerrarModal {
    position: absolute;
    top: 0;
    right: 0;
}

.texto-modal {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tamanio-modal {
    margin: 0 auto;
}

.tamanio-modal-archivos {
    position: relative;
    margin: 0 auto;
}

.btnModalIcon,
.btnModal {
    width: 261px !important;
}

.contenido-modal-archivos {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.drop-section {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: var(--dn-bg-gray05);
    border: 1.5px dashed var(--dn-gb-gray03);
}

/*¡¡¡¡¡¡¡¡¡¡¡¡¡***********************Estilos cargar achivos**************!!!!!!!!!!!*/
.tamanio-contenido--modalarchivos {
    max-width: 924px;
    width: 924px;
}

.modal-archivos {
    overflow: auto;
    max-height: 705px;
}

.contenedor-cargar-archivo {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.contenido-restricciones {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.list-section {
    display: none;
    flex-direction: column;
    gap: 16px;
}

li.complete.document-file {
    display: flex;
    justify-content: space-between;
    margin: 0 .5rem;
    max-height: 48px;
    padding: 14px 16px;
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1.5px solid var(--dn-bg-gray);
}

.file-name>span {
    display: none !important;
}

.file-name .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#document-images {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

/*Grilla citas*/
.detalleCitas thead,
.detalleCitas tbody tr {
    margin-bottom: 3px;
}

.detalleCitas tbody tr {
    border-bottom: 1.5px solid var(--dn-bg-gray);
}

.columnaAcciones {
    display: flex;
    flex-wrap: wrap;
}

.columnaAcciones>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.contenido-gestion-cita {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: fit-content;
}

.selectGestionCita {
    width: 142px !important;
}

.TipoPersona {
    display: table-column;
}

.labelNegrita span{
    font-weight: bold !important;
}

span u {
    font-weight: 700;
}

@media (max-width:429px) {
    .contenido-info-usuario span{
        font-size: 18px !important;
    }

    .tituloTextoFlujo span {
        font-size: xx-large !important;
    }

    .container {
        padding: 0px 10vw;
    }

    .contenido-form {
        width: 90%;
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-self: center;
    }

    .img-TipoAtencion {
        width: 75px;
        height: 75px;
    }

    .boton[llave="1"] {
        background-repeat: no-repeat;
        background-size: 75px !important;
        background-position: center;
        width: 120px !important;
        height: 120px !important;
        border-radius: 10px;
        border-width: 3px;
        border-color: #D1D1D1 !important;
    }

    .boton[llave="2"] {
        background-repeat: no-repeat;
        background-size: 75px !important;
        width: 120px !important;
        height: 120px !important;
        background-position: center;
        border-radius: 10px;
        border-width: 3px;
        border-color: #D1D1D1 !important;
    }

    .TipoPersona {
        display: table-column;
        width: 100px;
    }

    .contenedorListaBotones {
        display: table-column;
        gap: 15px !important;

    }

    .contenido-paso {
        width: 75%;
        display: table-column;
    }

    .header .logoHeader {
        padding: 0 10px;
    }

    .contenido-inicio {
        /*padding: 25px 0px 30px 10px;*/
        gap: 25px;
    }

    .contenido-inicio>div:nth-child(2),
    .contenido-inicio>div:last-child {
        margin: auto;
    }

    .footer-direccion .footer-info-direccion,
    .footer .footer-contacto {
        width: 320px;
    }

    .txtTituloAgendamiento {
        font-size: 30px !important;
    }

    .btnInicio {
        width: 150px !important;
        height: 150px !important;
        background-size: 55px !important;
        padding-top: 100px !important;
    }

    .espaciado-horizontal {
        padding: 0 10px;
        margin: auto;
    }

    .espaciado-horizontal .contenido-paso {
        padding: 35px 20px;
        width: auto;
    }

    .contenedorTipoPersona>div,
    .contenedorTipoAtencion>div {
        gap: 30px;
        justify-content: center;
    }

    .contentImgTipoPersona,
    .contentImgTipoAtencion {
        width: 100%;
        height: 60%;
        margin-bottom: 5px;
    }

    .espaciado-categorias>div,
    .espaciado-categorias>div>div {
        gap: 8px;
        justify-content: center;
    }

    .btnCategoria {
        gap: 9px;
        width: 110px !important;
        height: 112px !important;
        padding: 6px 10px !important;
    }

    .btnCategoria span {
        font-size: 12px !important;
    }

    .btnDatosGestionCita {
        padding: 14px 10px !important;
    }

    .progress {
        width: 350px;
    }

    .checkBoxTerminos span {
        font-size: 14px !important;
    }

    .contenido-Pantalla {
        gap: 25px;
    }

    .contenedor-info-paso {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .contenedor-info-paso>.contenido-info-paso {
        margin-right: auto;
    }

    .contenedor-info-paso .info-paso {
        max-width: 322px;
    }

    .tamanio-modal,
    .tamanio-modal-archivos {
        max-width: 350px;
    }

    .infoadicional-archivos {
        font-size: 13px;
        line-height: 17px;
    }

    .contenedor-modal {
        padding: 15px;
        top: 50%;
        transform: translateY(-85%);
    }

    div[rol="control"][nombrecontrol="btnGuardarArchivos"] {
        padding-bottom: 15px;
    }

    .modal-small {
        top: 40%;
        transform: translateY(-70%);
    }

    .tamanio-modal-archivos,
    .modal-error {
        top: 60%;
        transform: translateY(-80%);
    }

    .file-name {
        max-width: 215px;
    }

    .drop-section {
        gap: 20px;
        padding: 10px;
    }

    .contenedor-botones-modal {
        gap: 10px;
    }

    .tamanio-maximo-contenido,
    .notificacion-color,
    .contenido-archivos {
        max-width: 322px !important;
        width: 322px !important;
    }

    .headerCodigo {
        width: 130px !important;
        height: 52px !important;
        justify-content: center !important;
    }

    .columnaCodigo {
        width: 130px !important;
        padding: 14px !important;
    }

    .headerFecha {
        width: 110px !important;
        height: 52px !important;
        justify-content: center !important;
    }

    .headerAcciones {
        width: 115px !important;
        height: 52px !important;
    }

    .columnaAcciones {
        gap: 11px;
    }
}

@media (min-width:430px) {

    .TipoPersona {
        display: table-column;
    }

    .contenido-form {
        width: 90%;
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-self: center;
    }

    .contenedorListaBotones {
        display: table-column;
    }

    .contenido-paso {
        width: 75%;
    }

    .header .logoHeader {
        padding: 0 20px;
    }

    .contenido-inicio {
        padding: 30px 0px 30px 15px;
        gap: 30px;
    }

    .contenido-inicio>div:nth-child(2),
    .contenido-inicio>div:last-child {
        margin: auto;
    }

    .btnInicio {
        width: 150px !important;
        height: 150px !important;
        background-size: 55px !important;
        padding-top: 100px !important;
    }

    .txtTituloAgendamiento {
        font-size: 28px !important;
    }

    .espaciado-horizontal {
        padding: 0 15px;
    }

    .espaciado-horizontal .contenido-paso {
        padding: 40px 25px;
    }

    .contenedorTipoPersona>div,
    .contenedorTipoAtencion>div {
        gap: 40px;
        justify-content: center;
    }

    .contentImgTipoPersona,
    .contentImgTipoAtencion {
        width: 100%;
        height: 60%;
    }

    .espaciado-categorias>div,
    .espaciado-categorias>div>div {
        gap: 8px;
        justify-content: center;
    }

    .btnCategoria {
        gap: 9px;
        width: 135px !important;
        height: 115px !important;
        padding: 10px 20px !important;
    }

    .btnCategoria span {
        font-size: 12.5px !important;
    }

    .btnDatosGestionCita {
        padding: 14px 15px !important;
    }

    .progress {
        width: 400px;
    }

    .checkBoxTerminos span {
        font-size: 14px !important;
    }

    .tamanio-maximo-contenido,
    .notificacion-color,
    .contenido-archivos {
        max-width: 338px !important;
        width: 338px !important;
    }

    .contenido-Pantalla {
        gap: 30px;
    }

    .contenedor-info-paso {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .contenedor-info-paso>.contenido-info-paso {
        margin-right: auto;
    }

    .contenedor-info-paso .info-paso {
        max-width: 338px;
    }

    .tamanio-modal,
    .tamanio-modal-archivos {
        max-width: 395px;
    }

    .infoadicional-archivos {
        font-size: 16px;
        line-height: 45px;
    }

    .contenedor-modal {
        padding: 24px;
        top: 55%;
        transform: translateY(-70%);
    }

    div[rol="control"][nombrecontrol="btnGuardarArchivos"] {
        padding-bottom: 24px;
    }

    .modal-archivos {
        top: 0;
        transform: none;
        padding-bottom: 0;
    }

    .file-name {
        max-width: 230px;
    }

    .modal-small {
        top: 40%;
        transform: translateY(-70%);
    }

    .drop-section {
        gap: 16px;
        padding: 20px;
    }

    .contenedor-botones-modal {
        gap: 10px;
    }

    .columnaCodigo {
        padding: 14px 16px !important;
    }

    .headerAcciones {
        width: 140px !important;
        height: 52px !important;
    }

    .columnaAcciones {
        gap: 24px;
    }

    .boton[llave="1"] {
        background-repeat: no-repeat;
        background-size: 75px !important;
        background-position: center;
        width: 150px !important;
        height: 150px !important;
        border-radius: 10px;
        border-width: 3px;
        border-color: var(--dn-gb-gray03);
        padding-top: 0px !important;
    }

    .boton[llave="2"] {
        background-repeat: no-repeat;
        background-size: 75px !important;
        width: 150px !important;
        height: 150px !important;
        background-position: center;
        border-radius: 10px;
        border-width: 3px;
        border-color: var(--dn-gb-gray03);
        padding-top: 0px !important;
    }

    div[rol="control"][nombrecontrol="Servicios"]{
        max-width: 338px !important;
    }
}

@media (min-width: 431px) {
    .img-TipoAtencion {
        width: 100px;
        height: 80px;
    }
}

@media (min-width: 576px) {
    .TipoPersona {
        display: table-column;
    }

    .contenedorListaBotones {
        display: table-column;
    }

    .contenido-form {
        width: 90%;
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-self: center;
    }

    .contenido-paso {
        width: 75%;
    }

    .contenido-inicio {
        /*padding: 30px 31px 30px 40px; */
    }

    .espaciado-horizontal {
        padding: 0 40px;
    }

    .contenido-inicio>div:nth-child(2),
    .contenido-inicio>div:last-child {
        margin: auto;
    }

    .footer-logos {
        font-size: 12px !important;
    }

    .txtTituloAgendamiento {
        font-size: 32px !important;
    }

    .contenedorTipoPersona>div,
    .contenedorTipoAtencion>div {
        gap: 64px;
        justify-content: left;
    }

    .contentImgTipoPersona,
    .contentImgTipoAtencion {
        width: 100%;
        height: 60%;
    }

    .espaciado-categorias>div,
    .espaciado-categorias>div>div {
        gap: 30px
    }

    .btnCategoria {
        width: 140px !important;
        height: 125px !important;
        padding: 10px !important;
    }

    .btnCategoria span {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .progress {
        width: 525px;
    }

    .checkBoxTerminos span {
        font-size: 16px !important;
    }

    .tamanio-maximo-contenido,
    .notificacion-color,
    .contenido-archivos {
        max-width: 435px !important;
        width: 435px !important;
    }

    .contenedor-info-paso {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .contenedor-info-paso .info-paso {
        max-width: 325px;
    }

    .tamanio-modal,
    .tamanio-modal-archivos {
        max-width: 520px;
    }

    .infoadicional-archivos {
        font-size: 20px;
        line-height: 24px;
    }

    .contenedor-modal {
        top: 45%;
        transform: translateY(-70%);
    }

    .modal-archivos {
        top: 0;
        transform: none;
        padding-bottom: 0;
    }

    .file-name {
        max-width: 255px;
    }

    .modal-small {
        top: 40%;
        transform: translateY(-70%);
    }

    .contenedor-botones-modal {
        gap: 15px;
    }

    .headerCodigo {
        width: 170px !important;
        height: 52px !important;
        justify-content: center !important;
    }

    .headerFecha {
        width: 145px !important;
        height: 52px !important;
        justify-content: center !important;
    }

    .headerAcciones {
        width: 186px !important;
        height: 52px !important;
    }

    .headerAcciones,
    .columnaAcciones {
        justify-content: center !important;
    }

    .btnDatosGestionCita {
        padding: 14px 20px !important;
    }

    .boton[llave="1"] {
        background-repeat: no-repeat;
        background-size: 75px !important;
        background-position: center;
        width: 150px !important;
        height: 150px !important;
        border-radius: 10px;
        border-width: 3px;
        border-color: var(--dn-gb-gray03);
    }

    .boton[llave="2"] {
        background-repeat: no-repeat;
        background-size: 75px !important;
        width: 150px !important;
        height: 150px !important;
        background-position: center;
        border-radius: 10px;
        border-width: 3px;
        border-color: var(--dn-gb-gray03);
    }
    
    div[rol="control"][nombrecontrol="Servicios"]{
        max-width: 338px !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .TipoPersona {
        display: table-column;
    }

    .img-TipoAtencion {
        width: 100px;
        height: 100px;
    }
    .btnInicio {
        background-color: var(--dn-bg-white);
        width: 200px !important;
        height: 200px !important;
        padding-top: 150px !important;
        background-size: 100px !important;
    }

    .contenedorListaBotones {
        display: table-column;
    }

    .contenido-paso {
        width: 75%;
    }

    .TxtFooter {
        font-size: 12px !important;
    }

    .espaciado-horizontal {
        padding: 0 90px;
    }

    .espaciado-horizontal .contenido-paso {
        padding: 50px;
    }

    .btnCategoria {
        width: 144px !important;
        height: 136px !important;
        padding: 16px !important;
    }

    .progress {
        width: 592px;
    }

    .tamanio-maximo-contenido,
    .notificacion-color,
    .contenido-archivos {
        max-width: 492px !important;
        width: 492px !important;
    }

    .contenedor-info-paso .info-paso {
        max-width: 385px;
    }

    .tamanio-modal {
        max-width: 625px;
    }

    .contenedor-botones-modal {
        gap: 30px;
    }

    .headerOficina {
        width: 210px !important;
        height: 52px !important;
    }

    .headerCodigo {
        width: 142px !important;
        height: 52px !important;
        justify-content: flex-start !important;
    }

    .headerFecha {
        width: 106px !important;
        height: 52px !important;
        justify-content: flex-start !important;
    }

    .headerAcciones,
    .columnaAcciones {
        justify-content: flex-start;
    }

    .tamanio-modal-archivos {
        max-width: 650px;
    }

    .file-name {
        max-width: 330px;
    }

    .boton[llave="1"] {
        background-repeat: no-repeat;
        width: 200px !important;
        height: 200px !important;
        border-radius: 10px;
        border-width: 3px;
        border-color: var(--dn-gb-gray03);
    }

    .boton[llave="2"] {
        background-repeat: no-repeat;
        width: 200px !important;
        height: 200px !important;
        background-position: center;
        border-radius: 10px;
        border-width: 3px;
        border-color: var(--dn-gb-gray03);
    }

    div[rol="control"][nombrecontrol="Servicios"]{
        max-width: 100% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .TipoAtencion {
        display: table-column;
    }

    .contenido-paso {
        width: 75%;
    }

    .header .contenido-header {
        gap: 185px;
    }

    .footer-direccion .footer-info-direccion,
    .footer .footer-contacto {
        width: 275px;
    }

    .footer .separador-horizontal {
        height: 325px;
    }

    .contenido-inicio {

        /*padding: 30px 31px 30px 112px; */

    }

    .espaciado-horizontal {
        padding: 0 112px;
    }


    .headerOficina {
        width: 320px !important;
        height: 52px !important;
    }

    .tamanio-modal-archivos {
        max-width: 835px;
    }

    .file-name {
        max-width: 480px;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .contenido-paso {
        width: 75%;
    }

    .header .contenido-header {
        gap: 306px;
    }

    .footer-direccion .footer-info-direccion,
    .footer .footer-contacto {
        width: 381px;
    }

    .footer .separador-horizontal {
        height: 261px;
    }

    .headerOficina {
        width: 551px !important;
        height: 52px !important;
    }

    .tamanio-modal-archivos {
        max-width: 925px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .header .contenido-header {
        gap: 406px;
    }

    .contenido-paso {
        width: 75%;
    }
}

[rol="control"]:has(> .btnFuncionExterna) {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
}