* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    color: #111121;
    font-family: Arial;
}
body.privacy {
    background-color: #111121;
    color: #fff;
}
main {
    width: 100%;
    overflow-x: hidden;
    min-height: calc(100vh - 200px);
    padding-top: 60px;
    position: relative;
}
main::before {
    content: '';
    width: 100%;
    height: 60px;
    background-color: #eff1f2;
    position: absolute;
    top: 0;
    left: 0;
}
.privacy main {
    display: block;
    padding: 80px 20px 50px;
    max-width: 1024px;
    margin: 0 auto;
}
.privacy footer {
    padding: 0 20px;
}
@media (max-width: 428px) {
    .privacy main {
        padding: 80px 5% 50px;
    }
    .privacy footer {
        padding: 0 5%;
    }
}
h1 {
    width: 100%;
    max-width: 1024px;
    height: 500px;
    background: transparent url('img/richemoji1024500.png') no-repeat 50% 0;
    background-size: 100%;
    margin: 0 auto 50px;
    position: relative;
}
.say-hello h1 {
    background: transparent url('img/sayhello1024.png') no-repeat 50%;
    background-size: 100%;
}
.puzzlemio-app h1 {
    background: transparent url('img/puzzlemio1024-c.png') no-repeat 50%;
    background-size: 100%;
}
.rich h1 {
    background: transparent url('img/rich1024500.png') no-repeat 50%;
    background-size: 100%;
}
.dame-beber h1 {
    background: transparent url('img/damedebeber1024.png') no-repeat 50%;
    background-size: 100%;
}
.rich h1 span,
.about-us h1 span,
.games-apps h1 span,
.support h1 span {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 80px;
}
@media (max-width: 428px) {
    .rich h1 span {
        bottom: 20px;
        font-size: 48px;
    }
    .about-us h1 span,
    .games-apps h1 span,
    .support h1 span {
        font-size: 46px;
    }
}
.privacy h1 {
    background: none;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 40px;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
}
.about-us h1,
.games-apps h1,
.support h1 {
    background: transparent;
}
.about-us h1::after,
.games-apps h1::after,
.support h1::after {
    background-color: #04040B;
}
.about-us h1 span,
.games-apps h1 span {
    bottom: 50px;
}
.dame-beber h1::after,
.say-hello h1::after,
.puzzlemio-app h1::after,
.rich h1::after,
.about-us h1::after,
.games-apps h1::after,
.support h1::after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: block;
    z-index: -1;
}
.dame-beber h1::after {
    background-color: #dc1943;
}
.say-hello h1::after {
    background-color: #FFC409;
}
.puzzlemio-app h1::after {
    background-color: #fff;
}
.puzzlemio-app main p:nth-of-type(1) {
    padding-top: 150px !important;
    background: transparent url('img/puzzlemio-color.svg') no-repeat 50% 0;
    background-size: 400px auto;
}
@media (max-width: 768px) {
    .puzzlemio-app main p:nth-of-type(1) {
        padding-top: 90px !important;
        background-size: 200px auto;
    }
}
.rich h1::after {
    background-color: #04040B;
}
@media (max-width: 768px) {
    h1 {
        height: 400px;
        margin: 0 auto 40px;
    }
}
@media (max-width: 428px) {
    h1 {
        height: 240px;
        margin: 0 auto;
    }
}
@media (max-width: 375px) {
    h1 {
        height: 200px;
        margin: 0 auto 20px;
    }
}
@media (max-width: 320px) {
    h1 {
        height: 180px;
        margin: 0 auto;
    }
}
h2 {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    padding: 180px 0 40px;
    font-weight: 100;
    text-transform: uppercase;
}
@media (max-width: 428px) {
    h2 {
        padding: 50px 0 10px;
    }
    h2 span {
        display: block;
    }
}
p {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
}
.support p {
    padding: 0;
}
@media (max-width: 428px) {
    p {
        padding: 0 10% 20px;
    }
}
.about-us p,
.support p {
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 428px) {
    .about-us p:nth-of-type(1),
    .games-apps p:nth-of-type(1),
    .rich p:nth-of-type(1),
    .dame-beber p:nth-of-type(1),
    .say-hello p:nth-of-type(1),
    .puzzlemio-app p:nth-of-type(1),
    .support p:nth-of-type(1) {
        padding-top: 40px;
    }
}
ul {
    list-style: none;
    font-size: 40px;
    line-height: 40px;
    padding: 20px 0;
    font-weight: bold;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
ul.stores {
    margin-top: 40px;
}
ul.games {
    padding-top: 0;
}
@media (max-width: 428px) {
    ul.games {
        padding-top: 40px;
    }
}
.appstore {
    display: inline-block;
    overflow: hidden;
    background: transparent url('img/badge_appstore-lrg.svg') no-repeat 50%;
    background-size: 100%;
    width: 135px;
    height: 40px;
}
.googleplay {
    display: inline-block;
    overflow: hidden;
    background: transparent url('img/en_badge_web_generic.png') no-repeat 50%;
    background-size: 100%;
    width: 165px;
    height: 40px;
}
.the-rich-emoji-island,
.dame-de-beber,
.say-hello-say-bye,
.puzzlemio,
.rich-i-am-rich {
    display: block;
    min-width: 260px;
    padding: 245px 0 40px 0;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #111121;
    text-decoration: none;
    position: relative;
}
@media (max-width: 428px) {
    .the-rich-emoji-island,
    .dame-de-beber,
    .say-hello-say-bye,
    .puzzlemio,
    .rich-i-am-rich {
        min-width: 106px;
        padding: 92px 0 20px 0;
        font-size: 16px;
    }
}
.the-rich-emoji-island::after,
.dame-de-beber::after,
.say-hello-say-bye::after,
.puzzlemio::after,
.rich-i-am-rich::after {
    content: '';
    display: block;
    width: 230px;
    height: 230px;
    border-radius: 22.5%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 2px 0 rgba(29, 29, 31,.5);
}
@media (max-width: 428px) {
    .the-rich-emoji-island::after,
    .dame-de-beber::after,
    .say-hello-say-bye::after,
    .puzzlemio::after,
    .rich-i-am-rich::after {
        width: 90px;
        height: 90px;
    }
}
.the-rich-emoji-island::after {
    background: transparent url('img/icon-the-rich-emoji-island.png') no-repeat 50%;
    background-size: 100%;
}
.dame-de-beber::after {
    background: transparent url('img/icon-dame-de-beber.png') no-repeat 50%;
    background-size: 100%;
}
.say-hello-say-bye::after {
    background: transparent url('img/icon-say-hello-say-bye.png') no-repeat 50%;
    background-size: 100%;
}
.puzzlemio::after {
    background: transparent url('img/icon-puzzlemio.png') no-repeat 50%;
    background-size: 100%;
}
.rich-i-am-rich::after {
    background: transparent url('img/icon-rich-i-am-rich.png') no-repeat 50%;
    background-size: 100%;
}
.privacyLink,
.homeLink {
    color: #111121;
    text-decoration: none;
    display: inline-block;
}
.privacyLink:hover,
.homeLink:hover { 
    color: #4284f3;
}
.privacy .homeLink {
    color: #fff;
}
p.double {
    padding-top: 30px;
}
dt {
    font-size: 40px;
    line-height: 42px;
    padding: 60px 0 30px;
    font-weight: bold;
}
@media (max-width: 375px) {
    dt span {
        display: block;
    }
}
dt:nth-of-type(1){
    padding: 0 0 30px;
}
dd {
    padding: 0 0 30px;
    font-size: 24px;
}

/* MENU */
header {
    background-color: #d9dde2;
    background-color: #eff1f2;
    height: 60px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 999;
}
header ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    position: relative;
}
header ul li {
    padding: 0 20px;
}
header ul li a {
    line-height: 60px;
    text-decoration: none;
    color: #979ea4;
    font-size: 30px;
    display: block;
}
header ul li a:hover {
    text-decoration: none;
    color: #4284f3;
}
.show-me-menu {
    display: none;
}
.show-me-menu-label {
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
    height: 60px;
    width: 60px;
    background: transparent url('img/menu.svg') no-repeat 50%;
    background-size: auto 20px;
    z-index: 9999;
}
li.home a {
    position: absolute;
    left: 20px;
    top: 0;
    display: block;
}

