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

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

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

.w-quemsomos-destacada {
    height: 100%;
    min-height: 100%;
    float: left;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
}
.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: 60%;
    background-repeat-x: no-repeat;
    background-position: center left;
    margin-top: 0;
    position: relative;
    padding: 80px 0;
}
.pagina-quemsomos.foto-fundo:before {
    content: "";
    display: block;
    width:100%;
    height:100%;
    background-color:#fff;
    position:absolute;
    clip-path: polygon(23% 84%, 60% 0%, 100% 100%, 0% 100%, 0% 32%);
    top: 0;
    left: 0;
}
.w-quemsomos-content div:nth-child(1) {  position: relative;}
.pagina-quemsomos.foto-fundo h2.widget-title {position:absolute;left: 40%;top: 29%;transform: translate(-50%, -50%);}
.w-quemsomos-content div:nth-child(2) {
    padding: 0 7%;
}
.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-size: 22px;
    color: #1c1c1c !important;
    /* font-weight: 100; */
    line-height: 120%;
    margin: 22px 0 !important;
    padding: 0;
    text-align: left !important;
}
.w-quemsomos-texto p strong {
    font-size: 22px;
    font-weight: 900;
}
@media screen and (max-width: 700px) {
	.pagina-quemsomos .destacada { margin-bottom: 20px;}
	article#quem-somos {
    margin: 0;
    height: auto;
    /* padding: 20px 0; */
    background-size: 100% 333px;
    background-position: top;
    background-attachment: scroll;
}
	.pagina-quemsomos.foto-fundo h2.widget-title {color: #00447d !important;position: initial;left: 0;top: 29%;transform: unset;padding-left: 22px !important;}
	.pagina-quemsomos.foto-fundo:before {display: none}
	.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;
}
	.w-quemsomos-destacada {
		height: 33vh !important;
		max-height: 50vh !important;
		min-height: unset;
		overflow: hidden;
	}
}