* {
	margin: 0;
	padding: 0;
}

body {
	/* min-height: 100vh;
	background-image: linear-gradient(to right top, #a65e99, #7d5187, #574372, #363459, #2f3d62, #274669, #1e4e6e, #1c7697, #1ba1bc, #32ceda); */

	background-color: #afeeee;
}

header {
	height: 100px;
}

.caja1 {
	background-color: #fff;
	width: 25em;
	height: auto;
	position: relative;
	margin: auto;
	padding: 2em;
	color: black;
	border-radius: 1em;
	border: 0.2em solid black;
	font-size: 1.2em;
}

.footer a {
	font-weight: normal;
	font-size: 0.9em;
}

input,
select {
	width: 100%;
	padding: 0.5em;
	font-size: 1em;
	cursor: pointer;
	border: none;
	border-bottom: 0.1em solid #bdbfc1;
	color: black;
	text-align: left;
	margin-bottom: 1em;
}

input:hover,
select:hover {
	border: none;
	border-bottom: 0.1em solid red;
}

input::placeholder {
	color: #1e265d;
	font-weight: bold;
	opacity: 0.5;
}

input[type="submit"],
input[type="reset"] {
	border-bottom: 0.1em solid #bdbfc1;
	margin-top: 1em;
	width: 40%;
	text-align: center;
	background-color: #0081cf;
	color: white;
	cursor: pointer;
}

input[type="checkbox"] {
	margin-left: 0;
	width: 10%;
	cursor: pointer;
}
input[type="submit"] {
	border-radius: 20px;
}
label {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

/* Móviles en horizontal o tablets en vertical */
@media (min-width: 481px) and (max-width: 800px) {
	header {
		height: 40px;
	}
}

/* Móviles en vertical */

@media (max-width: 480px) {
	header {
		height: 20px;
	}

	.caja1 {
		background-color: #fff;
		width: 17em;
		height: auto;
		position: relative;
		margin: auto;
		padding: 2em;
		color: black;
		border-radius: 1em;
		border: 0.2em solid black;
		font-size: 1.2em;
	}
}
