/*footer cds*/

footer {
  background-color: #000;
}

.footer__bar {
  padding: 1rem .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

.footer__contacto {
  display: block;
  border-bottom: 1px solid #323b3f;
  padding-bottom: .5rem;
}

.footer__contacto a {
  color: #fff;
}

.footer__contacto a:hover {
  color: #f06647;
}

.footer__socials{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

.footer__socials i {
    font-size: 1.2rem;
}

.footer__socials a {
  padding: 2px 5px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
}

.footer__socials a:hover {
  color: var(--secondary-color);
}

.grupo-2 {
  background: #000;
    padding: 15px 10px;
    font-family: 300;
    text-align: center;
    color: var(--extra-light);
    margin: auto;
}

.grupo-2 hr {
  width: 100%;
  max-height: 330px;
  height: 0;
  border: none;
  border-top: 1px solid #323b3f;
  padding-top: 10px;
  margin: auto;
}