<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#webContainer {
    width: 100%;
    background-color: #000;
    min-height: 100vh;
    padding: 0px;
    margin: 0px;
}
div#gameContainer {
    background: transparent !important;
    position: absolute;
    width: 100%;
    height: 1028px;
}
div#gameContainer canvas {
    position: absolute;
    width: 100%;
    max-width: 1300px;
}
div#gameContainer .container {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}
div#gameContainer canvas[data-pixel-art="true"] {
    position: absolute;
    image-rendering: optimizeSpeed;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}
body{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
}
#titleShare {
    background-image: url(../../images/aTituloComparte.png);
    width: 251px;
    height: 49px;
    border: none;
    margin-bottom: 15px;
    background-repeat: no-repeat;
}
.share-btn{
    position: relative;
    border: none;
    background: #fff;
    color: #ff7d7d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding-top: 2.5px;
    padding-right: 3px;
    cursor: pointer;
    z-index: 2;
}

.share-options{
    transform-origin: bottom left;
    transform: scale(0);
    background: rgb(255 255 255 / 75%);
    color: #fff;
    padding: 20px;
    font-family: 'roboto';
    transition: .5s;
    transition-delay: .5s;
    border-radius: 20px;
    min-width: 250px;
}

.share-options.active{
    transform: scale(1);
    transition-delay: 0s;
}

.title{
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding: 0 20px 3px 0;
}

.social-media{
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    width: 90%;
    height: auto;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px auto 0px;
}

.social-media-btn{
    border: none;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    line-height: 50px;
    font-size: 25px;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
    background-position: -17px;
    display: inline-flex;
    vertical-align: middle;
    background-repeat: no-repeat;
}
#btnWhatsapp {
    background-image: url(../../images/icons/button_whatsapp.png);
    background-position: -10px -2px;
}
#btnTwitter {
    background-image: url(../../images/icons/button_twitter.png);
    background-position: 0px -2px;
}
#btnFacebook {
    background-image: url(../../images/icons/button_facebook.png);
    background-position: 0px -2px;
}
.link-container{
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    width: 90%;
    position: relative;
    height: 40px;
    display: block;
    align-items: center;
    border-radius: 40px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 10px;
    margin: 20px auto 0px;
}
.link{
    width: 80%;
    height: 100%;
    color: #000;
    display: inline-block;
}

.copy-btn{
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    height: 100%;
    width: 120px;
    text-transform: capitalize;
    font-size: 16px;
}

.share-options.active .title,
.share-options.active .social-media,
.share-options.active .link-container{
    opacity: 1;
    transition: .5s;
    transition-delay: .5s;
}
#btnCloseModal {
    background-image: url(../../images/icons/bcerrar.png);
    position: absolute;
    z-index: 999999999;
    width: 58px;
    height: 58px;
    border-radius: 55px;
    right: 40px;
    top: -29px;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
    background-color: transparent;
}
#logoContainer,
#textContainer {
    width: 100%;
    z-index: 99999;
    position: absolute;
}
#content-custom-image {
    text-align: center;
    display: block;
    margin: 0px auto;
    max-width: 135px;
    width: 100%;
}
#content-custom-text-percent {
    color: #fff;
    font-family: Arial;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 100%;
    position: absolute;
}
@media screen and (max-width: 620px) {
    .share-options {
        width: 400px;
        left: 14%;
    }

}
@media screen and (max-width: 568px) {

}
@media screen and (max-width: 500px) {
    .share-options {
        width: 322px;
        left: 15%;
        top: -20px;
    }

    #content-custom-image {
        max-width: 100px;
    }
}
@media screen and (max-width: 420px) {
    
    #content-custom-loading-text-percent {
        top: calc(65vh - 45%);
    }
}
@media screen and (max-width: 400px) {
    

}
@media screen and (max-width: 365px) {

}
@media screen and (max-width: 350px) {

}
@media screen and (max-width: 320px) {

}
@media screen and (max-width: 600px) and (max-height: 1000px) {

}
@media screen and (max-width: 500px) and (max-height: 800px) {

    #content-custom-loading-text-percent {
        top: calc(50vh - 110%);
    }
}
@media screen and (max-width: 400px) and (max-height: 600px) {
    #content-custom-loading-text-percent {
        top: calc(50vh - 65%);
    }
}</pre></body></html>