﻿/*!
Theme Name: webseocusco
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: webseocusco
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.

webseocusco 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: inherit;
}

/* Elementos estilizados: mantienen su color aunque el link haya sido visitado */
.brand:visited,
.brand:visited .brand-name,
.brand:visited .brand-sub  { color: var(--color-blanco); }
.site-header[data-scrolled="true"] .brand:visited,
.site-header[data-scrolled="true"] .brand:visited .brand-name { color: var(--color-primario); }

.cta-btn:visited              { color: #1a1a1a; }
.btn-primary:visited          { color: var(--color-primario); }
.btn-secondary:visited        { color: var(--color-blanco); }
.btn-ghost:visited            { color: rgba(255,255,255,.85); }
.btn-whatsapp:visited         { color: var(--color-blanco); }

.wa-btn:visited               { color: rgba(255,255,255,.85); }
.site-header[data-scrolled="true"] .wa-btn:visited { color: #374151; }

.main-nav ul li a:visited     { color: rgba(255,255,255,.85); }
.site-header[data-scrolled="true"] .main-nav ul li a:visited { color: #4a5568; }
.main-nav ul ul li a:visited  { color: #374151; }

.footer-links a:visited       { color: inherit; }
.footer-contact a:visited     { color: inherit; }
.footer-logo:visited          { color: inherit; }

.turismo-cta:visited          { color: var(--color-primario); }
.otro-link:visited            { color: var(--color-acento); }

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;
}


/* ============================================================
   DISEÑO WEB CUSCO — Estilos de página de inicio
   ============================================================ */

/* Variables */
:root {
	--color-primario: #1a3a6b;
	--color-acento:   #e8a020;
	--color-texto:    #2d2d2d;
	--color-gris:     #f5f5f5;
	--color-blanco:   #ffffff;
	--fuente-titulo:  'Georgia', serif;
	--fuente-cuerpo:  'Arial', sans-serif;
	--max-width:      1140px;
	--radio:          8px;
	--sombra:         0 4px 20px rgba(0,0,0,.10);
}

/* Contenedor general */
.container {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 24px;
}

/* Botones */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 28px;
	border-radius: 999px;
	font-weight: 700;
	font-size: .95rem;
	line-height: 1;
	text-decoration: none;
	transition: transform .2s, box-shadow .2s;
	cursor: pointer;
	white-space: nowrap;
}
.btn:hover {
	transform: translateY(-2px);
	box-shadow: var(--sombra);
}
.btn-primary {
	background: var(--color-acento);
	color: var(--color-primario);
}
.btn-secondary {
	background: transparent;
	color: var(--color-blanco);
	border: 2px solid var(--color-blanco);
}
.btn-whatsapp {
	background: #25d366;
	color: #fff;
	transition: background .2s, transform .2s;
}
.btn-whatsapp:hover {
	background: #1dbb59;
	color: #fff;
}

/* ---- HERO ---- */
.hero-section {
	background: linear-gradient(135deg, var(--color-primario) 0%, #0d2045 100%);
	color: var(--color-blanco);
	padding: 100px 24px 80px;
	text-align: center;
}
.hero-inner {
	max-width: 780px;
	margin: 0 auto;
}
.hero-title {
	font-size: clamp(2rem, 5vw, 3.2rem);
	font-family: var(--fuente-titulo);
	margin-bottom: 20px;
	line-height: 1.2;
}
.hero-subtitle {
	font-size: 1.2rem;
	margin-bottom: 36px;
	opacity: .9;
	line-height: 1.6;
}
.hero-cta {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 28px;
}
.hero-trust {
	font-size: .9rem;
	opacity: .75;
}

/* ---- SECCIÓN TÍTULOS ---- */
.section-title {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	color: var(--color-primario);
	text-align: center;
	margin-bottom: 12px;
}
.section-subtitle {
	text-align: center;
	color: #666;
	margin-bottom: 48px;
	font-size: 1.05rem;
}

/* ---- SERVICIOS ---- */
.servicios-section {
	padding: 80px 0;
	background: var(--color-blanco);
}
.servicios-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 28px;
}
.servicio-card {
	background: var(--color-gris);
	border-radius: var(--radio);
	padding: 36px 28px;
	transition: box-shadow .2s, transform .2s;
}
.servicio-card:hover {
	box-shadow: var(--sombra);
	transform: translateY(-4px);
}
.servicio-icon {
	font-size: 2.4rem;
	margin-bottom: 16px;
}
.servicio-card h3 {
	color: var(--color-primario);
	margin-bottom: 12px;
	font-size: 1.15rem;
}
.servicio-card p {
	color: #555;
	line-height: 1.6;
	margin-bottom: 16px;
}
.servicio-link {
	color: var(--color-acento);
	font-weight: 700;
	text-decoration: none;
}
.servicio-link:hover {
	text-decoration: underline;
}

/* ---- POR QUÉ ELEGIRNOS ---- */
.porque-section {
	padding: 80px 0;
	background: var(--color-gris);
}
.porque-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 32px;
}
.porque-item {
	text-align: center;
	padding: 24px;
}
.porque-numero {
	font-size: 2.5rem;
	font-weight: 900;
	color: var(--color-acento);
	display: block;
	margin-bottom: 12px;
}
.porque-item h3 {
	color: var(--color-primario);
	margin-bottom: 10px;
}
.porque-item p {
	color: #555;
	line-height: 1.6;
}

/* ---- SECTORES ---- */
.sectores-section {
	padding: 60px 0;
	background: var(--color-primario);
}
.sectores-section .section-title {
	color: var(--color-blanco);
}
.sectores-lista {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}
.sector-tag {
	background: rgba(255,255,255,.15);
	color: var(--color-blanco);
	padding: 8px 18px;
	border-radius: 999px;
	font-size: .9rem;
	border: 1px solid rgba(255,255,255,.3);
}

/* ---- CONTACTO ---- */
.contacto-section {
	padding: 80px 0;
	background: var(--color-blanco);
}
.contacto-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
}
.contacto-info h2 {
	color: var(--color-primario);
	font-size: 1.8rem;
	margin-bottom: 16px;
}
.contacto-info p {
	color: #555;
	line-height: 1.7;
	margin-bottom: 20px;
}
.contacto-datos {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}
.contacto-datos li {
	margin-bottom: 10px;
	font-size: 1rem;
}
.contacto-datos a {
	color: var(--color-primario);
	font-weight: 600;
}
.contacto-whatsapp {
	margin-top: 24px;
}
.contacto-note {
	color: #888;
	font-size: .9rem;
}

