


@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');

/*   font-family: 'Quicksand', sans-serif;  */

body {
  font-family: 'Nunito', sans-serif;
}

#canvas-basic {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}


.kitbox {
  align-items: center; text-align: center; margin: 80px 0px;
}
.kitbox img {
  width: 150px;
}


.hablemos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hablemos p {
  text-align: center;
  padding-bottom: 50px;
}
.hablemos h3 {
  text-align: center;
  font-family: 'Nunito', sans-serif;
}
.ancho {
  width: 80%;
  padding: 80px 1px;
}


form {
  font-family:'Nunito', sans-serif;
}

.footer- {
    position: absolute;
    bottom: 0;
    width: 100%
}
.copy {

  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

