/************************************/
/**********footer*********************/
/**********************# Footer*********************/
/***************************************************/

.footer-logo {
  height: 130px;
  width: 130px;
  display: inline;
}




#footer {
  padding: 0 0 0px 0;
  font-size: 14px;
  
}

#footer .footer-top {
  background: black;
  border-bottom: 1px solid #222222;
  padding: 10px 0 10px 0;
}




#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: black;
}




/*********copyright*/

/* Estilos para el footer */


.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  /* Ajusta segĻēn lo necesario */
  background-color: black;
  /* Fondo oscuro si es necesario */
  color: white;
}

.copyright-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* Espacio entre los elementos */
}

.copyright-content p {
  margin: 0;
}

.copyright-content img {
  margin: 0 10px;
}

/* Elimina el subrayado y cambia el color por defecto */
.col-md-12 a {
  text-decoration: none;
  color: white;
}

/* Cambia el color al hacer hover */
.col-md-12 a:hover {
  color: #ffc451;
}
.col-md-12 a {
  text-decoration: none;
  color: white;
}

.col-md-12 a:hover {
  color: #ffc451;
}

.col-md-12 p {
  color: white;
}

.col-md-12 p a:not(:last-child)::after {
  content: " |";
  color: white;
}