body.page {
  margin: 0 !important;
}
section#WebC__SEO {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
section#WebC__SEO .content {
  width: 100%;
  max-width: 600px;
  padding: 20px;
}
section#WebC__SEO .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#WebC__SEO .logo .logo__img {
  width: 250px;
}
section#WebC__SEO .title h2 {
  color: #fff;
  text-align: center;
  font-weight: 500;
}
section#WebC__SEO .inputs .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}
section#WebC__SEO .inputs .row input {
  width: 100%;
}
section#WebC__SEO .inputs .row label {
  color: #fff;
  margin-bottom: 5px;
}
section#WebC__SEO .inputs .row button {
  width: 100%;
  background: #f07d00;
  color: #fff;
  border-color: #f07d00;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}
section#WebC__SEO .inputs .row button:hover {
  background: #d46d00;
  border-color: #d46d00;
  color: #fff;
}
section#WebC__SEO .respuesta {
  margin-top: 50px;
}