li.home {
    padding: 0;
    font-weight: bold;
}
@media (max-width: 428px) {
    header ul li a {
        display: none;
        font-size: 26px;
    }
    header ul  {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .show-me-menu-label,
    li.home a {
        display: block;
    }
    .show-me-menu:checked ~ .show-me-menu-label {
        background-image: url('img/menu-close.svg');
        background-size: auto 20px;
    }
    header .show-me-menu:checked ~ ul li.about-us,
    header .show-me-menu:checked ~ ul li.games {
        display: block;
        width: 100%;
        background-color: #eff1f2;
        padding: 0 0 0 20px;
        border-top: 1px solid #979ea4;
        margin-top: 60px;
    }
    header .show-me-menu:checked ~ ul li.games {
        margin-top: 0;
        border-bottom: 1px solid #979ea4;
    }
    header .show-me-menu:checked ~ ul li a {
        display: block;
    }
}


.privacy p.copyright {
    padding: 0 20px;
    text-align: left;
    max-width: 1024px;
}
@media (max-width: 428px) {
    .privacy p.copyright {
        padding: 0;
    }
}

footer p.copyright {
    padding: 80px 0 20px;
    font-size: 16px;
}
footer p.copyright a {
    display: inline-block;
    padding: 0 5px;
}
footer p.copyright a:nth-of-type(1){
    padding: 0 5px 0 0;
}
