.about-us-background {
    width: 100%;
    height: auto;
    background: url('../images/nosotros-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 11px black;
    padding: 26px;
    display: flex;
    align-items: center;
}

.about-us {
    width: 100%;
    background-color: #0000003d;
    color: white;
    padding: 26px;
}

.about-us h2 {
    margin: 0;
    margin-bottom: 32px;
}

.about-us p {
    color: white;
    margin: 0;
    padding: 0;
}

.fotogaleria-container {
    margin-top: 90px;
}

.map {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 10px;
    max-width: 400px;
}
.map.toright {
    float: right;
}

.map img {
    width: 100%;
}

.map.below {
    display: none;
}