/* resources/css/custom/frontend.css */.hero-full-height{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%; /* Faz com que ocupe 100% do seu contentor pai */justify-content:center;overflow:hidden; /* Evita qualquer scrollbar interna */padding:2rem;position:relative;text-align:center;width:100%}.hero-full-height .hero-bg,.hero-full-height .hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-full-height .hero-bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.hero-full-height .hero-overlay{background-color:rgba(0,0,0,.6);z-index:1 /* Fica por cima da imagem de fundo */}.hero-full-height .hero-content{position:relative;z-index:2 /* Fica por cima do overlay */}img.h-75px.app-sidebar-logo-default{padding:10px}
