html {
  background-color: #bc0000;
  background-image: url(../imag/fundo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body {
  font-family: "ClanPro";
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 18px;
  height: 100%;
}

section {
  padding: 0;
  text-align: center;
}

.center-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

.finale .row h1 {
  font-size: 6vmin;
}

.finale .row h2 {
  font-size: 5vmin;
  width: 60%;
  margin: auto;
  margin-top: 7vmin;
  min-height: 24vmin;
}

.finale .row h3 {
  font-size: 5vmin;
  border-bottom: 0.01em solid #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3vmin auto;
  margin-bottom: 7vmin;
}

.finale .cent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}

.finale .row.termos {
  justify-content: space-around;
}

.hide {
  display: none;
}

.logo {
  display: flex;
  margin: 0px;
  text-align: center;
  height: 45vmin;
  position: relative;
  z-index: -1;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.logo img {
  width: 33vmin;
  height: auto;
  margin: auto;
}

img.logo_lat {
  display: block;
  margin: 2vmin;
  z-index: -1;
  width: 22vmin;
}

.logos{
  padding-top: 1em;
}

.termos {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto !important;
  padding-top: 10%;
  padding-bottom: 4vmin;
}

.row.termos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.painel .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.termos h1 {
  font-size: 4.5vmin;
}

.termos h3 {
  font-size: 4vmin;
  margin: 0;
}

.termos p {
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 2vmin;
  line-height: 3vmin;
}

.row {
  margin: 4vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row_termos{
  margin: -3vmin 4vmin;
  display: flex;
  justify-content: center;
}

.label_termos{
  margin-left: 2vmin;
  font-size: 2.5vmin;
}

.row_termos label{
  display: flex;
  align-items: center;
}
.row_termos label a{
  text-decoration: underline;
  cursor: pointer;
  pointer-events: auto;
}

.row_termos input{
  -webkit-transform: scale(1.6); /* Safari and Chrome */
  -moz-transform: scale(1.6); /* Firefox */
  -ms-transform: scale(1.6); /* IE 9+ */
  -o-transform: scale(1.6); /* Opera */
  transform: scale(1.6);
}

.modal{
  display: none;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #bc0000;
  background-image: url(../imag/fundo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
}

.modal .cont{
  padding: 4vmin;
  font-size: 2vmin;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}

.mt-0 {
  margin-top: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form {
  width: 80%;
  margin: auto;
}

.label {
  background-color: #ffffff;
  color: #fc0000;
  text-align: center;
  width: 30vmin;
  height: 7.5vmin;
  line-height: 7.5vmin;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 3vmin;
  border-radius: 20vmin 0 0 20vmin;
  border: 1px solid #ffffff;
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.input {
  height: 7.5vmin;
  background-color: #bc0000;
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 0 4vmin 0 4vmin;
  font-size: 3vmin;
  font-weight: 200;
  width: 100%;
  color: #ffffff;
  border-radius: 0 20vmin 20vmin 0;
  text-align: left;
  margin-left: -1px;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

.btt {
	background-color: transparent;
    color: #ffffff;
    text-align: center;
    width: 40vmin;
    line-height: 5vmin;
    display: inline-block;
    font-size: 2vmin;
    padding: 0;
    -webkit-appearance: none;
    border: 1px solid #ffffff;
    text-decoration: none;
    border-radius: 10vmin;
    font-weight: 900;
    text-transform: uppercase;
	margin-top: 4vmin;
}

.btt.is-med {
  font-size: 4vmin;
  width: 50vmin;
  line-height: 8vmin;
}

.btt.is-big {
  font-size: 5vmin;
  width: 60vmin;
  line-height: 10vmin;
}

.btt.disabled {
  opacity: 0.5;
}

.intro {
  text-align: center;
}

.intro h1 {
  font-size: 5vmin;
  margin: 0;
}

.swal2-popup {
  border-radius: 24px !important;
  font-size: 1.8rem !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  border-radius: 50px !important;
}

.p_num {
  position: absolute;
  right: 0;
  top: 5vmin;
  font-size: 5vmin;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 1vmin 3vmin;
  border-radius: 5vmin 0 0 5vmin;
}

.jogador {
  top: 3vw;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.jogador .num_jogador {
  display: block;
  font-size: 3.5vmin;
  margin-bottom: 3vmin;
}

.jogador .nome_jogador {
  display: block;
  font-size: 2.5vw;
  background-color: #ffffff;
  color: #fc0000;
  text-align: center;
  width: auto;
  line-height: 5vmin;
  font-size: 5vmin;
  padding: 3vmin 5vmin;
  -webkit-appearance: none;
  border: 2px solid #ffffff;
  text-decoration: none;
  border-radius: 10vmin;
  font-weight: 900;
  text-transform: capitalize;
}

.pergunta {
  height: 20vmin;
  width: 100%;
  margin: auto;
  font-size: 5vmin;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5vmin;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8vmin;
}

table {
  border-collapse: collapse;
  width: 100vw;
  border: 0;
}

td {
  border: 0;
  padding: 0;
  text-align: center;
}

.tb {
  width: 5vw;
  height: 7vh;
}

.bb {
  width: 5vw;
  height: 7vh;
}

.midsp {
  width: 4vw;
  height: 2vw;
}

.respostas {
  padding: 5vmin 0;
  text-transform: uppercase;
}

.resposta {
  border-radius: 100px;
  border: 2px solid #ffffff;
  height: 12vh;
  width: 43vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 4.5vmin;
  padding: 1vw 2vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.selected {
  background-color: #ffffff !important;
  color: #bc0000;
}
