﻿
.Noticias-hero {
    background: linear-gradient(135deg, #003366 0%, #004080 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

    .Noticias-hero h1 {
        font-family: 'Montserrat', 'Roboto Condensed', sans-serif;
        font-weight: 900;
        font-size: 3rem;
        margin-bottom: 1rem;
        color: white !important
    }

    .Noticias-hero p {
        font-size: 1.2rem;
        opacity: 0.9;
        max-width: 700px;
        margin: 0 auto;
    }

.calculator-section {
    background-color: var(--color-white);
    padding: 4rem 0;
}