﻿.quienes-somos-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
    color: #333;
    margin-top: 2%;
}

.page-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #3182ce;
    padding-bottom: 15px;
}

    .page-header h1 {
        color: #2c5282;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 10px;
    }

.content-section {
    line-height: 1.6;
}

    .content-section h2 {
        color: #3182ce;
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .content-section p {
        margin-bottom: 20px;
        font-size: 16px;
        text-align: justify;
    }

.signature {
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .quienes-somos-container {
        padding: 20px 15px;
    }

    .page-header h1 {
        font-size: 28px;
    }

    .content-section h2 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .page-header h1 {
        font-size: 24px;
    }

    .content-section h2 {
        font-size: 20px;
    }

    .content-section p {
        font-size: 15px;
    }
}
