html,
body {
  margin: 0;
  overflow: hidden;
}
p,
a {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.ui-header,
.ui-footer {
  border: none;
}

.content-center {
  padding: 20px;
}

.home-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.bg-inicio {
  background-image: url(https://www.presalpetroleo.gov.br/wp-content/themes/adventurous/inc/quiz/src/media/fundo-inicio.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-loose {
  background-image: url(https://www.presalpetroleo.gov.br/wp-content/themes/adventurous/inc/quiz/src/media/bg-loose.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-wellcome {
  background-image: url(https://www.presalpetroleo.gov.br/wp-content/themes/adventurous/inc/quiz/src/media/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-cadastro {
  background-image: url(https://www.presalpetroleo.gov.br/wp-content/themes/adventurous/inc/quiz/src/media/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-quiz {
  background-image: url(https://www.presalpetroleo.gov.br/wp-content/themes/adventurous/inc/quiz/src/media/fundo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-resultado {
  background-image: url(https://www.presalpetroleo.gov.br/wp-content/themes/adventurous/inc/quiz/src/media/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-doacao {
  background-image: url(https://www.presalpetroleo.gov.br/wp-content/themes/adventurous/inc/quiz/src/media/bg-doacao.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#videoIdle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#btInicio {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
}

#btWellcome {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 500px;
}

#quizTitle {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 30px;
}

.logmarca {
  position: absolute;
  top: 10px;
  right: 10px;
}

.logmarca img {
  width: 60px;
}

.timer {
  text-align: center;
  position: absolute;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  top: 50px;
  right: 100px;
  font-size: 140px;
  color: white;
  font-weight: bold;
  width: 300px;
  line-height: 300px;
  border-radius: 300px;
  text-align: center;
  border: 15px solid #0000;
  padding: 10px;
  background: linear-gradient(#214f65, #214f65) padding-box,
    linear-gradient(#f2cc2a, #007c85) border-box;
}

#btCadastro,
#btFinalizar {
  background-color: #4fa52c;
  color: black;
}

#btLoose,
#btDoacao {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#btQuizAjuda {
  border-radius: 50px;
  text-align: center;

  background: #adc809;
  width: 300px;
  /* height: 50px; */
  font-size: 40px;
  color: #00264b;
  text-shadow: none;
}
#btQuizPular {
  border-radius: 50px;
  text-align: center;
  background: #3bae2b;
  width: 300px;
  /* height: 50px; */
  font-size: 40px;
  color: #00264b;
  text-shadow: none;
}

h2 {
  color: #7daa03;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.btQuestion {
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  text-shadow: none;
  border: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin: 40px 40px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.btQuestion span {
  font-size: 40px;
  margin-right: 20px;
}

.ui-disabled,
.ui-state-disabled,
button[disabled],
.ui-select .ui-btn.ui-state-disabled {
  filter: Alpha(Opacity=60);
  opacity: 0.6 !important;
  zoom: 1;
}

#titleQuestion {
  text-align: left;
  color: white;
  font-size: 50px;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  width: 1100px;
  margin-left: 370px;
  position: relative;
  z-index: 1;
  margin-top: -70px;
}

.correta {
  background-color: chartreuse;
}

.overlay-popup {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.resposta {
  z-index: 2;
  background-color: white;
  border-radius: 40px;
  width: 500px;
  padding: 50px;
  text-align: center;
}

.resposta h2 {
  margin: 0;
}

.question-number {
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 172px;
  text-align: center;
}

/* ///////////// Resultado ////////// */
#barraCompleta {
  position: relative;
  margin: auto;
  width: 490px;
  height: 100px;
  border: 1px solid black;
  border-radius: 20px;
  background-color: white;
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.4);
}

#barra {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 0px; /* 490px */
  background-color: #0088bb;
  border-radius: 20px;
}

#percent {
  font-size: 80px;
  line-height: 100px;
  margin: 0;
  padding: 0;
}

#resultado {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 768px;
  text-align: center;
}

#quizResultado {
  font-size: 24px;
  color: #7daa03;
  text-transform: uppercase;
}

.fimTexto {
  color: #ffffff;
}

#result {
  text-align: center;
  width: 100%;
  font-size: 120px;
  line-height: 60px;
  color: #ffffff;
}

#shoresult {
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 800px;
}

#icon {
  margin-top: 30px;
  width: 150px;
  height: 150px;
}
