@import url('https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One&display=swap');
/*@import url(https://fonts.googleapis.com/css?family=Archivo+Black);*/
@font-face {
    font-family: "IntroRustBook-BaseG";
    src: url("../../fonts/blackFriday/fonts/IntroRustBook-BaseG.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "IntroRustG-Base";
    src: url("../../fonts/blackFriday/fonts/IntroRustG-Base.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}


html,
body {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
body {
    background: #000;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0;margin: 0;
    font-family: 'Poppins', sans-serif;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
svg {isolation: isolate;}
circle {
    mix-blend-mode: lighten;
}

#livellotto_1 {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
    opacity: 0.15;

    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.container {
    width: 100%;
    height: 100%;
    /*background-color: #3C2C26;*/

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.svg-container {
    width: 90%;
    max-width: 800px;
    height: auto;
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-content {
    position: absolute;
}

.svg-content {
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 100%;
}
.firstcircle {
    stroke: #fff;
    stroke-width: 5;
    fill: none;
    opacity: 1;
}

.secondcircle {
    stroke: #DCCC97;
    stroke-width: 0.5;
    fill: none;
    opacity: 0;
}

.thirdcircle {
    stroke: #B91717;
    stroke-width: 1;
    fill: none;
    opacity: 0;
}

.maintitle , .secondtitle {
    text-align: center;
    font-size: 1.7em;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    z-index: 9;
    display: block;
    width: 70%;
    color: #fff;
}

.maintitle {
    top: 85px;
    right: -100%;
    font-family: 'Rubik Mono One', sans-serif;
    font-weight: 800;
}
.maintitle-1 {
    font-size: 65px;
    color: #000;

    text-shadow:     0 1px 0 hsl(0, 0%, 80%),
    0 2px 0 hsl(0, 0%, 75%),

    0 0 5px rgba(0,0,0,.05),
    0 1px 3px rgba(0,0,0,.2);
}
#blue.blueGlow {
    color: #FFFFFF;
    text-shadow: 0 0 10px
    #FFFFFF, 0 0 20px #FFFFFF, 0 0 30px #FFF, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px
    #228DFF;
}
.maintitle-2 {
    font-size: 75px;
    color:#FFEB3B;
}
.maintitle-3 {
    font-size: 120px;
    color:#FFEB3B;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;

    text-shadow: 0 0 0 #FFFFFF, 0 0 0 #FFFFFF, 0 0 0 #FFFFFF, 0 0 0 #228DFF, 0 0 0 #228DFF, 0 0 0 #228DFF, 0 0 0 #228DFF, 0 0 0 #228DFF;
}
.secondtitle {
    top: 20px;
}
.leaf1 {
    transform: scale(0.5,0.5) rotate(-36deg) translateX(72px);
    opacity: 0;
}

.leaf2 {
    transform: scale(0.5,0.5) rotate(36deg) translateX(682px) translateY(-935px);
    opacity: 0;
}

.xmasleaf1 {
    transform: rotate(-36deg) translateX(-134px) translateY(-199px);
    opacity: 0;
}

.xmasleaf2 {
    transform: rotate(36deg) translateX(170px) translateY(-670px);
    opacity: 0;
}

.rotator {
    width: 200%;
    height: 200%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

}
.rotator img {
    width: 200%;
    height: 200%;
    opacity: 0.1;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-animation: rotation 100s infinite linear;
    -moz-animation: rotation 100s infinite linear;
    -o-animation: rotation 100s infinite linear;
    animation: rotation 100s infinite linear;
}
#rotation path {
    /*fill: #FFF59D;*/
}
@-webkit-keyframes rotation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-moz-keyframes rotation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-o-keyframes rotation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes rotation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*Rotatpr*/
.rotator {
    width: 200%;
    height: 200%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

}
.rotator svg {
    width: 200%;
    height: 200%;
    opacity: 0.1;

    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);

    -webkit-animation: rotation 100s infinite linear;
    -moz-animation: rotation 100s infinite linear;
    -o-animation: rotation 100s infinite linear;
    animation: rotation 100s infinite linear;
}
#rotation path {
    /*fill: #FFF59D;*/
}
@-webkit-keyframes rotation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-moz-keyframes rotation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-o-keyframes rotation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes rotation {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*End rotator*/

/*Scena 1*/
.scena {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.scena-center {
    position: relative;
    width: 400px;
    transform: scale(2);
}
#logo-lotto {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    top: -30px;
}
#logo-lotto path {
    fill: rgba(198,40,40, 1);
    stroke-width: 0.1;
    stroke: rgba(198, 23, 20, 0.6);
}
#logo-white {
    overflow: visible;
    position: absolute;
    width: 18vw;
    height: 15vh;
    top: 50px;
    opacity: 0;
    z-index: 9;
}
#logo-white path {
    fill: rgba(0,0,0, 1);
    stroke-width: 0.4;
    stroke: #c62828;
}
.scena-center div {
    position: relative;
    height: 80px;margin: -10px 0;z-index: 2;

    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.scena-center .div-2,
.scena-center .div-4 {
    -webkit-transform: skewY(14.5deg);
    -moz-transform: skewY(14.5deg);
    -ms-transform: skewY(14.5deg);
    -o-transform: skewY(14.5deg);
    transform: skewY(14.5deg);

    z-index: 1;
}
.scena-center .div-4 {
    -webkit-transform: skewY(25deg);
    -moz-transform: skewY(25deg);
    -ms-transform: skewY(25deg);
    -o-transform: skewY(25deg);
    transform: skewY(25deg);

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;

    top: -52px;
}
.scena-center div::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.scena-center .div-1::before,
.scena-center .div-3::before {
    background: url('../../image/blackFriday/fotos/bg-scena-1.jpg') repeat-y center;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.scena-center .div-2::before,
.scena-center .div-4::before {
    background: url('../../image/blackFriday/fotos/bg-scena-1.jpg') repeat-y center;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.scena-center .div-1::before {
    -webkit-animation: myanim 1s forwards;
    -moz-animation: myanim 1s forwards;
    -o-animation: myanim 1s forwards;
    animation: myanim 1s forwards;

    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.scena-center .div-2::before {
    -webkit-animation: myanim 1s forwards;
    -moz-animation: myanim 1s forwards;
    -o-animation: myanim 1s forwards;
    animation: myanim 1s forwards;

    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.scena-center .div-3::before {
    -webkit-animation: myanim 1s forwards;
    -moz-animation: myanim 1s forwards;
    -o-animation: myanim 1s forwards;
    animation: myanim 1s forwards;

    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;

    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.scena-center .div-4::before {
    width: 60%;
    left: 0;

    -webkit-animation: myanim 1s forwards;
    -moz-animation: myanim 1s forwards;
    -o-animation: myanim 1s forwards;
    animation: myanim 1s forwards;

    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
@-webkit-keyframes myanim {
    0%   {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-moz-keyframes myanim {
    0%   {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-o-keyframes myanim {
    0%   {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes myanim {
    0%   {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/* ------------- TEXT ---------------- */
.scena-center .scena-text ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    position: relative;
    margin: 0;padding: 0;
    z-index: 10;
    color: #fff;
}
.scena-center .scena-text ul li {
    list-style-type: none;
    letter-spacing: 5px;
    color: #000;
    text-shadow: none;

    -webkit-animation: animateTextShadow 1s infinite linear;
    -moz-animation: animateTextShadow 1s infinite linear;
    -o-animation: animateTextShadow 1s infinite linear;
    animation: animateTextShadow 1s infinite linear;
}
.scena-center .div-1,
.scena-center .div-3 {
    z-index: 3;
}
.scena-center .div-1 ul li span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    opacity: 0;

    -webkit-animation: fadeText 0.5s linear forwards;
    -moz-animation: fadeText 0.5s linear forwards;
    -o-animation: fadeText 0.5s linear forwards;
    animation: fadeText 0.5s linear forwards;

    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.scena-center .div-3 ul li span {
    position: relative;
    display: inline-block;
    font-size: 90px;
    font-weight: 800;
    opacity: 0;

    -webkit-animation: fadeText 0.5s linear forwards;
    -moz-animation: fadeText 0.5s linear forwards;
    -o-animation: fadeText 0.5s linear forwards;
    animation: fadeText 0.5s linear forwards;

    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}
@-webkit-keyframes fadeText {
    0%   { opacity: 0;

        -ms-filter: blur(10px);
        filter: blur(10px); }
    100% { opacity: 1;
        -ms-filter: blur(0);
        filter: blur(0); }
}
@-moz-keyframes fadeText {
    0%   { opacity: 0;

        -ms-filter: blur(10px);
        filter: blur(10px); }
    100% { opacity: 1;

        -ms-filter: blur(0);
        filter: blur(0); }
}
@-o-keyframes fadeText {
    0%   {
        opacity: 0;

        -ms-filter: blur(10px);
        filter: blur(10px);
    }
    100% { opacity: 1;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);

        -ms-filter: blur(0);
        filter: blur(0); }
}
@keyframes fadeText {
    0%   { opacity: 0;

        -ms-filter: blur(10px);
        filter: blur(10px); }
    100% { opacity: 1;

        -ms-filter: blur(0);
        filter: blur(0); }
}

@-webkit-keyframes animateTextShadow {
    0% {
        color: #a7a300;
        text-shadow: none;
    }
    18% {
        color: #a7a300;
        text-shadow: none;
    }
    20% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    30% {
        color: #a7a300;
        text-shadow: none;
    }
    35% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    70% {
        color: #a7a300;
        text-shadow: none;
    }
    85% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    90% {
        color: #a7a300;
        text-shadow: none;
    }
    100% {
        color: #a7a300;
        text-shadow: none;
    }
}
@-moz-keyframes animateTextShadow {
    0% {
        color: #a7a300;
        text-shadow: none;
    }
    18% {
        color: #a7a300;
        text-shadow: none;
    }
    20% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    30% {
        color: #a7a300;
        text-shadow: none;
    }
    35% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    70% {
        color: #a7a300;
        text-shadow: none;
    }
    85% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    90% {
        color: #a7a300;
        text-shadow: none;
    }
    100% {
        color: #a7a300;
        text-shadow: none;
    }
}
@-o-keyframes animateTextShadow {
    0% {
        color: #a7a300;
        text-shadow: none;
    }
    18% {
        color: #a7a300;
        text-shadow: none;
    }
    20% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    30% {
        color: #a7a300;
        text-shadow: none;
    }
    35% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    70% {
        color: #a7a300;
        text-shadow: none;
    }
    85% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    90% {
        color: #a7a300;
        text-shadow: none;
    }
    100% {
        color: #a7a300;
        text-shadow: none;
    }
}
@keyframes animateTextShadow {
    0% {
        color: #a7a300;
        text-shadow: none;
    }
    18% {
        color: #a7a300;
        text-shadow: none;
    }
    20% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    30% {
        color: #a7a300;
        text-shadow: none;
    }
    35% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    70% {
        color: #a7a300;
        text-shadow: none;
    }
    85% {
        color: #a7a300;
        text-shadow:  0 0 7px #fff000, 0 0 20px #ff6c00;
    }
    90% {
        color: #a7a300;
        text-shadow: none;
    }
    100% {
        color: #a7a300;
        text-shadow: none;
    }
}
.scena-center .scena-text ul li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.scena-center .scena-text ul li:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.scena-center .scena-text ul li:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.scena-center .scena-text ul li:nth-child(4) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.scena-center .scena-text ul li:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.scena-center .scena-text ul li:nth-child(6) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.scena-center .scena-text ul li:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.scena-center .scena-text ul li:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.scena-center .scena-text ul li:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.scena-center .scena-text ul li:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.scena-center .scena-text ul li:nth-child(11) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
/*End scena 1*/

/*baloons*/
.baloon {
    position: absolute;
}
.baloon-1 {
    bottom: -1%;
    right: 2%;
    transform: rotate(-16deg);
    width: 13%;
    z-index: 2;
}
.baloon-2 {
    bottom: -8%;
    right: 2%;
    transform: rotate(-35deg);
    width: 12%;
    z-index: 1;
}
.baloon-3 {
    bottom: 0;
    right: -3%;
    transform: rotate(-16deg);
    width: 14%;
    z-index: 1;
}
.baloon-4 {
    bottom: 2%;
    left: 0%;
    transform: rotate(16deg);
    width: 16%;
    z-index: 2;
}
.baloon-5 {
    bottom: -2%;
    left: 2%;
    transform: rotate(35deg);
    width: 15%;
    z-index: 1;
}
.baloon-6 {
    bottom: 2%;
    left: -6%;
    transform: rotate(16deg);
    width: 15%;
    z-index: 1;
}
.gift-1 {
    position: absolute;
    left: -4%;
    bottom: -1%;
    z-index: 3;
    width: 15%;
}
.gift-2 {
    position: absolute;
    right: -4%;
    bottom: -1%;
    z-index: 3;
    width: 15%;
}
/*End baloon*/

/*BUTTON*/
#btn {
    position: relative;
    display: block;
    width: 250px;
    padding: 15px 30px;
    margin: 25px auto 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 24px;
    overflow: hidden;
    z-index: 9;
    cursor: pointer;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;

    -webkit-box-shadow: 0 0 8px 4px rgba(160,0,0, 0.4);
    -moz-box-shadow: 0 0 8px 4px rgba(160,0,0, 0.4);
    box-shadow: 0 0 8px 4px rgba(160,0,0, 0.4);
}
#btn.hover-btn {
    color: #3a3a3a;
    background: #FBC02D;
    text-decoration: none;

    -webkit-animation-delay: 2.25s;
    -moz-animation-delay: 2.25s;
    -o-animation-delay: 2.25s;
    animation-delay: 2.25s;

    -webkit-box-shadow: 0 0 10px #FBC02D, 0 0 40px #FBC02D, 0 0 80px #FBC02D;
    -moz-box-shadow: 0 0 10px #FBC02D, 0 0 40px #FBC02D, 0 0 80px #FBC02D;
    -o-box-shadow: 0 0 10px #FBC02D, 0 0 40px #FBC02D, 0 0 80px #FBC02D;
    box-shadow: 0 0 10px #FBC02D, 0 0 40px #FBC02D, 0 0 80px #FBC02D;
}
#btn span {
    display: block;
    position: absolute;
}
#btn span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;

    background-image: -webkit-linear-gradient(90deg, transparent, #FBC02D);
    background-image:    -moz-linear-gradient(90deg, transparent, #FBC02D);
    background-image:      -o-linear-gradient(90deg, transparent, #FBC02D);
    background-image:         linear-gradient(90deg, transparent, #FBC02D);
}
#btn:hover span:nth-child(1) {
    left: 100%;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#btn span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;

    background-image: -webkit-linear-gradient(180deg, transparent, #FBC02D);
    background-image:    -moz-linear-gradient(180deg, transparent, #FBC02D);
    background-image:      -o-linear-gradient(180deg, transparent, #FBC02D);
    background-image:         linear-gradient(180deg, transparent, #FBC02D);
}
#btn:hover span:nth-child(2) {
    top: 100%;

    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#btn span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;

    background-image: -webkit-linear-gradient(270deg, transparent, #FBC02D);
    background-image:    -moz-linear-gradient(270deg, transparent, #FBC02D);
    background-image:      -o-linear-gradient(270deg, transparent, #FBC02D);
    background-image:         linear-gradient(270deg, transparent, #FBC02D);
}
#btn:hover span:nth-child(3) {
    right: 100%;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;

    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#btn span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;

    background-image: -webkit-linear-gradient(360deg, transparent, #FBC02D);
    background-image:    -moz-linear-gradient(360deg, transparent, #FBC02D);
    background-image:      -o-linear-gradient(360deg, transparent, #FBC02D);
    background-image:         linear-gradient(360deg, transparent, #FBC02D);
}
#btn:hover span:nth-child(4) {
    bottom: 100%;

    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/*style loading*/
.loading-hide {
    display: none;
}
.loading-container {
    overflow: hidden;
    border-radius: 50%;

    -webkit-box-shadow: 0 0 85px rgba(254,1,45,0.6);
    -moz-box-shadow: 0 0 85px rgba(254,1,45,0.6);
    -o-box-shadow: 0 0 85px rgba(254,1,45,0.6);
    box-shadow: 0 0 85px rgba(254,1,45,0.6);

}
@media screen and (max-width: 1200px) {
    .scena,
    .loading-container {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@media screen and (max-width: 768px) {

    .scena {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
    .svg-content {
        display: none;
    }
    .loading-container {
        padding: 25px 0;
        max-height: 80vh;
        background: #B91717;
        border: 5px solid #fff;

        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;

        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .text-content {
        padding: 0 10px 25px;
        position: relative;
        max-height: 90vh;
        overflow-y: auto;
    }
    #logo-white {
        position: relative;
        top: 0;
    }
    .maintitle, .secondtitle {
        width: 90%;
    }
    .maintitle {
        font-size: 55px;
    }
    .secondtitle {
        font-size: 22px;
    }
}
@media screen and (max-width: 540px) {

    .scena {
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4);
    }
    .loading-container {
        max-height: 90vh;
        width: 95vw;
    }
    #btn {
        width: 205px;
        padding: 10px 20px;
        letter-spacing: 1.5px;
        font-size: 22px;
    }
    .maintitle {
        font-size: 45px;
    }

    .baloon-1 {
        width: 19%;
    }
    .baloon-2 {
        width: 24%;
    }
    .baloon-3 {
        width: 20%;
    }
    .baloon-4 {
        width: 21%;
    }
    .baloon-5 {
        width: 27%;
    }
    .baloon-6 {
        width: 21%;
    }
    .gift-1 {
        width: 25%;
    }
    .gift-2 {
        width: 25%;
    }

}

/*contain count down*/
#contain-countDown {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0d0a0a;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;

    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#contain-countDown.show {
    opacity: 1;
    z-index: 999;

    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.container-countdown {
    text-align: center;
    width: 80%;
}
.container-countdown_item {
    font-size: 0;
    padding: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.container-countdown_item li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #000;
    width: 20%;
    text-align: center;
    padding: 3% 1%;

    border-radius: 10%;
    -webkit-box-shadow:inset 0 0 22px rgba(254,1,45,0.6);
    -moz-box-shadow:inset 0 0 22px rgba(254,1,45,0.6);
    -o-box-shadow:inset 0 0 22px rgba(254,1,45,0.6);
    box-shadow:inset 0 0 22px rgba(254,1,45,0.6);
}
.container-countdown_item li span {
    font-size: 8vw;
    color: #AE0816;
    font-family: 'Rubik Mono One', sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.container-countdown_item li i {
    font-family: 'Rubik Mono One', sans-serif;
    font-weight: 100;
    display: block;
    text-align: center;
    font-size: 2vw;
    color: #fff;
}
.title-cotdown {
    font-family: 'Rubik Mono One', sans-serif;
    font-weight: 800;
    font-size: 4vw;
    color:yellow;
    margin-bottom: 4vw;
}
.switch {
    /*position: fixed;*/
    /*top: 5%;*/
    /*right: 5%;*/
    /*z-index: 9999;*/
    /*width: 55px;*/
    /*height: 55px;*/
    /*background: url('../../image/blackFriday/fotos/switch_off.png')no-repeat center;*/
    /*background-size: contain;*/

    /*background-color: #9ee3fb;*/
    /*border: 5px solid #86c3d7;*/
    /*height: 70px;*/
    /*width: 125px;*/
    /*border-radius: 70px;*/
}
.switch {
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 9999;
    width: 120px;
    height: 40px;
    opacity:0;

    background-image: -webkit-linear-gradient(0deg, #333, #000);
    background-image:    -moz-linear-gradient(0deg, #333, #000);
    background-image:      -o-linear-gradient(0deg, #333, #000);
    background-image:         linear-gradient(0deg, #333, #000);

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0,0,0, 1), 0 5px 20px rgba(0,0,0, 0.5), inset 0 0 15px rgba(0,0,0, 0.2);
    -moz-box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e,, inset 0 0 10px rgba(0,0,0, 1), 0 5px 20px rgba(0,0,0, 0.5), inset 0 0 15px rgba(0,0,0, 0.2);
    box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0,0,0, 1), 0 5px 20px rgba(0,0,0, 0.5), inset 0 0 15px rgba(0,0,0, 0.2);
}
.switch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 40px;

    background-image: -webkit-linear-gradient(0deg, #000, #6d6d6d);
    background-image:    -moz-linear-gradient(0deg, #000, #6d6d6d);
    background-image:      -o-linear-gradient(0deg, #000, #6d6d6d);
    background-image:         linear-gradient(0deg, #000, #6d6d6d);

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: 0 0 0 1px #232323;
    -moz-box-shadow: 0 0 0 1px #232323;
    box-shadow: 0 0 0 1px #232323;

    -webkit-transform: scale(.96, .96);
    -moz-transform: scale(.96, .96);
    -ms-transform: scale(.96, .96);
    -o-transform: scale(.96, .96);
    transform: scale(.96, .96);

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}
.switch.active {
    background-image: -webkit-linear-gradient(0deg, #a64628, #a41010);
    background-image:    -moz-linear-gradient(0deg, #a64628, #a41010);
    background-image:      -o-linear-gradient(0deg, #a64628, #a41010);
    background-image:         linear-gradient(0deg, #a64628, #a41010);

    -webkit-box-shadow: 0 0 2px #a64628, 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0,0,0, 1), 0 5px 20px rgba(0,0,0, 0.5), inset 0 0 15px rgba(0,0,0, 0.2);
    -moz-box-shadow: 0 0 2px #a64628, 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0,0,0, 1), 0 5px 20px rgba(0,0,0, 0.5), inset 0 0 15px rgba(0,0,0, 0.2);
    box-shadow: 0 0 2px #a64628, 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0,0,0, 1), 0 5px 20px rgba(0,0,0, 0.5), inset 0 0 15px rgba(0,0,0, 0.2);
}
.switch.active::before {
    left:40px;
}
.switch::after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 65px;
    width: 4px;
    height: 4px;
    
    background: linear-gradient(0deg, #6d6d6d, #000);

    background-image: -webkit-linear-gradient(0deg, #6d6d6d, #000);
    background-image:    -moz-linear-gradient(0deg, #6d6d6d, #000);
    background-image:      -o-linear-gradient(0deg, #6d6d6d, #000);
    background-image:         linear-gradient(0deg, #6d6d6d, #000);

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.switch.active::after {
    left:105px;
    background: #a41010;

    -webkit-box-shadow: 0 0 5px #a64628, 0 0 15px #a41010;
    -moz-box-shadow: 0 0 5px #a64628, 0 0 15px #a41010;
    box-shadow: 0 0 5px #a64628, 0 0 15px #a41010;
}

#title-countdown {
    margin-bottom: 5vh;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#title-countdown .anim-title {
    font-size: 10vw;
    line-height: 1;
    font-family: 'Rubik Mono One', sans-serif;
}
#title-countdown .color-red {
    font-size: 4vw;
    color: #c62828;
    font-weight: 400;
    line-height: 1;
}
#title-countdown .color-in {
    font-size: 5vw;
    color: #FDD835;
    font-weight: 600;
    line-height: 1;
}
#title-countdown .color-brand {
    font-size: 9vw;
    color: #c62828;
    font-weight: 800;
    line-height: 1;
}
.slide-leelo_wrapp {
    position: fixed;
    top: -100%;
}
.slide-leelo_wrapp .adaptive-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.slide-leelo_wrapp {
    top: 50%;
    left: 50%;
    width: 450px;
    height: 450px;
    background:#FCFCFC;
    z-index: 9;
    opacity:0;
    border: 5px solid #c62828;

    -webkit-box-shadow: 0 0 19px 3px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 19px 3px rgba(0,0,0,0.8);
    box-shadow: 0 0 19px 3px rgba(0,0,0,0.8);

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.slide-leelo_close {
    position: absolute;
    left: 50%;
    top: 5px;
    font-size: 35px;
    color: #FE012D;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #FE012D;
    text-align: center;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*.clock {*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: #fff url('../../image/blackFriday/pict/clock.png') no-repeat center;*/
    /*-webkit-background-size:cover;*/
    /*background-size:cover;*/
    /*border: 2px solid #fff;*/

    /*-webkit-box-shadow: inset 0 0 3px rgba(0,0,0, 0.1),*/
                              /*0 2px 2px rgba(0,0,0, 0.2),*/
                              /*0 0 0 1px rgba(255,255,255, 1);*/
    /*-moz-box-shadow: inset 0 0 30px rgba(0,0,0, 0.1),*/
                            /*0 20px 20px rgba(0,0,0, 0.2),*/
                            /*0 0 0 4px rgba(255,255,255, 1);*/
    /*box-shadow: inset 0 0 3px rgba(0,0,0, 0.1),*/
                        /*0 2px 2px rgba(0,0,0, 0.2),*/
                        /*0 0 0 1px rgba(255,255,255, 1);*/

    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/

    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/

    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/

    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
/*}*/
/*.clock::before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 3px;*/
    /*height: 3px;*/
    /*background-color: #848484;*/
    /*border: 2px solid #fff;*/
    /*z-index: 9;*/

    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
/*}*/
/*.clock .hour,*/
/*.clock .min,*/
/*.clock .sec {*/
    /*position: absolute;*/
/*}*/
/*.hour, .hour .hr {*/
    /*width: 16px;*/
    /*height: 16px;*/
/*}*/
/*.min, .min .mn {*/
    /*width: 19px;*/
    /*height: 19px;*/
/*}*/
/*.sec, .sec .sc {*/
    /*width: 23px;*/
    /*height: 23px;*/
/*}*/
/*.hour .hr,*/
/*.min .mn,*/
/*.sec .sc {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/

    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
/*}*/
/*.hour .hr::before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 4px;*/
    /*height: 8px;*/
    /*background-color: #848484;*/
    /*z-index: 5;*/

    /*-webkit-border-radius: 6px 6px 0 0;*/
    /*-moz-border-radius: 6px 6px 0 0;*/
    /*border-radius: 6px 6px 0 0;*/
/*}*/
/*.min .mn::before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 2px;*/
    /*height: 9px;*/
    /*background-color: #848484;*/
    /*z-index: 6;*/

    /*-webkit-border-radius: 6px 6px 0 0;*/
    /*-moz-border-radius: 6px 6px 0 0;*/
    /*border-radius: 6px 6px 0 0;*/
/*}*/
/*.sec .sc::before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 1px;*/
    /*height: 31px;*/
    /*background-color: #ff6767;*/
    /*z-index: 7;*/

    /*-webkit-border-radius: 6px 6px 0 0;*/
    /*-moz-border-radius: 6px 6px 0 0;*/
    /*border-radius: 6px 6px 0 0;*/
/*}*/