body {
  background-image: url("../img/Background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}
main {
  margin-bottom: 160px;
}
.titulo {
  color: #FFF;
  text-align: left;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: -webkit-center;
}
.error {
  color: #FFF;
  text-align: left;
  margin-left: 280px;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.item {
  margin-top: 10px;
  border-radius: 24px;
  background: rgba(217, 217, 217, 0.20);
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.item label {
  margin-top: 7px;
  color: #FFF;
  font-size: 30px;
  margin-bottom: 0;
  width: 50%;
  text-align: center;
}
.contenedor {
  display: grid;
  grid-template-columns: 1fr;
  text-align: -webkit-center;
}

.izquierda {
  width: 80%;
  margin: auto;
}

.derecha {
  width: 80%;
  margin-top: 3%;
  text-align: -webkit-center;
}

.search {
  display: inline-block;
  position: relative;
  margin-left: 350px;
}

.search input[type="text"] {
  width: 400px;
  padding: 10px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search button[type="submit"] {
  background-color: #4e99e9;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  transition: .9s ease;
}
.btnSearch{
  width: 100px;
  height: 45px;
}