* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #000;
}

#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url('../images/background.png') no-repeat center top;
    background-size: cover;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.intro {
    max-width: 100%;
    width: 100%;
    height: 257px;
    background: transparent;
}

.body {
    background-color: #000;
}

.body1 {
    background: transparent;
    height: 323px;
}

.body2 {
    background: transparent;
    height: 165px;
}

.body3 {
    background: url('../images/body3.jpg') no-repeat top center;
    height: 171px;
    background-color: #000104;
}

.body4 {
    background: url('../images/body4.jpg') no-repeat top center;
    height: 82px;
    background-color: #000104;
}

.footer {
    background: transparent;
    height: 115px;
}



.container-wrapp {
    width: auto;
    max-width: 800px;
    margin: auto;
}

.teste {
    background-image: url('../images/s1.png'), url('../images/s2.png'), url('../images/s3.png');
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
    z-index: auto;

}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
        opacity: 0;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
        opacity: 0;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
        opacity: 1;
    }
}

.containerbrilho {
    width: 700px;
    height: 220px;
    top: 50px;
    left: 50%;
    margin-left: -350px;
    position: relative;
    float: left;
}

.brilhomg {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 56px;
    left: 52%;
    margin-left: -125px;
    z-index: 10;
}

.brilhomg01 {
    background: url('../images/brilhogiro.png');
    width: 230px;
    height: 229px;
    z-index: 11;
    position: relative;
    animation: ray2 8s infinite;
    float: left;
}

.brilhomg02 {
    background: url('../images/brilhogiro1.png');
    width: 250px;
    height: 250px;
    z-index: 11;
    position: relative;
    animation: fa-blink 1s infinite alternate;
    transform: rotate(0deg);
    top: -100px;
    left: -10px;
    float: left;
}

.brilhomg03 {
    background: url('../images/brilhogiro2.png');
    width: 250px;
    height: 250px;
    z-index: 11;
    position: relative;
    animation: fa-blink 1s infinite alternate;
    transform: rotate(0deg);
    top: -100px;
    left: -10px;
    float: left;
}

.dedos {
    width: 111px;
    height: 101px;
    z-index: 500;
    position: relative;
    /* animation: fa-blink 1s infinite alternate; */
    transform: rotate(0deg);
    /* float: left; */
    top: 39px;
    left: 102px;
}

@keyframes ray2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.brilhologo {
    background: url('../images/logobrilho.png');
    width: 120px;
    height: 120px;
    left: 387px;
    top: -77px;
    animation: fa-blink 1s infinite alternate;
    position: absolute;
    z-index: 50;
}

.brilho {
    background: transparent;
    width: 311px;
    height: 300px;
    margin-left: 195px;
    margin-top: -20px;
    position: relative;
    z-index: 15;
    animation: floatlogo 5s ease-in-out infinite;
}

@keyframes floatlogo {
    0% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}

.sumfloat {
    width: 387px;
    height: 569px;
    top: -3px;
    left: 9px;
    position: absolute;
    z-index: 5;
    animation: floatsum 3s ease-in-out infinite;
}

