.elementor-41 .elementor-element.elementor-element-654ccaad{--display:flex;}.elementor-41 .elementor-element.elementor-element-6cc77d6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-41 .elementor-element.elementor-element-6cc77d6:not(.elementor-motion-effects-element-type-background), .elementor-41 .elementor-element.elementor-element-6cc77d6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0E0F;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-41 .elementor-element.elementor-element-4fce302{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-41 .elementor-element.elementor-element-4fce302::before, .elementor-41 .elementor-element.elementor-element-4fce302 > .elementor-background-video-container::before, .elementor-41 .elementor-element.elementor-element-4fce302 > .e-con-inner > .elementor-background-video-container::before, .elementor-41 .elementor-element.elementor-element-4fce302 > .elementor-background-slideshow::before, .elementor-41 .elementor-element.elementor-element-4fce302 > .e-con-inner > .elementor-background-slideshow::before, .elementor-41 .elementor-element.elementor-element-4fce302 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-41 .elementor-element.elementor-element-dbc1b14{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-41 .elementor-element.elementor-element-15cb370 > .elementor-widget-container{padding:20px 0px 0px 0px;}.elementor-41 .elementor-element.elementor-element-15cb370{text-align:center;}.elementor-41 .elementor-element.elementor-element-15cb370 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:25px;font-weight:500;color:#FFFFFF;}.elementor-41 .elementor-element.elementor-element-602f475 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-41 .elementor-element.elementor-element-1248ac4c > .elementor-widget-container{padding:0px 15px 15px 15px;}.elementor-41 .elementor-element.elementor-element-aee328c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-41 .elementor-element.elementor-element-caba18e{--spacer-size:40px;}body.elementor-page-41:not(.elementor-motion-effects-element-type-background), body.elementor-page-41 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0E0F;}@media(max-width:1024px){.elementor-41 .elementor-element.elementor-element-15cb370 > .elementor-widget-container{padding:40px 150px 0px 150px;}}@media(max-width:767px){.elementor-41 .elementor-element.elementor-element-355850d > .elementor-widget-container{padding:0px 0px 20px 0px;}.elementor-41 .elementor-element.elementor-element-4fce302{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-41 .elementor-element.elementor-element-15cb370 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-41 .elementor-element.elementor-element-15cb370 .elementor-heading-title{font-size:22px;}.elementor-41 .elementor-element.elementor-element-602f475 > .elementor-widget-container{padding:0px 15px 0px 15px;}}/* Start custom CSS for html, class: .elementor-element-602f475 */.titulo-com-linhas-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0px 0;
}

.titulo-com-linhas-hover h2 {
  font-size: 30px;
  font-weight: bold;
  color: #00CFFF;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.linha-hover {
  display: block;
  height: 2px;
  width: 120px; /* Tamanho dobrado: antes 60px */
  transition: width 0.3s ease-in-out;
}

.linha-hover.esquerda {
  background: linear-gradient(to left, #00CFFF, #FF00FF);
}

.linha-hover.direita {
  background: linear-gradient(to right, #00CFFF, #FF00FF);
}

.titulo-com-linhas-hover:hover .linha-hover {
  width: 240px; /* Expansão suave dobrada */
}

/* RESPONSIVIDADE */

/* Para telas menores que 768px (tablet e celular) */
@media (max-width: 768px) {
  .titulo-com-linhas-hover {
    flex-direction: row; /* Mantém as linhas nas laterais */
    gap: 15px; /* Ajuste opcional: menos espaço */
    align-items: center;
  }

  .titulo-com-linhas-hover h2 {
    font-size: 26px; /* Aumentada conforme solicitado */
  }

  .linha-hover {
    width: 120px; /* Mantém o dobro no mobile */
  }

  .titulo-com-linhas-hover:hover .linha-hover {
    width: 240px; /* Expansão também dobrada no mobile */
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1248ac4c *//* Fundo escuro geral */
.um, .um-field, .um-form {
  background-color: #0B0E0F !important;
  color: #FFFFFF !important;
}

/* Campos de entrada */
.um input[type="text"],
.um input[type="email"],
.um input[type="password"],
.um input[type="tel"],
.um textarea {
  border: 1px solid #0ABBF7 !important;
  border-radius: 8px !important;
  background-color: #171717 !important;
  color: #FFFFFF !important;
}

/* Botões padrão com efeito neon */
.um input[type="submit"],
.um button,
.um .um-button {
  background: linear-gradient(90deg, #00CFFF, #FF00FF) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 0 10px #00CFFF;
  transition: all 0.3s ease-in-out;
}

.um input[type="submit"]:hover,
.um button:hover,
.um .um-button:hover {
  background: linear-gradient(90deg, #FF00FF, #00CFFF) !important;
  box-shadow: 0 0 15px #FF00FF;
}

/* Títulos */
.um h3, .um h2, .um h1, .um h4 {
  color: #0ABBF7 !important;
  font-size: 24px;
}

/* Labels dos campos */
.um label {
  color: #0ABBF7 !important;
}

/* Links da conta (Ver perfil, Alterar senha, etc) */
.um-account-meta a,
.um-account-meta a:visited {
  display: block;
  background-color: transparent;
  color: #ffffff !important;
  border: 1px solid #0ABBF7;
  border-radius: 8px;
  padding: 12px 20px;
  text-align: center;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
}

.um-account-meta a:hover {
  background-color: #0ABBF7;
  color: #0B0E0F !important;
  box-shadow: 0 0 8px #0ABBF7;
}

/* Botões: "Sua conta" e "Sair" */
.um-login ul li a,
.um-login a {
  display: block;
  background-color: transparent;
  color: #FFFFFF !important;
  border: 1px solid #0ABBF7 !important;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  margin: 10px auto;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.um-login ul li a:hover,
.um-login a:hover {
  background-color: #0ABBF7 !important;
  color: #0B0E0F !important;
  box-shadow: 0 0 8px #0ABBF7;
}

/* Remove bullets da lista de botões */
.um-login ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* --- ÁREA DO PERFIL (imagem) --- */
/* Removido qualquer efeito de hover e estilo de borda */

/* Remova as linhas a seguir se estiverem no seu código:
.um-account-side:hover,
.um-account-profile-photo:hover {
  background-color: #00CFFF;
  box-shadow: ...;
}
*/

/* Estilo limpo para a imagem de perfil */
.um-account .um-account-profile-photo,
.um-account .um-account-profile-photo img {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: block;
}/* End custom CSS */