/*!
Theme Name: elconde
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: elconde
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.

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

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

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


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

/* ANIMACIÓN ENTRADA */

.not-in-view {
	opacity: 0;
	/* transform: translateY(200px); */
	transition: opacity 3s ease, transform 1.5s ease;
}

.in-view {
	opacity: 1;
	/* transform: translateY(0); */
	transition: opacity 3s ease, transform 1.5s ease;
}

.not-in-view-left {
	opacity: 0;
	transform: translateX(-500px);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.in-view-left {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.not-in-view-right {
	opacity: 0;
	transform: translateX(500px);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.in-view-right {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.not-in-view-bottom {
	opacity: 0;
	transform: translateY(150px);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.in-view-bottom {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.not-in-view-top {
	opacity: 0;
	transform: translateY(-100px);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.in-view-top {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

/* LENIS SCROLL */

html.lenis,
html.lenis body {
	height: auto;
	width: 100%;
	overflow-x: hidden;
	font-family: var(--texto);

	/* @media (max-width:768px) {
		width: 100.7%;
	} */
}

body.page-template.page-template-page-carta-bebidas.page-template-page-carta-bebidas-php.page.page-id-15.logged-in.admin-bar.customize-support.loaded {
	overflow-x: visible;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

/* BACK TO TOP BUTTON */

#backToTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	/* Ajusta la posición */
	right: 2vh;
	/* Ajusta la posición */
	z-index: 99;
	border: none;
	outline: none;
	background-color: var(--blanco);
	color: var(--negro);
	cursor: pointer;
	padding: 10px 16.33px;
	border-radius: 10px;
	font-size: 18px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	/* Sombra suave */
	transition: background-color 0.5s linear, color 0.5s linear, transform 0.5s ease;
	animation: slideUpAndGrow 0.6s ease forwards;
	/* Animación */
	opacity: 0;
	/* Oculto al principio */
}

#spotifyBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	/* Ajusta la posición */
	left: 2vh;
	/* Ajusta la posición */
	z-index: 99;
	border: none;
	outline: none;
	background-color: var(--blanco);
	cursor: pointer;
	padding: 10px;
	border-radius: 10px;
	/* Para hacerlo circular */
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	/* Sombra suave */
	transition: transform 0.5s ease-in-out;
	animation: slideUpAndGrow 1s ease forwards;
	/* Animación */
	opacity: 0;
	/* Oculto al principio */
}

@keyframes slideUpAndGrow {
	from {
		transform: translateY(50px) scale(0.8);
		/* Aparece desde abajo, más pequeño */
		opacity: 0;
		/* Oculto */
	}

	50% {
		transform: translateY(0) scale(1.55);
		/* Crece ligeramente al centro */
		opacity: 1;
		/* Visible */
	}

	to {
		transform: translateY(0) scale(1);
		/* Tamaño y posición finales */
		opacity: 1;
	}
}

#spotifyBtn img {
	width: 30px;
	/* Ajusta el tamaño del logo */
	height: 30px;
	border-radius: 50%;
	/* Hace el logo redondo */
}

#spotifyBtn:hover,
#backToTopBtn:hover {
	transform: scale(1.1);
	/* Amplía ligeramente el botón */
}



#backToTopBtn:hover {
	background-color: #a7a7a7;
	color: var(--negro);
}

@media screen and (max-width: 992px) {
	/* #backToTopBtn {
		bottom: 25px;
		right: 23vh;
	} */
}

@media (max-width:992px) {
	#page {
		width: 100%;
	}
}

/* ROOT */

:root {
	--negro: rgba(20, 20, 20, 1);
	--blanco: #fff;
	--beige: #FBF2EB;
	--gris: #949494;
	--titulo: "Playfair Display", serif;
	--texto: "Montserrat", sans-serif;
	--fondo: #141414;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
span::selection,
a::selection {
	background: rgba(231, 17, 2, 1);
}

/* SWIPPER */

.swiper {
	width: 600px;
	height: auto;
}

.swiper-slide {
	padding: 5px;
}

.flechas {
	display: flex;
	gap: 20px;
	color: var(--negro);
	padding-bottom: 50px;
}

.flecha-izquierda,
.flecha-derecha {
	transition: all 0.5s ease;
}

.flechas>span:hover {
	color: beige;
	background: var(--negro);
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

@media screen and (max-width:992px) {
	.flechas {
		display: flex;
		justify-content: center;
	}
}

.flechas span {
	font-size: 50px;
	border: 1px solid black;
	border-radius: 20px;
	padding: 5px 20px;
	min-height: 40px;
	max-height: 40px;
	display: flex;
	align-items: center;
	width: fit-content;
}

.flechas svg {
	font-size: 50px;
	width: 35px;
	height: 17px;
}

.flecha-izquierda svg {
	transform: rotate(180deg);
}

@media screen and (max-width:768px) {
	.flechas {
		text-align: center;
		/* margin-bottom: 20px; */
	}
}

/* OCULTAR PARA SEO */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}


/* SLIDERS #ESTILOCONDE */

.marquee-container {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	margin: 20px 0;
	/* Separación entre los dos sliders */
	background: transparent;
}

.marquee-left,
.marquee-right {
	display: inline-block;
	white-space: nowrap;
	/* Para asegurarse de que el contenido no se rompa en múltiples líneas */
}

.marquee-left {
	animation: marquee-left 200s linear infinite;
}

.marquee-right {
	animation: marquee-right 200s linear infinite;
}

.marquee span {
	display: inline-block;
	padding-right: 1em;
	font-size: 9rem;
	color: var(--blanco);
	font-family: var(--titulo);
}

@media (max-width:992px) {
	.marquee span {
		font-size: 3rem;
	}
}

@keyframes marquee-left {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@keyframes marquee-right {
	0% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(0);
	}
}

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


/* CLASES */

a.boton-blanco-subr {
	color: var(--blanco);
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--texto);
	transition: all 0.5s ease;
	border: solid 1px var(--blanco);
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 24px;
	display: inline-block;

	&:hover {
		color: var(--negro);
		background: var(--blanco);
		transform: scale(1.2);
	}

	@media (max-width:768px) {
		display: inline-block;
		width: 100%;
		text-align: center;

		&:hover {
			transform: none;
		}
	}

}

@keyframes flotar {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}

.flecha-bajar {
	display: flex;
	/* Alineación centrada */
	justify-content: center;
	/* Centrar horizontalmente */
	align-items: center;
	/* Centrar verticalmente */
	width: 50px;
	/* Tamaño del fondo (ajusta según necesites) */
	height: 50px;
	/* Tamaño del fondo (ajusta según necesites) */
	background-color: #ffffff;
	/* Fondo blanco */
	border-radius: 50%;
	/* Redondeado */
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	/* Sombra opcional */
	text-decoration: none;
	/* Elimina el subrayado del enlace */
	margin-top: 50px;
	transition: all 0.5s ease;

	&:hover {
		animation: flotar 1s infinite;
		-webkit-box-shadow: 0px 0px 105px 15px rgba(245, 245, 245, 0.9);
		-moz-box-shadow: 0px 0px 105px 15px rgba(245, 245, 245, 0.9);
		box-shadow: 0px 0px 105px 15px rgba(245, 245, 245, 0.9);
	}

	@media (max-width:768px) {
		display: none;
	}
}

.flecha-bajar img {
	width: 60%;
	/* Ajusta el tamaño de la imagen dentro del contenedor */
	height: auto;
}


.flecha-bajar-rojo {
	display: flex;
	/* Alineación centrada */
	justify-content: center;
	/* Centrar horizontalmente */
	align-items: center;
	/* Centrar verticalmente */
	width: 50px;
	/* Tamaño del fondo (ajusta según necesites) */
	height: 50px;
	/* Tamaño del fondo (ajusta según necesites) */
	background-color: #fff;
	/* Fondo blanco */
	border-radius: 50%;
	/* Redondeado */
	text-decoration: none;
	/* Elimina el subrayado del enlace */
	transition: all 0.5s ease;

	&:hover {
		animation: flotar 1s infinite;
		-webkit-box-shadow: 0px 0px 105px 30px rgba(229, 3, 2, 0.9);
		-moz-box-shadow: 0px 0px 105px 30px rgba(229, 3, 2, 0.9);
		box-shadow: 0px 0px 105px 30px rgba(229, 3, 2, 0.9);
		background-color: rgba(229, 3, 2);
	}

	@media (max-width:768px) {
		display: none;
	}
}

.flecha-bajar-rojo img {
	width: 60%;
	/* Ajusta el tamaño de la imagen dentro del contenedor */
	height: auto;
}

#gt_float_wrapper{
	bottom: 14px !important;
    right: 79px !important;
	border-radius:10px !important;
}

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

/* Estilo para el loader */
/* Estilo para el loader */
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--fondo);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 1;
	/* Inicialmente visible */
	transition: opacity 1s ease;
}

