@charset "utf-8";
article#numeros {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 80px 7%;
    max-width: 1920px;
    margin: 0 auto;
}
.w-numeros-card > div {
    color: #403c39;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 120%;
    width: 100%;
    display: block;
    text-align: center;
}

.w-numeros-card h3 {
    font-size: 66px;
    font-weight: normal;
    color: #403c39 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    padding: 0 !important;
    position: relative;
    left: -6px;
    width: 142px;
    text-align: center;
    justify-content: center;
    font-style: italic;
	font-family: 'DM Serif Display', serif;
}

.w-numeros-card h3 span.mais {
    font-size: 35px;
    line-height: 0;
    color: #e65831;
    font-weight: 900;
}
.w-numeros-card h3 span.porcentagem {
    font-size: 35px;
    line-height: 0;
    color: #e65831;
    font-weight: 900;
	display:none;
}
.w-numeros-card h3 span.letrak {
    font-size: 35px;
    line-height: 0;
    color: #e65831;
    font-weight: 900;
	display:none;
}

#numeros > div:last-child span.porcentagem { display:none}
#numeros > div:last-child span.mais {/* display:none; */}

#numeros > div:nth-child(3) span.letrak { display:block}

#numeros > div:nth-child(5) span.porcentagem { display:block}
#numeros > div:nth-child(5) span.mais { display:none}

#numeros > div:nth-child(5) > h3 {left:0}
#numeros > div:nth-child(6) > h3 {left:0}

/*------------------------------------------------------------ */
/* ------------------------- MOBILE -------------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 700px) {
	.w-numeros-card h3 {font-size: 34px !important; left: -3px; width: auto;}
	.w-numeros-card {margin-bottom: 36px;width: 50%;}
	article#numeros {  background-position: center;padding: 80px 11px 80px 11px !important;flex-wrap: wrap;flex-direction: unset;justify-content: center;}
	.w-numeros-card > div { font-size:14px}
}