.home-jornal { background:linear-gradient(180deg,var(--tertiaryColor) 0,rgba(247,247,247,0) 100%); padding:1.875rem 0 } 
.jornal-home-container { background-color:rgba(48, 197, 255, 0.14); padding:2.5rem; border-radius:1.875rem; margin-bottom:2.5rem } 
.mexase-home-container { background-color:var(--colorW); padding:2.5rem; border-radius:1.875rem; margin-bottom:2.5rem; border:1px solid var(--colorGray) } 
.mexase-home-image-cover { position:absolute; top:0; left:0; width:100%; height:100%; background:linear-gradient(180deg,rgba(48,197,255,0) 60.11%,rgba(48,197,255,.71) 100%); border-radius:1rem } 
.mexase-image { border-radius:1rem; background-position:center center; background-size:cover; background-repeat:no-repeat; height:100dvh; max-height:21rem; position:relative } 
.mexase-player { height:100dvh; max-height:14.375rem; position:relative; background:url(../../image/play.png) center no-repeat; cursor:pointer; z-index:9 } 
.mexase-player:hover { animation:pulse 1.5s linear infinite } 
.home-jornal .jornal-image { border-radius:1.25rem; background-position:center center; background-size:cover; background-repeat:no-repeat; height:100dvh; max-height:25.1875rem } 
.home-jornal .jornal-text { padding:0.625rem } 
.home-jornal .jornal-text h2 { font-family:var(--fontFamilyTitle); font-style:normal; font-weight:700; font-size:1.5rem; line-height:1.9375rem; color:var(--colorText) } 
.home-jornal .jornal-text h3 { font-family:var(--fontFamilyTitle); font-style:normal; font-weight:700; font-size:1.2rem; line-height:1.8125rem; color:var(--primaryColor); margin-bottom:0.9375rem } 
@keyframes pulse { 
	0% { transform:scale(1) } 50% { transform:scale(1.05) } 100% { transform:scale(1) } 
}