/* Animación del logo */
#loader img {
	width: 250px;
	height: 250px;

	@media (max-width:992px) {
		width: 150px;
		height: 150px;
	}

}



/* Ocultar el loader con efecto */
body.loaded #loader {
	opacity: 0;
	/* Difuminado */
	pointer-events: none;
	/* Evita interacción tras desaparecer */
}



/* ANIMACIONES */


.rotar {
	animation: giro 10s linear infinite;
}

@keyframes giro {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}




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



body {
	padding-right: 0 !important;
}


/* HEADER */

header#headerconde {
	width: 100%;
	position: fixed;
	display: flex;
	justify-content: space-between;
	z-index: 999;
	background: rgba(20, 20, 20, 0.5);
	transition: background 0.5s ease;
	/* backdrop-filter: blur(20px); */


	/* display: none; */

	/* @media (max-width:768px) {
		nav>div>a:nth-child(1) {
			display: none;
		}
	} */


	nav.navbar {
		width: 100%;

		a {
			font-family: var(--texto);
			text-decoration: none;
			font-size: 16px;
			text-transform: uppercase;
			color: var(--blanco);
			transition: color 0.5s ease, transform 0.5s ease;

			&:hover {
				color: var(--gris);
				transform: scale(1.2)
			}
		}

		a:nth-child(2):hover {
			transform: scale(1);
		}
	}

	nav.navbarOffCanvas {
		li {
			list-style: none;
			font-size: 100px;
			text-transform: uppercase;
			font-family: var(--titulo);
			font-weight: 300;
			color: var(--blanco);

			a.nav-link {
				color: var(--blanco);
				transition: all 0.3s ease;
				width: fit-content !important;

				&:hover {
					color: var(--gris) !important;
					transform: translateX(50px);

					@media (max-width:992px) {
						transform: none;

					}

				}

				@media (max-width:992px) {

					font-size: 40px;
				}

				@media (min-width:992.1px) and (max-width:1550px) {
					font-size: 80px;
				}
			}


			ul.dropdown-menu {
				background: var(--fondo);
				color: transparent;


				a {
					color: transparent;
					transition: color 0.1s ease;
					-webkit-text-stroke: var(--blanco) 1px;
					font-size: 36px;
					background: transparent;

					&:hover {
						color: var(--blanco);
					}
				}
			}
		}

		@media (max-width:992px) {
			padding-bottom: 100px;
		}
	}

	.offcanvas-backdrop.fade.show {
		opacity: 0.3 !important;
	}

	.offcanvas .btn-close {
		filter: invert(1) !important;
		/* Cambia la "X" a blanco */
		opacity: 1 !important;
		/* Asegúrate de que el color sea completamente opaco */
		margin-top: 30px;
	}

	/* Cambiar color de la "X" al pasar el cursor */
	.offcanvas .btn-close:hover {
		filter: invert(0.5) !important;
		/* Cambia el color al hacer hover (ajusta según prefieras) */
	}

	@media (max-width:992px) {
		.offcanvas .btn-close {
			margin-top: 30px;
		}
	}

	.offcanvas {
		width: 100%;
	}

	.offcanvas-body {
		width: 100%;
	}


	.offcanvas-body .menuNav {
		height: 100%;

		.navbarOffCanvas {
			height: 90%;
			display: flex;
			flex-direction: column;
			justify-content: space-around;
		}
	}

	#offcanvasExample2>div.offcanvas-body {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-bottom: 100px;

		.botonLlamarReserva {
			margin-top: 20px;
		}

		@media (max-width:992px) {

			.botonLlamarReserva {
				width: 86%
			}

			.botonLlamarReserva a {
				width: 100%;
			}
		}
	}

	#offcanvasExample2 {
		button.btn-close {
			margin-left: 0 !important;
			margin-right: auto;
		}
	}

	@media (max-width:768px) {

		#offcanvasExample2>div.offcanvas-body {
			display: flex;
			align-items: center;
			justify-content: center;
			z-index: 999;
		}

		a>img {
			position: relative;
			right: -42px;
			width: 50%;
		}

		/* a.nav-link,
		a.dropdown-item {
			text-align: center;
		} */

		ul.dropdown-menu.show {
			width: 100%;
		}
	}
}

header#headerconde.scrolled {
	background: rgba(20, 20, 20, 1);
}

.offcanvas {
	height: 100vh;
	background: rgba(0, 0, 0, 0.5) !important;
	backdrop-filter: blur(20px) !important;
}

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

/* HOME */


