.elementor-3206 .elementor-element.elementor-element-96c90ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-88fccc2 */.btn_arquivo {
		border: none;
		background: lightseagreen;
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
		font-weight: bold;
    text-decoration: none;
		transition: 0.3s;
		color: #FFF!important;
	  width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: unset;
}

.btn_arquivo:active,
.btn_arquivo:focus,
.btn_arquivo:hover {
		border: 0px solid cadetblue;
		background-color: cadetblue;
		color: #FFF;
}

table td, table th {
    border: 0px solid #ccc;
}

table thead:first-child tr:first-child th {
    border-top: 0 solid #ccc;
}

thead {
   background: unset!important;
    color: unset!important;
    border: unset!important;
}

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
    background-color: transparent;
    border: 0px solid #ddd;
    padding: .35em;
}

table th,
table td {
  padding: .625em;
  /*text-align: center!important;*/
  vertical-align: middle;
  font-size: 14px;
    font-weight: 500;
}
	
table td a p, 
table th a p {
	margin: 0px;
}

table th {
  font-size: .85em;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right!important;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.sticky-column{
	position: sticky;
	position: -webkit-sticky;
	top: 3rem;
}
.sticky-parent .elementor-widget-wrap {
	display: block!important; 
}
	
	.ekit-wid-con table[aria-describedby] thead th {
    text-align: unset;
    background-color: unset;
    color: unset;
}
	
	/* DataTables CSS */
	
	.dataTables_length label, #DataTables_filter label, .dataTables_filter label {
		display: flex;
    gap: 10px;
    align-items: center;
    text-align: left;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
}
	.dataTables_filter, .ekit_table .dataTables_wrapper .dataTables_length, .ekit_table .ekit_table_length {
    padding-bottom: 5px;
}	
	.ekit-wid-con h4, 
	.ekit-wid-con p {
    margin-bottom: 0!important;
}
	table td span.sim,
	table td span.nao{
		font-size: 12px;
		font-weight: bold;
    padding: 0.02rem 10px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 3px;
	}
	
	table td span.sim {
		color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
	}
	
	table td span.nao {
		color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
	}
	
	.dataTables_wrapper .dataTables_paginate .paginate_button {
		position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #51764C;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
	}
	/*-- 
	.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #13287d!important;
    border-color: #13287d!important;
    background: inherit;
}
	
	.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
	.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
		background-color: #13287d!important;
    border-color: #13287d!important;
    background: inherit;
		color: #FFF!important;
	} */
	
	table.dataTable thead th, 
	table.dataTable thead td {
    border-bottom: unset;
		padding: 10px 10px;
}


	table.dataTable.no-footer {
    border-bottom: 1px solid var(--e-global-color-06aaa58);
}

	.dataTables_wrapper {
    border: 1px solid var(--e-global-color-06aaa58);
    padding: 10px 0px;
    margin-top: -10px;
}


	.dataTables_wrapper .dataTables_filter {
    margin-right: 0px;
}

	.dataTables_wrapper .dataTables_length {
    margin-left: 0px;
}
		.dataTables_wrapper .dataTables_info {
    margin-left: 10px;
}

	table.dataTable.stripe tbody tr.odd, 
	table.dataTable.display tbody tr.odd {
    background-color: unset;
}
	
	.dataTables_wrapper .dataTables_length select {
	max-width: 60px;
}

tr :nth-child(3n) { 
    display: none;
}

.elementor-kit-5 a {
    color: unset;
}

table.dataTable.no-footer,
table.dataTable thead td, table.dataTable thead th {
    border-bottom: unset!important;
}/* End custom CSS */