@font-face {
  font-family: 'Trajan Pro';
  src:
    url('/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Trajan Pro';
  src: url('/fonts/Lato-Bold.eot');
  src: url('/fonts/Lato-Bold.ttf') format('truetype');

  font-weight: bold;
  font-style: normal;
}

html,
body {
  height: 100%;
  background-blend-mode: darken;
  background-image: url('/img/Background.png');
  background-size: cover;
  color: #fff
}

#qid {
  padding: 10px 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 20px;
}

label.btn {
  padding: 5px 24px 5px 55px;
  white-space: normal;
  height: 70px;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  font-size: 15px;
}

label.btn:hover {
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1)
}

label.btn-block {
  text-align: left;
  display: flex;

  align-items: center;
}

label .btn-label {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  padding: 0 10px;
  height: 100%;
  align-items: center;
}

label .glyphicon {
  top: 34%
}

.element-animation1 {
  animation: animationFrames ease .8s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease .8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease .8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%
}

.element-animation2 {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%
}

.element-animation3 {
  animation: animationFrames ease 1.2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease 1.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease 1.2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%
}

.element-animation4 {
  animation: animationFrames ease 1.4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease 1.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease 1.4s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%
}

@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(-1500px, 0px)
  }

  60% {
    opacity: 1;
    transform: translate(30px, 0px)
  }

  80% {
    transform: translate(-10px, 0px)
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px)
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(-1500px, 0px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(30px, 0px)
  }

  80% {
    -webkit-transform: translate(-10px, 0px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px)
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(-1500px, 0px)
  }

  60% {
    opacity: 1;
    -ms-transform: translate(30px, 0px)
  }

  80% {
    -ms-transform: translate(-10px, 0px)
  }

  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px)
  }
}

.modal-header {
  background-color: transparent;
  color: inherit;
  border-bottom: none;
}

.modal-body {
  min-height: 205px
}

#loadbar {
  position: absolute;
  width: 62px;
  height: 77px;
  top: 2em
}

.blockG {
  position: absolute;
  background-color: #FFF;
  width: 10px;
  height: 24px;
  -moz-border-radius: 8px 8px 0 0;
  -moz-transform: scale(0.4);
  -moz-animation-name: fadeG;
  -moz-animation-duration: .8800000000000001s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 8px 8px 0 0;
  -webkit-transform: scale(0.4);
  -webkit-animation-name: fadeG;
  -webkit-animation-duration: .8800000000000001s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 8px 8px 0 0;
  -ms-transform: scale(0.4);
  -ms-animation-name: fadeG;
  -ms-animation-duration: .8800000000000001s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 8px 8px 0 0;
  -o-transform: scale(0.4);
  -o-animation-name: fadeG;
  -o-animation-duration: .8800000000000001s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 8px 8px 0 0;
  transform: scale(0.4);
  animation-name: fadeG;
  animation-duration: .8800000000000001s;
  animation-iteration-count: infinite;
  animation-direction: linear
}

#rotateG_01 {
  left: 0;
  top: 28px;
  -moz-animation-delay: .33s;
  -moz-transform: rotate(-90deg);
  -webkit-animation-delay: .33s;
  -webkit-transform: rotate(-90deg);
  -ms-animation-delay: .33s;
  -ms-transform: rotate(-90deg);
  -o-animation-delay: .33s;
  -o-transform: rotate(-90deg);
  animation-delay: .33s;
  transform: rotate(-90deg)
}

#rotateG_02 {
  left: 8px;
  top: 10px;
  -moz-animation-delay: .44000000000000006s;
  -moz-transform: rotate(-45deg);
  -webkit-animation-delay: .44000000000000006s;
  -webkit-transform: rotate(-45deg);
  -ms-animation-delay: .44000000000000006s;
  -ms-transform: rotate(-45deg);
  -o-animation-delay: .44000000000000006s;
  -o-transform: rotate(-45deg);
  animation-delay: .44000000000000006s;
  transform: rotate(-45deg)
}

