.elementor-2092 .elementor-element.elementor-element-9873dab{--display:flex;--min-height:100vh;--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;--justify-content:center;--overflow:hidden;}.elementor-2092 .elementor-element.elementor-element-9873dab:not(.elementor-motion-effects-element-type-background), .elementor-2092 .elementor-element.elementor-element-9873dab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background:url("https://somosedsa.sumar.com.py/wp-content/plugins/elementor/assets/images/placeholder.png") 50% 50%;background-size:cover;}.elementor-2092 .elementor-element.elementor-element-f664f78{--spacer-size:43px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2092 .elementor-element.elementor-element-ef62dd1 .elementor-button{background-color:#A11216;}.elementor-2092 .elementor-element.elementor-element-ef62dd1{width:var( --container-widget-width, 100% );max-width:100%;margin:340px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 44px;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2092 .elementor-element.elementor-element-0f8a785{--display:flex;--min-height:911px;--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;--justify-content:space-around;}.elementor-2092 .elementor-element.elementor-element-74a5a7a{width:100%;max-width:100%;}@media(max-width:767px){.elementor-2092 .elementor-element.elementor-element-9873dab{--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;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--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-2092 .elementor-element.elementor-element-9873dab.e-con{--flex-grow:0;--flex-shrink:1;}.elementor-2092 .elementor-element.elementor-element-0f8a785{--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-2092 .elementor-element.elementor-element-74a5a7a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-9873dab *//* ======================================================
   LOGIN FULLSCREEN EDSA – DESKTOP + MOBILE
   Página: acceder (ID 2092)
   ====================================================== */

/* ===== REGLAS GLOBALES SOLO PARA ESTA PÁGINA ===== */
body.page-id-2092 {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
}

body.page-id-2092 .elementor {
  height: 100vh;
}

/* Elimina cualquier sección extra debajo */
body.page-id-2092 .elementor-section:not(.fondo-video-login) {
  display: none;
}

/* ===== CONTENEDOR PRINCIPAL ===== */
.fondo-video-login {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

/* Asegura que el video de fondo desktop cubra bien */
.fondo-video-login .elementor-background-video-container {
  position: absolute;
  inset: 0;
  z-index: -2;
}

/* ======================================================
   MOBILE
   ====================================================== */

/* Oculta el video móvil por defecto */
#video-mobile {
  display: none;
}

@media (max-width: 767px) {

  /* Oculta video de fondo desktop */
  .fondo-video-login .elementor-background-video-container {
    display: none !important;
  }

  /* Video de fondo MOBILE */
  #video-mobile {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
  }

  /* Quita scroll y márgenes */
  html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  /* Contenedor centrado */
  .fondo-video-login {
    padding: 20px;
    box-sizing: border-box;
  }

  /* FORMULARIO MOBILE */
  .fondo-video-login .elementor-form {
    width: 100%;
    max-width: 380px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }

  /* Campos */
  .fondo-video-login input,
  .fondo-video-login select,
  .fondo-video-login textarea {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Placeholder */
  .fondo-video-login input::placeholder {
    color: #888 !important;
  }

  /* Separación campos */
  .fondo-video-login .elementor-field-group {
    margin-bottom: 16px;
  }

  /* Botón */
  .fondo-video-login button,
  .fondo-video-login .elementor-button {
    background-color: #c62828 !important;
    color: #fff !important;
    border: none !important;
    padding: 14px;
    font-weight: bold;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s;
  }

  .fondo-video-login button:hover,
  .fondo-video-login .elementor-button:hover {
    background-color: #a40000 !important;
  }

  /* Elimina paddings laterales fantasmas */
  .elementor-section,
  .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}/* End custom CSS */