@charset "UTF-8";
/*
Theme Name:         Festival de la Lana 2025 
Description:        Festival de la Lana 2025 Theme
Version:            1.0
Author:             chuchurex
Author URI:         https://chuchurex.cl/

License:            GPLv2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        lana25
*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

*:hover {
  outline: none;
}

*:focus {
  outline-color: #006795;
}

/* *::selection {
	background: rgba(#2d2d2d, 0.4);
} */
header img::selection,
footer img::selection {
  background: 0 !important;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
td,
th {
  text-align: left;
  font-weight: normal;
}

iframe {
  border: 0;
}

img {
  border: 0;
  line-height: 1;
}

a {
  text-decoration: none;
}

¿ html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
  	 * Remove the inner border and padding in Firefox.
  	 */
  /**
  	 * Restore the focus styles unset by the previous rule.
  	 */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
  	 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
  	 */
}

[type=search]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 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;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 19px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #FDEFD9;
  font-family: "Barlow", sans-serif;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: 700;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  color: #e9640c;
}

[data-whatinput=mouse] a:focus,
button:focus [data-whatinput=touch] a:focus,
button:focus {
  outline: none;
}

/* -- 02. Flex Grid */
@media (min-width: 768px) {
  .site-header {
    background: url(assets/img/bg_header_desk.png) repeat-x;
  }
}

.headerbox {
  display: none;
}
@media (min-width: 768px) {
  .headerbox {
    display: block;
  }
}

.site-branding {
  background: url(assets/img/bg_header.png) no-repeat #DB4150;
  background-size: cover;
  height: 197px;
}
@media (min-width: 768px) {
  .site-branding {
    background: none;
    position: relative;
    max-width: 1520px;
    margin: 0 auto;
    height: 606px;
    padding-top: 140px;
    overflow: hidden;
    position: relative;
  }
}

@media (min-width: 768px) {
  .site-branding::after {
    content: "";
    background: url(assets/img/textil.png) no-repeat center center;
    background-size: 1520px 445px;
    height: 445px;
    position: absolute;
    max-width: 1520px;
    bottom: 47px;
    left: 0;
    right: 0;
  }
}

.mobile {
  display: inline-block;
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media (min-width: 768px) {
  .desktop {
    display: block;
  }
}

.site-nav {
  min-height: 60px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .site-nav {
    position: absolute;
  }
}

.site-branding {
  text-align: center;
}

.isfree {
  display: none;
}
@media (min-width: 768px) {
  .isfree {
    display: block;
    position: absolute;
    width: 163px;
    height: 161px;
    background: url(assets/img/isfree.png) no-repeat;
    bottom: 171px;
    right: 80px;
    font-size: 0;
  }
}
@media (max-width: 1100px) {
  .isfree {
    right: 10px;
  }
}
@media (max-width: 950px) {
  .isfree {
    right: 1px;
    bottom: inherit;
    top: 40px;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-title-header .page-title {
    text-align: center;
    padding-bottom: 1rem;
    position: relative;
    margin-top: 1rem;
  }
  .page-title-header .page-title:after {
    content: "";
    bottom: 0;
    position: absolute;
    width: 35px;
    height: 1px;
    background: #333;
    left: 50%;
    margin-left: -17.5px;
  }
}
@media print, screen and (min-width: 40em) {
  .page-title-header {
    position: relative;
  }
  .page-title-header img {
    min-width: 100%;
  }
  .page-title-header .page-title-wrap {
    width: 100%;
    position: absolute;
    bottom: 1rem;
  }
  .page-title-header .page-title-wrap .page-title {
    text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5);
    color: #fefefe;
  }
}
.site-header .header__open-nav {
  position: absolute;
  display: none;
  width: 30px;
  height: 34px;
  top: calc(50% - 17px);
  right: 13px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .site-header .header__open-nav {
    display: block;
    top: 27px;
  }
}

.site-header .header__open-nav span {
  position: absolute;
  display: block;
  background: #FDEFD9;
  width: 21px;
  height: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in 0.2s;
}

.site-header .header__open-nav span.txt {
  background: 0;
  color: #FDEFD9;
  font-size: 9px;
  width: 30px;
  height: auto;
}

.site-header .header__open-nav .ln-1 {
  top: 2px;
}

.site-header .header__open-nav .ln-2 {
  top: 10px;
}

.site-header .header__open-nav .ln-3 {
  top: 18px;
}

.site-header .header__open-nav .txt {
  top: 24px;
  left: 3px;
}

.site-header .header__open-nav.open span {
  opacity: 1;
  transition: all 0.3s ease-out 0.25s;
}
@media screen and (max-width: 767px) {
  .site-header .header__open-nav.open span {
    background: white;
  }
}

.site-header .header__open-nav.open .ln-1 {
  background: white;
  top: 11px;
  transform: rotate(-135deg);
}

.site-header .header__open-nav.open .ln-2 {
  background: 0;
  opacity: 0;
}

.site-header .header__open-nav.open .ln-3 {
  background: white;
  top: 11px;
  transform: rotate(135deg);
}

.site-header .header__open-nav.open .txt {
  background: 0;
  opacity: 0;
}

/* -- 09. Footer */
.footer {
  background: url(assets/img/footer.png) no-repeat;
  background-size: cover;
  height: 576px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    background: url(assets/img/bg_footer.png) repeat-x;
    height: 593px;
  }
}

