* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important; 
}

html {
  /* height: 100vh; */
  min-height: 100%;
  max-width: 100vw;
  /* overflow-x: hidden; */
  /* padding-bottom: 20px; */
}

body {
  max-width: 100vw;
  height: 100%;
  /* overflow: hidden; */
  background-image: url(../images/bg-mobile.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  background-color: #000;
}

.content-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0 auto;
}

.content-head .imgKauan {
  width: 55%;
  height: auto;
  margin: 0;
  padding: 0;
}

.imgKauann{
  margin-top: -7%;
  padding-bottom: 1em;
}

.button-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-title {
  display: flex;
  flex-direction: row;
}

/* .button-head span {
  width: 90%;
  background-color: #ff7f00;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  font-family: "ExtraBold";
  font-weight: bold;
  font-size: 20px;
  color: white;
  text-align: center;
  margin-top: -8px;
  border: 1px solid white;
} */

.button-head svg {
  width: 90%;
  height: auto;
}

/* .txt-img-kauan {
  width: 80%;
  height: auto;
  margin-top: -10px;
} */

.button-head span:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* .button-head::before {
  content: '';
  position: absolute;
  background-color: #ff7f00;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  border-radius: 10px 0 0 10px;
} */

/* Main */
.progress-text {
  text-align: center;
  font-size: 12px; /* Ajuste o tamanho conforme necessário */
  width: 100%; /* Garante que o texto ocupe toda a largura do container */
  color: white; /* Cor do texto */
  margin-top: -1px; /* Levanta o texto um pouco mais para cima */
  opacity: 0.7;
}

.progress-container {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  width: 97%;
  align-items: center;
  justify-content: space-between; /* Adiciona espaçamento entre os itens */
}
.progress-wrapper{

   margin-top: 5px;

}


.circle {
    width: 100px !important;
    height: 40px;
    border-radius: 10px;
    background-color: #4caf50;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    text-align: center; 
}

@media screen and (max-width: 768px) {
  .circle{
    width: 100px;
    height: 40px;
  }

  .content-head .imgKauan{
    width: 65%;
  }

  .imgKauann{
    width: 55%;
  }
}



.progress-bar-container {
  flex-grow: 1; /* Cresce para utilizar o espaço disponível */
  margin-left: 10px; /* Espaço entre o círculo e a barra */
  position: relative;
  height: 35px;
  background-color: #000;
  border-radius: 20px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid dimgrey;
  padding: 5px;
}

.progress-bar {
  height: 100%;
  background-color: #4caf50;
  width: 0%; /* Inicializado a 0 e aumentado pelo JavaScript */
  border-radius: 10px 0 0 10px;
  transition: width 10s linear;
  /* animation: fill 2s linear infinite; */
}

.progress-bar.red {
  background-color: #ff0000; /* Cor final para a barra com gradiente vermelho-preto */
}

.progress-bar.yellow {
  background-color: #ffba00; /* Cor final para a barra com gradiente amarelo-preto */
}

.progress-bar.green {
  background-color: #2b9b2b; /* Cor final para a barra com gradiente */
}

#circle1 {
  background: #ff0000;
}
.gradient-red-black {
  background: linear-gradient(to right, #ff0000, #000000);
}

#circle2 {
  background: #ffba00;
}
.gradient-yellow-black {
  background: linear-gradient(to right, #ffba00, #000000);
}

#circle3 {
  background: #2b9b2b;
}
.gradient-green-black {
  background: linear-gradient(to right, #2b9b2b, #000000);
}

.label {
  position: absolute;
  width: calc(100% - 20px);
  text-align: center;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  z-index: 1;
  padding-right: 10px;
  /* text-shadow: 0px 2px #000000; */
}

#label1 {
  color: white;
}

#label2 {
  color: white;
}

#label3 {
  color: white;
}

.content-sinal {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0 auto;
  text-transform: uppercase;
  color: #fff;
}

.content-sinal span {
  font-family: "Light";
  font-size: 32px;
}

.content-sinal b {
  font-size: 35px;
}

#countdown {
  display: none;
}

.content-rodadas {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 50px;
}

.content-rodadas svg {
  width: 80px;
  height: 80px;
}

.content-rodadas svg path {
  fill: #6b6767;
}

.iframe-maxima {
  width: 90%;
  border: 2px solid #fff;
  border-radius: 15px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  position: relative;
}

.iframe-maxima iframe {
  width: 100%;
  min-height: 300px;
  height: 650px;
}

.change-color-red path {
  fill: #05db05 !important;
}

.change-animate-rodada {
  fill: #05db05 !important;
}

.opaque {
  opacity: 1;
}

.transparent {
  opacity: 0.2;
}

/* @keyframes pulseRodada {
  0% {
    opacity: 1;
    filter: drop-shadow(0 0 10px #05db05) drop-shadow(0 0 20px #05db05)
      drop-shadow(0 0 30px #05db05);
  }
  50% {
    opacity: 0.8;
    filter: drop-shadow(0 0 20px #05db05) drop-shadow(0 0 50px #05db05)
      drop-shadow(0 0 50px #05db05);
  }
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 10px #05db05) drop-shadow(0 0 20px #05db05)
      drop-shadow(0 0 30px #05db05);
  }
} */

.txt-sinal {
  animation: pulseTxt infinite 0.8s;
}

#actionButtonContainer {
  display: none;
}

.contentButtonCountDown {
  position: relative;
}

#countdownButton {
  position: absolute;
  font-size: 25px;
  color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  /* background: #ffffff9e; */
  border-radius: 50%;
  padding: 10px;
}

@keyframes fill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes pulseTxt {
  0% {
    transform: scale(0.95);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.95);
  }
}

@media (min-width: 768px) {
  .content-head {
    width: 65%;
  }
  .progress-wrapper {
    width: 65%;
  }
  .iframe-maxima {
    width: 65%;
  }
}

@media (min-width: 992px) {
  .content-head {
    width: 700px;
  }
  .progress-wrapper {
    width: 700px;
  }
  .progress-bar-container {
    height: 60px;
  }
  .label {
    font-size: 20px;
  }
  .circle {
    width: 65px;
    height: 65px;
  }
  .content-sinal span {
    font-size: 45px;
  }
  /* .iframe-maxima {
    width: 98%;
  }
  .iframe-maxima iframe {
    height: 960px;
  } */
}

@media (min-width: 900px) {
  .iframe-maxima {
    max-width: 1440px;
    margin: 15px auto;
  }
  .iframe-maxima iframe {
    height: 900px;
    max-width: 1440px;
    margin: auto;
    border-radius: 15px;
  }
}