.title-rv-text {
  width: 100%;
}
.title-rv-text .form {
  opacity: 1;
  margin-top: 5%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
}
.title-rv-text .form div.input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.title-rv-text .form div.input.middle {
  margin: 0 10%;
}
.title-rv-text .form div.input input {
  border: none;
  border-radius: 5px;
}
.title-rv-text .form input[type=submit] {
  padding: 5px;
  height: fit-content;
  border: none;
  background-color: black;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}


@media screen and (max-width: 1024px) {
  .title-rv-text h5 {
    font-size: 4.5vw;
  }
  .title-rv-text .form {
    align-items: center;
    flex-direction: column;
  }
  .title-rv-text .form div.input.middle {
    margin: 0 0;
  }
  .title-rv-text .form input {
    margin-top: 4%;
  }
}

.title-rv1, .title-rv2 {
  color: #FFFFFF;
}

.title-rv-text {
  background: rgba(255, 255, 255, 0.63);
  padding: 40px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  color: black;
  margin-top: 40px;
}
.title-rv-text h5, .title-rv-text span {
  font-weight: bold;
}
.title-rv-text h5 {
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) and (max-height: 600px) {
  .title-rv-text h5 {
    font-size: 3vw;
  }
}
.div-title-rv{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin:26.9% 9.9% 25% 0%;
}

/*# sourceMappingURL=page_404.css.map */
