/*
Theme Name: Cootracolta
Theme URI: https://cootracolta.coop
Author: Cootracolta
Description: Tema institucional moderno para Cooperativa Multiservicios Cootracolta
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: cootracolta
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', 'Segoe UI', Arial, sans-serif;
  background: #f4f9f5;
  color: #0d1f13;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Ocultar header/footer de WordPress que interfieren */
.site-header, .site-footer, .navigation, .nav-primary,
.wp-block-navigation, #masthead, #colophon, .entry-header,
.entry-footer, .widget-area, #secondary, .wp-site-blocks > header,
.wp-site-blocks > footer { display: none !important; }

.site-content, .entry-content, #primary, #content,
.content-area, main, article.post, article.page,
.site, #page, .wp-site-blocks {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  float: none !important;
}

a { text-decoration: none; color: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