#rotateG_03 {
  left: 26px;
  top: 3px;
  -moz-animation-delay: .55s;
  -moz-transform: rotate(0deg);
  -webkit-animation-delay: .55s;
  -webkit-transform: rotate(0deg);
  -ms-animation-delay: .55s;
  -ms-transform: rotate(0deg);
  -o-animation-delay: .55s;
  -o-transform: rotate(0deg);
  animation-delay: .55s;
  transform: rotate(0deg)
}

#rotateG_04 {
  right: 8px;
  top: 10px;
  -moz-animation-delay: .66s;
  -moz-transform: rotate(45deg);
  -webkit-animation-delay: .66s;
  -webkit-transform: rotate(45deg);
  -ms-animation-delay: .66s;
  -ms-transform: rotate(45deg);
  -o-animation-delay: .66s;
  -o-transform: rotate(45deg);
  animation-delay: .66s;
  transform: rotate(45deg)
}

#rotateG_05 {
  right: 0;
  top: 28px;
  -moz-animation-delay: .7700000000000001s;
  -moz-transform: rotate(90deg);
  -webkit-animation-delay: .7700000000000001s;
  -webkit-transform: rotate(90deg);
  -ms-animation-delay: .7700000000000001s;
  -ms-transform: rotate(90deg);
  -o-animation-delay: .7700000000000001s;
  -o-transform: rotate(90deg);
  animation-delay: .7700000000000001s;
  transform: rotate(90deg)
}

#rotateG_06 {
  right: 8px;
  bottom: 7px;
  -moz-animation-delay: .8800000000000001s;
  -moz-transform: rotate(135deg);
  -webkit-animation-delay: .8800000000000001s;
  -webkit-transform: rotate(135deg);
  -ms-animation-delay: .8800000000000001s;
  -ms-transform: rotate(135deg);
  -o-animation-delay: .8800000000000001s;
  -o-transform: rotate(135deg);
  animation-delay: .8800000000000001s;
  transform: rotate(135deg)
}

#rotateG_07 {
  bottom: 0;
  left: 26px;
  -moz-animation-delay: .99s;
  -moz-transform: rotate(180deg);
  -webkit-animation-delay: .99s;
  -webkit-transform: rotate(180deg);
  -ms-animation-delay: .99s;
  -ms-transform: rotate(180deg);
  -o-animation-delay: .99s;
  -o-transform: rotate(180deg);
  animation-delay: .99s;
  transform: rotate(180deg)
}

#rotateG_08 {
  left: 8px;
  bottom: 7px;
  -moz-animation-delay: 1.1s;
  -moz-transform: rotate(-135deg);
  -webkit-animation-delay: 1.1s;
  -webkit-transform: rotate(-135deg);
  -ms-animation-delay: 1.1s;
  -ms-transform: rotate(-135deg);
  -o-animation-delay: 1.1s;
  -o-transform: rotate(-135deg);
  animation-delay: 1.1s;
  transform: rotate(-135deg)
}

@-moz-keyframes fadeG {
  0% {
    background-color: #000
  }

  100% {
    background-color: #FFF
  }
}

@-webkit-keyframes fadeG {
  0% {
    background-color: #000
  }

  100% {
    background-color: #FFF
  }
}

@-ms-keyframes fadeG {
  0% {
    background-color: #000
  }

  100% {
    background-color: #FFF
  }
}

@-o-keyframes fadeG {
  0% {
    background-color: #000
  }

  100% {
    background-color: #FFF
  }
}

@keyframes fadeG {
  0% {
    background-color: #000
  }

  100% {
    background-color: #FFF
  }
}

input {
  border: 0.5px solid lightgray;
  border-radius: 3px;
  margin: 2px;
  padding: 3px;
}

.text-excluir {
  color: red;
}

.correct {
  background-color: lightgreen;
  border-radius: 10px;

}

.rowAnswers {
  display: flex;
  align-items: center;
  padding: 3px;
}

.rowAnswers input[type=radio] {
  margin-top: -3px;
}

.btn-primary {
  color: black;
  background-color: #b29056;
  border-color: #b29056;
}

.btn-enviar {
  color: #231f20;
  background-color: #ffab00;
  border-color: #ffab00;
}

