html {
  height: 100%;
  width: 100%;
  color: white;
}

body {
  background-image: linear-gradient(to top, black, rgb(5, 6, 61, 0.87));
  font-family: 'Trebuchet MS', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.Topo {
  border-bottom: 1px solid grey;
  width: 100%;
  text-align: center;
}
.Topo h1{
  display: inline;
}
.place{
  color: #ebbb0e;
}
.Centro {
  width: 50%;
  margin: auto;
  margin-top: 80px;
  text-align: left;
  
}
.contato{
  border-left: 4px solid #ebbb0e;
  padding-left: 10px;
  font-size: 30px;
}

.CaixadeResposta {
  background-color: transparent;
  border: 1px solid #7d7d7d;
  color: white;
  border-radius: 5px;
  width: 80%;
  height: 30px;
  font-family: 'Trebuchet MS', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20px;
  margin: 10px;
  
}
.naoinserido{
  background-color: transparent;
  border: 1px solid #ae0404;
  color: white;
  border-radius: 5px;
  width: 80%;
  height: 30px;
  font-family: 'Trebuchet MS', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20px;
  margin: 10px;
}
.naoinserido:focus{
 outline: 2px solid #ae0404;
}
.naoinserido:hover{
 outline: 2px solid #ae0404;
}
.CaixadeResposta:focus{
  outline: 1px solid #ebbb0e;
}
.CaixadeResposta:hover{
  outline: 1px solid #ebbb0e;
}

.botao {
  display: block;
  margin: auto;
  margin-top: 20px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  background-color: #ebbb0e;
  border: 1px solid black;
  width: 20%;
  height: 40px;
  border-radius: 10px;
  font-size: 20px;
  color: black;
  font-weight: bolder;
}

.CentropaginaData {
  width: 50%;
  margin: auto;
  margin-top: 20px;
  text-align: left;
  padding: 2px;
}
.perfeito{
  border-left: 4px solid #ebbb0e;
  padding-left: 5px;
  font-size: 30px;
}
.ultimopasso{
  border-left: 4px solid #ebbb0e;
  padding-left: 5px;
}

.reserve{
  text-align: center;
  margin:auto;
  margin-top: 10px;
  font-size: 20px;
  border-bottom: #ebbb0e solid 1px;
  width: fit-content;
  font-weight: 900;
}

.dias {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
}

.dias input[type="radio"] {
  visibility: hidden;
  position: fixed;
}

.dias label {
  text-transform: uppercase;
  padding: 10px;
  padding-left: 64px;
  padding-right: 64px;
  font-weight: 900;
}

.dias input[type="radio"]:checked+label {
  color: #ebbb0e;
  border-bottom: 2px solid #ebbb0e;
}

.horarios {
  border: 1px solid black;
  width: 515.85px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  column-gap: 10px;
  row-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 7%;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #5276a3;
}

.horarios input[type="radio"] {
  visibility: hidden;
  position: fixed;
}

.horarios label {
  border: 1px solid black;
  font-size: 15px;
  padding: 15px;
  border-radius: 5px;
  font-weight: 700;
  display: flex;
  flex-direction: row-reverse;
}

.horarios input[type="radio"]:checked+label {
  background-color: rgb(5, 6, 61, 0.87);
  color: #ebbb0e;
}

.apagado+label {
  pointer-events: none;
  display: none;
}

.apagado:checked+label {
  pointer-events: none;
  display: none;
}
.reloginho{
  width: 20px;
  height: 20px;
}

@media (max-width: 430px) {
  html {
    height: 800px;
  }

  .Centro {
    margin-top: 20px;
    width: 70%;
  }
  .botao {
    width: 30%;
    font-size: 15px;
    font-weight: bolder;
    font-family: 'Trebuchet MS', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  .dias label {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dias{
    margin-left: 100px;
  }
  .horarios {
    width: 371.85px;
  }
  .CentropaginaData{
    width: 80%;
  }
  
} 
@media (min-width: 1420px){
  .horarios{
    width: 715px;
   padding-left: 80px;

  }
  .horarios label{
    padding: 20px;
    font-size: 20px;
    border-radius: 15px;
  }
  .dias label{
    padding-left: 90px;
    padding-right: 90px;
    
  }

}
.método {
  border-left: 4px solid #ebbb0e;
  padding-left: 10px;
  font-size: 25px;
}
.opcoes{
  margin-bottom: 10px;
  margin-left: -10px;
}
.opcoes label{
  font-size: 20px;
  text-align: center;
  width: 400px;
}

.opcoes input[type='radio']:checked + label{
  font-size: 22px;
  color: #ebbb0e;
}

.rotating{
  animation: rotate 1s linear infinite;
}
.circulo{
  width: 10px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

 /* Estilos para o diálogo de confirmação */
 #confirmacao{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  color: rgb(5, 6, 61, 0.87);
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to top, #ebbb0e, #e9c646 );
  border: 2px solid rgb(5, 6, 61, 0.87);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center;
}

#confirmacao button {
  margin: 10px;
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px;
  background-image: linear-gradient(to top, black, rgb(5, 6, 61, 0.87));
  color: #ebbb0e;
}

/* Estilos para o fundo do diálogo */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

