/*
Theme Name: Enlace Turistico
Theme URI: https://enlaceturisticochile.cl
Description: Tema operativo minimo para el frontend React y WooCommerce de Enlace Turistico.
Author: Agencia Enfasis
Version: 1.0.0
Text Domain: enlace-turistico
*/

body.etcl-theme-fallback {
	margin: 0;
	background: #f8f6f2;
	color: #172038;
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
}

.etcl-theme-fallback * {
	box-sizing: border-box;
}

.etcl-theme-fallback a {
	color: inherit;
}

.etcl-theme-fallback__header,
.etcl-theme-fallback__main,
.etcl-theme-fallback__footer {
	width: min(1120px, calc(100% - 48px));
	margin-inline: auto;
}

.etcl-theme-fallback__header {
	padding: 28px 0 20px;
	border-bottom: 1px solid #ddd5c6;
}

.etcl-theme-fallback__brand {
	font-weight: 800;
	text-decoration: none;
}

.etcl-theme-fallback__main {
	min-height: 60vh;
	padding: 56px 0 80px;
}

.etcl-theme-fallback__article + .etcl-theme-fallback__article {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ddd5c6;
}

.etcl-theme-fallback__footer {
	padding: 28px 0 40px;
	border-top: 1px solid #ddd5c6;
	color: #627494;
}
