@charset "UTF-8";
/*!
Theme Name: H0 golf house
Theme URI: http://underscores.me/
Author: AXLI
Author URI: https://axli.eu
Description: A theme for H0 Golf House
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: maui
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.

H0 golf house 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: inherit;
  font-size: inherit;
}

/**
 * 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
--------------------------------------------- */
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Book.woff2") format("woff2"), url("../fonts/AvenirLTStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Light.woff2") format("woff2"), url("../fonts/../fonts/AvenirLTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-MediumOblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-MediumOblique.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Medium.woff2") format("woff2"), url("../fonts/AvenirLTStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-LightOblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-BookOblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-BookOblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "La Luxes Serif";
  src: url("../fonts/LaLuxesSerif.woff2") format("woff2"), url("../fonts/LaLuxesSerif.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NOIR et BLANC Med";
  src: url("../fonts/NOIRetBLANCMedItalic.woff2") format("woff2"), url("../fonts/NOIRetBLANCMedItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Delphia Village";
  src: url("../fonts/DelphiaVillage.woff2") format("woff2"), url("../fonts/DelphiaVillage.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Avenir LT Std";
  font-size: 1rem;
  line-height: 1.5;
}

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

h1 {
  font-family: "La Luxes Serif";
  font-size: 150px;
  line-height: 160px;
  color: white;
  margin: 0 auto;
}
h1 kbd {
  overflow: hidden;
}
h1 em {
  font-size: 39px;
  font-family: "Avenir LT Std";
  line-height: 35px;
  font-weight: 300;
  font-style: normal;
}

h2 {
  font-family: "La Luxes Serif";
  font-size: 144px;
  line-height: 154px;
  color: white;
  margin-bottom: 0;
}

h3 {
  font-family: "La Luxes Serif";
  font-size: 60px;
  line-height: 70px;
  color: white;
  margin-bottom: 0;
}
h3 em {
  color: #9D7B63;
  font-family: "NOIR et BLANC Med";
}

h4 {
  font-family: "La Luxes Serif";
  font-size: 60px;
  line-height: 70px;
  color: white;
  margin-bottom: 0;
}
h4 em {
  color: #9D7B63;
  font-family: "NOIR et BLANC Med";
}
h4 code {
  font-family: "Delphia Village";
  margin-right: -32px;
  font-size: 80px;
  margin-left: 25px;
}

h2 kbd, h3 kbd {
  display: block;
  opacity: 0;
  transform: translateY(50px);
  /* Inicia desplazado hacia abajo */
  transition: opacity 0.5s ease-out, transform 0.8s ease-out;
}

h2 kbd.visible, h3 kbd.visible {
  opacity: 1;
  transform: translateY(0);
  /* Se mueve a su posición normal */
}

h2 kbd.up, h3 kbd.up {
  transform: translateY(50px);
  /* Baja cuando subes el scroll */
}

h2 kbd.down, h3 kbd.down {
  transform: translateY(-50px);
  /* Sube cuando bajas el scroll */
}

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: black;
}

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

.textura {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.05;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  will-change: opacity;
  z-index: 100;
  pointer-events: none;
}
.textura .inner {
  background-image: url("../img/textura.gif");
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
}

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

/* Links
--------------------------------------------- */
a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

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

a.wp-block-button__link {
  border-radius: 0;
  border: solid 1px #EDDCD0;
  background: transparent;
  font-size: 16px;
  font-weight: 200;
  color: #EDDCD0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  gap: 10px;
  /* Espacio entre el texto y la flecha */
  transition: all 0.3s linear;
}
a.wp-block-button__link::after {
  content: "➝";
  /* Flecha hacia la derecha */
  font-size: 16px;
  padding-left: 70px;
  transition: all 0.3s linear;
}
a.wp-block-button__link:hover {
  background: #EDDCD0;
  color: black;
}
a.wp-block-button__link:hover::after {
  color: black;
  padding-left: 75px;
}

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
--------------------------------------------- */
.site-header {
  display: flex;
  margin: auto;
  align-items: center;
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 170px;
}
.site-header .site-branding {
  position: absolute;
  top: 5px;
  left: 25px;
}
.site-header .site-branding img {
  max-height: 180px;
  width: auto;
}
.site-header .menu-block {
  float: right;
}

.page-template-normalpage .site-header {
  border-bottom: solid 0.5px white;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: fixed;
}
.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;
  margin: 0 25px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  margin-right: 10px;
}

