:root {
	--site-bg: #ffffff;
	--site-surface: #ffffff;
	--site-surface-alt: #ffffff;
	--site-border: #ebe7e1;
	--site-text: #252321;
	--site-muted: #7e7871;
	--site-accent: #d9ad82;
	--site-accent-dark: #c77445;
	--site-accent-soft: #f8f3ed;
	--site-accent-cool: #7f9db3;
	--site-accent-cool-dark: #5f7f96;
	--site-accent-cool-soft: #edf4f8;
	--site-header: rgba(255, 255, 255, 0.98);
	--site-shadow: 0 22px 46px rgba(114, 99, 82, 0.09);
}

body {
	padding-top: 0 !important;
	background: var(--site-bg);
	color: var(--site-text);
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.85;
	font-weight: 300;
}

@media (max-width: 991px) {
	body {
		padding-top: 0 !important;
	}
}

body.inicio {
	background: #ffffff !important;
}

body.inicio header.parallax-window.inner {
	display: none;
}

body .parallax-window {
	display: none;
}

body.inicio .parallax-window.inicio {
	display: block;
}

body.inicio .parallax-window.inicio {
	min-height: 620px;
	height: auto;
	padding: 120px 0 88px;
	background-position: center center !important;
	background-size: cover !important;
}

@media (max-width: 991px) {
	body.inicio .parallax-window.inicio {
		min-height: 0;
		padding: 96px 0 44px;
	}
}

.breadcrumb {
	margin: 18px 0 24px;
	padding: 0;
	background: transparent;
}

.breadcrumb > li,
.breadcrumb > li a {
	color: var(--site-muted);
	font-size: 14px;
	font-weight: 400;
}

.breadcrumb > .active {
	color: var(--site-accent-dark);
}

.btn-primary {
	background: linear-gradient(135deg, var(--site-accent-dark) 0%, var(--site-accent) 100%);
	border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus {
	background: linear-gradient(135deg, #b96437 0%, #d39f70 100%);
	border-color: transparent;
}

.site-section {
	padding: 64px 0;
}

.site-section-title {
	margin: 0 0 12px;
	font-size: 44px;
	line-height: 1.04;
	font-weight: 400;
	letter-spacing: .01em;
	color: var(--site-text);
}

.site-section-kicker {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: var(--site-accent-dark);
}

.site-section-copy {
	font-size: 18px;
	line-height: 1.8;
	color: var(--site-muted);
	font-weight: 300;
}

footer {
	background: #ffffff;
	color: var(--site-muted);
	border-top: 1px solid var(--site-border);
}

footer a {
	color: var(--site-accent-dark);
}

footer a:hover {
	color: var(--site-text);
	text-decoration: none;
}

::selection {
	background: rgba(127, 157, 179, 0.28);
	color: var(--site-text);
}

.wow,
.reveal-on-scroll {
	opacity: 0;
	transform: translate3d(0, 34px, 0);
	transition: opacity .85s cubic-bezier(.22, 1, .36, 1), transform .85s cubic-bezier(.22, 1, .36, 1);
	will-change: opacity, transform;
}

.wow.is-visible,
.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.wow.fadeIn,
.reveal-fade {
	transform: none;
}

.wow.fadeInLeft {
	transform: translate3d(-34px, 0, 0);
}

.wow.fadeInRight {
	transform: translate3d(34px, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
	.wow,
	.reveal-on-scroll {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
