.titamarillo {
    font-family: "Poppins", Arial;
    color: #ffff1a;
    font-size: 14px;
}

.titrojo {
    font-family: "Poppins", Arial;
    color: #C62828;
    font-size: 14px;
    font-weight: bold;
}

.titnegro {
    font-family: "Poppins", Arial;
    color: #000000;
    font-size: 14px;
}

.titError {
    font-family: "Poppins", Arial;
    color: #971c4c;
    font-size: 16px;
    font-weight: bolder;
}

.cel-tip-documento {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

/*
input[type='text'] {
	font-size: 24px;
	text-align: center;
	border-radius:5px;
	width: 100%;
	height: 30px;
}
*/

.text-right {
    text-align: right;
}

.divtitulo {
    min-height: 30px;
    padding: 5px;
    text-align: center;
    font-family: "Arial narrow";
    color: #ffffff;
    font-size: 24px;

    /*border-radius: 15px;*/
    background: #971c4c;
    padding: 10px;
    margin-bottom: 0px;

    box-shadow: 0 0 10px rgba(184, 27, 80, 0.3),
        /* Soft outer glow */
        0 0 20px rgba(184, 27, 80, 0.2),
        /* Medium spread glow */
        inset 0 0 8px rgba(184, 27, 80, 0.1);
    /* Inner glow */
    /*padding: 20px;*/
    /*margin: 20px;*/
    border-radius: 8px;
    /*background-color: white;*/
}

.divgris {
    width: 730px;
    margin: auto;
    min-height: 310px;
    height: 310px;
    text-align: center;
    vertical-align: middle;
    display: table;

    /*border-radius: 15px;*/
    border: 2px solid #B81B50;
    /*padding: 20px;*/

    box-shadow: 0 0 10px rgba(184, 27, 80, 0.3),
        /* Soft outer glow */
        0 0 20px rgba(184, 27, 80, 0.2),
        /* Medium spread glow */
        inset 0 0 8px rgba(184, 27, 80, 0.1);
    /* Inner glow */
    padding: 20px;
    /*margin: 20px;*/
    border-radius: 8px;
    /*background-color: white;*/
}

.divgris-login {
    /*margin:auto;
	min-height: 310px;*/
    text-align: center;
    vertical-align: middle;
    display: table;

    /*border-radius: 15px;*/
    /*border: 2px solid #B81B50;*/
    /*padding: 20px;*/
    width: 100%;
    /*   padding-bottom: 1em; */

    /* box-shadow:
            0 0 10px rgba(184, 27, 80, 0.3),
            0 0 20px rgba(184, 27, 80, 0.2),
            inset 0 0 8px rgba(184, 27, 80, 0.1);*/
    /* padding: 20px;*/
    /* margin: 20px;*/
    border-radius: 8px;
    background-color: white;
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    margin: 0 auto;
    max-width: 72rem;
    /*padding: 0.5rem 1rem;*/
    overflow: hidden;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

/* 🖼️ Imágenes */
.banner-image {
    height: 48px;
    width: auto;
    object-fit: contain;
    /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease, height 0.3s ease;
}

.banner-image:hover {
    transform: scale(1.05);
}

/* 📄 Contenido central */
.banner-content {
    flex-grow: 1;
    text-align: center;
    padding: 0 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-title {
    font-weight: 700;
    color: #3730a3;
    line-height: 1.2;
    margin: 0;
    font-size: 1rem;
}

.banner-subtitle {
    color: #6b7280;
    margin: 0;
    display: none;
}

/* 💻 Pantallas grandes (Horizontal) */
@media (min-width: 640px) {
    .banner {
        flex-direction: row;
        height: 80px;
    }

    .banner-image {
        height: 64px;
    }

    .banner-title {
        font-size: 1.25rem;
    }

    .banner-subtitle {
        display: inline;
        font-size: 0.75rem;
        margin-top: 2px;
    }
}

/* 📱 Móviles verticales (Diseño apilado) */
@media (max-width: 639px) {
    .banner {
        flex-direction: column;
        /* 👈 Coloca los elementos uno debajo del otro */
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 0.75rem 0.5rem;
        text-align: center;
    }

    .banner-image {
        height: 55px;
        margin: 0.25rem 0;
    }

    .banner-image-right {
        order: 3;
        /* Imagen derecha abajo */
    }

    .banner-content {
        order: 2;
        padding: 0.25rem 0;
        white-space: normal;
    }

    .banner-title {
        font-size: 1rem;
    }

    .banner-subtitle {
        display: block;
        font-size: 0.75rem;
        margin-top: 2px;
    }
}




.logo-large {
    width: 100%;
    /*    height: 70px; */
    /*    width:60%; */
    /*    margin-top: 1em; */
    margin-bottom: 1em;
    border: 2px solid #C2C2C4;
    border-radius: 15px;
    box-shadow:
        0 0 10px rgba(194, 194, 196, 0.3),
        0 0 20px rgba(194, 194, 196, 0.2),
        inset 0 0 8px rgba(194, 194, 196, 0.1);
}

.divgris-header {
    /*margin:auto;
	min-height: 310px;*/
    text-align: center;
    vertical-align: middle;
    display: table;

    /*border-radius: 15px;*/
    border: 2px solid #B81B50;
    /*padding: 20px;*/
    width: 100%;
    /*padding-bottom: 1em;*/

    box-shadow:
        0 0 10px rgba(184, 27, 80, 0.3),
        0 0 20px rgba(184, 27, 80, 0.2),
        inset 0 0 8px rgba(184, 27, 80, 0.1);
    /* padding: 20px;*/
    /* margin: 20px;*/
    border-radius: 8px;
    background-color: white;
}

.divblanco div,
.divblanco input,
.divblanco p {
    margin-bottom: 0.7em;
}

.divblanco>.input-group>img {
    max-height: 37.6px;
}

.message-ini-document {
    width: 60%;
    /*font-size: 0.8em;*/
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 1.5em;*/
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: #ECEDEF;
    font-family: "Poppins", Arial;
    color: #000000;

    border-radius: 15px;
    border: 2px solid #C2C2C4;
}

.divgranate {
    width: 95%;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: #ECEDEF;
    font-family: "Myriad Pro", Arial;
    color: #000000;

    border-radius: 15px;
    border: 2px solid #C2C2C4;
}

.divgranate-valido {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    /*	background: #ECEDEF; */
    font-family: "Poppins", Arial;
    color: #000000;

    border-radius: 15px;
    /*    border: 2px solid #C2C2C4;   */
}

.divgranate2 {
    width: 95%;
    font-size: 0.8em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: #C2C2C4;
    font-family: "Poppins", Arial;
    color: #000000;

    border-radius: 15px;
    border: 2px solid #C2C2C4;
}

.divgranate3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: #F8F8FF;
    font-family: "Poppins", Arial;
    color: #000000;

    border-radius: 15px;
    border: 2px solid #C2C2C4;
}

.botonGrande {
    width: 60%;
    height: 3em;
}

.divgranateBoton {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #971c4c;
    font-family: "Poppins", Arial;
    color: #000000;
    border-radius: 8px;
    padding: 10px;

    /* Add shadow effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    /* Add hover effect */
    transition: all 0.3s ease;
}

.divgranateBoton:hover {
    background: #A40E43;
    /* Darker shade for hover effect */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    /* Slight lift effect */
}

.divgranateBoton2 {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    background: #971c4c;
    font-family: "Poppins", Arial;
    color: #000000;

    border-radius: 4px;
    padding: 4px;
}



.btn-danger {
    color: #ffffff;
    font-family: "Poppins", Arial;
    background-color: #971c4c;
    border-color: #971c4c;
}

.btn-danger:hover {
    color: #fff;
    font-family: "Poppins", Arial;
    background-color: #971c4c;
    border-color: #971c4c;
}

.divblanco {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ffffff;
    background: #ffffff;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;

    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.titnegrogrande {
    font-family: "Poppins", Arial;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    margin: auto;
}

.titnegropeque {
    font-size: 0.8em;
}

.titnegrochico {
    font-family: "Poppins", Arial;
    color: #000000;
    font-size: 13px;
}

a:link {
    color: #fefefe;
    text-decoration: none;
}

a:visited {
    color: #fefefe;
    text-decoration: none;
}

a:hover {
    color: #fefefe;
    text-decoration: none;
}

a:active {
    color: #fefefe;
    text-decoration: none;
}


a.refrescar:link {
    color: #000000;
    text-decoration: none;
}

a.refrescar:visited {
    color: #000000;
    text-decoration: none;
}

a.refrescar:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.refrescar:active {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

a.comunicado:link {
    color: #ff4a4a;
    text-decoration: none;
}

a.comunicado:visited {
    color: #ff4a4a;
    text-decoration: none;
}

a.comunicado:hover {
    color: #ff4a4a;
    text-decoration: none;
}

a.comunicado:active {
    color: #ff4a4a;
    text-decoration: none;
}

.center {
    margin: auto;
    width: 730px;
    margin-bottom: 1em;
}

.subrayado {
    text-decoration: underline;
}

/*
.table-bordered {
    border: 2px solid #d9185f;
    background-color: #FFFFFF;    
}
*/

.table-bordered2>tbody>tr>td {
    border: 2px solid #d9185f;
}

.img-header-logo-login {
    height: 70px;
    width: 60%;
    border: 2px solid #C2C2C4;
    border-radius: 15px;
    box-shadow:
        0 0 10px rgba(194, 194, 196, 0.3),
        0 0 20px rgba(194, 194, 196, 0.2),
        inset 0 0 8px rgba(194, 194, 196, 0.1);
}

.img-header-logo-notificacion {
    height: 70px;
    /*width:100%;*/
    border: 2px solid #C2C2C4;
    border-radius: 15px;
    box-shadow:
        0 0 10px rgba(194, 194, 196, 0.3),
        0 0 20px rgba(194, 194, 196, 0.2),
        inset 0 0 8px rgba(194, 194, 196, 0.1);
}

.img-header-logo {
    height: 70px;
    width: 60%;
    /*	border: 2px solid #C2C2C4;*/
    border-radius: 15px;
    /*	box-shadow:
      0 0 10px rgba(194, 194, 196, 0.3),
      0 0 20px rgba(194, 194, 196, 0.2),
      inset 0 0 8px rgba(194, 194, 196, 0.1);*/
}

header {
    margin-top: 1em;
}

.height-img {
    border: 1px solid #C2C2C4;
}

.doc-enabled {
    padding-left: 0px;
}

.doc-enabled-title {
    background-color: white;
    padding: 0.5em;
    margin-bottom: 0;
}

.doc-enabled>.row>.doc-abreviatura {
    width: 4em;
}

.w-20 {
    width: 20% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.fs-sm {
    /* font-size: 1rem * .875 !important;*/
    font-size: small;
    font-family: 'Poppins';
}

.fs-7 {
    font-size: 0.75rem !important;
}

.mb-xs {
    margin-bottom: 0.625rem !important;
}

.mt-lg {
    margin-top: 1.25rem !important;
}

.pl-xl {
    padding-left: 1.875rem !important;
}

.pb-lg {
    padding-bottom: 1.25rem !important;
}

.text-justify {
    text-align: justify !important;
}

#modalInabif .modal-body {
    height: 390px;
}

#cmh-toast-container.toast-container {
    position: fixed !important;
}

#cmh-toast-container.toast-container .toast-body {
    color: rgba(33, 37, 41, 0.75);
    background-color: rgba(255, 255, 255, 0.85);
}

.bg-danger-ofis {
    --bs-bg-opacity: 1;
    background: #971c4c !important;
}

.border-danger-ofis {
    --bs-border-opacity: 1;
    border-color: #971c4c !important;
}

.btn-danger-ofis {
    font-family: "Poppins", Arial !important;
    /*background-color: #971c4c !important;
    border-color: #971c4c !important;*/
    --bs-btn-color: #fff;
    --bs-btn-bg: #971c4c;
    --bs-btn-border-color: #971c4c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #971c4c;
    --bs-btn-hover-border-color: #971c4c;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #971c4c;
    --bs-btn-active-border-color: #971c4c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #971c4c;
    --bs-btn-disabled-border-color: #971c4c;
}

.f-t-ofis {
    font-family: "Poppins" !important;
}

.f-st-ofis {
    font-family: "Poppins", Arial !important;
}

.f-b-ofis {
    font-family: "Poppins", Arial !important;
}

.text-bg-danger-ofis {
    color: #fff !important;
    background-color: #971c4c !important;
}

@media (min-width: 768px) {

    /* --bs-breakpoint-md */
    .fs-md-sm {
        font-size: small !important;
    }
}

.btn-aceptar {
    background-color: #971c4c !important;
}

.btn-no-aceptar {
    background-color: #0088c2 !important;
}

.btn-grey-50 {
    background-color: #9D9D9C !important;
}

.btn-grey-30 {
    background-color: #C6C6C6 !important;
}

.font-negrita {

    font-weight: bold;

}

.form-select {
    font-family: 'Poppins', sans-serif;
    font-size: small !important;
    /* font-size: 14px; */
}

/* NUEVOS ESTILOS */

table>thead {
    vertical-align: middle !important;
    text-align: center !important;
}

/* Estilos adicionales para la ventana modal */
#qrModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.modal-title {
    font-family: "Poppins", Arial !important;
}

#qrModal .modal-header {
    background-color: #971c4c;
    color: white;
    border-bottom: none;
}