.menu-toggle[aria-expanded=true] .open {
  display: none;
}
.menu-toggle[aria-expanded=true] .close {
  display: block;
}

.menu-toggle[aria-expanded=false] .open {
  display: block;
}
.menu-toggle[aria-expanded=false] .close {
  display: none;
}

.menu-toggle {
  z-index: 99999;
  background: none;
  border: none;
  padding: 10px;
  position: absolute;
  right: 70px;
  top: 25px;
  color: white;
  font-size: 23px;
}
.menu-toggle img {
  width: 50px;
  margin-left: 10px;
  height: auto;
}

.menu-block ul {
  background: black;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 100px 15px;
  text-align: left;
  counter-reset: menu-counter;
  list-style: none;
  transform: translate(0px, 0px);
  clip-path: polygon(0px 0px, -100% 0px, 100% 100%, 0px 100%);
  width: 0px;
  margin: 0;
  padding: 0;
  /* Aplica numeración automática */
}
.menu-block ul li {
  margin: 35px 0;
  padding-left: 70px;
  visibility: hidden;
}
.menu-block ul li a {
  font-size: 100px;
  line-height: 120px;
  color: white;
  font-family: "La Luxes Serif";
}
.menu-block ul li a:hover {
  color: #9D7B63;
}
.menu-block ul li::before {
  counter-increment: menu-counter;
  content: counter(menu-counter, decimal-leading-zero) " ";
  font-size: 0.8em;
  /* Tamaño más pequeño */
  color: gray;
  /* Color opcional */
  position: relative;
  top: 40px;
  left: -25px;
  font-size: 20px;
}

.rrss {
  position: fixed;
  left: 70px;
  bottom: 50px;
  display: flex;
  display: none;
}
.rrss a {
  padding: 0 15px;
  color: gray;
  font-size: 20px;
}

.menu-logo {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
}
.menu-logo img {
  width: 400px;
}

.main-navigation.toggled .rrss {
  display: flex;
}

.main-navigation.toggled .menu-logo {
  display: block;
}

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

.lang {
  position: absolute;
  right: 20px;
  top: 19px;
}
.lang a {
  font-size: 23px;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

img {
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transform: scale(1.2);
  /* Estado inicial (zoom-in) */
  opacity: 0;
  /* Oculto inicialmente */
}

.visible {
  transform: scale(1);
  /* Estado final */
  opacity: 1;
}

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

/* Pages
--------------------------------------------- */
/*   HOME   */
body p, body a {
  color: #EDDCD0;
  font-weight: 200;
}

.refined {
  position: absolute !important;
  bottom: 70px;
  left: 600px;
  font-family: "Avenir LT Std";
  font-size: 39px;
  line-height: 35px;
  font-weight: 300;
  color: #EDDCD0;
  width: auto;
  max-width: 300px;
}

.titulo-animado {
  text-align: left;
  overflow: hidden;
}

.linea-izquierda,
.linea-derecha {
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 1s ease, opacity 1s ease;
}

.linea-derecha {
  transform: translateX(100%);
}

.titulo-animado.aparece .linea-izquierda {
  transform: translateX(0);
  opacity: 1;
}

.titulo-animado.aparece .linea-derecha {
  transform: translateX(0);
  opacity: 1;
}

.tell h2 {
  color: #9D7B63;
}
.tell h2 em {
  font-family: "Delphia Village";
  font-size: 144px;
}
.tell h2 code {
  font-family: "La Luxes Serif";
  margin-right: 200px;
}
.tell h2 code::before {
  content: "";
  display: inline-block;
  width: 150px;
  /* Ancho de la imagen */
  height: 223px;
  /* Alto de la imagen */
  margin-right: 8px;
  /* Espacio entre la imagen y el texto */
  background-image: url("../img/tell.jpg");
  /* Ruta de la imagen */
  background-size: cover;
  /* Asegura que la imagen se ajuste al tamaño del elemento */
  background-repeat: no-repeat;
  /* Evita que la imagen se repita */
  vertical-align: bottom;
  /* Alineación con el texto */
  margin-bottom: 25px;
  margin-right: 45px;
}

.creative {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translate(-50%, 0);
  z-index: 99;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border-top: solid 1px #EDDCD0;
  border-bottom: solid 1px #EDDCD0;
  padding: 30px 0;
}

.marquee-content {
  display: inline-flex;
  animation: marquee 10s linear infinite;
}

.marquee-content span {
  padding-right: 30px;
  font-family: "La Luxes Serif";
  font-size: 60px;
  line-height: 70px;
  color: #EDDCD0;
  margin-bottom: 0;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.aboutus p {
  font-family: "La Luxes Serif";
  font-size: 100px;
  margin: 0;
  color: #EDDCD0;
  position: relative;
  z-index: 99;
}
.aboutus img {
  margin-top: -100px;
  margin-bottom: -100px;
  z-index: -1;
}

.abouttext p {
  color: #EDDCD0;
}

/* HOME BODAS LOOP */
.bodas-loop {
  padding-bottom: 25px;
}
.bodas-loop .boda-item {
  height: 100vh;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bodas-loop .boda-item h2 {
  font-size: 40px;
  line-height: 50px;
  color: #EDDCD0;
  z-index: 9999;
  position: relative;
  text-decoration: none !important;
}
.bodas-loop .boda-item h2 a {
  text-decoration: none !important;
}
.bodas-loop video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* ABOUT */
.page-template-normalpage main {
  padding-top: 165px;
}
.page-template-normalpage h2 {
  color: #EDDCD0;
}
.page-template-normalpage .tell h2 code::before {
  content: "";
  background-image: url("../img/who.jpg");
  /* Ruta de la imagen */
}

.life {
  border-top: solid 0.5px white;
}

.bio h2 {
  font-size: 60px;
  line-height: 65px;
}

.meet {
  left: 25px;
  position: absolute;
  z-index: 99;
}
.meet h3 {
  writing-mode: vertical-rl;
  /* Texto en vertical de derecha a izquierda */
  text-orientation: mixed;
  font-size: 102px;
  line-height: 106px;
  transform: rotate(180deg);
  text-align: center;
}
.meet h3 code {
  font-family: "Delphia Village";
}

/* ARCHIVE */
.bodas header {
  height: 70vh;
  width: 100%;
  background: url("../img/stories.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bodas header h1 {
  font-family: "La Luxes Serif";
  font-size: 120px;
}
.bodas header h1 span {
  font-family: "Delphia Village";
  margin-right: -25px;
}

/* SINGLE */
.boda-single {
  height: 100vh;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: none;
}
.boda-single a .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 95%;
  z-index: 10;
}
.boda-single a .content h1 {
  font-size: 80px;
  line-height: 85px;
}
.boda-single a .content h4 {
  font-family: "Avenir LT Std";
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 15px;
}
.boda-single .watch {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 10;
}
.boda-single .watch a.wp-block-button__link {
  border-radius: 30px;
}
.boda-single .watch a.wp-block-button__link::after {
  content: none;
}
.boda-single .watch a.wp-block-button__link::before {
  content: "►";
  /* Flecha hacia la derecha */
  font-size: 16px;
  padding-right: 0px;
  transition: all 0.3s linear;
}

/* Contenedor del video en fullscreen */
.video-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 8888;
  /* Por debajo del menú y logo */
  display: none;
}

.video-fullscreen iframe {
  width: 100%;
  height: 100%;
}

.custom-cursor {
  position: absolute;
  pointer-events: none;
  /* No interfiere con los clics */
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  /* Se muestra al entrar en la portada */
}

.resumen {
  display: flex;
  justify-content: space-between;
  padding: 50px 25px;
}
.resumen .lugar {
  width: 25%;
  font-weight: 300;
}
.resumen .texto {
  width: 30%;
}

.tellus {
  padding: 50px 25px;
  border-top: solid 0.5px white;
}
.tellus p {
  padding-right: 40%;
}

/* CONTACT */
.create {
  position: relative;
}
.create h2 {
  font-size: 80px;
  line-height: 85px;
  padding: 150px 0;
}
.create h2 code {
  font-family: "Delphia Village";
  font-size: 90px;
  margin-right: -30px;
  margin-left: 25px;
}
.create .img {
  position: absolute !important;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  width: auto !important;
  top: -16px;
}
.create .img img {
  height: calc(100vh - 145px);
  width: auto;
}

.create.dos h2 {
  padding-bottom: 50px;
}
.create.dos img {
  height: 45vh;
}

.form {
  /* Asegurar que el texto sea blanco mientras se escribe */
}
.form h3 code {
  font-family: "Delphia Village";
  font-size: 80px;
  margin-right: -30px;
  margin-left: 25px;
}
.form input, .form textarea, .form select {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px white;
  width: 100%;
  color: white;
}
.form input:focus, .form input:active, .form textarea:focus, .form textarea:active {
  color: white !important;
  outline: none;
  /* Elimina el borde azul en algunos navegadores */
}
.form textarea {
  border: solid 1px white;
  margin-top: 10px;
  padding: 10px;
}
.form input[type=submit] {
  background: white;
  color: black;
  padding: 20px 15px 15px 15px;
}
.form input::-webkit-input-placeholder {
  color: #EDDCD0;
}
.form input::-moz-placeholder {
  color: #EDDCD0;
}
.form input:-ms-input-placeholder {
  color: #EDDCD0;
}
.form input::-ms-input-placeholder {
  color: #EDDCD0;
}

/* FAQ */
.faqheader {
  border-bottom: solid 0.5px white;
}

.faq .uagb-faq-item {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: solid 0.5px white;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 0;
}
.faq .uagb-faq-item:last-child {
  border-bottom: solid 0.5px white;
}

.faqfooter {
  border-top: solid 0.5px white;
}

/* FOOTER */
.site-footer {
  padding: 0px 25px;
  border-top: solid 0.5px white;
}
.site-footer .site-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .site-info .coluno, .site-footer .site-info .coltres {
  width: 25%;
  padding: 25px 50px;
}
.site-footer .site-info .coluno p, .site-footer .site-info .coluno a, .site-footer .site-info .coltres p, .site-footer .site-info .coltres a {
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  line-height: 40PX;
}
.site-footer .site-info .coluno p:hover, .site-footer .site-info .coluno a:hover, .site-footer .site-info .coltres p:hover, .site-footer .site-info .coltres a:hover {
  color: #9D7B63;
}
.site-footer .site-info .coldos {
  border-right: solid 0.5px white;
  border-left: solid 0.5px white;
  width: 50%;
}
.site-footer .site-info ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rrssblock {
  padding-top: 50px;
}
.rrssblock p {
  font-size: 14px;
}
.rrssblock h6 {
  font-size: 30px;
  letter-spacing: 5px;
  margin: 10px 0;
  font-weight: 500;
}

/* Page transtitions
--------------------------------------------- */
#transition {
  z-index: 30;
  background: #2d3a36;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.9s;
}

#transition.opened {
  opacity: 1;
  pointer-events: initial;
}

