
html, body{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	overflow-x: hidden;
	overflow-y: overlay;
}
body{
	background-color: #fff;
	padding-bottom: 2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}

p{
	margin: 0;
	line-height: 1.7;
	font-size: 1.1rem;
	padding-bottom: 1em;
}
/*
p span{
	font-weight: 500;
}*/

/*@media (min-width: 1200px){
	.container {
	    width: 1100px;
	}
}*/

.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}

*,
*:active,
*:active:focus,
*:focus,
*:visited,
*:hover,
.btn:focus,
.btn:active:focus,
.btn:focus,
a:focus,
.form-control:focus
{
    outline: 0 !important;
    outline-offset: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
            box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
}
a{
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.menu {
	background-color: rgba(255, 255, 255, 1);
	height: 40px;
}
.menu .row {
	height: 40px;
}
.menu .col-5.col-sm-2{
	background-color: #ed1c24;
	padding: 5px 3px 3px;
}
.menu .col-5.col-sm-3 .col-3:first-child{
	border-left: 2px solid #000;
}
.menu img{
	max-width: 100px;
}
.menu .row .row .col-3{
	padding-top: 5px;
}
.menu .row .row .col-3 a{ 
	color: #000;
	text-decoration: none;
	font-size: 1.3rem;
} 
.tabla{
	padding-top: 3em;
}
.dataTables_length,
#tabla_search_filter{
	width: 50%;
	float: left;
}
.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #fdda31;
    border-top: 2px solid #fdda31;
    background-color: #742f67;
    color: #d0d2d3;
}
.sorting_1{
	padding-left: 50% !important;
	padding-top: 20% !important;
}
.table td, .table th {
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
}
td span{
	font-weight: 700;
}
.even {
	background-color: #d0d2d3;
}
.paginate_button{
	padding-right: 2px;
	color: #742f67;
}
@media screen and (max-width: 1249px) {
	
}
@media screen and (max-width: 991px) {
	
	
}
@media screen and (max-width: 680px) {
	
}
@media screen and (max-width: 575px) {
	
	
}
@media screen and (max-width: 1024px) {
	body{
		max-width: 1024px;
	}
	
}
@media screen and (max-width: 768px) {
	body{
		max-width: 768px;
	}
	
	

}
@media screen and (max-width: 767px) {
	body{
		max-width: 767px;
	}
	
	

}
@media screen and (max-width: 480px) {
	body{
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	input{
		width: 100%;
	}

}













