.pie-pagina{	
    width: 100%;
    background: var(--footer-primario);
}

.pie-pagina figure{
    background: #12629D;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

.pie-pagina figure img{
    width: 250px;
}

@media screen and (max-width:800px){
    .pie-pagina {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.mb-4 {
    margin-bottom: 10px  !important;
}

h4{
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h5 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
}

.text-left {
  text-align: left;
}

.text-primary {
  color: #337ab7 !important;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 4px;
}

.tabla-personalizada {
  --bs-table-bg: transparent;
  --bs-table-border-color: transparent;
  --bs-table-color: #333
}

th {
  text-align: left;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd !important;
}
.table > tbody > tr > td {
  padding: 8px;
  vertical-align: top;
  border-top: 2px solid #ddd !important;
}

.btn-gris-secundario {
    background-color: #868686 !important;
    color: #fff !important;
  }
  
  .btn-gris-secundario:hover {
    background-color: #6e6e6e !important; 
  }
  
  .btn-gris-secundario:focus {
    outline: none !important; 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important; 
  }
  
  .btn-gris-secundario:active {
    background-color: #5e5e5e !important; 
  }