#transition.closed {
  opacity: 0;
  pointer-events: none;
}

.loader {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
  --page-padding: 1.5rem;
  --color-text: #fff;
  --color-bg: #12100e;
  --color-link: rgba(255,255,255,0.6);
  --color-link-hover: #fff;
  --color-bg-1: #2f251e;
  --color-bg-2: #43392f;
  --color-bg-3: var(--color-bg-1);
  --color-bg-4: var(--color-bg-2);
  --color-bg-5: var(--color-bg-1);
  --color-bg-6: var(--color-bg-2);
}

body {
  margin: 0;
  color: var(--color-text);
  background-color: var(--color-bg);
  font-family: "area-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 150, "wght" 500, "INKT" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
}

.demo-2,
.demo-4,
.demo-6,
.demo-8,
.demo-10,
.demo-12,
.demo-14 {
  --color-text: #000;
  --color-bg: #e1e1e1;
  --color-link: rgba(0,0,0,0.6);
  --color-link-hover: #000;
  --color-bg-1: #9d9d9d;
  --color-bg-2: #c7c7c7;
  --color-bg-3: var(--color-bg-1);
  --color-bg-4: var(--color-bg-2);
  --color-bg-5: var(--color-bg-1);
  --color-bg-6: var(--color-bg-2);
}

.demo-9 {
  --color-bg-1: #2f251e;
  --color-bg-2: #43392f;
  --color-bg-3: #18130e;
  --color-bg-4: var(--color-bg-1);
  --color-bg-5: var(--color-bg-2);
  --color-bg-6: var(--color-bg-3);
}

.demo-10 {
  --color-bg-1: #9d9d9d;
  --color-bg-2: #c7c7c7;
  --color-bg-3: #7c7c7c;
  --color-bg-4: var(--color-bg-1);
  --color-bg-5: var(--color-bg-2);
  --color-bg-6: var(--color-bg-3);
}

/* Page Loader */
.js .loading::before,
.js .loading::after {
  content: "";
  position: fixed;
  z-index: 5000;
}

.js .loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.js .loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
  cursor: pointer;
}

a:hover {
  color: var(--color-link-hover);
  outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
  /* Provide a fallback style for browsers
   that don't support :focus-visible */
  outline: none;
  background: lightgrey;
}

