body{
	background-color: #000624;
	color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.contend {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  height: 100vh; /* Example: Occupy full viewport height */
}
a{
    text-decoration: none;
    color: #000000;
}
.centro {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: auto;
  padding: 30px;
  border-radius: 30px;
  transform: translate(-50%, -50%); /* Shifts the div back by half its own dimensions */
  background-color: #ffffff;
  color: #000000;
}
.tela_01{
  display: flex;
  flex-direction: column;
}
.tela_02{
  display: flex;
  flex-direction: column;
  padding: 80px 0px;
}
.tela_03{
  display: flex;
  flex-direction: column;
  padding: 80px 0px;
}
.titulo{
  margin: 0 auto;
  font-size: 57px;
  width: 100%;
  text-align: center;
}
.subtitulo{
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
.form{
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.telefone{
  width: 70%;
  display: flex;
  align-items: center;
  position: relative;
}

.telefone .input {
  font-size: 18px;
    padding: 16px 10px;
    width: 100%;
    outline: none;
    background: #FFFFFF;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 0px;
    transition: .3s ease;
}

.telefone .input:focus {
  background: #F2F2F2;
  border: 2px solid #000000;
  border-radius: 0px;
}

.telefone .input::placeholder {
  color: #DDDDDD;
}
.botao{
  width: 26%;
}
.botao .bot {
  background-color: #ffc925;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 31px;
    text-decoration: none;
  text-decoration:none;
}

.confirmation{
  display: flex;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.control {
            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 5px;
            padding-top: 3px;
            cursor: pointer;
            font-size: 16px;
        }
            .control input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }
        .control_indicator {
            position: absolute;
            top: 3px;
            left: 0;
            height: 17px;
            width: 17px;
            background: #ffffff;
            border: 2px solid #000000;
            border-radius: 0px;
        }
    
        .control input:checked ~ .control_indicator {
            background: #ffffff;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator,
        .control input:checked:focus ~ .control_indicator {
            background: #0e6647d;
        }
        .control input:disabled ~ .control_indicator {
            background: #e6e6e6;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator:after {
            display: block;
        }
        .control-checkbox .control_indicator:after {
            left: 6px;
            top: 2px;
            width: 3px;
            height: 8px;
            border: solid #000000;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
        .control-checkbox input:disabled ~ .control_indicator:after {
            border-color: #7b7b7b;
        }
.text_confirm{
  font-size: 12px;
}
.text_confirm span{
  text-decoration: underline;
  cursor: pointer;
}
.botao_no{
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: 30px;
}
.recusa {
  background-color:#f7f7f7;
  border:2px solid #000000;
  display:inline-block;
  cursor:pointer;
  color:#6e6e6e;
  font-size:15px;
  padding:12px 16px;
  text-decoration:none;
}
.recusa:hover {
  background-color:#ffffff;
}
.recusa:active {
  position:relative;
  top:1px;
}
.tela_02 .titulo{
  font-size: 32px;
}
.tela_03 .titulo{
  font-size: 32px;
}
.voltar{
  text-decoration: underline;
  cursor: pointer;
}
.erro{
  color: red;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px){
	.centro{
		width: 75%;
		padding: 30px;
	}
  .titulo{
    font-size: 35px;
  }
  .subtitulo{
    font-size: 15px;
  }
  .telefone .input{
    font-size: 15px;
  }
  .botao .bot{
    font-size: 14px;
  }
  .botao{
    width: unset;
  }
  .botao .bot{
    padding: 14px 15px;
  }
  .telefone{
    width: unset;
  }
  .text_confirm {
    font-size: 11px;
  }
  .erro{
        font-size: 14px;
  }
  .recusa{
    font-size: 12px;
  }
  .tela_02 .titulo {
    font-size: 25px;
  }
}
@media (max-width: 412px){
    .botao .bot {
        padding: 15px 10px;
        text-align: center;
    }
    .botao .bot {
        font-size: 13px;
        min-width: 70px;
    }
}
@media (max-width: 390px){
    .botao .bot {
        padding: 15px 10px;
        text-align: center;
    }
    .botao .bot {
        font-size: 13px;
        min-width: 70px;
    }
}
@media (max-width: 360px){
    .botao .bot {
        padding: 16px 10px;
        text-align: center;
    }
    .botao .bot {
        font-size: 11px;
        min-width: 60px;
    }
}