/* Topbar Institucional UFV */
.topbar-institution {
    background-color: #2c0f0f;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.topbar-institution .topbar-left {
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.topbar-institution .topbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.topbar-institution .topbar-right a, 
.topbar-institution a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    margin-left: 25px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
/* v2 - fix double line */
.topbar-institution a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}
.topbar-institution a:hover {
    color: #fff;
}
.topbar-institution a:hover::after {
    width: 100%;
}
.topbar-institution i {
    margin-right: 6px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    transition: color 0.3s ease;
}
.topbar-institution a:hover i {
    color: #fff;
}

.hero-institution {
    background: linear-gradient(135deg, #6b2424 0%, #4a1919 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.hero-institution::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('/img/fundo-patrimonial/wave-bg.png') no-repeat right center;
    background-size: contain;
    opacity: 0.1;
    pointer-events: none;
}
.inst-logo-lg {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: inline-block;
    margin-bottom: 30px;
}
.inst-logo-lg img {
    height: 100px;
    width: auto;
}
.btn-donate {
    background-color: #ffc107;
    color: #000;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}
.btn-donate:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
    color: #000;
}
.card-info-inst {
    border: none;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    margin-top: -60px;
    background: #fff;
}
.inst-accent-bar {
    height: 5px;
    width: 100px;
    background: #004892;
    margin: 20px 0;
}

/* Footer Institucional UFV */
.footer-institution {
    background-color: #6b2424; /* UFV Red */
    color: #ffffff;
    padding: 60px 0 40px;
    font-family: 'Montserrat', sans-serif;
}
.footer-institution strong {
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.footer-institution ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-institution ul li {
    margin-bottom: 12px;
}
.footer-institution ul li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s;
}
.footer-institution ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

/* Footer Addresses Section */
.footer-addresses {
    background-color: #212121;
    color: #e0e0e0;
    padding: 50px 0;
    font-family: 'Montserrat', sans-serif;
}
.footer-addresses p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 0;
    color: #999;
    font-weight: 400;
}
.footer-addresses .campus-title {
    color: #ffffff;
    display: block;
    margin-bottom: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-addresses .campus-title:hover {
    color: #6b2424;
}