/* ---- FOOTER ---- */
.site-footer {
	background: #0d1f3c;
	color: rgba(255,255,255,.8);
	padding: 60px 0 0;
}
.footer-inner {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 48px;
	padding-bottom: 40px;
}
.footer-heading {
	color: var(--color-blanco);
	font-size: 1rem;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.footer-col p {
	font-size: .9rem;
	line-height: 1.7;
	margin-bottom: 6px;
}
.footer-col a {
	color: rgba(255,255,255,.75);
	text-decoration: none;
}
.footer-col a:hover {
	color: var(--color-acento);
}
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links li {
	margin-bottom: 8px;
}
.footer-links a {
	font-size: .9rem;
}
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,.1);
	text-align: center;
	padding: 20px 24px;
	font-size: .85rem;
	color: rgba(255,255,255,.5);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
	.hero-section {
		padding: 60px 24px;
	}
	.contacto-inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.footer-inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.porque-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 480px) {
	.porque-grid {
		grid-template-columns: 1fr;
	}
	.hero-cta {
		flex-direction: column;
		align-items: center;
	}
}


/* ============================================================
   HEADER — UI moderna 2025
   ============================================================ */

/* Reset de estilos base del tema en el header */
.site-header *,
.site-header *::before,
.site-header *::after { box-sizing: border-box; }

/* ---- Header wrapper ---- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transition: background .3s ease, box-shadow .3s ease, padding .3s ease, transform .3s ease;
	padding: 0;
	background: rgba(255,255,255,0);
}
.site-header.header--hidden {
	transform: translateY(-100%);
}

/* Estado inicial: transparente sobre el hero */
.site-header[data-scrolled="false"] {
	background: rgba(255,255,255,0);
}