#qrModal .modal-body {
    padding: 20px;
    text-align: center;
}

.instructions {
    color: #6c757d;
    font-size: 0.95rem;
    text-align: left;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #971c4c;
}

.instructions h6 {
    color: #971c4c;
    margin-bottom: 10px;
}

.instructions ol {
    padding-left: 20px;
    margin-bottom: 0;
}

.instructions li {
    margin-bottom: 8px;
}

.modal-footer {
    border-top: none;
    background-color: #f8f9fa;
    justify-content: start;
}

.separator {
    text-align: center;
    margin: 10px 0;
    position: relative;
}

.separator::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #dee2e6;
    z-index: 1;
}

.separator span {
    background-color: white;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    color: #6c757d;
    font-size: 0.9rem;
}

.home-card {
    background: white;
    border-radius: 1rem;
    border: 2px solid #971c4c;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.info-box {
    background: #f8f9fa;
    border-left: 4px solid #971c4c;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.cse-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-weight: 600;
    margin: 0.25rem;
}

.badge-no-pobre {
    background: #28a745;
    color: white;
}

.badge-pobre {
    background: #ffc107;
    color: #212529;
}

.badge-pobre-extremo {
    background: #dc3545;
    color: white;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ule-card {
    background: #f8f9fa;
    border-radius: 0.75rem;
    padding: 1.5rem;
}

/* Estilos para la sección de fachada y progreso - MEJORADO */
.fachada-container {
    margin: 20px 0;
    border: 2px solid #971c4c;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.fachada-placeholder {
    width: 100%;
    height: 250px;
    background: linear-gradient(45deg, #e9ecef 25%, transparent 25%),
        linear-gradient(-45deg, #e9ecef 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #e9ecef 75%),
        linear-gradient(-45deg, transparent 75%, #e9ecef 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fachada-placeholder::before {
    content: "FOTO DE LA FACHADA";
    color: #6c757d;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.fachada-placeholder::after {
    content: "Imagen ilustrativa";
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.8rem;
}


@media (max-width: 576px) {
    .fachada-placeholder {
        height: 200px;
    }
}

/* ESTILOS PARA LOS CÍRCULOS DE ESTADO DE TRÁMITE */
.estado-tramite-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 30px 0;
    padding: 0 10px;
}

.estado-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    text-align: center;
}

.estado-circulo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9ecef;
    border: 3px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.estado-circulo i {
    font-size: 1.3rem;
    color: #6c757d;
    transition: all 0.3s ease;
}

.estado-circulo.activo {
    background-color: #f7b500;
    border-color: #f7b500;
    box-shadow: 0 0 15px #f7b500 (151, 28, 76, 0.5);
    transform: scale(1.1);
}

.estado-circulo.activo i {
    color: white;
}

.estado-circulo.solicitud {
    background-color: #0088c2;
    border-color: #0088c2;
}

.estado-circulo.solicitud i {
    color: white;
}

.estado-circulo.completado {
    background-color: #69b42d;
    border-color: #69b42d;
}

.estado-circulo.completado i {
    color: white;
}

.estado-circulo.pendiente {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.estado-circulo.pendiente i {
    color: #adb5bd;
}

.estado-nombre {
    font-family: "Poppins", Arial;
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
    margin-top: 5px;
}

/* Línea conectora entre círculos */
.estado-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 25px;
    right: -50%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #dee2e6 0%, #dee2e6 100%);
    z-index: 1;
}



/* Responsive para móviles */
@media (max-width: 576px) {
    .estado-circulo {
        width: 40px;
        height: 40px;
    }

    .estado-circulo i {
        font-size: 1.1rem;
    }

    .estado-nombre {
        font-size: 0.75rem;
    }

    .estado-item:not(:last-child)::after {
        top: 20px;
    }
}

.btn-down {
    background: #575756;
    border: #575756;
}

.btn-down:hover {
    background: #403e3e;
    border: #403e3e;
}

.tabs-container {
    margin-bottom: 0px;
}

.tabs-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-item {
    flex: 1;
}

.tab-button {
    width: 100%;
    padding: 10px 10px;
    border: none;
    background: none;
    color: #971c4c;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    border-bottom: 3px solid transparent;
    font-family: inherit;
    border-color: #971c4c !important;
}

.tab-button:hover {
    color: #971c4c;
    background-color: #f8f9fa;
}

.tab-button.active {
    color: white;
    border-bottom: 3px solid #971c4c;
    background-color: #971c4c;
    border-radius: var(--bs-border-radius-lg) !important;
}

.tab-content {
    display: none;
    padding: 5px 0;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tab-icon {
    margin-right: 8px;
    font-size: 1.2rem;
}

/* Estilos para el mapa */
.map-container {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    background-color: #f8f9fa;
    margin-bottom: 15px;
}

.coordenadas-box {
    background-color: white;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.coordenadas-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.coordenadas-label {
    font-weight: 600;
    color: #495057;
    background-color: #e9ecef;
    padding: 4px 8px;
    border-radius: 4px;
}

.coordenadas-valor {
    font-family: monospace;
    font-size: 1rem;
    color: #971c4c;
    font-weight: 600;
}

.map-placeholder {
    background: linear-gradient(45deg, #e9ecef 25%, transparent 25%),
        linear-gradient(-45deg, #e9ecef 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #e9ecef 75%),
        linear-gradient(-45deg, transparent 75%, #e9ecef 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 200px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
    border: 2px solid #dee2e6;
}

.map-placeholder::before {
    content: "UBICACIÓN DE LA VIVIENDA";
    color: #6c757d;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.map-placeholder::after {
    content: "Simulación de coordenadas";
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.8rem;
}

/* Clases personalizadas para mantener la identidad corporativa */
.form-control-ofis {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    font-size: 1rem;
}

.form-control-ofis:focus {
    border-color: #971c4c;
    outline: none;
}

.form-control-ofis:read-only {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
}

.check-container {
    border: 2px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
}

.form-check-ofis {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.form-check-ofis:last-child {
    margin-bottom: 0;
}

.form-check-ofis input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

/* Para que las columnas tengan la misma altura */
.h-100 {
    height: 100% !important;
}

/* Estilos para los enlaces */
.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-none:hover {
    text-decoration: underline !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* Colores para íconos */
.text-success {
    color: #69b42d !important;
}

.text-primary {
    color: #0d6efd !important;
}

.text-danger {
    color: #971c4c !important;
}

.text-info {
    color: #0dcaf0 !important;
}

/* Estilo para alert-info-ofis si no existe */
.alert-info-ofis {
    background-color: #e7f1ff;
    border-left: 4px solid #0d6efd;
    padding: 0.75rem;
    border-radius: 0.25rem;
    color: #052c65;
    font-size: 0.875rem;
}

.fs7 {
    font-size: 0.70rem !important;
}

#modalAvisoVencimiento {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#modalAvisoVencimiento .modal-container {
    max-width: 550px;
    width: 90%;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#modalAvisoVencimiento .bg-light {
    background-color: #f8f9fa !important;
}

#modalAvisoVencimiento .small {
    font-size: 0.9rem;
}

#modalAvisoVencimiento ul {
    list-style: none;
    padding-left: 0;
}

#modalAvisoVencimiento ul li {
    margin-bottom: 0.5rem;
}

#modalAvisoVencimiento .modal-header {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modalAvisoVencimiento .modal-body {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
}

#modalAvisoVencimiento .modal-footer {
    padding: 15px 20px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

#modalAvisoVencimiento .modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

#modalAvisoVencimiento .modal-close:hover {
    opacity: 0.8;
}