html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto !important;
}

.badge{
    cursor:default;
}

.title{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3em; 
    color: #333; 
    text-align: center; 
    padding-bottom: 10px; 
    border-bottom: 2px solid #333;
}

.title2{
    font-size: 2em;
    color: #007BFF; 
    border-bottom-style: dotted; 
    border-bottom-width: 3px;
    padding-bottom: 5px;
    display: inline-block; 
}

.badge.badge-fisica,
.badge.badge-juridica {
    display: inline-block !important;
    padding: 0.4rem 0.6rem !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    border-radius: 0.5rem !important;
}

/* Física */
.badge.badge-fisica {
    background-color: #198754 !important; 
    color: #fff !important;
}

/* Jurídica */
.badge.badge-juridica {
    background-color: #6f42c1 !important; 
    color: #fff !important;
}

/* Hover */
.badge.badge-fisica:hover,
.badge.badge-juridica:hover {
    opacity: 0.85;
    transition: 0.2s ease-in-out;
}

.zoomable-image {
    transition: transform 0.2s ease, filter 0.2s ease;
}
 
.zoomable-image:hover {
    transform: scale(1.03);
    filter: brightness(0.9);
}
