/*!
Theme Name: maldonado
Theme URI: http://underscores.me/
Author: Mixen
Author URI: https://www.mixen.mx
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maldonado
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

maldonado is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
} */

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* MALDONADO */
:root {
	--dark-brown:#4B2D28;
	--dark:#241613;
	--gold:#B89637;
	--light2:#F6F3ED;
	--light:#F5F5F5;
	--brown:#B9722E;
	--red:#B72E2E;
	--primary-font:'Avenir', 'AvenirW', 'Roboto', sans-serif;
}
.imgfluid {
	max-width:100%;
	height:auto;
}
.noscroll {
	overflow:hidden;
}
::-webkit-selection{color:var(--light);background:var(--gold);}
::-moz-selection{color:var(--light);background:var(--gold);}
::-ms-selection{color:var(--light);background:var(--gold);}
::selection{color:var(--light);background:var(--gold);}
html, body {
    scroll-behavior:smooth;
	font-family:var(--primary-font);
	background:#fff;
	/* overflow-x:hidden; */
}
body {
	overflow-x:hidden;
}
body.blog {
	padding-top:150px;
}
a {
	text-decoration:none;
	transition:all .3s ease;
}
h1, h2, h3, h4, h5, h6 {
    margin-top:0;
}

h2 {
	font-family:var(--primary-font);
	font-size:96px;
	font-weight:900;
	color:var(--gold);
	line-height:1.03;
	margin-bottom:90px;
}
.line-heading {
	font-family:var(--primary-font);
	font-size:32px;
	color:var(--dark);
}
p,
.fullwrap ul li {
	font-family:var(--primary-font);
	font-size:34px;
	color:var(--dark);
}
.nmb {
    margin-bottom:0;
}
/* GENERALES */
.main {
    padding-top:100px;
}
.fullwrap {
	font-size:0;
	position:relative;
	z-index:1;
}
.fullwrap.to-front {
    z-index:2;
}
.fullwrap.spacing-small {
	padding-top:45px;
	padding-bottom:45px;
}
.fullwrap.spacing-small-top {
	padding-top:45px;
}
.fullwrap.spacing-small-bottom {
	padding-bottom:45px;
}
.fullwrap.spacing {
	padding-top:90px;
	padding-bottom:90px;
}
.fullwrap.spacing-top {
	padding-top:90px;
}
.fullwrap.spacing-bottom {
	padding-bottom:90px;
}
.fullwrap.spacing-big {
	padding-top:120px;
	padding-bottom:120px;
}
.fullwrap.spacing-big-top {
	padding-top:120px;
}
.fullwrap.spacing-big-bottom {
	padding-bottom:120px;
}
.fullwrap.extra-spacing {
	padding-top:180px;
	padding-bottom:180px;
}
.fullwrap.extra-spacing-top {
	padding-top:180px;
}
.fullwrap.extra-spacing-bottom {
	padding-bottom:180px;
}
.fullwrap.no-bottom {
	padding-bottom:0!important;
}
.fullwrap.no-top {
	padding-top:0!important;
}
.fullscreen {
	height:100vh;
}
.main-grid {
    display:grid;
    grid-template-columns:minmax(0, 1fr) repeat(12, minmax(0, 107px)) minmax(0, 1fr);
    grid-gap:30px;
}
.main-grid.main-grid-hero {
    display:grid;
    grid-template-columns:minmax(0, 1fr) repeat(12, minmax(0, 89px)) minmax(0, 1fr);
    grid-gap:30px;
}
.main-grid.grid-center {
    align-items:center;
}
.main-grid .grid-wrap {
    grid-column-start:2;
    grid-column-end:14;
}

.grid-half {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:30px;
}
.grid-half.image-first > :first-child {
	grid-column-start:2;
	grid-column-end:3;
	grid-row-start:1;
}
.grid-half.image-first > :last-child {
	grid-column-start:1;
	grid-column-end:2;
	grid-row-start:1;
}
.grid-half.grid-center {
	align-items:center;
}
.grid-half.grid-bottom {
	align-items:end;
}

