* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}
form * {
  outline: none;
}
body {
  background: #000;
  color: #fff;
  font: 28px "Darker Grotesque", sans-serif;
  padding: 50px 0;
}
.container {
  margin: 0 auto;
  max-width: 545px;
  width: 95%;
}
header {
  margin: 0 0 60px;
}
header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 688px;
}
header img {
  display: block;
  max-width: 45%;
}
#banner {
  margin: 0 0 60px;
}
#banner .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 688px;
}
#banner img {
  display: block;
  max-width: 100%;
}
#conteudo.centro {
  text-align: center;
}
#conteudo.texto .botao {
  display: inline-block;
}
#conteudo.final p {
  font-size: 30px;
  margin: 0 0 25px;
}
#conteudo.final p.grande {
  font-size: 36px;
  font-weight: 600;
}
#conteudo h2 {
  font-size: 66px;
  font-weight: 600;
  margin: 0 0 15px;
}
#conteudo h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 32px;
  text-align: center;
}
#conteudo h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}
#conteudo p {
  margin: 0 0 40px;
}
#conteudo a {
  color: #fff;
  font-size: 20px;
}
#conteudo .wrap_input {
  font-size: 20px;
  margin: 0 0 20px;
}
#conteudo .wrap_input label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}
#conteudo .wrap_input input,
#conteudo .wrap_input select {
  background: #000;
  border: 1px solid #F0F0F0;
  color: #fff;
  display: block;
  font: 500 18px/56px "Darker Grotesque", sans-serif;
  height: 56px;
  padding: 0 15px;
  width: 100%;
}
#conteudo .wrap_campos {
  display: flex;
  justify-content: space-between;
}
#conteudo .wrap_campos.grande_pequeno div:first-child {
  width: 75%;
}
#conteudo .wrap_campos.grande_pequeno div:last-child {
  width: 20%;
}
#conteudo .wrap_campos .wrap_radio {
  text-align: center;
}
#conteudo .wrap_radio {
  margin: 0 0 20px;
}
#conteudo .wrap_radio label {
  cursor: pointer;
  display: block;
  position: relative;
}
#conteudo .wrap_radio .checkmark {
  background: #000;
  border: 1px solid #F0F0F0;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 56px;
  line-height: 53px;
  padding: 0 15px;
  transition: all 0.3s;
}
#conteudo .wrap_radio input {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
#conteudo .wrap_radio input:checked ~ .checkmark {
  background-color: #fff;
  color: #000;
}
#conteudo .wrap_radio_bolinha {
  font-size: 18px;
  font-weight: 600;
}
#conteudo .box_radios {
  display: flex;
  justify-content: space-between;
}
#conteudo .box_radios .wrap_radio {
  width: 48%;
}
#conteudo .botao {
  background: #F1AE26;
  border: 0;
  color: #000;
  cursor: pointer;
  display: block;
  font: 700 23px/57px "Darker Grotesque", sans-serif;
  height: 57px;
  margin: 0 auto;
  min-width: 240px;
  padding: 0 25px;
  text-decoration: none;
}
#conteudo.formulario h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 32px;
  text-align: center;
}
#conteudo.formulario form {
  margin: 0 auto;
  max-width: 380px;
}
#conteudo.formulario form.termos {
  max-width: 545px;
}
#conteudo.formulario form .botao {
  margin: 35px auto 0;
}
#conteudo .caixa-texto {
  border: 1px solid #F0F0F0;
  max-height: 40vh;
  padding: 15px;
  overflow-y: auto;
}
#conteudo .caixa-texto p {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 20px;
}
#conteudo .resumo {
  border: 1px solid #F0F0F0;
  margin: 0 0 30px;
  padding: 15px;
}
#conteudo .resumo table {
  border-bottom: 1px solid #F0F0F0;
  margin: 0 0 10px;
  width: 100%;
}
#conteudo .resumo table tr th {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px;
  text-align: left;
}
#conteudo .resumo table tr td {
  font-size: 20px;
  text-align: left;
}
#conteudo .resumo table:last-child {
  border: 0;
  margin: 0;
}
#conteudo .resumo table:last-child tr th {
  padding: 0;
}
#conteudo .campos_pix .obs {
  font-size: 20px;
  line-height: 20px;
  padding: 30px;
  text-align: center;
}
#conteudo .campos_pix .obs p {
  margin: 0 0 20px;
}

/* Estilo para botões desabilitados */
.botao:disabled,
.botao[disabled] {
  background: #444;
  color: #999;
  opacity: 0.8;
  cursor: not-allowed;
}

/* --- Estilos para Face ID --- */
.hospede-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.hospede-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #333;
}
.hospede-list li:last-child {
    border-bottom: none;
}
.hospede-list .hospede-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

/* Modal da Câmera */
.modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content {
    background-color: #1a1a1a;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 80vh; 
    text-align: center;
    position: relative;
}
.modal-close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

/* Container da Câmera com Overlay */
.camera-container {
    position: relative;
    width: 100%;
    padding-top: 100%; 
    margin: 20px auto;
    overflow: hidden;
}

#camera-stream {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
}

.camera-overlay {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
    border: 3px solid #fff;
    pointer-events: none;
}

.camera-overlay::before {
    content: 'Tire a foto somente do rosto';
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 80%;
}

/* Estilo para o Flash de Tela */
#screen-flash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-out;
}
#screen-flash.active {
    opacity: 1;
}

/*# sourceMappingURL=style.css.map */
