body {
  background:url(../imagens/background.jpg) no-repeat center top #262626 fixed;
  overflow-x: hidden;
}

b, strong {
  font-weight: 600 !important;
}

.desabilitado{
    opacity: 40%;
}

.titulo{
    color: #fff;
    margin: 35px 0;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.texto{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.enter{
  transform: rotate(90deg);
  margin-left: 5px;
}

.video{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 55%;
    left: 23%;
}

.botao{
    display: flex;
    justify-content: center;
    margin-top: 45px;
    text-decoration: none;
}

.botao input{
    border-radius: 9999px;
    text-decoration: none;
    transition: color .15s ease-in;
    padding: 20px 40px;
    font-size: x-large;
    background-color: #e2ae36;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: #e2ae36;
    color: #141411 !important;
    
}

.botao button{
  border-radius: 9999px;
  text-decoration: none;
  transition: color .15s ease-in;
  padding: 16px 40px;
  font-size: x-large;
  background-color: #e2ae36;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border: #e2ae36;
  color: #141411 !important;
  transition: 0.3s;
}

.botao button:hover {
  transition: 0.3s;
  box-shadow: 0 0 15px #e2ae36;
}

.iframe-youtube{
    border-radius: 10px;
}

.form{
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.pergunta{
    color: #dccc9b;
    font-size: 22px;
    font-weight: 500;
}

.container form{
    margin-top: 80px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

.input{
    width: 100%;
    border: 0;
    border-bottom: 3px solid;
    border-bottom-color: #dccc9b;
    font-size: 28px;
    background: none;
    color: #fff;
    font-weight: 500;
    padding: 15px;
}
.input option {
  background: #141411;
  color: #fff;
}

.input::placeholder {
  color: #65604b;
}

.input:focus-visible{
    outline: 0;
}

.circulo{
    width: 24px;
    height: 24px;
    background: #c1b38a;
    border-radius: 28px;
}
.owl-carousel{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex !important;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.owl-nav{
    flex: 0 0 auto;
    width: 9%;
    padding-top: 30px;
}

.owl-item{
  padding-top: 60px;
  max-width: 600px;
}

.owl-prev{
    margin-right: 5px;
}
.owl-dots {
    text-align: center;
    padding-top: 25px;
    flex: 0 0 auto;
    width: 28%;
  }
.owl-dots button.owl-dot {
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
background: rgb(146, 145, 145) !important;
margin: 0 4px;
}

.owl-dots button.owl-dot.active {
background-color: #eabf57 !important;
}
.owl-dots button.owl-dot:focus {
outline: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.botaoform{
    border-radius: 9999px;
    text-decoration: none;
    transition: color .15s ease-in;
    padding: 20px 40px;
    font-size: x-large;
    background-color: #e2ae36;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: #e2ae36;
    
}


.checkbox{
    width: unset !important;
}

.checkbox p{
    color: #e2ae36;
}


/* Customize the label (the container) */
.check {
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    margin-top: 12px;
    position: absolute;
    top: -2px;
    left: 0;
    height: 22px;
    width: 22px;
    border: 3px solid #dbcb9a;
    border-radius: 4px;
  }
  
  
  /* On mouse-over, add a grey background color */
  .check:hover input ~ .checkmark {
    border: 3px solid #e2ae36;
    background-color: #e2ae36;
  }
  
  /* When the checkbox is checked, add a blue background */
  .check input:checked ~ .checkmark {
    background-color: #e2ae36;
    border: 3px solid #e2ae36;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .check .checkmark:after {
    color: #fff;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #141411;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .scroll{
    overflow-y: auto;
    max-height: 300px;
  }

  /* width */
::-webkit-scrollbar {
    width: 10px;
    background: #141411;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: rgb(73, 73, 73);
    border-radius: 10px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #e2ae36;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #e9b12d;
  }

  .opcoes-rodape {
    display: block;
    margin-top: 45px;
  }
  @media(min-width:769px){
    .opcoes-rodape {
      margin-top: 115px;
    }
  }

  .barra{
    /* width: 254px; */
    float: right;
    height: 10px;
    background: #ffffff21;
    border-radius: 10px;
    margin-top: -10px;
  }

  .progresso{
    width: 0px;
    height: 10px;
    background: #e2ae36;
    border-radius: 10px;
  }

  .porcentagem{
    font-size: larger;
    position: absolute;
    margin-top: -25px;
    color: white;
    font-family: 'Poppins', sans-serif;
    
  }

  .texto-btnOk{
    color: #dccc94;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 22px;
    margin-top: 22px;
    margin-left: 30px;
  }

  .btnOk{
    display: none;
  }

  .botaoOk{
    justify-content: center;
    border-radius: 9999px !important;
    text-decoration: none !important;
    transition: color .15s ease-in !important;
    padding: 16px 40px !important;
    /* font-size: x-large !important; */
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    color: rgba(0, 0, 0, 0.623) !important;
    height: fit-content;
  }

  .botaoOk:hover {
    color: #000000 !important;
    transition: 0.3s !important;
    box-shadow: 0 0 15px #e2ae36 !important;

}

.tituloFinal{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding-right: 11%;
  padding-left: 11%;
  line-height: 40px;
  font-size: 30px;
  font-weight: 600;
}

.textoFinal{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}

.container{
  padding-bottom: 50px;
}

.containerAgendar{
  margin-top: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.valor{
  color: #cec291;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  text-align: center;
}

.valor p,
.localizacao p {
  line-height: 26px;
}

.localizacao{
  color: #cec291;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-align: center;
}

.valorDinamicoAgendar{
  font-weight: 600;
  font-size: 16px;
}

.btnWpp{
  border-radius: 9999px;
  text-decoration: none;
  transition: color .15s ease-in;
  padding: 16px 40px;
  text-align: center;
  font-size: x-large;
  background-color: #0ff03a;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #141411;
  background: #0ff03a;
  animation: pulse 2s infinite;
  transition: 0.3s;
}
.btnWpp:hover {
  box-shadow: 0 0 15px #0ff03a;
  transition: 0.3s;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(15, 240, 58, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgb(15, 240, 58, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgb(15, 240, 58, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(15, 240, 58, 0.4);
    box-shadow: 0 0 0 0 rgb(15, 240, 58, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgb(15, 240, 58, 0);
      box-shadow: 0 0 0 20px rgb(15, 240, 58, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgb(15, 240, 58, 0);
      box-shadow: 0 0 0 0 rgb(15, 240, 58, 0);
  }
}

.containerAgendar a{
  text-decoration: unset;
  color: unset;
}
.row-check{
  justify-content: center;
  margin-top: 50px;
  max-width: 600px;
}
.check2{
  width: 45%;
  text-align: center;
  color: #141411;
  background: #decb98;
  border-radius: 30px;
  padding: 18px 30px;
  line-height: 26px;
  margin: auto;
  text-transform: uppercase;
  font-size: 24px;
}


.checkmark2{
  top: 10px ;
  left: 10px ;
  /* border: 3px solid #e2ae36; */
}

.enviar{
  display: none;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.row{
  margin-left: 0;
}

.margintop{
  margin-top: 45px;
}

/* MOBILE */
@media(max-width:768px){

  .container form{
    margin-top: 60px;
  }

  .container{
    width: 85%;
  }

  .logo1{
    width: 80%;
  }

  .idioma{
    width: 105%;
    zoom: 0.7;
  }

  .input {
    font-size: 24px;
  }

  .video{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
    left: 0%;
  }

  .botao button {
    border-radius: 9999px;
    text-decoration: none;
    transition: color .15s ease-in;
    padding: 10px 20px;
    font-size: 19px;
    background-color: #e2ae36;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: #e2ae36;
    color: #151515 !important;
  }

  .owl-nav {
    flex: 0 0 auto;
    width: 30%;
    padding-top: 0;
  }

  .owl-dots{
    padding-top: 0;
    width: 70%;
  }

  .titulo{
    padding: 11px;
    text-align: center;
  }

  .barra {
    position: relative;
    left: -11px;
    height: 10px;
    top: unset;
    background: #ffffff21;
    border-radius: 10px;
    margin-top: 36px;
    width: 100%;
  }

  .scroll {
    overflow-y: auto;
    max-height: 300px;
    /* overflow-x: auto; */
    max-width: 305px;
  }

  .botao {
    display: flex;
    justify-content: center;
    margin-top: 56px;
    text-decoration: none;
  }
  #btnForm{
    
    width: unset;
  }

  .btnForm{
    max-width: 100%;
  }

  .item{
    justify-content: center;
    
  }

  .pergunta{
    font-size: 20px;
  }

  .item .row{
    justify-content: center;
  }

  .botaoOk {
    border-radius: 9999px;
    text-decoration: none;
    transition: color .15s ease-in;
    padding: 12px 22px;
    /* font-size: x-large; */
    background-color: #e2ae36;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border: #e2ae36;
    color: rgba(0, 0, 0, 0.623);
    height: 62px;
  }

 .opcoes-rodape {
  margin-top: 65px;
 }

  .texto-btnOk {
    color: #d9c993;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    margin-left: 30px;
    margin-top: 0px;
    font-weight: 300;
    padding-right: 40px;
  }

  .controle-perguntas li button {
    padding-top: 2px;
  }

  .logo{
    width: 90%;
    margin-top: 25px;
  }

  .btnWpp {
    border-radius: 9999px;
    text-decoration: none;
    transition: color .15s ease-in;
    padding: 16px 10px;
    font-size: 16px;
    background-color: #0ff03a;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: rgb(0, 0, 0);
    background: #0ff03a;
    box-shadow: 0 0 10px #0ff03a, 0 0 40px #0ff03a, 0 0 80px #0ff03a;
  }

  .valorDinamicoAgendar {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
  }

  .textoFinal {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: 30px;
    font-size: 17px;
    margin-bottom: 80px;
  }

  .tituloFinal {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    line-height: 32px;
    font-size: 23px;
    margin-top: 80px;
  }

  .fa-chevron-right{
    margin-top: 13px;
  }

  .fa-chevron-left{
    margin-top: 13px;
  }
  
  .row-check{
    display: unset !important;
  }

  .circulo{
    width: 40px;
    height: 40px;
    background: #c1b38a;
    border-radius: 28px;
  }

  .check2{
    width: 100%;
    margin-top: 15px;
  }

  .margintop{
    /* margin-top: 0px !important; */
  }
}

.controle-perguntas {
  margin: 0 0 0 0;
  padding: 0;
}
.controle-perguntas li {
  list-style: none;
  display: inline-block;
}
.controle-perguntas li a {
  display: inline-block;
  background-color: #d9c993;
  color: #141411;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 6px;
  box-sizing: border-box;
  margin-right: 5px;
  transition: 0.3s;
}
.controle-perguntas li a:hover{
  box-shadow: 0 0 15px #d9c993;
  transition: 0.3s;
}

.controle-perguntas li button {
  border: none;
  display: inline-block;
  background-color: #d9c993;
  color: #141411;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
  margin-right: 5px;
  transition: 0.3s;
}
.controle-perguntas li button:hover{
  box-shadow: 0 0 15px #d9c993;
  transition: 0.3s;
}

#input-error{
  font-size: 22px;
  color: #ff5959;
  margin-top: 30px;
}
#post-error{
  font-size: 22px;
  color: #ff5959;
  margin-top: 30px;
}

.error{
  font-size: 22px;
  color: #ff5959;
  margin-top: 30px;
}

.check2 .checkmark:after {
  left: 11px;
  top: 7px;
}
.check2 .checkmark {
  height: 32px;
  width: 32px;
}
.check2 .checkmark2{
top: 3px;
left: 20px;
border-radius: 20px;
}

.check2 label.error {
  position: absolute;
  bottom: -50px;
  color: #ff5959;
  font-size: 22px;
  text-transform: none;
  left: 0;
}

.btn-iniciar {
  animation: pulseIniciar 2s infinite;
  transition: 0.6s;
}
.btn-iniciar:hover {
  animation: none;
  transition: 0.6s;
}
@-webkit-keyframes pulseIniciar {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(226, 174, 54, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(226, 174, 54, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(226, 174, 54, 0);
  }
}
@keyframes pulseIniciar {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(226, 174, 54, 0.4);
    box-shadow: 0 0 0 0 rgba(226, 174, 54, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(226, 174, 54, 0);
      box-shadow: 0 0 0 10px rgba(226, 174, 54, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(226, 174, 54, 0);
      box-shadow: 0 0 0 0 rgba(226, 174, 54, 0);
  }
}


.btn-finalizar {
  animation: pulseFinalizar 2s infinite;
  transition: 0.6s;
}
.btn-finalizar:hover {
  animation: none;
  transition: 0.6s;
}
@-webkit-keyframes pulseFinalizar {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(15, 240, 58, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgb(15, 240, 58, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgb(15, 240, 58, 0);
  }
}
@keyframes pulseFinalizar {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(15, 240, 58, 0.4);
    box-shadow: 0 0 0 0 rgb(15, 240, 58, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgb(15, 240, 58, 0);
      box-shadow: 0 0 0 20px rgb(15, 240, 58, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgb(15, 240, 58, 0);
      box-shadow: 0 0 0 0 rgb(15, 240, 58, 0);
  }
}
