
/* ALET V7.35 — HERO MÓVIL: IMAGEN COMPLETA, SIN RECORTE */

@media (max-width:900px){
  #inicio.hero-v65{
    position:relative !important;
    display:block !important;
    min-height:0 !important;
    height:auto !important;
    margin:0 !important;
    padding:
      calc(min(92vw, 480px) * 1.0822 + 18px)
      18px 26px !important;
    overflow:hidden !important;
    background:#f7f9fc !important;
  }

  #inicio.hero-v65::before{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    z-index:0 !important;
    top:0 !important;
    left:50% !important;
    width:min(92vw, 480px) !important;
    aspect-ratio:1095 / 1185 !important;
    height:auto !important;
    transform:translateX(-50%) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:none !important;
    background:url("images/hero_guardia_blanco_clean_v67.jpg") center top / contain no-repeat !important;
    animation:none !important;
  }

  #inicio.hero-v65::after{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    z-index:1 !important;
    left:0 !important;
    right:0 !important;
    top:calc(min(92vw, 480px) * 1.0822 - 70px) !important;
    height:90px !important;
    pointer-events:none !important;
    background:linear-gradient(180deg,rgba(247,249,252,0) 0%,#f7f9fc 92%) !important;
    opacity:1 !important;
    transform:none !important;
    animation:none !important;
  }

  #inicio.hero-v65 .hero-v65-overlay{
    display:none !important;
  }

  #inicio.hero-v65 .hero-v65-content,
  #inicio.hero-v65 .hero-v65-stats{
    position:relative !important;
    z-index:2 !important;
  }
}

@media (max-width:560px){
  #inicio.hero-v65{
    padding-top:calc(min(92vw, 440px) * 1.0822 + 14px) !important;
  }
  #inicio.hero-v65::before{
    width:min(92vw, 440px) !important;
  }
  #inicio.hero-v65::after{
    top:calc(min(92vw, 440px) * 1.0822 - 64px) !important;
    height:82px !important;
  }
}

@media (max-width:390px){
  #inicio.hero-v65{
    padding-top:calc(min(94vw, 390px) * 1.0822 + 12px) !important;
  }
  #inicio.hero-v65::before{
    width:min(94vw, 390px) !important;
  }
  #inicio.hero-v65::after{
    top:calc(min(94vw, 390px) * 1.0822 - 58px) !important;
    height:76px !important;
  }
}
