/*!
Theme Name: jose-cuervo-promo
Theme URI: http://underscores.me/
Author: Robe
Author URI: https://www.informagestudios.com/
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: jose-cuervo-promo
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.

jose-cuervo-promo 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

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

/*--------------------------------------------------------------
# Font-face
--------------------------------------------------------------*/
@font-face {
	font-family: 'Hackney';
	src: url('fonts/HackneyPersonalUseOnly.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('fonts/ApercuProRegular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('fonts/ApercuProBold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/*--------------------------------------------------------------
# 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: var(--font-body);
	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: var(--color-dark);
}

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

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
	/* Colors */
	--color-orange: #D85E31;
	--color-dark: #20264B;
	--color-yellow: #FCC310;
	--color-white: #ffffff;

	/* Fonts */
	--font-heading: 'Hackney', sans-serif;
	--font-body: 'Apercu Pro', sans-serif;

	/* Grid — Desktop: 1728px / 12 col / 24px gutter / 80px margin */
	/* Grid — Mobile: 430px / 30px margin */
	--viewport-desktop: 1728px;
	--viewport-mobile: 430px;
	--grid-columns: 12;
	--grid-gutter: 24px;
	--grid-margin-desktop: 80px;
	--grid-margin-mobile: 30px;
	--container-width: 1568px;
	/* 1728 - (80 * 2) */
}

/*--------------------------------------------------------------
# Typography Classes
--------------------------------------------------------------*/
/* Fluid font-size using clamp() — scales between 430px and 1728px viewports */

/* H1 — Hackney 168px (desktop) → 74px (mobile) */
.typo-h1 {
	font-family: var(--font-heading);
	font-size: clamp(74px, 42.86px + 7.24vw, 168px);
	line-height: 76%;
	letter-spacing: 0;
	text-transform: uppercase;
}

/* H2 — Hackney 100px (desktop) → 44px (mobile) */
.typo-h2 {
	font-family: var(--font-heading);
	font-size: clamp(44px, 25.45px + 4.31vw, 100px);
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
}

/* H3 — Hackney 76px (desktop) → 44px (mobile) */
.typo-h3 {
	font-family: var(--font-heading);
	font-size: clamp(44px, 33.40px + 2.47vw, 76px);
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
}

/* H4 — Hackney 38px (desktop) → 32px (mobile) */
.typo-h4 {
	font-family: var(--font-heading);
	font-size: clamp(32px, 30.01px + 0.46vw, 38px);
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
}


/* BTN — Hackney 48px (desktop) → 38px (mobile) */
.typo-btn {
	font-family: var(--font-heading);
	font-size: clamp(38px, 34.69px + 0.77vw, 48px);
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
	border-radius: 100px;
}

/* P popup — Hackney 32px (desktop) → 38px (mobile) */
.typo-popup {
	font-family: var(--font-heading);
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
}

/* Menu — Hackney 24px (desktop) → 32px (mobile) */
.typo-menu {
	font-family: var(--font-heading);
	font-size: clamp(24px, 34.65px - 0.62vw, 32px);
	line-height: 100%;
	letter-spacing: 0;
}

/* P — Apercu Pro Bold 32px (desktop) → 18px (mobile) */
.typo-p {
	font-family: var(--font-body);
	font-size: clamp(18px, 13.36px + 1.08vw, 32px);
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0;
}

/* P-2 — Apercu Pro Regular 28px (desktop) → 22px (mobile) */
.typo-p2 {
	font-family: var(--font-body);
	font-size: clamp(22px, 20.01px + 0.46vw, 28px);
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0;
}

small.typo-p2 {
	font-family: var(--font-body);
	font-size: clamp(14px, 20.01px + 0.46vw, 20px);
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0;
}

/* P-2 Alert — Apercu Pro Bold 22px (desktop) → 18px (mobile) */
.typo-alert {
	font-family: var(--font-body);
	font-size: clamp(18px, 16.67px + 0.31vw, 22px);
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0;
}

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

/*--------------------------------------------------------------
# Age Gate
--------------------------------------------------------------*/
.age-gate {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-dark);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.age-gate__content {
	max-width: 600px;
	padding: 40px;
}

.age-gate__logo {
	margin-bottom: 40px;
}

.age-gate__logo img {
	height: 80px;
	width: auto;
}

.age-gate__title {
	font-family: var(--font-heading);
	font-size: 48px;
	color: var(--color-white);
	text-transform: uppercase;
	margin: 0 0 40px;
	line-height: 1.1;
}

.age-gate__btn {
	display: inline-block;
	background-color: var(--color-yellow);
	color: var(--color-dark);
	font-family: var(--font-heading);
	font-size: 28px;
	text-transform: uppercase;
	border: none;
	padding: 20px 80px;
	cursor: pointer;
	margin-bottom: 40px;
	transition: opacity 0.2s;
}

.age-gate__btn:hover {
	opacity: 0.9;
}

.age-gate__legal {
	font-family: var(--font-body);
	font-size: 14px;
	color: var(--color-white);
	line-height: 1.6;
	opacity: 0.8;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.age-gate__content {
		padding: 20px;
	}

	.age-gate__title {
		font-size: 32px;
	}

	.age-gate__btn {
		font-size: 22px;
		padding: 16px 60px;
	}

	.age-gate__legal {
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
# Código Popup
--------------------------------------------------------------*/
.codigo-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
	display: flex;
	align-items: center;
	justify-content: center;
}

.codigo-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.codigo-popup__content {
	position: relative;
	background-color: var(--color-orange);
	border-radius: 20px;
	padding: 40px 40px 0;
	max-width: 420px;
	width: 90%;
	text-align: center;
	overflow: hidden;
}

.codigo-popup__close {
	position: absolute;
	top: 12px;
	right: 16px;
	background: none;
	border: none;
	color: var(--color-white);
	font-size: 32px;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	transition: opacity 0.2s;
}

.codigo-popup__close:hover {
	opacity: 0.7;
}

.codigo-popup__title {
	font-family: var(--font-heading);
	font-size: 32px;
	color: var(--color-white);
	text-transform: uppercase;
	margin: 0 0 12px;
	line-height: 1.1;
}

.codigo-popup__text {
	font-family: var(--font-body);
	font-size: 15px;
	color: var(--color-white);
	line-height: 1.5;
	margin: 0 0 24px;
}

.codigo-popup__image img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.codigo-popup__content {
		padding: 32px 24px 0;
		max-width: 340px;
	}

	.codigo-popup__title {
		font-size: 24px;
	}

	.codigo-popup__text {
		font-size: 13px;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	background-color: var(--color-yellow);
	position: sticky;
	top: 0;
	z-index: 100;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 16px 40px;
}

.site-header__logo img {
	display: block;
	height: 70px;
	width: auto;
}

.site-header__nav {
	display: flex;
	align-items: center;
}

.site-header__menu {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 32px;
}

.site-header__menu a {
	color: var(--color-dark);
	text-decoration: none;
	transition: opacity 0.2s;
}

.site-header__menu a:hover,
.site-header__menu a:focus {
	opacity: 0.7;
}

.site-header__menu a:visited {
	color: var(--color-dark);
}

.site-header__btn {
	display: inline-block;
	background-color: var(--color-orange);
	color: #fff !important;
	padding: 10px 32px;
	transition: opacity 0.2s;
}

.site-header__btn:visited {
	color: #fff !important;
}

.site-header__btn:hover,
.site-header__btn:focus {
	opacity: 0.85;
}

.site-header__menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	flex-direction: column;
	gap: 5px;
}

.site-header__menu-toggle span {
	display: block;
	width: 24px;
	height: 3px;
	background-color: var(--color-dark);
	border-radius: 2px;
	transition: transform 0.3s, opacity 0.3s;
}

.site-header__banda {
	background-image: url(https://disfrutaconcuervo.es/wp-content/uploads/2026/02/banda-tile.svg);
	background-repeat: repeat;
	background-size: unset;
	height: 30px;
}

/* Header responsive */
@media screen and (max-width: 768px) {
	.site-header__inner {
		padding: 12px 20px;
	}

	.site-header__logo img {
		height: 50px;
	}

	.site-header__menu-toggle {
		display: flex;
		z-index: 10000;
		position: relative;
	}

	.site-header__menu {
		display: none;
		position: fixed;
		top: 103px;
		left: 0;
		width: 100%;
		height: auto;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: var(--color-yellow);
		padding: 20px;
		gap: 24px;
		z-index: 9999;
	}

	.site-header__menu.is-open {
		display: flex;
	}

	.site-header__nav {
		position: relative;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: var(--color-dark);
	color: var(--color-white);
	padding: 50px 40px 60px;
}

.site-footer__inner {
	max-width: var(--container-width);
	margin: 0 auto;
	text-align: center;
}

.site-footer__social {
	margin-bottom: 30px;
}

.site-footer__social a {
	display: inline-block;
	transition: opacity 0.2s;
}

.site-footer__social a:hover {
	opacity: 0.7;
}

.site-footer__claim {
	color: var(--color-white);
	margin: 0 0 24px;
}

.site-footer__legal {
	color: var(--color-white);
	margin: 0 0 40px;
	opacity: 0.85;
}

.site-footer__legal a {
	color: var(--color-white);
	text-decoration: underline;
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0;
}

.site-footer__legal a:hover {
	opacity: 0.7;
}

.site-footer__legal a:visited {
	color: var(--color-white);
}

.site-footer__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.site-footer__nav a {
	color: var(--color-white);
	text-decoration: none;
	transition: opacity 0.2s;
}

.site-footer__nav a:hover {
	opacity: 0.7;
}

.site-footer__nav a:visited {
	color: var(--color-white);
}

@media screen and (max-width: 768px) {
	.site-footer {
		padding: 40px 20px 50px;
	}
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
	position: relative;
	background-image:
		linear-gradient(rgba(32, 38, 75, 0.4), rgba(32, 38, 75, 0.4)),
		url('/wp-content/uploads/2026/02/fondo-hero.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 40px 50px;
	text-align: center;
	overflow: hidden;
}

.hero__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: var(--container-width);
	margin: 0 auto;
	gap: 0;
}

.hero__inner > div {
	flex: 1;
}

.hero__botellas {
	flex-shrink: 0;
}

.hero__botellas img {
	display: block;
}

.hero__sello {
	flex-shrink: 0;
	z-index: 1;
}

.hero__sello--show-mobile {
	display: none;
}

.hero__tu-casa--show-desktop {
	display: block;
}

.hero__text {
	flex-shrink: 0;
}

.hero__title {
	color: var(--color-white);
	margin: 0;
	text-align: left;
}

.hero__subtitle {
	color: var(--color-white);
	margin: 20px 0 30px;
}

.hero__cta {
	text-align: center;
}

.hero__btn {
	display: inline-block;
	background-color: var(--color-yellow);
	color: var(--color-dark);
	text-decoration: none;
	padding: 14px 40px;
	transition: opacity 0.2s;
}

.hero__btn:hover {
	opacity: 0.9;
}

.hero__btn:visited {
	color: var(--color-dark);
}

.hero__promo-finalizada {
	max-width: 741px;
	margin: 0 auto;
	background-color: var(--color-yellow);
	text-align: center;
	padding: 40px 30px;
	border-radius: 30px;
}

.hero__promo-finalizada-title {
	color: var(--color-dark);
	margin: 0 0 10px;
}

.hero__promo-finalizada-thanks {
	color: var(--color-dark);
	margin: 0 0 20px;
}

.hero__promo-finalizada-fecha {
	background-color: var(--color-white);
	padding: 20px;
	border-radius: 100px;
}

.hero__promo-finalizada-fecha .typo-btn {
	color: var(--color-dark);
}

@media (max-width: 1360px) {
	.hero__inner {
		gap: 40px;
	}
}
@media screen and (max-width: 768px) {
	.hero {
		padding: 40px 20px 40px;
	}

	.hero__inner {
		flex-direction: column;
	}

	.hero__botellas img {
		max-height: 240px;
	}

	.hero__sello {
		display: flex;
		gap: 20px;
	}

	.hero__sello img {
		max-height: 170px;
	}

	.hero__tu-casa--show-desktop {
		display: none;
	}

	.hero__sello--show-mobile {
		display: block;
	}
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
	background-color: var(--color-dark);
	text-align: center;
}

.banner__inner {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 100px 20px;
}

.banner__title {
	color: var(--color-white);
	margin: 0 0 12px;
}

.banner__subtitle {
	color: var(--color-white);
	margin: 0;
	text-transform: uppercase;
	margin-top: 30px;
}

.banner__banda {
	background-image: url(https://disfrutaconcuervo.es/wp-content/uploads/2026/02/banda-tile.svg);
	background-repeat: repeat;
	background-size: unset;
	height: 30px;
}

@media screen and (max-width: 768px) {
	.banner__inner {
		padding: 40px 20px;
	}
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.cards__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.cards__item {
	padding: 60px 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cards__item--1 {
	background-color: #A5D0C4;
}

.cards__item--2 {
	background-color: #B63B47;
}

.cards__item--3 {
	background-color: #D56743;
}

.cards__image {
	margin-bottom: 20px;
}

.cards__image img {
	width: 100%;
	height: auto;
	max-height: 500px;
	display: block;
}

.cards__number {
	color: var(--color-white);
	margin-bottom: 16px;
}

.cards__text {
	color: var(--color-white);
	margin: 0 0 50px;
}

.cards__link {
	font-family: var(--font-body);
	font-size: clamp(22px, 20.01px + 0.46vw, 28px);
	color: var(--color-yellow);
	text-decoration: none;
	transition: opacity 0.2s;
}

.cards__link:hover {
	opacity: 0.8;
	color: var(--color-yellow);
}

.cards__link:visited {
	color: var(--color-yellow);
}

.cards__note {
	font-family: var(--font-body);
	font-size: 13px;
	color: var(--color-white);
	margin: 0;
	opacity: 0.85;
	font-style: italic;
}

@media screen and (max-width: 1600px) {
	.cards__image {
		height: 500px;
	}
}

@media screen and (max-width: 1299px) {
	.cards__image {
		height: 390px;
	}
}

@media screen and (max-width: 991px) {
	.cards__image {
		height: auto;
	}

	.cards__image img {
		height: 215px;
		object-fit: contain;
	}
}

@media screen and (max-width: 768px) {
	.cards__inner {
		grid-template-columns: 1fr;
	}

	.cards__image img {
		height: auto;
		object-fit: unset;
	}
}

/*--------------------------------------------------------------
# Banner 2
--------------------------------------------------------------*/
.banner2 {
	background-color: var(--color-yellow);
	padding: 60px 40px;
}

.banner2__inner {
	max-width: var(--container-width);
	margin: 0 auto;
	text-align: center;
}

.banner2__box {
	background-color: var(--color-dark);
	border-radius: 12px;
	padding: 36px 48px;
	margin-bottom: 40px;
}

.banner2__title {
	color: var(--color-white);
	margin: 0 0 16px;
}

.banner2__subtitle {
	color: var(--color-white);
	margin: 0;
}

.banner2__subtitle a {
	color: var(--color-white);
	text-decoration: underline;
	font-weight: 700;
}

.banner2__subtitle a:hover {
	opacity: 0.8;
}

.banner2__subtitle a:visited {
	color: var(--color-white);
}

.banner2__btn {
	display: inline-block;
	background-color: var(--color-white);
	color: var(--color-dark);
	text-decoration: none;
	padding: 16px 48px;
	transition: opacity 0.2s;
}

.banner2__btn:hover {
	opacity: 0.9;
}

.banner2__btn:visited {
	color: var(--color-dark);
}

@media screen and (max-width: 768px) {
	.banner2 {
		padding: 40px 20px;
	}

	.banner2__box {
		padding: 24px 20px;
	}

	.banner2__btn {
		padding: 14px 36px;
	}
}

/*--------------------------------------------------------------
# Section Form
--------------------------------------------------------------*/
.section-form {
	position: relative;
	background-image:
		linear-gradient(rgba(32, 38, 75, 0.4), rgba(32, 38, 75, 0.4)),
		url('/wp-content/uploads/2026/02/fondo-hero.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 40px;
}

.section-form__inner {
	max-width: var(--container-width);
	margin: 0 auto;
}

.section-form__title {
	color: var(--color-white);
	text-align: center;
	margin: 0 0 8px;
}

.section-form__subtitle {
	color: var(--color-white);
	text-align: center;
	margin: 0 0 40px;
}

/* Form overrides inside section */
.section-form .jose-cuervo-form-wrapper {
	max-width: 100%;
	padding: 0;
}

.section-form .jose-cuervo-form {
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.section-form .form-group label {
	color: var(--color-white);
	margin: 25px 30px 15px;
	font-family: var(--font-heading);
	font-size: clamp(32px, 30.01px + 0.46vw, 38px);
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
}

.section-form .form-group label .donde-esta {
	color: var(--color-yellow);
	text-decoration: none;
	transition: opacity 0.2s;
}

.section-form .form-group label .donde-esta:hover {
	opacity: 0.8;
	color: var(--color-yellow);
}

.section-form .form-group .required {
	color: var(--color-white);
}

.section-form .form-group input[type="text"],
.section-form .form-group input[type="email"],
.section-form .form-group input[type="tel"],
.section-form .form-group input[type="number"],
.section-form .form-group input[type="date"],
.section-form .form-group input[type="time"],
.section-form .form-group select {
	border: none;
	padding: 14px 20px;
	font-family: var(--font-heading);
	font-size: 30px;
	background: var(--color-white);
	color: from var(--color-dark);
	border-radius: 100px;
}

.section-form .form-group input::placeholder,
.section-form .form-group select::placeholder {
	color: rgb(from var(--color-dark) r g b / 0.2);
	opacity: 1;
}

.section-form .form-group input[type="text"]:focus,
.section-form .form-group input[type="email"]:focus,
.section-form .form-group input[type="tel"]:focus,
.section-form .form-group input[type="number"]:focus,
.section-form .form-group input[type="date"]:focus,
.section-form .form-group input[type="time"]:focus,
.section-form .form-group select:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(252, 195, 16, 0.3);
	border-color: transparent;
}

.section-form .form-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
}

.section-form .form-group input[type="file"] {
	border: none;
	border-radius: 100px;
	padding: 10px 20px;
	background: var(--color-white);
	cursor: pointer;
}

.section-form .form-help {
	font-family: var(--font-heading);
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--color-white);
}

.section-form .checkbox-group label {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 0;
	flex-wrap: wrap;
}

.section-form .checkbox-group input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	margin-right: 20px;
	margin-top: 3px;
	cursor: pointer;
	width: 68px;
	height: 68px;
	border: 2px solid #ccc;
	border-radius: 8px; /* Tu border-radius aquí */
	background-color: white;
	position: relative;
	transition: all 0.3s ease;
}

.section-form .checkbox-group label > span {
	width: calc(100% - 80px);
	flex: 1;
}

/* Estado checked */
.section-form .checkbox-group input[type="checkbox"]:checked {
	background-color: var(--color-yellow);
	border-color: var(--color-yellow);
}

/* Marca de check */
.section-form .checkbox-group input[type="checkbox"]:checked::after {
	content: '✓';
	position: absolute;
	color: var(--color-dark);
	font-size: 48px;
	font-weight: bold;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-form .checkbox-group a {
	color: var(--color-yellow);
	text-decoration: none;
}

.section-form .form-submit-button {
	background: var(--color-yellow);
	color: var(--color-dark);
	font-family: var(--font-heading);
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 100px;
	padding: 16px 48px;
	max-width: 280px;
	letter-spacing: 0.5px;
}

.section-form .form-submit-button:hover {
	opacity: 0.9;
	transform: none;
	box-shadow: none;
}

.section-form .form-required-note {
	color: var(--color-white);
}

.section-form .error-message {
	color: #ff6b6b;
}

.section-form .form-group.has-error input,
.section-form .form-group.has-error select {
	box-shadow: 0 0 0 2px #ff6b6b;
}

.cuenta_bancaria-note {
	color: var(--color-white);
	padding: 15px;
}

@media screen and (max-width: 768px) {
	.section-form {
		padding: 40px 20px;
	}
}

@media (max-width: 1360px) {
	.form-row {
		flex-direction: column;
		gap: 0;
	}
}

/* Wrapper del formulario CF7 */
.wpcf7 {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 20px;
}

.wpcf7-form {
	background: transparent;
	padding: 0;
}

/* Form rows */
.wpcf7-form .form-row {
	margin-bottom: 20px;
}

/* Labels */
.wpcf7-form .form-group label {
	color: var(--color-white);
	margin: 25px 30px 15px;
	font-family: var(--font-heading);
	font-size: clamp(32px, 30.01px + 0.46vw, 38px);
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
	display: block;
}

.wpcf7-form .form-group .required {
	color: var(--color-white);
}

/* Input fields */
.wpcf7-form .wpcf7-form-control.wpcf7-text,
.wpcf7-form .wpcf7-form-control.wpcf7-email,
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	border: none;
	padding: 14px 20px;
	font-family: var(--font-heading);
	font-size: clamp(32px, 30.01px + 0.46vw, 38px);
	background: var(--color-white);
	color: var(--color-dark);
	border-radius: 100px;
	width: 100%;
	box-sizing: border-box;
}

/* Textarea específico */
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	border-radius: 30px;
	min-height: 150px;
	resize: vertical;
	padding: 20px;
}

/* Placeholders */
.wpcf7-form .wpcf7-form-control::placeholder {
	color: rgb(from var(--color-dark) r g b / 0.2);
	opacity: 1;
}

/* Focus states */
.wpcf7-form .wpcf7-form-control:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(252, 195, 16, 0.3);
	border-color: transparent;
}

/* Checkboxes */
.wpcf7-form .checkbox-group label {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 0;
}

.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"],
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	margin-right: 20px;
	margin-top: 3px;
	cursor: pointer;
	width: 68px;
	height: 68px;
	min-width: 68px;
	border: 2px solid #ccc;
	border-radius: 8px;
	background-color: white;
	position: relative;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

/* Checkbox checked */
.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked,
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked {
	background-color: var(--color-yellow);
	border-color: var(--color-yellow);
}

/* Check mark */
.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked::after,
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked::after {
	content: '✓';
	position: absolute;
	color: var(--color-dark);
	font-size: 48px;
	font-weight: bold;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wpcf7-form .checkbox-group span {
	font-family: var(--font-heading);
	font-size: clamp(32px, 30.01px + 0.46vw, 38px);
	line-height: 120%;
	color: var(--color-white);
	align-items: center;
}

.wpcf7-form .checkbox-group a {
	color: var(--color-yellow);
	text-decoration: none;
}

.wpcf7-form .checkbox-group a:hover {
	opacity: 0.8;
}

/* Submit button */
.wpcf7-form .wpcf7-submit {
	background: var(--color-yellow);
	color: var(--color-dark);
	font-family: var(--font-heading);
	font-size: clamp(38px, 34.69px + 0.77vw, 48px);
	text-transform: uppercase;
	border-radius: 100px;
	padding: 16px 48px;
	max-width: 280px;
	letter-spacing: 0.5px;
	border: none;
	cursor: pointer;
	transition: opacity 0.3s;
}

.wpcf7-form .wpcf7-submit:hover {
	opacity: 0.9;
}

/* Mensajes de validación CF7 */
.wpcf7-form .wpcf7-not-valid-tip {
	color: #ff6b6b;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}

.wpcf7-form .wpcf7-response-output {
	margin: 20px 0;
	padding: 15px 20px;
	border-radius: 100px;
	font-family: var(--font-heading);
	font-size: 16px;
}

.wpcf7-form .form-required-note {
	color: var(--color-white);
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	background: rgba(255, 107, 107, 0.1);
	border: 2px solid #ff6b6b;
	color: #ff6b6b;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	background: rgba(76, 175, 80, 0.1);
	border: 2px solid #4CAF50;
	color: #4CAF50;
}

.wpcf7 form .wpcf7-response-output {
	color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(32px, 30.01px + 0.46vw, 38px);
}

/* Spinner de carga CF7 */
.wpcf7-form .wpcf7-spinner {
	display: inline-block;
	margin-left: 10px;
}

/* Responsive */
@media screen and (max-width: 768px) {
	.wpcf7-form .form-group label {
		font-size: 28px;
		margin: 20px 15px 10px;
	}

	.wpcf7-form .wpcf7-form-control.wpcf7-text,
	.wpcf7-form .wpcf7-form-control.wpcf7-email,
	.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
		font-size: 24px;
		padding: 12px 18px;
	}

	.wpcf7-form .checkbox-group span {
		font-size: 24px;
	}

	.wpcf7-form .wpcf7-checkbox input[type="checkbox"],
	.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
		width: 50px;
		height: 50px;
		min-width: 50px;
	}

	.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked::after,
	.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked::after {
		font-size: 36px;
	}
}

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

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

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

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

.two-columns {
	display: flex;
	gap: 25px;
}

.two-columns > div {
	flex: 1;
}

#post-36 h1 {
	margin-bottom: 15px;
}

.page-id-3 .entry-content, 
.page-id-31 .entry-content,
.page-id-33 .entry-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 20px;
    color: var(--color-white) !important;
}
