:root {
    --azul: #0058a2 !important;
    --celeste: #01afec !important;
    --rosado: #f2026d !important;
}

.titulo_con_icono {
    display: flex;
    gap: 7px;
    align-items: center;
}

    .titulo_con_icono img {
        width: 25px;
        height: auto;
    }

.icono_opcion {
    width: 99px;
}

.mapa_marcar {
    height: 50vh;
    width: 100%;
}

.texto_pequeno {
    display: block;
    font-size: 0.7em;
    margin-bottom:1em;
}

@media (min-width: 1219px) {
    .wide-xs-fix {
        width: 679px !important;
    }
}

.ql-editor {
    min-height: 131px;
}

.Header_UI {
    display: flex;
    gap: 9px;
}

.Header_Icon {
    width: auto;
    height: 42px;
}

.Header_Titulo {
    line-height: 1;
}

.Titulo_Pagina {
    font-size: 1.5em;
}

.derecha {
    position: absolute;
    border-radius: 5px 0 0 5px !important;
    top: 0px;
    right: 0px;
    border: 0px solid currentColor !important;
}

.badge-fusia {
    color: white;
    background: var(--rosado);
}

.foto-propiedad {
    width: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1368px) {
    .foto-propiedad {
        min-height: 215px;
        max-height: 215px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 869px) {
    .foto-propiedad {
        min-height: 250px;
        max-height: 250px;
    }
}

.ubicacion-etiqueta {
    font-size: 0.8em;
    color: var(--azul);
    border: 1px solid var(--azul);
    padding: 0.2em 0.8rem;
    background-color: transparent !important;
    border-radius: 4px;
}

.icono_Card {
    width: auto;
    height: 30px;
}

.Card_Titulo {
    display: flex;
    gap: 10px;
    align-items: center;
}

.Documento_Item {
    display: flex;
    flex-direction: row;
    padding: 0px 0;
    align-items: center;
    justify-content: space-between;
}

.borde {
    border: solid 1px #c0c0c0;
    padding: 1em 1.2em !important;
    border-radius: 8px;
}

.icono_Action {
    width: auto;
    text-decoration: none;
    height: 1.8em;
}

.texto_Documento {
    gap: 7px;
    display: flex;
    align-items: center;
}

.lista_Documento {
    display: flex;
    flex-direction: column;
    gap: 15px;
}



.botones_acciones {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex: auto;
}

.Enlace {
    padding: 3px 0;
}

.nk-menu-link.active {
    color: #0971fe;
}

.Enlace.active.has-sub > a {
    border-right: 2px solid #0971fe;
}

.submenu .nk-menu-link {
    padding: 0.375rem 40px 0.375rem 36px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1.25rem;
    color: #6e82a5;
    padding-left: 60px;
}

.hidden {
    display: none;
}

.active.current-page {
    color: black;
}

.icono-FC {
    width: 38px;
    height: auto;
}

.listado_FULL {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.item_Full {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icono_flecha {
    font-size: 19px;
    font-weight: 600;
    color: #f2006e !important;
}

.acciones_Full {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.Titulo_Grupo_FC {
    font-size: 1em;
    color: #1364a9;
}

.form_top {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    gap: 15px 5px;
}

@media (max-width: 600px) {
    .form_top {
        grid-auto-flow: row;
    }
}

.lado_derecha_form {
    display: flex;
    gap: 8px 11px;
    flex-flow: wrap;
    align-items: center;
}

.botones_top {
    display: flex;
    gap: 8px 11px;
    justify-content: flex-end;
    flex-flow: wrap;
}

.conta {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.fondo-azul {
    background-color: var(--azul);
}

.fondo-sufia {
    background-color: var(--rosado);
}

.fotos_propiedad {
    width: 100%;
    height: 200px;
    object-fit: cover;
    max-width: 100%;
}

.bloque_carga_foto {
    min-height: 250px;
    width: 250px;
    height: 250px;
}

.cropped-image-container {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 350px;
}

.borde_redondo_foto .cropper-face {
    border-radius: 50%;
}

.borde_redondo_foto .cropper-view-box {
    border-radius: 50%;
}

.bloque_icono_error {
    color: red;
    padding: .5em;
    background-color: #ffdee8;
    display: inline-flex;
    border-radius: 7px;
}

.bloque_icono {
    display: flex;
    align-items: center;
    gap: 11px;
}

.foto_principal {
    min-height: 100%;
    object-fit: cover;
    min-width: 100%;
}

@media (max-width: 767px) {
    .foto_principal {
        min-height: 20vh;
        max-height: 31vh;
    }
}

.texto_azul {
    color: var(--azul) !important;
}

.texto_rosado {
    color: var(--rosado) !important;
}

.texto_celeste {
    color: var(--celeste) !important;
}

.centrado_flex {
    display: flex;
    align-items: center;
}

.TituloNuevo {
    font-family: 'Inter';
    font-weight: 700;
}

.texto_nombre_gobierno {
    display: block;
    font-size: 14px;
    color: black;
    line-height: 1.3;
}

.icono_accion {
    width: auto;
    height: 2.5em;
}

.boton_accion {
    padding: .5em;
    border-radius: 12px;
}

    .boton_accion:hover {
        background-color: #f7f5f5;
    }


.titulo_item {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    line-height: 1.3;
}

.icono_servicio {
    width: 3em;
}

.gallery-container > a {
    max-width: 230px;
    max-height: 150px;
    padding: 5px;
    display: inline-block;
}

.galeria_grilla {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7px;
    padding: .9em 0.5em;
}

.foto_minitura_perdido {
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    width: 56px;
}

    .foto_minitura_perdido > img {
        border-radius: 50%;
    }


.texto_fecha_secundario {
    display: block;
    font-size: 14px;
    color: var(--celeste);
    line-height: 1.5;
}

.bloque_conjunto {
    border-radius: 6px;
    border: 1px solid #cdcdcd;
    display: inline-flex;
    align-items: center;
    padding: 0.3em 1.5em;
    gap: 14px;
}

    .bloque_conjunto:hover {
        background-color: whitesmoke;
    }

.titulo_conjunto {
    color: var(--azul);
    font-weight: 600;
    display: block;
    line-height: 1.1;
    margin-bottom: 0.4em;
}


.icono_conjunto {
    width: 86px;
    height: 100%;
}

.caja_conjunto {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.perfil_lado_texto {
    display: flex;
    gap: 7px;
    flex-direction: column;
}

.texto_conjunto {
    line-height: 15px;
    display: block;
    color: #494949;
}

.mapa_inicio {
    height: 50vh;
    width: 100%;
}

.lineaflex {
    display: flex;
    gap: 11px;
}

.bloque_numero {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.icono_numeros {
    width: 69px;
}

.altura_minima {
    min-height: 29vh;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.parte_numero {
    gap: 15px;
    display: flex;
    margin-top: 1.4em;
}

    .parte_numero > div:first-child {
        width: 25%;
    }

    .parte_numero > div {
        width: 75%;
    }


.caja_numero {
    line-break: anywhere;
    margin-top: 1.5em;
    border: 1px solid #959595;
    padding: 1.1em 1.4em 1.5em;
    border-radius: 7px;
}

.texto_numero {
    font-weight: 500;
}

.cabezera_azul {
    background-color: #1b7ddb;
    color: white;
}


.filepond--item {
    width: calc(50% - 0.5em);
}

@media (min-width: 480px) { /* 30em approx, assuming 16px as base font-size */
    .filepond--item {
        width: calc(50% - 0.5em);
    }
}

@media (min-width: 800px) { /* 50em approx, assuming 16px as base font-size */
    .filepond--item {
        width: calc(33.33% - 0.5em);
    }
}

.ql-editor strong {
    font-weight: bolder !important;
}

.espacio_anuncio {
    margin: 0 0;
    white-space: normal !important;
}

.portada_anuncio {
    width: 100%;
    max-width: 100%;
    /* height: 525px; */
    object-fit: cover;
}

.fecha_inicio {
    border-radius: 0.3em;
    padding-top: 0.225rem;
    padding-bottom: 0.225rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    color: rgb(2 132 199);
    background-color: rgb(224 242 254 );
}

.fecha_fin {
    border-radius: 0.3em;
    padding-top: 0.225rem;
    padding-bottom: 0.225rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background-color: rgb(209 250 229 / 1);
    color: rgb(5 150 105 / 1);
}

.arriba_anuncio {
    display: flex;
    gap: 20px;
    align-items: center;
}

.atributo_anuncio {
    display: block;
    font-weight: 500;
}

.galeria_anuncio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 7px;
    padding: .9em 0.5em;
}

@media (max-width: 800px) { /* 50em approx, assuming 16px as base font-size */
    .galeria_anuncio {
        grid-template-columns: repeat(2, 1fr);
    }
}


.galeria_anuncio img {
    border-radius: 8px;
    border: 1px solid #cfcfcf;
    width: 100%;
    height: 171px;
    object-fit: cover;
}


.galeria_conjunto {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 7px;
    padding: .9em 0.5em;
}

@media (max-width: 800px) { /* 50em approx, assuming 16px as base font-size */
    .galeria_conjunto {
        grid-template-columns: repeat(2, 1fr);
    }
}


.galeria_conjunto img {
    border-radius: 8px;
    border: 1px solid #cfcfcf;
    width: 100%;
    height: 200px;
    object-fit: cover;
}




.perfil_cabezera {
    display: flex;
    align-items: center;
    padding: 24px 28px;
    gap: 21px;
}



.perfil_nombre {
    color: #464646;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0;
    display: block;
    line-height: 1;
}

.perfil_descripcion {
    display: block;
    font-size: 15px;
    line-height: 1;
}

.perfil_foto {
    object-fit: cover;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
}

.borde_perfil {
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    background-color: white;
}

.perfil_acciones {
    display: flex;
    border-top: 1px solid #d6d6d6;
    flex-wrap: wrap;
    overflow-x: auto;
    gap: 3px;
}

    .perfil_acciones a {
        padding: 0.6em 1.8em;
        color: #595959;
        font-weight: 500;
        flex-grow: 1;
        display: flex;
        gap: 8px;
        align-items: center;
        padding-left: 12px;
        justify-content: center;
        border-bottom: 2px solid #ff000000;
    }

        .perfil_acciones a:hover {
            background-color: #f6f6f6;
            border-bottom: 2px solid #005bff;
            transition: 0s;
        }


        .perfil_acciones a.active {
            background-color: #f6f6f6;
            border-bottom: 2px solid #005bff;
            transition: 0s;
            color: #005bff;
        }

.lista_menu_nuevo {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .lista_menu_nuevo a {
        display: flex;
        gap: 7px;
        line-height: 1;
        padding-left: .8em;
        padding-right: .8em;
        align-items: center;
        padding-top: .8em;
        padding-bottom: .8em;
        border-radius: .25rem;
        color: #464646;
    }

    .lista_menu_nuevo .active a {
        color: #0a69ea;
        font-weight: 500;
        background-color: rgb(231 240 248);
    }

    .lista_menu_nuevo a:hover {
        color: #0a69ea;
        font-weight: 500;
        background-color: rgb(231 240 248);
    }


@media (max-width: 991px) {
    .lista_menu_nuevo {
        flex-wrap: nowrap;
        overflow-y: auto;
        padding-bottom: 1em;
        flex-direction: row;
    }

        .lista_menu_nuevo a {
            white-space: nowrap;
        }
}

.interior_menu_comunidad {
    border-top: 1px solid #e5e9f2;
    padding: 0.8em 0.8em;
}

.texto_nombre_comunidad {
    font-weight: 600;
}

.lado_texto_comunidad {
    line-height: 1.3em;
    display: block;
    margin-left: 3px;
}


.icono_comunidad {
    width: 50px;
    border-radius: 5px;
    object-fit: cover;
    height: 50px;
}

.footer_menu_comunidad {
    border-top: 1px solid #dbdbdb;
    padding: 1.2em 0.4em;
    display: flex;
    justify-content: space-around;
}

.espacio_titulo_comunidad {
    margin-left: 0.6em;
    margin-bottom: 0.5em;
}


.lista_menu_comunidad {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .lista_menu_comunidad a {
        display: flex;
        gap: 7px;
        line-height: 1;
        padding-left: .1em;
        padding-right: .1em;
        align-items: center;
        padding-top: .8em;
        padding-bottom: .8em;
        border-radius: .25rem;
        color: #464646;
    }

    .lista_menu_comunidad .active a {
        color: #0a69ea;
        background-color: rgb(231 240 248);
    }

    .lista_menu_comunidad a:hover {
        color: #0a69ea;
        background-color: rgb(231 240 248);
    }

.espacio_comunidad {
    padding: 0.8em 1.5em;
}

.caja_incidencia {
    padding: 1.4em;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.01);
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(226, 232, 240, 1);
    border-radius: 0.3em;
    min-height: 100px;
    border: 1px solid rgb(219 219 219);
}

.icono_avatar {
    width: 40px;
    border-radius: 5px;
    object-fit: cover;
    height: 40px;
}

.titulo_incidencia {
    display: block;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 7px;
}

.botones_a_bordes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.texto_incidencia {
    line-height: 1.5;
    display: block;
}

.estado_incidencia {
    border-radius: 0.3em;
    padding-top: 0.225rem;
    padding-bottom: 0.225rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background-color: rgb(209 250 229 / 1);
    color: rgb(5 150 105 / 1);
}

.tarjeta_conjunto {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.01);
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(226, 232, 240, 1);
    border-radius: 0.3em;
    min-height: 100px;
    border: 1px solid rgb(219 219 219);
    display: flex;
}

    .tarjeta_conjunto img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }

    .tarjeta_conjunto .bloque_imagen {
        display: block;
        width: 15em;
        position: relative;
        flex-shrink: 0;
    }

    .tarjeta_conjunto .espacio {
        padding: 1em;
        padding-left: 1.5em;
    }

    .tarjeta_conjunto .ciudad {
        color: var(--azul);
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 0.2em;
        display: block;
        margin-bottom: .5em;
    }

    .tarjeta_conjunto h4 {
        display: block;
        margin-bottom: 0.2em;
    }


@media (max-width: 1430px) {
    .tarjeta_conjunto {
        flex-direction: column;
        overflow: hidden;
    }

        .tarjeta_conjunto .bloque_imagen {
            width: 100%;
            height: 154px;
        }
}


.listado_atributo {
    margin-top: .8em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7px;
    align-items: center;
}

    .listado_atributo span {
        border-radius: 5px;
        border: 1px solid #e3e3e3;
        padding: 0.2em 1.2em;
    }


.texto_nombre_usuario {
    font-weight: 500;
    line-height: 1.25;
}

.lado_texto_incidencia {
    display: flex;
    align-items: center;
    gap: 10px;
}

.opciones_botones {
    display: flex;
}

    .opciones_botones a {
        flex-grow: 1;
        border: 1px solid rgb(226 232 240 );
        text-align: center;
        border-radius: 0;
        background-color: white;
        place-content: center;
    }

        .opciones_botones a:hover {
            border: 1px solid rgb(226 232 240 );
            background-color: #fafafa;
            color: var(--azul);
        }

        .opciones_botones a.active {
            border: 1px solid rgb(226 232 240 ) !important;
            background-color: white;
            color: var(--azul);
        }




.tarjeta_anuncio {
    box-shadow: 3px 5px 4px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.01);
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(226, 232, 240, 1);
    border-radius: 0.3em;
    min-height: 100px;
    border: 1px solid rgb(219 219 219);
    display: flex;
    position: relative;
}

    .tarjeta_anuncio img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }

    .tarjeta_anuncio .bloque_imagen {
        display: block;
        width: 15em;
        position: relative;
        flex-shrink: 0;
    }

    .tarjeta_anuncio .espacio {
        padding: 1em;
        padding-left: 1.5em;
    }

    .tarjeta_anuncio .ciudad {
        color: var(--azul);
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 0.2em;
        display: block;
        margin-bottom: .5em;
    }

    .tarjeta_anuncio h4 {
        display: block;
        margin-bottom: 0.2em;
    }

    .tarjeta_anuncio .botones-acciones {
        position: absolute;
        top: 4px;
        right: 4px;
    }


@media (max-width: 1430px) {
    .tarjeta_anuncio {
    }

        .tarjeta_anuncio .bloque_imagen {
            width: 126px;
        }

    .perfil_cabezera {
        padding: 18px 13px;
    }
}

.lista_anuncio {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 1.2em;
}

.nk-menu-link:hover {
    border: 1px solid #c7c7c7;
    /*    margin-left: 1em;*/
    border-radius: 5px;
}

.nk-menu-link {
    border: 1px solid white;
    /*    margin-left: 1em;*/
    border-radius: 5px;
}

.detalle_perfil {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nombre_usuario {
    margin-left: 10px;
    line-height: 0.8;
}

    .nombre_usuario h6 {
        color: #4e4e4e;
        font-weight: 600;
        font-size: 1em;
    }

    .nombre_usuario span {
        color: gray;
    }


.borde_tarjeta {
    border-radius: 8px;
    overflow: hidden;
}

.parte_foto_area {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 12em;
}

    .parte_foto_area .estado_1 {
        color: rgb(255 255 255);
        font-weight: 600;
        font-size: .75rem;
        line-height: 1rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        background-color: rgb(0 95 220);
        border-radius: 5px;
        bottom: 6px;
        right: 5px;
        position: absolute;
    }

    .parte_foto_area .estado_2 {
        color: rgb(255 255 255);
        font-weight: 600;
        font-size: .75rem;
        line-height: 1rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        background-color: rgb(232 36 75);
        border-radius: 5px;
        bottom: 6px;
        right: 5px;
        position: absolute;
    }




    .parte_foto_area img {
        max-width: 100%;
        height: auto;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
    }

.lado_texto_area .tipo {
    display: block;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600;
    color: var(--rosado);
}


.lado_texto_area .titulo {
    display: block;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.tabulator {
    border-radius: .3em;
    border: 1px solid #898989 !important;
    background-color: #fff !important;
}

.tabulator-row.tabulator-selectable:hover {
    background-color: #d7e9f9 !important;
}

.tabulator .tabulator-header {
    border-bottom: 1px solid #a1a1a1;
    background-color: #f8f8f8;
}

    .tabulator .tabulator-header .tabulator-col {
        border-right: 1px solid #c4c4c4;
        background: #2571ea;
        color: white;
    }

        .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
            border-bottom: 6px solid #fff;
        }

        .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
            background: #387eee;
        }

        .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
            border-top: 6px solid #fff;
        }

        .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
            border-bottom: 6px solid #fff;
        }

.caja_presupesto {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

    .caja_presupesto .bloque {
        padding: 1.75rem;
        align-items: flex-start;
        flex-wrap: wrap;
        display: flex;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .caja_presupesto .lado_texto {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
        order: 2;
        flex: 1 1 0%;
    }

    .caja_presupesto .subtitulo {
        color: rgba(107, 114, 128, var(--tw-text-opacity));
        font-weight: 500;
        font-size: .9rem;
        line-height: 1.5rem;
        margin-bottom: 0.2rem;
    }

    .caja_presupesto .titulo {
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 0.6rem;
        letter-spacing: -0.02em;
    }

    .caja_presupesto .descripcion {
        line-height: 20px;
    }



    .caja_presupesto .avatar_foto {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: .5em;
    }

    .caja_presupesto .bloque:not(:first-child) {
        border-top: 1px solid #e0e0e0;
    }

@media (max-width: 1430px) {
    .caja_presupesto .bloque {
        padding: 1.2rem;
    }

    .caja_presupesto .lado_foto {
        order: 2;
    }

    .caja_presupesto .lado_texto {
        margin: 0em;
        margin-right: 1em;
        order: 1;
    }
}


.hoja_a4 {
    height: 500px;
    width: 800px;
    border: 1px solid #555555;
}

.telefono_div {
    display: flex;
    gap: 20px;
}

    .telefono_div .icono_numeros {
        width: 43px;
    }

    .telefono_div .lado_boton {
        margin-left: auto;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 5px
    }

.item_registro {
    border-radius: 5px;
    display: flex;
    gap: 20px;
    border: 1px solid #c5c5c5;
    padding: 1em 1.5em;
    background-color: white;
}
    .item_registro:hover {
        background-color: #ebebeb;
        border-color: #296caf;
    }

    .item_registro .icono_tipo {
        width: 52px;
        height: 100%;
    }

    .item_registro .texto_nombre {
        color: #474646;
        font-weight: 600;
        margin-bottom: 0;
    }

    .item_registro .texto_detalle {
        margin-bottom: 0;
        color: #515151;
        line-height: 1.5;
    }




.lista_invitacion {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}


    /* MOVIL */


@media only screen and (max-width: 880px) {
    .perfil_cabezera {
        gap: 11px;
    }

    .lista_enlaces .enlace {
        font-size: 13px;
    }

    .perfil_acciones a {
        font-size: 12px;
    }

    .perfil_descripcion {
        font-size: 12px;
    }

    .perfil_nombre {
        font-size: 20px;
    }

    .nk-menu-trigger {
        margin-right: 0.8em;
    }

    .swal2-popup {
        padding: 2.75rem 1.6rem;
    }

    .logo-img {
        width: 119px;
    }
    .perfil_acciones {
        gap: 9px;
        padding: .5em;
    }

        .perfil_acciones a {
            border-radius: 6px;
            border: 1px solid #b9b9b9;
        }
}

.custom-control-lg .custom-control-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tabulator .tabulator-footer .tabulator-calcs-holder {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #7aafff;
}
.columna-eliminar {
    text-align: center;
}

.item_invitacion {
    border: 1px solid #b1b1b1;
    padding: 1.2em 1.5em;
    border-radius: 7px;
}

    .item_invitacion .sub_simple {
        font-weight: 500;
        color: #1e1e1e;
        margin-bottom: 0;
    }

    .item_invitacion .texto_simple {
        margin-bottom: 0;
    }


 


@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .bloque_conjunto {
        padding: 0.5em 1.5em;
    }
}

@media only screen and (min-width: 1401px) {
    .bloque_conjunto {
        padding: 0.0em 1.5em;
    }
}
