body {
	/*background: url(../img/carnaval.jpg) no-repeat center center fixed;*/
	/*background: url(https://www.sds.pe.gov.br/images/fundo_cinza.png) no-repeat center center fixed;*/
	background: url(../img/fundo_cinza.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

#container1 {
	width: 70%;
	margin: 5% auto;
}

.show-desktop {
	display: inline-flex;
}

.hide-desktop {
	display: none;
}

@media screen and (max-width: 1023px) {
	.show-desktop {
		display: inline-flex !important;
	}

	.hide-desktop {
		display: inline;
	}

	.navbar-menu {
		display: flex !important;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		background-color: transparent;
		padding: 0.5rem 0.75rem;
	}

	.navbar-start,
	.navbar-end {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.navbar-start,
	.navbar-end {
		width: 100%;
	}

	.navbar-end {
		justify-content: flex-end;
		gap: 0.25rem;
		margin-top: 0.25rem;
		padding-top: 0.25rem;
		border-top: 1px solid #e8e8e8;
	}

	.navbar-item {
		padding: 0.35rem 0.45rem;
	}

	.account-user {
		max-width: calc(100% - 4.5rem);
	}

	.account-user-name {
		display: inline-block;
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: middle;
		font-size: 0.95rem;
	}

	.secretaria-text {
		line-height: 1.1;
		font-size: 0.95rem;
	}

	.img-logo-gov img {
		max-height: 2rem !important;
	}

	#container1 {
		width: 88%;
		margin: 1.25rem auto;
	}

	.hero-body {
		padding: 1rem;
	}

	.tile1 {
		padding: 1rem;
	}

	.steps {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 3rem;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 0.5rem;
		column-gap: 0.5rem;
	}

	.steps .step-item,
	.steps .step-item:not(:first-child) {
		flex: none !important;
		width: 3rem !important;
		max-width: 3rem;
		min-width: 3rem;
	}

	.steps .step-item::before {
		display: none !important;
	}

	.steps .step-item .step-marker {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		margin: 0 auto !important;
	}

	.steps .step-item .step-details {
		display: none !important;
	}

	.columns {
		margin-left: 0;
		margin-right: 0;
	}

	.column {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	.input,
	.select,
	.select select,
	.textarea {
		max-width: 100%;
	}

	.steps-content,
	.step-content,
	.tile2 {
		overflow-x: hidden;
	}

	.step-content .select {
		display: block;
		width: 100%;
	}

	.step-content .select select {
		width: 100%;
		min-width: 0;
	}

	.list.is-hoverable > .columns:first-child {
		display: none;
	}

	.list.is-hoverable .columns.is-vcentered {
		display: block;
		margin: 0 0 0.75rem 0;
		padding: 0.75rem;
		border: 1px solid #d9e2f2;
		border-radius: 8px;
		background-color: #f8fbff;
	}

	.list.is-hoverable .columns.is-vcentered .column {
		display: block;
		width: 100%;
		padding: 0.35rem 0;
		text-align: left;
	}

	.list.is-hoverable .columns.is-vcentered .column:first-child {
		word-break: break-word;
	}

	.list.is-hoverable .columns.is-vcentered .button {
		width: 100%;
		height: auto;
		white-space: normal;
	}
}

#columns1 {
	align-content: stretch;
    align-items: center;
}

#box1 {
	border-radius: 0px;
}

#titleFormulario{
	    font-size: 2.0rem;
	    color: #ffffff;
	     /*font-family: 'Lato', sans-serif !important;*/
	     margin: 9%;
	     font-weight: 650;
}

#columns1{
	margin: -3%;
}

#column2{
	background-color: steelblue;
}

#subtitleFormulario {
	margin-top: 3%;
	color: #ffffff;
}

#linkCadastro {
	color: #ffffff;
}

#linkCadastro2 {
	color: #a7c3f1;
}

#buttonLogin1{
	background-color: #a7c3f1;
}

.is-small.input:valid {
	text-transform: uppercase;
}

.is-small.input.no-uppercase:valid {
	text-transform: none;
}

.datetimepicker-dummy-wrapper {
	height: fit-content;
	background: white;
}

.datetimepicker-dummy.is-info .datetimepicker-clear-button {
	color: #209cee00;
}

#logo {
	max-width: 50%;
	text-align: -webkit-center;
}

#boxLogin {
	/*min-height: 20rem;
	max-width: 320;
	position: inherit;*/
	/* background-color: #f5f5f5d4; */
	background-color: #f5f5f5e8;
	border-radius: 15px;
    box-shadow: 0 2px 9px 3px rgba(10, 10, 10, 0.78), 0 0 0px 0px rgba(10, 10, 10, 0.46);
}

.tituloLogin{
    color: #fffefe;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.125;
    text-shadow: 0.1em 0.3em 0.1em #3c1313 /*#600*/;
    font-family:Arial, Helvetica, sans-serif;
}


#linkCadastro{
	 text-align:center;
}

.site-content {
	flex: 1;
}

.ati-footer {
	padding: .5rem;
}

.box {
	border-radius: 20px;
}

/*
.tile2 {
	min-height:20rem;
	
}*/
.tile3 {
	min-height: 20rem;
}

.tile1 {
	/* background-color: #ffffffd1; */
	background-color: #f5f5f5e8;
    box-shadow: 0 2px 9px 3px rgba(10, 10, 10, 0.78), 0 0 0px 0px rgba(10, 10, 10, 0.46);
}


.cardTransparente{
	background-color: #fff0;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0), 0 0 0 1px rgba(10, 10, 10, 0);
}


.mandatory:before {
	content: "*";
}

.mandatory {
	color: red;
	font-weight: bold;
}

.checkbox1 {
	text-align: justify;
}

.error {
	background-color: #feecf0;
	border-color: transparent;
	color: #cc0f35;
}

.notification.is-danger.is-light {
	background-color: #feecf0;
	border-color: transparent;
	color: #cc0f35;
}

.container-alert {
	background-color: #EDF0FF;
	border-color: transparent;
	color: hsl(217, 71%, 53%);
	padding: 0.5rem;
}

.flex-direction {
	flex-direction: column;
	color: #00569E;
}

.img-logo-gov img {
	max-height: 2.75rem !important;
}

.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input,
	.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input,
	.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input
	{
	overflow: visible;
}