/************************************/
/**********footer*********************/
/**********************# Footer*********************/
/***************************************************/
/*logo*/
.img1 {
  height: 50px;
  width: 50px;
  display: inline;
}

#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .footer-top {
  background: black;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 20px;
}

#footer .contact-info {
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

.linker {
  font-size: 24px;
  text-decoration: underline;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: white;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

/*links importantes*/

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffc451;
}




#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: black;
}

.linkedin i {
  width: 30px;
  height: 30px;
  font-size: 28px;
  background-color: #0077b5;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}

a.linkedin {
  text-decoration: none !important;
}

/*********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;
}