.grelhaCardsSection{background-color:var(--section-bg,transparent)}.grelhaCardsSection .grelhacards{margin:auto;max-width:1400px;padding:24px;text-align:center}.grelhaCardsSection .grelhacards .titulo{font-family:Ubuntu-Medium;color:var(--cor-titulo);text-align:center;font-size:44px;font-weight:700;margin-bottom:18px}.grelhaCardsSection .grelhacards .texto{font-family:Ubuntu-Regular,sans-serif;color:var(--cor-texto);font-size:18px;margin-bottom:20px}.grelhaCardsSection .grelhacards .texto p{margin-bottom:0}.grelhaCardsSection .grelhacards .card-container{display:grid;grid-template-columns:repeat(var(--nr-cards-por-linha),1fr);gap:20px;padding:20px;border-radius:10px}.grelhaCardsSection .grelhacards .cardgrelha{background:var(--card-bg,#fff);border-radius:15px;padding:20px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;align-content:center;height:100%}.grelhaCardsSection .grelhacards .cardgrelha h3{font-family:Ubuntu-Bold,sans-serif;font-size:16px;margin-top:10px;margin-bottom:15px;font-weight:700;text-align:center;color:var(--card-text,inherit)}.grelhaCardsSection .grelhacards .cardgrelha img{width:70px;height:70px;margin-bottom:10px}.grelhaCardsSection .grelhacards .cardDescription{color:var(--card-desc,inherit)}.grelhaCardsSection .grelhacards .cardgrelha:hover{transform:translateY(-10px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.grelhaCardsSection .grelhacards .button-container{text-align:center;margin-top:20px}.grelhaCardsSection .grelhacards button{padding:10px 20px;background-color:#673ab7;color:#fff;border:none;border-radius:25px;cursor:pointer;transition:background-color .3s ease}.grelhaCardsSection .grelhacards button:hover{background-color:#512da8}.grelhaCardsSection .mobile-slider-wrap{display:none}.grelhaCardsSection .mobile-slider{padding:20px 20px 34px 20px}.grelhaCardsSection .mobile-slider .swiper-slide{height:auto;display:flex}.grelhaCardsSection .mobile-slider .cardgrelha{width:100%}.grelhaCardsSection .mobile-slider .swiper-pagination{position:absolute;bottom:0!important;left:0;right:0}.grelhaCardsSection .mobile-slider .swiper-pagination-bullet{width:8px;height:8px;background:#cfd6df;opacity:1;transition:all .25s ease}.grelhaCardsSection .mobile-slider .swiper-pagination-bullet-active{background:#2650a0;transform:scale(1);width:16px;border-radius:4px}@media (max-width:1024px){.grelhaCardsSection .grelhacards .card-container{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.grelhaCardsSection .desktop-grid-wrap{display:none}.grelhaCardsSection .mobile-slider-wrap{display:block}.grelhaCardsSection .grelhacards .titulo{font-size:40px;line-height:1.4em}}@media (max-width:300px){.grelhaCardsSection .grelhacards .card-container{grid-template-columns:1fr}}