#home {
	background: var(--fondo);
	color: var(--blanco);
	font-family: var(--texto);
	position: Relative;

	.banner {

		.video-container {
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			height: 80vh;
			z-index: 1;
			overflow: hidden;
		}

		video.videobanner {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.video-container::after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0) 50%, var(--fondo) 100%);
			z-index: 5;
			pointer-events: none;
		}


		height: 80vh;
		padding-left:0;
		padding-right:0;

		.col-lg-12 {
			height: 100vh;
			display: flex;
			justify-content: center;
			align-items: end;

			a.flecha-bajar-rojo {
				margin-bottom: 100px;
			}
		}

	}

	.estiloconde {
		padding-bottom: 75px;
		padding-top: 50px;
		position: relative;
		background: url('assets/img/fondo-estiloconde.png') no-repeat center -22% / 69%;



		@media (min-width:992.1px) and (max-width:1600px) {
			background: url('assets/img/fondo-estiloconde.png') no-repeat center 36% / 69%;

			.col-lg-2 {
				img {
					position: relative;
					left: 97% !important;
					bottom: 48% !important;
				}
			}
		}

		.col-lg-12:nth-child(2) {
			img {
				position: relative;
				width: 12%;
			}

			img:nth-child(4) {
				right: 50px;
			}
		}

		.col-lg-2 {
			img {
				position: relative;
				left: 95%;
				bottom: 35%;
			}


			@media (max-width:992px) {
				img {
					display: none;
				}
			}
		}

		.col-lg-3 {

			img {
				position: relative;
				left: 108%;
				bottom: 41%;

			}
		}
	}

	.carta {
		padding: 100px 0;

		.row:nth-child(1) {
			padding-bottom: 100px;

			.col-lg-4 {
				border-top: 1px var(--blanco) solid;
				padding-top: 10px;
				padding-left: 0;
				text-transform: uppercase;

				span.s-title {
					font-size: 20px;
					font-family: var(--texto);
				}

				p.s-subtitle {
					font-size: 15px;
				}
			}
		}

		.row:nth-child(2) {
			video {
				position: relative;
				width: 182%;
				right: 266px;
				top: -76px;
				transition: transform 1s ease;


			}

			nav.apartado-comida {
				position: relative;
				z-index: 99;
				right: 55px;
			}

			ul {
				list-style: none;
				padding-left: 0;
			}

			ul li {
				margin: -5px 0;
			}

			ul .number-nav {
				font-family: var(--titulo);
				font-size: 20px;
				font-weight: 500;
			}

			ul li a {
				font-size: 52px;
				font-family: var(--titulo);
				color: var(--blanco) !important;
				text-transform: uppercase;
				text-decoration: none;
				transition: color 0.5s ease margin-left 0.5s ease;

				@media (min-width:992.1px) and (max-width:1550px) {
					font-size: 46px;
				}

				&:hover {
					color: var(--gris) !important;

				}
			}




			ul li:hover+video {
				transform: translateY(10px) rotate(-20deg);
			}

			span.number-nav {
				margin-right: 20px;
			}
		}
	}


	.banner-separador {
		background: linear-gradient(to bottom, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0.6) 35%, rgba(20, 20, 20, 0.6) 65%, rgba(20, 20, 20, 1) 100%), url('assets/img/banner-separador-home.jpg') no-repeat center 22% / cover;
		padding: 400px 0;
	}

	.explicacion {
		padding-top: 250px;
		position: relative;

		.row:nth-child(1) {
			p:nth-child(1) {
				font-size: 150px;
				text-transform: uppercase;
				font-weight: 600;
				margin-bottom: 60px;
				text-align: center;
				font-family: var(--titulo);
				position: relative;
				z-index: 2;
				line-height: 1.2;

				@media (max-width:992px) {
					font-size: 48px;
				}
			}
		}

		.row:nth-child(2) {

			.col-lg-6:nth-child(1) {
				img {
					position: relative;

				}

				img:nth-child(1) {
					width: 75%;
					top: -27%;
				}

				img:nth-child(2) {
					width: 60%;
					right: -145%;
					top: -127%;
					/* aspect-ratio: 5/6; */
					object-fit: cover;
				}

				@media (max-width:992px) {


					img:nth-child(2),
					img:nth-child(1) {
						display: none;
					}
				}
			}

			p.p-exp {
				font-size: 16px;

			}

			@media (max-width:992px) {
				.col-lg-5:nth-child(2) {
					p:nth-child(1) {
						margin-top: -10%;
					}
				}


			}


		}

		@media (max-width:992px) {
			padding-top: 50px;
		}

	}

	.espacios {
		padding-top: 250px;
		padding-bottom: 0;
		margin-top: -30%;

		@media (min-width:992.1px) and (max-width:1600px) {
			margin-top: -35%;
		}

		@media (max-width:992px) {
			margin-top: -10%;



		}

		.row:nth-child(1) {
			padding-bottom: 20px;

			p {
				font-size: 16px;
				text-transform: uppercase;
			}
		}

		.row:nth-child(1) {
			h3 {
				font-family: var(--titulo);
				font-size: 180px !important;
				font-weight: 400;
				margin: 20px 0;
			}
		}





	}

	.carousel-espacios {
		padding: 0;

		.boton-carousel {
			display: flex;
			justify-content: center;
		}

		@media (max-width:992px) {
			.boton-carousel a.boton-blanco-subr {
				width: 87% !important;
			}
		}
	}

	.carousel-espacios .row .col-lg-12 {

		padding-bottom: 50px;
		padding-left: 0;
		padding-right: 0;

		.my-slick-carousel {
			width: 100%;
			max-width: 100%;
			margin: 0 auto;
			overflow: hidden !important;
		}

		.my-slick-carousel div {
			margin: 10px;
		}

		.my-slick-carousel img {
			width: 100%;
			height: auto;
			max-height: 525px;
			object-fit: cover;
			display: block;

			@media (min-width:992.1px) and (max-width:1440px) {
				aspect-ratio: 1/1;
				object-fit: cover;
			}
		}


	}


	.galeria-imagenes {

		.col-lg-6:nth-child(1) {
			img {
				width: 100%;
			}
		}

		.col-lg-6:nth-child(2) {
			img {
				width: 100%;
			}
		}

		.col-lg-12 {
			margin-top: 24px;

			img {
				width: 100%;
			}
		}
	}

	.eventos {
		padding: 100px 0;

		.row:nth-child(1) .col-lg-12 h3 {
			font-family: var(--titulo);
			font-size: 180px;
			text-transform: uppercase;
			font-weight: 100;
			position: relative;
			z-index: 999;
		}

		.row:nth-child(2) {

			.col-lg-4 {
				display: flex;
				flex-direction: column;
				justify-content: space-between;
				;

				.eventos-up {
					ul {
						list-style: none;
						margin-left: 0;
						padding-left: 0;

						li {
							text-transform: uppercase;
							font-weight: 300;
							margin: 10px 0;
						}
					}
				}

				.eventos-down {
					padding-bottom: 215px;

					p:nth-child(2) {
						font-family: var(--titulo);
						font-style: italic;
						font-size: 28px;
						margin-bottom: 0;
						margin-left: 60px;

					}

					p:nth-child(3) {
						margin-left: 60px;
						margin-top: 15px;
					}

					.comillas span {
						font-size: 150px;
						font-family: var(--titulo);
						font-style: italic;
						-webkit-text-stroke: var(--blanco) 1px;
						color: transparent;
					}

					.comillas {
						margin-bottom: -60px;
					}

					div:nth-child(4) {
						display: flex;
						justify-content: end;
						margin-top: -30px;
					}

					p:nth-child(3) {
						font-size: 14px;
					}

					@media (max-width:992px) {
						p:nth-child(2) {
							text-align: center;
							margin-left: 0;
						}

						.comillas {
							margin-bottom: -60px;
						}
					}

				}
			}

			.col-lg-6 {
				display: flex;
				flex-direction: column;
				position: relative;
				top: -100px;

				img {
					width: 100%;
				}

				p {
					margin-top: 25px;
					/* text-transform: uppercase; */
				}

				.boton-sec-evento {

					display: flex;
					justify-content: end;
					margin-top: 20px;

					a {
						width: fit-content !important;
					}
				}

			}
		}
	}

	.valoraciones {
		padding: 100px 0;
		background: var(--beige);

		.card {
			padding: 10px;
			border-radius: 0;
		}

		.card-img-top {
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}

		.nombre-estrella {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			margin-bottom: 12px;

			.nombre-rese {
				display: flex;
				align-items: center;
				font-weight: 600;
				margin-bottom: 12px;
			}
		}

		img.card-img-top {
			aspect-ratio: 3/2;
			object-fit: cover;
			margin-bottom: 12px;
		}

		.swiper-slide {
			display: flex;
			align-items: stretch;

			/* Estira todas las tarjetas */
			@media (max-width:768px) {
				justify-content: center;
			}
		}

		.card {
			display: flex;
			flex-direction: column;
			/* Hace que el contenido dentro de cada tarjeta se apile verticalmente */
			height: 100%;
		}

		.card-body {
			flex-grow: 1;
			/* Permite que el cuerpo de la tarjeta crezca para ocupar todo el espacio disponible */


			/* Distribuye el contenido, dejando espacio entre los elementos */
		}

		.nombre-estrella {
			margin-bottom: auto;
			/* Asegura que este contenido se mantenga en la parte superior */
		}

		.card-text {
			margin-top: 20px;
			font-size: 15px;
			/* Mueve el texto al final del espacio disponible en la tarjeta */
		}
	}

	@media (max-width:768px) {
		.banner {
			height: 40vh;

		}

		.video-container {
			height: 40vh !important;
		}

		video.videobanner {
			height: 40vh !important;
		}

		.video-container::after {
			top: 0;
			height: 41vh;
			background: linear-gradient(to bottom, transparent 0%, var(--fondo) 100%) !important;
		}

		.estiloconde {
			padding: 0;
			background-size: 97%;
		}

		.carta {
			padding: 50px 12px;

			.row:nth-child(1) {
				padding-bottom: 25px;

				.col-lg-4 {
					padding-left: 12px;
				}
			}

			.row:nth-child(2) {
				ul {
					padding-left: 12px;
					width: 100%;
				}

				ul li a {
					font-size: 28px;
				}

				video {
					width: 58%;
					right: -40%;
					top: -136%;
				}
			}
		}

		.banner-separador {
			height: 22vh;
			padding: 0;
			margin-top: -275px;
		}

		.espacios {
			padding: 50px 12px;

			.row:nth-child(1) {
				h3 {
					font-size: 80px !important;
				}

				p {
					font-size: 16px;
					margin-bottom: 0;
				}
			}

			.row:nth-child(2) {
				h3 {
					font-size: 36px;
				}

				.col-lg-4:nth-child(1) {
					margin-bottom: 25px;
				}

				.col-lg-4:nth-child(2) {
					margin-bottom: 50px;
				}
			}
		}

		.galeria-imagenes {

			.col-lg-6:nth-child(1) {
				margin-bottom: 10px;
			}

			.row:nth-child(2) {
				display: none;
			}
		}

		.eventos {
			padding: 25px 12px;

			.row:nth-child(1) .col-lg-12 h3 {
				font-size: 80px;
			}

			.row:nth-child(2) {
				.eventos-up {
					a.boton-blanco-subr {
						margin-top: 25px;
					}


				}

				.col-lg-4 .eventos-down {
					padding-bottom: 140px;
				}

				.boton-sec-evento a.boton-blanco-subr {
					width: 100% !important;
				}

				.col-lg-4>.eventos-down>div:nth-child(4) {
					padding-right: 25px;
				}
			}


		}

		.valoraciones {
			padding: 50px 12px;

			.container {
				.row:nth-child(2) {
					order: -1;
				}
			}

			.card {
				display: flex;
				flex-direction: column;
				align-items: center;

				img.card-img-top {
					width: 60%;
				}
			}

			.card-body {

				.nombre-estrella .nombre-rese,
				.nombre-estrella .estrella-rese {
					display: flex;
					justify-content: center;
				}
			}
		}
	}
}

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

