html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
	
}

body{
	background: url("imagem/background-header1.png") top center repeat-x;	
}
 
#cabecalho{
	width:1150px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.sabia{
	text-align: center;
	color: #558FA1;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;

}
.obrigadopelocontato{
	text-align: center;
	color: #558FA1;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight: regular;

}

#logotipo{
	margin: 0 auto; !important
	padding: 0 auto; !important 
	align: center;
	text-align: center;
}
.logo-theme img{
	width: 180px;
	margin: 30px auto 50px auto;
	
}




.header-information { 
    max-width: 245px;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 1;
    padding-left: 20px;
}

.prelative {
    position: relative !important;
}

.form-label{
	font-weight: 100;
	color: #BBBBBB;
	font-size: 12px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888888;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888888;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #888888;
}

input[type=date]:invalid::-webkit-datetime-edit {
    color: #888888;
}

select,
select option {
  color: #212529;
}

select:invalid,
select option[value=""] {
  color: #888888;
}

label {
  display: block;
  margin: 16px 0;
}

.cinza{
	color: #888888;

}
