@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,700;1,900&display=swap');

section.crash-mod2{
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    z-index: 1;
  }





section.crash-mod2 .sceneWrap {
display: block;
height: 100%;
margin: 0 auto;
width: 100%;
height: 500px;
position: absolute;
top: 0;
left: 0;
background: #1a212a;
cursor: pointer;
/*-webkit-animation: load-animation 0.65s linear;
animation: load-animation 0.65s linear;*/
z-index: 9999999;
}
@media (max-width: 500px) {
section.crash-mod2 .sceneWrap {
max-height: 350px;
}
}

section.crash-mod2 .sceneWrap h2{
position: absolute;
display: block;
width: 100%;
text-align: center;
color: #fff;
font-family: Calibri;
font-size: 90px;
top: -197px;
font-weight: bold;
margin-bottom: 0;
line-height: 228px;
}

section.crash-mod2 .sceneWrap p{
color: #fff;
font-family: Calibri;
position: abn;
position: absolute;
display: block;
width: 100%;
color: #fff;
top: -45px;
width: 300px;
text-align: center;
}


section.crash-mod2 .jet-pack {
display: block;
font-size: 1rem;
left: 50%;
position: absolute;
text-align: center;
top: 232px;
transform: translate(-50%, -50%) rotateZ(5deg);
}
@media (max-width: 500px) {
section.crash-mod2 .jet-pack {
font-size: .75rem;
}
}
@media (max-height: 387px) {
section.crash-mod2 .jet-pack {
transform: translate(-50%, 0%) rotateZ(5deg);
}
}
section.crash-mod2 .jet-pack:before {
background: #fff;
content: '';
display: inline-block;
height: 2.25em;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, 25%);
width: 6em;
}
section.crash-mod2 .jet-pack:after {
background-image: linear-gradient(#444349 0%, rgba(68, 67, 73, 0.9) 50%, rgba(83, 109, 254, 0) 100%);
border-radius: 15%;
content: '';
display: inline-block;
height: 8em;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, 20%);
width: 5.65em;
}
@media (max-width: 500px) {
section.crash-mod2 .jet-pack:after {
background: #444349;
}
}

section.crash-mod2 .jet-body {
background: #fff;
border-top-right-radius: 60% 50%;
border-top-left-radius: 60% 50%;
border-bottom-left-radius: 60% 50%;
border-bottom-right-radius: 60% 50%;
display: inline-block;
height: 8.5em;
position: relative;
width: 3.25em;
z-index: 3;
}
section.crash-mod2 .jet-body:after {
border-left: .65em solid transparent;
border-right: .65em solid transparent;
border-top: 1.75em solid #82818b;
content: "";
display: inline-block;
height: .5em;
left: 50%;
position: absolute;
top: 9em;
transform: translate(-50%, 0);
z-index: 6;
-webkit-animation: flame-animation 0.2s linear infinite;
animation: flame-animation 0.2s linear infinite;
}
section.crash-mod2 .jet-body:before {
border-left: .5em solid transparent;
border-right: .5em solid transparent;
border-bottom: 1.1em solid #fff;
content: "";
display: inline-block;
left: 50%;
position: absolute;
top: 8em;
transform: translate(-50%, 0);
width: .2em;
z-index: 10;
}

section.crash-mod2 .jet-wing-top-circle {
background: #444349;
border-radius: 50%;
box-shadow: inset -0.14em -0.2em 0.25em rgba(255, 255, 255, 0.24), inset -0.4em -0.2em 0.25em rgba(255, 255, 255, 0.4), inset -0.4em -0.2em 1em rgba(68, 67, 73, 0.5);
display: block;
height: 1.7em;
left: 50%;
position: absolute;
top: 2.5em;
transform: translate(-50%, 0);
width: 1.7em;
}
section.crash-mod2 .jet-wing-top-circle:before,section.crash-mod2  .jet-wing-top-circle:after {
border-bottom: .3em solid transparent;
border-top: 1.5em solid transparent;
border-right: 1.8em solid #fff;
content: "";
height: 0;
left: -1.9em;
position: absolute;
top: .9em;
transform: rotate(-8deg);
width: 0;
}
section.crash-mod2 .jet-wing-top-circle:after {
border-bottom: .3em solid transparent;
border-top: 1.5em solid transparent;
border-left: 1.8em solid #fff;
border-right: 0;
left: auto;
right: -1.9em;
transform: rotate(8deg);
}

