/* Paquete básico de reglas */

:root {
	--defaultBackgroundColor: #FFFFFF;
	--primaryBrandColor: #DCB073;
	--primaryHoverColor: #2E3E2C;
	--secondaryBrandColor: #C68E41;
	--mutedColor: #FDF3E5;
	--formInputColor: #dbd1c2;
}

::selection {
  background-color: var(--primaryBrandColor);
  color: white; /* o el color que contraste mejor con tu secundario */
}

/* Backgrounds */

body {
	background-color: var(--defaultBackgroundColor);
	color: black;
	font-size: 18px;
}

em {
	color: inherit;
}

.uk-background-default {
	background-color: var(--defaultBackgroundColor);
}

.uk-background-white {
	background-color: white;
}

.uk-background-muted.uk-background-muted {
	background-color: var(--mutedColor);
}

.uk-background-muted-darker {
	background-color: #c7bdaf;
}

.uk-background-muted-darker a {
	color: #524d47;
}

/* Offcanvas Bar */

.uk-offcanvas-bar {
	background-color: #DCB073;
	width: calc(100vw);
}

.uk-offcanvas-bar a {
	color: white!important;
}

.uk-offcanvas-bar ul.menu-large li a {
	font-size: clamp(3rem, 2vw, 7rem); /* Tamaño de letra fluido */
}

.uk-offcanvas-bar ul.menu-large li ul {
	padding-left: 0;
}

.uk-offcanvas-bar ul.menu-large li ul li a {
	font-size: clamp(1.75rem, 2vw, 3.5rem); /* Tamaño de letra fluido */
}

.idioma {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	padding: 2px 8px;
}

.idioma-seleccionado {
	border: 1px solid var(--primaryBrandColor);
}

.uk-offcanvas-bar .logo {
	filter: grayscale(100);
	opacity: 0.15;
}

.uk-background-body {
	background-color: #fffdfa;	
}

.uk-border-rounded-xl {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.uk-border-rounded-xl:not(.uk-overflow-visible) {
	overflow: hidden;
}

.uk-slidenav {
	display: none;
}

.logo {
	max-width: 60vw;
	max-height: 34px;
}

#navbar {
	background-color: white;
	max-height: 68px;
}

#header {
	min-width: 100vw;
	max-width: 100vw;
	width: 100vw;

	max-height: 68px;
	padding: 0 20px;
	box-sizing: border-box;
	position:fixed;
	z-index: 101;
}

.uk-padding-xlarge {
	padding: 160px;
}

.uk-light * {
	color: white!important;
}

.uk-navbar-toggle {
	min-height: 68px;
}

/* Font family */

