#footer {
  flex-shrink: 1;

  background-color: rgb(6, 69, 104);
  color: #f2f1ed;
}

#footer .footer-div {
  flex-direction: row;
}

#footer .copyright {
  background-color: rgb(2, 56, 86);
  color: rgb(242, 241, 237);
  padding: 1em;
}

#footer .footer-section-logo {
  width: 20%;
}

#footer .footer-contactUs-items {
  max-width: 100%;
}

#footer .footer-contactUs-items ul {
  color: rgb(242, 241, 237);
  padding: 0em;
  margin: 0em;
  list-style: none;
}

#footer .footer-contactUs-i {
  font-weight: bold;
  color: rgb(242, 241, 237);
}

#footer .section {
  flex-direction: row;
}

#footer .footer-section {
  color: rgb(242, 241, 237);
  /* padding: 1em; */
  /* margin-bottom: 1em; */
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  width: 30%;
}

#footer .footer-section a {
  color: rgb(242, 241, 237);
}

#footer .footer-section-title {
  font-size: 1.5em;
  font-weight: bold;
}

#footer .footer-important-item {
  display: block;
}

#footer .listados a {
  color: rgb(242, 241, 237);
  text-decoration: none;
}

#footer .listados:hover a {
  color: rgb(2, 56, 86);
  background-color: #fff;
}

#footer .listados .section-item {
  width: 100%;
}

#footer .secciones {
  width: 80%;
}

#footer .content-title {
  padding-left: 2em;
  text-align: left;
}

#footer .content-title h4 {
  color: rgb(242, 241, 237);
}

#footer .footer-icon {
  margin-right: 1%;
}

#footer .footer-text {
  width: 100%;
}

#footer .social-items {
  display: none;
  width: 40%;
  /* font-size: 1.2em; */
  flex-direction: row;
  /* padding: 0 1em; */
}

#footer .item-social {
  /* font-size: 1.5em; */
  padding: 0.15em;
  text-align: center;
  color: rgb(242, 241, 237);
}

#footer .item-social > a {
  text-decoration: none;
  color: inherit;
}

#footer .item-social > a:hover {
  text-decoration: none;
  color:  rgb(6, 69, 104);
  background-color: rgb(242, 241, 237);
}

@media only screen and (max-width: 1024px) {
  #footer .footer-logo {
    /* height: 175px; */
    width: 180px;
  }

  #footer .footer-content {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
}

@media only screen and (min-width: 1025px) {
  #footer .footer-logo {
    /* height: 180px; */
    width: 180px;
  }

  #footer .footer-content {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}

@media only screen and (max-width: 768px) {
  #footer .footer-div {
    flex-direction: column;
    align-items: center;
  }

  #footer .footer-text {
    margin-bottom: 0.5em;
  }

  #footer .content-title {
    padding-left: 0;
    text-align: center;
    padding-bottom: 1em;
  }

  #footer .section {
    align-items: center;
    flex-direction: column;
  }

  #footer .footer-section {
    width: 70%;
    padding-top: 0;
  }

  #footer .social-items {
    display: flex;
  }
}

@media only screen and (max-width: 576px) {
  #footer .footer-logo {
    width: 175px;
  }

  #footer .secciones {
    width: 100%;
  }

  #footer .footer-section {
    width: 80%;
  }

  #footer .social-items {
    width: 80%;
  }
}

@media only screen and (max-width: 320px) {
  #footer .footer-section {
    width: 100%;
  }

  #footer .social-items {
    width: 100%;
  }
}
