#top {
  height: 46vh;
  background: url("../../img/index/einstein/background.jpg") no-repeat right;
  background-size: cover;
  color: white;
  font-weight: 700;
  text-shadow: 0 0 4px #0a172e;
  font-size: 1.4em;
}
#top h5 {
  font-weight: 700;
}
#top .content {
  width: 100%;
}
#top {
  padding-bottom: 4rem;
}
.container {
  padding: 0;
  margin: 0;
}
.row.info {
  background-color: white;
  text-align: center;
  font-weight: 400;
  color: #363636;
  box-shadow: 0 3px 26px #00000029;
  border-radius: 8px;
  font-size: 0.8em;
  padding: 1.2vw 0;
  margin-bottom: 2em;
}
.title-einstein-mobile {
  font-size: 2em;
  font-weight: 700;
  color: #1a3a73;
}
.info .contato {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 10px;
}
.info .contato span {
  color: #1a3a73;
  margin-right: -25px;
}
.info .contato a {
  color: #1a3a73;
  font-size: 0.9em;
}
.info .text {
  padding: 0 1em;
  font-weight: 500;
}
#steps .card {
  flex-direction: unset;
  display: flex;
  align-items: center;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0px 2px 16px #0000001c;
  height: 100%;
  padding: 10px;
}
#steps {
  top: -5rem;
  font-size: 0.8em;
  position: relative;
}
#info ul {
  list-style-type: none;
  width: max-content;
  font-size: 1em;
  margin-bottom: inherit;
  font-weight: 500;
}
span#circle {
  color: white;
  font-size: 1.4rem;
  min-width: 2.5rem;
  background-color: #1a3a73;
  margin-right: 1rem;
  text-align: center;
  border-radius: 50%;
  line-height: 2.5rem;
}
#steps h5 {
  text-align: center;
  color: #1a3a73;
  font-weight: 600;
}
span#title {
  font-size: 1rem;
  font-weight: bold;
  white-space: pre-line;
}
#info ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  padding-right: 10px;
  color: #1a3a73;
  font-weight: 900;
}
#info .logo img {
  width: 100%;
}
#info .logo {
  padding-left: 2rem;
}
#info .button a {
  background: #1a3a73;
  padding: 10px 45px;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 7px;
  margin-left: -100px;
  white-space: nowrap;
}

.info .content {
  color: #1a3a73;
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  margin: 15px;
  text-shadow: 0 0 10px rgb(255, 255, 255);
}

.info .content.mr-4 {
  color: #1a3a73;
  font-weight: 600;
  font-size: 1em;
  text-align: left;
  margin: -2px 0 0 0;
  text-shadow: 0 0 10px rgb(255 255 255);
}

.row#info {
  position: relative;
  top: -5rem;
}

#steps i {
  color: #1a3a73;
  margin-right: 10px;
}

.vcplatinum {
  color: #07bebb;
  font-weight: 700;
}

.sintomas {
  color: #07bebb;
  font-weight: 600;
}

@media (min-height: 900px) {
  #steps {
    top: -10rem;
  }
  #top {
    font-size: 1.4em;
  }

  .row#info {
    top: -10rem;
  }

  #info .button a {
    background: #1a3a73;
    padding: 5px 20px;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 7px;
    margin-left: -110px;
  }
  .row.info {
    font-size: 0.9em;
  }

  #steps {
    font-size: 1em;
  }

  span#circle {
    font-size: 1.4rem;
  }

  .info .content.mr-4 {
    margin: -15% 0 0 0;
  }
}
@media (max-width: 900px) {
  #info .logo {
    padding: 1rem !important;
  }
}