a:focus:not(:focus-visible) {
  /* Remove the focus indicator on mouse-focus for browsers
   that do support :focus-visible */
  background: transparent;
}

a:focus-visible {
  /* Draw a very noticeable focus style for
   keyboard-focus on browsers that do support
   :focus-visible */
  outline: 2px solid red;
  background: transparent;
}

.unbutton {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}

.unbutton:focus {
  outline: none;
}

.frame {
  padding: var(--page-padding);
  position: relative;
  display: grid;
  z-index: 1000;
  width: 100%;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  justify-items: start;
  text-transform: uppercase;
  font-size: 12px;
}

.frame--header {
  height: 100%;
  z-index: 3000;
  background-size: auto 80%;
  background-position: 120% 50%;
  background-repeat: no-repeat;
  grid-template-areas: "title" "prev" "back" "sub" "sponsor" "demos" "heading";
}

.frame--footer {
  grid-template-areas: "credits" "author";
  align-content: end;
}

.frame #cdawrap {
  justify-self: start;
}

.frame a {
  pointer-events: auto;
}

.frame__title {
  grid-area: title;
  font-size: inherit;
  margin: 0;
}

.frame__back {
  grid-area: back;
  justify-self: start;
}

.frame__prev {
  grid-area: prev;
  justify-self: start;
}

.frame__sub {
  grid-area: sub;
}

.frame__demos {
  grid-area: demos;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: start;
  flex-wrap: wrap;
  background: var(--color-bg);
  border: 1px solid;
  padding: 1rem;
  border-radius: 10px;
}

.frame__demos > * {
  width: 2rem;
  display: block;
  flex: none;
  text-decoration: none;
  border-radius: 50%;
  aspect-ratio: 1;
  border: 1px solid var(--color-link-hover);
  display: grid;
  place-items: center;
  padding-top: 0.2em;
  background: var(--color-bg);
}

.frame__demos > span {
  filter: invert(100%);
}

.frame__demos::before {
  content: "Variations:";
}

.frame__heading {
  grid-area: heading;
  align-self: center;
  justify-self: start;
  width: min-content;
  display: flex;
  flex-direction: column;
  margin-top: 10vh;
}

.frame__heading h2 {
  margin: 0;
  line-height: 0.9;
  text-transform: uppercase;
  margin-left: -0.065em;
  font-size: clamp(2.5rem,12vw,7rem);
  letter-spacing: -0.105em;
  font-variation-settings: "slnt" 0, "wdth" 400, "wght" 900, "INKT" 400;
}

i {
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400, "INKT" 400;
}

.frame__heading p {
  margin: 0;
}

.frame__credits {
  grid-area: credits;
}

.frame__author {
  display: flex;
  gap: 1.5rem;
  grid-area: author;
}

