.grandstander {
    font-family: "Grandstander", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}

.fa-globe:before {
    content: "\f0ac";
}

.dropdown-menu-arida {
    right: auto;
    left: 0;
}

.dropdown-menu-arida::after {
    left: 10px;
    right: auto;
}

.ic-media-social {
    position: relative;
    right: 1em;
    width: 2em;
    transition: 200ms linear;
}

    .ic-media-social img {
        width: 2em;
        height: 3em;
        text-indent: -999px;
        overflow: hidden;
        display: inline-block;
    }

        .ic-media-social img:hover {
            opacity: 0.5;
            transform: scale(1.1);
        }

.content {
    position: relative;
    z-index: 10;
}

.card-img {
    transition: 200ms linear;
}

    .card-img:hover {
        opacity: 0.5;
        transform: scale(1.025);
    }

.no-webp .reviews {
    background: url("../images/section-background-wallpapers.png");
}

.webp .reviews {
    background: url("../images/section-background-wallpapers.webp");
}

.no-webp .section.reviews:before {
    content: "";
    background-image: url("../images/bg-edges-arida-review.jpg");
}

.webp .section.reviews:before {
    content: "";
    background-image: url("../images/bg-edges-arida-review.webp");
}

.section.reviews:before {
    height: 98px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.no-webp .aoca {
    background: url("../images/section-background-end.png");
}

.webp .aoca {
    background: url("../images/section-background-end.webp");
}

.aoca {
    background-size: cover !important;
    background-position: center center !important;
    padding: 0 0 20%;
}

.no-webp .section.aoca:before {
    content: "";
    background-image: url("../images/bg-edges-arida-end.png");
}

.webp .section.aoca:before {
    content: "";
    background-image: url("../images/bg-edges-arida-end.webp");
}

.section.aoca:before {
    height: 200px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    top: -95px;
    background-repeat: no-repeat;
    background-position: center center;
}

.navigation {
    position: absolute;
    height: 50px;
    z-index: 1;
}

.section {
    width: 100%;
    float: left;
}

.z-index-1 {
    z-index: 1;
}

:root {
    --jumbotron-padding-y: 3rem;
}

.banner {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

.section.banner:after {
    content: "";
    z-index: 4;
    position: absolute;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-bottom: 100px;
    left: 50%;
    text-align: center;
    background: url(../images/ic-arrow-white.svg)no-repeat center;
    background-size: contain;
    opacity: 0;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.edge {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 200px;
    background: url("../images/edge.png") repeat-x;
}

.layer-logo {
    left: 10%;
    right: 4%;
    top: -5%;
    bottom: 20.5%;
}

.plataforms {
    animation: 3s ease 1.5s transitiontoup;
    -webkit-animation: 3s ease 1.5s transitiontoup;
    opacity: 1;
}

.layer-logo {
    animation: 3s ease 1.5s transitiontoup;
    -webkit-animation: 3s ease 1.5s transitiontoup;
    opacity: 1;
}

.layer-coroa-de-frade,
.layer-cicera {
    animation: 3s ease 1.5s transitiontoupdelay;
    -webkit-animation: 3s ease 1.5s transitiontoupdelay;
    opacity: 1;
}

.layer-clouds {
    animation: 3s ease 1.5s transitiontoup;
    -webkit-animation: 3s ease 1.5s transitiontoup;
    opacity: 1;
}

.plataforms {
    position: relative;
    width: 100%;
}

    .plataforms img {
        background-size: 100% auto;
        background-position: center;
        vertical-align: middle;
    }

a.epic-badge,
a.steam-badge,
a.gog-badge,
a.humble-badge,
a.nuuvem-badge,
a.microsoft-badge,
a.google-badge,
a.apple-badge {
    height: 100%;
    display: inline-block;
    padding: 0 0 5px;
    text-decoration: none;
    /*-webkit-filter: drop-shadow(5px 0px 5px rgb(255, 255, 255));
            filter: drop-shadow(5px 0px 5px rgb(255, 255, 255));*/
}

img.ic-steam-badge,
img.ic-microsoft-badge,
img.ic-nuuvem-badge,
img.ic-humble-badge,
img.ic-google-badge,
img.ic-apple-badge {
    transition: 200ms linear;
}

    img.ic-steam-badge:hover,
    img.ic-microsoft-badge:hover,
    img.ic-nuuvem-badge:hover,
    img.ic-google-badge:hover,
    img.ic-apple-badge:hover {
        opacity: 0.5;
        transform: scale(1.1);
    }

img.ic-epic-badge,
img.ic-gog-badge {
    opacity: 0.5;
    cursor: no-drop;
    -webkit-animation: colorwait 1s infinite alternate;
    -moz-animation: colorwait 1s infinite alternate;
    -ms-animation: colorwait 1s infinite alternate;
    -o-animation: colorwait 1s infinite alternate;
    animation: colorwait 1s infinite alternate;
}

.content .video {
    width: 100%;
    float: left;
    background: #000;
    margin-bottom: 1.5em;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease-in-out;
}

    #loader img {
        width: 100px;
    }

.hide {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.8s ease-in-out;
}

.popup {
    background-color: #ffffff;
    padding: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    display: none;
    text-align: center;
    z-index: 999999;
    border: 5px solid #fff;
}

    .popup button {
        display: block;
        margin: -10px 0px 20px auto;
        background-color: transparent;
        font-size: 40px;
        color: #000000;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        border: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .popup h2 {
        margin-top: -20px;
    }

    .popup p {
        font-size: 14px;
        text-align: justify;
        margin: 20px 0;
        line-height: 25px;
    }

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
}



/* Landscape phones and portrait tablets */
@media (max-width: 767px) {


    .no-webp .layer-dust {
        background-image: url("../images/banner/mobile/dust.png");
    }

    .webp .layer-dust {
        background-image: url("../images/banner/mobile/dust.webp");
    }

    .no-webp .layer-coroa-de-frade {
        background-image: url("../images/banner/mobile/coroa-de-frade.png");
    }

    .webp .layer-coroa-de-frade {
        background-image: url("../images/banner/mobile/coroa-de-frade.webp");
    }

    .no-webp .layer-sky {
        background-image: url("../images/banner/mobile/sky.png");
    }

    .webp .layer-sky {
        background-image: url("../images/banner/mobile/sky.webp");
    }

    .no-webp .layer-clouds {
        background-image: url("../images/banner/mobile/clouds.png");
    }

    .webp .layer-clouds {
        background-image: url("../images/banner/mobile/clouds.webp");
    }

    .no-webp .layer-cicera {
        background-image: url("../images/banner/mobile/cicera.png");
    }

    .webp .layer-cicera {
        background-image: url("../images/banner/mobile/cicera.webp");
    }

    .no-webp .layer-logo {
        background-image: url("../images/banner/mobile/logo.png");
    }

    .webp .layer-logo {
        background-image: url("../images/banner/mobile/logo.webp");
    }

    .no-webp .layer-ground {
        background-image: url("../images/banner/mobile/ground.png");
    }

    .webp .layer-ground {
        background-image: url("../images/banner/mobile/ground.webp");
    }

    .no-webp .banner {
        padding-bottom: 110%;
        background: rgb(109, 209, 252) url("../images/banner/mobile/sky.png");
    }

    .webp .banner {
        padding-bottom: 110%;
        background: rgb(109, 209, 252) url("../images/banner/mobile/sky.webp");
    }

    .plataforms {
        margin: -50% 0 0;
    }

        .plataforms img {
            width: 7.5em;
            height: 1.5em;
            -webkit-filter: drop-shadow(0 0 0.75rem white); /* Chrome, Safari, Edge */
            -moz-filter: drop-shadow(0 0 0.75rem white); /* Firefox */
            -ms-filter: drop-shadow(0 0 0.75rem white); /* Internet Explorer */
            -o-filter: drop-shadow(0 0 0.75rem white); /* Opera */
            filter: drop-shadow(0 0 0.75rem white);
        }

    img.ic-nuuvem-badge {
        height: 2.5em !important;
        width: 6em !important;
    }

    img.ic-steam-badge, img.ic-humble-badge {
        height: 2.5em !important;
        width: 6em !important;
    }

    img.ic-microsoft-badge {
        height: 2.5em !important;
        width: 6em !important;
    }

    img.ic-google-badge {
        height: 2.5em !important;
        width: 6em !important;
    }

    img.ic-apple-badge {
        height: 2.5em !important;
        width: 6em !important;
    }

    .section.banner:after {
        bottom: 15%;
        animation: scrollarrowbottommobile infinite 2s ease;
    }

    .reviews {
        background-size: cover !important;
        background-position: bottom left !important;
    }

    .content .video {
        margin-top: -1.5em;
    }

    .popup {
        width: 90%;
        border: 5px solid #fff;
    }
}
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Large desktops and laptops */
@media (min-width: 768px) {
    .no-webp .layer-dust {
        background-image: url("../images/banner/desktop/dust.png");
    }

    .webp .layer-dust {
        background-image: url("../images/banner/desktop/dust.webp");
    }

    .no-webp .layer-coroa-de-frade {
        background-image: url("../images/banner/desktop/coroa-de-frade.png");
    }

    .webp .layer-coroa-de-frade {
        background-image: url("../images/banner/desktop/coroa-de-frade.webp");
    }

    .no-webp .layer-sky {
        background-image: url("../images/banner/desktop/sky.png");
    }

    .webp .layer-sky {
        background-image: url("../images/banner/desktop/sky.webp");
    }

    .no-webp .layer-clouds {
        background-image: url("../images/banner/desktop/clouds.png");
    }

    .webp .layer-clouds {
        background-image: url("../images/banner/desktop/clouds.webp");
    }

    .no-webp .layer-cicera {
        background-image: url("../images/banner/desktop/cicera.png");
    }

    .webp .layer-cicera {
        background-image: url("../images/banner/desktop/cicera.webp");
    }

    .no-webp .layer-logo {
        background-image: url("../images/banner/desktop/logo.png");
    }

    .webp .layer-logo {
        background-image: url("../images/banner/desktop/logo.webp");
    }

    .no-webp .layer-ground {
        background-image: url("../images/banner/desktop/ground.png");
    }

    .webp .layer-ground {
        background-image: url("../images/banner/desktop/ground.webp");
    }

    .no-webp .banner {
        padding-bottom: 65%;
        background: rgb(109, 209, 252) url("../images/banner/desktop/sky.png");
    }

    .webp .banner {
        padding-bottom: 65%;
        background: rgb(109, 209, 252) url("../images/banner/desktop/sky.webp");
    }

    .content .video {
        margin-top: -10.5em;
    }

    .plataforms {
        margin: -45% -5% 0;
    }

        .plataforms img {
            width: 15em;
            height: 3em;
        }

    img.ic-nuuvem-badge {
        height: 3.5em !important;
        width: 12em !important;
        margin-top: 5px !important
    }

    img.ic-steam-badge, img.ic-humble-badge {
        height: 5.5em !important;
        width: 9em !important;
    }

    img.ic-microsoft-badge {
        height: 6em !important;
        width: 13em !important;
    }

    img.ic-google-badge,
    img.ic-apple-badge {
        height: 4em !important;
        width: 12em !important;
        padding: .25em;
    }

    .section.banner:after {
        bottom: 25%;
        animation: scrollarrowbottomdesktop infinite 2s ease;
    }

    .reviews {
        background-size: cover !important;
        background-position: bottom center !important;
    }

    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}


footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    footer p {
        margin-bottom: .25rem;
    }

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
/*
 * Globals
 */
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #060605 !important;
}

