@charset "UTF-8";
/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* ================================================================
   TEMA CONTRATA — Estilos base
================================================================ */
/* Reset mínimo */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ================================================================
   Ocultar controles de edición para visitantes NO autenticados.
   Liferay añade la clase "signed-out" al <body> automáticamente.
================================================================ */
body.signed-out .control-menu-container,
body.signed-out #ControlMenu,
body.signed-out .user-personal-bar,
body.signed-out #hev_w_dockbar {
  display: none !important;
}

body.signed-out {
  padding-top: 0 !important;
}

body.signed-out .portlet-topper,
body.signed-out .portlet-configuration-icons,
body.signed-out .portlet-add-content,
body.signed-out .add-content-button {
  display: none !important;
}

/* ================================================================
   ESTILOS PERSONALIZADOS DEL TEMA
   Agrega aquí los estilos propios de la SPA / diseño Telmex.
================================================================ */

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */