h1,h2,h3{
	color: #003466;
	margin: 0 0 10px 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: century gothic;
	background-color: #F6F2ED;
	display: grid;
	grid-template-columns: 350px calc(100% - 350px);
	grid-template-rows: auto 3.5em;
	row-gap: 3em;
	justify-items: center;
}
#left-bar{
	display: grid;
	grid-template-rows: 325px 20em auto;
	justify-items: center;
}#hour{
	font-weight: bolder;
	font-size: 40px; 
	letter-spacing: -4px;
	color: #003466;
}
#boxes{
	width: 100%;
	height: 200px;
	font-weight: bolder;
	font-size: 20px;
	display: inline-block;
}
#boxes div{
	position: relative;
	float: left;
	border-radius: 10px;
	display: block;
}
#day{
	padding: 10px;
	top: 25px;
	z-index: 10;
	background-color: rgba(255,255,255,0.6);
	color: #003466;
	backdrop-filter: blur(5px);
}#dia{
	font-size: 40px;
}#box-day{
	left: -130px;
	top: -90px;
	background-color: #003466;
}
#greet{
	padding: 10px;
	min-width: 60%;
	max-width: 60%;
	top: 28px;
	left: 70px;
	z-index: 10;
	background-color: rgba(255,255,255,0.6);
	color: #003466;
	text-align: right;
	backdrop-filter: blur(5px);
}#box-greet{
	width: 50px;
	height: 50px;
	top: -20px;
	left: 50px;
	background-color: #003466;
}
#apresentacao{
	background: #F3C6BD url("img/pessoa1.png") right no-repeat;
	background-size: 65%;
	width: 250px;
	height: 250px;
	padding: 25px;
	display: grid;
	border-radius: 25px;
	align-self: end;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
	border: 1px solid #E4A598;
}
#menu{
	width: 250px;
	height: calc(80% - 50px);
	padding: 25px 25px 15px 25px;
	font-weight: bolder;
	text-align: left;
	font-size: 25px;
	transition: 0.3s;
	background-color: #fdfdfd;
	border-radius: 25px;
	display: grid;
	justify-content: center;
	align-self: center;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
	border: 1px solid #e0e0e0;
}
#menu a div{
	float: left;
	padding: 0px 32px;
	width: 80%;
	border-radius: 20px;
	display: grid;
	grid-template-columns: 30% 70%;
}#menu a div:hover{
	text-decoration: underline;
	transition: 0.3s;
}#menu a div:active{
	transition: 0.3s;
}
#menu a{
	text-decoration: none;
}
#menu a div p{
	margin: 0;
}
#corpo{
	width: 90%;
}
#menu a div p{
	align-self: center;
	justify-self: start;
}
input{
	border: solid 1px #00B3A8;
	background-color: transparent;
	height: 35px;
	width: 28%;
	padding: 0 1%;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
	border-radius: 25px;
	color: #4B3082;
	backdrop-filter: blur(5px);
}
#rodape{
	padding-top: 4px;
	width: 100%;
	background-color: #003466;
	font-size: 15px;
	color: white;
	border-radius: 25px 25px 0 0;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
hr{
	width: 50%;
	color: white;
	border: solid 1px #4B3082;
}
table{
	border-radius: 25px;
	width: 100%;
	text-align: center;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
	margin-top: 24px;
	padding: 24px;
	background-color: #fdfdfd;
	border: 1px solid #e0e0e0;
}
.radio{
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	border: none;
	background-color: transparent;
	height: auto;
	width: auto;
	padding: 0;
	margin-bottom: 0px;
	color: #4B3082;
}
.butc{
	box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
	border: none;
	background-color: #F3C6BD;
	height: 35px;
	width: 28%;
	padding: 1% 1% 0 1%;
	margin-bottom: 8px;
	font-weight: bold;
	transition: 0.3s;
	border-radius: 25px;
}.butc:hover{
	transition: 0.3s;
	background-color: red;
}
#bot{
	cursor: pointer;
	box-sizing: content-box;

}#bot:hover{
	background-color: #9663FF;
}
.formtxt{
	color: #4B3082;
	margin: 0 8px;
}
.forms{
	background-color: #fdfdfd;
	display: grid;
	border-radius: 25px;
	padding: 25px;
	margin-top: 25px;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
	border: 1px solid #e0e0e0;
}
.icon{
	height: 2em;
	width: auto;
	display: grid;
	justify-self: start;
	align-self: center;
	grid-column-start: 1;
	grid-column-end: 2;
}

#bg{
	float: left;
	height: 100%;
	width: 100%;
	background-image: url(img/bg2.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	border-radius: 60px 60px 20px 20px;
}

input[type='checkbox']{
	width: 45px;
	height: 20px;
	appearance: none;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 25px;
	box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transition: 0.4s;
	position: relative;
}
input:checked[type='checkbox']{
	background-color: rgba(0, 52, 102, 0.4);
}
input[type='checkbox']:before{
	content: "";
	width: 20px;
	height: 20px;
	transform: scale(1.1);
	background-color: #efefef;
	border-radius: 25px;
	position: absolute;
	left: 0;
	top: -1px;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
	transition: 0.4s;
}
input:checked[type='checkbox']:before{
	left: 23px;
}
#switch{
	display: flex;
	align-items: center;
	justify-content: center;
}
.rm, .nasc{
	width: 5em;
}.nome{
	width: 20em;
}.nomepm{
	width: 10em;
}
td{
	word-break: break-word;
}