.footer .containter {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer .containter {
    background: url(assets/img/footer_desktop.jpg) no-repeat center top;
    height: 578px;
    max-width: 1522px;
  }
}

.footer .logos {
  padding: 28px 0;
}
@media (min-width: 768px) {
  .footer .logos {
    padding-top: 150px;
  }
}

.footer img {
  display: inline-block;
  padding: 16px;
}
@media (min-width: 768px) {
  .footer img {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .footer li {
    display: inline-block;
  }
}

.footer ul {
  padding-top: 35px;
}

.footer a {
  color: #0E4F3B;
  font-weight: 700;
  font-size: 16px;
  padding-top: 35px;
  margin: 12px;
  display: inline-block;
}
@media (min-width: 768px) {
  .footer a {
    color: white;
    font-size: 26px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.f {
  background: url(assets/img/f.png) no-repeat center top;
}
@media (min-width: 768px) {
  .f {
    background: url(assets/img/fd.png) no-repeat center top;
  }
}

.i {
  background: url(assets/img/i.png) no-repeat center top;
}
@media (min-width: 768px) {
  .i {
    background: url(assets/img/id.png) no-repeat center top;
  }
}

.menu-main-container {
  display: none;
}
@media (min-width: 1351px) {
  .menu-main-container {
    display: block;
  }
}

.menu-main-container.open {
  display: block;
}

@media (min-width: 1351px) {
  .navigation-main-menu {
    background: #E0662A;
    display: block;
    text-align: center;
  }
}

.navigation-wrap {
  background: #FDEFD9;
  margin: 0 auto;
}

.navigation-main-menu a {
  display: block;
  font-size: 24px;
  background-color: #fae2b6;
  color: #0E4F3B;
  line-height: 39px;
  margin-bottom: 1px;
  margin-top: 1px;
}
@media (min-width: 1351px) {
  .navigation-main-menu a {
    background-color: #f8d890;
  }
}

.navigation-main-menu .current_page_item a {
  background-color: #0E4F3B;
  color: #FDEFD9;
}
@media (min-width: 1351px) {
  .navigation-main-menu .current_page_item a {
    background-color: #0E4F3B;
    color: #FDEFD9;
  }
}

@media (min-width: 1351px) {
  .navigation-main-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin: 5px;
  }
}

.navigation-main-menu li {
  text-align: center;
}
@media (min-width: 1351px) {
  .navigation-main-menu li {
    flex-grow: 1;
  }
}

.container {
  margin: 0 auto;
  max-width: 1320px;
}

.entry-content {
  margin: 0 auto;
  max-width: 1320px;
}

#content h1.not-found-title {
  margin-bottom: 3rem;
  overflow-wrap: break-word;
}

h1.post-title {
  color: #0E4F3B;
  font-family: "Fjord One", serif;
  font-weight: 700;
  text-align: center;
}

.page .entry-content {
  margin: 0;
  max-width: none;
}

.page .post-title {
  display: none;
}

.has-lana-25-green-background-color {
  background-color: #0E4F3B;
}

.talleres .wp-block-columns {
  row-gap: 0;
}
@media (min-width: 768px) {
  .talleres .wp-block-columns {
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
    column-gap: 0;
    font-size: 44px;
    line-height: 43px;
  }
}

@media (min-width: 768px) {
  .quitapenas .wp-block-columns {
    flex-direction: row-reverse;
  }
}

.tallerista .wp-block-heading {
  font-size: 41px;
  line-height: 36px;
  font-family: "Fjord One", serif;
  font-style: 800;
  padding: 30px 10px;
}

.tallerista figure {
  margin: 0;
}

.tallerista img {
  width: 100%;
  height: auto;
}

.fieltro .wp-block-column:nth-child(2),
.quitapenas .wp-block-column:nth-child(2),
.culebrilla .wp-block-column:nth-child(2) {
  background: white;
  font-style: italic;
  padding: 33px;
  padding-top: 33px;
}
@media (min-width: 768px) {
  .fieltro .wp-block-column:nth-child(2),
  .quitapenas .wp-block-column:nth-child(2),
  .culebrilla .wp-block-column:nth-child(2) {
    padding-bottom: 66px;
  }
}

.tallerista p {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .tallerista p {
    padding-bottom: 66px;
    font-size: 41px;
    line-height: 49px;
  }
}

.fieltro p {
  color: #DB4150;
}

.quitapenas p {
  color: #8e660e;
}

.culebrilla p {
  color: #853741;
}

.tallerista p strong {
  font-weight: normal;
  color: #0E4F3B;
  padding-bottom: 33px;
  display: block;
}
@media (min-width: 768px) {
  .tallerista p strong {
    padding-bottom: 0;
  }
}

.fieltro .wp-block-heading {
  background-color: #DB4150;
  color: white;
}

.quitapenas .wp-block-heading {
  background-color: #c08f12;
  color: white;
}

.culebrilla .wp-block-heading {
  background-color: #DB4150;
  color: white;
}

.talleres .wp-block-separator {
  border: 0;
}
@media (min-width: 768px) {
  .talleres .wp-block-separator {
    height: 66px;
    margin: 0 0 132px 0;
  }
}

.talleres h2 strong {
  display: block;
  max-width: 1350px;
  padding-left: 66px;
  margin: 0 auto;
}

.fieltro .wp-block-separator {
  background-color: #efb897;
}

.quitapenas .wp-block-separator {
  background-color: #e0c37a;
}

.culebrilla .wp-block-separator {
  background-color: #c3958e;
}

.talleres .wp-block-separator.lanaranja {
  background: url(assets/img/bg_header_desk.png) repeat-x left bottom;
  margin: 0;
}

.talleres {
  padding-bottom: 66px;
}

.mapa {
  text-align: center;
}

.mapa p {
  margin: 0;
}

.mapa h1 {
  font-size: 51px;
  font-family: "Fjord One", serif;
  color: #a61c2d;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}
@media (min-width: 768px) {
  .mapa h1 {
    padding: 70px 20px;
  }
}

.mapa .fondo {
  background-color: #c3958e;
  padding: 0 0 20x 0;
  font-size: 29px;
}
@media (min-width: 768px) {
  .mapa .fondo {
    padding: 70px 20px;
  }
}

.mapa .fondo .wp-block-group {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 10px;
}
.mapa .mapa {
  row-gap: 0;
}

.mapa figure {
  background-color: white;
  margin: 1em 0;
}
@media (min-width: 768px) {
  .mapa figure {
    background-color: transparent;
    margin: 1em 40px;
  }
}

.mapa .mapa {
  margin: 20px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .mapa .mapa {
    padding: 40px 20px;
  }
}

.box {
  padding: 12px;
}

@media (min-width: 768px) {
  .headerbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 370px;
  }
}

.where {
  color: white;
  font-style: italic;
  font-size: 0;
  width: 100%;
}

.box .where {
  background-color: #C64A56;
}

@media (min-width: 768px) {
  .headerbox .where {
    max-width: 500px;
    margin: 0 auto;
  }
}

.where h2, .where p {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  width: 50%;
}

.where h2 {
  border-right: 1px solid white;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  vertical-align: text-bottom;
  margin-bottom: 20px;
}

.headerbox .where h2 {
  font-size: 28px;
}

.where p {
  font-size: 19px;
  line-height: 1;
  height: 100px;
  padding-top: 8px;
}

.headerbox .where p {
  font-size: 23px;
  text-align: left;
  padding-left: 30px;
  line-height: 0.8;
}

.w2 {
  display: inline-block;
  padding-top: 8px;
}

.where em {
  font-size: 15px;
  font-style: normal;
}

.free {
  background: #f8d890;
  color: #0E4F3B;
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .free.mobile {
    display: none;
  }
}

.fibra {
  background: url(assets/img/tejido.png) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .fibra {
    background: none;
  }
}

.frase {
  color: white;
  background: url(assets/img/hr.png) no-repeat center bottom;
  background-size: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 30px 20px 90px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .frase {
    background: none;
    background: url(assets/img/festival.jpg) no-repeat #f1d188 right top;
    color: #0E4F3B;
    font-style: italic;
    font-size: 30px;
    font-weight: 500;
    min-height: 350px;
    padding: 0 40% 0 0;
  }
}

@media (min-width: 768px) {
  .frase .inner {
    background: url(assets/img/ovillo-rojo.png) no-repeat right bottom;
    display: block;
    padding: 100px 45px 45px;
    margin-right: 45px;
  }
}

@media (min-width: 768px) {
  .las-frases {
    background: url(assets/img/ovillo.png) no-repeat #c08f12 center center;
    margin-bottom: 24px;
    min-height: 500px;
    padding-top: 70px;
  }
}

.frases {
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  .frases {
    font-size: 29px;
    font-weight: 500;
    text-align: center;
  }
}

.f1 {
  background: url(assets/img/oveja.png) no-repeat right center;
  background-size: 50%;
  padding-right: 50%;
}
@media (min-width: 768px) {
  .f1 {
    background-size: auto;
  }
}

.f2 {
  background: url(assets/img/ovillo.png) no-repeat left center;
  background-size: 50%;
  padding-left: 50%;
}
@media (min-width: 768px) {
  .f2 {
    background: url(assets/img/oveja2.png) no-repeat left center;
    background-size: auto;
    padding-top: 50px;
  }
}

.objetivo {
  color: #0E4F3B;
  background: url(assets/img/objetivo.png) no-repeat center bottom;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  padding: 50px 20% 150px;
}

.dia {
  margin-bottom: 30px;
}

.dia .wp-block-group {
  font-size: 18px;
  padding: 20px 5%;
}

.dia .wp-block-group .wp-block-group__inner-container {
  padding: 12px;
  margin: 0 auto;
  max-width: 1146px;
}
@media (min-width: 768px) {
  .dia .wp-block-group .wp-block-group__inner-container {
    padding: 10px;
  }
}

.viernes .wp-block-group {
  background: url(assets/img/viernes.jpg) repeat-x left top;
}

.viernes .wp-block-group .wp-block-group__inner-container {
  background-color: #f6d082;
}

.sabado .wp-block-group {
  background: url(assets/img/sabado.png) repeat-x left top;
}

.sabado .wp-block-group .wp-block-group__inner-container {
  background-color: #efb897;
}

.domingo .wp-block-group {
  background: url(assets/img/domingo.png) repeat-x left top;
}

.domingo .wp-block-group .wp-block-group__inner-container {
  background-color: #e99894;
}

.dia .wp-block-group__inner-container .wp-block-columns {
  border-bottom: 1px solid white;
  column-gap: 0;
  padding-bottom: 10px;
  position: relative;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .dia .wp-block-group__inner-container .wp-block-columns {
    border-bottom: 2px solid white;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.dia .wp-block-group__inner-container .wp-block-columns:last-child,
.dia .wp-block-group__inner-container .wp-block-columns.varios {
  border: none;
}

.dia h2 {
  font-family: "Fjord One", serif;
  font-weight: 700;
  margin: 10px;
}
@media (min-width: 768px) {
  .dia h2 {
    font-size: 57px;
  }
}

.viernes h2 {
  color: #a91c25;
}

.sabado h2 {
  color: #E0662A;
}

.domingo h2 {
  color: #f2b111;
}

.hora {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .hora {
    font-size: 35px;
    line-height: 1;
    border-right: 2px solid white;
    padding: 20px;
  }
}

.evento {
  flex-basis: 69% !important;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .evento {
    flex-basis: 52% !important;
    font-size: 28px;
    padding: 20px;
    text-align: left;
  }
}

.evento strong {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .evento strong {
    font-size: 32px;
  }
}

.lugar {
  display: none;
}
@media (min-width: 768px) {
  .lugar {
    position: static;
    border-left: 2px solid white;
    text-align: right;
    padding: 20px;
    padding-left: 20px;
    display: block;
  }
}

.lugar p {
  border-radius: 15px;
  color: white;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 2px 20px;
}
@media (min-width: 768px) {
  .lugar p {
    color: #0E4F3B;
    font-size: 20px;
    padding: 0;
    letter-spacing: -0.5px;
  }
}

.evento .movil {
  border-radius: 15px;
  color: white;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 1px 10px;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .evento .movil {
    display: none;
  }
}

.viernes .movil {
  background-color: #a91c25;
}
@media (min-width: 768px) {
  .viernes .movil {
    background: none;
  }
}

.sabado .movil {
  background-color: #E0662A;
}
@media (min-width: 768px) {
  .sabado .movil {
    background: none;
  }
}

.domingo .movil {
  background-color: #f2b111;
}
@media (min-width: 768px) {
  .domingo .movil {
    background: none;
  }
}

.fest .wp-block-group {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  padding: 25px;
}

@media (min-width: 768px) {
  .fest .wp-block-group__inner-container {
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1351px) {
  .fest .wp-block-group__inner-container {
    overflow: hidden;
  }
}

.fest h1 {
  margin-top: 0;
}

.fest h1,
.fest h2 {
  font-family: "Fjord One", serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 17px 10px 10px;
  font-weight: 900;
  min-height: 53px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .fest h1,
  .fest h2 {
    font-size: 48px;
    min-height: 105px;
    line-height: 1.1;
  }
}

.fest p {
  margin-bottom: 10px;
}

.elfestival {
  color: white;
  background-color: #E0662A;
  position: relative;
}

.elfestival .wp-block-group {
  font-style: italic;
  position: relative;
}
@media (min-width: 768px) {
  .elfestival .wp-block-group {
    text-align: center;
    padding: 40px;
  }
}

.elfestival:after {
  content: "";
  background: url(assets/img/cruz.png) repeat-x left top;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 1;
}

@media (min-width: 768px) {
  .fest .wp-block-group__inner-container .wp-block-group {
    max-width: 954px;
    margin: 0 auto;
  }
}

.elfestival h1 {
  color: #a91c25;
  position: relative;
}

.elfestival h1:after {
  content: "";
  color: #a91c25;
  background: url(assets/img/bruno.png) no-repeat;
  background-size: cover;
  height: 40px;
  width: 33px;
  position: absolute;
  right: 10%;
  top: 14px;
}
@media (min-width: 768px) {
  .elfestival h1:after {
    background: url(assets/img/elfestival-b.png) no-repeat center center;
    background-size: 419px 31px;
    height: 105px;
    width: 414px;
    position: absolute;
    right: -140px;
    top: 10px;
  }
}
@media (min-width: 1351px) {
  .elfestival h1:after {
    right: 10%;
  }
}

@media (min-width: 768px) {
  .elfestival .wp-block-group__inner-container .wp-block-group__inner-container:after {
    content: "";
    background: url(assets/img/bruno.png) no-repeat;
    background-size: cover;
    height: 111px;
    width: 92px;
    position: absolute;
    right: -12%;
    bottom: 0;
  }
}

.elfestival h1:before {
  content: "";
}
@media (min-width: 768px) {
  .elfestival h1:before {
    background: url(assets/img/elfestival-b.png) no-repeat center center;
    background-size: 419px 31px;
    height: 105px;
    width: 414px;
    position: absolute;
    left: -140px;
    top: 10px;
  }
}
@media (min-width: 1351px) {
  .elfestival h1:before {
    left: 10%;
  }
}

@media (min-width: 768px) {
  .elfestival p {
    font-size: 29px;
    line-height: 33px;
  }
}

.tramar {
  color: white;
  background-color: #c08f12;
  position: relative;
}

.tramar h2 {
  color: #35441d;
  padding: 20px 20%;
}
@media (min-width: 768px) {
  .tramar h2 {
    padding: 20px 10%;
  }
}

.tramar h2:before {
  content: "";
}
@media (min-width: 768px) {
  .tramar h2:before {
    background: url(assets/img/tramar-b.png) no-repeat center center;
    height: 52px;
    width: 203px;
    position: absolute;
    left: -9%;
    top: 39px;
  }
}
@media (min-width: 1351px) {
  .tramar h2:before {
    left: 10%;
  }
}

.tramar h2:after {
  content: "";
  background-size: cover;
  height: 40px;
  width: 33px;
  position: absolute;
  right: 102%;
  top: 40%;
}
@media (min-width: 768px) {
  .tramar h2:after {
    background: url(assets/img/tramar-a.png) no-repeat center center;
    height: 46px;
    width: 163px;
    position: absolute;
    right: 0;
    top: 35px;
  }
}
@media (min-width: 1351px) {
  .tramar h2:after {
    right: 10%;
  }
}

.tramar .wp-block-group {
  font-style: italic;
  padding-bottom: 146px;
  position: relative;
}
@media (min-width: 768px) {
  .tramar .wp-block-group {
    font-size: 29px;
    line-height: 35px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .tramar p {
    margin-bottom: 30px;
  }
}

.tramar .wp-block-group:after {
  content: "";
  background: url(assets/img/ovillo3.png) no-repeat;
  width: 349px;
  height: 56px;
  position: absolute;
  bottom: 50px;
}
@media (min-width: 768px) {
  .tramar .wp-block-group:after {
    background: url(assets/img/ana.png) no-repeat;
    height: 498px;
    width: 260px;
    position: absolute;
    right: -260px;
    bottom: 0;
  }
}

.tramar .wp-block-group__inner-container .wp-block-group {
  max-width: 703px;
}

.nuestros {
  background-color: #f2b111;
  position: relative;
  padding-bottom: 100px;
}

.nuestros h2 {
  color: #DB4150;
}

.nuestros h2:before {
  content: "";
}
@media (min-width: 768px) {
  .nuestros h2:before {
    background: url(assets/img/nuestros-b.png) no-repeat center center;
    height: 57px;
    width: 355px;
    position: absolute;
    left: -9%;
    top: 39px;
  }
}
@media (min-width: 1351px) {
  .nuestros h2:before {
    left: 10%;
  }
}

@media (min-width: 768px) {
  .nuestros h2:after {
    content: "";
    background: url(assets/img/nuestros-a.png) no-repeat center center;
    height: 61px;
    width: 356px;
    position: absolute;
    right: 0;
    top: 35px;
  }
}
@media (min-width: 1351px) {
  .nuestros h2:after {
    right: 10%;
  }
}

.nuestros .wp-block-group__inner-container .wp-block-group {
  padding: 50px;
  max-width: 1072px;
}

@media (min-width: 768px) {
  .nuestros .wp-block-group__inner-container .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 100px;
    row-gap: 50px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .nuestros .wp-block-group__inner-container .wp-block-group__inner-container:after {
    content: "";
    background: url(assets/img/palillos.png) no-repeat;
    height: 15px;
    position: absolute;
    width: 461px;
    bottom: -40px;
  }
}

@media (min-width: 768px) {
  .nuestros p {
    font-size: 23px;
    margin-bottom: 15px;
    display: inline-block;
    width: 250px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .nuestros p:after {
    content: "";
    position: absolute;
  }
}

@media (min-width: 768px) {
  .nuestros p:nth-child(1):after {
    background: url(assets/img/nuestros1.png) no-repeat;
    height: 54px;
    width: 83px;
    right: -78px;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .nuestros p:nth-child(2):after {
    background: url(assets/img/nuestros2.png) no-repeat;
    height: 99px;
    width: 34px;
    right: -60px;
    top: 30px;
  }
}

@media (min-width: 768px) {
  .nuestros p:nth-child(4):after {
    background: url(assets/img/nuestros3.png) no-repeat;
    height: 99px;
    width: 34px;
    right: -60px;
    top: 20px;
  }
}

.nuestros .wp-block-group:after {
  content: "";
  background: url(assets/img/nuestros.png) no-repeat center center;
  background-size: 187px 56px;
  left: 0;
  right: 0;
  height: 56px;
  position: absolute;
  bottom: 40px;
}
@media (min-width: 768px) {
  .nuestros .wp-block-group:after {
    display: none;
  }
}

.nuestros p {
  margin-bottom: 15px;
}

.nuestros strong {
  display: block;
  color: #DB4150;
}

/* N U E S T R A S */
.nuestras {
  background-color: #853741;
  color: white;
  position: relative;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .nuestras {
    padding-bottom: 10px;
  }
}

.nuestras h2 {
  color: #853741;
  min-height: 180px;
  padding-top: 70px;
}

.nuestras h2:before {
  content: "";
}
@media (min-width: 768px) {
  .nuestras h2:before {
    background: url(assets/img/nuestras-b.png) no-repeat center center;
    height: 41px;
    width: 360px;
    position: absolute;
    left: 0;
    top: 80px;
  }
}
@media (min-width: 1351px) {
  .nuestras h2:before {
    left: 10%;
  }
}

@media (min-width: 768px) {
  .nuestras h2:after {
    content: "";
    background: url(assets/img/nuestras-a.png) no-repeat center center;
    height: 106px;
    width: 385px;
    position: absolute;
    right: 10%;
    top: 40px;
  }
}

@media (min-width: 768px) {
  .nuestras .wp-block-group__inner-container .wp-block-group {
    max-width: 680px;
  }
}

@media (min-width: 768px) {
  .nuestras .wp-block-group__inner-container .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 0px;
    row-gap: 0px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .nuestras .wp-block-group:before {
    bottom: 0;
    content: "";
    background: url(assets/img/andrea.png) no-repeat;
    height: 363px;
    position: absolute;
    width: 303px;
    left: -54px;
  }
}
@media (min-width: 1351px) {
  .nuestras .wp-block-group:before {
    left: 10%;
  }
}

.nuestras .wp-block-group:after {
  content: "";
  background: url(assets/img/bruneishon.png) no-repeat center center;
  background-size: 57px 51px;
  height: 56px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .nuestras .wp-block-group:after {
    background-size: cover;
    height: 152px;
    width: 143px;
    left: inherit;
    right: 10%;
    bottom: 10px;
  }
}

.nuestras:before {
  content: "";
  background: url(assets/img/cruz.png) repeat-x;
  right: 0;
  height: 12px;
  position: absolute;
  top: -3px;
  left: 0;
}

@media (min-width: 768px) {
  .nuestras p {
    border-radius: 100%;
    background-color: rgba(240, 176, 46, 0.4);
    font-weight: 400;
    height: 300px;
    padding: 51px 23px;
    text-align: center;
    width: 300px;
    margin: -10px;
    font-size: 20px;
    line-height: 24px;
  }
}

.nuestras p:nth-child(4),
.nuestras p:nth-child(3) {
  padding-top: 80px;
}

.nuestras strong {
  font-weight: 800;
}

/* Q U E V I V A */
.queviva {
  background-color: #E0662A;
  color: white;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.queviva:before {
  content: "";
  background: url(assets/img/queviva-b.png) no-repeat;
  background-size: cover;
  height: 56px;
  width: 104px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .queviva:before {
    height: 126px;
    width: 236px;
  }
}

@media (min-width: 768px) {
  .queviva:after {
    content: "";
    background: url(assets/img/queviva-a.png) no-repeat;
    background-size: cover;
    height: 125px;
    width: 235px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 768px) {
  .queviva .wp-block-group__inner-container .wp-block-group {
    max-width: 910px;
  }
}

.queviva h2 {
  background-color: transparent;
}

.queviva p {
  font-style: italic;
}
@media (min-width: 768px) {
  .queviva p {
    font-size: 26px;
    line-height: 33px;
  }
}

/* -- 13.14. Team */
.team .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
  position: relative;
}

.team .wp-block-cover {
  opacity: 0;
  transition: opacity 1000ms;
  position: absolute;
  top: 0;
  min-height: 0;
}

.team .wp-block-group > .wp-block-columns > .wp-block-column:hover {
  cursor: context-menu;
}

.team .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:hover .wp-block-cover {
  opacity: 1;
}

.team .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:hover .wp-block-cover__background {
  border-radius: 50px;
  background: white;
}

.team .wp-block-group__inner-container > .wp-block-columns > .wp-block-column .wp-block-cover p {
  line-height: 1;
  text-align: left;
}

.team .wp-block-columns {
  padding-top: 40px;
  padding-bottom: 40px;
}

.singlepage .wp-block-cover.team p, .singlepage .team .wp-block-group p {
  width: 100%;
  text-align: left;
}

.singlepage .wp-block-cover.team h6, .singlepage .wp-block-cover.team h6.has-text-align-center {
  text-align: left;
}

@media (max-width: 500px) {
  .singlepage .wp-block-cover.team h6, .singlepage .wp-block-cover.team h6.has-text-align-center {
    text-align: center;
  }
  .singlepage .wp-block-cover.team p {
    text-align: center !important;
  }
}
.team h6 {
  color: #DB4150;
}

.team p {
  line-height: 1.1;
}

.team .has-large-font-size {
  color: #DB4150;
  font-size: 48px;
  min-height: 105px;
  line-height: 1.1;
  font-family: "Fjord One", serif;
  padding-top: 66px;
}

.expo {
  background: url(assets/img/tejido.jpg) #853741 repeat;
  color: white;
  text-align: left;
  padding: 33px;
}
@media (min-width: 768px) {
  .expo {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .expo .wp-block-group__inner-container {
    max-width: 1332px;
    padding: 66px;
    margin: 0 auto;
  }
}

.expo .wp-block-columns {
  overflow: hidden;
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 15px;
  column-gap: 0;
  row-gap: 0;
}
@media (min-width: 768px) {
  .expo .wp-block-columns {
    column-gap: 33px;
  }
}

@media (min-width: 768px) {
  .expo .wp-block-columns.nohr {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .expo .wp-block-columns.nohr {
    padding-bottom: 0;
  }
}

.expo .wp-block-columns:after {
  content: "";
  width: 100%;
  display: block;
  height: 33px;
  position: absolute;
  bottom: 0;
  background: url(assets/img/hebra.png) no-repeat center center;
  background-size: 1265px 33px;
}

.expo .wp-block-columns.nohr:after {
  display: none;
}

.expo .wp-block-column:nth-child(2) {
  background-color: rgba(130, 55, 65, 0.46);
  margin-top: -33px;
  border-radius: 0 0 33px 33px;
  padding: 43px 33px 0 33px;
  text-align: center;
}
@media (min-width: 768px) {
  .expo .wp-block-column:nth-child(2) {
    border-radius: 33px;
    margin-top: 0;
    padding: 33px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .expo .ona .wp-block-column:nth-child(1) img {
    display: block;
    margin: 8px 0;
  }
}

.expo .wp-block-columns.padre .wp-block-column:nth-child(2) {
  margin-top: 0;
  border-radius: 33px;
}
@media (min-width: 768px) {
  .expo .wp-block-columns.padre .wp-block-column:nth-child(2) {
    border-radius: 33px 0 0;
  }
}

@media (min-width: 768px) {
  .expo .wp-block-columns.hijo .wp-block-column:nth-child(2) {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .expo .wp-block-columns.ultimo .wp-block-column:nth-child(2) {
    border-radius: 0 0 33px 33px;
  }
}

.expo figure {
  margin: 0;
}

.expo h2 {
  font-family: "Fjord One", serif;
  font-size: 30px;
}
@media (min-width: 768px) {
  .expo h2 {
    background-color: #0E4F3B;
    border-radius: 15px;
    display: inline-block;
    padding: 0 10px;
    font-weight: 900;
  }
}

.ona h3 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ona h3 {
    margin-bottom: 0;
  }
}

.expo .wp-block-buttons {
  justify-content: center;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .expo .wp-block-buttons {
    display: none;
  }
}

.expo p {
  font-size: 1.17em;
  padding-bottom: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .expo p {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    font-style: italic;
    padding-bottom: 0;
    font-weight: normal;
  }
}

.expo .wp-block-buttons ~ p {
  display: none;
}
@media (min-width: 768px) {
  .expo .wp-block-buttons ~ p {
    display: block;
  }
}

.expo p a {
  font-size: 20px;
  text-decoration: none;
  color: white;
  font-weight: 800;
  font-style: normal;
}
@media (min-width: 768px) {
  .expo p.redes {
    position: absolute;
    top: 33px;
    right: 33px;
  }
}

.expo p.redes a {
  font-size: 20px;
  text-decoration: none;
  color: white;
  font-weight: 800;
  font-style: normal;
  display: block;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  color: #0E4F3B;
  background-color: #FDEFD9;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

header,
section,
footer,
.container {
  margin: 0 auto;
  width: 100%;
}

header,
section,
.container {
  position: relative;
}

.container {
  clear: both;
  padding: 0 30px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.home .container {
  padding: 0;
}
@media (max-width: 1351px) {
  .home .container {
    padding: 0 20px;
  }
}

.center .mod__titles h2 {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.clear {
  width: 100%;
  clear: both;
}

.hide,
.esconder,
.content__credit:empty,
.fisica p:empty {
  display: none;
}

.ocultar {
  display: none !important;
}/*# sourceMappingURL=style.css.map */