.btn_download > a,
a.modosdownloadsDownloadButton {
  color: #fff !important;
  padding: 6px 10px;
  background: #E45F5A !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
}


{
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
}


function(event) {
  event.preventDefault();
  window.scrollTo({
    top: 0,
    left: 0,
    behavior: 'smooth'
  });
}
  



  
a:hover {
color:#ffff10;
text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
  color: #f1be27;
  margin: 0;
  padding: 0;
}
.jsvisitcounter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	color: #dcd9d9;
}
.card-body{
color: #dcd9d9; ! important;
}
               



.navbar a,
.navbar button {
font-size: 3rem ! important;
}

.site-grid {
background: rgba(0,31,40,0.6);
max-width: 1100px;
margin: 0 auto;
}