/* HIGHLIGHTS & BGS */
.highlight-light {
	color:var(--light);
}
.highlight-light2 {
	color:var(--light2);
}
.highlight-brown {
	color:var(--brown);
}
.highlight-dark-brown {
	color:var(--dark-brown);
}
.bg-light {
	background:var(--light);
}

/* BTNS */
.btn-primary {
	outline:0;
	border:0;
	display:inline-block;
	border-radius:100px;
	padding:15px 16px;
	background:var(--gold);
	color:var(--light);
	font-family:var(--primary-font);
	font-size:24px;
	line-height:32px;
	text-align:center;
	cursor:pointer;
}
.btn-black {
	font-weight:900;
}
.btn-primary:hover,
.btn-send:hover {
	background:var(--dark-brown);
	color:var(--light);
}
.btn-primary.btn-light2:not(:hover) {
	background:var(--light2);
	color:var(--dark-brown);
}
.btn-primary.btn-brown:not(:hover) {
	background:var(--brown);
	color:var(--light);
}
.btn-primary.has-icon {
	position:relative;
	padding-left:72px;
	padding-right:28px;
}
.btn-primary.has-icon svg {
	position:absolute;
	top:50%;
	left:28px;
	transform:translateY(-50%);
}
.btn-send {
	outline:0;
	border:0;
	display:inline-block;
	border-radius:90px;
	padding:0 16px;
	background:var(--gold);
	color:var(--light2);
	font-family:var(--primary-font);
	font-size:20px;
	font-weight:900;
	line-height:42px;
	text-align:center;
	width:100%;
	cursor:pointer;
	transition:all .3s ease;
}
/* HEADER */
.header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	/* background:#000; */
	height:234px;
	padding:35px 0;
	transition:all .3s ease;
	z-index:999;
}
.header.header-fixed {
	background:var(--light);
	padding:10px 0;
	height:135px;
}
.header .header-wrap {
	max-width:1366px;
	margin:0 auto;
	display:grid;
	grid-template-columns:143px 1fr 143px;
	grid-gap:15px;
	align-items:center;
	height:100%;
	transition:all .3s ease;
	padding:0 15px;
}
.header .header-logo .custom-logo {
	max-width:143px;
	height:auto;
	transition:all .3s ease;
}
.header.header-fixed .header-logo .custom-logo,
body.blog .header .header-logo .custom-logo  {
	filter:invert(1);
	max-width:100px;
}
.header .main-nav {
	text-align:center;
}
.header .main-nav .main-menu {
	list-style:none;
	margin:0;
	background:var(--light);
	display:inline-flex;
	border-radius:100px;
	padding:8px 10px;
}
.header .main-nav .main-menu li {
	display:inline-block;
	/* padding:0 20px; */
	padding:0 4px;
}
.header .main-nav .main-menu li:first-child {
	/* padding-left:0;
	padding-right:6px; */
	/* padding-left:36px; */
}
.header .main-nav .main-menu li:last-child {
	/* padding-right:36px; */
}
.header .main-nav .main-menu li .menu-link {
	display:block;
	font-size:24px;
	color:var(--dark-brown);
	text-decoration:none;
	line-height:46px;
	padding:0 16px;
}
.header .main-nav .main-menu li .menu-link:not(.menu-active):hover {
	color:var(--gold);
}
.header .main-nav .main-menu li .menu-link.menu-active {
	background:var(--gold);
	/* padding:0 16px; */
	border-radius:100px;
}
.header .main-nav .main-menu li .menu-link.menu-active:hover {
	color:var(--light);
	background:var(--dark-brown);
}
.main-menu {

}
.header .main-nav .main-menu li.header-hidden {
	display:none;
}
.header .header-btn .btn-menu {
    display:none;
    width:40px;
    height:56px;
    border:0;
    background:0;
    outline:0;
	padding:0;
}
.header .header-btn .btn-menu .bar {
    display:block;
    width:100%;
    height:2px;
    background:var(--light);
    border-radius:4px;
}
.header .header-btn .btn-menu .bar:nth-child(2) {
    margin:3px 0;
}
/* .site-main {
	padding-top:90px;
} */
.hero {
	height:100vh;
	background:url(./img/bg-hero.jpg) center / cover;
	position:relative;
}
.hero::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:linear-gradient(to bottom, #000 0%, #000 17%, #000 17%, rgba(0,0,0,0) 100%);
	opacity:.8;
	z-index:0;
}

