/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  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;
}

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

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

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

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??clonedRuleSet-2.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[4]!./src/scss/templates/privacy-policy.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
*,:after,:before{-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;text-rendering:optimizeLegibility}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;margin:0;padding:0;vertical-align:baseline}div{vertical-align:top}body{-ms-scroll-chaining:none;overscroll-behavior:none}a{color:inherit;-webkit-text-decoration:none;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img,svg,video{max-width:100%;vertical-align:top}@font-face{font-display:auto;font-family:Berthold Akzidenz Grotesk;font-style:normal;font-weight:400;src:url(https://espaciopen.com/wp-content/themes/espaciopen/static/fonts/AkzidenzGroteskBE-Regular.woff2) format("woff2"),url(https://espaciopen.com/wp-content/themes/espaciopen/static/fonts/AkzidenzGroteskBE-Regular.woff) format("woff"),url(https://espaciopen.com/wp-content/themes/espaciopen/static/fonts/AkzidenzGroteskBE-Regular.ttf) format("truetype")}@font-face{font-display:auto;font-family:Berthold Akzidenz Grotesk;font-style:normal;font-weight:700;src:url(https://espaciopen.com/wp-content/themes/espaciopen/static/fonts/AkzidenzGroteskBE-Bold.woff2) format("woff2"),url(https://espaciopen.com/wp-content/themes/espaciopen/static/fonts/AkzidenzGroteskBE-Bold.woff) format("woff"),url(https://espaciopen.com/wp-content/themes/espaciopen/static/fonts/AkzidenzGroteskBE-Bold.ttf) format("truetype")}.clearfix:after{clear:both;content:"";display:table}.container{margin-left:auto;margin-right:auto;width:100%}.hide{display:none!important}@media (min-width:768px){.hide--desktop{display:none!important}}@media (max-width:767px){.desktop,.hide--mobile{display:none!important}}@media (min-width:768px){.mobile{display:none!important}}.image img{height:auto;width:100%}.image.cover img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.image.contain img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.icon svg{height:100%;width:100%}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex.center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex.direction--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex.direction--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex.justify--start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex.justify--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.justify--end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex.justify--between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex.align--start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flex.align--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.align--end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex.align--stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.flex.align--baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.grid{display:grid}.auto{margin-left:auto;margin-right:auto}.uppercase{text-transform:uppercase}.text--left{text-align:left}.text--center{text-align:center}.text--right{text-align:right}body{font-family:Berthold Akzidenz Grotesk;letter-spacing:.06em;overflow-x:hidden}header{color:#c6c6c6;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:110}@media (max-width:767px){header{height:100%}}.single-audiovisual header{color:#c6c6c6}header .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .inner>.row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:grid;grid-template-columns:auto auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.703125vw 1.171875vw 0 1.328125vw}@media (max-width:767px){header .inner>.row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#000;padding:2.4vw 0;padding-left:2.6666666667vw;padding-right:2.6666666667vw}header .inner>.row:first-child{background-color:transparent}}header .inner>.row:last-child{padding-bottom:.390625vw}@media (max-width:767px){header .inner>.row:last-child{padding-bottom:2.4vw}}.woocommerce header .inner>.row:last-child,.woocommerce-cart header .inner>.row:last-child,.woocommerce-checkout header .inner>.row:last-child,.woocommerce-page header .inner>.row:last-child{grid-template-columns:repeat(3,33.33%)}.woocommerce header .inner>.row:last-child #logo-tienda,.woocommerce-cart header .inner>.row:last-child #logo-tienda,.woocommerce-checkout header .inner>.row:last-child #logo-tienda,.woocommerce-page header .inner>.row:last-child #logo-tienda{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;mix-blend-mode:multiply;pointer-events:all;-webkit-transform:translateY(-33%);transform:translateY(-33%)}.woocommerce header .inner>.row:last-child #logo-tienda img,.woocommerce header .inner>.row:last-child #logo-tienda svg,.woocommerce-cart header .inner>.row:last-child #logo-tienda img,.woocommerce-cart header .inner>.row:last-child #logo-tienda svg,.woocommerce-checkout header .inner>.row:last-child #logo-tienda img,.woocommerce-checkout header .inner>.row:last-child #logo-tienda svg,.woocommerce-page header .inner>.row:last-child #logo-tienda img,.woocommerce-page header .inner>.row:last-child #logo-tienda svg{height:1.875vw;width:auto}@media (max-width:767px){.woocommerce header .inner>.row:last-child #logo-tienda img,.woocommerce header .inner>.row:last-child #logo-tienda svg,.woocommerce-cart header .inner>.row:last-child #logo-tienda img,.woocommerce-cart header .inner>.row:last-child #logo-tienda svg,.woocommerce-checkout header .inner>.row:last-child #logo-tienda img,.woocommerce-checkout header .inner>.row:last-child #logo-tienda svg,.woocommerce-page header .inner>.row:last-child #logo-tienda img,.woocommerce-page header .inner>.row:last-child #logo-tienda svg{height:6.4vw}header .inner>.row:last-child{pointer-events:all}}header .inner #logo{pointer-events:all}header .inner #logo img,header .inner #logo svg{height:2.109375vw;width:auto}@media (max-width:767px){header .inner #logo img,header .inner #logo svg{height:7.2vw}}header .inner #logo .white{display:block}header .inner #logo .black{display:none}header .inner .logout,header .inner .underline{pointer-events:all;-webkit-text-decoration:underline;text-decoration:underline}header .inner .surtitle{font-size:.625vw;letter-spacing:.05em}@media (max-width:767px){header .inner .surtitle{font-size:2.1333333333vw}}header .inner .top-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.625vw;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;letter-spacing:.06em}@media (max-width:767px){header .inner .top-right{font-size:2.1333333333vw}}header .inner .top-right>*{pointer-events:all}header .inner .top-right .user{display:inline-block;position:fixed;right:10.390625vw;top:.625vw}@media (max-width:767px){header .inner .top-right .user{right:29.3333333333vw;top:2.1333333333vw}}header .inner .top-right .user img{cursor:pointer;height:auto;width:.9375vw}@media (max-width:767px){header .inner .top-right .user img{width:3.2vw}}header .inner .top-right .lang{margin-left:.9375vw;text-transform:uppercase}@media (max-width:767px){header .inner .top-right .lang{margin-left:3.2vw}}header .inner .top-right .lang ul{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;list-style-type:none}header .inner .top-right .lang ul li:after{content:" / ";display:inline-block;white-space:pre}header .inner .top-right .lang ul li:last-child:after{display:none}header .inner .btn--menu,header .inner .top-right .lang ul li.active{-webkit-text-decoration:underline;text-decoration:underline}header .inner .btn--menu{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:start;align-self:flex-start;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Berthold Akzidenz Grotesk;font-size:.9375vw;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;letter-spacing:.06em;line-height:1.5;margin-top:-.078125vw;pointer-events:all;text-align:right;text-transform:uppercase}@media (max-width:767px){header .inner .btn--menu{font-size:3.2vw;margin-top:0}}.cart--active header .inner .btn--menu{display:none}@media (max-width:767px){header .inner .btn--menu{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;color:#c6c6c6}}header .inner .btn--menu:before{content:"Close";display:none}.lang--es header .inner .btn--menu:before{content:"Cerrar"}.menu--visible header .inner .btn--menu:before{display:inline-block}.menu--visible header .inner .btn--menu>span{display:none}.menu{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-transform:uppercase}#intro{left:0;padding-top:4.53125vw;position:fixed;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;width:100%;z-index:10}@media (max-width:767px){#intro{padding-top:7.2vw}}.scroll-down #intro{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.footer .inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.625vw;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;letter-spacing:.06em;line-height:1;padding:2.109375vw 1.171875vw 1.25vw 1.328125vw}@media (max-width:767px){.footer .inner{display:block;font-size:1.6vw;line-height:1.25;padding-bottom:18.1333333333vw;padding-left:2.6666666667vw;padding-right:2.6666666667vw;padding-top:7.2vw}}.footer__right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.footer__right{display:block}}.footer__right ul{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none}.footer__right ul li:after{content:" - ";white-space:pre}.footer__right ul li:last-child:after{content:""}.footer__right .footer__item:before{content:" - ";white-space:pre}.main{padding-top:4.84375vw}@media (max-width:767px){.main{padding-top:16.5333333333vw}}.main>.inner{max-width:62.5vw;min-height:100pxvh;min-height:calc(1vh*100px);min-height:calc(var(--vh, 1vh)*100px);padding-left:1.328125vw;padding-right:1.171875vw}@media (max-width:767px){.main>.inner{max-width:213.3333333333vw;padding-left:2.6666666667vw;padding-right:2.6666666667vw}}.main>.inner h2,.main>.inner h3,.main>.inner h4,.main>.inner h5,.main>.inner h6,.main>.inner p,.main>.inner>*{font-size:.625vw;font-weight:400;letter-spacing:.06em;line-height:1.75}@media (max-width:767px){.main>.inner h2,.main>.inner h3,.main>.inner h4,.main>.inner h5,.main>.inner h6,.main>.inner p,.main>.inner>*{font-size:2.1333333333vw}}.main>.inner h1{font-family:Berthold Akzidenz Grotesk;font-size:.9375vw;font-weight:400;letter-spacing:.06em;line-height:1.5;margin-bottom:.390625vw}@media (max-width:767px){.main>.inner h1{font-size:3.2vw;margin-bottom:1.3333333333vw}}.main p{margin-bottom:1em}.main h2{margin-bottom:0;text-transform:uppercase}
