@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    
     #PortalPagina { width: 100%; position: relative; z-index: 0; font-family: "Poppins", sans-serif; background: black;
        img { width: 100%; }
        h1 { font-size: 30px; } 
        h2 { font-size: 25px; line-height: 40px; }
        p { font-size: 16px; line-height: 24px; }
        a { font-size: 16px; line-height: 30px; padding: 0; }
        a:hover { transform: scale(0.95); }
    }

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina {
            h1 { font-size: 25px; }
            p { font-size: 14px; line-height: 23px;}
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
    }