.hero .main-grid {
	position:relative;
	z-index:2;
}
.hero-wrap {
	max-width:1295px;
	margin:0 auto;
	text-align:center;
	padding-top:269px;
}
.hero-wrap h1 {
	font-family:var(--primary-font);
	font-size:96px;
	font-weight:900;
	color:var(--light);
	max-width:512px;
	margin:0 auto;
}
.hero-wrap p {
	font-size:36px;
	color:var(--light);
}
.hero-wrap p strong {
	font-weight:800;
}
.acerca-wrap {
	display:grid;
	grid-template-columns:2fr 3fr;
	grid-gap:87px;
}
.acerca-txt {
	grid-column-start:2;
	grid-column-end:3;
	grid-row-start:1;
}
.acerca-img {
	grid-column-start:1;
	grid-column-end:2;
	grid-row-start:1;
}
.acerca-txt h2 {
	margin-bottom:100px;
}

.explora {
	position:relative;
	background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 200px, var(--brown) 200px, var(--brown) 100%);
}
.explora::before {
	content:'';
	width:100%;
	height:210px;
	background:url(img/top-explora.svg) center repeat-x;
	background-size:auto 100%;
	display:block;
}
.explora-heading {
	text-align:center;
	padding-top:45px;
}
.explora-wrap {
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	grid-gap:98px;
	transform:translateY(23px);
}
.explora-box {
	border-radius:20px;
	background:var(--light2);
	padding:40px 25px;
}
.explora-box .inner-wrap {
	max-width:368px;
	margin:0 auto;
}
.explora-box .explora-icon {
	display:block;
	width:77px;
	height:77px;
	margin-bottom:60px;
	background:var(--gold) center no-repeat;
	border-radius:50%;
}
.explora-box .explora-icon:nth-child(1) {
	background-image:url(img/icon-walk.svg);
}
.explora-box .explora-icon:nth-child(2) {
	background-image:url(img/icon-church.svg);
}
.explora-box .explora-icon:nth-child(3) {
	background-image:url(img/icon-tree.svg);
}
.explora-box h3 {
	font-family:var(--primary-font);
	font-size:40px;
	line-height:1;
	font-weight:900;
	color:var(--dark-brown);
}
.explora-box p {
	font-size:24px;
	color:var(--dark-brown);
}
.sitios-heading {
	text-align:center;
	margin-bottom:70px;
}
.sitios-heading h2 {
	margin-bottom:0;
	margin-top:55px;
}

.camino-heading {
	margin-bottom:100px;
	text-align:center;
}
.camino-heading p {
	font-size:40px;
}
.camino-heading h2 {
	line-height:.8;
}
.camino-heading h2 span {
	display:block;
	margin-top:18px;
}
.text-uppercase {
	text-transform:uppercase;
}
h2.h2-xl {
	font-size:130px;
}
h2.h2-xl small {
	font-size:55px;
}


