/* Estilos para a página Patrimônio Vivo */
.bg-golden-yellow {
    background-color: #ffd700;
}

.text-golden-yellow {
    color: #d4af37;
}

.pricing-table:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.transform-scale-1-05 {
    transform: scale(1.05);
}

.btn-link {
    margin-top: 0 !important;
}

.hover-box-shadow-large:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.list-style-04 li span.text-sky-blue {
    font-size: 2.5rem;
    line-height: 1;
}

.icons-patrimonio-vivo .feature-box-icon i {
    font-size: 28px;
    color: var(--color1);
}

.color-bronze {
    color: #997350;
}

.bg-bronze {
    background: #997350;
}

.bg-bronze-b {
    background: #69411e;
}

.color-prata {
    color: #878787;
}

.bg-prata {
    background: #878787;
}

.bg-prata-b {
    background: #727272;
}

.color-ouro {
    color: #e1b45b;
}

.bg-ouro {
    background: #e1b45b;
}

.bg-ouro-b {
    background: #a78024;
}

@media (max-width: 991px) {
    .transform-scale-1-05 {
        transform: scale(1);
    }
}