/* PÁGINA RESTAURANTE */

#restaurante {
	background: var(--fondo);
	color: var(--blanco);

	.banner-separador {
		background: linear-gradient(to bottom, rgba(20, 20, 20, 0.3) 0%, rgba(20, 20, 20, 0.3) 50%, rgba(20, 20, 20, 1) 100%), url('assets/img/banner-pag-restaurante.jpg') no-repeat center center / cover;
		height: 80vh;

		.row .col-lg-12 {
			height: 80vh;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;


			h2 {
				font-family: var(--titulo);
				font-size: 150px;
				text-transform: uppercase;

			}


		}


	}

	.quienes-somos {
		padding-top: 125px;
	}

	.estiloconde {
		padding: 150px 0;
		position: relative;
		background: url('assets/img/fondo-estiloconde.png') no-repeat center 12% / 69%;

		@media (max-width:992px) {
			background: url('assets/img/fondo-estiloconde.png') no-repeat center 12% / 94%;
		}


		@media (min-width:992.1px) and (max-width:1600px) {
			background: url('assets/img/fondo-estiloconde.png') no-repeat center center / 69%;
		}

		.col-lg-12:nth-child(2) {
			img {
				position: relative;
				width: 12%;
			}

			img:nth-child(4) {
				right: 50px;
			}
		}

		.col-lg-2 {
			img {
				position: relative;
				left: 94%;
				bottom: 35%;
			}

			@media (max-width:992px) {
				img {
					display: none;
				}
			}
		}
	}

	.restaurante-galeria {
		padding: 80px 12px;

		video {
			width: 100%;
		}

		.row {
			padding: 40px 0;
		}

		.row:nth-child(1) .col-lg-3 {
			display: flex;
			align-items: end;
		}

		.row:nth-child(2) .col-lg-7 {
			display: flex;
			justify-content: end;
		}

		.row:nth-child(2) .col-lg-6 {
			video {
				width: 100%;
				aspect-ratio: 12/9;
				object-fit: cover;
			}

		}

		.row:nth-child(3) .col-lg-5:nth-child(2) {
			display: flex;
			align-items: end;
		}

		.row:nth-child(4) .col-lg-3 {
			display: flex;
			align-items: end;
		}

		.row:nth-child(4) .col-lg-7 {
			video {
				width: 100%;
				aspect-ratio: 12/9;
				object-fit: cover;
			}
		}

		@media (min-width:992.1px) and (max-width:1560px) {
			padding-top: 0;
		}

		@media (max-width:992px) {
			div:nth-child(4)>div.offset-lg-2.col-lg-7>video {
				margin-top: 24px;
			}
		}


	}

	.banner {
		background: linear-gradient(to bottom, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0.2) 25%, rgba(20, 20, 20, 0.2) 75%, rgba(20, 20, 20, 1) 100%),
			url('assets/img/banner-elconde.jpg') no-repeat center center / cover;
		padding: 325px 0;

	}

	.equipo {
		padding: 150px 0;

		.row {
			height: 80vh;
		}

		.letra-equipo {
			font-size: 150px;
			position: relative;
			text-transform: uppercase;
			font-family: var(--titulo);
		}



		.row:nth-child(1),
		.row:nth-child(2) {
			position: relative;

			.col-lg-3:nth-child(2) {
				display: flex;
				align-items: center;
			}

			.col-lg-3:nth-child(3) {
				display: flex;
				align-items: end;
			}
		}

		.row:nth-child(1) {
			.col-lg-3:nth-child(1) .letra-equipo {
				top: -500px;
				right: -82%;
			}

			.col-lg-3:nth-child(2) .letra-equipo {
				top: -27%;
				right: 114%;
			}

			.col-lg-3:nth-child(3) .letra-equipo {
				top: -37%;
				right: 40%;
			}
		}

		.row:nth-child(2) {
			.col-lg-3:nth-child(1) .letra-equipo {
				top: -500px;
				right: 0%;
			}

			.col-lg-3:nth-child(2) .letra-equipo {
				top: -27%;
				right: 15%;
			}

			.col-lg-3:nth-child(3) .letra-equipo {
				top: -37%;
				right: 114%;
			}
		}
	}

	.banner-pre-footer {
		padding: 325px 0;
		background: linear-gradient(to bottom, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0) 45%, rgba(20, 20, 20, 0) 75%, rgba(20, 20, 20, 0) 100%), url('assets/img/banner-elconde.jpg') no-repeat center center / cover;
	}

	@media (max-width:768px) {
		.banner-separador {
			height: 37vh;
			padding: 0;



			.row .col-lg-12 {
				height: 37vh;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;


				h2 {
					font-family: var(--titulo);
					font-size: 60px;
					text-transform: uppercase;

				}


			}
		}

		.quienes-somos {
			padding-top: 50px;
		}

		.estiloconde {
			padding: 50px 0;
		}

		.restaurante-galeria {

			.row {
				padding: 0 12px;
				padding-top: 24px;
			}



			img,
			video {
				aspect-ratio: 1/1 !important;
				object-fit: cover !important;
			}

			.row:nth-child(1) {
				.col-lg-4 {
					margin-bottom: 24px;


				}


				.col-lg-3 {
					display: flex;
					justify-content: end;


				}
			}

			.row:nth-child(2) {
				.col-lg-4 {
					margin-bottom: 24px;


				}

				.col-lg-7 {}
			}

			.row:nth-child(3) .col-lg-5:nth-child(2) {
				padding-top: 12px;
			}

			.row:nth-child(3) {
				.col-lg-7 {
					margin-bottom: 24px;


				}

				.col-lg-3 {

					display: flex;
					justify-content: end;
				}
			}
		}

		.banner {
			height: 26vh;
			padding: 0;
		}



		.banner-pre-footer {
			padding: 0;
			height: 20vh;
		}
	}

}

