@font-face {
 font-family: "Titillium Web";
 font-style: normal;
 font-weight: normal;
 src: url(../fuentes/TitilliumWeb-Regular.ttf);
}

@font-face {
 font-family: "Roboto";
 font-style: normal;
 font-weight: normal;
 src: url(../fuentes/Roboto-Regular.ttf);
}

@font-face {
 font-family: "Roboto Medium";
 font-style: normal;
 font-weight: normal;
 src: url(../fuentes/Roboto-Medium.ttf);
}


table {
 color: #000;
 font-family: "Roboto";
}

.dataTable tbody tr:nth-child(odd) {
 background: #EFEFEF;
}

.dataTable tbody tr:hover {
 background: #CCC;
}

.dataTable tfoot tr td {
 color: #111;
 font-weight: bold;
}


.custom-file-label::after {
 content: "Buscar";
}


.ballet {
 font-family: "Ballet", cursive;
 font-optical-sizing: auto;
 font-weight: 800;
 font-style: normal;
}

.table th,
.table td {
 border-top: 0px solid #818a91;
}


@media print {
 @page {
  margin: 2cm;
 }

 /*div {
    	page-break-inside: avoid;
	  }*/

}