.cards-duvidas-module{--card-padding:2rem;--card-radius:8px;--card-shadow:0 2px 12px rgba(0,0,0,.06);--card-shadow-hover:0 8px 24px rgba(0,0,0,.1);--transition-speed:0.3s;--gap-default:1.5rem;--gap-mobile:1rem;--hover-lift:4px;margin:0 auto;max-width:var(--largura-max-card,800px);width:100%}.cards-container__wrapper{max-width:100%;overflow:visible;padding-top:var(--hover-lift)}.cards-grid{display:grid;gap:var(--gap-default);grid-template-columns:repeat(var(--colunas-desktop,4),1fr);width:100%}.card-item__container{height:100%;padding-bottom:var(--hover-lift)}.card-item__content{background:var(--bg-card-cor,#fff);border-left:4px solid var(--borda-ativa,#d99379);border-radius:var(--card-radius);box-shadow:var(--card-shadow);display:flex;flex-direction:column;height:100%;margin-top:0;overflow:hidden;padding:var(--card-padding);position:relative;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease}.card-item__content:hover{box-shadow:var(--card-shadow-hover);transform:translateY(calc(var(--hover-lift)*-1))}.card-item__title{background-color:transparent!important;color:#000;font-size:1.1em;font-weight:400;line-height:1.3;margin-bottom:.75rem;margin-top:0}.card-item__description{background-color:transparent!important;flex-grow:1;font-size:1em;line-height:1.6}.card-item__description *{background-color:transparent!important;font-size:inherit;line-height:inherit}.card-item__description p:last-child{margin-bottom:0}.cards-grid--d-1{--colunas-desktop:1;margin:0 auto}.cards-grid--d-2{--colunas-desktop:2}.cards-grid--d-3{--colunas-desktop:3}.cards-grid--d-4{--colunas-desktop:4}.cards-grid--d-5{--colunas-desktop:5}.cards-grid--d-6{--colunas-desktop:6}.cards-grid--m-1{--colunas-mobile:1}.cards-grid--m-2{--colunas-mobile:2}.cards-grid--m-3{--colunas-mobile:3}@media screen and (max-width:768px){.cards-duvidas-module{--hover-lift:3px}.cards-container__wrapper{padding-top:var(--hover-lift)}.cards-grid{gap:var(--gap-mobile);grid-template-columns:repeat(var(--colunas-mobile,1),1fr)}.card-item__container{padding-bottom:var(--hover-lift)}.card-item__content{padding:1.5rem}.card-item__title{font-size:1em;margin-bottom:.5rem}.card-item__description{font-size:.75em}}@media screen and (min-width:769px) and (max-width:992px){.cards-grid--d-5,.cards-grid--d-6{--colunas-desktop:3}.cards-grid--d-3,.cards-grid--d-4{--colunas-desktop:2}}@media screen and (min-width:993px) and (max-width:1200px){.cards-grid--d-5,.cards-grid--d-6{--colunas-desktop:4}}.card-item__description :first-child{margin-top:0}.card-item__description :last-child{margin-bottom:0}@media screen and (max-width:480px){.cards-duvidas-module{--hover-lift:2px}.card-item__content{padding:1.25rem}.card-item__title{font-size:.95em}.card-item__description{font-size:.7em}}