.bg-camino {
	position:relative;
	background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 190px, var(--light) 190px, var(--light) 100%);
}
.bg-camino::before {
	content:'';
	width:100%;
	height:205px;
	background:url(img/top-camino.svg) center repeat-x;
	background-size:auto 100%;
	display:block;
}
.camino-info-heading {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:70px 30px;
	align-items:center;
	margin-bottom:55px;
}
.camino-img {
	text-align:center;
}
.datos-wrap {
	display:flex;
	gap:110px;
}
.dato .dato-numero {
	font-size:128px;
	line-height:.8;
	font-weight:900;
	color:var(--gold);
}
.dato .dato-numero svg,
.dato .dato-numero span {
	display:inline-block;
	vertical-align:middle;
}
.dato .dato-txt {
	font-size:24px;
	color:var(--dark);
}
.sitios-wrap {
	display:grid;
	grid-template-columns:repeat(12, minmax(0,1fr));
	gap:32px;
}
.sitio-item:not(.active) {
	cursor:pointer;
}
.sitio-item.active {
	grid-column-end:span 5;
}
.sitios-wrap,
.sitio-item,
.sitio {
	transition:all .3s ease;
}
.sitio {
	width:100%;
}
.sitio .sitio-cover {
	position:relative;
	/* padding-top:110%; */
	border-radius:20px;
	overflow:hidden;
	transition:all .3s ease;
	height:838px;
}
.sitio .sitio-cover::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,.2);
	z-index:2;
}
.sitio .sitio-cover img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	z-index:1;
	transition:all .3s ease;
}
.sitio .sitio-cover h3 {
	position:absolute;
	z-index:3;
	top:36px;
	left:42px;
	font-size:46px;
	font-family:var(--primary-font);
	color:#fff;
	font-weight:900;
	max-width:353px;
	transition:all .3s ease;
	line-height:normal;
	pointer-events:none;
	opacity:0;
}
.sitio .sitio-cover .btn-municipio {
	position:absolute;
	z-index:3;
	width:77px;
	height:77px;
	border-radius:50%;
	background:#fff;
	transition:all .3s ease;
	top:36px;
	right:25px;
	pointer-events:none;
	opacity:0;
}
.sitio-item.active .sitio .sitio-cover h3,
.sitio-item.active .sitio .sitio-cover .btn-municipio {
	opacity:1;
	pointer-events:all;
}
.sitio .sitio-cover .btn-municipio svg,
.sitio .sitio-cover .btn-comollegar svg {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.sitio .sitio-cover .btn-municipio svg path,
.sitio .sitio-cover .btn-comollegar svg path {
	transition:all .3s ease;
}
.sitio .sitio-cover .btn-municipio:hover,
.sitio .sitio-cover .btn-comollegar:hover {
	background:var(--gold);
}
.sitio .sitio-cover .btn-municipio:hover svg path,
.sitio .sitio-cover .btn-comollegar:hover svg path {
	fill:var(--light);
}
.sitio-item.active .sitio .sitio-cover .btn-comollegar:hover {
	color:var(--light);
}
.sitio .sitio-cover .btn-comollegar {
	position:absolute;
	z-index:3;
	width:77px;
	height:77px;
	border-radius:50%;
	background:#fff;
	transition:all .3s ease;
	bottom:12px;
	right:50%;
	transform:translateX(50%);
	font-size:0;
	overflow:hidden;
}
.sitio-item.active .sitio .sitio-cover .btn-comollegar {
	width:auto;
	height:auto;
	transform:translateX(0);
	right:25px;
	border-radius:100px;
	padding-left:57px;
	padding-right:24px;
	font-size:24px;
	font-family:var(--primary-font);
	color:var(--dark-brown);
	line-height:48px;
}
.sitio-item.active .sitio .sitio-cover .btn-comollegar svg {
	left:21px;
	transform:translateY(-50%);
}
.sitio .sitio-txt {
	padding-top:58px;
	transition:all .3s ease;
	display:none;
}
.sitio-item.active .sitio .sitio-txt {
	display:block;
}
.sitio .sitio-txt p,
.sitio .sitio-txt h4 {
	font-size:28px;
	color:var(--dark-brown);
}
.sitio .sitio-txt h4 {
	font-weight:700;
}
.bg-recorrido {
	position:relative;
	background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 240px, var(--light) 240px, var(--light) 320px, var(--gold) 320px, var(--gold) 100%);
	z-index:2;
	margin-top:-250px;
}
.bg-recorrido::before {
	content:'';
	width:100%;
	height:332px;
	background:url(img/top-recorrido.svg) center repeat-x;
	background-size:auto 100%;
	display:block;
}
.bg-recorrido::after {
	content:'';
	position:absolute;
	right:0;
	width:55%;
	top:260px;
	bottom:0;
	background:url(img/recorrido-mapa2.png) bottom right / contain no-repeat;
	z-index:0;
	pointer-events:none;
}
.bg-recorrido .main-grid {
	position:relative;
	z-index:10;
}
/* .recorrido-wrap {
	max-width:50%;
} */
.recorrido-wrap .inner-wrap {
	max-width:573px;
	padding:95px 0;
	position:relative;
}
.recorrido-wrap .inner-wrap p {
	margin-bottom:90px;
}
.recorrido-wrap .inner-wrap::after {
	content:'';
	background:url(img/recorrido.png) center / contain no-repeat;
	width:133px;
	height:554px;
	right:0;
	top:50%;
	transform:translate(100%,-50%);
	position:absolute;
	pointer-events:none;
}
.galeria-heading {
	text-align:center;
	margin-bottom:79px;
}
.galeria-heading h2 {
	margin-bottom:24px;
}
.galeria-swiper {
	margin-bottom:79px;
}
.galeria-swiper .swiper-button-next,
.galeria-swiper .swiper-button-prev {
	color:grey;
}
.galeria-swiper .swiper-button-next:hover,
.galeria-swiper .swiper-button-prev:hover {
	color:var(--gold);
}
.galeria-img {
	transition:all .3s ease;
}
.galeria-img:hover {
	opacity:.75;
}
.galeria-bottom {
	text-align:center;
}
.galeria-swiper .wp-block-image img {
	aspect-ratio:433/517;
	object-fit:cover;
	object-position:center;
}
.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
.bg-recomendaciones {
	background:url(img/bg-recomendaciones.jpg) center / cover;
}
.bg-recomendaciones::before {
	content:'';
	width:100%;
	height:206px;
	background:url(img/top-recomendaciones.svg) center repeat-x;
	background-size:auto 100%;
	display:block;
}
.recomendaciones-top {
	display:flex;
	justify-content:space-between;
	gap:30px;
}
.recomendaciones-guia {
	text-align:center;
}
.guia-iconos {
	display:flex;
	gap:38px;
	margin-bottom:52px;
}
.guia-icono {
	width:127px;
	height:127px;
	background:var(--gold);
	border-radius:10px;
	display:inline-flex;
}
.guia-icono svg {
	margin:auto;
}
.recomendaciones-txt ul li {
	color:var(--light2);
}
.emergencia {
	background:var(--red);
	padding:18px 0;
	text-align:center;
	margin-top:100px;
}
.emergencia p {
	margin:0;
}
.emergencia p strong {
	font-weight:900;
}
.emergencia p span {
	display:inline-block;
}

