.elementor-10 .elementor-element.elementor-element-432441e3{--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-10 .elementor-element.elementor-element-432441e3:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-432441e3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background:url("https://atlasacademyaccess.sumar.com.py/wp-content/uploads/2026/02/placeholder.png") 50% 50%;background-size:cover;}.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-10 .elementor-element.elementor-element-751210cc .elementor-button{background-color:transparent;font-family:"Roboto", Sans-serif;font-weight:500;background-image:linear-gradient(180deg, #911632 0%, #911632 100%);}.elementor-10 .elementor-element.elementor-element-751210cc .elementor-button:hover, .elementor-10 .elementor-element.elementor-element-751210cc .elementor-button:focus{background-color:#911632;}.elementor-10 .elementor-element.elementor-element-751210cc{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-10 .elementor-element.elementor-element-5d8c6ff2{width:100%;max-width:100%;}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-432441e3{--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:37px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-432441e3.e-con{--align-self:center;--flex-grow:0;--flex-shrink:1;}.elementor-10 .elementor-element.elementor-element-751210cc{margin:279px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:104px;--container-widget-flex-grow:0;width:var( --container-widget-width, 104px );max-width:104px;}.elementor-10 .elementor-element.elementor-element-751210cc .elementor-button{font-size:14px;}.elementor-10 .elementor-element.elementor-element-5d8c6ff2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-432441e3 *//* ======================================================
   LOGIN FULLSCREEN EDSA – DESKTOP + MOBILE
   Página: acceder (ID 2092)
   ====================================================== */

/* ===== REGLAS GLOBALES SOLO PARA ESTA PÁGINA ===== */
body.page-id-10 {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
}

body.page-id-10 .elementor {
  height: 100vh;
}

/* Elimina cualquier sección extra debajo */
body.page-id-10 .elementor-section:not(.fondo-video-login) {
  display: none;
}

/* ===== CONTENEDOR PRINCIPAL ===== */
.fondo-video-login {
  position: relative;
  width: 100vh;
  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: 10px;
    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 */