/*
Theme Name: Fruterra Lienzo
Theme URI: https://emporiofruterra.cl
Author: Torres Marketing Digital
Author URI: https://torresmarketingdigital.cl
Description: Tema en blanco para Emporio Fruterra. No impone estilos ni estructura: deja que el HTML de los plugins se muestre tal como fue diseñado. Incluye la plantilla "Lienzo completo" para páginas sin cabecera ni pie.
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fruterra-lienzo
Tags: custom-background, custom-logo, full-width-template, translation-ready
*/

/* --------------------------------------------------------------------------
   Base mínima. Sólo lo necesario para que el HTML de los plugins parta
   desde un punto neutro en todos los navegadores.
   -------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	padding: 0;
	background: #f3f7ec;
	color: #10301b;
	font-family: "Montserrat", "Segoe UI", system-ui, -apple-system, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: #2a6b37;
}

/* WordPress agrega esta barra cuando hay sesión iniciada. */
body.admin-bar {
	min-height: calc(100vh - 32px);
}

/* --------------------------------------------------------------------------
   Páginas normales (las que no usan la plantilla de lienzo).
   -------------------------------------------------------------------------- */

.lienzo-contenido {
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 20px 70px;
}

.lienzo-contenido h1 {
	font-size: 27px;
	font-weight: 800;
	color: #1d5228;
	margin: 0 0 18px;
}

.lienzo-contenido p {
	margin: 0 0 16px;
}

/* Utilidad de accesibilidad que WordPress espera encontrar. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: #fff;
	clip: auto !important;
	clip-path: none;
	color: #1d5228;
	display: block;
	font-weight: 700;
	height: auto;
	left: 6px;
	line-height: normal;
	padding: 14px 22px;
	text-decoration: none;
	top: 6px;
	width: auto;
	z-index: 100000;
	border-radius: 8px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

/* Alineaciones del editor de bloques, por si se usan páginas normales. */
.alignwide {
	max-width: 1100px;
}

.alignfull {
	max-width: none;
	width: 100%;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