/* Estado scrolled: glassmorphism */
.site-header[data-scrolled="true"] {
	background: rgba(255,255,255,0.92);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow: 0 1px 0 rgba(0,0,0,.08), 0 8px 32px rgba(0,0,0,.06);
}

/* ---- Contenedor interno ---- */
.header-wrap {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 32px;
	height: 76px;
	display: flex;
	align-items: center;
	gap: 40px;
}

/* ---- Marca / Logo ---- */
.brand {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--color-blanco);
	transition: color .3s;
}
.site-header[data-scrolled="true"] .brand {
	color: var(--color-primario);
}
.brand .custom-logo {
	height: 44px;
	width: auto;
}
.brand-name {
	font-weight: 800;
}
.brand-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--color-acento);
	margin: 0 2px 2px;
	flex-shrink: 0;
}
.brand-sub {
	font-weight: 400;
	opacity: .7;
}

/* ---- Nav principal ---- */
.main-nav {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2px;
}
.main-nav ul li {
	position: relative;
}
.main-nav ul li a {
	display: block;
	padding: 8px 16px;
	color: rgba(255,255,255,.85);
	font-size: .9rem;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	position: relative;
	transition: color .2s, background .2s;
}
.main-nav ul li a::after {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 16px;
	right: 16px;
	height: 2px;
	background: var(--color-acento);
	border-radius: 2px;
	transform: scaleX(0);
	transition: transform .25s ease;
}
.main-nav ul li a:hover::after,
.main-nav ul li.current-menu-item > a::after {
	transform: scaleX(1);
}
.main-nav ul li a:hover {
	color: var(--color-blanco);
	background: rgba(255,255,255,.1);
}

/* Nav cuando el header está scrolled */
.site-header[data-scrolled="true"] .main-nav ul li a {
	color: #4a5568;
}
.site-header[data-scrolled="true"] .main-nav ul li a:hover {
	color: var(--color-primario);
	background: var(--color-gris);
}
.site-header[data-scrolled="true"] .main-nav ul li.current-menu-item > a {
	color: var(--color-primario);
}

/* Submenús */
.main-nav ul ul {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	background: var(--color-blanco);
	border-radius: 14px;
	box-shadow: 0 12px 48px rgba(0,0,0,.16);
	min-width: 240px;
	padding: 10px;
	flex-direction: column;
	gap: 1px;
	border: 1px solid rgba(0,0,0,.06);
}
.main-nav ul li:hover > ul {
	display: flex;
}

/* Puente invisible que cubre el gap entre el item y el dropdown */
.main-nav ul ul::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 12px;
}

.main-nav ul ul li a {
	color: #374151;
	border-radius: 8px;
	font-size: .87rem;
	padding: 8px 12px;
}
.main-nav ul ul li a::after { display: none; }
.main-nav ul ul li a:hover {
	background: var(--color-gris);
	color: var(--color-primario);
}

/* Labels de grupo en el dropdown */
.main-nav .sub-menu-label {
	padding: 6px 12px 2px;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #9ca3af;
	pointer-events: none;
}
.main-nav .sub-menu-divider {
	height: 1px;
	background: #f1f5f9;
	margin: 6px 0;
	pointer-events: none;
}

/* Chevron en item con submenu */
.nav-chevron {
	font-size: .7rem;
	opacity: .6;
	margin-left: 2px;
	display: inline-block;
	transition: transform .2s;
}
.main-nav ul li:hover > a .nav-chevron {
	transform: rotate(180deg);
}

/* ---- Acciones derecha ---- */
.header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

/* Botón WhatsApp */
.wa-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	color: rgba(255,255,255,.85);
	text-decoration: none;
	font-size: .88rem;
	font-weight: 500;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.25);
	transition: background .2s, border-color .2s, color .2s;
}
.wa-btn:hover {
	background: rgba(37,211,102,.15);
	border-color: #25d366;
	color: #fff;
}
.site-header[data-scrolled="true"] .wa-btn {
	color: #374151;
	border-color: #e5e7eb;
}
.site-header[data-scrolled="true"] .wa-btn:hover {
	background: rgba(37,211,102,.1);
	border-color: #25d366;
	color: #16a34a;
}

