*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Tahoma, sans-serif;
  font-size: 20px;
  color: black;
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: yellow;
}
.clear{clear: both;}

.botao{
	background: #00afef;
	padding: 5px 30px;

}
.topo{
	padding: 5px;
	width: 98%;
	margin: 0;
}
.topo img{
	width: 300px;
}
.topo a{
	color: white;
	padding: 5px 15px;
	text-decoration: none;
	display: inline-block;
	width: 80%;
}

.topo h4{
	color: black;
	display: inline-block;
	font-size: 25px;
	text-align: center;
	background: black;
	border-radius: 50px;
	color: yellow;
	padding: 5px 20px;
	margin: 10px auto;
	width: 100%;
}
.topo h1{
	font-size: 40px;
	text-align: center;
	color: black;
	position: absolute;
	top: 65px;
	right: 40%;
	background: none;
}
.campoTopo{
	display: inline-block;
	width: 30%;
	margin: 1.5%;
	vertical-align: top;
	
}
.input-telefone {
	background-color: white;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
	text-align: center;
	margin: 20px auto;
}
.botao p{
	background: yellow;
	border: none;
	margin: 20px auto;
	padding: 10px 30px;
	border-radius: 5px;
	color: black;
}
.cadastro{
	width: 100%;
	padding: 0 20px;
	color: white;
	height: 400px;
	text-align: center;
	display: block;
	
}

.cadastro form{
	background: none;
	width: 100%;
}
.cadastro input[type='radio']{
	display: inline-block;
	width: 50px;
	transform: scale(2.0);
}
.cadastro a{
	background: none;
	padding: 5px 20px; 
	text-decoration: none; 
	color: white; 
	border-radius: 5px;
	margin: 10px auto;
}
.cadastro label{
	margin-right: 80px;
}
.cadastro p{
	display: inline-block;
}
.cadastro img,
.cadastro a{
	height: 400px;
	position: absolute;
	left: 5%;
}
.cadastro input[type='text']{
	background: white;
	width: 60%;
	text-align: center;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	margin: 15px auto;
}
.cadastro input[type='number']{
	background: white;
	width: 70%;
	text-align: center;
}
.cadastro input[type='submit']{
	background: #00afef;
	min-width: 30%;
	color: white;
	font-weight: bold;
	border-radius: 50px;
	padding: 10px;
	
	margin: 20px auto;
}
.cadastro h3{
	margin-top: 30px;
	background: none;
}
.cadastro h4{
	background: none;
}
.campo button{
	border: none;
	color: white;
	cursor: pointer;
	font-size: 30px;
	margin-left: 15px;
}
.campoEntrada{
	width: 100%;
	background: none;
	text-align: center;
	
}
.nomesCortes{
	width: 100%;
	padding: 10px;
	
}
.nomesCortes h4{
	margin: 10px;
	background: yellow;
	padding: 0 10px;
	width: 90%;
	margin-left: 5%;
}
.filho p{
	width: 100%;
	background: none;
}
.filho{
	
	display: inline-block;
	background: none;
	width: 100%;
	text-align: center;
	height: 50px;
}
.filho label img{
	background: none;
	display: block;
	text-align: center;
	

}
.filho input[type='checkbox']{
	transform: scale(2);
	width: 100%;
	margin: 20px auto;
}
.campo-extra{
	border: solid 2px black;
	margin: 10px auto;
	width: 90%;
	border-radius: 10px;
}
.nomesBarbeiros{
	border-radius: 10px;
	border: solid 2px black;
	width: 100%;

}
.barbeiro input[type="checkbox"],
.barbeiro input[type="radio"] {
    display: none; /* Esconde o botão radio padrão */
 }
 .barbeiro label {
    cursor: pointer;
    display: inline-block;
    background: none;
  }
 .barbeiro label img {
    max-height: 200px;
    transition: opacity 0.3s ease-in-out;
    position: relative;

   }

 .barbeiro input[type="checkbox"]:checked + label img {
    opacity: 0.5; /* Efeito ao selecionar */
    border: solid 4px blue;
  }
