footer {
  background-color: #34495e;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  -ms-align-self: flex-end;
  display: -webkit-flex;
  display: flex;
  -ms-display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -ms-align-items: cneter;
  width: 100%;
  min-height: 60px;
}

footer div {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  /* align-self: flex-end; */
  -ms-display: -ms-flexbox;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

footer div p, footer div span {
  margin: 0;
  color: #FFFFFF;
  text-shadow: -0.7px -0.5px 4.5px #000000;
}

footer div p {
  width: 100%;
  font-weight: bold;
}

footer div span {
  /* margin-top: 150px; */
  font-size: 0.8em;
  font-style: italic;
  font-weight: bold;
}

footer .contenedor-botonup .boton-up {
	/* outline: solid blue; */
	/*width: 60px;*/
	/*margin-right: -80px;*/
	/*background-color: rgba(66, 66, 66, 1.0);*/
	background-color: #000000;
    opacity: 0.8;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: fixed;
    bottom: 5px;
    right: 10px;
    display: none;
    /*text-indent:-9999px;*/
}
footer .contenedor-botonup .icon-chevron-up {
	font-size: 20px;
	text-decoration: none;
	color: #ffffff;
	padding: 15px;
}
footer .contenedor-botonup .icon-chevron-up:hover {
	cursor: pointer;
	background-color: #ffffff;
	color: #000000;
}