@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: 'MontSerrat';
    src: url('/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('/fonts/Montserrat-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: #525252;
    line-height: 0;
    padding: 0;
    margin: 0;
}

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

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


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


/* Preloader */


      
.desktop-block, .preloader{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow-y: hidden;
}


.preloader .typing-indicator{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}   

.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: 20%;
    margin: auto;
}
        
.desktop-block h1{
    font-family: "Montserrat";
    font-size: 26px;
    transform: unset;
}


/* Preloader */
.typing-indicator {
  width: 60px;
  height: 30px;
  position: relative;
  z-index: 4;
}

.typing-circle {
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background-color: #000;
  left: 15%;
  transform-origin: 50%;
  animation: typing-circle7124 0.5s alternate infinite ease;
}

@keyframes typing-circle7124 {
  0% {
    top: 20px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }

  40% {
    height: 8px;
    border-radius: 50%;
    transform: scaleX(1);
  }

  100% {
    top: 0%;
  }
}

.typing-circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}

.typing-circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.typing-shadow {
  width: 5px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 30px;
  transform-origin: 50%;
  z-index: 3;
  left: 15%;
  filter: blur(1px);
  animation: typing-shadow046 0.5s alternate infinite ease;
}

@keyframes typing-shadow046 {
  0% {
    transform: scaleX(1.5);
  }

  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }

  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}

.typing-shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}

.typing-shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
/* -- */


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

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

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

#gradient{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
}

#background {
    position: absolute;
    top: 0;
    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: #525252;
    font-family: "MontSerrat";
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    margin-top: 50px;
}

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

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

.pos{
    position: relative;
    z-index: 1;
}


#tape img{
    position: absolute;
    bottom: 0;
    z-index: -1;
   /*animation: move 4s infinite linear;
    animation-delay: 2s;*/
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
}

#tape{
    height: 350px;
    margin-bottom: 50px;
}


#logo{
    position: relative;
}
        
        
#description.end{
    text-align: center;
    font-family: "MontSerrat";
    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);
  }
}*/