body {
  padding-top: 8.5rem;
  overflow: hidden;
}

.hero {
  padding: 8rem 0 20rem;
}

.hero-content {
  display: flex;
      align-items: center;
      justify-content: center;
}

.hero-content h1 {
  text-align: left;
  margin-bottom: 6.5rem;
  width: 120%;
  font-size: 7rem;
  line-height: 7.5rem;
  font-weight: 500;
}
.hero-content h1 br {
  display: none;
}
.hero-content h1 span {
  font-size: 8rem;
  font-weight: 500;
  line-height: 10rem;
}

.hero-content h4{
  font-size: 3rem !important;
  font-weight: 400;
}

.hero-content > div {
  gap: 20px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}
.hero-content img {
  width: 50%;
}
.hero-content div .btn-outline {
  border: solid 2px var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
  padding: 1.4rem 2.6rem;
}
.hero-content div .btn-outline:hover {
  color: var(--primary-color) !important;
}

.install-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  padding-right: 2rem;
}
.install-content img {
  padding: 6rem 0;
}
.install-content div p {
  color: var(--suport-color-200);
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 3.6rem;
  margin-bottom: 20px;
  text-align: center;
}
.install-content div h2 {
  font-weight: 400;
  text-align: center;
    margin-bottom: 140px;
}
.install-people {
  margin-bottom: 12rem;
  margin-top: 8rem;
}
.install-people > div {
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.install-people p {
  color: var(--suport-color-200);
  font-size: 1.7rem;
  line-height: 27.2px;
}
.install-people-item {
  background: #f1f6fb;
  border-radius: 26px;
  gap: 24px;
  padding: 20px;
  max-width: 351px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.install-people-item strong {
  color: var(--primary-color);
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 27.2px;
  margin-bottom: 4px;
}
.install-people-item a {
  color: #747678;
  font-size: 1.6rem;
  display: flex;
      gap: 5px;
  margin-bottom: 4px;
}
.install-people-item img {
  border-radius: 50%;
  height: 72px;
  width: 72px;
}

.faq-box:not(:first-child) {
  padding-top: 8rem;
}
.faq-box h2 {
  margin-bottom: 6rem;
}
.faq-box dt {
  padding-bottom: 2rem;
}
.faq-box dt button {
  background-color: transparent;
  font-size: 2.4rem;
  line-height: 3.36rem;
  position: relative;
  text-align: left;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  color: var(--primary-color) !important;
}
.faq-box dt button:hover {
  color: var(--accent-color);
}
.faq-box dt button::after {
  content: '';
  background: url(../../img/arrow-down-gray.svg) no-repeat center center;
  display: inline-block;
  height: 24px;
  right: 0;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 24px;
  background-size: cover;
}
.faq-box dt.active button::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-box dd {
  display: none;
  font-size: 1.8rem;
  line-height: 26.4px;
  margin-bottom: 4rem;
}
.faq-box dd.active {
  display: block;
  opacity: .7;
}
.faq-box dd strong {
  font-size: 1.8rem;
  font-weight: 600;
}
.faq-box dd a {
  color: var(--accent-color);
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: 600;
}
.faq-box dd a:hover {
  color: var(--accent-color-hover) !important;
}

.becomes {
  margin-bottom: 10rem;
  margin-top: 16rem;
}
.becomes h2 {
  font-size: 8rem;
  line-height: 7rem;
  text-align: center;
}
/* .becomes h2 br {
  display: none;
} */

.becomes h2 small{
  font-size: 60%;
    font-weight: lighter;
}
.becomes p {
  color: var(--primary-color);
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin: 4rem 0;
  text-align: center;
}
.becomes button {
  background-color: #000;
  margin: 0 auto;
  display: block;
}
.becomes button:hover {
  background-color: var(--primary-color) !important;
}
.becomes a {
  color: #747678;
  display: block;
  font-size: 1.9rem;
  line-height: 2.88rem;
  margin: 4rem auto 0;
  text-decoration: underline;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.modal.active {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 18px;
  margin-bottom: 20px;
}
.modal-box {
  -webkit-animation: animaModal 0.5s ease-in-out;
  animation: animaModal 0.5s ease-in-out;
  background-color: var(--white);
  border-radius: 10px;
  max-width: 550px;
  padding: 30px 30px 40px;
  position: relative;
  width: 100%;
  margin: 42px 30px;
}
.modal-box button.modal-close {
  background-color: var(--primary-color);
  border-radius: 50%;
  color: var(--white);
  position: absolute;
  right: -20px;
  top: -20px;
  height: 45px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-box button.modal-close:hover {
  background-color: var(--suport-color-100);
}
.modal-box button.modal-close img {
  width: 14px;
}
.modal-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-box form h3 {
  text-align: center;
  margin-bottom: 2rem;
}
form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
form input,
form select,
form textarea {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 16px;
  width: 100%;
  -webkit-transition: 0.3s border-color ease-in-out;
  transition: 0.3s border-color ease-in-out;
}
form input:focus,
form textarea:focus {
  border-color: var(--accent-color);
}
form input,
form select {
  height: 50px;
}
form input:not(:last-child) {
  margin-bottom: 20px;
}
form textarea {
  height: 120px;
  margin-bottom: 20px;
  padding-top: 10px;
  resize: none;
}

[data-animation='scroll'] {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
[data-animation='scroll'].active-scroll {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1195px) {
  .hero-content div img {
    top: -430px;
    right: -87px;
  }
}

@media (max-width: 961px) {
  .hero-content div .btn {
    margin-bottom: 20px;
  }

  .hero {
    padding: 3.5rem 0 10rem;
    flex-direction: column;
  }
  .hero-content {
    gap: 0;
    flex-direction: column;
  }
  .hero-content h1 {
    font-size: 4rem;
    line-height: 5rem;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .hero-content h1 br {
    display: none;
  }
  .hero-content h1 span {
    font-size: 4rem;
    display: block;
    letter-spacing: 2vw;
    line-height: 5rem;
    margin-bottom: 3rem;
    margin-top: 3.5rem;
  }
  .hero-content div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .hero-content div a {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 3.5rem 0 10rem;
    flex-direction: column;
  }
  .hero-content {
    gap: 0;
    flex-direction: column;
  }
  .hero-content h1 {
    font-size: 4rem;
    line-height: 5rem;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .hero-content h1 br {
    display: none;
  }
  .hero-content h1 span {
    font-size: 4rem;
    display: block;
    letter-spacing: 2vw;
    line-height: 5rem;
    margin-bottom: 3rem;
    margin-top: 3.5rem;
  }
  .hero-content div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .hero-content div a {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .hero-content div img {
    right: -30px;
    top: -90px;
  }
  .install-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .install-content img {
    padding-bottom: 2.8rem;
    padding-top: 0;
  }
  .install-content div p {
    font-size: 1.7rem;
    line-height: 2.55rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .install-content div h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    text-align: center;
  }
  .install-people {
    margin-bottom: 10rem;
    margin-top: 5rem;
  }
  .install-people-item {
    max-width: 320px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .install-people-item a {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  .install-people > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
        justify-content: center;
  }
  .install-people p {
    font-size: 1.5rem;
    line-height: 24px;
    margin-bottom: -8px;
    max-width: 290px;
  }
  .faq-box dt button {
    font-size: 2.2rem;
  }
  .faq-box dd,
  .faq-box strong,
  .faq-box a {
    font-size: 1.4rem !important;
  }
  .faq h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .becomes {
    margin-bottom: 4.8rem;
    margin-top: 9rem;
  }
  .becomes h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .becomes p {
    margin: 2.4rem 0;
    font-size: 1.7rem;
  }
  .becomes button {
    font-size: 1.7rem;
  }
  .becomes a {
    font-size: 1.7rem;
  }
  .modal-box-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 16px;
    max-height: 47vh;
    overflow: scroll;
    padding-right: 7px;
  }
  .terminar-cadastro .modal-box-grid{
    max-height: inherit;
    overflow: inherit;
  }
}

@media (max-width: 420px) {
  .modal .btn {
    padding: 1rem 2.6rem;
    font-size: 14px;
    font-weight: 600;
  }

  .modal-box form h3 {
    font-size: 1.8rem;
  }

  .modal-box form label {
    font-size: 13px;
  }

  .modal-box form input,
  .modal-box form select {
    height: 40px;
    max-height: 40px;
    font-size: 13px;
  }
}
@-webkit-keyframes animaModal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animaModal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.caixa-aprovacao {
  height: 250px;
  display: block;
  overflow-y: scroll;
  background: #eee;
  border: 1px solid #dedede;
  padding: 20px;
  margin-top: 25px;
}

.caixa-aprovacao h2{
  font-size: 2.3rem;
  color: #444;
}

.caixa-aprovacao p{
  color: #797979;
}

.box-input-aceito {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.box-input-aceito input{
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 25px;
}

blockquote {
  margin: 30px 0 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}

blockquote h2{
  margin-bottom: 15px;
  font-size: 3rem;
}

blockquote p {
  margin-bottom: 5px;
}

.mb-1 {
  margin-bottom: 10px;
}

form .opt-in {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
}

form .opt-in div{
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

form .opt-in div label {
  display: flex;
    align-items: center;
    justify-content: center;
}

form .opt-in div label a {
  margin-left: 5px;
  color: #fb8c03;
}

form .opt-in div label a:hover{
  font-weight: bold;
}

form .opt-in div label input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.content-terms{
  height: 100%;
  overflow: auto;
}

.content-terms h1 {
  font-size: 2rem !important;
  text-align: center !important;
  line-height: 7rem !important;
}

.content-terms .text-center {
  text-align: center !important;
}

.content-terms h4 {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.content-terms h2 {
  font-size: 1.5rem !important;
    line-height: 0px !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}

.content-terms{
  text-align: left !important;
}

.content-terms p {
  text-align: left !important;
  font-size: 12px !important;
  line-height: 16px !important;
  margin-bottom: 10px !important;
}

.content-terms h3 {
  font-size: 14px !important;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.content-terms ul {
  list-style: disc !important;
    padding-left: 15px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.content-terms ul li {
  color: #000000 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: lighter !important;
}