.fadein {
    animation: 3 ease 0s normal forwards 1 fadein;
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    opacity: 1;
}

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/*
 * Base structure
 */

.cover-container {
    max-width: 42em;
}


/*
 * Header
 */

/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
}

    .cover .btn-lg {
        padding: .75rem 1.25rem;
        font-weight: 700;
    }


/*
 * Footer
 */

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Large desktops and laptops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
}

/* Animation */
@keyframes transitiontoup {
    0% {
        opacity: 0;
        transform: translateY(750px);
    }

    50% {
        opacity: 0.5;
        transform: translateY(250);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Animation */
@keyframes transitiontoupdelay {
    0% {
        opacity: 0;
        transform: translateY(750px);
    }

    50% {
        opacity: 0.5;
        transform: translateY(550);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes transitiontodown {
    0% {
        opacity: 0;
        transform: translateY(-550px);
    }

    50% {
        opacity: 0.5;
        transform: translateY(-250);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes transitiontoleft {
    0% {
        opacity: 0;
        transform: translateX(550px);
    }

    50% {
        opacity: 0.5;
        transform: translateX(250);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes colorwait {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 0.5;
    }
}

@-moz-keyframes colorwait {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 0.5;
    }
}

@-ms-keyframes colorwait {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 0.5;
    }
}

@-o-keyframes colorwait {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 0.5;
    }
}

@keyframes colorwait {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 0.5;
    }
}

@keyframes scrollarrowbottommobile {
    0% {
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        bottom: 10%;
    }
}

@keyframes scrollarrowbottomdesktop {
    0% {
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        bottom: 20%;
    }
}


@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

    .youtube img {
        width: 100%;
        top: -16.82%;
        left: 0;
        opacity: 0.7;
    }

    .youtube .play-button {
        width: 90px;
        height: 60px;
        background-color: #333;
        box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
        z-index: 1;
        opacity: 0.8;
        border-radius: 6px;
    }

        .youtube .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26.0px;
            border-color: transparent transparent transparent #fff;
        }

    .youtube img,
    .youtube .play-button {
        cursor: pointer;
    }

        .youtube img,
        .youtube iframe,
        .youtube .play-button,
        .youtube .play-button:before {
            position: absolute;
        }

            .youtube .play-button,
            .youtube .play-button:before {
                top: 50%;
                left: 50%;
                transform: translate3d( -50%, -50%, 0 );
            }

    .youtube iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