section.crash-mod2 .smoke {
background: #fff;
border-left: 1px solid #696871;
border-right: 1px solid #696871;
bottom: -75%;
height: 6em;
left: 50%;
position: absolute;
transform: translate(-50%, 0);
width: 1em;
z-index: 2;
}
section.crash-mod2 .smoke:before,section.crash-mod2  .smoke:after {
background: #fff;
border-left: 1px solid rgba(68, 67, 73, 0.05);
border-right: 1px solid rgba(68, 67, 73, 0.02);
content: '';
height: 6em;
left: 50%;
position: absolute;
width: .2em;
}
section.crash-mod2 .smoke:after {
left: auto;
right: 50%;
}
section.crash-mod2 .smoke-bubble,
section.crash-mod2 .smoke-bubble:before,
section.crash-mod2 .smoke-bubble:after {
background: #fff;
border-radius: 50%;
bottom: -1em;
display: block;
height: 3em;
left: -1em;
position: absolute;
width: 3em;
-webkit-animation: smoke-animation 0.3s linear infinite alternate-reverse;
animation: smoke-animation 0.3s linear infinite alternate-reverse;
}
section.crash-mod2 .smoke-bubble:after {
bottom: -.25em;
content: '';
height: 2.5em;
width: 2.5em;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
section.crash-mod2 .smoke-bubble:before {
bottom: -.25em;
content: '';
height: 2.15em;
left: auto;
right: -.5em;
width: 2.15em;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}

section.crash-mod2 .needle {
border-left: .5em solid transparent;
border-right: .5em solid transparent;
border-bottom: 3.1em solid #fff;
height: 0;
left: 50%;
position: absolute;
top: -10.25em;
transform: translate(-50%, 0);
width: 0;
z-index: -1;
}
section.crash-mod2 .needle:after {
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
box-shadow: inset 0 -0.0625em -0.125em #fff, inset 0 -0.9375em 0.3125em rgba(255, 255, 255, 0.9), inset 0 -1.25em 0.625em rgba(68, 67, 73, 0.5);
content: "";
height: 14em;
left: 50%;
position: absolute;
top: 100%;
transform: translate(-50%, 28%);
width: 14em;
-webkit-animation: up-down-animation 0.15s linear infinite alternate-reverse;
animation: up-down-animation 0.15s linear infinite alternate-reverse;
}

section.crash-mod2 .flag {
background: rgba(255, 255, 255, 0.95);
border-radius: 50%;
height: 2em;
left: -.05em;
position: absolute;
top: 5em;
transform: rotateZ(-25deg);
width: 2em;
-webkit-animation: round-animation 2s linear infinite alternate-reverse;
animation: round-animation 2s linear infinite alternate-reverse;
}
section.crash-mod2 .flag:before,section.crash-mod2  .flag:after {
background: rgba(255, 255, 255, 0.95);
border-radius: 50%;
content: "";
height: 1.5em;
position: absolute;
right: 2em;
top: -.5em;
width: 1.5em;
}
section.crash-mod2 .flag:after {
right: 0;
top: -.5em;
}
@-webkit-keyframes load-animation {
0% {
opacity: 0;
transform: scale(0.75, 0.75);
}
100% {
opacity: 1;
transform: scale(1, 1);
}
}
@keyframes load-animation {
0% {
opacity: 0;
transform: scale(0.75, 0.75);
}
100% {
opacity: 1;
transform: scale(1, 1);
}
}
@-webkit-keyframes flame-animation {
100% {
border-top-width: 1.9em;
border-left-width: .5em;
border-left-width: .5em;
}
}
@keyframes flame-animation {
100% {
border-top-width: 1.9em;
border-left-width: .5em;
border-left-width: .5em;
}
}
@-webkit-keyframes smoke-animation {
0% {
transform: scale(0.95, 0.95);
}
100% {
transform: scale(1, 1);
}
}
@keyframes smoke-animation {
0% {
transform: scale(0.95, 0.95);
}
100% {
transform: scale(1, 1);
}
}
@-webkit-keyframes round-animation {
0% {
left: .5em;
opacity: .5;
top: 5em;
transform: scale(0.95, 0.95);
}
100% {
left: -0.5;
opacity: 1;
top: 5em;
transform: scale(1, 1);
}
}
@keyframes round-animation {
0% {
left: .5em;
opacity: .5;
top: 5em;
transform: scale(0.95, 0.95);
}
100% {
left: -0.5;
opacity: 1;
top: 5em;
transform: scale(1, 1);
}
}
@-webkit-keyframes up-down-animation {
0% {
box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.95), inset 0 -15px 5px rgba(255, 255, 255, 0.9), inset 0 -20px 10px rgba(68, 67, 73, 0.5);
}
100% {
box-shadow: inset 0 -1px 2px #fff, inset 0 -17px 5px rgba(255, 255, 255, 0.95), inset 0 -22px 12px rgba(68, 67, 73, 0.6);
}
}
@keyframes up-down-animation {
0% {
box-shadow: inset 0 -1px 2px rgba(255, 255, 255, 0.95), inset 0 -15px 5px rgba(255, 255, 255, 0.9), inset 0 -20px 10px rgba(68, 67, 73, 0.5);
}
100% {
box-shadow: inset 0 -1px 2px #fff, inset 0 -17px 5px rgba(255, 255, 255, 0.95), inset 0 -22px 12px rgba(68, 67, 73, 0.6);
}
}

     
      section.crash-mod2 .area-aposta{
          position: relative;
            display: block;
            border-radius: 12px;
            height: 100%;
            width: 100%;
            background-color: var(--cor-principal-crash);
            border-color: var(--cor-principal-crash);
            border-radius: 11px;
            box-shadow: 5px 5px 15px rgb(0 0 0 / 35%);
            color: #fff;
            padding: 12px;
            min-height: 455px;
      }

      section.crash-mod2 .area-video{
          position: absolute;
          display: block;
          width: 100%;
          height: 500px;
          background: #666;
          z-index: -1;
          top: 0;
          left: 0;
      }

     section.crash-mod2  .parent-element-to-video{
          position: relative;
          display: block;
      }

      section.crash-mod2 .parent-element-to-video video{
        width: 100%;
        height: 100%;
        object-fit: cover;

        pointer-events: none;
      }

     section.crash-mod2  button.btn-primary,
     section.crash-mod2  button.btn-primary:hover,
     section.crash-mod2  button.btn-primary:active,
     section.crash-mod2  button.btn-primary:focus,
     section.crash-mod2  button.btn-primary:visited{
        position: relative;
        display: block;
        width: 100%;
        background: var(--cor-principal-btn-crash) !important;
        border-color: var(--cor-principal-btn-crash) !important;
        height: 58px;
        padding-top: 10px;
        padding-top: 8px;
        font-weight: 900 !important;
        font-family: 'Roboto', sans-serif;
      }
    
      section.crash-mod2 .sugestoes{
        height: auto;
        min-height: 76px;
      }


      section.crash-mod2 .sugestoes span{
              position: relative;
              display: inline-block;
              font-weight: bold;
              background: #000000;
              font-size: 12px;
              padding: 6px;
              padding-left: 7.5px;
              padding-right: 7.5px;
              border-radius: 9px;
              margin-bottom: 6px;
              margin-right: 2px;
              border: 1px solid #747474;
              cursor: pointer;

              font-weight: 900 !important;
            font-family: 'Roboto', sans-serif;
      }

      section.crash-mod2 label{
        font-weight: 900 !important;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
      }

      section.crash-mod2 .form-control,
      section.crash-mod2 .form-control:hover,
      section.crash-mod2 .form-control:active,
      section.crash-mod2 .form-control:focus,
      section.crash-mod2 .form-control:visited{
        background: #000 !important;
        color: #fff !important;
        font-weight: 900 !important;
        font-family: 'Roboto', sans-serif;
        border-radius: 20px;
        border-color: #747474;
        outline: none !important;
        box-shadow: none !important;
      }

      section.crash-mod2 p.desc-proximo-lancamento{
        text-align: left;
        padding-top: 13px;
        font-size: 13px;
        line-height: 17px;
      }

      section.crash-mod2 .area-odds-crash{
            position: absolute;
            display: block;
            z-index: 11;
            top: 50px;
            right: 73px;
            background: none;
            color: #fff;
            font-weight: 900 !important;
            font-style: oblique;
            font-family: 'Roboto', sans-serif;
            font-size: 85px;
            text-shadow: 4px 3px 12px rgb(0 0 0);
      }

      section.crash-mod2 .scene{
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      section.crash-mod2 .scene i{
        position: absolute;
        top: -250px;
        background: rgba(255,255,255,0.5);
        animation: animateStars linear infinite;
      }
      @keyframes animateStars{
        0%{
          transform: translateY(0);
        }
        100%{
          transform: translateY(200vh);
        }
      }

      section.crash-mod2 .scene .rocket.nao-ativo img,
      section.crash-mod2 .scene .rocket.ativo img{
        width: 58px;
      }

      section.crash-mod2 .scene .rocket img{
        max-width:90px;
    }
    
      section.crash-mod2 .scene .rocket.nao-ativo{
        position: absolute;
      display: block;
      bottom: 2px;
      animation: animateNaoAtivo 0.1s ease infinite;
      -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
      }
      @keyframes animateNaoAtivo{
        0%,100%{
          transform: translateY(-0.5px);
        }
        50%{
          transform: translateY(0.5px);
        }
      }

      section.crash-mod2 .scene .rocket.ativo{
        position: relative;
        animation: animate 0.17s ease infinite;
        -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
      }

      section.crash-mod2 .scene .rocket.in-crash{
        position: relative;
        -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
      }

      @keyframes animate{
        0%,100%{
          transform: translateY(-2px);
        }
        50%{
          transform: translateY(2px);
        }
      }

      section.crash-mod2 .scene .rocket.ativo::before{
        content: '';
        position: absolute;
        bottom: -200px;
        left: 50%;
        transform: translateX(-50%);
        width: 10px;
        height: 200px;
        background: linear-gradient(#00d0ff,transparent);
      }

      section.crash-mod2 .scene .rocket.ativo::after{
        content: '';
        position: absolute;
        bottom: -200px;
        left: 50%;
        transform: translateX(-50%);
        width: 10px;
        height: 200px;
        background: linear-gradient(#00d0ff,transparent);
        filter: blur(20px);
      }

     section.crash-mod2  audio{
        position: absolute;
        z-index: -2;
        opacity: 0;
        visibility: 0;
      }

      section.crash-mod2 .area-odds-crashResultados{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding-top: 146px;
        z-index: -1;
        animation: 2s infinite;
        display: none;
      }


       

      section.crash-mod2 .area-odds-crashResultados img{
          width: 296px;
          display: block;
          margin-left: auto;
          margin-right: auto;
      }

      section.crash-mod2 .area-odds-crashResultados span{
            color: #fff;
            font-weight: 900 !important;
            font-style: oblique;
            font-family: 'Roboto', sans-serif;
            font-size: 60px;
            text-shadow: 4px 3px 12px rgb(0 0 0);
      }


      section.crash-mod2 .controle-som{
        border: 0px solid #fff;
        position: absolute;
        bottom: 18px;
        right: 18px;
        z-index: 20;
        display: block;
        -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
      }

      section.crash-mod2 .controle-som img{
        width: 25px;
        height: auto;
        filter: invert(100%);
        cursor: pointer;
        -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
      }

      section.crash-mod2 .controle-som.inativo img{
        filter: invert(55%);
        -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
      }


      section.crash-mod2 .layer-bloqueio{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 254px;
            background: rgba(000,000,000,0.75);
            z-index: 50;
            border-radius: 12px;
            -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
            display: none;
            text-align: center;
            padding-top: 75px;
      }

      section.crash-mod2 .layer-bloqueio img{
        width: 64px;
        height: auto;
        opacity: 0.65;
        margin-left:auto;
        margin-right:auto;
      }

      @media(max-width: 540px){

          section.crash-mod2 {
              position: relative;
              display: block;
              width: 100%;
              height: 700px;
          }
          section.crash-mod2 .area-game{
            height: 700px;
          }
          section.crash-mod2 .sceneWrap {
             height: 700px;
             max-height: 700px;
          }
          section.crash-mod2 .sceneWrap h2 {
              position: absolute;
              display: block;
              width: 100%;
              text-align: center;
              color: #fff;
              font-family: Calibri;
              font-size: 56px;
              top: -193px;
              left: 0;
              font-weight: bold;
              margin-bottom: 0;
              line-height: 228px;
              margin-left: -68px;
          }
          section.crash-mod2 .sceneWrap p {
              color: #fff;
              font-family: Calibri;
              position: abn;
              position: absolute;
              display: block;
              width: 100%;
              color: #fff;
              top: -58px;
              width: 300px;
              text-align: center;
              margin-left: -111px;
          }

          section.crash-mod2 .area-aposta {
              position: relative;
              display: block;
              border-radius: 12px;
              height: auto;
              width: 100%;
              background-color: var(--cor-principal-crash);
              border-color: var(--cor-principal-crash);
              border-radius: 11px;
              box-shadow: 5px 5px 15px rgb(0 0 0 / 35%);
              color: #fff;
              padding: 12px;
              margin-top: 282px;
              min-height: auto;
          }

          section.crash-mod2 .area-odds-crash {
              position: absolute;
              display: block;
              z-index: 11;
              top: 10px;
              right: 23px;
              background: none;
              color: #fff;
              font-weight: 900 !important;
              font-style: oblique;
              font-family: 'Roboto', sans-serif;
              font-size: 45px;
              text-shadow: 4px 3px 12px rgb(0 0 0);
          }

          section.crash-mod2 .area-odds-crashResultados img {
              width: 85%;
              display: block;
              margin-left: auto;
              margin-right: auto;
          }

          section.crash-mod2 .scene .rocket{
              margin-top: -300px;
          }

      }


.ultimos-resultados-crash{
    position: relative;
    display: block;
    margin-top: 30px;
}

.ultimos-resultados-crash h3{
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
}

.ultimos-resultados-crash div{

}

.ultimos-resultados-crash div p{
  font-size: 14px;
}

.ultimos-resultados-crash div span{
    position: relative;
    display: inline-block;
    width: auto;
    padding: 4px;
    background: var(--cor-principal-btn-crash);
    margin-right: 7px;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 15px;
    padding-left: 9.5px;
    padding-right: 9.5px;
    border-radius: 5px;
    opacity: 0.9;
}


#feedbackAdicionalCrash{
    text-align: left;
    font-size: 14px;
    padding-top: 16px;
    font-weight: bold;
}

#contadorProximoDisparo{
  position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    z-index: 99999999;
    font-size: 200px;
}

#contadorProximoDisparo small{
  font-size: 16px;
  display: block;
  margin-top: -52px;
  text-shadow: 2px 2px 2px rgba(000,000,000,0.25);
}