@keyframes floatsum {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.brilhowgdsignb {
    background: url(../images/rune-hand23.png);
    width: 258px;
    height: 258px;
    transform: rotate(-15deg);
    position: relative;
    margin-left: 151px;
    top: -449px;
    float: left;
    z-index: 10;
    -webkit-animation: rodaroda 3s linear alternate 3;
    -moz-animation: rodaroda 8.0s linear infinite;
    -ms-animation: rodaroda 8.0s linear infinite;
    -o-animation: rodaroda 8.0s linear infinite;
    animation: rodaroda 15.0s linear infinite;
}

.brilhowgdsign2 {
    background: url(../images/rune-hand2.png);
    width: 192px;
    height: 192px;
    transform: rotate(-15deg);
    position: relative;
    margin-left: 27px;
    top: -187px;
    float: left;
    z-index: -1;
    -webkit-animation: rodaroda 3s linear alternate 3;
    -moz-animation: rodaroda 8.0s linear infinite;
    -ms-animation: rodaroda 8.0s linear infinite;
    -o-animation: rodaroda 8.0s linear infinite;
    animation: rodaroda 8.0s linear infinite;
}

.brilhowgdsign3 {
    background: url(../images/rune-hand2.png);
    width: 192px;
    height: 192px;
    transform: rotate(-15deg);
    position: relative;
    margin-left: 233px;
    top: -187px;
    float: left;
    z-index: -1;
    -webkit-animation: rodaroda 3s linear alternate 3;
    -moz-animation: rodaroda 8.0s linear infinite;
    -ms-animation: rodaroda 8.0s linear infinite;
    -o-animation: rodaroda 8.0s linear infinite;
    animation: rodaroda 8.0s linear infinite;
}

.wgdsignbox {
    width: 416px;
    height: 140px;
    top: 25px;
    left: 50%;
    margin-left: -208px;
    position: relative;
}

.brilho2 {
    background: url('../images/wgdsign_effect.png');
    width: 416px;
    height: 12px;
    animation: fa-blink 1s infinite alternate;
    position: relative;
}


@keyframes glow {
    from {
        box-shadow: 50 10 25px 15px #fff;
    }

    to {
        box-shadow: 0 0 25px 15px #ccf3fb;
    }
}


@keyframes fa-blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.fa-blink {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -ms-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
}

/* KEY FRAMES PARA FAZER OS GIROS */
@-webkit-keyframes rodaroda {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rodaroda {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes rodaroda {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rodaroda {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rodaroda {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




.class1 {
    width: 241px;
    height: 96px;
    top: 32px;
    margin-left: 137px;
    position: relative;
    float: left;
}

.container-button {
    width: 159px;
    height: 48px;
    margin-left: 320px;
    top: 119px;
    position: relative;
}

.play01 {
    width: 135px;
    height: 70px;
    position: relative;
    float: left;
    margin-left: 84px;
    top: 5px;
}

.play02 {
    width: 135px;
    height: 70px;
    position: relative;
    float: left;
    margin-left: 15px;
    top: 5px;
}

.play03 {
    width: 135px;
    height: 70px;
    position: relative;
    float: left;
    margin-left: 15px;
    top: 5px;
}

.play04 {
    width: 135px;
    height: 70px;
    position: relative;
    float: left;
    margin-left: 15px;
}

.boxtestela23 {
    width: 500px;
    height: 141px;
    position: absolute;
    left: -251px;
    margin-left: 50%;
    TOP: 167px;
}

.boxtestela {
    width: 600px;
    height: 150px;
    position: absolute;
    left: -300px;
    margin-left: 50%;
}

.boxtestela p {
    font-family: OPTIColumna;
    font-size: 8px;
    color: #fff;
    width: 400px;
    margin-top: 117px;
}

.animationwgdsign {
    background: url(../images/wgdsignanime.png);
    width: 525px;
    height: 143px;
    left: -250px;
    margin-left: 50%;
    top: 10px;
    position: absolute;
    transform: translateY(0px);
    animation: floatab 5s ease-in-out infinite;
}

@keyframes floatab {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.brilhowgdsignborder {
    background: url('../images/border.png');
    width: 162px;
    height: 159px;
    top: 42px;
    margin-left: 9px;
    position: absolute;
    z-index: 40;

    animation: fa-blink 1s infinite alternate;

}

.brilhowgdsignborder2 {
    background: url('../images/border2.png');
    width: 162px;
    height: 159px;
    top: 42px;
    margin-left: 9px;
    position: absolute;
    z-index: 40;

    animation: fa-blink 1s infinite alternate;

}

.eyelight {
    width: 375px;
    height: 282px;
    top: -64px;
    margin-left: -132px;
    position: absolute;
    z-index: 30;
    animation: fa-blink 1s infinite alternate;

}

.eyelight2 {
    width: 286px;
    height: 227px;
    top: -64px;
    margin-left: 443px;
    position: absolute;
    z-index: 30;
    animation: fa-blink 1s infinite alternate;
}

.containerbase {
    background: url('../images/boxgb.png');
    width: 481px;
    height: 254px;
    position: relative;
    z-index: 20;
}

.containerbase2 {
    background: url('../images/boxgb2.png');
    width: 481px;
    height: 254px;
    position: relative;
    z-index: 20;
}

.container-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.body1 .container-wrapp {
    max-width: 1100px;
}

.card-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 15px;
}

.containertext-card {
    background: transparent;
    width: 199px;
    height: 51px;
    position: relative;
    z-index: 40;
    margin-bottom: -5px;
}

.containercount {
    width: 600px;
    height: 100px;
    top: -3px;
    left: 50%;
    margin-left: -300px;
    position: relative;
    float: left;
    z-index: 20;
}

.containercount2 {
    width: 600px;
    height: 100px;
    top: 19px;
    left: 50%;
    margin-left: -300px;
    position: relative;
    float: left;
    z-index: 20;
}

.containerbox {
    width: 181px;
    height: 251px;
    margin-top: -5px;
    margin-left: 18px;
    position: relative;
    top: 12px;
    float: left;
    z-index: 30;
}

.containerbox2 {
    width: 181px;
    height: 251px;
    margin-top: -5px;
    margin-left: 18px;
    position: relative;
    top: 12px;
    float: left;
    z-index: 30;
}

.containerbox:hover {
    background: url('../images/bgboxfx2.png');
}

.containerbox2:hover {
    background: url('../images/bgboxfx.png');
}

.containermenu {
    width: 37px;
    height: 197px;
    position: relative;
    float: left;
    z-index: 40;
    top: 55px;
    margin-left: 102px;
}

.containermenub {
    Z-INDEX: 555;
    width: 37px;
    height: 197px;
    position: relative;
    float: left;
    top: 55px;
    margin-left: 4px;
}

.containermenu2 {
    width: 37px;
    height: 197px;
    position: relative;
    float: left;
    z-index: 20;
    top: -126px;
    animation: fa-blink 1s infinite alternate;
}


.containercount h1 {
    font-family: OPTIColumna;
    font-size: 13px;
    position: relative;
    top: 44px;
    color: #fff;
    z-index: 50;

}

.containercount p {
    font-family: OPTIColumna;
    font-size: 23px;
    position: relative;
    top: 38px;
    color: #fff;
    z-index: 50;
}

.containercount span {
    font-family: OPTIColumna;
    font-size: 12px;
    position: relative;
    top: 35px;
    color: #f7d353;
    background: linear-gradient(to right, #15152100, #000000, #15152100);
    z-index: 50;

}

.texthome {
    font-family: fantasy;
    width: 162px;
    height: 32px;
    position: relative;
    font-size: 18px;
    float: left;
    top: 8px;
    left: -40px;
    text-align: right;
    color: #fff;

}

.texthome2 {
    font-family: OPTIColumna;
    width: 162px;
    height: 32px;
    position: relative;
    float: left;
    top: 9px;
    left: 54px;
    text-align: left;
    color: #fff;

}

@font-face {
    font-family: OPTIColumna;
    src: url('../fonts/OPTIColumna-Solid.otf');
}

.text1 {
    width: 162px;
    height: 32px;
    position: relative;
    float: left;
    top: 7px;
    left: 10px;

}

.text2 {
    margin-top: 8px;
    width: 162px;
    height: 32px;
    position: relative;
    float: left;
    left: 10px;

}

.text3 {
    margin-top: -2px;
    width: 162px;
    height: 32px;
    position: relative;
    float: left;
    left: 10px;

}

.button01 {
    margin-top: 5px;
    margin-left: 28px;
    width: 97px;
    height: 34px;
    position: relative;
    left: 11px;
    float: left;
    background: url('../images/button.png');
    z-index: 999;
}

.button02 {
    margin-top: 5px;
    margin-left: 28px;
    width: 97px;
    height: 34px;
    position: relative;
    left: 11px;
    float: left;
    background: url('../images/button2.png');
    z-index: 999;
}

.button01:hover {
    filter: brightness(150%);
    transition: all 0.2s ease-in-out;
}


.wgdsign {
    width: 86px;
    height: 33px;
    margin-left: 255px;
    top: 53px;
    position: relative;
}

.nav {
    position: fixed;
    margin: 50px 0px 0px;
    right: 50px;
    z-index: 110;
}

.fb {
    width: 54px;
    height: 51px;
    position: relative;
    right: 13px;
    top: 3px;
    cursor: pointer;

}

.fb:hover {
    width: 54px;
    height: 51px;
    position: relative;
    right: 13px;
    top: 3px;
    cursor: pointer;

}

.in {
    width: 54px;
    height: 51px;
    position: relative;
    right: 13px;
    top: 8px;
    cursor: pointer;

}

.in:hover {
    width: 54px;
    height: 51px;
    position: relative;
    right: 13px;
    top: 8px;
    cursor: pointer;

}

.wp {
    width: 54px;
    height: 51px;
    position: relative;
    right: 13px;
    top: 17px;
    cursor: pointer;

}

.wp:hover {
    width: 54px;
    height: 51px;
    position: relative;
    right: 13px;
    top: 17px;
    cursor: pointer;

}

.yt {
    width: 54px;
    height: 51px;
    position: relative;
    right: 13px;
    top: 13px;
    cursor: pointer;

}

.yt:hover {
    width: 54px;
    height: 51px;
    position: relative;
    right: 13px;
    top: 13px;
    cursor: pointer;

}

.logo-fb {
    width: 37px;
    height: 30px;
    position: relative;
    top: 11px;
    left: 5px;
}

.logo-in {
    background: url('../images/in-logo.png') no-repeat;
    width: 35px;
    height: 36px;
    position: relative;
    top: 6px;
    left: 9px;
}

.logo-yt {
    background: url('../images/yt-logo.png') no-repeat;
    width: 35px;
    height: 36px;
    position: relative;
    top: 12px;
    left: 10px;
}

.logo-wp {
    background: url('../images/wp-logo.png') no-repeat;
    width: 35px;
    height: 36px;
    position: relative;
    top: 6px;
    left: 8px;
}

.smog {
    position: absolute;
    width: 100%;
    height: 600px;
    z-index: 10;
}

.smog .num1 {
    -webkit-animation: spreadSmog 7s infinite linear;
    animation: spreadSmog 7s infinite linear;
}

.smog .num2 {
    -webkit-animation: spreadSmog 15s infinite linear;
    animation: spreadSmog 15s infinite linear;
}

.smog .num3 {
    -webkit-animation: spreadSmog 40s infinite linear;
    animation: spreadSmog 40s infinite linear;
}

.smog .num1 {
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.smog i {
    position: absolute;
    display: block;
    transform-origin: 80% 100%;
}

.smog .num2 {
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.smog .num3 {
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

@keyframes spreadSmog {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0;
    }

    45% {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        opacity: 1;
    }

    90% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

audio {
    height: 21px;
    margin-top: 29px;
    width: 143px;
    position: relative;
    top: -350px;
    margin-left: 279px;
    background: #f1f3f4;
    z-index: 555;
}

.aperte {
    background: url(../images/aperte.png);
    height: 34px;
    width: 94px;
    position: relative;
    top: -380px;
    margin-left: 205px;
    z-index: 666;
    animation: aperte 2s ease-in-out infinite;
}

@keyframes aperte {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0px);
    }
}



.flagfull {
    width: 133px;
    height: 51px;
    margin-left: 58px;
    margin-top: 87px;
    position: absolute;
    z-index: 40;
    animation: fa-blink 1s infinite alternate;
}

.flag01 {
    background: url(../images/flag.png);
    width: 40px;
    height: 40px;
    margin-left: 134px;
    margin-top: -1px;
    position: absolute;
    z-index: 40;
}

.containertext {
    background: url(../images/escolha.png);
    width: 199px;
    height: 51px;
    top: 130%;
    left: 50%;
    margin-left: -100px;
    position: relative;
    z-index: 40;
}

.containertext2 {
    background: url(../images/novidade.png);
    width: 161px;
    height: 21px;
    top: 21px;
    left: 50%;
    margin-left: -80px;
    position: relative;
    z-index: 40;
}

.containertext3 {
    width: 108px;
    height: 21px;
    top: 15px;
    left: 50%;
    margin-left: -54px;
    position: relative;
    z-index: 40;
}

.icon01 {
    background: url('../images/wp-logo.png') center no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 40;
    top: 96px;
    left: 5px;
}

.icon02 {
    background: url('../images/in-logo.png') center no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 40;
    top: 95px;
    left: 13px;
}

.icon03 {
    background: url('../images/afb-logo.png') center no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 40;
    top: 96px;
    left: 6px;
}

.icon04 {
    background: url('../images/disc-logo.png') center no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 40;
    top: 96px;
    left: 13px;
}

.erro {
    background: url('../images/girar.jpg') center no-repeat;
    background-size: contain;
    width: 95vw;
    height: 95vh;
    max-width: 488px;
    max-height: 587px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 40;
}

.icon05 {
    background: url('../images/yt-logo.png') center no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 40;
    top: 21px;
    left: 6px;
}

.icon06 {
    background: url('../images/yt-logo.png') center no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 40;
    top: 36px;
    left: 6px;
}

.flag02 {
    background: url(../images/flag.png);
    width: 40px;
    height: 40px;
    margin-left: 2px;
    margin-top: -1px;
    position: absolute;
    z-index: 40;
}

.icon01:hover {
    filter: brightness(150%);
    transition: all 0.2s ease-in-out;
}

.icon02:hover {
    filter: brightness(150%);
    transition: all 0.2s ease-in-out;
}

.icon03:hover {
    filter: brightness(150%);
    transition: all 0.2s ease-in-out;
}

.icon04:hover {
    filter: brightness(150%);
    transition: all 0.2s ease-in-out;
}

.icon05:hover {
    filter: brightness(150%);
    transition: all 0.2s ease-in-out;
}

.creditos {
    width: 100px;
    height: 50px;
    left: 50%;
    margin-left: -50px;
    top: 10px;
    position: relative;
}

.text-verde {
    color: #00ff66 !important;
    text-shadow: 1px 1px 2px black, 0 0 0.5em #00ff66, 0 0 0.2em #00ff66 !important;
}

.text-amarelo {
    color: #ffd700 !important;
    text-shadow: 1px 1px 2px black, 0 0 0.5em #ffd700, 0 0 0.2em #ffd700 !important;
}