:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-70db37f *//* Full-bleed para romper el encajonado del tema/Elementor */
html, body { height: 100%; }
body { overflow-x: hidden; }             /* evita scroll horizontal por el 100vw */

section.synnet-gradient{
  width: 100vw;                          /* ocupa todo el viewport */
  position: relative;
  left: 50%;                             /* truco para salir del contenedor */
  margin-left: -50vw;                    /* rompe el encajonado a izquierda */
  right: 50%;
  margin-right: -50vw;                   /* rompe a derecha (por si el tema centra) */
  min-height: 100svh;                    /* alto de pantalla real en móviles */
}

/* Opcional: un poco de respiro lateral si lo necesitas */
.synnet-login-wrap{ padding: 24px 16px; }/* End custom CSS */