#eventos {
	background: var(--fondo);
	color: var(--blanco);

	.banner-separador {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 25%, rgba(20, 20, 20, 1) 100%), url('assets/img/banner-eventos.jpg') no-repeat center center / cover;
		height: 100vh;

		.row .col-lg-12 {
			height: 100vh;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;


			h2 {
				font-family: var(--titulo);
				font-size: 150px;
				text-transform: uppercase;

			}
		}
	}

	.eventos {
		padding: 100px 0;

		.row:nth-child(1) .col-lg-12 h4 {
			font-size: 80px;
			font-family: var(--titulo);
			text-transform: uppercase;
		}

		.row:nth-child(2) {
			padding: 30px 0;

			.col-lg-6 p {
				text-transform: uppercase;
				font-size: 20px;
			}
		}
	}

	.banner-pre-footer {
		padding: 325px 0;
		background: linear-gradient(to bottom, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0.8) 25%, rgba(20, 20, 20, 0.2) 75%, rgba(20, 20, 20, 0) 100%), url('assets/img/banner-pre-footer.jpg') no-repeat center center / cover;
	}

	@media (max-width:768px) {

		.banner-separador {
			height: 37vh;

			.row .col-lg-12 {
				height: 37vh;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;


				h2 {
					font-family: var(--titulo);
					font-size: 60px;
					text-transform: uppercase;

				}
			}
		}

		.eventos {
			padding: 50px 12px;

			.row:nth-child(1) .col-lg-12 h4 {
				font-size: 36px;
			}

			.row:nth-child(2) {
				.col-lg-6 {

					p {
						font-size: 16px;

					}

					p:nth-child(2) {
						margin-bottom: 38px;
					}
				}

				.col-lg-3 {
					display: flex;
					justify-content: center;
				}
			}
		}

		.banner-pre-footer {
			height: 20vh;
			padding: 0;
		}
	}
}

/* POP UP CARTA NAVIDAD */

/* Estilos del popup */
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s;
	z-index: 1000;
}

.popup-overlay.active {
	visibility: visible;
	opacity: 1;
}

.popup-content {
	background: var(--fondo);
	padding: 40px;
	height: 80%;
	width: auto !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	text-align: center;
	position: relative;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	@media (max-width:992px) {
		height: auto;
	}

	img {
		width: 60%;

		@media (max-width:992px) {
			width: 100%;
		}
	}

}

.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: var(--blanco);
}

.popup-content button {
	padding: 10px 20px;
	background-color: #005145;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 10px;
	transition: background-color 0.3s ease;
	margin-top: 25px;
	font-family: var(--texto);
	text-transform: uppercase;
	font-size: 18px;
}

.popup-content button:hover {
	background-color: #D21F30;
}

/* CARTA */



#menu-carta {
	height: 100vh;
	position: relative;
	display: flex;


	.col-lg-6 {
		flex: 1;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		height: 100vh;

		a {
			text-decoration: none;
			color: var(--blanco);
		}

		h2 {
			font-family: var(--titulo);
			color: var(--blanco);
			text-transform: uppercase;
			transition: font-size 0.5s ease;
			font-size: 80px;
			position: relative;
			z-index: 1;
		}

		&::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-position: center;
			transition: transform 0.5s ease, background 0.5s ease;
			z-index: 0;
		}
	}

	.col-lg-6:nth-child(1)::before {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
			url('assets/img/menu-comida.jpg');
	}

	.col-lg-6:nth-child(2)::before {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
			url('assets/img/menu-bebida.jpg');
	}

	.col-lg-6:nth-child(1):hover::before {
		transform: scale(1.10);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
			url('assets/img/menu-comida.jpg');
	}

	.col-lg-6:nth-child(2):hover::before {
		transform: scale(1.10);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
			url('assets/img/menu-bebida.jpg');
	}

	.col-lg-6:nth-child(1):hover h2,
	.col-lg-6:nth-child(2):hover h2 {
		font-size: 88px;
	}

	.logo {
		position: absolute;
		z-index: 9;
		top: 50px;
		left: 46%;

		img {
			width: 150px;
		}
	}

	@media (max-width:992px) {

		.row {
			display: flex;
			flex-direction: column;
			height: 100vh;
		}

		.logo {
			top: 43.6%;
			left: 40%;

			img {
				width: 100px;
			}
		}

		h2 {
			font-size: 60px !important;
			text-align: center;

		}

		.col-lg-6:nth-child(1)::before {
			transform: scale(1.25);
			background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
				url('assets/img/menu-comida.jpg');
			background-size: cover
		}

		.col-lg-6:nth-child(2)::before {
			transform: scale(1.25);
			background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
				url('assets/img/menu-bebida.jpg');
			background-size: cover;
		}

		.col-lg-6:nth-child(1):hover::before {
			transform: scale(1.25);
			background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
				url('assets/img/menu-comida.jpg');
			background-size: cover
		}

		.col-lg-6:nth-child(2):hover::before {
			transform: scale(1.25);
			background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
				url('assets/img/menu-bebida.jpg');
			background-size: cover;
		}
	}
}



