@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200&display=swap");

body {
    background-image: url("/grs_portal_theme/static/src/images/wallpaper-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gradiente-background {
    background: rgb(00, 56, 106);
    background: linear-gradient(0deg, rgba(00, 56, 106, 0.8) 28%, rgba(0, 126, 131, 0.5) 100%);
}

#wrapwrap {
    width: 100%;
    height: 100%;
}