h1.ambiente-seguro {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  font-size: 14px;
  background-color: #d4d4d4;
  padding: 9px 27px;
  border-top-left-radius: 10px;
  color: #112e57;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
h1.ambiente-seguro img {
  margin-right: 10px;
  width: 12px;
}
.page-cadastro {
  background: #2242a5;
  background: linear-gradient(90deg, #2242a5 50%, #ffffff 50%);
  position: relative;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-cadastro .swal2-popup h2 {
  font-size: 20px !important;
}
.page-cadastro .box-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}
.page-cadastro .box-left .btn-cadastro {
  display: none;
}
.page-cadastro .box-left .logo-desktop {
  margin-bottom: 40px;
  max-width: 220px;
  width: 100%;
}
.page-cadastro .box-left .cartao-desktop {
  width: 353px;
  height: 222px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  box-shadow: 0px 7px 12px #678bfb;
  border-radius: 14px;
}
.page-cadastro .box-left h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  margin: 20px 0px;
}
.page-cadastro .box-left p {
  color: #fff;
  font-size: 20px;
  line-height: 1.1em;
  margin: 20px 0px 20px;
}
.page-cadastro .box-left p small {
  font-size: 10px;
}
.page-cadastro .box-left ul {
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0px;
}
.page-cadastro .box-left ul.info li {
  background-image: none;
  color: #fff;
  font-size: 16px;
  list-style: none;
  padding: 0;
  height: 20px;
}
.page-cadastro .box-left ul.info li small {
  font-size: 10px;
}
.page-cadastro .box-left ul li {
  color: #fff;
  font-size: 20px;
  list-style: none;
  background-image: url(../images/check-mark.png);
  background-repeat: no-repeat;
  padding: 10px 0 10px 35px;
  background-position-y: center;
  line-height: 1.1em;
  margin-bottom: 8px;
}
.page-cadastro .box-left ul li small {
  font-size: 10px;
}
.page-cadastro .box-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}
.page-cadastro .box-right .container-formulario {
  padding: 0px 50px;
}
.page-cadastro .box-right .container-formulario.box-sucesso h2 {
  font-size: 32px;
  padding: 20px 0px 0px;
}
.page-cadastro .box-right .container-formulario.box-sucesso h3 {
  max-width: 80%;
  font-size: 18px;
  font-weight: 400;
}
.page-cadastro .box-right .container-formulario h4 {
  color: #1e1e1e;
  font-size: 22px;
  margin-bottom: 20px;
}
.page-cadastro .box-right .container-formulario .form-control {
  margin-top: 25px;
  margin-bottom: 25px;
  height: 58px;
}
.page-cadastro .box-right .container-formulario .btn-send {
  margin-top: 20px;
  background: #2242a5;
  color: #fff;
  border: none;
  font-size: 17px;
  padding: 10px 40px;
}
@media screen and (max-width: 720px) {
  .page-cadastro {
    background: #2242a5;
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: center;
  }
  .page-cadastro .box-left .cartao-desktop {
    width: 60%;
    height: 132px;
    margin-left: 20%;
  }
  .page-cadastro .box-left p {
    text-align: center;
  }
  .page-cadastro .box-left .btn-cadastro {
    display: block;
    color: #fff;
    border-radius: 60px;
    width: 70%;
    margin-left: 15%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #020024;
    background: linear-gradient(158deg, #53c987 0%, #30c3ba 51%, #30c3ba 100%);
    border: 1px solid #22356f;
  }
  .page-cadastro .box-left .w-100 {
    text-align: center;
  }
  .page-cadastro .box-left h2 {
    text-align: center;
  }
  .page-cadastro .box-left ul {
    padding: 0;
    position: relative;
    float: left;
    width: 80%;
    margin: 10px 0px;
    margin-left: 10%;
  }
  .page-cadastro .box-left ul.goods li {
    height: auto;
    line-height: 20px;
  }
  .page-cadastro .box-left ul.info li {
    height: auto;
    line-height: 20px;
  }
}