.barbeiro{
	max-width: 22%;
	display: inline-block;
	text-align: center;
	
	
}
.barbeiro H4{
	margin-top: -20px;
	background: #00afef;
	padding: 3px 6px;
	z-index: 1;
	position: relative;
	border-radius: 15px;
	width: 100%;
	font-size: 18px;
}

.listaBabeiro{
			background: none;
			text-align: center;
			height: 180px;
		}

@media screen and (min-width: 481px) and (max-width: 800px){ /*CELULAR DEITADO */
	.cadastro img,
	.cadastro a{
		height: 200px;
		position: absolute;
		left: 5px;
		top: 100px;
	}
	.campoTopo{
		display: inline-block;
		width: 30%;
		vertical-align: top;
		
		margin: 1%;
	}
	.topo{
		padding: 15px;
		width: 100%;
		margin: 0;
	}
	.topo img{
		width: 200px;
		margin: 0;
	}
	.topo a{
		margin: 0;
	}
	.topo h4{
		color: black;
		display: inline-block;
		font-size: 16px;
		text-align: center;
		background: black;
		border-radius: 50px;
		color: yellow;
		padding: 5px 20px;
		margin: 10px auto;
		width: 100%;
	}
	.topo a{
		color: white;
		padding: 5px 0;
		text-decoration: none;
		display: inline-block;
		width: 80%;
		margin: 6%;
	}
	.topo h1{
		font-size: 40px;
		text-align: center;
		color: black;
		position: absolute;
		top: 230px;
		right: 37%;
		background: none;
	}
	.cadastro{
		width: 100%;
		padding: 0 20px;
		color: white;
		height: 400px;
		text-align: center;
		display: block;
		
	}
	.cadastro label{
		margin-right: 10px;
	}
	.cadastro p{
		display: block;
	}
		.barbeiro label img{
		height: 90px;
		position: relative;
		top: 0;

	}
	.barbeiro H4{
		margin-top: -20px;
		background: #00afef;
		padding: 3px 6px;
		z-index: 1;
		position: relative;
		border-radius: 15px;
		width: 100%;
		font-size: 12px;
		white-space: nowrap;
	}
	.barbeiro p{
		font-size: 10px;
	}
	.filho{
		display: block;
		width: 100%;
	}
	.topo h1{
		right: 17%;
	}
	.nomesCortes{
		padding: 5px;
		background: none;
		width: 100%;

	}

}
@media screen and (max-width: 480px){
	input[type='checkbox']{display: block;}
	.cadastro img,
	.cadastro a{
		height: 400px;
		position: absolute;
		left: 5%;
		top: 150px;
	}
	.campoTopo{
		display: inline-block;
		width: 30%;
		vertical-align: top;
		margin: 0;
	}
	.topo{
		padding: 15px;
		width: 100%;
		margin: 0;
	}
	.topo img{
		width: 100px;
		margin: 0;
	}
	.topo a{
		margin: 0;
	}
	.topo h4{
		color: black;
		display: inline-block;
		font-size: 12px;
		text-align: center;
		background: black;
		border-radius: 50px;
		color: yellow;
		padding: 5px 20px;
		margin: 10px auto;
		width: 100%;
	}
	.topo a{
		color: white;
		padding: 5px 0;
		text-decoration: none;
		display: inline-block;
		width: 80%;
		margin: 6%;
	}
	.barbeiro label img{
		height: 90px;
		position: relative;
		top: 0;

	}
	.barbeiro H4{
		margin-top: -20px;
		background: #00afef;
		padding: 3px 6px;
		z-index: 1;
		position: relative;
		border-radius: 15px;
		width: 100%;
		font-size: 12px;
		white-space: nowrap;
	}
	.barbeiro p{
		font-size: 10px;
	}
}