.modal-title {
  font-size: 18px;
  color: #231f20;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.modal-content {
  margin: auto;
}

.modal-body {
  display: none
}

button.close {
  display: none;
}

.modal-footer {
  text-align: center !important;
  border-top: none;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 46px;
}

.filtrobadge {
  filter: invert(99%) sepia(90%) saturate(667%) hue-rotate(325deg) brightness(94%) contrast(91%);
}

.filterBadgeBranco {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%);
}

.filterBadgeRed {
  filter: invert(34%) sepia(53%) saturate(2072%) hue-rotate(336deg) brightness(87%) contrast(89%);
}

.filterBadgeGreen {
  filter: invert(55%) sepia(53%) saturate(536%) hue-rotate(71deg) brightness(96%) contrast(84%);
}

.bgpergunta {
  background-color: #ffab00;

  border-radius: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: white
}

.progress-bar {
  background-color: #ffab00 !important;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #231f20;
  background-color: #f7f7f7;
  border-color: #e6d59e;
}

.btn-info.active {
  background-color: #776f71;
  border-color: #776f71;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: unset;
}

.iniciarefeito {
  -webkit-animation: breathing 0.8s ease-out infinite normal;
  animation: breathing 0.8s regular infinite normal;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

@keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  60% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

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



/* Default styles for each spinner */
#countdown {
  position: relative;
  display: inline-block;
  font-size: 25px;
  padding-top: 4px;
  padding-right: 4px;
}

.spinner:after,
.spinner:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;

}

/* Spinner 1 */
.spinner-1:before {

  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid transparent;
  border-top-color: #e6d59e;
  border-bottom-color: #231f20;
  -webkit-animation: spin-style-1 .7s linear infinite;
  animation: spin-style-1 .7s linear infinite;
}

/* Spinner 1 & 2 Animation ( Style 1 ) with -webkit- prefix and without ( Spinner 1 & Spinner 2 have the same animation ) */
@-webkit-keyframes spin-style-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

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

@keyframes spin-style-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

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

.pergunta {
  font-size: 20px;
  color: black;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  border-top-color: rgb(212, 63, 58);
  border-right-color: rgb(212, 63, 58);
  border-bottom-color: rgb(212, 63, 58);
  border-left-color: rgb(212, 63, 58);
  opacity: 0.7;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  opacity: 1
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  opacity: 1
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-top-color: rgb(76, 174, 76);
  border-right-color: rgb(76, 174, 76);
  border-bottom-color: rgb(76, 174, 76);
  border-left-color: rgb(76, 174, 76);
  opacity: 0.7;
}

tr:nth-child(2) {
  height: 40px;
  font-size: 30px;
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}

tr:nth-child(3) {
  height: 30px;
  font-size: 25px;
  animation: fadeIn ease 5.5s;
  -webkit-animation: fadeIn ease 5.5s;
  -moz-animation: fadeIn ease 5.5s;
  -o-animation: fadeIn ease 5.5s;
  -ms-animation: fadeIn ease 5.5s;
}

tr:nth-child(4) {
  height: 20px;
  font-size: 22px;
  animation: fadeIn ease 6s;
  -webkit-animation: fadeIn ease 6s;
  -moz-animation: fadeIn ease 6s;
  -o-animation: fadeIn ease 6s;
  -ms-animation: fadeIn ease 6s;
}

tr:nth-child(5) {
  animation: fadeIn ease 6.5s;
  -webkit-animation: fadeIn ease 6.5s;
  -moz-animation: fadeIn ease 6.5s;
  -o-animation: fadeIn ease 6.5s;
  -ms-animation: fadeIn ease 6.5s;
}

tr:nth-child(6) {
  animation: fadeIn ease 7s;
  -webkit-animation: fadeIn ease 7s;
  -moz-animation: fadeIn ease 7s;
  -o-animation: fadeIn ease 7s;
  -ms-animation: fadeIn ease 7s;
}

tr:nth-child(7) {
  animation: fadeIn ease 7.5s;
  -webkit-animation: fadeIn ease 7.5s;
  -moz-animation: fadeIn ease 7.5s;
  -o-animation: fadeIn ease 7.5s;
  -ms-animation: fadeIn ease 7.5s;
}

