* {
    margin: 0;
    padding: 0;
}

.welcome {
    background-color: white;
    margin: 0px 3%;
    text-align: center;
}

.welcome video {
    width: 200px;
    margin-top: 15vh;
}

.welcome h3, .welcome h4 {
    font-family: "Rakkas", serif;
    font-weight: 400;
    font-style: normal;
}

.welcome h3 {

}

.welcome .card {
    background-color: #FFDF00;
    color: black;
    flex-direction: row;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    border: none;
}

.card span {
    background-color: transparent;
    border: 1px solid black;
    border-radius: 50%;
    font-family: "Rakkas", serif;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    width: 40px;
    height: 40px;
}

.card p {
    font-size: 11px;
}

.card.disabled {
    opacity: .5;
    color: grey;
    background-color: rgb(207, 204, 204);
}

.login header {
    background-color: #F4F4F4;
    border-radius: 0px 0px 50% 50%;
    padding: 20px;
}

.login header img {
    width: 250px;
}

.login {
    margin: 0px 3%;
}

.login h3 {
    font-family: "Rakkas", serif;
}

.login p {
    font-size: 14px;
}

.login input {
    width: 100%;
    border: 1px solid black;
    padding: 10px 10px;
    border-radius: 13px;
    outline: none;
}


.login input.ok {
    width: 100%;
    border: 1px solid green !important;
    color: green;
    padding: 10px 10px;
    border-radius: 13px;
    outline: none;
}

.pix input {
    width: 100%;
    border: 1px solid black;
    padding: 10px 10px;
    border-radius: 13px;
    outline: none;
}


.pix input.ok {
    width: 100%;
    border: 1px solid green !important;
    color: green;
    padding: 10px 10px;
    border-radius: 13px;
    outline: none;
}



.btnContinue {
    width: 100%;
    border: 0px;
    margin-top: 30px;
    height: 40px;
    border-radius: 10px;
    background-color: #FFDF00;
}

.btnContinue.disabled {
    background-color: rgb(219, 219, 219);
    pointer-events: none;
    color: rgb(100, 99, 99);
}

.pix .item {
    background-color: #ffdd009a;
    color: black;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    width: 25%;
    border-radius: 10px;
}

.pix .item.active {
    background-color: #FFDF00;
    color: black;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    width: 25%;
    border-radius: 10px;
}

.quiz header {
    background-color: #F4F4F4;
    border-radius: 0px 0px 50% 50%;
    padding: 30px 30px 50px;
    display: flex;
    justify-content: space-between;
}

.btn.active {
    background-color: #FFDF00;
}

.quiz header img {
    width: 250px;
}

.saldo {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.saldo div {
    display: flex;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #FFDF00;
}

.container {
    text-align: center;
}
.container h3 {
    padding-top: 30px;
    text-align: center;
    font-size: 15px;
}

.container img {
    width: 80%;
    height: auto;
}

.cupomWrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cupomWrapper label {
    font-size: 13px;
    margin: 0px;
}

.cupomWrapper input {
    margin-top: 2px;
    width: 100%;
    border: 1px solid black;
    padding: 10px 10px;
    border-radius: 13px;
    outline: none;
}



#cupom.ok {
    margin-top: 2px;
    width: 100%;
    border: 2px solid green !important;;
    color: green;
    padding: 10px 10px;
    border-radius: 13px;
    outline: none;
}

.parabens {
    background-color: #FFDF00;
    color: black;
}

.parabens h2 {
    margin-top: 20px;
    font-family: "Rakkas", serif;
}

.btn-black {
    background-color: rgb(36, 35, 35);
    color: white;
    border-radius: 15px;
    padding: 15px 15px;
    width: 100%;
    outline: none;
    font-weight: bold;
    border: none;
    animation: pulse 1.7s infinite;
}

.card.pulse {
    animation: pulse2 1.7s infinite;
}

@-webkit-keyframes pulse {
	0% {
	-webkit-transform: scale(1);
}
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
} @keyframes pulse {
	0% {
	transform: scale(1);
}
50% {
    transform: scale(1.1);
}
100% {
	transform: scale(1);
}}

@keyframes pulse2 {
	0% {
	transform: scale(1);
}
50% {
    transform: scale(1.05);
}
100% {
	transform: scale(1);
}}

.lds-ring {

    display: inline-block;
    position: relative;
    width: 20px;
    height: 30px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 8px;
    border: 3px solid #000000;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000000 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  input.digitando {
    border: 1px solid #FFDF00;
  }

  .login label {
    font-size: 13px;
    margin-bottom: 1px;
    margin-top: 10px;
  }

  
.pop {
    width: 100%;
    height: 100%;
    position: fixed; 
    top: 0;
    left: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
  
            z-index: 9999;
    background-color: rgba(0, 0, 0, 0.192);
  }
  
  .pop-out-foto {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.315);
    color: black; 
    padding: 0px;
    text-align: center; 
    width: 90%; 
    border-radius: 10px;
    font-size: 13px;
    margin-top: -20%;
  }

  .pop-header {
    border-radius: 0px 0px 30px 30px;
    background-color: #FFDF00;
    top: 0px;
    margin-bottom: 20px;
    padding: 10px 0px;
  }

  .pop-header h1 {
    margin: 0px;
    font-family: "Rakkas", serif;
    font-size: 24px;
  }

  .pop-out-foto p {
    font-size: 13px;
    color: #1f1f1f;
  } 

  .pop-out-foto h3 {
    font-size: 20px;
    color: #0e0e0e;
  } 
  
  .pop-out-foto img{
    width: 150px;
  }

  .d-none {
    display: none;
  }

  .pop-out-foto .btn {
    margin: 20px auto;
    width: 90%;
    background-color: #FFDF00;
    font-weight: bold;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
  }
  
  
  .btn-pop-out-foto {
    display: flex;
    background-color: blueviolet;
    width:  90%;
    height: 40px;
    margin: 0 auto;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    animation: pulse infinite 2s;
  }
  