body {
	font-family: calibri;
	background-color: #fff;
	transition: all ease-in-out 3s;
	padding-top: 70px;
}
main {
	margin: 0px auto !important;
}
.half {
	width: 49%;
	float: left;
	margin-right: .5%;
    margin-left: .5%;
}
.padding {
	padding: 0px !important;
}

.navbar-static-top {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #ce8804;
  color: #bfbfbf;
}
.navbar-static-top1 {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #ce8804;
  color: #bfbfbf;
  z-index: 9999;
}
.navbar-brand {
  font-size: 50px;
  line-height: 60px;
  padding: 0px 40px;
}
.navbar-brand:hover {
    color: #3f4c58 !important;
}
.nav-sidebar > li > a {
  padding: 15px 20px;
  color: #bfbfbf;
  text-transform: capitalize;
  font-size: 18px;
  font-family: calibri;
  border-bottom: 3px solid transparent;
}
.nav-sidebar li a:hover, .nav-sidebar li a:focus {
  background: #222;
  color: #3f4c58;
  border-bottom: 3px solid #3f4c58;
  transition: all ease-in-out .2s;
  outline: 0;
}
.nav-sidebar li {
  float: left;
}



.home {
	width: 95% !important;
}
.input {
	margin: 15px 10px !important;
}
.panel {
	margin-top: 50px;
	background: rgba(0, 0, 0, 0);
	border-color: #ce8804 !important;
	border-radius: 0px;
}
.panel-heading {
	background-color: #ce8804 !important;
	border-color: #fff !important;
	border-radius: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel-heading1 {
	background-color: #ce8804;
	border-color: #fff !important;
	border-radius: 100%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel-heading1 h1 {
	color: #fff !important;
	padding: 12px;
}
.panel-heading h1 {
	color: #fff !important;
	padding: 12px;
}
.input__label--nao {
	color: #ce8804 !important;
}
.graphic--nao {
	stroke: #ce8804 !important;
}
button {
	font-size: 30px !important;
	height: 60px !important;
}
.signup {
	color: #2e3434;
}
.input {
	float: left;
	width: calc(50% - 2em) !important;
}
.full {
	width: 100% !important;
	max-width: 94.5% !important;
}
.gender {
	margin-top: 30px;
	text-align: center;
}
label {
	text-transform: capitalize;
	float: left;
	width: 100%;
	color: darkgreen !important;
}
.padding1 {
	padding: 0px 1px;
}

.select {
	width: 33% !important;
	float: left;
	border-radius: 0px;
	margin-left: -1px;
	padding: 5px;
	background: transparent;
	box-shadow: 0px 0px;
	color: #2e3434;
	text-transform: capitalize;
	font-family: lato;
}
.select:focus {
	outline: 0px;
	box-shadow: 0px 0px !important;
}
option {
	color: #333;
}
h1 {
    font-family: gabriola;
    margin: 0px;
    text-align: center;
}
.input__label-content {
	font-size: 15px !important;
	padding: 2px 0px !important;
}
.btn {
	border-radius: 0px;
}
button {
	border: 0px;
	-webkit-perspective: 363px !important;
}
input:-webkit-autofill {
	background: transparent !important;
}
label.error {
	position: absolute;
	bottom: 10%;
	background: rgb(141, 0, 0);
	right: 2%;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
	color: #fff;
	width: 20px;
}
.graphic {
	top: 2px !important;
}
.signup {
	float: left;
	width: 100%;
	margin-top: 13px;
	text-align: center;
}
.alert {
	text-align: center;
	font-size: 22px;
	margin-bottom: 5px;
	width: 50%;
	margin: 0px auto;
	padding: 5px;
	opacity: .8;
	margin-top: 5px;
}
fieldset {
	float: left;
	width: 100%;
}
.form-group:not(.half) {
	float: left;
	width: 100%;
}
#day-error {
	right: 68%;
	bottom: 16px;
}
#month-error {
	right: 35%;
	bottom: 16px;
}
#year-error {
	right: 5%;
	bottom: 16px;
}
#gender-error {
	padding: 0px !important;
	right: -158px;
	bottom: -12px;
}
#gender-error:before {
	display: none;
}
#gender-error:after {
	display: none;
}
.input__field--nao {
	color: #ce8804 !important;
}
#gender-error:first-parent {
	display: none;
}


.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px;
	background: #fff;
	color: white;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: 200ms ease;
}
.modal.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
