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

.w-quemsomos-texto {
    padding: 0px 0 0px 88px;
}

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

.w-quemsomos-texto p,
.w-quemsomos-texto li {
    font-weight: 600;
	color:#000;
	font-size:16px
}

.w-quemsomos-texto p strong {
    font-size: 18px;
    font-weight: 900;
}
.w-quemsomos-content ul {margin:22px}
.w-quemsomos-content li {padding:3px;}
.w-quemsomos-content li:before {
	font-family: "Ionicons";
    content: "\f21b";
    font-size: 9px;
    color: #0CA5AB;
    padding-right: 9px;
    margin-left: -16px;
}
.w-quemsomos-destacada {
    height: 0;
    display: flex;
    overflow: hidden;
    padding: 0px 0px 39% 0 !important;
    position: relative;
    width: 41%;
}
.w-quemsomos-destacada img {
    width: 92% !important;
    object-fit: contain;
    position: absolute;
    height: 94% !important;
}
.w-quemsomos-destacada span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0CA5AB;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 33px;
    flex-direction: column;
    border-radius: 22px 0;
	 /* Remove border-radius para bordas retas */
    border-radius: 0;

    /* Cria o chanfro no canto superior direito */
    clip-path: polygon(
        0 0,              /* top-left */
        calc(100% - 30px) 0, /* chanfro começa 10px antes do topo direito */
        100% 30px,        /* chanfro desce até 10px */
        100% 100%,        /* bottom-right */
        0% 100%           /* bottom-left */
    );
}

.w-quemsomos-destacada span p {
    line-height: 120%;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    font-size: 25px;
    color: #fff;
    font-weight: 300 !important;
}

.w-quemsomos-destacada span p strong {
    font-weight: 800;
    font-size: 33px;
}
.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: 0;
    justify-content: flex-start;
    align-items: center;
}
.w-quemsomos-content h3 {font-weight:700; font-size:24px}
.w-quemsomos-content h3 strong {font-weight:900; color: #0CA5AB}
.w-quemsomos-content div:nth-child(1) p {
    
    text-align: left;
    font-weight: 600;
}
@media screen and (max-width: 700px) {
.w-quemsomos-destacada { 
	margin-bottom: 20px;
	padding-right: 0 !important;
    width: 100%;
    max-width: 600px;
    padding-bottom: 100% !important;
}
	article#quem-somos {
    margin: 0;
    height: auto;
    /* padding: 20px 0; */
}
	.w-quemsomos-texto {
    padding: 6px;
    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) {

}
}