.questrial-regular {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins-thin {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.poppins-extralight {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.poppins-light {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.poppins-semibold {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.poppins-bold {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.poppins-extrabold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.poppins-black {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.poppins-thin-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: italic;
}

.poppins-extralight-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: italic;
}

.poppins-light-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.poppins-regular-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.poppins-medium-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: italic;
}

.poppins-semibold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.poppins-bold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.poppins-extrabold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: italic;
}

.poppins-black-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: italic;
}



body {
	font-family: "Poppins", sans-serif;
}

.uk-text-medium {
	font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading, .serif {
	font-family: "Questrial", serif!important;
}

h1.encabezado {
	font-size: 38px;
}



.drop-shadow {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

img.drop-shadow {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
}

@media (min-width: 640px) {
	h1.encabezado {
		font-size: 60px;
	}

	h1.encabezado.titulo-blog {
		font-size: 50px;
	}
}

.uk-text-lead {
	font-family: "Questrial", sans-serif;
	font-size: 20px;
	letter-spacing: 3px;
	line-height: normal;
}

@media (min-width: 640px) {
	h1.encabezado {
		font-size: 60px;
	}

	.uk-text-lead {
		font-size: 38px;
	}
}


.uk-heading-large {
	font-size: 4rem;
}

/* Overlay */

.uk-overlay-primary {
	transition: all linear 0.2s;
	background-color: rgba(77, 54, 39, 0.45);
}

a .uk-overlay-primary:hover {
	transition: all linear 0.2s;
	background-color: rgba(77, 54, 39, 0.69);
}

.uk-light {
	color: white; !important;
}

.text-white, .uk-text-white {
	color: white; !important;
}

.uk-text-primary {
	color: var(--primaryBrandColor)!important;
}

.text-nomargin > p:first-child {
	margin-top: 0;
	margin-bottom: 0;
}

.uk-h1.uk-h1 {
	margin-bottom: initial;
}

.uk-slideshow-nav {
	display: none;
}

h1,.uk-h1,h2,.uk-h2,h3,.uk-h3 {
	line-height: 1; !important;
}

h1, .uk-h1 {
	font-size: 60px;
	letter-spacing: 4px;
}

h2, .uk-h2 {
	font-size: 20px;
	letter-spacing: 2px;
}

h3, .uk-h3 {
	font-size: 25px;
}

.rounded-full {
	border-radius: 9999px;
}

.background-layer {
	position: fixed;
	z-index: 0;
	overflow: hidden;
	width: 100vw;
	min-height: calc(100vh - 80px);
}

.dummy-background {
	min-height: calc(100vh - 80px);
	width: 100vw;
}

header.uk-sticky.uk-active {
	box-shadow: 0px 0px 8px rgba(77, 54, 39,0.08);
}

.header-img {
	position: fixed;
	z-index: 0;
	overflow: hidden;
	width: 100vw;
	aspect-ratio: 3/1;
}

.dummy-header {
	width: 100vw;
	aspect-ratio: 3/1;
}

.uk-container-to-right {
	margin-right: calc(-15vw)!important;
}

.uk-zindex {
	z-index: 10;
}

.wrapper .seccion:not(:first-child) {
	position: relative;
}

.uk-link, a {
	color: var(--primaryBrandColor);
}

a.uk-link-text:hover {
	color: var(--primaryBrandColor);
}

a:hover {
	text-decoration: none;
}

.uk-link:hover, a:hover {
	color: var(--primaryHoverColor);
}



.uk-button.uk-button {
	border-radius: 9999px;
}

.uk-background-primary {
	background-color: var(--primaryBrandColor);
}

.uk-background-secondary {
	background-color: var(--secondaryBrandColor);
}

/* Botones */

.uk-button {
	text-transform: none;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: "Questrial", sans-serif;
	background-color: white;
	color: black;
	border: none;
	font-size: 16px;
}

.boton-circulo {
	text-transform: none;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: "Questrial", sans-serif;
	background-color: var(--primaryBrandColor);
	color: white;
	border: none;
	font-size: 22px;
}

.boton-circulo-transparente {
	text-transform: none;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: "Questrial", sans-serif;
	background-color: transparent;
	color: var(--primaryBrandColor);
	border: none;
	font-size: 22px;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;

}

.boton-circulo,
.boton-circulo-transparente {
	display: inline-flex;
	align-items: center;
}

.boton-circulo::before,
.boton-circulo-transparente::before {
	content: '●';
	display: block;
	line-height: 1;
	font-size: 60%;
	margin-right: 8px;
	transform: scale(1);
	transition: transform 0.3s ease;
}

.post-card {
	background-color: var(--mutedColor);
}

.offcanvas-menu-link {
	text-transform: uppercase;
}

.offcanvas-menu-link::before {
	content: '●';
	display: block;
	margin-right: 4px;
	font-size: 60%;
	transform: scale(1);
	transition: transform 0.3s ease;

}

.offcanvas-menu-link:hover:not(.selected)::before {
	transform: scale(2); /* Expansión desde el centro al hacer hover */
}

.offcanvas-menu-link.selected::before {
	transform: scale(2)
}

.boton-circulo:hover::before,
.boton-circulo-transparente:hover::before {
  transform: scale(2); /* Expansión desde el centro al hacer hover */
}

.boton-circulo:hover {
	color:white;
}

.boton-circulo-transparente:hover {
	color: var(--primaryBrandColor);
}


html body .uk-container .commonninja-ribbon-link {
	visibility: hidden !important;
	display: none !important;
}

a[href*="https://www.instagram.com"] .fa.fa-instagram {
	color: black;
}

a[href*="https://www.instagram.com"]:hover .fa.fa-instagram {
	color: var(--primaryBrandColor);
}

a[href*="https://www.instagram.com"]:hover h2 {
	color: var(--primaryBrandColor);
}



i.fa.fa-map-marker-alt {
	font-weight: 300;
}

.uk-button:hover:not(.boton-circulo):not(.boton-circulo-transparente) {
	background-color: #FFFBF5;
}

.btn-with-arrow.uk-button-large {
	padding-left: 62px
}

.btn-with-arrow i {
  margin-left: 0.5em;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.4s ease;
}

.btn-with-arrow:hover i {
  opacity: 1;
  transform: translateX(0);
}

.uk-link-text.btn-with-arrow i {
	opacity: 0.5;
	transform: translateX(0px);
}

.uk-link-text.btn-with-arrow:hover i {
	opacity: 1;
	transform: translateX(12px);
}

.uk-button {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.uk-button-primary {
	background-color: var(--primaryBrandColor);
}

.uk-button-primary:hover {
	background-color: var(--primaryHoverColor)!important;
}

.uk-button-secondary {
	color: white;
	background-color: var(--secondaryBrandColor);
}

.uk-button-secondary:hover {
	color: white!important;
	background-color: var(--primaryHoverColor)!important;
}

.uk-button-default:hover {
	color: black!important;
	background-color: #fffbf5!important;
}




/* Formularios */

.uk-input, .uk-textarea {
	background-color: var(--defaultBackgroundColor);
}



.uk-input:focus, .uk-input:active, .uk-textarea:focus, .uk-textarea:active {
	border: 1px solid #333;
}

#info .uk-form-label {
	visibility: hidden;
}


/* Específicas */

.horario {
	display: none;
}

.enero .horario.horario-invierno, .febrero .horario.horario-invierno, .marzo .horario.horario-invierno, .noviembre .horario.horario-invierno, .diciembre .horario.horario-invierno {
	display: block;
}

.abril .horario.horario-verano, .mayo .horario.horario-verano, .junio .horario.horario-verano, .julio .horario.horario-verano, .agosto .horario.horario-verano, .septiembre .horario.horario-verano {
	display: block;
}

.scroll-icon {
  animation: floatDownUp 3s ease-in-out infinite;
  opacity: 0.8;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  text-align: center;
  background-color: rgba(0,0,0, 0.25);
}

@keyframes floatDownUp {
  0%, 100% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(10px);
  }
}

.img-multiply {
	mix-blend-mode: multiply;
}

#slider-marcas .bloque-div {
	background-color: var(--mutedColor);
}

/*
	Preload
	
*/

#preload * {
	opacity: 0.65;
}

#preload .logo-preload {
	filter: grayscale(100) brightness(50);
	transform: translateX(4%);
	opacity: 0.25;
}

