/* estilos de footer */
.footer {
    background: #0A2647;
    color: #FFFFFF;
    padding: 10px 0;
    font-family: 'Arial', sans-serif;
}

.footer a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #FFA500;
}

.footer .social-links a {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.footer .social-links a:hover {
    transform: translateY(-5px);
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.8;
}

.footer .footer-links ul li {
    margin-bottom: 8px;
}

.footer .footer-links ul li a {
    display: flex;
    align-items: center;
}

.footer .footer-links ul li a i {
    margin-right: 6px;
}

.footer .footer-hours .opening-hours {
    background: #144272;
    padding: 12px;
    border-radius: 8px;
}

.footer .footer-hours .hours-item {
    padding: 6px 0;
    border-bottom: 1px solid #3a4a58;
}

.footer .footer-hours .hours-item:last-child {
    border-bottom: none;
}

.footer .badge {
    background: #FFD700;
    color: #0A2647;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85em;
}

.footer .copyright {
    border-top: 1px solid #3a4a58;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em;
}

.footer .credits a {
    color: #FF6B6B;
    text-decoration: none;
}

.footer .credits a:hover {
    color: #FFFFFF;
}



/* estilos de citas */

    /* CSS para el estilo del campo de búsqueda */
    .custom-search-input {
    color: #0A2647 !important;
    background-color: #F8F9FA !important; /* Fondo más suave */
    border: 2px solid #0A2647 !important;
    border-radius: 50px; /* Bordes completamente redondeados */
    padding: 12px 24px; /* Espaciado más cómodo */
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
}

.custom-search-input:focus {
    background-color: #0A2647 !important;
    color: #FFC107 !important;
    border-color: #FFC107 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(10, 38, 71, 0.2);
}

.custom-search-input::placeholder {
    color: #6c757d !important;
    opacity: 0.7;
}

.custom-search-input:active {
    transform: translateY(0);
    box-shadow: none;
}



/* Diseño para tablas y botones */
        .custom-pdf-btn {
            color: #FFC107 !important;
            border: 2px solid #0A2647 !important;
            background-color: #0A2647 !important; /* Relleno sólido por defecto */
            transition: all 0.3s ease;
            font-weight: 600;
            border-radius: 20px;
            padding: 8px 20px;
            position: relative;
            overflow: hidden;
        }
    
        .custom-pdf-btn:hover {
            background-color: transparent !important;
            color: #FFC107 !important;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(10, 38, 71, 0.3);
        }
    
        .custom-pdf-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(
                120deg,
                transparent,
                rgba(255, 255, 255, 0.3),
                transparent
            );
            transition: all 0.5s;
        }
    
        .custom-pdf-btn:hover::before {
            left: 100%;
        }
    
        .custom-pdf-btn:active {
            transform: translateY(0);
            box-shadow: none;
        }
    
        .custom-pdf-btn i {
            margin-right: 8px;
            color: inherit;
        }
  
  
    /* Estilos para los botones personalizados */
    .custom-pdf-btn {
        color: #FFC107 !important;
        border: 2px solid #0A2647 !important;
        background-color: #0A2647 !important; /* Relleno sólido por defecto */
        transition: all 0.3s ease;
        font-weight: 600;
        border-radius: 20px;
        padding: 8px 20px;
        position: relative;
        overflow: hidden;
    }

    .custom-pdf-btn:hover {
        background-color: transparent !important;
        color: #FFC107 !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(10, 38, 71, 0.3);
    }

    .custom-pdf-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            120deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent
        );
        transition: all 0.5s;
    }

    .custom-pdf-btn:hover::before {
        left: 100%;
    }

    .custom-pdf-btn:active {
        transform: translateY(0);
        box-shadow: none;
    }

    .custom-pdf-btn i {
        margin-right: 8px;
        color: inherit;
    }

    /* Estilos para la tabla elegante */
    .table-elegant {
        border-radius: 8px;
        overflow: hidden;
        background-color: #FFFFFF;
        border: 1px solid #E0E0E0;
    }

    .table-elegant thead th {
        background-color: #2C3E50;
        color: #FFFFFF;
        font-weight: 600;
        border-bottom: 2px solid #34495E;
    }

    .table-elegant tbody tr {
        transition: background-color 0.3s ease;
    }

    .table-elegant tbody tr:hover {
        background-color: #F5F5F5;
    }

    /* Estilos para los botones elegantes */
    .btn-elegant {
        background-color: #2C3E50;
        border-color: #2C3E50;
        color: #FFFFFF;
        transition: all 0.3s ease;
    }

    .btn-elegant:hover {
        background-color: #34495E;
        border-color: #34495E;
        transform: translateY(-2px);
    }

    /* Estilos para los badges de estado */
    .badge-estado {
        font-size: 0.9em;
        padding: 0.5em 0.75em;
        border-radius: 20px;
    }

    /* Estilos para SweetAlerts */
    .swal2-title {
        color: #0A2647 !important;
        font-weight: 600;
    }

    .swal2-confirm {
        background-color: #0A2647 !important;
        border: 2px solid #0A2647 !important;
    }

    .swal2-cancel {
        background-color: #FFC107 !important;
        border: 2px solid #FFC107 !important;
        color: #0A2647 !important;
    }
    
    /* estilos de crear citas */
    /* Estilos para el formulario */
    .bg-white {
        background-color: #FFFFFF; /* Fondo blanco */
        border: 1px solid #E0E0E0; /* Borde sutil */
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Sombra suave */
    }

    .form-control-lg, .form-select-lg {
        padding: 0.75rem 1rem; /* Espaciado interno */
        font-size: 1rem; /* Tamaño de fuente */
        border: 1px solid #E0E0E0; /* Borde sutil */
        border-radius: 8px;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .form-control-lg:focus, .form-select-lg:focus {
        border-color: #2C3E50; /* Borde azul oscuro al enfocar */
        box-shadow: 0 0 8px rgba(44, 62, 80, 0.1); /* Sombra sutil */
    }

    /* Estilos para los botones */
    .btn-primary {
        background-color: #2C3E50; /* Azul oscuro */
        border: 1px solid #2C3E50;
        color: #FFFFFF; /* Texto blanco */
        font-weight: 600;
        padding: 0.75rem 1.5rem;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .btn-primary:hover {
        background-color: #34495E; /* Azul oscuro más claro */
        border-color: #34495E;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(44, 62, 80, 0.2); /* Sombra al hover */
    }

    .btn-outline-dark {
        border: 1px solid #2C3E50; /* Borde azul oscuro */
        color: #2C3E50; /* Texto azul oscuro */
        font-weight: 600;
        padding: 0.75rem 1.5rem;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .btn-outline-dark:hover {
        background-color: #2C3E50; /* Fondo azul oscuro */
        color: #FFFFFF; /* Texto blanco */
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(44, 62, 80, 0.2); /* Sombra al hover */
    }

    /* Estilos para el título */
    h1 {
        font-size: 2rem;
        color: #2C3E50;
        margin-bottom: 2rem;
    }

    /* Estilos para el contador de caracteres */
    .text-muted {
        font-size: 0.875rem;
        color: #6c757d;
    }


    

    