.page-footer {
  background: #b6d033!important;
  background-color: #b6d033!important;
  -webkit-box-shadow: -2px -7px 8px -5px rgba(0,0,0,0.39);
  -moz-box-shadow: -2px -7px 8px -5px rgba(0,0,0,0.39);
  box-shadow: -2px -7px 8px -5px rgba(0,0,0,0.39);
  position: relative;
}

.page-footer .footer-copyright {
  background: #b6d033!important;
  background-color: #b6d033!important;
  min-height: 30px!important;
}

.box-footer {
  max-width: 100px;
  height: auto;
  position: absolute;
  top: -66px;
  left: 0;
  right: 0;
  margin:auto;
  transition: all .3s ease;
}
.footerContainer {
  width: 100%;
  height: auto;
  padding: 25px 10% 0 10%;
  position: relative;
}

.contactoFooter {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  text-align: left;
  position: relative;
}
.contactoFooter::after {
  content: "";
  width: 33%;
  height: 2px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.contactoFooter h1 {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #ffffff;
  transition: all .3s ease;
}

.contactoFooterInfo {
  width: 100%;
  height: auto;
  padding: 5px 0 5px 0;
  text-align: left;
  position: relative;
}
.contactoFooterInfo ul li a {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  transition: all .3s ease;
}
.contactoFooterInfo ul li a:hover {
  font-weight: 600;
}

.sitioFooter {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  text-align: center;
  position: relative;
}
.sitioFooter::after {
  content: "";
  width: 33%;
  height: 2px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  margin: auto;
}
.sitioFooter h1 {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #ffffff;
  transition: all .3s ease;
}

.sitioFooterInfo {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  text-align: center;
  position: relative;
}
.sitioFooterInfo ul li a {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  transition: all .3s ease;
}
.sitioFooterInfo ul li a:hover {
  font-weight: 600;
}

.direccionFooter {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  text-align: right;
  position: relative;
}
.direccionFooter::after {
  content: "";
  width: 33%;
  height: 2px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.direccionFooter h1 {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #ffffff;
  padding: 0 0 0 0!important;
  margin: 15px 0 30px 0!important;
  transition: all .3s ease;
}

.direccionFooterInfo {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  text-align: right;
  position: relative;
}
.direccionFooterInfo p {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  transition: all .3s ease;
}
