.cadastro-realizado-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cadastro-realizado-container .topo {
  width: 100%;
  padding-top: 50px;

  background: 
    url(../img/rectangle.png),
    url(../img/bg-black.webp),
    linear-gradient(to bottom, transparent 50%, #000000 50%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, 100% 50%, 100% 100%;
  background-position: bottom center, top center, center;

}

.cadastro-realizado-container .topo h2 {
  width: 100%;
  max-width: 524px;

  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.3px;
  text-align: center;
}

.wpp-join-button {
  width: 100%;
  max-width: 325px;

  padding: 13px 26px;

  border-radius: 3px;

  text-align: center;
  color: #FFFFFF;
  background-color: #DD303E;
}

.wpp-join-button:hover {
  color: #FFFFFF;
  background-color: #C22D3A;
}

.cadastro-realizado-container .topo .conteudo p {
  width: 100%;
  max-width: 945px;

  margin-top: 50px;
}


.cadastro-realizado-container .topo .sub-text {
  width: 100%;
  max-width: 524px;

  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
}

.cadastro-realizado-container .youtube-video {
  width: 100%;
  max-width: 834px;
  margin: 0 auto;
}

.p-compartilhe {
  width: 100%;
  max-width: 590px !important;

  text-align: center;
  font-size: 24px !important;
  line-height: 32px;
}



.conteudo>p {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.conteudo .grupo-telegram>div>p {
  max-width: 548px;
  text-align: center;
  color: #E0E0E0;
  font-size: 16px;
  line-height: 24px;
}

.conteudo .redes-sociais a {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.conteudo .redes-sociais a.facebook {
  background: #3B5998;
}

.conteudo .redes-sociais a.telegram {
  background: #0088CC;
}

.conteudo .redes-sociais a.twitter {
  background: #00ACEE;
}

.conteudo .redes-sociais a.whatsapp {
  background: #2DF066;
}

.conteudo .grupo-telegram p, .conteudo .grupo-telegram a {
  font-size: 1rem;
}


@media screen and (max-width: 575px) {
  .cadastro-realizado-container .topo .sub-text {
    font-size: 20px;
  }

  .conteudo>p {
    font-size: 24px;
  }
}
