.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;
    }
}

h4{
    font-weight: bold;
}

.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; 
  }