/*

	ON OFF SWITCHER FOR COOKIES
	https://proto.io/freebies/onoff/
	
	
*/

.onoffswitch {
	position: relative; width: 40px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	height: 20px; padding: 0; line-height: 20px;
	border: 2px solid #E3E3E3; border-radius: 20px;
	background-color: #E8E8E8;
	transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
	content: "";
	display: block; width: 20px; margin: 0px;
	background: #FFFFFF;
	position: absolute; top: 0; bottom: 0;
	right: 16px;
	border: 2px solid #E3E3E3; border-radius: 20px;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
	background-color: var(--primaryBrandColor);
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: var(--primaryBrandColor);
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
	right: 0px; 
}

.mapa-responsive {
	position: relative;
	padding-bottom: 56.25%; /* Ratio 16:9 */
	height: 0;
	overflow: hidden;
}

.mapa-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Media Queries */

@media (max-width: 960px) {
	
	.uk-heading-large {
		font-size: 2.5rem;
	}
	
	.uk-heading-large {
		font-size: 3rem;
	}

	.uk-button.uk-button-large.btn-with-arrow {
		padding-left: 40px;
	}
	
	.uk-button.btn-width-arrow i {
		display: none;
	}
	
}

.post-card-img {
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;

}

.post-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.header-sticky-placeholder {
	min-width: 100vw;
	max-width: 100vw;
	width: 100vw;

	max-height: 68px;
	min-height: 68px;
	height: 68px;
}