body {
    font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color: #F1F6FA;
}

p .area{
    margin: auto;
}
.activos-hero {
    background: #031233;
    color: #ffffff;
    padding: 160px 0 56px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activos-hero .container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.activos-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

.activos-hero-content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.activos-hero-title {
    margin: 0;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.activos-hero-description {
    margin: 16px auto 0;
    max-width: 640px;
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.95;
    color: #ffffff;
}

.activos-main {
    margin-top: 60px;
    margin-bottom: 80px;
}

html,
.gallery-img {
    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}

.gallery-overlay {
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.primary-menu {
    text-transform: uppercase;
    color: #0C3376;
    font-weight: 705;
    opacity: 0.6;
    font-size: smaller;
    background-color: transparent;
}

.primary-menu:hover {
    opacity: 1;
}

.navbar-btn {
    text-transform: uppercase;
    font-weight: 700;
}

.title {
    text-align: center;
    text-transform: uppercase;
    color: #0C3376;
}

.boton {
    text-transform: uppercase;
    font-size: small;
    font-weight: 750;
}

@media (max-width: 768px) {
    .activos-hero {
        padding: 130px 0 44px;
    }

    .activos-hero-title {
        font-size: 2.1rem;
    }

    .activos-hero-description {
        font-size: 1rem;
        padding: 0 12px;
    }

    .activos-main {
        margin-top: 28px;
    }
}
