﻿.aboutus-hero {
    background: #f7fbfd;
    border: 1.5px solid #e6f0f7;
}

.aboutus-badge {
    background: #e6f0f7;
    color: #055479;
    font-size: 0.96rem;
    letter-spacing: 0.06em;
    border-radius: 1.2rem;
}

.aboutus-title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif; /* Esto es lo correcto */
    color: #055479;
    font-size: clamp(2.5rem, 7vw, 4.2rem);
    font-weight: 700;
    margin-bottom: 1.1rem;
    line-height: 1.1;
    text-shadow: 0 2px 24px rgba(0,0,0,0.35);
}

.aboutus-desc {
    font-size: 1.64rem;
    color: #3d4d5c;
    max-width: 600px;
}

.aboutus-feature {
    border: 1.5px solid #e6f0f7;
    background: #fff;
    transition: box-shadow .18s;
}

    .aboutus-feature:hover {
        box-shadow: 0 8px 24px rgba(10, 90, 130, 0.11);
    }

.aboutus-icon {
    background: #e6f0f7;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus-feature-title {
    color: #055479;
}

@media (max-width: 900px) {
    .aboutus-hero {
        flex-direction: column;
        text-align: center;
        padding: 2.2rem 1.2rem;
    }

    .aboutus-img {
        margin-right: 0 !important;
        margin-bottom: 2rem !important;
    }

    .aboutus-content {
        text-align: left !important;
    }

    .aboutus-image {
        max-width: 220px !important;
    }
}

.aboutus-block {
    min-height: 70vh; /* Ajusta según tu preferencia: 60vh, 80vh, etc. */
    display: flex;
    align-items: center;
}