.content {
  padding: var(--page-padding);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content--perspective {
  perspective-origin: 50% 0%;
  perspective: 1000px;
}

.text-large {
  font-size: clamp(1.5rem,5vw,3rem);
  max-width: 900px;
  margin: 0 0 0.85em 0;
  line-height: 1.2;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500, "INKT" 100;
}

.content--sticky {
  width: 100vw;
  position: sticky;
  top: 0;
  --offset: 0px;
  top: var(--offset);
  height: calc(100vh - var(--offset));
}

.content--grid,
.content--grid .content__inner {
  display: grid;
  overflow: hidden;
  grid-column-gap: 5vw;
  grid-row-gap: 2vh;
  align-content: center;
  grid-template-areas: "content-img" "content-title" "content-text";
  justify-items: center;
}

.content--grid:has(.content__inner) {
  display: block;
  padding: 0;
}

.content__inner {
  width: 100%;
  height: 100%;
  border-radius: 0 0 2rem 2rem;
}

.content--card {
  display: flex;
  flex-direction: column;
  height: 80vh;
  width: 95vw;
  max-width: 500px;
  aspect-ratio: 0.8;
  top: 10vh;
  margin: auto;
  border-radius: 14px;
  gap: 3vh;
  text-align: center;
  margin-bottom: 5vh;
}

.content--card .content__title {
  font-size: clamp(1.5rem,4vw,3.5rem);
}

.content--card .content__title i {
  display: block;
}

.content--half {
  display: flex;
  flex-direction: column;
  gap: 3vh;
  text-align: center;
}

.content--half:nth-child(odd) {
  margin-left: auto;
}

.content__img {
  grid-area: content-img;
  width: 50%;
  max-width: 300px;
  height: auto;
}

.content__img--large {
  width: 60%;
  height: auto;
}

.content__img--small {
  height: 35%;
  width: auto;
}

.spacer {
  margin-top: 20vh;
}

.content__title {
  grid-area: content-title;
  letter-spacing: -0.095em;
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
  font-size: clamp(2rem,6vw,5rem);
  margin: 0;
  font-variation-settings: "slnt" 0, "wdth" 400, "wght" 900, "INKT" 400;
}

.content__text {
  margin: 0;
  max-width: 500px;
  grid-area: content-text;
  text-align: center;
  line-height: 1.5;
  padding: 0 1rem;
  backface-visibility: hidden;
}

.content__text--narrow {
  max-width: 300px;
}

.content--intro {
  padding-top: 25vh;
  padding-bottom: 25vh;
  z-index: 2;
}

.content--outro {
  padding-top: 50vh;
  padding-bottom: 30vh;
}

@media screen and (min-width: 63em) {
  body {
    --page-padding: 2rem 3rem;
  }

  .frame--header {
    height: 100vh;
    grid-template-columns: auto auto auto 1fr 1fr;
    grid-template-rows: auto 1fr auto;
    align-content: space-between;
    grid-template-areas: "title back prev sub sponsor" "heading heading heading heading heading" "demos demos demos demos demos";
  }

  .frame__heading {
    margin-top: 0;
  }

  .frame__heading h2 {
    white-space: nowrap;
  }

  .frame__heading p {
    margin: 0 0 0 auto;
  }

  .content--grid .content__title {
    align-self: end;
  }

  .frame__demos {
    position: fixed;
    bottom: 2rem;
  }

  .frame--footer {
    padding-bottom: 0;
    grid-template-areas: "credits ..." "... author";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 6rem;
  }

  .frame__author {
    align-self: center;
  }

  .frame #cdawrap {
    max-width: 300px;
    text-align: right;
  }

  .frame #cdawrap,
.frame__author,
.frame__sub {
    justify-self: end;
  }

  .content--grid,
.content--grid .content__inner {
    grid-template-areas: "content-img content-title" "content-img content-text";
    grid-template-columns: 30% 1fr;
    justify-items: start;
  }

  .content__img--large {
    width: 160%;
  }

  .content__img--left {
    justify-self: end;
  }

  .content__text--left {
    text-align: left;
    align-self: start;
  }

  .content--card {
    width: 50vw;
  }

  .content--half {
    width: 50%;
  }
}
/* Responsive
--------------------------------------------- */
@media screen and (max-width: 900px) {
  .site-header .site-branding {
    left: 5px;
  }

  .main-navigation.toggled ul {
    padding-top: 65px;
  }

  .menu-block ul li a {
    font-size: 50px;
    line-height: 55px;
  }

  .menu-logo img {
    width: 150px;
  }

  .main-navigation.toggled .rrss {
    display: block;
    left: 25px;
  }

  .menu-block ul li::before {
    top: 28px;
    left: -32px;
  }

  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .refined {
    position: relative !important;
    left: 0;
    top: inherit;
    bottom: inherit;
    margin-left: -20px;
  }

  h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .tell h2 em {
    font-size: 60px;
  }

  .tell h2 {
    text-align: center;
  }

  .tell h2 code {
    margin-right: 0;
  }

  .tell h2 code::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 139px;
    margin-right: 8px;
    background-image: url("../img/tell.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-bottom: 11px;
    margin-right: 15px;
  }

  h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .aboutus p {
    font-size: 60px;
    line-height: 70px;
  }

  .meet h3 {
    display: none;
  }

  .bodas header h1, .boda-single a .content h1, .create h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .create h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .create h2 code, .form h3 code {
    font-size: 60px;
  }

  .resumen {
    display: block;
  }
  .resumen .lugar, .resumen .texto {
    width: 100%;
  }

  .col2 {
    margin-top: -35px;
  }
  .col2 .uagb-faq-item:first-child {
    border-top: 0;
  }

  a.wp-block-button__link {
    width: max-content;
  }

  .site-footer .site-info {
    display: block;
  }

  .site-footer .site-info .coluno, .site-footer .site-info .coltres {
    text-align: center;
  }

  .site-footer .site-info .coldos {
    border: none;
    width: 50%;
    margin: auto;
  }

  .site-footer .site-info .coluno, .site-footer .site-info .coltres {
    width: 100%;
    margin: auto;
  }
  .site-footer .site-info .coluno p, .site-footer .site-info .coltres p {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
