#departamento-intro:where(.astro-XBIVPRBL){display:flex;flex-direction:column;align-items:center;width:80%}#departamento-seccoes:where(.astro-XBIVPRBL){display:flex;flex-direction:column;align-items:center}main:where(.astro-XBIVPRBL){display:flex;flex-direction:column;align-items:center;height:100vh}p:where(.astro-XBIVPRBL){text-align:justify}.animate:where(.astro-XBIVPRBL){animation-play-state:running}.no-animate:where(.astro-XBIVPRBL){animation-play-state:paused}.animated-component:where(.astro-XBIVPRBL){opacity:0;transform:translateY(50px);animation:fade-in 1s forwards;animation-play-state:paused}@keyframes fade-in{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}
