#footer {
    background-color: var(--footerFondo);
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 150px;
    min-height: 500px;
    color: var(--footerFont);
}

#footer a {
  color: var(--footerFont)!important;
}

#footer h2 {
  color: var(--footerFont)!important;
}

#footer hr {
  background-color: var(--footerHr)!important;
}

#footer .mapaSitio {
    margin-top: 10px;
    padding-left: 0px;
}

#footer .mapaSitio li {
    list-style: none;
}

#footer .redes img {
    height: 40px;
}

#footer .sede  {
    font-size: 22px;
    color: var(--color5)!important;
}

#footer .iconos  {
    margin-top: 10px;
    margin-bottom: 3px;
}

#footer .iconos img {
    min-height: 25px;
    max-height: 30px;
    float: left;
}

#footer .iconos a {
    display: block;
    width: 35px;
    height: 35px;
}

#footer .iconos a:hover {
    border-bottom: 2px solid var(--color5);
}

@media screen and (min-width: 0px) {
  #footer {
    margin-top: 0px;
  }
}

@media screen and (min-width: 750px) {
  #footer {
    margin-top: 200px;
  }
}

@media screen and (min-width: 970px) {

}

@media screen and (min-width: 1170px) {

}

#footer .seoBlock {
  font-size: 11px!important;
  color:#d9d9d9!important;
  text-align: center!important;
}

#footer .seoLink {
  color:#d9d9d9!important;
}