.grelhaCardsSection{background-color:var(--section-bg,transparent)}.grelhaCardsSection .grelhaLista{max-width:1400px;margin:0 auto;padding:40px 24px}.grelhaCardsSection .grelhaLista .grelhaLista-layout{display:grid;grid-template-columns:35% 55%;gap:60px;align-items:center;justify-content:center}.grelhaCardsSection .grelhaLista .grelhaLista-left{align-self:center}.grelhaCardsSection .grelhaLista .grelhaLista-left .titulo{font-family:Ubuntu-Medium;color:var(--cor-titulo);font-size:50px;font-weight:600}.grelhaCardsSection .grelhaLista .grelhaLista-left .texto{font-family:Ubuntu-Regular,sans-serif;color:var(--cor-texto);font-size:18px;margin-top:18px}.grelhaCardsSection .grelhaLista .grelhaLista-left .texto p{margin-bottom:0}.grelhaCardsSection .grelhaLista .grelhaLista-right{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 36px}.grelhaCardsSection .grelhaLista .grelhaLista-item:last-child:nth-child(odd){grid-column:1/-1}.grelhaCardsSection .grelhaLista .grelhaLista-item{display:flex;gap:18px;align-items:flex-start;padding:22px 24px;border-radius:18px;transition:transform .25s ease,box-shadow .25s ease;background:var(--item-bg)}.grelhaCardsSection .grelhaLista .grelhaLista-item:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.12)}.grelhaCardsSection .grelhaLista .grelhaLista-numero{font-family:Ubuntu-Bold,sans-serif;font-size:15px;line-height:1;margin-top:2px;flex:0 0 auto;color:var(--item-title-color)}.grelhaCardsSection .grelhaLista .grelhaLista-conteudo{flex:1}.grelhaCardsSection .grelhaLista .grelhaLista-titulo{font-family:Ubuntu-Bold,sans-serif;font-size:18px;margin-bottom:6px}.grelhaCardsSection .grelhaLista .grelhaLista-desc{font-family:Ubuntu-Regular,sans-serif;font-size:15px;line-height:1.55;color:var(--item-desc-color)}.grelhaCardsSection .grelhaLista .grelhaLista-desc p{margin:0}.grelhaCardsSection .grelhaLista .grelhaLista-botao{text-align:center;margin-top:40px}@media (max-width:1024px){.grelhaCardsSection .grelhaLista .grelhaLista-layout{grid-template-columns:1fr;gap:40px}.grelhaCardsSection .grelhaLista .grelhaLista-right{grid-template-columns:1fr}.grelhaCardsSection .grelhaLista .grelhaLista-item:last-child:nth-child(odd){grid-column:auto}}@media (max-width:768px){.grelhaCardsSection .grelhaLista .grelhaLista-left .titulo{font-size:40px;line-height:1.4em}.grelhaCardsSection .grelhaLista .grelhaLista-left .texto{font-size:16px}.grelhaCardsSection .grelhaLista .grelhaLista-layout{gap:20px}}