@charset "utf-8";
/* CSS Document */


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color:#f8f8f8;
}

.fonte_usuario{
	font-weight: bold;
	text-transform: uppercase;
	color: #FF3700;
}

.cartao{
	border:  1px solid #fff;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #cacaca;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	font-family: 'Crete Round', serif;
	/*font-family: 'Anton', sans-serif;
	
	*/
}
.cartao h1{
 color:#FF3700;
	text-transform: uppercase;
}
.cartao p{
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #000;
	text-align: center;
}
.cartao b{
	color: #FF3700;
}

a.menu:link {
  font-size: 100%;
	background-color: #fff;
	color: #150A6F;
}
a.menu:visited {
  font-size: 100%;
	background-color: #fff;
	color: #150A6F;
}
a.menu:hover {
  font-size: 100%;
	background-color: #061152;
	color: #1F92B5;
}
a.menu:active {
  font-size: 100%;
	background-color: #1F92B5;
	color: #061152;
}
.tempo-conexao{
	background-color: #FF9907;
	margin-top: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.titulo-cadastro{
	background-color: #c5c5c5;
	margin: 10px;
	margin-top: 20px;
	border-radius: 50px;
	padding: 10px;
	text-align: center;
	font-family: 'Crete Round', serif;
	
}
.fonte-create{
	/*font-family: 'Crete Round', serif;*/
}
label{
	font-family: 'Crete Round', serif;
}
.chamada-collapese-juridico{
	font-family: 'Crete Round', serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #cacaca; 
	padding-top: 20px;
	margin-top: 20px;
}

.texto p{
	line-height: 10px
}
 .dia td{
	border: 1px dotted #cacaca;
	color: #510D0E;
}

table.dia{
	border: 1px dotted red;
}
.mes td{
	border: 1px dotted #fff;
	color: #454373;
}
table.mes{
	border: 1px dotted red;
}

.cor_area{
	color: #212529;
}

