.container-footer{
  display: flex;
  justify-content: center;
}

.footer-section {
  display: flex;
  justify-content: space-between;
}

.footer-bajo{
  margin: 1rem 0 1rem 0;
}

.enlace-footer a {
  color: #004677;
  text-decoration: none;
  font-weight: normal;
  word-wrap: break-word;
}

.enlace-footer a:hover{
  text-decoration: none;
  font-weight: bold;
  color: #004677;
}

.footer-column {
  padding-left: 1.5rem;
}

.footer-column ul {
  list-style-type: none;
  padding: 0px;
}

.footer-column ul li strong {
  font-weight: bold;
  color: #004677 !important;
}

.footer-column ul ul {
  padding-left: 1.5rem;
  list-style-type: circle;
}

.footer-column ul ul ul {
  padding-left: 1.5rem;
  list-style-type: square;
}

.footer-column li > ul {
  margin-top: 0.5rem;
}

.footer-column ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.mail {
  position:fixed;
  width:4rem;
  height:4rem;
  bottom:3rem;
  right:3rem;
  background-color:#F21D06;
  color:#FFF;
  border-radius:3rem;
  text-align:center;
  z-index:1;
}

.mailIcono{
  margin-top: 1rem;
  font-size: 2rem;
}