article.pagina-quemsomos {
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 146%;
}

.w-quemsomos-texto {
    margin: 80px 7% 80px 80px;
}

article#quem-somos {
    background-color: #000;
}

.w-quemsomos-texto p {
    font-weight: 600;
}

.w-quemsomos-texto p strong {
    font-size: 18px;
    font-weight: 900;
}

.w-quemsomos-destacada {
    height: 100%;
    min-height: 100%;
    float: left;
    display: block;
    overflow: hidden;
}
.w-quemsomos-destacada img {
    height: 100% !important;
    object-fit: cover;
}
.flex-row.center {
    /* align-items: stretch; */
    /* justify-content: stretch; */
}

.w-quemsomos-content > div {
    /* align-items: stretch; */
}


.pagina-quemsomos.foto-fundo {
    background-attachment: fixed;
    background-size: contain;
    background-repeat-x: no-repeat;
    background-position: center left;
    height: 100vh;
    margin-top: -185px;
}
.w-quemsomos-content div:nth-child(1) {
    padding-right: 44px;
}
.w-quemsomos-content h3 {font-weight:700; font-size:24px}
.w-quemsomos-content h3 strong {font-weight:900; color: #a6874e}
.w-quemsomos-content div:nth-child(1) p {
    
    text-align: left;
    font-weight: 600;
}
@media screen and (max-width: 700px) {
	.pagina-quemsomos .destacada { margin-bottom: 20px;}
	article#quem-somos {
    margin: 0;
    height: auto;
    /* padding: 20px 0; */
}
	.w-quemsomos-texto {
    padding: 20px;
    margin: 0;
}
	.w-quemsomos-texto > div:before {
		left:50%;
		transform: translateX(-50%)
	}
.pagina-quemsomos.foto-fundo { background-size: cover;}
.w-quemsomos-content div:nth-child(1) {
    padding-right: 0 !important;
}
}