html {
  scroll-behavior: smooth;
}

.pie-de-pagina {
  background-color: rgb(17 17 37);
  color: white;
  height: auto;
  padding-left: 20px;
  padding-top: 40px;
}

.pie-de-pagina > .pie-nosotros {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 20px;
  align-items: center;

}

.pie-de-pagina > .pie-nosotros > .informacion {
  display: grid;
  grid-template-rows: 1fr 1fr;
  font-size: 1.5em;
  width: 400px;
  padding-left: 30px;
  gap: 20px;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.politica-privacidad a , .aviso-legal a , .politica-cookies a {
  text-decoration: none;
  color: white;
}

.politica-privacidad a:hover , .aviso-legal a:hover , .politica-cookies a:hover {
  color: gold;
}

.pie-de-pagina > .pie-nosotros > .redes-sociales {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding-top: 50px;
  padding-left: 10px;
}

.redes-sociales a {
  text-decoration: none;
  color: white;
  font-size: 2.5em;
}

.redes-sociales a:hover {
  color: gold;
  font-size: 3em;
}

.newsletter {
  font-size: 2.5em;
  background-color: rgb(182 182 244);
  width: 300px;
  height: 100px;
  border: none;
  border-radius: 4px;
  padding: 10px;
}

.newsletter button {
  color: #cbcbcb;
  font-size: 0.5em;
  background-color: rgb(17 17 37);;
}


.pie-de-pagina > .pie-nosotros > .contacto {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  font-size: 1.5em;
  justify-content: right;
  padding-right: 100px;
  gap: 20px;
}

.pie-de-pagina > .pie-nosotros > .contacto a {
  text-decoration: none;
  color: white;
}

.pie-de-pagina > .pie-nosotros > .contacto a:hover {
  color: gold;
}

.copywright {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  color: #cbcbcb;
}

.copywright:hover {
  color: gold;
}

.btn-wsp {
  position: fixed;
  width: 25px;
  height: 25px;
  line-height: 55px;
  bottom: 45px;
  right: 30px;
  color: #0df053;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;

  /* box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3); */
  z-index: 100;
}

.pie-de-pagina > a:hover {
  text-decoration: none;
}

.pie-de-pagina .btn-up {
  position: fixed;
  width: 25px;
  height: 25px;
  line-height: 55px;
  bottom: 80px;
  right: 30px;
  color: #0df053;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;

  /* box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3); */
  z-index: 100;
}

.fake-footer {
  height: 10px;
  background-color: rgb(17 17 37);
}