﻿
@font-face {
    font-family: 'ePropietarios';
    src: url('../fonts/ePropietarios.eot?nk8txb');
    src: url('../fonts/ePropietarios.eot?nk8txb#iefix') format('embedded-opentype'), url('../fonts/ePropietarios.ttf?nk8txb') format('truetype'), url('../fonts/ePropietarios.woff?nk8txb') format('woff'), url('../fonts/ePropietarios.svg?nk8txb#ePropietarios') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="nuevo_icono_"], [class*=" nuevo_icono_"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ePropietarios' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.fuente_simple {
    font-size: 0.9em;
}

.nuevo_icono_agregar_vecino:before {
    content: "\e902";
}

.nuevo_icono_enviar_mensaje_alt:before {
    content: "\e901";
}

.nuevo_icono_enviar_mensaje:before {
    content: "\e900";
}

.lead-text.corto {
    font-size: .875rem;
}

:root {
    --cd-color-1: hsl(206, 21%, 24%);
    --cd-color-1-h: 206;
    --cd-color-1-s: 21%;
    --cd-color-1-l: 24%;
    --cd-color-2: hsl(205, 38%, 89%);
    --cd-color-2-h: 205;
    --cd-color-2-s: 38%;
    --cd-color-2-l: 89%;
    --cd-color-3: hsl(207, 10%, 55%);
    --cd-color-3-h: 207;
    --cd-color-3-s: 10%;
    --cd-color-3-l: 55%;
    --cd-color-4: hsl(111, 51%, 60%);
    --cd-color-4-h: 111;
    --cd-color-4-s: 51%;
    --cd-color-4-l: 60%;
    --cd-color-5: hsl(356, 53%, 49%);
    --cd-color-5-h: 356;
    --cd-color-5-s: 53%;
    --cd-color-5-l: 49%;
    --cd-color-6: hsl(47, 85%, 61%);
    --cd-color-6-h: 47;
    --cd-color-6-s: 85%;
    --cd-color-6-l: 61%;
    --space-unit: 1em;
    --color-white: hsl(0, 0%, 100%);
    --space-lg: calc(2*var(--space-unit));
    --space-md: calc(1.25*var(--space-unit));
    --color-primary: #0971fe;
    /* --blue: #0059A3; */

    --azul: #0058a2;
    --black-1: #0e1133;
    --fucsia: #f2006e;
    --celeste: #01b0ef;
    --amarillo: #FFC000;
    --blue-fc-2: #00adef;
    --blue-fc-3: #30A8FF;
    --pink: #FF308D;
    --pink2: #FF308D;
    --gray: #C5C5C5;
}

.accion_vecinos {
    display: flex;
    gap: 9px;
    margin-top: 4px;
    flex-wrap: wrap;
}

.foto_chat {
    width: 210px;
    background-color: white;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 7px;
}

