@font-face {
  font-family: 'Montserrat';
  src: url('resources/fonts/webfonts/Montserrat-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

.body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: sans-serif;
  height: 100vh;
}

.fondo{
  background: #D87043;
  background: linear-gradient(90deg, rgba(216, 112, 67, 1) 0%, rgba(66, 201, 1, 1) 50%, rgba(0, 53, 111, 1) 99%);

  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}


.pie{
  position: fixed;
  width:100%;
  height:7.3rem;
  /*para mover en el plano*/
  bottom:0px;
  background-color:#25d366;
  text-align:center;
  z-index:0;
}