tr:nth-child(8) {
  animation: fadeIn ease 8s;
  -webkit-animation: fadeIn ease 8s;
  -moz-animation: fadeIn ease 8s;
  -o-animation: fadeIn ease 8s;
  -ms-animation: fadeIn ease 8s;
}

tr:nth-child(9) {
  animation: fadeIn ease 8.5s;
  -webkit-animation: fadeIn ease 8.5s;
  -moz-animation: fadeIn ease 8.5s;
  -o-animation: fadeIn ease 8.5s;
  -ms-animation: fadeIn ease 8.5s;
}

tr:nth-child(10) {
  animation: fadeIn ease 9s;
  -webkit-animation: fadeIn ease 9s;
  -moz-animation: fadeIn ease 9s;
  -o-animation: fadeIn ease 9s;
  -ms-animation: fadeIn ease 9s;
}

tr:nth-child(11) {
  animation: fadeIn ease 9.5s;
  -webkit-animation: fadeIn ease 9.5s;
  -moz-animation: fadeIn ease 9.5s;
  -o-animation: fadeIn ease 9.5s;
  -ms-animation: fadeIn ease 9.5s;
}

tr:nth-child(12) {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}

tr:nth-child(13) {
  animation: fadeIn ease 10.5s;
  -webkit-animation: fadeIn ease 10.5s;
  -moz-animation: fadeIn ease 10.5s;
  -o-animation: fadeIn ease 10.5s;
  -ms-animation: fadeIn ease 10.5s;
}

tr:nth-child(14) {
  animation: fadeIn ease 11s;
  -webkit-animation: fadeIn ease 11s;
  -moz-animation: fadeIn ease 11s;
  -o-animation: fadeIn ease 11s;
  -ms-animation: fadeIn ease 11s;
}

tr:nth-child(15) {
  animation: fadeIn ease 11.5s;
  -webkit-animation: fadeIn ease 11.5s;
  -moz-animation: fadeIn ease 11.5s;
  -o-animation: fadeIn ease 11.5s;
  -ms-animation: fadeIn ease 11.5s;
}

tr:nth-child(16) {
  animation: fadeIn ease 12s;
  -webkit-animation: fadeIn ease 12s;
  -moz-animation: fadeIn ease 12s;
  -o-animation: fadeIn ease 12s;
  -ms-animation: fadeIn ease 12s;
}

tr:nth-child(17) {
  animation: fadeIn ease 12.5s;
  -webkit-animation: fadeIn ease 12.5s;
  -moz-animation: fadeIn ease 12.5s;
  -o-animation: fadeIn ease 12.5s;
  -ms-animation: fadeIn ease 12.5s;
}

tr:nth-child(18) {
  animation: fadeIn ease 13s;
  -webkit-animation: fadeIn ease 13s;
  -moz-animation: fadeIn ease 13s;
  -o-animation: fadeIn ease 13s;
  -ms-animation: fadeIn ease 13s;
}

tr:nth-child(19) {
  animation: fadeIn ease 13.5s;
  -webkit-animation: fadeIn ease 13.5s;
  -moz-animation: fadeIn ease 13.5s;
  -o-animation: fadeIn ease 13.5s;
  -ms-animation: fadeIn ease 13.5s;
}

tr:nth-child(20) {
  animation: fadeIn ease 14s;
  -webkit-animation: fadeIn ease 14s;
  -moz-animation: fadeIn ease 14s;
  -o-animation: fadeIn ease 14s;
  -ms-animation: fadeIn ease 14s;
}

tr:nth-child(21) {
  animation: fadeIn ease 14.5s;
  -webkit-animation: fadeIn ease 14.5s;
  -moz-animation: fadeIn ease 14.5s;
  -o-animation: fadeIn ease 14.5s;
  -ms-animation: fadeIn ease 14.5s;
}

tr:nth-child(22) {
  animation: fadeIn ease 15s;
  -webkit-animation: fadeIn ease 15s;
  -moz-animation: fadeIn ease 15s;
  -o-animation: fadeIn ease 15s;
  -ms-animation: fadeIn ease 15s;
}

