.imagemdefundo {
	background-attachment: fixed;
	background-image: url('../../imagens/logo/imagemdefundo.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}


.text-left-center {
	font-size: 2rem;
    display: inline;
}


.text-right-center {
	display: inline;
}


.t-horario {
	font-size: 1.5rem;
}


.linha {
	display: inline;
}


.fundo-main {
	background-color: #c3e6cb;
}

.p-baixo {
	padding-bottom: 5rem;
}
.tamanho-checkbox {
    width: 21px;
    height: 21px;

}


.texto-sombreado {
	text-shadow: 0px 0px 8px black;
}