.div-conteudo {
  padding-top: 50px;
  background-color: #070707;
  background-image:
    linear-gradient(to bottom, transparent 70%, #070707 80%),
    url(../images/bg-cadastro-realizado.png);
  background-repeat: no-repeat;
}
.div-conteudo .logo-gran-pos-inscricao {
  width: 143px;
}
.div-conteudo .inscricao-confirmada-r23 {
  text-align: center;
  color: #fff;
  font-family: Margem-regular;
}

.div-conteudo .inscricao-confirmada-r23 h3 {
  font-size: 32px;
  margin-bottom: 25px;
}
.div-conteudo .inscricao-confirmada-r23 span {
  max-width: 570px;
  margin: 0 auto;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 25px;
}

.div-conteudo .btn-whatsapp {
  background: #DD303E;
  width: 303px;
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.div-conteudo .btn-whatsapp a {
  color: #fff;
}
.div-conteudo .btn-whatsapp a img {
  width: 18px;
  margin-right: 5px;
  margin-top: -3px;
}
.ainda-nao-acabou p, .p-compartilhe {
  color: #fff;
  font-size: 24px;
  max-width: 804px;
  margin: 25px auto;
  text-align: center;
  font-family: Margem-regular;
}

.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 .redes-sociais a.whatsapp {
  background: #2DF066;
}

footer p {
  font-size: 10px;
  width: 516px;
  margin: 15px auto 0;
  display: block;
  text-align: center;
}

.mgm-link-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mgm-link-input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  border-radius: 3px 0 0 3px;
  background-color: #f5f5f5;
  color: #666;
  font-size: 14px;
  font-family: inherit;
  outline: none;
}

.mgm-link-input:disabled {
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.mgm-copy-btn {
  position: relative;
  padding: 12px 24px;
  background-color: #DD303E;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 0 3px 3px 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.mgm-copy-btn::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(90deg, #34A853, #FBBC04, #EA4335, #4285F4, #34A853);
  background-size: 300% 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.mgm-copy-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DD303E;
  border-radius: 0 3px 3px 0;
  z-index: -1;
}

.mgm-copy-btn:hover {
  background-color: #c02935;
}

.mgm-copy-btn:hover::after {
  background-color: #c02935;
}

.mgm-copy-btn:active {
  background-color: #a8232e;
}

.mgm-copy-btn:active::after {
  background-color: #a8232e;
}

.mgm-copy-btn.copied::before {
  opacity: 1;
  animation: gradient-border-animation 1.5s ease-in-out;
}

@keyframes gradient-border-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
