/*
Theme Name: Viel Maqueta
Theme URI: https://viel.cl
Author: Yosmer Rodriguez
Description: Maqueta de rediseño de viel.cl enfocada en captación de propiedades. Seis plantillas (Home, Vender, Arrendar, Comprar, Tasación y confirmación) con header y footer unificados. Cifras y testimonios son datos de muestra: no publicar como información real.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: viel-maqueta
Tags: one-column, custom-menu, full-width-template
*/

/* El diseño se construye con utilidades de Tailwind cargadas desde functions.php.
   Aquí solo van los ajustes de base que Stitch traía en su <style> inline. */

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overscroll-behavior: none;
}

main > :first-child {
  margin-top: 0 !important;
}

main > :last-child {
  margin-bottom: 0 !important;
}

::-webkit-scrollbar {
  display: none;
}

/* La barra de administración de WordPress desplaza el header fijo. */
body.admin-bar header.viel-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.viel-header {
    top: 46px;
  }
}
