  @font-face {font-family: Poppins; src: url(https://www.alternate.nl/download/b2c_nl/pic/fonts/Poppins-Regular.ttf); }
    
     #PortalPagina { width: 100%; position: relative; z-index: 0; font-family: Poppins; background: black;
        img { width: 100%; }
        h1 { font-size: 30px; } 
        h2 { font-size: 25px; line-height: 40px; }
        p { font-size: 16px; line-height: 24px; }
    }
    
    /* Content */
    #PortalPagina .row { margin: 0; }
    #PortalPagina .row a { width: 33.33%; padding: 0; }
    #PortalPagina .btn { display: flex;  width: fit-content; text-align: center; color: white; background: linear-gradient(0deg, #016b9e, #50aad5); 
          border: 2px solid #ffffffb8; padding: 10px 90px; margin: 20px auto; text-transform: uppercase; font-weight: 800; font-size: 20px; }
    #PortalPagina .btn:hover { filter: saturate(0.5); }

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina h1 { font-size: 25px; }
        #PortalPagina p { font-size: 14px; line-height: 23px;}
        #PortalPagina .row a { width: 100%; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
    }