#carta {
	background-color: var(--negro);
	color: var(--blanco) !important;



	video {
		position: absolute;
		width: 30%;
		left: 47%;
		top: 16%;

	}

	nav.apartado-comida {
		position: relative;
		z-index: 998;
		top: -20px;
	}

	.menu-navigation>.row.logo>.col-lg-12 {
		display: flex;
		justify-content: center;

		img {
			width: 125px;
			margin-bottom: 50px;
		}
	}

	.menu-navigation .row:nth-child(1) {
		padding: 10px 0;

		.col-lg-12 {
			display: flex;
			justify-content: space-around;

			a {
				width: 2%;
				transition: transform 0.5s ease;

				&:hover {
					transform: scale(1.1);
				}
			}



		}
	}

	.nav-carta,
	.container-food {
		min-height: 100vh;

	}

	.nav-carta .container,
	.container-food .container {
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.nav-carta ul {
		list-style: none;
		padding-left: 0;
	}

	.nav-carta ul li {
		margin: -5px 0;
	}

	.nav-carta ul .number-nav {
		font-family: var(--titulo);
		font-size: 20px;
		font-weight: 500;
	}

	.nav-carta ul li a {
		font-size: 52px;
		font-family: var(--titulo);
		color: var(--blanco) !important;
		text-transform: uppercase;
		text-decoration: none;
		transition: color 0.5s ease;

		&:hover {
			color: #949494 !important;

		}
	}

	.container-food {
		padding: 20px 0;
	}

	.container-food .row:nth-child(1) {
		.col-lg-12 {
			display: flex;
			justify-content: space-between;
			align-items: end;
			border-bottom: var(--blanco) 2px solid;
			margin-bottom: 30px;
		}

		span.numero-apartado-carta {
			font-family: var(--titulo);
			font-size: 20px;
			font-weight: 500;
			padding-bottom: 15px;
		}

		span.titulo-apartado-carta {
			font-family: var(--titulo);
			font-size: 80px;
			text-transform: uppercase;
			text-align: end;
		}

	}

	.container-food .row:nth-child(2) {
		text-transform: uppercase;
		font-family: var(--texto);

		.info-carta {
			padding: 10px 0;

			.np-info {
				display: flex;
				justify-content: space-between;
				align-items: end;
				margin-bottom: 10px;

				.nombre-plato {
					font-size: 24px;
					font-weight: 600;
					width: 75%;

					@media (min-width:992.1px) and (max-width:1448px) {
						width: 70% !important;
					}

				}

				.precio-plato {
					font-size: 24px;
					font-family: var(--texto);
					font-weight: 600;

					.formato-plato {
						font-size: 12px;
						font-weight: 400;
						font-style: italic;
					}
				}
			}

			p.ingredientes-plato {
				width: 75%;
				margin-bottom: 2.5px;
			}

			p.alergenos-plato {
				width: 75%;
				font-size: 14px;
				font-style: italic;

				strong {
					font-weight: normal;

				}
			}
		}
	}



	#ri {
		.col-lg-7 {
			padding-right: 40px;
		}

		.col-lg-5 {
			background: url('assets/img/comida/ferreros-de-morcilla.jpg') no-repeat center center / cover;
		}
	}

	#mr {
		.col-lg-7 {
			padding-right: 40px;
		}

		.col-lg-5 {
			background: url('assets/img/comida/bastoncillos-berenjena.jpg') no-repeat center center / 135%;
		}
	}



	#lh {
		.col-lg-7 {
			padding-left: 40px;
		}

		.col-lg-5 {
			background: url('assets/img/comida/ensalada.jpg') no-repeat center center / 135%;
		}
	}

	#garguseo {
		.col-lg-7 {
			padding-left: 40px;
		}

		.col-lg-5 {
			background: url('assets/img/comida/patatas-bravas.jpg') no-repeat center center / 135%;
		}
	}

	#lmds {
		.col-lg-7 {
			padding-right: 40px;
		}

		.col-lg-5 {
			background: url('assets/img/comida/calamares-fritos.jpg') no-repeat center center / cover;
		}
	}

	#c {
		.col-lg-7 {
			padding-left: 40px;
		}

		.col-lg-5 {
			background: url('assets/img/comida/carnaza.jpg') no-repeat center center / cover;
		}
	}

	#p {
		.col-lg-7 {
			padding-left: 40px;
		}

		.col-lg-5 {
			background: url('assets/img/comida/coulant-chocolate.jpg') no-repeat center center / 135%;
			height: 60vh;
		}
	}

	p.info-adicional {
		margin-top: 30px;
		font-size: 14px;
		font-style: italic;
		font-weight: 600;
	}



	#peques>div>div:nth-child(2)>div.col-lg-5.in-view.in-view-bottom {
		display: none;
	}

	#peques>div>div:nth-child(2)>div.col-lg-7 {
		width: 100%;
	}


	@media (max-width:992px) {

		&>div>div:nth-child(1)>.col-lg-12 {
			a {
				width: 6% !important;
			}
		}

		.menu-navigation>.row.logo>.col-lg-12 {

			img {
				width: 85px;
				margin-bottom: 74px;
			}
		}

		.container-food {
			min-height: auto;
		}

		.container-food .container {
			min-height: auto !important;

		}

		.nav-carta ul {
			margin-left: 0;
		}

		.nav-carta ul li a {
			font-size: 36px;
		}

		.nav-carta ul li {
			margin: 0;
		}

		video {
			position: absolute;
			width: 70%;
			left: 27%;
			top: 30%;
		}

		#p .col-lg-7,
		#c .col-lg-7,
		#lmds .col-lg-7,
		#garguseo .col-lg-7,
		#lh .col-lg-7,
		#ri .col-lg-7,
		#mr .col-lg-7,
		#peques .col-lg-7 {
			padding-left: 12px;
			padding-right: 12px;
		}

		.np-info {

			align-items: start !important;
		}

		.info-carta {
			padding: 15px 0 !important;
		}

		span.titulo-apartado-carta {
			font-size: 56px !important;
			text-align: end;
		}

		span.nombre-plato {
			font-size: 18px !important;
			font-weight: 700 !important;
			width: 60% !important;
		}

		p.ingredientes-plato {
			font-size: 14px;
			font-weight: 500 !important;
		}

		span.precio-plato {
			font-size: 20px !important;
		}

		p.alergenos-plato {
			font-size: 12px !important;
			font-weight: 300;

			strong {
				font-weight: 300 !important;
			}

			margin-bottom:0;
		}

		#ri {
			margin-top: 0;
		}

		#p>div>div:nth-child(2)>div.col-lg-5 {
			height: 0 !important;
		}

	}

}

