.header {
  height: auto;
  padding-bottom: 0px;
  background-color: #009fe3;
  background-image: url('../images/bg_topo.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 800;
}

.div-block {
  margin-top: 100px;
  margin-bottom: 0px;
  font-size: 13px;
}

.video {
  top: 90px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main {
  padding-top: 140px;
  padding-bottom: 100px;
}

.passo_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #009fe3;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  width: 1px;
  height: 80px;
  margin-top: 10px;
  background-color: #c5c5c5;
}

.paragraph {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 200;
  text-align: center;
}

.text-span {
  color: #009fe3;
}

.button {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 15px 40px;
  border-radius: 100px;
  background-color: #009fe3;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.passo_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #009fe3;
}

.text-span-2 {
  color: #009fe3;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
}

.footer {
  height: auto;
  padding-bottom: 40px;
  background-color: #009fe3;
  background-image: url('../images/bg_topo.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.bold-text {
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 600;
}

.error {
  height: 100vh;
  background-color: #009fe3;
  background-image: url('../images/bg_topo.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  text-align: center;
}

.image-3 {
  max-width: 10%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-4 {
  width: 22%;
  margin: 10px;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 7vw;
    line-height: 7vw;
  }

  .paragraph {
    width: 80%;
    font-size: 4vw;
    line-height: 4vw;
  }

  .paragraph-2 {
    margin-bottom: 60px;
  }

  .heading-3 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .image-3 {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    font-size: 7vw;
    line-height: 8vw;
  }

  .div-block {
    margin-top: 60px;
  }

  .video {
    top: 57px;
  }

  .main {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph {
    width: auto;
    font-size: 6vw;
    line-height: 6vw;
  }

  .paragraph-2 {
    margin-bottom: 40px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 21px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 9vw;
    line-height: 10vw;
  }

  .div-block {
    margin-top: 40px;
  }

  .video {
    top: 47px;
  }

  .main {
    padding-top: 100px;
  }

  .paragraph {
    font-size: 6vw;
  }

  .button {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 17px;
    text-align: center;
  }

  .image {
    max-width: 25%;
  }

  .image-2 {
    max-width: 40%;
  }

  .paragraph-2 {
    margin-bottom: 60px;
    font-size: 19px;
    line-height: 24px;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 19px;
  }
}

