
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.cust-alert {
  position: relative;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}

.special-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.cuadrado {
  width: 100%;
  height: 70%;
}

.color1 {
  background-color: #2FA3F2;
  font-weight: bold;
}

.button {
  font-family: Arial;
  color: #ffffff;
  font-size: 51px;
  padding: 20px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px #666666;
  -moz-box-shadow: 1px 1px 3px #666666;
  box-shadow: 1px 1px 3px #666666;
  text-shadow: 1px 1px 0px #666666;
  border: solid #1c42d9 2px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0069D9), to(#0590fa));
  background: -moz-linear-gradient(top, #0069D9, #0590fa);
}

.button:hover {
  background: #0069D9;
}

@media screen and (min-width: 769px) {
  .table {
    font-size:small;
  }
}

@media screen and (max-width: 768px) {
  .table {
    font-size:xx-small;
  }
}

.padCol {
  padding: .2em;
}

.iconImage {
  max-width: 13%;
  height: auto;
}

@font-face {
  font-family: BAHNSCHRIFT;
  font-style: normal;
  font-weight: normal;
  src: url(../fuentes/BAHNSCHRIFT.TTF);
}

body {
  font-family: BAHNSCHRIFT;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: BAHNSCHRIFT !important;
}