@charset "UTF-8";

* {
   margin: 0;
   padding: 0;
}

html,
body {
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
   font-family: 'Roboto', sans-serif;
   background-color: #f0ebf8;
}

@media (min-width: 910px) {
	.table_title {
		display: none;
	}
}

@media (max-width: 909px) {
   .table-mobile-block tr,
	.table-mobile-block tbody,
	.table-mobile-block th,
	.table-mobile-block td,
	.table-mobile-block tr {
		display: block;
		text-align: left !important;
	}

	.table-mobile-block tr { 
    	display: block;
		margin-bottom: 30px;
		border-bottom: #0F435B;
	}

   .table-mobile-block thead {
		display: none;
	}

	.table_title {
		font-weight: bold;
	}

	.table-mobile-block tbody tr:nth-child(odd) {
		background-color: rgb(233, 233, 255);
 	}
}

.conteudo_separa {
   text-align: left;
   border-radius: 8px;
}

.conteudo_separa_top {
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   background-color: rgb(255, 196, 34);
   height: 10px;
   margin-bottom: 10px;
}