/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25 mar. 2020, 20:25:09
    Author     : elgrupo
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25 mar. 2020, 18:14:28
    Author     : elgrupo
*/
footer#colophon {
  padding: 33px 0;
  background-color: #53571e !important;
}
footer#colophon .container {
  display: flex;
  justify-content: space-between;
}
footer#colophon .copyright {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  color: #ffffff;
}
footer#colophon .legalPages {
  display: flex;
  align-items: center;
}
footer#colophon .legalPages .clear {
  display: none;
}
footer#colophon .legalPages a {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #b7ba13;
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 5px;
  height: 1em;
  line-height: 1em;
  display: flex;
  align-items: flex-start;
}
footer#colophon .legalPages a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.upperFooter {
  display: flex;
  flex-wrap: wrap;
  border-top: 6px solid #53571e;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(83, 87, 30, 0.08);
}
.upperFooter .footerLogo {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.upperFooter .socialMedia {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}
.upperFooter .socialMedia a {
  font-size: 28px;
  color: #b7ba13;
  margin-right: 15px;
}
.upperFooter .socialMedia a:last-child {
  margin-right: 0;
}

.blogButton {
  border-radius: 19px;
  border: solid 2px #b7ba13;
  padding: 7px 23px;
  margin-right: 14px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  color: #b7ba13;
  font-weight: 900;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.blogButton:hover {
  background-color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  footer#colophon .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer#colophon .copyright {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    text-align: center;
    color: #ffffff;
    margin-bottom: 18px;
    flex: 0 0 100%;
  }
  footer#colophon .legalPages {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer#colophon .legalPages .clear {
    display: block;
    flex: 0 0 100%;
    height: 1px;
  }
  footer#colophon .legalPages a {
    flex: 0 0 auto;
    /*border-right: none;*/
    /*margin-right: 0;*/
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    justify-content: center;
  }
  footer#colophon .legalPages a:last-child {
    /*margin-bottom: 0;*/
  }
  footer#colophon .legalPages a:nth-child(2) {
    border-right: none;
    margin-right: 0;
  }
}

/*# sourceMappingURL=footer.css.map */
