
.nosotros-banner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.nosotros-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Contenido de Nosotros */
.nosotros {
    background-color: #ffffff;
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.nosotros h1 {
    font-size: 36px;
    color: #2D3436;
    text-align: center;
    margin-bottom: 40px;
}

.nosotros h2 {
    font-size: 28px;
    color: #2D3436;
    margin-bottom: 20px;
}

.nosotros p {
    font-size: 18px;
    color: #7B8A8B;
    margin-bottom: 30px;
    line-height: 1.7;
}

.nosotros section {
    margin-bottom: 60px;
}
