/* Procedures Catalog Styles */
.transition-300 {
    transition: all 0.3s ease;
}

.hover-up:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}

.bg-burgundy-soft {
    background-color: rgba(122, 46, 61, 0.1);
}

.bg-warning-soft {
    background-color: rgba(255, 193, 7, 0.15);
}

.bg-danger-soft {
    background-color: rgba(220, 53, 69, 0.1);
}

.bg-info-soft {
    background-color: rgba(13, 110, 253, 0.1);
}

.text-burgundy {
    color: var(--primary-burgundy) !important;
}

.btn-burgundy {
    background-color: var(--primary-burgundy);
    color: white;
    border: none;
}

.btn-burgundy:hover {
    background-color: #5a1d2d;
    color: white;
}

.list-group-item-action:hover {
    background-color: transparent !important;
    color: var(--primary-burgundy) !important;
}

.list-group-item-action:focus,
.list-group-item-action.active {
    background-color: transparent !important;
    color: var(--primary-burgundy) !important;
    border: none !important;
    box-shadow: none !important;
}

.hover-burgundy:hover {
    color: var(--primary-burgundy) !important;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

/* Hero Section — Home del portal ciudadano */
.hero-home {
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-video {
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 2;
}

.hero-content {
    z-index: 3;
}

/* Busqueda hero — fondo glassmorphism */
.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

/* Procedure cards */
.procedure-card {
    transition: all 0.3s ease;
}

.procedure-card.hidden {
    display: none;
}

.shadow-sm-hover:hover {
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1) !important;
    transform: translateY(-5px);
}

.transition-all {
    transition: all 0.3s ease;
}

/* Card lateral de gestion del tramite */
.card-procedure-sidebar {
    top: 90px;
    z-index: 10;
}

.card-procedure-body {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Boton outline en color institucional */
.btn-outline-burgundy {
    border: 2px solid var(--primary-burgundy);
    color: var(--primary-burgundy);
    background: transparent;
}

.btn-outline-burgundy:hover {
    background-color: var(--primary-burgundy);
    color: white;
}

/* Header del catálogo de trámites (/procedures) */
.catalog-header {
    background: linear-gradient(rgba(122, 46, 61, 0.9), rgba(122, 46, 61, 0.9)), url('/img/portal_banner.png');
    background-size: cover;
    background-position: center;
}

/* Hero Home */
.hero-home {
    min-height: 400px;
    display: flex;
    align-items: center;
}

.hero-home .hero-video {
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-home .hero-overlay {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 2;
}

.hero-home .hero-content {
    z-index: 3;
}

.home-dashboard-container {
    margin-top: -3rem;
    z-index: 10;
}

.border-radius-xl {
    border-radius: 1.5rem;
}

.w-70px {
    width: 70px;
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

.bg-burgundy-soft {
    background-color: rgba(122, 46, 61, 0.08);
}

.shadow-sm-hover:hover {
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1) !important;
    transform: translateY(-5px);
}

.hover-burgundy:hover {
    color: var(--primary-burgundy) !important;
}

.procedure-card {
    transition: all 0.3s ease;
}

.procedure-card.hidden {
    display: none;
}

.transition-all {
    transition: all 0.3s ease;
}