.grilla_loader {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.texto_chico {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.foto_avatar_entidad {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
}

.grilla_foto_titulo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sin_margen {
    padding: 0;
    margin: 0;
}

.error_time_picker {
    color: red;
    display: none;
    margin-top: 10px;
    line-height: 1.4;
}

.caja_hora_picker {
    min-height: 20px;
    padding: 0.6875rem 1rem;
    font-size: 0.9375rem;
    border-radius: 5px;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    width: 59px;
    text-align: center;
    flex-grow: 1;
}

.apexcharts-text tspan {
    font-family: 'Inter';
}

.grilla_boton_modal_2 {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.grilla_boton_modal {
    display: flex;
    gap: 14px;
}

.grilla_botones_accion_modal {
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.grilla_detalle {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.texto_descricion_corto {
    font-size: .8em;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.caja_time_picker {
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
}

.Tarjeta_Recibo {
    border: 1px solid #d0d0d0;
    padding: .8em 1.4em;
    border-radius: 8px;
}

    .Tarjeta_Recibo .parte_titulo {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .Tarjeta_Recibo h4 {
        margin-top: 6px;
        font-size: 1.4em;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .Tarjeta_Recibo .icono_recibo {
        width: 70px;
        border-radius: 10px;
    }


.Tarjeta_Comprobante {
    border: 1px solid #d0d0d0;
    padding: .8em 1.4em;
    border-radius: 8px;
}

    .Tarjeta_Comprobante .Titulo_Sector {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .Tarjeta_Comprobante h4 {
        margin-top: 6px;
        font-size: 1.4em;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .Tarjeta_Comprobante .icono_recibo {
        width: 70px;
        border-radius: 10px;
    }

.fecha_hora {
    color: #979494;
    font-family: 'Inter';
    font-size: 10px;
    display: flex;
    justify-content: flex-end;
}

    .fecha_hora.azul {
        color: #cbcbcb;
        justify-content: flex-start;
    }


.minimo_textarea {
    min-height: 150px !important;
}

.Tarjeta_Forma_Pago {
    border: 1px solid #d0d0d0;
    padding: .8em 1.4em;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: white;
}

    .Tarjeta_Forma_Pago .icono_recibo {
        width: 62px;
    }

    .Tarjeta_Forma_Pago span {
        color: #575757;
        line-height: 1.4;
        display: block;
    }

    .Tarjeta_Forma_Pago h4 {
        font-size: 1.4em;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .Tarjeta_Forma_Pago:hover {
        background-color: #fdfdfd;
    }

.Titulos_Pago h4 {
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 6px;
    font-weight: 600;
}

.Titulos_Pago span {
    color: #575757;
    line-height: 1.4;
    display: block;
}


.Cabezera_Recibo {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .Cabezera_Recibo img {
        width: 57px;
    }

    .Cabezera_Recibo h4 {
        margin-top: 8px;
        font-size: 1.5em;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .Cabezera_Recibo span {
        color: #575757;
        line-height: 1.4;
        display: block;
    }


.caja_usuario_texto {
    display: flex;
    gap: 9px;
    line-height: 1.3;
}


.estadoLabel {
    display: inline-flex;
    padding: 0.225em 0.625em;
    border-radius: 6px;
    font-size: .9em;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

    .estadoLabel.azul {
        background-color: rgb(224 243 255);
        color: rgb(9 113 254);
        border: 1px solid #95c9ff;
    }

    .estadoLabel.celeste {
        background-color: rgb(237 249 255);
        color: #37B7FF;
        border: 1px solid #63a6cb;
    }

    .estadoLabel.rosado {
        background-color: rgb(255 224 244);
        color: rgb(242 0 110);
        border: 1px solid #d56ecd;
    }

    .estadoLabel.grande {
        font-size: 1.1em;
    }

    .estadoLabel.estado01 {
        /* Color Verde */
        background-color: rgb(209 250 229 /1);
        color: rgb(5 150 105 / 1);
        border: 1px solid #abe1c5;
    }

    .estadoLabel.estado_4,
    .estadoLabel.estado_13,
    .estadoLabel.estado_10,
    .estadoLabel.estado_5,
    .estadoLabel.estado_40,
    .estadoLabel.estado_1,
    .estadoLabel.estado_148,
    .estadoLabel.estado_82 {
        /* Color Verde */
        background-color: rgb(209 250 229 /1);
        color: rgb(5 150 105 / 1);
        border: 1px solid #abe1c5;
    }

    .estadoLabel.estado_81,
    .estadoLabel.estado_2,
    .estadoLabel.estado_33 {
        /* Color Azul */
        background-color: rgb(224 243 255);
        color: rgb(9 113 254);
        border: 1px solid #95c9ff;
    }

    .estadoLabel.estado_100 {
        /* Color gris */
        background-color: rgb(248 248 248);
        color: #232323;
        border: 1px solid #d0d0d0;
    }

    .estadoLabel.estado_143 {
        /*Celeste*/
        background-color: rgb(18 145 173);
        color: white;
        border: 1px solid #ecd477;
    }

    .estadoLabel.estado_141 {
        /*naranja*/
        background-color: rgb(221 133 0);
        color: white;
        border: 1px solid #ecd477;
    }

    .estadoLabel.estado_3,
    .estadoLabel.estado_35,
    .estadoLabel.estado_8,
    .estadoLabel.estado_32,
    .estadoLabel.estado_51,
    .estadoLabel.estado_131,
    .estadoLabel.estado_142,
    .estadoLabel.estado_145 {
        /*Amarillo*/
        background-color: rgb(254 243 199 / 1);
        color: rgb(217 119 6 / 1);
        border: 1px solid #ecd477;
    }

    .estadoLabel.estado_146 {
        /*Naranja*/
        background-color: #ED9150;
        color: hsl(0, 0%, 100%);
        border: 1px solid #ED9150;
    }

    .estadoLabel.estado_0,
    .estadoLabel.estado_31,
    .estadoLabel.estado_12,
    .estadoLabel.estado_83,
    .estadoLabel.estado_132,
    .estadoLabel.estado_144,
    .estadoLabel.estado_149,
    .estadoLabel.estado_147 {
        /*Rojo */
        background-color: rgb(255 217 217);
        color: rgb(225 0 0);
        border: 1px solid #e35353;
    }

    .estadoLabel.estado_11 {
        /*Amarillo*/

        background-color: rgb(254 243 199 / 1);
        color: rgb(217 119 6 / 1);
        border: 1px solid #ecd477;
    }

.caja_comentario {
    border: 1px solid #9b9b9b;
    padding: 1em 1.4em;
    border-radius: 9px;
}

    .caja_comentario .usuario {
        color: #232323;
    }

    .caja_comentario .fecha {
        color: #2067a4;
    }

    .caja_comentario .texto {
        color: #1c1c1c;
    }

.caja_full {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.parte_texto_full {
    flex-grow: 1;
    display: flex;
    gap: 0px 12px;
    align-items: center;
}

.grilla_full {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 36px 0;
    row-gap: 36px;
    column-gap: 0px;
}

.etiqueta_azul {
    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 );
}

.etiqueta_verde {
    border-radius: 0.3em;
    padding-top: 0.225rem;
    padding-bottom: 0.225rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    color: rgb(30 158 141);
    background-color: rgb(224 254 230);
    border: 1px solid #baedd2;
}

.etiqueta_blanco {
    border-radius: 0.3em;
    padding-top: 0.225rem;
    padding-bottom: 0.225rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    color: rgb(109 109 109);
    background-color: rgb(248 248 248);
    border: 1px solid #d2d2d2;
}

.galeria_archivos img {
    border: 1px solid #d7d7d7;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
}

.listado_item_recibo {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.list_rows {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}


.tabla_estilo {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    line-height: 1.2;
}

    .tabla_estilo th {
        border: 1px solid #004987;
        padding: 4px 8px;
    }

    .tabla_estilo th {
        font-size: 1.1em;
        text-align: center;
        background-color: #0058a2;
        color: white;
        word-wrap: break-word;
    }

    .tabla_estilo td {
        font-size: 1.1em;
        border: 1px solid #ccc;
        padding: 8px 6px;
        word-wrap: break-word;
        text-align: center;
    }



    .tabla_estilo .total {
        background-color: #0d90f7;
        color: white;
        border: 0px;
        font-size: 1.1em;
    }

    .tabla_estilo .total_texto {
        font-weight: 700;
    }

.titulo_con_boton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
}

.caja_boton_aprobar {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 19px;
}

.icono_enviar {
    margin-right: 0px;
    font-size: 21px !important;
}

.item_equipo {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

    .item_equipo .Nombre_persona {
        margin-top: 10px;
        margin-bottom: 0px;
        display: block;
        text-align: center;
        font-weight: 600;
        line-height: 1.1;
    }

    .item_equipo .cargo_persona {
        display: block;
        text-align: center;
    }

.texto_cargo {
    justify-content: center;
    font-size: 14px;
    color: #5f5f5f;
}

.item_equipo .foto_persona {
    width: 117px;
    height: 117px;
    object-fit: cover;
    border-radius: 10px;
}




.margen_icono {
    margin-top: -2px;
}

.dos_botones {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
}

.caja_perfil {
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    background-color: white;
}

    .caja_perfil .foto_perfil {
        object-fit: cover;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        width: 100px;
        border-radius: 8px;
    }

    .caja_perfil .banner_foto {
        width: 100%;
        height: 231px;
        object-fit: cover;
    }

    .caja_perfil .foto_lado {
        margin-top: -26px;
        display: inline-flex;
        border: 3px solid white;
        border-radius: 12px;
    }

    .caja_perfil .parte_foto_texto {
        display: flex;
        padding: 0 2em 1em;
        gap: 15px 21px;
        align-items: center;
    }

        .caja_perfil .parte_foto_texto .lado_botones {
            margin-left: auto;
        }

.borde_derecha {
    border-right: 1px solid #c2c2c2;
}

.borde_izquierda {
    border-left: 1px solid #c2c2c2;
}


.fuente_500 {
    font-weight: 500;
}

.lista_enlaces {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

    .lista_enlaces .enlace {
        color: #5d5d5d;
        font-weight: 500;
        background-color: white;
        flex-grow: 1;
        padding: .5em 1em;
        border-radius: 7px;
        border: 1px solid #d7d7d7;
    }

        .lista_enlaces .enlace:hover {
            color: #005bff;
            background-color: #f6f6f6;
        }

        .lista_enlaces .enlace.active {
            border: 1px solid #77a0ce;
            transition: 0s;
            color: #005bff;
            background-color: #ebf4ff;
        }

.grilla_vecinos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 23px;
}

.item_vecino .foto_vecino {
    width: 72px;
    border-radius: 10px;
}

.item_vecino {
    padding: 1em;
    flex: 1 1 31.8%;
    flex-grow: 1;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 13px;
}


    .item_vecino .lado_texto {
        display: flex;
        flex-direction: column;
    }

        .item_vecino .lado_texto .nombre {
            font-weight: 600;
            font-size: 1.12em;
            line-height: 1.1;
            margin-bottom: 3px;
        }

        .item_vecino .lado_texto .texto {
        }

    .item_vecino .lado_boton {
        margin-left: auto;
    }

.icono_mensaje {
    width: 14px;
    margin-right: 5px;
}

    .icono_mensaje path {
        fill: red;
    }

    .icono_mensaje .icono {
        fill: red;
    }

.centrado_botones {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 10px;
    justify-content: center;
}

.tarjeta_incidencia {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .tarjeta_incidencia .icono_incidencia {
        border-radius: 6px;
        width: 58px;
    }


.cd-timeline {
    padding: 0em 0;
    color: #818d98;
    background-color: #ffffff00;
}

    .cd-timeline h2 {
        font-family: open sans,sans-serif;
        font-weight: 700
    }

.cd-timeline__container {
    position: relative;
    padding: 1.25em 0;
}

    .cd-timeline__container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #d8e5ee;
    }

@media(min-width: 64rem) {
    .cd-timeline__container::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.cd-timeline__block {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
}

    .cd-timeline__block:last-child {
        margin-bottom: 0
    }

@media(min-width: 64rem) {
    .cd-timeline__block:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.cd-timeline__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05);
}

    .cd-timeline__img img {
        width: 47px;
        height: 47px;
    }

@media(min-width: 64rem) {
    .cd-timeline__img {
        width: 60px;
        height: 60px;
        -ms-flex-order: 1;
        order: 1;
        margin-left: calc(5% - 30px);
        will-change: transform
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__img {
        margin-right: calc(5% - 30px)
    }
}

.cd-timeline__img--picture {
    background-color: white;
}

.cd-timeline__img--movie {
    background-color: #bf3b44;
}

.cd-timeline__img--location {
    background-color: #f0cb47;
}

.cd-timeline__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-left: 1.25em;
    background: #fff;
    background: white;
    border-radius: .25em;
    border-radius: 10px;
    padding: 1.25em;
    box-shadow: 0px 2px 6px hsl(0deg 0% 86.76%);
}

    .cd-timeline__content::before {
        content: '';
        position: absolute;
        top: 16px;
        right: 100%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-right-color: #fff;
    }

    .cd-timeline__content h2 {
        color: #303f4a;
    }

@media(min-width: 64rem) {
    .cd-timeline__content {
        width: 45%;
        -ms-flex-positive: 0;
        flex-grow: 0;
        will-change: transform;
        margin: 0;
        --line-height-multiplier: 1.2
    }

        .cd-timeline__content::before {
            top: 24px
        }

    .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
        right: auto;
        left: 100%;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-left-color: #fff;
    }
}

.cd-timeline__date {
    color: hsla(207,10%,55%,.7);
}

@media(min-width: 64rem) {
    .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 120%;
        top: 20px
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__date {
        left: auto;
        right: 120%;
        text-align: right;
    }
}

@media(min-width: 64rem) {
    .cd-timeline__img--hidden, .cd-timeline__content--hidden {
        visibility: hidden
    }

    .cd-timeline__img--bounce-in {
        -webkit-animation: cd-bounce-1 .6s;
        animation: cd-bounce-1 .6s
    }

    .cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2 .6s;
        animation: cd-bounce-2 .6s
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
        -webkit-animation-name: cd-bounce-2-inverse;
        animation-name: cd-bounce-2-inverse
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}










.item_historia_cargo {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.datepicker-cell.next:not(.disabled), .datepicker-cell.prev:not(.disabled) {
    color: #c5c5c5;
}

.datepicker-cell.range {
    color: #7d7d7d !important;
}

.datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
    background-color: #979797;
}

.datepicker-cell.focused:not(.selected) {
    background-color: #f7f7f7;
}

.datepicker-cell.day.range-end.selected {
    color: white;
}

.datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
    background-color: #979797;
    color: white;
}

.datepicker-cell.day:hover {
    color: #1c1c1c;
    background-color: #c7c7c7;
}

.cajaSearch {
    gap: 10px;
    display: flex;
}



/*.tabulator .tabulator-row.tabulator-selectable:hover {
    
}*/

.navegacion ol {
    align-items: center;
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navegacion li {
    display: inline-flex;
    align-items: center;
}

    .navegacion li:not(:first-child) {
    }

.navegacion a {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #494949;
}

    .navegacion a:hover {
        color: #0066d3;
    }

.navegacion .icono_parte {
    margin-right: .3em;
    margin-top: -2px;
}

.navegacion .separador {
    width: 6px;
    color: #ff54a2;
    margin-top: -2px;
    margin-left: 0.9em;
    margin-right: 0.8em;
}

.navegacion .separador_corto {
    width: 6px;
    color: #ff54a2;
    margin-top: -2px;
    margin-left: 0.6em;
    margin-right: 0.4em;
}

.detalle_lista .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 44px;
    width: 44px;
    border-radius: 6px;
}

.detalle_lista .item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    gap: 0px 15px;
}

.detalle_lista .title {
    font-size: .8125rem;
    color: #5b5b5b;
}

.detalle_lista .text {
    font-size: 1.23em;
    color: #364a63;
    font-weight: 500;
}

.detalle_lista .item .info {
    line-height: 1.5em;
}

.margen_top_navegacion {
    margin-bottom: 1.4em;
}

.listado_noti {
    display: flex;
    flex-direction: column;
    gap: 18px 0;
}

.item_noti:not(:last-child) {
    padding-bottom: 1.5em;
    border-bottom: 0.1px solid #dfdfdf;
}

.item_noti {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .item_noti .lado_texto {
        line-height: 1.5em;
    }

    .item_noti .titulo_noti {
        font-size: 1.05em;
        margin-bottom: 0;
    }

    .item_noti .fecha_noti {
        margin-bottom: 0;
        font-size: 0.92em;
    }

.solicitud_item {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

    .solicitud_item .foto_icono {
        height: 53px;
    }

.grilla_encuesta {
    display: flex;
    gap: 12px;
    align-items: center;
}




.item_escuesta {
    border-radius: 5px;
    position: relative;
}

    .item_escuesta input[type="radio"] {
        display: none; /* Oculta el radio button original */
    }

    .item_escuesta label {
        display: inline-block;
        border-radius: 5px;
        border: 2px solid transparent;
        padding: 7px 9px;
        transition: background-color 0.3s, border-color 0.3s;
    }

    /* Cuando el radio button está seleccionado, cambia el borde y el fondo del label */
    .item_escuesta input[type="radio"]:checked + label {
        background-color: #d7edfa;
        border-color: #92c5e3;
    }


    .item_escuesta img {
        width: 55px;
    }
    /*
.item_escuesta {
    display: flex;
    cursor: pointer;
     background-color: #d7edfa; 
border-radius: 7px;
border: 1px solid #e9e9e9;


align-items: flex-end;
}

.item_escuesta:checked {
    background-color: #d7edfa;
}



.item_escuesta input {
    cursor: pointer;
    padding: 7px;
}

.item_escuesta label {
    cursor: pointer;
    padding: 7px;
}

*/

    .item_escuesta:hover {
        background-color: #d7edfa;
    }


.swal2-textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2);
}

.swal2-textarea::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2);
}

.swal2-textarea:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.2);
}

.swal2-textarea:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2);
}

.swal2-textarea:focus {
    border-color: #85b0e9; /* Cambia esto al color que desees */
    box-shadow: 0 0 5px #66a7ff; /* Opcional, para un efecto de sombra alrededor del campo */
}


.filepond--drop-label {
    cursor: pointer;
}

a.filepond--credits {
    font-size: 6px !important;
}

.titulo_archivo {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.etiqueta_simple_blanca {
    font-size: 12px;
    border-radius: 0.3em;
    padding-top: 0.15rem;
    padding-bottom: 0.125rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    color: rgb(85 85 85);
    background-color: rgb(255 255 255);
    border: 1px solid #959595;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .cd-timeline__img img {
        width: 31px;
        height: 31px;
    }
}

@media only screen and (min-width: 1200px) {
    .margen_top_navegacion {
        margin-top: -1em;
    }
}
/*MOVIL */
@media only screen and (max-width: 880px) {
    .lead-text + .sub-text {
        font-size: 12px;
    }

    .nk-chat-head-info .user-info .lead-text {
        font-size: 1em;
    }

    .etiqueta_blanco {
        font-size: 11px;
    }

    .nk-chat-list {
        padding: 0 5px;
    }

    .navegacion {
        overflow: auto;
        text-wrap: nowrap;
        max-width: 100%;
    }

        .navegacion a {
            font-size: 13.5px;
        }

        .navegacion .icono_parte {
            margin-top: 0px;
        }

    .caja_perfil .parte_foto_texto .lado_botones {
        margin-left: 0;
    }



    .cd-timeline__date {
        font-size: 13.2px;
    }

    .item_vecino {
        padding: .4em 0;
        border: 0px solid #e2e2e2;
    }

    .grilla_vecinos {
        display: grid;
        grid-template-columns: 1fr;
    }

    .caja_perfil .parte_foto_texto {
        justify-content: center;
        flex-direction: column;
        margin-bottom: 1em;
        text-align: center;
    }

    .caja_perfil .banner_foto {
        height: 149px;
    }

    .tabla_estilo .total, .tabla_estilo th, .tabla_estilo td {
        font-size: 0.9em;
    }

    .titulo_con_boton {
        flex-wrap: wrap;
    }

    .galeria_archivos img {
        height: 160px;
    }

    .lista_enlaces {
        flex-direction: row;
        flex-wrap: wrap;
    }
}


.div_relat {
    position: relative;
}

    .div_relat .div_absolut {
        position: absolute;
        top: 10px;
        right: 5px;
    }

/*.filepond--root {
    max-width: 100%;*/ /* Asegura que el contenedor se adapte */
/*overflow: auto;
}*/
.fc-celda-bloqueada {
    background-color: rgba(230, 4, 230, 0.7) !important; /* Gris elegante */
    color: #777 !important; /* Opcional: color de texto más tenue */
    pointer-events: none; /* Evita que sean seleccionables */
    opacity: 0.6; /* Leve opacidad para diferenciarlas */
}

.text-blue-hover:hover {
    color: var(--color-primary) !important;
}


/*.code-input {*/
/*width: 48px;
    height: 55px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 0.5rem;
    background-color: transparent;
    color: #fff;
    border: 1px solid #ced4da;*/
/*width: 48px;
    height: 55px;
    font-size: 1.5rem;
    text-align: center;*/ /* Centra horizontalmente */
/*vertical-align: middle;*/ /* No tiene efecto directo, pero es buena práctica */
/*padding: 0;
    line-height: 55px;*/ /* Centra verticalmente al alinear línea con altura */
/*background-color: transparent;
    color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
}*/

.code-input {
    width: 48px;
    height: 40px;
    font-size: 1.5rem;
    /*text-align: center;*/
    /*line-height: 55px;*/
    /*Centra verticalmente 
        */
    /*padding: 0;*/
    /*color: #fff;*/
    background-color: transparent;
    /*border: 2px solid rgba(255, 255, 255, 0.3);*/
    border-radius: 0.5rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .code-input:focus {
        /*outline: none;*/
        /*border-color: #00d4ff;*/
        /*box-shadow: 0 0 8px rgba(0, 212, 255, 0.5);*/
        background-color: rgba(255, 255, 255, 0.05);
    }

    /* Estética cuando ya hay un número */
    .code-input.filled {
        border-color: #22c55e; /* verde */
        box-shadow: 0 0 6px rgba(34, 197, 94, 0.4);
    }

.resend-timer {
    font-size: 0.9rem;
    color: #ccc;
    text-align: center;
}

.wv-banner-section {
    background-image: url('../images/home-wevote.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*min-height: 100vh;*/
    position: relative;
}

.wv-banner-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.wv-logo-img {
    max-height: 80px;
}

.wv-banner-title {
    margin-top: 2.5em;
    font-size: 3em;
    text-shadow: -3px 6px 8px rgba(0, 0, 0, 0.87);
}

.wv-banner-subtitle {
    font-size: 2em;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 1);
}

.wv-certificacion-section {
    text-align: left;
    padding-top: 45px;
    padding-bottom: 10px;
}

.wv-certificacion-title {
    font-size: 2em;
    color: #ffffff;
    line-height: 30px;
    text-shadow: -3px 6px 8px rgba(0, 0, 0, 0.87);
    margin-bottom: 1rem;
}

.wv-certificacion-logos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

    .wv-certificacion-logos img {
        max-width: 120px;
        height: auto;
    }

@media (max-width: 768px) {
    .wv-banner-title {
        font-size: 1.8em;
        margin-top: 1.5em;
    }

    .wv-banner-subtitle {
        font-size: 0.9em;
    }

    .wv-logo-img {
        max-height: 60px;
    }

    .wv-certificacion-logos {
        justify-content: flex-start;
    }
}

.wv-footer {
    /*background-color: #000000;*/
    background-color: white;
    /*color: white;*/
    color: var(--black-1);
}

    .wv-footer .wv-footer-title {
        font-weight: bolder !important;
    }

    .wv-footer .wv-footer-color-pink {
        color: var(--pink2) !important;
    }

    .wv-footer .wv-footer-color-black {
        color: var(--black-1) !important;
    }

    .wv-footer .wv-footer-color-blue-2 {
        color: var(--blue-fc-2) !important;
    }

    .wv-footer .wv-footer-color-blue-3 {
        color: var(--blue-fc-3) !important;
    }

    .wv-footer .wv-footer-color-blue-4 {
        color: var(--azul) !important;
    }
     
    .wv-footer .wv-footer-list li a {
        cursor: default;
        color: var(--black-1);
    }

        .wv-footer .wv-footer-list li a:hover {
            color: var(--blue-fc-2) !important;
        }

    .wv-footer .wv-footer-logo {
        display: inline-block;
    }

    .wv-footer .wv-footer-subfooter {
        background-color: #000000;
    }

    .wv-footer .wv-footer-desc {
        font-weight: normal;
    }

    .wv-footer .wv-footer-region-title {
        font-weight: bold;
    }

    .wv-footer .wv-footer-logo-wrap {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        align-items: center;
    }

    .wv-footer .wv-footer-copyright {
        color: #C6C6C6;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 16px;
        font-weight: bold;
    }

.wv-checkbox-list {
    list-style: none;
    padding-left: 0;
}

    .wv-checkbox-list li {
        margin-bottom: 0.5rem;
    }

body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

.modal-backdrop.show {
    opacity: 0.5;
}