/*
Theme Name: Criterio Empresarial
Theme URI: https://criterioempresarial.cl/
Author: Criterio Empresarial
Description: Plantilla corporativa personalizada para Criterio Empresarial, con diseño adaptable y movimiento sobrio.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: criterio-empresarial
*/

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body.ce-site {
  margin: 0;
  padding: 0;
  background: #f5f6f4;
}

body.ce-site.admin-bar #ce-elementor .ce-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.ce-site.admin-bar #ce-elementor .ce-header {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