/* BLOG */
.blog-top {
	display:grid;
	grid-template-columns:1fr 250px;
	grid-gap:15px;
}
.blog-heading h2 {
	max-width:853px;
}

.blog-wrap {
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	grid-gap:63px;
}
.blog-wrap header {
	display:none;
}
.blog-navigation {
	margin-top:45px;
}
.nav-links a {
	font-size:18px;
	color:var(--gold);
	border-bottom:2px solid var(--gold);
}
.nav-links a:hover {
	color:var(--dark-brown);
	border-color:var(--dark-brown);
}
.btn-blog {
	min-width:227px;
	text-align:center;
}
.post-box {
	background:var(--brown);
	position:relative;
}
.post-box .post-box-cover {
	position:relative;
	padding-top:118%;
}
.post-box .post-box-cover img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.post-box .post-box-title {
	padding:35px 30px;
	position:relative;
}
.post-box .post-box-title h3 {
	font-size:34px;
	color:var(--light2);
	font-weight:400;
	line-height:1;
}
.post-box .post-box-title h3 a {
	color:var(--light2);
}
.post-box .post-box-btn {
	position:absolute;
	bottom:22px;
	right:22px;
}
.footer {
	background:url(img/bg-footer.jpg) center / cover;
	padding-top:120px;
}
.footer-top {
	display:grid;
	grid-template-columns:350px 1fr;
	align-items:center;
}
.footer-logo img {
	max-width:143px;
	height:auto;
}
.footer-enlaces-wrap {
	display:grid;
	grid-template-columns:repeat(4, minmax(0, 1fr));
	grid-gap:50px;
}
.footer-enlaces h4 {
	font-size:20px;
	font-weight:900;
	margin-bottom:24px;
	color:#2D3B3B;
	letter-spacing:-2%;
}
.footer-enlaces ul {
	list-style:none;
	margin:0;
	padding:0;
}
.footer-enlaces ul li {
	margin:0;
}
.footer-enlaces ul li:not(:last-child) {
	margin-bottom:16px;
}
.footer-enlaces ul li a {
	color:#2D3B3B;
	font-size:20px;
	letter-spacing:-2%;
}
.footer-enlaces ul li a:hover {
	color:var(--gold);
}
.footer-bottom {
	padding-top:62px;
	padding-bottom:35px;
	border-top:1px solid rgba(59,64,43,.08);
	border-bottom:1px solid rgba(45,59,59,.5);
	margin-bottom:37px;
	margin-top:50px;
}
.footer-bottom h3 {
	font-size:120px;
	text-align:center;
	font-weight:900;
	color:var(--dark-brown);
	text-transform:uppercase;
	line-height:1;
	margin-bottom:25px;
}
.footer-bottom p {
	text-align:center;
	font-size:18px;
	color:var(--dark-brown);
	margin:0;
}
.footer-bottom p a {
	color:var(--gold);
	border-bottom:1px solid var(--gold);
}
.footer-form input {
	display:block;
	width:100%;
	border:1px solid rgba(45,59,59,.5);
	border-radius:90px;
	background:transparent;
	margin-bottom:22px;
	color:#2D3B3B;
	font-size:16px;
	font-family:var(--primary-font);
	line-height:37px;
	padding:0 15px;
	outline:0;
}
.footer-form ::placeholder {
	opacity:.6;
	color:#2D3B3B;
}