#carta-bebidas {
	background-color: var(--negro);
	color: var(--blanco) !important;



	video {
		position: absolute;
		width: 30%;
		left: 47%;
		top: 16%;
	}

	nav.apartado-comida {
		position: relative;
		z-index: 995;
		top: -105px;
	}

	.menu-navigation>.row.logo>.col-lg-12 {
		display: flex;
		justify-content: center;

		img {
			width: 125px;
			margin-bottom: 50px;
		}
	}

	.menu-navigation .row:nth-child(1) {
		padding: 10px 0;

		.col-lg-12 {
			display: flex;
			justify-content: space-around;

			a {
				width: 2%;
				transition: transform 0.5s ease;

				&:hover {
					transform: scale(1.1);
				}
			}



		}
	}

	.nav-carta,
	.container-food {
		min-height: 100vh;

	}

	.nav-carta .container,
	.container-food .container {
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.nav-carta ul {
		list-style: none;
		padding-left: 0;
	}

	.nav-carta ul li {
		margin: -30px 0;
	}

	.nav-carta ul .number-nav {
		font-family: var(--titulo);
		font-size: 20px;
		font-weight: 500;
	}

	.nav-carta ul li a {
		font-size: 80px;
		font-family: var(--titulo);
		color: var(--blanco) !important;
		text-transform: uppercase;
		text-decoration: none;
		transition: color 0.5s ease;

		&:hover {
			color: #949494 !important;

		}
	}

	.container-food {
		padding: 20px 0;
	}

	#cervezas .info-carta {
		border-bottom: 0.1px var(--blanco) solid;
	}

	#vino-copas .info-carta {
		border-bottom: 0.1px var(--blanco) solid;
	}

	#vino-botella .info-carta {
		border-bottom: 0.1px var(--blanco) solid;
	}



	#cervezas>div>div:nth-child(2)>div>div:nth-child(16),
	#vino-copas>div>div:nth-child(2)>div>div:nth-child(14),
	#vino-botella>div>div:nth-child(2)>div>div:nth-child(13) {
		border-bottom: none;
	}

	@media (max-width:992px) {

		#cervezas>div>div:nth-child(2)>div>div:nth-child(8)>span>span:nth-child(5),
		#cervezas>div>div:nth-child(2)>div>div:nth-child(2)>span>span:nth-child(5) {
			margin-left: 20px;
		}
	}




	.container-food .row:nth-child(1) {
		.col-lg-12 {
			display: flex;
			justify-content: space-between;
			align-items: end;
			border-bottom: var(--blanco) 2px solid;
			margin-bottom: 30px;
		}

		span.numero-apartado-carta {
			font-family: var(--titulo);
			font-size: 20px;
			font-weight: 500;
			padding-bottom: 15px;
		}

		span.titulo-apartado-carta {
			font-family: var(--titulo);
			font-size: 80px;
			text-transform: uppercase;
		}

	}

	.grados {
		font-size: 16px;

		@media (max-width:992px) {
			font-size: 12px;
		}
	}

	.container-food .row:nth-child(2) {
		text-transform: uppercase;
		font-family: var(--texto);

		h3.clase-vino {
			font-size: 52px;
			font-family: var(--titulo);
			margin-bottom: 20px;
			margin-top: 40px;
		}

		.info-carta {
			padding: 20px 0;

			.np-info {
				display: flex;
				justify-content: space-between;
				align-items: end;
				margin-bottom: 10px;

				.nombre-plato {
					font-size: 24px;
					font-weight: 600;
					width: 75%;

					@media (min-width:992.1px) and (max-width:1448px) {
						width: 70% !important;
					}
				}
			}

			.precio-plato {
				display: inline-block;
				font-size: 24px;
				font-family: var(--texto);
				font-weight: 600;
				width: 100%;
				text-align: end;

				.formato-cerveza {
					font-size: 12px;
					font-weight: 400;
					font-style: italic;

					@media (max-width:992px) {
						font-size: 10px;
					}
				}
			}

			p.ingredientes-plato {
				width: 60%;
				margin-bottom: 2.5px;
			}

			p.alergenos-plato {
				width: 75%;
				font-size: 14px;
				font-style: italic;
				margin-bottom: 0;

				img {
					width: 30px;
					margin-right: 10px;
					transform: rotate(-10deg)
				}
			}
		}
	}

	@media (max-width:992px) {

		&>div>div:nth-child(1)>.col-lg-12 {
			a {
				width: 6% !important;
			}
		}

		.menu-navigation>.row.logo>.col-lg-12 {

			img {
				width: 85px;
				margin-bottom: 74px;
			}
		}

		.container-food {
			min-height: auto;
		}

		.container-food .container {
			min-height: auto !important;

		}

		.nav-carta ul {
			margin-left: 0;
		}

		.nav-carta ul li a {
			font-size: 36px;
		}

		.nav-carta ul li {
			margin: 0;
		}

		video {
			position: absolute;
			width: 70%;
			left: 27%;
			top: 30%;
		}

		#p .col-lg-7,
		#c .col-lg-7,
		#lmds .col-lg-7,
		#gh .col-lg-7,
		#lh .col-lg-7,
		#ri .col-lg-7 {
			padding-left: 12px;
			padding-right: 12px;
		}

		.np-info {

			align-items: start !important;
		}

		.info-carta {
			padding: 15px 0 !important;
		}

		span.titulo-apartado-carta {
			font-size: 56px !important;
			text-align: end;
		}

		span.nombre-plato {
			font-size: 18px !important;
			font-weight: 700 !important;

		}

		p.ingredientes-plato {
			font-size: 14px;
			font-weight: 500 !important;
			width: 100% !important;
			margin-bottom: 10px !important;
		}

		span.precio-plato {
			font-size: 16px !important;
		}

		p.alergenos-plato {
			font-size: 12px !important;
			font-weight: 300;
			display: flex;
			align-items: center;

			strong {
				font-weight: 300 !important;
			}

			margin-bottom:0;
		}

		h3.clase-vino {
			font-size: 28px !important;
		}

		#ri {
			margin-top: -250px;
		}

		#p>div>div:nth-child(2)>div.col-lg-5 {
			height: 0 !important;
		}

	}




}

/* LITTLE CONDE */

#littleconde {
	/* VIDEOBANNER */
	position: relative;
	background: var(--beige);
	color: var(--negro);

	.video-container {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 80vh;
		z-index: 1;
		overflow: hidden;
	}

	video.videobanner {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.video-container::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 30%;
		background: linear-gradient(to bottom, transparent 0%, rgba(251, 242, 235, 1) 75%, rgba(251, 242, 235, 1) 100%);
		z-index: 5;
		pointer-events: none;
	}

	.carouseltext {
		background: url('assets/img/fondo-titulo-littleconde.png') no-repeat center center / 68%;
		padding: 50px 0;

		.marquee span {
			color: var(--negro) !important;
		}

		@media (max-width:992px) {
			background: url('assets/img/fondo-titulo-littleconde.png') no-repeat center center / 100%;
		}
	}

	.contenido-littleconde {
		padding: 50px 0;

		.col-lg-12 {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;

			padding: 138px 0;
		}



		p {
			width: 50%;

		}

		p:nth-child(3) {
			margin-bottom: 0;
		}

		@media (max-width:992px) {

			padding: 25px 0;

			h4 {
				font-size: 80px;
			}

			p {
				width: 90%;
			}
		}
	}

	.gallery-littleconde {

		padding-top: 50px;
		padding-bottom: 100px;

		video {
			width: 100%;
		}

		.row .col-lg-4 {
			display: flex;
			align-items: end;
		}

		.row {
			display: flex;
			justify-content: space-between;
		}

		.row:nth-child(1) {
			padding-top: 50px;
			padding-bottom: 24px;
		}

		.row:nth-child(2) {
			padding-bottom: 24px;
		}

		.row:nth-child(3) {
			padding-bottom: 50px;
		}

		@media(max-width:992px) {

			.row:nth-child(1),
			.row:nth-child(2),
			.row:nth-child(3),
			.row:nth-child(4) {
				video {
					margin-bottom: 12px;
				}
			}

			.row:nth-child(1),
			.row:nth-child(2) {
				padding: 0;
			}
		}

		img {
			width: 100%;
			transition: 0.5s ease;
		}





		@media (max-width:992px) {
			img {
				aspect-ratio: 1/1;
				object-fit: cover;

				&:hover {
					transform: scale(1) translateX(0);
				}
			}



			.col-lg-4:nth-child(1) img:hover {
				transform: none
			}

			.col-lg-5 img:hover {
				transform: none;

			}

			.col-lg-7 img:hover {
				transform: none;

			}

			.col-lg-3 img:hover {
				transform: none;

			}
		}


	}

	.info-littleconde {

		h4 {
			font-family: var(--titulo);
			font-size: 80px;
			font-weight: 400;
			text-align: center;
			text-transform: uppercase;
			margin-bottom: 50px;
			padding-bottom: 25px;
			padding-top: 50px;

			@media (max-width:992px) {
				font-size: 48px;
			}
		}

		padding: 50px 0;
	}

	.boton-littleconde {
		padding: 25px 0;

		a {
			color: var(--negro);
			border: solid 1px var(--negro);

			&:hover {
				background: var(--negro);
				color: var(--blanco);
			}
		}
	}

	.banner-pre-footer {
		padding: 314px 0;
		background: linear-gradient(to bottom, rgba(251, 242, 235, 1) 0%, rgba(251, 242, 235, 0.5) 45%, rgba(251, 242, 235, 0) 75%, rgba(251, 242, 235, 0) 100%), url('assets/img/banner-pre-footer-littleconde.jpg') no-repeat center center / cover;
	}

	@media (max-width:992px) {

		.banner-pre-footer {
			padding: 0;
			height: 20vh;
		}

		.video-container {
			height: 40vh;
		}

		video.videobanner {
			height: 40vh !important;
		}

		.video-container::after {
			top: 0;
			background: linear-gradient(to bottom, transparent 0%, var(--fondo) 100%) !important;
			height: 100%;
		}

		.contenido-littleconde {
			.col-lg-12 {
				background: url('assets/img/fondo-titulo-littleconde.png') no-repeat center center / 85%;
				padding: 25px 0;

				h4 {
					font-size: 44px;
				}
			}
		}





		.info-littleconde {
			padding: 0 12px;


			h4 {
				padding-top: 0;
				padding-bottom: 0;
			}
		}

		.gallery-littleconde {

			.col-lg-6,
			.col-lg-4 {
				display: flex;
				align-items: center;
			}

			.row:nth-child(3) {
				padding: 0;
			}
		}

		.boton-littleconde {
			padding-left: 12px;
			padding-right: 12px;
			padding-bottom: 50px;

		}
	}

}

