.espacio{
    margin: 2%;
    background-color: #fff;
    border-radius: 25px;
    margin-bottom:50px;
}
.centro{
    text-align: center;
}
.margen{
    margin-top: 15px;
}
.redondo{
    border-radius: 25px;
}

.maximo{
    max-height: 450px;
}

.maximo2{
    max-height: 225px;
}

thead tr th { 
    position: sticky;
    top: 0;
    z-index: 12;
    background-color: rgb(183, 206, 219);
    margin: 0;
    border: 0 !important;
}

table{
    
    border-collapse:initial;
    font-size: 14px;
}
a{
    font-size: 14px;
}
/* div{
    background-color: aqua;
} */
.fondo{
    background:rgb(224, 224, 224)  !important;
}

.grid-container{
    max-width: 80rem !important;
}
.callout {
    margin-top: 5px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    
}
.callout > h5{
    text-align: center;
    padding-top: 1%;
    font-size:  1rem;
    
}
/* Footer */
footer {
    
    position:fixed;
    left:0px;
    bottom:0px;
    height:40px;
    width:100%;
    background:#767676;
    color: white;
  }