/* Botón CTA principal */
.cta-btn {
	display: inline-flex;
	align-items: center;
	padding: 10px 22px;
	background: var(--color-acento);
	color: #1a1a1a;
	font-size: .88rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 999px;
	white-space: nowrap;
	transition: transform .2s, box-shadow .2s, background .2s;
	box-shadow: 0 2px 12px rgba(232,160,32,.35);
}
.cta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(232,160,32,.45);
	background: #f0a800;
}

/* ---- Hamburger ---- */
.nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: rgba(255,255,255,.15);
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 10px;
	width: 44px;
	height: 44px;
	cursor: pointer;
	padding: 0;
	transition: background .2s;
}
.nav-toggle:hover {
	background: rgba(255,255,255,.25);
}
.site-header[data-scrolled="true"] .nav-toggle {
	background: var(--color-gris);
	border-color: #e5e7eb;
}
.nav-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--color-blanco);
	border-radius: 2px;
	transition: transform .3s, opacity .3s, background .3s;
}
.site-header[data-scrolled="true"] .nav-toggle span {
	background: var(--color-primario);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Empujar contenido para compensar el header fijo */
.site-main,
#primary {
	padding-top: 76px;
}
.hero-section {
	margin-top: -76px;
	padding-top: calc(100px + 76px);
}

/* CTA mobile: oculto en desktop */
.nav-mobile-cta { display: none; }

