/* CoachPanel V20.0.3.138 · centrado exacto del panel de Inicio en iPad.
   Evita usar 100vw dentro de un contenedor con padding y barra de scroll. */
@media (min-width:700px) and (max-width:1366px){
  html.cp-ipad-device body #inicio.inicio-launcher-section,
  html.cp-ipad-device body #inicio.inicio-launcher-section.active{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  html.cp-ipad-device body #inicio .inicio-app-launcher{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    -webkit-transform:none!important;
  }

  html.cp-ipad-device body #inicio .inicio-app-header,
  html.cp-ipad-device body #inicio .inicio-main-grid,
  html.cp-ipad-device body #inicio .inicio-app-motto,
  html.cp-ipad-device body #inicio .inicio-app-season{
    box-sizing:border-box!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
