html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

dl {
    display: inline;
}

canvas {
    width: 500px;
    height: 500px;
    background-color: gray;
}

.fonticon {
    font-size: 1.5rem;
    color: #273746;
}

.titles {
    font-size: 1rem;
    color: #34495e;
}

.titlesr {
    font-size: 1.50rem;
    color: #34495e;
}

.titleshow {
    font-size: 1.25rem;
    color: orangered;
}

.disclaimer {
    font-size: 1rem;
    color: orangered;
}

.monto {
    font-size: 1.75rem;
    color: #36d31a;
}

.contacto{
    font-size: 1.5rem;
    color: orangered;
    
}

.menu {
    font-size: 1.25rem;
    color: orangered;
}

.fontcard {
    background-color: #f6f7f8;
}
.gallery a:hover {
    filter: grayscale(100%);
}


/*Prueba de tabla visitas*/
tr {
    border-bottom: 1px solid #ddd;
}

tr:nth-child(even) {
    background-color: #ecf1f2;
}

.adeudo {
    color: orange;
}