.footer-enlaces .social {
	list-style:none;
	margin:0 0 22px 0;
	padding:0;
}
.social li {
	display:inline-block;
	vertical-align:middle;
}
.footer-enlaces .social li:not(:last-child) {
	margin:0;
	margin-right:12px
}
.social .social-link {
	display:block;
	width:48px;
	height:48px;
	background:#FAFAFA;
	border:1px solid rgba(143,143,146,.15);
	border-radius:50%;
	position:relative;
}
.social .social-link:hover {
	background:var(--gold);
}
.social .social-link svg {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.social .social-link svg path {
	transition:all .3s ease;
}
.social .social-link:hover svg path {
	fill:var(--light);
}


.post-hero {
	height:100vh;
	position:relative;
	display:flex;
	padding:40px 20px;
}
.post-hero::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,.4);
	z-index:2;
}
.post-hero img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	z-index:1;
}
.post-hero h1 {
	margin:auto;
	text-align:center;
	font-size:80px;
	font-weight:900;
	color:var(--light2);
	position:relative;
	z-index:10;
}
.post-main-wrap {
	max-width:860px;
	margin:0 auto;
}
.post-main-wrap .entry-meta {
	font-size:18px;
	color:var(--gold);
}
.post-main-wrap .entry-meta a {
	color:var(--gold);
	border-bottom:1px solid var(--gold);
}
.slider-fix {
    width:100%;
    max-width:100%;
    display:table;
    table-layout:fixed;
}
@media screen and (max-width:1600px) {
	.main-grid {
	    grid-template-columns:minmax(0, 1fr) repeat(12, minmax(0, 79px)) minmax(0, 1fr);
	}
	.header {
		height:180px;
		padding:15px 0;
	}
	.header.header-fixed {
		padding:10px 0;
		height:100px;
	}
	.header .header-wrap {
		max-width:1366px;
		margin:0 auto;
		display:grid;
		grid-template-columns:143px 1fr 143px;
		grid-gap:15px;
		align-items:center;
		height:100%;
		transition:all .3s ease;
	}
	.header .header-logo .custom-logo,
	body.blog .header .header-logo .custom-logo {
		max-width:130px;
		height:auto;
		transition:all .3s ease;
	}
	.header-fixed.header .header-logo .custom-logo,
	body.blog .header.header-fixed .header-logo .custom-logo {
		max-width:69px;
	}
	.dato .dato-txt,
	.sitio-item.active .sitio .sitio-cover .btn-comollegar,
	.explora-box p,
	.btn-primary,
	.header .main-nav .main-menu li .menu-link {
		font-size:18px;
	}
	.post-hero h1,
	h2,
	.hero-wrap h1 {
		font-size:68px;
	}
	.hero-wrap {
		padding-top:190px;
		max-width:1024px;
	}
	.post-box .post-box-title h3,
	.camino-heading p,
	.hero-wrap p,
	.explora-box h3 {
		font-size:28px;
	}
	.line-heading {
		font-size:22px;
	}
	.sitio .sitio-txt p, .sitio .sitio-txt h4,
	p, .fullwrap ul li {
		font-size:20px;
	}
	.acerca-txt h2 {
		margin-bottom:60px;
	}
	.sitio .sitio-cover h3 {
		font-size:34px;
	}
	.blog-wrap,
	.sitios-wrap {
		grid-gap:24px;
	}
	.sitio .sitio-cover {
		height:600px;
	}
	.sitio .sitio-cover .btn-municipio,
	.sitio .sitio-cover .btn-comollegar {
		width:58px;
		height:58px;
	}
	.footer-bottom h3,
	.dato .dato-numero,
	h2.h2-xl {
		font-size:82px;
	}
	h2.h2-xl small {
		font-size:38px;
	}
	.galeria-swiper,
	h2,
	.recorrido-wrap .inner-wrap p,
	.camino-txt {
		margin-bottom:45px;
	}
	.recorrido-wrap .inner-wrap::after {
		width:80px;
	}
	.footer-enlaces ul li:not(:last-child) {
		margin-bottom:8px;
	}
	.nav-links a,
	.footer-enlaces h4,
	.footer-enlaces ul li a,
	.btn-send,
	.footer-bottom p {
		font-size:16px;
	}
}
@media screen and (max-width:1200px) {
	.post-hero h1, h2, .hero-wrap h1 {
		font-size:56px;
	}
	.post-box .post-box-title h3, .camino-heading p, .hero-wrap p, .explora-box h3 {
		font-size:22px;
	}
	.hero-wrap {
		max-width:768px;
	}
	.sitio .sitio-txt p, .sitio .sitio-txt h4, p, .fullwrap ul li,
	.line-heading {
		font-size:18px;
	}
	.acerca-txt h2 {
		margin-bottom:35px;
	}
	.explora-wrap {
		grid-gap:30px;
	}
	h2.h2-xl small {
		font-size:30px;
	}
	.footer-bottom h3, .dato .dato-numero, h2.h2-xl {
		font-size:60px;
	}
	.guia-icono {
		width:90px;
		height:90px;
	}
	.guia-icono svg {
		max-width:50px;
	}
	.footer-top {
		grid-template-columns:200px 1fr;
	}
	.header .main-nav .main-menu li {
		padding:0 15px;
	}
}
@media screen and (max-width:1024px) {
	.sitios-wrap {
		grid-template-columns:1fr;
		grid-gap:45px;
	}
	.sitio-item.active {
		grid-column-end:auto;
	}
	.sitio .sitio-cover {
		height:0;
		padding-top:52%;
	}
	.sitio .sitio-cover h3,
	.sitio .sitio-cover .btn-municipio {
		opacity:1;
		pointer-events:all;
	}
	.sitio .sitio-cover .btn-comollegar {
		width:auto;
		height:auto;
		transform:translateX(0);
		right:25px;
		border-radius:100px;
		padding-left:57px;
		padding-right:24px;
		font-size:18px;
		font-family:var(--primary-font);
		color:var(--dark-brown);
		line-height:48px;
	}
	.sitio .sitio-cover .btn-comollegar svg {
		left:21px;
		transform:translateY(-50%);
	}
	.sitio .sitio-txt {
		display:block;
	}
	.sitio .sitio-txt {
		padding-top:20px;
	}
}
@media screen and (max-width:900px) {
	html {
		overflow-x:hidden;
	}
	.header .header-wrap {
		grid-template-columns:130px 1fr;
	}
	.header .header-menu,
    .header .header-btn .btn-header {
        display:none;
    }
    .header.opened {
        background:var(--light);
    }
	.header.opened .header-logo .custom-logo  {
		filter:invert(1);
	}
	.header .header-btn {
		text-align:right;
	}
    .header.opened .header-menu {
        position:fixed;
        top:180px;
        left:0;
        width:100%;
        text-align:center;
        background:var(--light);
        transition:all .3s ease;
        padding:10px 5px;
    }
    .header.opened.header-fixed .header-menu {
        top:100px;
    }
    .header.opened .header-menu {
        display:block;
    }
    .header .header-btn .btn-menu {
        display:inline-block;
    }
	.header.header-fixed:not(.opened) .header-btn .btn-menu .bar,
	body.blog .header:not(.opened) .header-btn .btn-menu .bar {
		background:var(--dark-brown);
	}
	.header.opened .header-btn .btn-menu .bar {
		background:var(--gold);
	}
	.header .main-nav .main-menu {
		display:block;
		text-align:center;
	}
	.header .main-nav .main-menu li.header-hidden,
	.header .main-nav .main-menu li {
		display:block;
	}
	.header .main-nav .main-menu li .menu-link {
		display:inline-block;
	}
	/* .header .main-nav .main-menu li:first-child {
		padding-right:0;
	}
	.header .main-nav .main-menu li:last-child {
		padding-right:15px;
	} */

	.recorrido-wrap .inner-wrap::after {
		display:none;
	}
	.recomendaciones-top {
		display:block;
	}
	.recomendaciones-guia {
		text-align:left;
		margin-bottom:60px;
	}
	.blog-top {
		grid-template-columns:1fr;
		margin-bottom:60px;
	}
	.camino-info-heading,
	.explora-wrap,
	.acerca-wrap,
	.footer-top,
	.blog-wrap {
		grid-template-columns:1fr;
	}
	.footer-logo {
		text-align:center;
		margin-bottom:45px;
	}
	.footer {
		padding-top:80px;
	}
	.post-hero h1, h2, .hero-wrap h1 {
		font-size:48px;
	}
	.footer-bottom h3, .dato .dato-numero, h2.h2-xl {
		font-size:48px;
	}
	.acerca-txt,
	.acerca-img {
		grid-column:auto;
		grid-row:auto;
	}
	.dato .dato-numero svg {
		height:38px;
		width:auto;
	}



	.fullwrap.spacing-small {
		padding-top:35px;
		padding-bottom:35px;
	}
	.fullwrap.spacing-small-top {
		padding-top:35px;
	}
	.fullwrap.spacing-small-bottom {
		padding-bottom:35px;
	}
	.fullwrap.spacing {
		padding-top:65px;
		padding-bottom:65px;
	}
	.fullwrap.spacing-top {
		padding-top:65px;
	}
	.fullwrap.spacing-bottom {
		padding-bottom:65px;
	}
	.fullwrap.spacing-big {
		padding-top:90px;
		padding-bottom:90px;
	}
	.fullwrap.spacing-big-top {
		padding-top:90px;
	}
	.fullwrap.spacing-big-bottom {
		padding-bottom:90px;
	}
	.fullwrap.extra-spacing {
		padding-top:125px;
		padding-bottom:125px;
	}
	.fullwrap.extra-spacing-top {
		padding-top:125px;
	}
	.fullwrap.extra-spacing-bottom {
		padding-bottom:125px;
	}
	.acerca-wrap {
		grid-gap:45px;
	}
}
@media screen and (max-width:768px) {
	.sitio .sitio-cover {
		padding-top:115%;
	}
	.sitio .sitio-cover h3 {
		left:20px;
		width:100%;
		padding-right:100px;
		font-size:28px;
	}
	.sitio-item.active .sitio .sitio-cover .btn-comollegar,
	.sitio .sitio-cover .btn-comollegar,
	.sitio .sitio-cover .btn-municipio {
		right:20px;
	}
	.camino-heading img {
		margin-bottom:45px;
	}
	.footer-bottom h3, .dato .dato-numero, h2.h2-xl {
		font-size:42px;
	}
	h2.h2-xl small {
		font-size:22px;
	}
	.post-hero h1, h2, .hero-wrap h1 {
		font-size:40px;
	}
	.footer-enlaces-wrap {
		grid-template-columns:1fr;
	}
	.main-grid {
		grid-template-columns:1fr;
		padding-left:20px;
		padding-right:20px;
	}
	.main-grid .grid-wrap {
		grid-column:span 1;
	}
	.post-box .post-box-title h3, .camino-heading p, .hero-wrap p, .explora-box h3 {
		font-size:20px;
	}
}