tr:nth-child(23) {
  animation: fadeIn ease 15.5s;
  -webkit-animation: fadeIn ease 15.5s;
  -moz-animation: fadeIn ease 15.5s;
  -o-animation: fadeIn ease 15.5s;
  -ms-animation: fadeIn ease 15.5s;
}

tr:nth-child(24) {
  animation: fadeIn ease 16s;
  -webkit-animation: fadeIn ease 16s;
  -moz-animation: fadeIn ease 16s;
  -o-animation: fadeIn ease 16s;
  -ms-animation: fadeIn ease 16s;
}

tr:nth-child(25) {
  animation: fadeIn ease 16.5s;
  -webkit-animation: fadeIn ease 16.5s;
  -moz-animation: fadeIn ease 16.5s;
  -o-animation: fadeIn ease 16.5s;
  -ms-animation: fadeIn ease 16.5s;
}


tr:nth-child(26) {
  animation: fadeIn ease 17s;
  -webkit-animation: fadeIn ease 17s;
  -moz-animation: fadeIn ease 17s;
  -o-animation: fadeIn ease 17s;
  -ms-animation: fadeIn ease 17s;
}

tr:nth-child(27) {
  animation: fadeIn ease 17.5s;
  -webkit-animation: fadeIn ease 17.5s;
  -moz-animation: fadeIn ease 17.5s;
  -o-animation: fadeIn ease 17.5s;
  -ms-animation: fadeIn ease 17.5s;
}


tr:nth-child(28) {
  animation: fadeIn ease 18s;
  -webkit-animation: fadeIn ease 18s;
  -moz-animation: fadeIn ease 18s;
  -o-animation: fadeIn ease 18s;
  -ms-animation: fadeIn ease 18s;
}

tr:nth-child(29) {
  animation: fadeIn ease 18.5s;
  -webkit-animation: fadeIn ease 18.5s;
  -moz-animation: fadeIn ease 18.5s;
  -o-animation: fadeIn ease 18.5s;
  -ms-animation: fadeIn ease 18.5s;
}

tr:nth-child(30) {
  animation: fadeIn ease 19s;
  -webkit-animation: fadeIn ease 19s;
  -moz-animation: fadeIn ease 19s;
  -o-animation: fadeIn ease 19s;
  -ms-animation: fadeIn ease 19s;
}

tr:nth-child(31) {
  animation: fadeIn ease 19.5s;
  -webkit-animation: fadeIn ease 19.5s;
  -moz-animation: fadeIn ease 19.5s;
  -o-animation: fadeIn ease 19.5s;
  -ms-animation: fadeIn ease 19.5s;
}

td:nth-child(2) {
  text-align: left
}


tr {
  background-image: linear-gradient(#2f1e0d00, rgba(0, 0, 0, 0.49));
}

.table>tbody>tr>td {
  border-top: 1px solid rgba(221, 221, 221, 0.12);
}

.table>tbody>tr>th {
  border-top: 1px solid rgba(221, 221, 221, 0.12);
}

.ranking {
  background: url("../img/bgranking.jpg");
  background-size: cover;
}

.manager {
  background: url("../img/bgranking.jpg");
  background-size: cover;
}

tbody {
  background: rgba(14, 14, 14, 0.2);
  text-align: center;
}

th {
  text-align: center;
}

tr {
  color: #fff;
  font-size: 17px;
}

.tituloranking {
  font-weight: 900;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  padding-top: 10px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 320px) {
  label.btn {
    font-size: 14px;
  }
}

#inputcountdown {
  width: 55px
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: flex;
}

.nav-tabs {
  border-bottom: unset;
  margin-top: 20px;
}

.nav-tabs>li>a {
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-size: 30px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background: #e6d59e;
  border: unset;
  color: #000
}

.nav-tabs>li {
  margin: 10px;
  width: 170px;
  text-align: center;
}

.numero {
  font-size: 45px;
  color: #fff;
}

.botaoescolher {
  font-size: 30px;
  margin-top: 25px;
  height: 110px;
}