/* CONTACTO */

#pag-contacto {
	background: var(--fondo);
	color: var(--blanco);

	.banner-separador {
		background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0) 25%, rgba(20, 20, 20, 0) 75%, rgba(20, 20, 20, 1) 85%),
			url('assets/img/banner-elconde.jpg') no-repeat center center / cover;
		padding: 325px 0;
	}

	.contacto {
		padding-top: 25px;
		padding-bottom: 50px;

		.col-lg-6:nth-child(1) {

			display: flex;
			flex-direction: column;
			justify-content: center;
			padding-right: 100px;

			h2 {
				text-transform: uppercase;
				font-family: var(--titulo);
				font-size: 60px;
			}

			p {
				margin-bottom: 0;
				margin-top: 25px;
			}

			.icons-contact {
				display: flex;
				margin-top: 25px;

				a {
					display: flex;
					justify-content: center;
					margin-right: 10px;
				}

				img {
					width: 50px;
					height: 50px;
					display: flex;
					justify-content: end;
					align-items: center;
					transition: transform 0.3s ease;
					background: var(--blanco);
					padding: 10px;
					border-radius: 50%;


					&:hover {
						transform: scale(1.2);
					}
				}


			}

		}

		.col-lg-6:nth-child(2) {
			padding-left: 100px;

			label {
				color: var(--blanco) !important;
				font-family: var(--texto);
				font-weight: 400;
			}

			input,
			textarea {
				background: rgb(49, 49, 49, 0.5);
				border: none;
				border-bottom: solid 1px rgba(231, 17, 2, 0.5);
				color: var(--blanco);

			}

			input:focus,
			textarea:focus {
				background: rgba(231, 17, 2, 0.3);
				-webkit-box-shadow: 0px 0px 105px 20px rgba(231, 17, 2, 0.9);
				-moz-box-shadow: 0px 0px 105px 20px rgba(231, 17, 2, 0.9);
				box-shadow: 0px 0px 105px 20px rgba(231, 17, 2, 0.9);
			}

			#wpforms-submit-48 {
				color: var(--blanco);
				font-size: 14px;
				text-transform: uppercase;
				font-family: var(--texto);
				transition: all 0.5s ease;
				border: solid 1px var(--blanco);
				padding: 10px 20px;
				text-decoration: none;
				border-radius: 24px;
				display: inline-block;
				background:transparent !important;

				&:hover {
					color: var(--negro) !important;
					background: var(--blanco) !important;
					transform: scale(1.2);
				}

				@media (max-width:768px) {
					display: inline-block;
					width: 100%;
					text-align: center;

					&:hover {
						transform: none;
					}
				}
			}
		}
	}

	.banner {
		padding: 325px 0;
		background: linear-gradient(to bottom, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 0.8) 25%, rgba(20, 20, 20, 0.2) 75%, rgba(20, 20, 20, 0) 100%), url('assets/img/banner-contacto-conde.jpg') no-repeat center center / cover;
	}

	@media (max-width:768px) {
		.banner-separador {
			height: 36vh;
			padding: 0;
		}

		.contacto {
			padding: 0 12px;

			.col-lg-6:nth-child(1) {
				padding-right: 12px;

				h2 {
					font-size: 42px;
				}

				.icons-contact {
					justify-content: space-around;
				}
			}

			.col-lg-6:nth-child(2) {
				padding-right: 12px;
				padding-left: 12px;

				input:focus,
				textarea:focus {
					-webkit-box-shadow: none;
					-moz-box-shadow: none;
					box-shadow: none;
					border-bottom: 5px solid rgba(231, 17, 2, 0.5);
				}
			}

		}

		.banner {
			padding: 85px 0;
		}
	}
}

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

/* TEXTOS LEGALES */

#textos-legales {
	padding: 150px 0;
	background: var(--fondo);
	color: var(--blanco);

	.accordion-item {
		background: transparent !important;
		color: var(--blanco);
	}

	button.accordion-button {
		background: transparent;
		color: var(--blanco);
		text-transform: uppercase;
		font-size: 36px;
		transition: all 0.5s ease;

		&:hover {
			color: var(--gris);
			transform: scale(1.1) translateX(55px);
		}

	}

	.accordion-button::after {
		background: var(--fondo) !important;
		color: var(--negro) !important;
		border-radius: 50%;
	}

	.accordion-body {
		padding: 50px 0;

		h2 {
			font-weight: 700;
			font-family: var(--texto);
			font-size: 44px;
		}

		h3 {
			font-size: 36px;
		}

		h4 {
			font-weight: 400;
			font-style: italic;
		}
	}
}

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


/* FOOTER */


footer#colophon {
	background: var(--fondo);
	color: var(--blanco);

	/* @media (max-width:992px) {
		display: none;
	} */

	.container:nth-child(1) {
		.row:nth-child(1) {
			padding: 50px 0;

			a {
				color: var(--blanco);
				text-transform: uppercase;
				font-family: var(--texto);
				font-weight: 600;
				font-size: 20px;
				transition: all 0.5s ease;

				&:hover {
					color: var(--gris);
					transform: scale(1.1)
				}
			}
		}
	}

	.container-fluid:nth-child(2) {
		border-top: solid 1px var(--blanco);

		.container {
			.row:nth-child(1) {
				padding: 50px 0;


				.col-lg-12:nth-child(1) {

					display: flex;
					justify-content: space-between;

					a {
						color: var(--blanco);
						text-transform: uppercase;
						text-decoration: none;
						font-family: var(--texto);
						font-weight: 600;
						font-size: 20px;
						transition: all 0.5s ease;

						&:hover {
							color: var(--gris);
							transform: scale(1.1);
						}
					}

					@media (max-width:768px) {
						flex-direction: column;
						align-items: center;

						a {
							margin: 10px 0;

							&:nth-child(1) {
								margin-top: 0;
							}
						}
					}
				}
			}

			.row:nth-child(2) {
				padding: 50px 0;

				.col-lg-12 span {
					text-transform: uppercase;
					font-size: 16px;
					font-weight: 400;
				}

				@media (max-width:768px) {
					padding-top: 0;
				}

				.col-lg-12 {
					display: flex;
					justify-content: space-between;

					a {
						text-transform: uppercase;
						font-size: 16px;
						font-weight: 400;
						color: var(--blanco);
						transition: color 0.3s ease;

						&:hover {
							color: var(--gris);
						}
					}

					@media (max-width:768px) {
						flex-direction: column;
						align-items: center;

						a {
							order: -1;
							margin-bottom: 10px;
						}
					}
				}
			}


		}

	}

	.container-fluid:nth-child(3) {
		background: rgb(51, 51, 51);
		padding: 50px 0;

	}

	&>div:nth-child(3)>div>div {
		padding: 0 !important;

		a,
		small {
			font-size: 16px !important;
			text-transform: capitalize !important;
		}
	}


	@media (max-width:992px) {
		.row:nth-child(1) {
			a {
				font-size: 16px !important;
			}
		}

		.container-fluid:nth-child(3) {
			padding: 25px 0;

			small {
				font-size: 14px;
			}
		}

		div:nth-child(2)>div>div:nth-child(1) {
			padding-bottom: 0 !important;
		}

		div:nth-child(2)>div>div:nth-child(2)>div>a {
			margin: 10px 0;
		}

		div:nth-child(2)>div>div:nth-child(2)>div>span {
			margin-top: 10px;
		}
	}
}






/* MENU NAVIDAD */

#carta-navidad {
	background-color: var(--fondo);


	.col-lg-6 img {
		height: 70%;
		padding-top: 120px;

		@media (max-width:768px) {
			height: auto;
		}
	}
}