/* ---- RESPONSIVE HEADER ---- */
@media (max-width: 900px) {

	.header-wrap {
		padding: 0 20px;
		height: 64px;
		gap: 10px;
		justify-content: space-between;
	}

	.nav-toggle { display: flex; }

	/* Overlay de fondo al abrir el menú */
	body.nav-open::before {
		content: '';
		position: fixed;
		inset: 64px 0 0 0;
		background: rgba(6,18,42,.55);
		z-index: 998;
		backdrop-filter: blur(2px);
		-webkit-backdrop-filter: blur(2px);
	}

	/* Panel completo */
	.main-nav {
		display: none;
		position: fixed;
		top: 64px;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		padding: 16px 16px 32px;
		overflow-y: auto;
		z-index: 999;
		border-top: 1px solid #f1f5f9;
	}
	.main-nav.is-open {
		display: flex;
		animation: navSlideIn .22s ease forwards;
	}
	@keyframes navSlideIn {
		from { opacity: 0; transform: translateY(-6px); }
		to   { opacity: 1; transform: translateY(0); }
	}

	/* Lista principal */
	.main-nav ul {
		flex-direction: column;
		gap: 0;
		width: 100%;
	}

	/* Items nivel 1 */
	.main-nav > ul > li > a {
		color: var(--color-primario) !important;
		font-size: .98rem;
		font-weight: 600;
		padding: 14px 14px;
		border-radius: 10px;
		background: none !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.main-nav > ul > li > a:hover { background: #f8f9ff !important; }

	/* Separador entre items de nivel 1 */
	.main-nav > ul > li {
		border-bottom: 1px solid #f1f5f9;
	}
	.main-nav > ul > li:last-child { border-bottom: none; }

	.main-nav ul li a::after { display: none; }

	/* Sub-menú: 2 columnas, sin posición absoluta */
	.main-nav ul ul {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		position: static;
		box-shadow: none;
		border: none;
		border-radius: 12px;
		background: #f8f9ff;
		margin: 0 0 12px 0;
		padding: 8px;
		min-width: unset;
		gap: 2px;
	}

	/* Labels y separadores ocupan fila completa */
	.main-nav .sub-menu-label,
	.main-nav .sub-menu-divider {
		grid-column: 1 / -1;
	}
	.main-nav .sub-menu-label {
		padding: 6px 8px 2px;
		font-size: .65rem;
	}
	.main-nav .sub-menu-divider { margin: 4px 4px; }

	.main-nav ul ul li a {
		font-size: .84rem;
		color: #374151 !important;
		padding: 9px 10px;
		border-radius: 8px;
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.main-nav ul ul li a:hover {
		background: #e8eaf8 !important;
		color: var(--color-primario) !important;
	}

	/* CTA al fondo del panel */
	.nav-mobile-cta {
		display: block;
		margin-top: auto;
		padding-top: 20px;
	}
	.nav-mobile-cta a {
		display: flex;
		justify-content: center;
		width: 100%;
		background: var(--color-acento);
		color: #1a1a1a;
		font-weight: 700;
		font-size: .95rem;
		padding: 15px 24px;
		border-radius: 12px;
		text-decoration: none;
		transition: background .2s, transform .2s;
		box-shadow: 0 4px 16px rgba(232,160,32,.35);
	}
	.nav-mobile-cta a:visited { color: #1a1a1a; }
	.nav-mobile-cta a:hover   { background: #f0a800; transform: translateY(-1px); }

	.wa-label { display: none; }
	.cta-btn  { padding: 9px 14px; font-size: .83rem; }

	/* Bloquea scroll sin saltar al top (fix iOS Safari) */
	body.nav-open {
		overflow: hidden;
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
	}
}

@media (max-width: 480px) {
	.wa-btn  { display: none; }
	.cta-btn { font-size: .8rem; padding: 8px 12px; }
}


/* ============================================================
   PÁGINA DE INICIO — estilos actualizados
   ============================================================ */

/* Section header común */
.section-header {
	text-align: center;
	margin-bottom: 56px;
}
.section-label {
	display: inline-block;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--color-acento);
	background: rgba(232,160,32,.12);
	padding: 4px 14px;
	border-radius: 999px;
	margin-bottom: 14px;
}

/* Hero badge */
.hero-badge {
	display: inline-block;
	font-size: .8rem;
	font-weight: 600;
	color: rgba(255,255,255,.8);
	border: 1px solid rgba(255,255,255,.3);
	padding: 5px 16px;
	border-radius: 999px;
	margin-bottom: 24px;
	letter-spacing: .04em;
}
.hero-highlight { color: var(--color-acento); }

.btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255,255,255,.12);
	color: var(--color-blanco);
	border: 1px solid rgba(255,255,255,.3);
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
	transition: background .2s, border-color .2s;
}
.btn-ghost:hover {
	background: rgba(255,255,255,.2);
	border-color: rgba(255,255,255,.5);
}

.hero-stats {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid rgba(255,255,255,.15);
}
.hero-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 40px;
}
.hero-stat strong {
	font-size: 2rem;
	font-weight: 900;
	color: var(--color-acento);
	line-height: 1;
}
.hero-stat span {
	font-size: .8rem;
	color: rgba(255,255,255,.65);
	margin-top: 4px;
}
.hero-stat-sep {
	width: 1px;
	height: 40px;
	background: rgba(255,255,255,.2);
}

/* TURISMO */
.turismo-section { padding: 96px 0; background: #f8faff; }
.turismo-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.turismo-card {
	background: var(--color-blanco);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0,0,0,.06);
	border: 1px solid #eef0f6;
	transition: box-shadow .3s, transform .3s;
	display: flex;
	flex-direction: column;
}
.turismo-card:hover {
	box-shadow: 0 12px 48px rgba(26,58,107,.12);
	transform: translateY(-4px);
}
.turismo-card-img {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.5rem;
}
.turismo-card--agencia .turismo-card-img    { background: linear-gradient(135deg,#e8f4f8,#d4eaf5); }
.turismo-card--hotel .turismo-card-img      { background: linear-gradient(135deg,#fef3e8,#fde8c8); }
.turismo-card--restaurante .turismo-card-img{ background: linear-gradient(135deg,#f0fdf4,#dcfce7); }
.turismo-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.turismo-tag {
	display: inline-block;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--color-primario);
	margin-bottom: 10px;
	opacity: .6;
}
.turismo-card-body h3 { font-size: 1.15rem; color: var(--color-primario); margin-bottom: 12px; line-height: 1.35; }
.turismo-card-body p  { font-size: .92rem; color: #5a6477; line-height: 1.65; margin-bottom: 20px; }
.turismo-features { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.turismo-features li {
	font-size: .85rem;
	color: #4a5568;
	padding: 6px 0 6px 20px;
	border-bottom: 1px solid #f1f3f8;
	position: relative;
}
.turismo-features li::before { content: "✓"; position: absolute; left: 0; color: var(--color-acento); font-weight: 700; }
.turismo-cta {
	display: inline-block;
	color: var(--color-primario);
	font-weight: 700;
	font-size: .9rem;
	text-decoration: none;
	border-top: 2px solid var(--color-acento);
	padding-top: 16px;
	transition: color .2s;
	margin-top: auto;
}
.turismo-cta:hover { color: var(--color-acento); }

/* OTROS SECTORES */
.otros-section { padding: 96px 0; background: var(--color-blanco); }
.otros-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.otro-card {
	padding: 28px;
	border: 1px solid #e8ecf4;
	border-radius: 16px;
	transition: border-color .2s, box-shadow .2s, transform .2s;
}
.otro-card:hover {
	border-color: var(--color-acento);
	box-shadow: 0 4px 24px rgba(232,160,32,.12);
	transform: translateY(-2px);
}
.otro-icon { font-size: 2rem; display: block; margin-bottom: 12px; }
.otro-card h3 { font-size: 1rem; color: var(--color-primario); margin-bottom: 8px; }
.otro-card p  { font-size: .87rem; color: #6b7280; line-height: 1.6; margin-bottom: 14px; }
.otro-link { font-size: .85rem; font-weight: 700; color: var(--color-acento); text-decoration: none; }
.otro-link:hover { text-decoration: underline; }

/* POR QUÉ */
.porque-section { padding: 96px 0; background: var(--color-primario); }
.porque-section .section-title { color: var(--color-blanco); }
.porque-section .section-label { background: rgba(255,255,255,.12); color: rgba(255,255,255,.8); }
.porque-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; }
.porque-numero { font-size: 2.8rem; font-weight: 900; color: var(--color-acento); display: block; line-height: 1; margin-bottom: 14px; opacity: .5; }
.porque-item h3 { color: var(--color-blanco); font-size: 1rem; margin-bottom: 10px; }
.porque-item p  { color: rgba(255,255,255,.65); font-size: .9rem; line-height: 1.65; }

/* CONTACTO */
.contacto-section { padding: 96px 0; background: #f8faff; }
.contacto-inner { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start; }
.contacto-info .section-label { margin-bottom: 12px; }
.contacto-info h2 { color: var(--color-primario); font-size: 2rem; margin-bottom: 16px; line-height: 1.25; }
.contacto-info p  { color: #6b7280; line-height: 1.7; margin-bottom: 28px; }
.contacto-info .btn-whatsapp { margin-bottom: 28px; }
.contacto-datos { list-style: none; padding: 0; margin: 0; }
.contacto-datos li { font-size: .9rem; color: #6b7280; margin-bottom: 6px; }
.contacto-datos a  { color: var(--color-primario); font-weight: 600; text-decoration: none; }

/* Form fallback */
.form-simple { background: var(--color-blanco); border-radius: 20px; padding: 36px; box-shadow: 0 4px 32px rgba(0,0,0,.08); border: 1px solid #eef0f6; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: .85rem; font-weight: 600; color: var(--color-primario); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1.5px solid #e5e7eb;
	border-radius: 10px;
	font-size: .95rem;
	color: var(--color-texto);
	background: #fafafa;
	transition: border-color .2s;
	font-family: inherit;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--color-primario); background: var(--color-blanco); }
.form-group textarea { resize: vertical; min-height: 120px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
	.turismo-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
	.turismo-card { flex-direction: row; }
	.turismo-card-img { width: 100px; height: auto; flex-shrink: 0; font-size: 2.5rem; }
	.porque-grid { grid-template-columns: 1fr 1fr; gap: 40px 32px; }
}
@media (max-width: 768px) {
	.turismo-section,.otros-section,.porque-section,.contacto-section { padding: 64px 0; }
	.turismo-grid { max-width: 100%; }
	.turismo-card { flex-direction: column; }
	.turismo-card-img { height: 90px; width: 100%; }
	.otros-grid { grid-template-columns: 1fr 1fr; }
	.porque-grid { grid-template-columns: 1fr; gap: 32px; }
	.contacto-inner { grid-template-columns: 1fr; gap: 40px; }
	.hero-stats { flex-wrap: wrap; gap: 16px; }
	.hero-stat-sep { display: none; }
	.hero-stat { padding: 0 20px; }
}
@media (max-width: 480px) {
	.otros-grid { grid-template-columns: 1fr; }
	.form-simple { padding: 24px 20px; }
}
