.bg-volante-blue {
    background: #4285F3;
}

.bg-volante-red {
    background: #E94335;
}

.bg-volante-green {
    background: #34A753;
}

.bg-volante-yellow {
    background: #FABB05;
}

.bg-volante-blue-light {
    background: #A0C1F9;
}

footer {
    padding: 50px;
    text-align: center;
}

.footer-social img {
    width: 30px;
    margin: 0px 10px;
}

.footer-social img:hover {
    width: 40px;
}

.footer-final {
    text-align: center;
}
.hero-portal {
    background: linear-gradient(135deg, #0d1b2a, #1e2a3a);
}

.hero-card {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 24px;
    color: #0d1b2a;
}

.volante-card {
    border: 1px solid #e7e9ed;
    border-radius: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.volante-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.volante-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.volante-preview {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
}

.volante-hero {
    border: 1px solid #eef0f4;
}

.ficha-card {
    border-radius: 16px;
}

.contact-actions .btn {
    min-width: 210px;
}

@media (max-width: 576px) {
    .hero-card {
        text-align: center;
    }

    #ficha-volante .ratio {
        height: auto;
    }

    #ficha-volante dl dt,
    #ficha-volante dl dd {
        width: 100%;
        text-align: left;
    }

    .contact-actions {
        width: 100%;
        flex-direction: column;
    }

    .contact-actions .btn {
        width: 100%;
    }
}
