.elementor-4708 .elementor-element.elementor-element-1b4fef7{--display:flex;}.elementor-4708 .elementor-element.elementor-element-cd643c4{--spacer-size:50px;}@media(max-width:767px){.elementor-4708 .elementor-element.elementor-element-cd643c4{--spacer-size:122px;}}/* Start custom CSS for html, class: .elementor-element-f723662 *//* Fonte Michroma */
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

/* Estrutura principal */
.acesso-brutal {
  font-family: 'Michroma', sans-serif;
  text-align: center;
  max-width: 600px;
  margin: 100px auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  padding: 40px 30px;
  border-radius: 16px;
  border: 2px solid transparent;
  position: relative;
  z-index: 1;
  background-clip: padding-box;
}
.acesso-brutal::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: -2px;
  border-radius: 16px;
  background: linear-gradient(135deg, #000, #ff3c6a, #000);
  background-size: 300% 300%;
  animation: pulseBorda 8s ease infinite;
  z-index: -1;
}

/* Título */
.acesso-brutal h2 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #ffffff;
}

/* Frase de impacto */
.frase-impacto {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Botões */
.botoes-acesso {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.botao-chat {
  background: #ff3c6a;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 12px;
  transition: 0.3s ease;
  box-shadow: 0 0 12px rgba(255, 60, 106, 0.4);
}
.botao-chat:hover {
  background: #ff5c82;
  box-shadow: 0 0 20px rgba(255, 60, 106, 0.7);
}

.botao-sair {
  border: 1px solid #ff3c6a;
  background: transparent;
  color: #ff3c6a;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 12px;
  transition: 0.3s ease;
}
.botao-sair:hover {
  background: #ff3c6a;
  color: #fff;
}

/* Animação de borda */
@keyframes pulseBorda {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}/* End custom CSS */