@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.trayec {
  padding: 80px 0 100px 10px;
  color: #fff;
  font-size: 85px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .trayec {
    font-size: 55px;
  }
}

.titulos {
  font-size: 16px;
  font-weight: bold;
}

.glitch-img {
  position: absolute;
}
.fieldB {
  border: none;
  background-color: transparent !important;
  color: #d8d8d8 !important ;
  border: 1px solid #d8d8d8 !important;
}

.logo {
  margin: 0 auto;
  width: 30%;
  margin-bottom: 30px;
}

#boton .botonEnviar {
  background: #212121;
  color: #fff;
}

#botonacepto {
  background: #60c200;
  color: #fff;
  padding: 10px;
}

#botonnoacepto {
  background: #dd4142;
  color: #fff;
  padding: 10px;
}

.div50.envias {
  padding: 10px;
  background: #fff !important;
}
