#pie {
  background-color: #FFF;
  padding: 60px 0 40px 0;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(0,0,0,0.05);
  text-align: center;
}

.contenedor-pie-principal {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#pie-logo {
  width: 150px !important;
  height: auto !important;
  margin-bottom: 10px !important;
  transition: transform 0.3s ease;
}

.pie-copyright {
  font-size: 0.9rem;
  color: #888;
  margin: 0 0 50px 0;
  font-weight: 500;
}

#desarrollador-creditos {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(0,0,0,0.03);
  padding-top: 40px;
}

/* RESTAURACIÓN DEL EFECTO TARJETA/BOTÓN ORIGINAL */
#desarrollador-creditos a {
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 20px;
    background: transparent;
    border-radius: 15px;
    border: 1px solid transparent;
}

#desarrollador-creditos a:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.02);
}

#desarrollador-creditos img {
    width: 60px !important;
    height: auto !important;
    margin-bottom: 10px !important;
    display: block !important;
    margin: 0 auto !important;
}

#desarrollador-creditos p {
    margin: 0;
    font-weight: 800;
    color: #1A7373; /* Tu color corporativo */
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.2;
}

#desarrollador-creditos span {
    display: block;
    color: #E87C24; /* Tu color corporativo de subtítulo */
    font-weight: 500;
    font-size: 11px;
    margin-top: 4px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 600px) {
  #pie {
    padding: 40px 0 30px 0;
  }
  
  #pie-logo {
    width: 120px !important;
  }
}
