.fundo_cabecalho{
  background-color:#00a19b;
}
.erros{
	color: #F20E0E;
}

.contorno{
    padding: 20px;
    /*border: 1px #f1f6f6 solid;*/
    border-radius: 8px;
    background-color: #f5f8f8;
	box-shadow: 2px 2px 5px 1px #d3d7d7;
}

.titulo{
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    color: black;
    font-size: 1.5rem;
}

/* lgpd configurações */
.lgpd {
	width: 400px;
	height: 280	px;
	position: fixed;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 20px;
	background-color: #243938;
	color: #FFFFFF;
	font-size:16px;
	border-radius: 5px;
	/*display: flex;
	justify-content: space-between;
	*/
}

.lgpd a {
	color: #blue;
}

.lgpd-texto{
	text-align: justify;
}

.lgpd button {
	background-color: #04a600;
	border:0;
	color:#FFF;
	cursor:pointer;
	padding:10px 30px;
	border-radius: 0.5em;
}