.crash-design-layout-dupla_aposta{
   margin-bottom: 400px;
}

.crash-design-layout-dupla_aposta .sceneWrap{
  height: 900px !important;
}

.crash-design-layout-dupla_aposta .area-odds-crash{
  position: absolute;
  display: block;
  right: 0 !important;
  width: 100%;
  text-align: center;
}


.crash-design-layout-dupla_aposta .col-gap-crash{
  height: 343px;
}

.crash-design-layout-dupla_aposta .area-game{
  left: 50% !important;
  margin-left: -250px !important;
  width: 500px !important;
}


.crash-design-layout-dupla_aposta .sugestoes {
  height: auto;
  min-height: auto !important;
}



      .crash-design-layout-dupla_aposta .scene .rocket.nao-ativo img,
      .crash-design-layout-dupla_aposta .scene .rocket.ativo img{
        width: 200px !important;
      }

      .crash-design-layout-dupla_aposta .scene .rocket img{
        max-width:290px !important;
      }

      .crash-design-layout-dupla_aposta button.btn-primary,
      .crash-design-layout-dupla_aposta button.btn-primary:hover,
      .crash-design-layout-dupla_aposta button.btn-primary:active,
      .crash-design-layout-dupla_aposta button.btn-primary:focus,
      .crash-design-layout-dupla_aposta button.btn-primary:visited{
        border-radius: 8px !important;
      } 

      .crash-design-layout-dupla_aposta .form-control,
      .crash-design-layout-dupla_aposta .form-control:hover,
      .crash-design-layout-dupla_aposta .form-control:active,
      .crash-design-layout-dupla_aposta .form-control:focus,
      .crash-design-layout-dupla_aposta .form-control:visited{
        border-radius: 8px !important;
        height: 54px !important;
      }


      .crash-design-layout-dupla_aposta .controle-som{
        bottom: auto !important;
        top: 20px !important;
      }


 @media(max-width:540px){
      .crash-design-layout-dupla_aposta .area-game {
        left: 0% !important;
        margin-left: auto !important;
        width: 100% !important;
    }
    .crash-design-layout-dupla_aposta .col-gap-crash {
      height: 100px;
  }
  .crash-design-layout-dupla_aposta {
    margin-bottom: 150px;
}

.crash-design-layout-dupla_aposta  .scene .rocket{
  margin-top: -100px !important;
}

.crash-design-layout-dupla_aposta .area-odds-crash {
  font-size: 65px !important;
  text-shadow: 4px 3px 12px rgb(0 0 0);
}
.crash-design-layout-dupla_aposta .sceneWrap {
  height: 800px !important;
  max-height: 800px !important;
}


 }     