.footercontainer .footerUpper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footercontainer {
  max-width: 1160px;
  margin: 0 auto;
  font-family: "Open Sans";
}
.footercontainer hr {
  margin-top: 24px;
  margin-bottom: 24px;
}

.footercontainer .footerUpper .info img {
  width: 24px;
  height: 24px;
  object-fit: none;
}

.footercontainer .footerUpper .info {
  display: flex;
  padding: 8px;
  justify-content: space-between;
}

.footercontainer .footerUpper .info .contactos {
  display: flex;
  gap: 24px;
  color: #43474a;
}

.footercontainer .footerUpper .info .contactos a {
  color: #43474a;
  margin: 0px;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}

.footercontainer .footerUpper .info .contactos a:hover {
  color: #0074d9;
}

.footercontainer .footerUpper .info .contactos div {
  display: flex;
  gap: 4px;
}

.footercontainer .footerUpper .info .redes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 234px;
}

.footercontainer .footerUpper .info .redes a {
  display: flex;
}

.footercontainer .footerUpper .info .redes a svg  {
  width: 32px;
  height: 32px;
}

.footercontainer .footerUpper .info .redes a .facebookSvg:hover {
  fill: #3b5998;
}

.footercontainer .footerUpper .info .redes a .instagramSvg:hover {
  fill: #dd2a7b;
}

.footercontainer .footerUpper .info .redes a .xSvg:hover {
  fill: #000000;
}

.footercontainer .footerUpper .info .redes a .youtubeSvg:hover {
  fill: #c4302b;
}

.footerUpper .menuFooter p {
  margin: 0px;
}

.footerUpper .menuFooter h4 {
  margin: 0px;
  font-family: "Open Sans";
}

.footerUpper .menuFooter {
  /* display: flex;
  gap: 16px; */
  display: flex;
  justify-content: space-between;
}

.footerUpper .menuUpper {
  display: flex;
  gap: 16px;
}

.footerUpper .menuFooter .contactanos .footer-list {
  /* border-top: 3px dashed pink; */
  /* padding-top: 10px; */
  /* font-family: sans-serif; */
  width: max-content;
}

.footerUpper .menuFooter .contactanos .footer-list h4 {
  /* margin: 0 0 10px 0; */
  padding: 4px 8px;
  font-size: 16px;
}

.footerUpper .menuFooter .contactanos .footer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerUpper .menuFooter .contactanos .footer-list li {
  font-size: 14px;
  display: flex;
  gap: 4px;
}

.footerUpper .menuFooter .contactanos .footer-list li a {
  color: #43474a;
  padding: 8px 12px;
}

.footerUpper .menuFooter .contactanos .footer-list li a:hover {
  background: #ecf3f9;
  border-radius: 8px;
  color: #43474a !important;
}

.footerUpper .menuFooter .horariosInfo h4 {
  padding: 4px 8px;
  font-size: 16px;
}

.footerUpper .menuFooter .horariosInfo p {
  padding: 0px 8px;
  color: #616161;
}

.footerlower p {
  margin: 0px;
  color: #585c61;
}

.footerlower {
  display: flex;
  justify-content: space-between;
}

.footerlower .footerLinks {
  display: flex;
  gap: 16px;
}

.container .footercontainer .footerlower .footerLinks a {
  color: #585c61;
}

.menuFooter .menulower {
  display: flex;
  gap: 24px;
  align-items: baseline;
  padding: 0px 8px;
}
/* .menuFooter .menulower img {
  width: 44.793px;
  height: 14.475px;
} */

@media (min-width: 768px) and (max-width: 1023px) {
  .footerlower .footerlegalinfo {
    max-width: 390px;
  }

  .footer .footer-bottom .container {
    padding: 0px 24px;
  }

  .footerUpper .menuFooter {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .footercontainer .footerUpper .info {
    flex-direction: column;
    gap: 12px;
  }
  .footercontainer .footerUpper .info .contactos {
    flex-direction: column;
    padding-bottom: 8px;
  }

  /* .footercontainer .footerUpper .info .redes {
    justify-content: normal;
  } */

  .footerUpper .menuFooter .menuUpper {
    flex-direction: column;
  }

  .menuContainer .footerlower {
    flex-direction: column;
    gap: 16px;
  }

  .footerlower .footerLinks {
    justify-content: center;
  }

  .footer .footer-bottom {
    height: auto;
    padding: 24px 0px;
  }

  .footer .footer-bottom .container {
    padding: 0px 0px;
  }

  .footercontainer .footerUpper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footerlower {
    padding-left: 16px;
    padding-right: 16px;
    gap: 16px;
    flex-direction: column;
  }

  .footerUpper .menuFooter {
    flex-direction: column;
    gap: 16px;
  }
}
