@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */


@font-face {
    font-family: 'Oxanium';
    src: url('/fonts/Oxanium-SemiBold.woff2') format('woff2'),
        url('/fonts/Oxanium-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium';
    src: url('/fonts/Oxanium-Medium.woff2') format('woff2'),
        url('/fonts/Oxanium-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Margem Fundo */

.full{
    margin-bottom: 100px;
}

/* Timer */

#timer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 25px 50px 25px;
}

#timer p{
    font-size: 14px;
    color: #fff;
    line-height: 0;
    padding: 0;
    margin: 0;
}

#separador{
    font-size: 54px;
    color: #FFCD10;
    line-height: 70px;
}

#days {
    text-align: center;
    font-size: 60px;
    color: #FFCD10;
    line-height: 70px;
}
#hours {
    text-align: center;
    font-size: 60px;
    color: #FFCD10;
    line-height: 70px;
}
#minutes {
    font-size: 60px;
    text-align: center;
    color: #FFCD10;
    line-height: 70px;
}
#seconds {
    text-align: center;
    font-size: 60px;
    color: #FFCD10;
    line-height: 70px;
}


.button.homepage{
    display: flex;
    /*gap: 25px;*/
    gap: 5%;
    align-items: center;
    line-height: 1;
}


/* Preloader */


      
.desktop-block, .preloader{
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow-y: hidden;
}
        
.desktop-block .content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
        
        
.desktop-block.hidden{
    display: none;
}
        
.desktop-block .logo-block{
    width: 25%;
    margin: auto;
        }
        
.desktop-block h1{
    font-family: "Montserrat";
    font-size: 26px;
    transform: unset;
}
        

.loading{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}      


.loading svg polyline {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loading svg polyline#back {
  fill: none;
  stroke: #ff4d5033;
}

.loading svg polyline#front {
  fill: none;
  stroke: #ff4d4f;
  stroke-dasharray: 48, 144;
  stroke-dashoffset: 192;
  animation: dash_682 1.4s linear infinite;
}

@keyframes dash_682 {
  72.5% {
    opacity: 0;
  }

  to {
    stroke-dashoffset: 0;
  }
}



.progress-bar-success {
    background-color: #D02100;
}

.glyphicon-trash:before {
    content: "\e020";
    font-size: 22px;
}

body {
    margin: auto;
    font-family: "Oxanium";
    font-weight: 500;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

#background {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 125%;
    left: 50%;
    z-index: -1;
}

.footer-dj{
    display: flex;
    justify-content: center;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 15px;
}



h1 {
    color: #fff;
    font-family: "Oxanium";
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    margin-top: 0;
}

h2{
    text-align: center;
    font-size: 22px;
}

#description{
    font-size: 28px;
    margin: 0 6% 10px;
    font-family: "Oxanium";
    color: #fff;
    text-align: center;
}

.pos{
    position: relative;
}


#tape img{
    position: absolute;
    top: 10%;
    z-index: -1;
   /*animation: move 4s infinite linear;
    animation-delay: 2s;*/
}

#tape{
    height: 200px;
}


#logo{
    position: relative;
}
        
        
#description.end{
    text-align: center;
    font-family: "Oxanium";
    font-size: 38px;
    margin: 0 0 15%;
    width: fit-content;
}
        
  
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    font-size: 150% !important;
  }
}

img{
    width: 100%;
    height: auto;
}

.progress-animated .progress-bar,
.progress-animated .bar {
  background: url('../img/progressbar.gif') !important;
  filter: none;
}
.fileupload-process {
  float: right;
  display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../img/loading.gif') center no-repeat;
  background-size: contain;
}
.files audio,
.files video {
  max-width: 300px;
}

.files .name {
  word-wrap: break-word;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.files button {
  margin-bottom: 5px;
}
.toggle[type='checkbox'] {
  transform: scale(2);
  margin-left: 10px;
}


@media (min-width: 768px){
    
    #logo {
        margin: 8% 0;
    }
    
    #logo.countdown {
        margin: 4% 0 8% 0;
    }
    

    #logo img {
        width: 25%;
    }

    #tape img{
        width: 35%;
        left: 50%;
        transform: translateX(-50%);
        top: -5%;
    }
    
    
    footer{
        display: none;
    }
    
    #tape{
        height: 7vw;
    }
}



@media (max-width: 767px) {
  .fileupload-buttonbar .btn {
    margin-bottom: 20px;
  }
  .fileupload-buttonbar .delete,
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
}


@media (max-width: 480px) {
  .files .image td:nth-child(2) {
    display: none;
  }
}

.fileinput-button i,
.fileupload-buttonbar .delete,
.fileupload-buttonbar .toggle {
  display: none;
}

.fileinput-button input {
  position: static;
  opacity: 1;
  filter: none;
  font-size: inherit !important;
  direction: inherit;
}


input[type=file] {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}


/*@keyframes move {
  0%   {
      transform: translateY(0px);
  }
  33%   {
      transform: translateY(-2px);
  }
  66%  {
      transform: translateY(2px);
  }
  100% {
      transform: translateY(0);
  }
}*/