a.font32 {
    font-size: 18px;
}

.ui-autocomplete {
    z-index: 100;
    }

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.width100 {
    width: 100%;
}

.seccionCard{
    border-radius: 8px;
    border: 1px solid rgb(195, 195, 195);
    box-shadow: 1px 1px 5px rgb(195, 195, 195);
}

.seccion {
    margin-bottom: 40px; 
}

.boton-chico{
    font-size: 10px
}
.titulos-secciones3 {
    background-color: #3271a8;
    text-align: center;
    color: #fff;
    padding: 8px;
    margin: 0px;
    width: 100%;
}

.titulos-secciones2 {
    padding: 8px;
    margin: 0px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-bottom: 5px solid #3271a8;
}

.tabla-datos{}

.titulos-secciones {
    text-align: left;
    color: #3271a8;
    padding: 2px;
    margin: 0px;
    width: 100%;
}

.centrador {
    background-color: #fff;
    text-align: center;
    color: #fff;
    padding: 8px;
    margin: 0px;
    width: 100%;
}



.sm-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.full-img {
    width: 100%;
    object-fit: cover;
}

table,
th,
td {
}

th {
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    overflow:scroll;
    top: 0;
    height: 100vh;
}

a.white {
    color: white;
}

a.white:hover {
    color: #a9bbca;
    background-color: #fff !important;
    text-decoration: none;
}

.sublista {
    background-color: #497dac;
}

.form-padding-home{
    padding: 4px;
}



html {
    display: block;
    min-height: 100%;
  }
  body {

    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  #app {
    flex: 1;
  }

  main {
    height: auto;

  }
  
.footer {
    background-color: rgb(58, 76, 88) !important;
    bottom: 0px;
    width: 100%;
    padding: 10px 20px;
    font-size: 80%;
    color: white;
    text-align: center;
    z-index: 10;
  }