/*
Theme Name: Centinela Group Theme
Theme URI: https://github.com/centinela-group/centinela-group-theme
Author: Centinela Group
Author URI: https://centinelagroup.com
Description: Tema optimizado para rendimiento, compatible con Elementor y preparado para integrar la API de Syscom Colombia. Diseño responsive con Tailwind CSS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: centinela-group-theme
*/

/* Estilos mínimos del tema; la mayoría del layout viene de Tailwind + SCSS (BEM) */
/* Tipografía: Roboto (variables y pesos en assets/scss/_variables.scss) */
body{font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
/* Ajustes para compatibilidad con Elementor y contenido dinámico */

body.elementor-page .site-main {
  padding-top: 0;
}

/* Evitar saltos de layout en imágenes (no aplicar a .centinela-hero__bg-img: esa debe llenar el slide) */
img:not(.centinela-hero__bg-img) {
  height: auto;
  max-width: 100%;
}

img[loading="lazy"] {
  min-height: 1px;
}

/* Enlaces accesibles */
a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
