* {
  margin: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-family: Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
a {
  color: #ffc54a !important;
  font-weight: bold;
}
.app-bar {
  position: fixed;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #8022ef;
  background: white;
  align-items: center;
  padding: 0.5rem 2rem;
  /* background-image: linear-gradient(to right, #8022ef, #c623d5); */
}
.app-bar-list {
  display: flex;
  height: auto;
}
.app-bar-item {
  padding: 0 0.5rem;
  cursor: pointer;
}
.item-label-text {
  margin: 0;
}
.full-section {
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sections {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#section-dark {
  background-image: url("/consulta/assets/prestadorboladao.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #8022ef;
}
#section1 {
}
#section2 {
  display: none;
  transition: all 3s;
}
#section3 {
  display: none;
  transition: all 3s;
}
#section4 {
  display: none;
  transition: all 3s;
}
#section5 {
  display: none;
  transition: all 3s;
}

.content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 5em 0 2em 0;
}

.content-center {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#bordered {
  border: 1px solid white;
  border-radius: 5px;
}

.bottom-options {
  display: flex;
  justify-content: baseline;
  margin: 3rem 0;
}

/*FEAT SEE MORE*/
.see-more {
  height: auto;
  width: auto;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.see-more-label {
  color: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding-right: 1rem;
  margin: 0;
}
.down-arrow {
  color: #fff;
  font-size: 0.7em;
  animation: float 1s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-0.2em);
  }

  100% {
    transform: translatey(0em);
  }
}
.container-buttons-bottom {
  padding-top: 0;
}

.content-section {
  z-index: 3;
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: white;

  padding: 0 2em;
}
.small-text {
  font-size: 0.8em;
}
.title {
  margin-bottom: 1em;
  font-size: 3em;
  color: #8022ef;
  text-align: center;
}
.subtitle {
  font-size: 1.2em;
  font-weight: normal;
  opacity: 0.8;
  margin-bottom: 1.5em;
}
.youber-font {
  color: #8022ef;
}
.description {
  margin-top: 1em;
  font-size: 1.2em;
}
.youber-button {
  border: 1px solid #8022ef;
  background-color: #8022ef;
}
.youber-button > .see-more-label {
  color: #fff;
}
.youber-button > .down-arrow {
  color: #fff;
}

.youber-img {
  text-align: center;
  height: 10em;
}
.buttons-container {
  margin: 3em 0;
  text-align: center;
}
.buttons {
  margin-top: 1em;
}
.text-section {
  transition: all 2s;
}

.logo-img {
  height: 3.5em;
}

.gradient {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0.9;
  background-image: linear-gradient(to left top, #ff8066, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

/*Form Style*/
.form-style-1 {
  width: 100%;
}
.form-style-1 li {
  padding: 0;
  display: block;
  list-style: none;
  margin: 5px 0 0 0;
}
.form-style-1 label {
  padding: 0px;
  display: block;
  font-weight: bold;
}
.form-style-1 input[type="text"],
.form-style-1 input[type="date"],
.form-style-1 input[type="datetime"],
.form-style-1 input[type="number"],
.form-style-1 input[type="search"],
.form-style-1 input[type="time"],
.form-style-1 input[type="url"],
.form-style-1 input[type="email"],
textarea,
select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: transparent;
  background: white;
  color: #8022ef;
  border: 1px solid #fff;
  padding: 7px 15px;
  border-radius: 10px;
  margin: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}
.form-style-1 input[type="text"]:focus,
.form-style-1 input[type="date"]:focus,
.form-style-1 input[type="datetime"]:focus,
.form-style-1 input[type="number"]:focus,
.form-style-1 input[type="search"]:focus,
.form-style-1 input[type="time"]:focus,
.form-style-1 input[type="url"]:focus,
.form-style-1 input[type="email"]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus {
  -moz-box-shadow: 0 0 8px #fafafa;
  -webkit-box-shadow: 0 0 8px#fafafa;
  box-shadow: 0 0 8px #fafafa;
  border: 1px solid #fafafa;
}
.form-style-1 .field-divided {
  width: 49%;
  margin-bottom: 1em !important;
}

.form-style-1 .field-long {
  width: 100%;
  margin-bottom: 1em !important;
}
.form-style-1 .field-select {
  width: 100%;
}
.form-style-1 .field-textarea {
  height: 100px;
  margin-bottom: 1em !important;
}
.form-style-1 input[type="submit"],
input[type="button"] {
  background: transparent;
  padding: 8px 15px 8px 15px;
  border: none;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.3em;
}

.form-style-1 .required {
  color: #fff;
}

.form-style-1 {
  padding: 0;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8022ef;
  opacity: 0.6; /* Firefox */
}

.grey-section {
  height: auto;
  width: 100%;
  background: rgb(240, 240, 240);
  padding: 2em 10em;
}
.first-grey {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}
.title-grey {
  color: #8022ef;
  text-align: center;
}
.subtitle-grey {
  color: #8022ef;
  text-align: center;
  opacity: 0.7;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-left: 4em;
}
.text-grey {
  color: #fff;
  padding-top: 1em;
  text-align: center;
  font-size: 1.2em;
}

.grey-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps-container {
  display: flex;
  justify-content: center;
}
.step {
  margin: 0.5em;
  padding: 1em;

  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}
.step-img {
  border-radius: 50%;
  height: 8em;
  width: 8em;
  background-color: #fafafa;
}
.step-title {
  color: #8022ef;
  font-weight: bold;
  font-size: 0.8em;
  margin: 0em 0 1em 0;
  text-transform: uppercase;
}
#step1 {
  background-image: url("/consulta/assets/stepImg1.svg");
  background-size: cover;
}
#step2 {
  background-image: url("/consulta/assets/stepImg2.svg");
  background-size: cover;
}

#step3 {
  background-image: url("/consulta/assets/stepImg3.svg");
  background-size: cover;
}

.form-step2-prestador {
  width: 100%;
  padding-top: 2em;
}

li {
  display: flex !important;
  justify-content: space-between !important;
}
.form-title {
  color: white;
  padding: 1em 0;
  text-align: center;
  font-size: 1.5em;
}
.back-button {
  background: rgb(252, 65, 65) !important;
}
.submit-button {
  background: #ff8066 !important;
}
/* .form-buttons {
	justify-content: center !important;
  }
  */
.form-buttons > input {
  margin-top: 2%;
}
.question {
  margin: 1em 0;
  font-size: 1.5em;
  color: #8022ef;
}
.answer {
  font-size: 0.9em;
  margin-bottom: 4em;
  font-weight: normal;
}
.answer > b {
  color: #8022ef;
}
.download {
  color: #ff8066;
  font-weight: bold;
}
.error-message {
  text-align: center;
  transition: all 0.3s;
  opacity: 0;
  background: rgb(252, 65, 65);
  padding: 0.5em;

  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: white;
  border-radius: 10px;
}
textarea {
  background: transparent !important;
}
.bars {
  display: none;
}
@media only screen and (min-width: 600px) {
  .app-bar-list {
    display: flex !important;
    height: auto;
  }
}
.fas {
  font-size: 1.5em;
}
.first-title {
  font-size: 1.5em;
  padding-top: 0 !important;
}
.circle-number {
  border: 1px solid white;
  padding: 1em;
  border-radius: 50%;
  height: 75px;
  width: 75px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-number {
  margin: 0;
}
.youber-footer {
  /* background-image: linear-gradient(to bottom right, #8022ef, #ff8066); */
  background: #8022ef;
  color: white;
  padding: 0.5em 0;
  text-align: center;
}
.footer-title {
  font-size: 0.8em;

  margin-bottom: 0;
}
.footer-email {
  font-size: 0.8rem;

  color: #fff !important;
}
.copy {
  font-size: 0.6em;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
.redsplash-link {
  color: white !important;
}
.professional-card {
  text-align: center;
}
.professional-img {
  height: 10em;
  width: 10em;
  border-radius: 50%;
  image-orientation: from-image;
  margin-bottom: 1em;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.48);
}

.centered {
  text-align: center;
}
.violet {
  background-image: linear-gradient(to bottom right, #8022ef, #ff8066);
}
.light {
  color: #fff;
  margin: 0.5em;
}
.professional-feedback {
  height: 15em;
}

.uppercase {
  opacity: 0.9;
}

.banner-youberapp {
  background-image: linear-gradient(to right, #201926, #26202f, #2b2839, #303042, #34384c);
  padding: 1em;
}
.app-img {
  height: 15em;
}
.banner-title {
  color: #fafafa;
  margin-bottom: 1rem;
}
.banner-subtitle {
  color: #fafafa;
  margin-bottom: 1rem;
}
