@charset "UTF-8";
/*! 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

.interactExpandBoxes.con--video .svg, .interactExpandBoxes .hideContent3boxes .video-popUp__closer,
.interactExpandBoxes .hideContent3boxes--mobile .video-popUp__closer, .sliderHandmade .disabled {
  outline: none !important;
}

.landing .nav-tabs--item, .interactExpandBoxes.con--video .svg, .interactExpandBoxes--contenido--body .infoAlimentaria--data--table *, .interactExpandBoxes .hideContent3boxes .video-popUp__closer,
.interactExpandBoxes .hideContent3boxes--mobile .video-popUp__closer, .sliderHandmade .disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* YBARRAS */
@font-face {
  font-family: "ibarraReal";
  src: url("../fonts/ibarraReal/ibarraReal-Regular/ibarraReal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ibarraReal/ibarraReal-Regular/ibarraReal-Regular.otf") format("opentype"), url("../fonts/ibarraReal/ibarraReal-Regular/ibarraReal-Regular.woff") format("woff"), url("../fonts/ibarraReal/ibarraReal-Regular/ibarraReal-Regular.ttf") format("truetype"), url("../fonts/ibarraReal/ibarraReal-Regular/ibarraReal-Regular.svg#ibarraReal-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IbarraReal-Bold";
  src: url("../fonts/ibarraReal/IbarraReal-Bold/IbarraReal-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ibarraReal/IbarraReal-Bold/IbarraReal-Bold.otf") format("opentype"), url("../fonts/ibarraReal/IbarraReal-Bold/IbarraReal-Bold.woff") format("woff"), url("../fonts/ibarraReal/IbarraReal-Bold/IbarraReal-Bold.ttf") format("truetype"), url("../fonts/ibarraReal/IbarraReal-Bold/IbarraReal-Bold.svg#IbarraReal-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IbarraReal-Italic";
  src: url("../fonts/ibarraReal/IbarraReal-Italic/IbarraReal-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ibarraReal/IbarraReal-Italic/IbarraReal-Italic.otf") format("opentype"), url("../fonts/ibarraReal/IbarraReal-Italic/IbarraReal-Italic.woff") format("woff"), url("../fonts/ibarraReal/IbarraReal-Italic/IbarraReal-Italic.ttf") format("truetype"), url("../fonts/ibarraReal/IbarraReal-Italic/IbarraReal-Italic.svg#IbarraReal-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IbarraReal-BoldItalic";
  src: url("../fonts/ibarraReal/IbarraReal-BoldItalic/IbarraReal-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ibarraReal/IbarraReal-BoldItalic/IbarraReal-BoldItalic.otf") format("opentype"), url("../fonts/ibarraReal/IbarraReal-BoldItalic/IbarraReal-BoldItalic.woff") format("woff"), url("../fonts/ibarraReal/IbarraReal-BoldItalic/IbarraReal-BoldItalic.ttf") format("truetype"), url("../fonts/ibarraReal/IbarraReal-BoldItalic/IbarraReal-BoldItalic.svg#IbarraReal-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamLight";
  src: url("../fonts/gotham/Gotham-Light/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Light/Gotham-Light.otf") format("opentype"), url("../fonts/gotham/Gotham-Light/Gotham-Light.woff") format("woff"), url("../fonts/gotham/Gotham-Light/Gotham-Light.ttf") format("truetype"), url("../fonts/gotham/Gotham-Light/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamBook";
  src: url("../fonts/gotham/Gotham-Book/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Book/Gotham-Book.otf") format("opentype"), url("../fonts/gotham/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/gotham/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("../fonts/gotham/Gotham-Book/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamMedium";
  src: url("../fonts/gotham/Gotham-Medium/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Medium/Gotham-Medium.otf") format("opentype"), url("../fonts/gotham/Gotham-Medium/Gotham-Medium.woff") format("woff"), url("../fonts/gotham/Gotham-Medium/Gotham-Medium.ttf") format("truetype"), url("../fonts/gotham/Gotham-Medium/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
/* BUDWEISER */
/* Budweiser Serif Regular */
@font-face {
  font-family: "Budweiser Serif";
  src: url("../fonts/budweiser/BudweiserSerif-Regular.eot");
  src: url("../fonts/budweiser/BudweiserSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/budweiser/BudweiserSerif-Regular.woff2") format("woff2"), url("../fonts/budweiser/BudweiserSerif-Regular.woff") format("woff"), url("../fonts/budweiser/BudweiserSerif-Regular.ttf") format("truetype"), url("../fonts/budweiser/BudweiserSerif-Regular.svg#BudweiserSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Budweiser Serif Display */
@font-face {
  font-family: "Budweiser Serif Bold";
  src: url("../fonts/budweiser/BudweiserSerif-Display.eot");
  src: url("../fonts/budweiser/BudweiserSerif-Display.eot?#iefix") format("embedded-opentype"), url("../fonts/budweiser/BudweiserSerif-Display.woff2") format("woff2"), url("../fonts/budweiser/BudweiserSerif-Display.woff") format("woff"), url("../fonts/budweiser/BudweiserSerif-Display.ttf") format("truetype"), url("../fonts/budweiser/BudweiserSerif-Display.svg#BudweiserSerif-Display") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Franklin Gothic Book */
@font-face {
  font-family: "FranklinGothicBook";
  src: url("../fonts/budweiser/Franklin-Gothic-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/budweiser/Franklin-Gothic-Book.otf") format("opentype"), url("../fonts/budweiser/Franklin-Gothic-Book.woff") format("woff"), url("../fonts/budweiser/Franklin-Gothic-Book.ttf") format("truetype"), url("../fonts/budweiser/Franklin-Gothic-Book.svg#Franklin-Gothic-Book") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* Franklin Gothic Light */
@font-face {
  font-family: "FranklinGothicLight";
  src: url("../fonts/budweiser/Franklin-Gothic-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/budweiser/Franklin-Gothic-Light.otf") format("opentype"), url("../fonts/budweiser/Franklin-Gothic-Light.woff") format("woff"), url("../fonts/budweiser/Franklin-Gothic-Light.ttf") format("truetype"), url("../fonts/budweiser/Franklin-Gothic-Light.svg#Franklin-Gothic-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
/* TTRamillas-LightItalic */
@font-face {
  font-family: "TTRamillas-LightItalic";
  src: url("../fonts/TTRamillas/tt-ramillas-w03-light-italic.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/* TTRamillas-Light */
@font-face {
  font-family: "TTRamillas-Light";
  src: url("../fonts/TTRamillas/Fontspring-DEMO-tt_ramillas_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  /* justify-content: space-between; */
  position: fixed;
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
  z-index: 10;
  background: linear-gradient(180deg, #3c3c30 0%, rgba(60, 60, 59, 0.5) 51%, rgba(60, 60, 59, 0) 97%);
}
@media only screen and (min-width: 1024px) {
  .main-nav {
    background: linear-gradient(180deg, #3c3c30 0%, rgba(60, 60, 59, 0.5) 64%, rgba(60, 60, 59, 0) 97%);
  }
}
.main-nav .material-icons {
  color: white;
}
.main-nav.nav-down {
  transform: translate(0, 0);
  transition: transform 0.5s ease-out;
}
.main-nav.nav-up {
  transform: translate(0, -100%);
}
.main-nav--menu {
  position: fixed;
  top: 0;
  left: 100%;
  background-color: rgba(62,58,59, 1);
  height: 100vh;
  width: 100%;
  z-index: 2;
  transition: all 1s ease-out;
  overflow: auto;
}
@media only screen and (min-width: 1024px) {
  .main-nav--menu {
    overflow: scroll;
    max-width: 317px;
    top: 4px;
    left: initial;
    right: .8em;
    max-height: 500px;
    background-color: rgba(62,58,59, .95);
    height: auto;
    /* max-height: 0; */

    opacity: 1;

    transition: clip-path 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    clip-path: inset(-7% 0px 100% 285px);
    will-change: clip-path;
  }
}
.main-nav--menu.visible {
  left: 0px;

}
.main-nav--menu.visible.scroll{
  overflow-y: scroll;
}
@media only screen and (min-width: 2560px) {
  .main-nav--menu.visible {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .main-nav--menu.visible {
    /* max-height: 700px; */
    left: initial;
    transform: scale(1);
    visibility: visible;
    transition: clip-path 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    clip-path: inset(0% 0px 0% 0px);
    will-change: clip-path;
    z-index: 99999;
    overflow-y: scroll!important;
    overflow-x: hidden!important;
  }
  .main-nav--menu.visible.fin::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(62,58,59, .9);
    border: none;
  }
  .main-nav--menu.visible.fin::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background: grey;
    -webkit-box-shadow: none;
    cursor: pointer;
  }
  .main-nav--menu.visible.fin::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(62,58,59, .9);
  }
}
.main-nav--menu .main-nav {
  justify-content: flex-end;
}
@media only screen and (min-width: 1024px) {
  .main-nav--menu .main-nav {
    display: none;
  }
}
.main-nav--menu .line{
  background-color: #ffffff;
  opacity: .5;
  margin-left: 2em;
  width: 170px;
}
@media only screen and (min-width: 1024px) {
  .main-nav--menu .line{
    width: initial;
  }
}
.main-nav--menu .menu-list {
  padding: 1.1em 2em 1em;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out;
}
@media only screen and (min-width: 2560px) {
  .main-nav--menu .menu-list  {
    padding: 16px 28px 16px;
  }
}

.main-nav--menu .menu-list .menu-list--item {
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 2560px) {
  .main-nav--menu .menu-list .menu-list--item {
    margin-bottom: 18px;
  }
}
.main-nav--menu .menu-list .menu-list--item:last-of-type{
  margin-bottom: 0;
}
.main-nav--menu .menu-list .menu-list--item .item-group {
  display: flex;
  align-items: center;
}
.main-nav--menu .menu-list .menu-list--item .item-group img.switch-menuResp {
  margin-left: 1em;
  cursor: pointer;
  transition: all .6s ease-in-out;
  padding: 6px;
  position:relative;
}

.main-nav--menu .menu-list .menu-list--item .item-group img.switch-menuResp:after {
  content:'';
  position:absolute;
  top:-10px; bottom:-10px;
  left:-10px; right:-10px;
}
@media only screen and (min-width: 1024px) {
  .main-nav--menu .menu-list .menu-list--item .item-group img.switch-menuResp {
    margin-left: .8em;
    padding: 0;
  }
}
@media only screen and (min-width: 2560px) {
  .main-nav--menu .menu-list .menu-list--item .item-group img.switch-menuResp {
    margin-left: 16px;
  }
}
.main-nav--menu .menu-list .menu-list--item a{
  color: #ffffff;
  text-decoration: none;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.4em;
  line-height: 1em;
  position: relative;
}

.main-nav--menu .menu-list .menu-list--item a , .main-nav--menu .menu-list .menu-list--item .switch-menuResp{
  color: #ffffff;
  text-decoration: none;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.2em;
  line-height: 1em;
  position: relative;
}
@media only screen and (min-width: 2560px) {
  .main-nav--menu .menu-list .menu-list--item a , .main-nav--menu .menu-list .menu-list--item .switch-menuResp {
    font-size: 18px;
  }
}
.main-nav--menu .menu-list .menu-list--item a span {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .main-nav--menu .menu-list .menu-list--item a br {
    display: none;
  }
}
.main-nav--menu .menu-list .menu-list--item a::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
  bottom: -0.5em;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.main-nav--menu .menu-list.menu-list--tools {
  padding: 1.1em 2em 1em;
}
@media only screen and (min-width: 2560px) {
  .main-nav--menu .menu-list.menu-list--tools {
    padding: 14px 30px 10px;
  }
}

.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools {
  margin-bottom: .4em;
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools:last-of-type{
  margin-bottom: 0;
}
.menu-list--item.menu-list--item_tools.menu-list--item_tools--search{
  margin-bottom: .4em;
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools a {
  font-family: "gothamBook", sans-serif;
  font-size: .9em;
  line-height: 2em;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 2560px) {
  .main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools a {
    font-size: 14px;
  }
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools a .text {
  opacity: 0.75;
  color: #ffffff;
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools a svg {
  margin-right: 1em;
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools .text {
  opacity: 0.75;
  color: #ffffff;
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools svg {
  margin-right: 1em;
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools.menu-list--item_tools--lang {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  cursor: pointer;
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools.menu-list--item_tools--lang .material-icons{
  font-size: .9em;
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools.menu-list--item_tools--lang .langOn {
  font-size: 0.85em;
  padding-left: 0.8em;
  opacity: 0.75;
}
/* .main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools.menu-list--item_tools--lang .material-icons,
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools.menu-list--item_tools--lang .bolaMundo {
  width: 22px;
} */
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools.menu-list--item_tools--lang .text {
  opacity: 0.75;
  font-size: .9em;
  line-height: 2em;
}
@media only screen and (min-width: 2560px) {
  .main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools.menu-list--item_tools--lang .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools.menu-list--item_tools--lang .bind-lang {
  color: #ffffff;
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools.menu-list--item_tools--lang svg {
  margin-right: 0;
  margin-left: 0;
}
.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools.menu-list--item_tools--lang .lang-list {
  display: none;
  background-color: #3E3A3B;
  padding: 0.5em;
  position: absolute;
  margin-top: 0em;
  margin-left: 1em;
}

.main-nav--menu .menu-list.menu-list--tools .menu-list--item_tools.menu-list--item_tools--lang .lang-list .lang-list--item {
  padding: 0.25em;
  color: #ffffff;
}
.main-nav--menu .menu-list.invisible {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-out;
}
.main-nav--menu .menu-list .material-icons {
  margin-right: 0.3em;
  font-size: 1em;
}
.main-nav--menu .menu-list .menu-list--item .icon-vector{
  margin-right: 0.3em;
  vertical-align: middle;
}
.main-nav--menu .menu-logo{
  padding: 2em 1.5em .8em 2em;
}
.main-nav--menu .close-nav{
  position: absolute;
  top: 1.7em;
  right: 10px;
  cursor: pointer;
}
.main-logo {
  padding: 2em 1.5em 2em;
  z-index: 0;
}
.toggle-menu-wrap {
  padding: 0em 1.5em 0em;
  cursor: pointer;
  transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  position: absolute;
  right: 0;
}
.toggle-menu-wrap.opened{
  opacity: 0;
}
.menu-list--item .material-icons.only-mobile {
  margin-left: 0.5em;
  transform: scale(0.8) translate(0, 7px);
}
.menu-list--item.open .menu-list__submenu {
  max-height: 100vh;
  transition: all 1s ease-in-out;
  margin: 1.6em 0;
}
.menu-list--item.open img.switch-menuResp{
  transform: rotate(180deg);

}
.menu-list--item.open .material-icons.only-mobile.upward {
  transform: scale(0.8) translate(0, 7px) rotate(180deg);
}
.menu-list--item .menu-list__submenu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.menu-list--item .menu-list__submenu .menu-list__submenuItem {
  margin: 0 1em 1em;
}
.menu-list--item .menu-list__submenu .menu-list__submenuItem:last-of-type{
  margin-bottom: 0;
}
.menu-list--item .menu-list__submenu .menu-list__submenuItem a {
  font-size: 0.9em;
  display: block;
}
.menu-list--item .menu-list__submenu .menu-list__submenuItem.dropdown .dropdown-content.active {
  opacity: 1;
  visibility: visible;
  max-height: unset;
  transition: max-height 0.6s ease-in-out;
}
.menu-list--item .menu-list__submenu .menu-list__submenuItem.dropdown .dropdown-content.active .dropdown-content__item {
  text-align: left;
  margin: 1em auto 1.25em;
}

.menu-list--item .menu-list__submenu .menu-list__submenuItem .dropdown-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.3em 0;
}
.menu-list--item .menu-list__submenu .menu-list__submenuItem .dropdown-btn i{
  font-size: 1.4em;
  margin-left: 0.5em;

}

.menu-list--item .menu-list__submenu .menu-list__submenuItem .dropdown-btn i.upward{
  transform: rotate(180deg);
}
.menu-list--item .menu-list__submenu .menu-list__submenuItem .dropdown-btn::after {
  content: none;
}
.menu-list--item .menu-list__submenu .menu-list__submenuItem .dropdown-btn.upward .material-icons {
  transform: rotate(180deg);
}
.menu-list--item .menu-list__submenu .menu-list__submenuItem .dropdown-content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: max-height 0.6s ease-in-out;
}
.menu-list--item .menu-list__submenu .menu-list__submenuItem .dropdown-content__item {
  margin: 0 auto;
  text-align: center;
}
.menu-list--item .menu-list__submenu .menu-list__submenuItem .dropdown-content__item a {
  width: auto;
  margin: 0;
  padding-left: 40px;
}
.languagesBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FAFAF8;
  z-index: 0;
  transform: translateY(-105%);
  transition: transform 0.75s ease-in-out;
}
.languagesBox.hit {
  transform: none;
  z-index: 300;
}
.languagesBox--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  background-color: #3C3C3B;
  padding: 1.5em;
}
.languagesBox--top > .material-icons {
  cursor: pointer;
  transform: translate(0, -20px);
}
.languagesBox--top > p {
  font-size: 0.85em;
}
@media only screen and (min-width: 370px) {
  .languagesBox--top > .material-icons {
    transform: translate(9px, -2px);
  }
}
@media only screen and (min-width: 768px) {
  .languagesBox--top > .material-icons {
    transform: none;
  }
  .languagesBox--top > p {
    font-size: 1em;
    transform: translateX(-4vw);
  }
}
@media only screen and (min-width: 1024px) {
  .languagesBox--top {
    padding: 1.7em 6em;
  }
}
.languagesBox--bottom {
  height: calc(100% - 75px);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 1.5em;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .languagesBox--bottom.nav-accordion {
    margin-top: 2em;
  }
}
.languagesBox--bottom--zone {
  color: #877D76;
  width: 80%;
  font-size: 0.95em;
  margin-bottom: 3em;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .languagesBox--bottom--zone {
    width: 100%;
  }
}
.languagesBox--bottom--zone .button-accordion {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 36px;
  color: #877D76 !important;
  border-bottom: 1px solid #877D76;
  padding-bottom: 0.5em;
}
.languagesBox--bottom--zone--pais {
  margin-top: 1.33em;
  display: flex;
  flex-wrap: wrap;
  color: #3E3A3B;
  padding-bottom: 3em;
}
@media only screen and (min-width: 1024px) {
  .languagesBox--bottom--zone--pais {
    margin: 1em 2em 1em 0 !important;
  }
}
.languagesBox--bottom--zone--pais a {
  color: #3E3A3B;
  font-size: 1.07em;
  display: inline-block;
  text-decoration: none;
  padding: 0.7em 0;
  display: flex;
  align-items: center;
}
.languagesBox--bottom--zone--pais a:hover {
  color: #8c8587;
}
.languagesBox--bottom--zone--pais a svg {
  margin-right: 1em;
}
.languagesBox--bottom--zone--pais li {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .languagesBox--bottom--zone--pais li {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .languagesBox--bottom--zone {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .languagesBox--bottom {
    padding: 3.5em 6em 2em;
  }
}



@media only screen and (min-width: 1024px) {
  .main-nav .nav-desktop{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-nav .nav-desktop .nav-desktop__list {
    display: flex;
    flex-direction: row;
  }
  .main-nav .nav-desktop .nav-desktop__list .nav-desktop__list-item{
    /* padding: 0.3em 0; */
    margin: 0 .8em;
  }

  .main-nav .nav-desktop .nav-desktop__list .nav-desktop__list-item .nav-desktop__list-link{
    color: #ffffff;
    text-decoration: none;
    line-height: 1em;
    font-size: 1em;
    font-family: "gothamBook", sans-serif;

  }

}
footer {
  height: auto;
  background-color: #fff;
  bottom: 0;
  width: 100%;
  padding: 3em 1.5em 50px;
}
@media only screen and (min-width: 1024px) {
  footer {
    padding: 3em 6em 1em 6em;
  }
}
footer .listas-footer {
  margin-top: 2em;
  font-family: "gothamBook", sans-serif;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  footer .listas-footer {
    justify-content: flex-end;
    margin-top: 0em;
  }
}
footer .listas-footer .lista-footer--item {
  font-size: 0.75em;
  line-height: 1em;
  color: #877D76;
  padding-bottom: 3em;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  footer .listas-footer .lista-footer--item {
    width: 20%;
  }
}
footer .listas-footer .lista-footer--item:last-child a {
  text-decoration: none;
}
footer .listas-footer .lista-footer--item .sublista-footer {
  font-size: 1em;
  line-height: 2em;
  color: #3E3A3B;
  padding-top: 1em;
}
footer .listas-footer .lista-footer--item .sublista-footer a {
  text-decoration: none;
}
footer .copyright {
  color: #877D76;
  font-size: 0.85em;
  line-height: 1.5em;
}

.wrapper {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1300px) {
  .wrapper {
    width: 80%;
  }
}
/* @media screen and (min-width: 1700px) {
  .wrapper {
    width: 70%;
  }
} */
.section {
  padding: 2em;
  position: relative;
}
.section--opacity img {
  opacity: 0.5;
}
.section--opacity video {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .section--opacity_mobile img {
    opacity: 0.5;
  }
  .section--opacity_mobile video {
    opacity: 0.5;
  }
}
.section--opacity-75 img {
  opacity: 0.75;
}
.section--opacity-75 video {
  opacity: 0.75;
}
@media screen and (max-width: 1024px) {
  .section--opacity-75_mobile img {
    opacity: 0.75;
  }
  .section--opacity-75_mobile video {
    opacity: 0.75;
  }
}

.row {
  display: flex;
  flex-direction: column;
}
.row .col {
  flex: 1 1 0px;
  padding: 0 1em;
}
.row .col:nth-child(1) {
  padding: 0 1em 0 0;
}
.row .col:nth-last-child(1) {
  padding: 0 0 0 1em;
}
.row.no-gutters .col {
  padding: 0;
}
.row.margen {
  justify-content: space-around;
}
.row.margen .col {
  flex-basis: 49%;
  flex-grow: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.csp .slider__2-videoTitulo {
  margin: 2em 0 1.5em;
  font-size: 1.5em;
}

.cervezas {
  /*.slider__2-controls-resp {
      display: none;
  }
  @media screen and (max-width: $break-point-s) {
      .slider__2 .video-popUp .video-popUp__image {
          object-position: center;
          width: auto;
      }
  }*/
}
.cervezas--home .box-full-screen + .destacado {
  padding: 3em 0;
}

@media screen and (min-width: 1700px) {
  .button--underline + .button--underline {
    margin-left: 2em;
  }
}

.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.flex.flex--center {
  justify-content: center;
}
.flex.flex--start {
  justify-content: start;
}
.flex.align--start {
  align-items: start;
}
.flex.align--stretch {
  align-items: stretch;
}

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

.landing .nav-tabs--item, .interactExpandBoxes.con--video .svg, .interactExpandBoxes--contenido--body .infoAlimentaria--data--table *, .interactExpandBoxes .hideContent3boxes .video-popUp__closer,
.interactExpandBoxes .hideContent3boxes--mobile .video-popUp__closer, .sliderHandmade .disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filtroEdad .main-nav {
  justify-content: center;
}
.filtroEdad .main-logo {
  padding-left: 0;
}

.main.filtroEdad {
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 1024px){
  .main.filtroEdad >.box-full-screen{
    justify-content: center;
  }
}
.main.filtroEdad > .section {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .main.filtroEdad > .section {
    position: fixed;
    width: 100%;
    z-index: 1001;
  }
}
.main.filtroEdad .button {
  text-align: center;
}
.main.filtroEdad select, .main.filtroEdad button {
  cursor: pointer;
}
.main.filtroEdad .titular--1 {
  line-height: 0.5;
  padding: 0;
  margin: 0.7em 0;
}
@media only screen and (max-width: 1023px) {
  .main.filtroEdad .titular--1 {
    font-size: 1.75em;
  }
}
.main.filtroEdad .box-full-screen .img-cover-page_dk {
  top: 0;
  min-height: 100%;
  height: auto;
  right: auto;
}
.main.filtroEdad .button-transparent {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 1.2em;
  padding: 0.6em 0;
}
.main.filtroEdad .button-transparent:hover {
  background-color: #3E3A3B;
  border: 1px solid #3E3A3B;
}
.main.filtroEdad .stages {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-in-out, transform 1.2s ease;
  position: absolute;
  top: -200%;
}
.main.filtroEdad .stages.hit {
  opacity: 1;
  z-index: 2;
  transform: translateY(-5rem);
  transition: opacity 0.75s ease-in-out, transform 0.5s ease;
  position: relative;
  top: auto;
}
@media only screen and (min-width: 370px) {
  .main.filtroEdad .stages {
    min-width: 21em;
  }
}
@media only screen and (min-width: 1024px) {
  .main.filtroEdad .stages.hit {
    transform: translateY(-3.5rem);
  }
}
.main.filtroEdad .stage--1 {
  transform: translateY(7rem);
  top: auto;
}
.main.filtroEdad .stage--1 .button-transparent {
  margin: 0.5em 1em 0;
  width: 6.5em;
}
.main.filtroEdad .stage--1.noTransform {
  transform: translateY(-5rem);
}
@media only screen and (min-width: 1024px) {
  .main.filtroEdad .stage--1 .button-transparent {
    margin: 0 1.5em;
    width: 10em;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 767px) {
  .main.filtroEdad .stage--3.hit {
    transform: translateY(-6rem);
  }
}
.main.filtroEdad .stages,
.main.filtroEdad .stages * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
}
.main.filtroEdad .formFiltroEdad {
  width: 100%;
  max-width: 33.3em;
  margin: 0 auto;
}
.main.filtroEdad .formFiltroEdad select {
  width: 32%;
  background-color: transparent;
  background-image: url(../img/filtro-edad/select-arrow-down.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 90% 47%;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 1rem 2rem 1rem 1rem;
  margin-top: 0.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.main.filtroEdad .formFiltroEdad.formCountry select {
  width: 100%;
  max-width: 16.8em;
  background-position: 93% 47%;
}
@media only screen and (min-width: 1024px) {
  .main.filtroEdad .formFiltroEdad.formCountry select {
    max-width: 21.4em;
  }
}
.main.filtroEdad .formFiltroEdad .button {
  border: none;
  width: 100%;
  padding: 1.1em 1em;
  margin-top: 1em;
  font-size: 1.15em;
}
.main.filtroEdad .cookies {
  position: absolute;
  bottom: 1.2em;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  max-width: 59.2em;
  font-size: 0.82em;
  color: #ffffff;
}
.main.filtroEdad .cookies p {
  padding-top: 1.1em;
}
@media only screen and (min-width: 1024px) {
  .main.filtroEdad .cookies {
    font-size: 1em;
    bottom: 2.2em;
  }
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  border-radius: 0px;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 32%;
}
.formCountry .nice-select {
  width: 100%;
  max-width: 16.8em;
}
@media only screen and (min-width: 1024px) {
  .formCountry .nice-select {
    max-width: 21.4em;
  }
}
.nice-select .current {
  color: #ffffff;
}
.nice-select:hover {
  color: inherit;
}
.nice-select:active, .nice-select:focus {
  color: inherit;
}
.nice-select:after {
  content: "";
  display: block;
  width: 8px;
  height: 20px;
  background-image: url("../img/filtro-edad/select-arrow-down.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -45%);
  transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
  color: inherit;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border: 2px solid #ffffff;
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  max-height: 365px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
@media only screen and (max-width: 1023px) {
  .nice-select .list {
    max-height: 295px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 767px) {
  .nice-select .list {
    max-height: 250px;
  }
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 45px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: center;
  transition: all 0.2s;
  position: relative;
}
.nice-select .option::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  height: 1px;
  background-color: #d8d8d8;
}
.nice-select .option:last-child::after {
  background-color: transparent;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  /* opacity: .5; */
  transition: all .5s linear;
}
.slider__trending .slick-slide {
  opacity: .5;
}
.recipes--section-feat .slick-slide {
  opacity: 1!important;
}
.slider__trending .slick-current, .slider__trending .slick-active {
  opacity: 1 !important;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider__1 {
  position: relative;
}
.slider__1--images {
  display: block;
  width: 100%;
}
.slider__1--images img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__1--images {
    width: 70%;
  }
}
.slider__1--navBox {
  right: 0;
  background: #ECEBE5;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  position: relative;
  padding: 2em 0;
}
.slider__1--navBox .slick-slider {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__1--navBox {
    position: absolute;
    width: 40%;
    top: 50%;
    padding: 5em 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(0, -50%);
  }
}
.slider__1--comandos {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
}
@media screen and (min-width: 1024px) {
  .slider__1--comandos {
    bottom: 1em;
    top: auto;
    transform: translate(0, 0);
  }
}
.slider__1--dots .slick-dots {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .slider__1--alternativo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .slider__1--alternativo .slider__1--navBox {
    right: auto;
    left: 0;
  }
}
.slider__1-titular {
  font-family: "gothamMedium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .slider__1-titular {
    font-size: 2.25em;
  }
}
.slider__1-texto {
  font-family: "gothamBook", sans-serif;
  padding: 1.5em;
}
@media screen and (min-width: 1024px) {
  .slider__1-texto {
    line-height: 1.5;
    padding: 0.8em 2em 0.5em;
  }
}
@media screen and (min-width: 1700px) {
  .slider__1-texto {
    font-size: 1.2em;
  }
}
.slider__1 .slider__1-titular {
  font-size: 1.2em;
  padding: 0 2em;
}
.slider__1 .button {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .slider__1 .button {
    margin-top: 1.5em;
  }
}
.slider__1--video .box-full-screen {
  height: auto;
}
.slider__1--video .video-popUp__image {
  position: relative;
}
.slider__2 {
  padding-bottom: 3em;
  background: #e8e6e5;
}
@media screen and (min-width: 1024px) {
  .slider__2 {
    padding-bottom: 0;
  }
}
.slider__2-item {
  text-align: center;
}
.slider__2-image {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__2-image {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
.slider__2-titulo {
  font-family: "gothamMedium", sans-serif;
  font-size: 0.8em;
  margin-top: 3.2em;
}
.slider__2-texto {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin: 0.6em 0;
  line-height: 1;
  padding: 0 1em;
  font-size: 1.75em;
}
@media screen and (min-width: 1024px) {
  .slider__2-texto {
    font-size: 2em;
    min-height: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.slider__2-videoTitulo {
  padding: 0 2em;
  font-family: "gothamMedium", sans-serif;
  margin: 0 0 1.5em;
  font-size: 1.5em;
}
.slider__2-videoTitulo.titular--6 {
  font-size: 1.8em;
}
@media screen and (min-width: 1024px) {
  .slider__2-videoTitulo {
    padding: 0;
    margin: 2.5em 0 1.5em;
    font-size: 2em;
  }
}
.slider__2-videoText {
  padding: 0 2em;
  color: #ECEBE5;
}
@media screen and (min-width: 1024px) {
  .slider__2-videoText {
    padding: 0 0 2em 0;
  }
}
.slider__2-time {
  display: block;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .slider__2-time {
    margin-bottom: 1em;
  }
}
.slider__2-controls-resp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  overflow: hidden;
  top: 34vh;
  right: 0;
  left: 0;
  width: 100%;
}
.slider__2-controls-resp .slick-dots {
  display: flex;
  justify-content: center;
}
.slider__2-controls-resp .slick-arrow {
  stroke: white;
}
@media screen and (min-width: 1024px) {
  .slider__2-controls-resp .slick-arrow {
    stroke: #3C3C3B;
  }
}
.slider__2-textCont {
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .slider__2-textCont {
    justify-content: space-between;
  }
}
.slider__2-imageCont {
  height: 40vh;
}
@media screen and (min-width: 1024px) {
  .slider__2-imageCont {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .slider__2 .slick-slide {
    margin-right: 6em;
    transform: translate(-20vw, 0);
    opacity: 0.5;
    transition: opacity 0.5s ease;
  }
  .slider__2 .slick-slide.slick-current {
    opacity: 1;
  }
}
.slider__2 .slick-arrow {
  stroke: white;
}
@media screen and (min-width: 1024px) {
  .slider__2 .slick-arrow {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 25vw;
    cursor: pointer;
    stroke: #3C3C3B;
  }
  .slider__2 .slick-arrow.slick-disabled {
    cursor: default;
  }
  .slider__2 .slick-arrow.slick-prev {
    left: 0;
    z-index: 5;
  }
  .slider__2 .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slider__2 {
    padding: 2em 0;
  }
}
.slider__2 .slick-arrow {
  width: 25vw;
}
.slider__2 .video-popUp {
  height: 100%;
}
.slider__2 .video-popUp .box-full-screen {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__2 .video-popUp .box-full-screen {
    height: auto;
  }
}
.slider__2 .video-popUp .video-popUp__cont {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__2 .video-popUp .video-popUp__cont {
    height: auto;
  }
}
.slider__2 .video-popUp .video-popUp__image {
  height: 100%;
  /*object-fit: unset;
  object-position: unset;*/
  position: static;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}
@media screen and (min-width: 1024px) {
  .slider__2 .video-popUp .video-popUp__image {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .slider__2 .video-popUp {
    height: auto;
  }
}
.slider__22 {
  padding-bottom: 3em;
  background: #e8e6e5;
}
@media screen and (min-width: 1024px) {
  .slider__22 {
    padding-bottom: 0;
  }
}
.slider__22-item {
  text-align: center;
}
.slider__22-image {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__22-image {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
.slider__22-titulo {
  font-family: "gothamMedium", sans-serif;
  font-size: 0.8em;
  margin-top: 3.2em;
}
.slider__22-texto {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin: 0.6em 0;
  line-height: 1;
  padding: 0 1em;
  font-size: 1.75em;
}
@media screen and (min-width: 1024px) {
  .slider__22-texto {
    font-size: 2em;
  }
}
.slider__22-videoTitulo {
  padding: 0 2em;
  font-family: "gothamMedium", sans-serif;
  margin: 0 0 1.5em;
  font-size: 1.5em;
}
.slider__22-videoTitulo.titular--6 {
  font-size: 1.8em;
}
@media screen and (min-width: 1024px) {
  .slider__22-videoTitulo {
    padding: 0;
    margin: 2.5em 0 1.5em;
    font-size: 2em;
  }
}
.slider__22-videoText {
  padding: 0 2em;
  color: #ECEBE5;
}
@media screen and (min-width: 1024px) {
  .slider__22-videoText {
    padding: 0 0 2em 0;
  }
}
.slider__22-time {
  display: block;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .slider__22-time {
    margin-bottom: 1em;
  }
}
.slider__22-controls-resp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  overflow: hidden;
  top: 34vh;
  right: 0;
  left: 0;
  width: 100%;
}
.slider__22-controls-resp .slick-dots {
  display: flex;
  justify-content: center;
}
.slider__22-controls-resp .slick-arrow {
  stroke: white;
}
@media screen and (min-width: 1024px) {
  .slider__22-controls-resp .slick-arrow {
    stroke: #3C3C3B;
  }
}
@media screen and (min-width: 1024px) {
  .slider__22-controls-resp {
    display: none;
  }
}
.slider__22-textCont {
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .slider__22-textCont {
    height: auto;
  }
}
.slider__22-imageCont {
  height: 40vh;
}
@media screen and (min-width: 1024px) {
  .slider__22-imageCont {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .slider__22 .slick-slide {
    margin-right: 6em;
    transform: translate(-20vw, 0);
    opacity: 0.5;
    transition: opacity 0.5s ease;
  }
  .slider__22 .slick-slide.slick-current {
    opacity: 1;
  }
}
.slider__22 .slick-arrow {
  stroke: white;
}
@media screen and (min-width: 1024px) {
  .slider__22 .slick-arrow {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 25vw;
    cursor: pointer;
    stroke: #3C3C3B;
  }
  .slider__22 .slick-arrow.slick-disabled {
    cursor: default;
  }
  .slider__22 .slick-arrow.slick-prev {
    left: 0;
    z-index: 5;
  }
  .slider__22 .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slider__22 {
    padding: 2em 0;
  }
}
.slider__22 .slick-arrow {
  width: 25vw;
}
.slider__22 .video-popUp {
  height: 100%;
}
.slider__22 .video-popUp .box-full-screen {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__22 .video-popUp .box-full-screen {
    height: auto;
  }
}
.slider__22 .video-popUp .video-popUp__cont {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__22 .video-popUp .video-popUp__cont {
    height: auto;
  }
}
.slider__22 .video-popUp .video-popUp__image {
  height: 100%;
  /*object-fit: unset;
  object-position: unset;*/
  position: static;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}
@media screen and (min-width: 1024px) {
  .slider__22 .video-popUp .video-popUp__image {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .slider__22 .video-popUp {
    height: auto;
  }
}
.slider__3 {
  position: relative;
}
.slider__3--navBox {
  position: relative;
}
.slider__3--navBox img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__3--navBox {
    width: 70%;
  }
}
.slider__3--nav {
  background: #ECEBE5;
  text-align: center;
  padding: 2em;
}
@media screen and (min-width: 1024px) {
  .slider__3--nav {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    transform: translate(0, -50%);
    padding: 5em 2em 3em;
  }
}
.slider__3--comandos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.slider__3__titular {
  font-size: 1.5em;
  font-family: "gothamMedium", sans-serif;
  margin-bottom: 1em;
}
.slider__3__parrafo {
  font-size: 1.3em;
  margin-bottom: 0.6em;
}
.slider__3 .slick-dots {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .slider__3--alternativo .slider__3--nav {
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slider__3--alternativo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
.slider__3 .slick-arrow {
  stroke: white;
  pointer-events: all;
}
.slider__5 {
  background: #e8e6e5;
}
.slider__5-item {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .slider__5-item {
    overflow: hidden;
  }
}
.slider__5-item:hover .slider__5-image {
  transform: scale(1.05);
  opacity: 0.8;
}
.slider__5-image {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 33.3em;
  transition: all 1s ease-in;
}
@media screen and (min-width: 1024px) {
  .slider__5-image {
    min-height: 35em;
  }
}
.slider__5-textCont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.slider__5-textCont .button--underline {
  border-color: white;
  color: white;
}
.slider__5-controls-resp {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
}
.slider__5-controls-resp-dots {
  display: flex;
  align-items: center;
}
.slider__5-controls-resp .slick-arrow {
  stroke: white;
}
.slider__5-controls-resp .slick-dots {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .slider__5-controls-resp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .slider__5 p {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .slider__5 .slick-slide {
    border: 1px solid white;
  }
}
@media screen and (min-width: 1024px) {
  .slider__5 .slick-slide:last-child {
    border-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slider__5 .slick-arrow {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 25vw;
    cursor: pointer;
  }
  .slider__5 .slick-arrow.slick-disabled {
    cursor: default;
  }
  .slider__5 .slick-arrow.slick-prev {
    left: 0;
    z-index: 5;
  }
  .slider__5 .slick-arrow.slick-next {
    right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .slider__5 {
    padding: 5em 0;
  }
}
.slider__5 .slick-list {
  padding: 0 !important;
}
.slider__6-boxHeight , .slider__M-boxHeight{
  min-height: 45em;
}
@media screen and (min-width: 1024px) {
  .slider__6-boxHeight , .slider__M-boxHeight{
    min-height: inherit;
  }
}
.slider__6-item , .slider__M-item{
  text-align: center;
}
.slider__6-image , .slider__M-image{
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 55vh;
}
@media screen and (min-width: 1024px) {
  .slider__6-image , .slider__M-image {
    min-height: inherit;
    /*max-width: 815px;*/
    -o-object-fit: contain;
    object-fit: contain;
    height: 80vh;
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  .slider__6-image {
    /*max-width:955px;*/
  }
}
@media screen and (min-width: 1700px) {
  .slider__6-image , .slider__M-image{
    height: 85vh;
    /*max-width:1200px;*/
  }
}
@media screen and (min-width: 1920px) {
  .slider__6-image , .slider__M-image{
    height: 960px;
    max-width: none;
  }
}
.slider__6-image_imgVertical , .slider__M-image_imgVertical{
  height: 80vh !important;
  width: auto !important;
}
.slider__6-textCont p , .slider__M-textCont p{
  padding: 1em 0.5em;
  font-size: 0.933em;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .slider__6-textCont p , .slider__M-textCont p{
    max-width: 70%;
  }
}
.slider__6-controls-resp , .slider__M-controls-resp  {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 1em;
}
.slider__MB-controls-resp{
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 2em;

}
.slider__6-controls-resp-dots , .slider__M-controls-resp-dots , .slider__MB-controls-resp{
  display: flex;
  align-items: center;
}
.slider__6-controls-resp .slick-arrow , .slider__M-controls-resp .slick-arrow , .slider__MB-controls-resp .slick-arrow {
  stroke: white;
}
#homeIndex .slider__MB-controls-resp .slick-arrow {
  stroke: #3C3C3B;
}
@media screen and (max-width: 1024px) {
  .mirador.podcast-landing .z-boton {
    display: none;
  }
}
.slider__6-controls-resp .slick-dots , .slider__M-controls-resp .slick-dots , .slider__MB-controls-resp .slick-dots{
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .slider__6-controls-resp , .slider__M-controls-resp , .slider__M-controls-resp{
    display: none;
  }
  .slider__6-controls-resp.desktop-visible , .slider__M-controls-resp.desktop-visible , .slider__MB-controls-resp.desktop-visible{
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    overflow: hidden;
    top: 34vh;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .slider__6-controls-resp.desktop-visible .prev , .slider__M-controls-resp.desktop-visible .prev , .slider__MB-controls-resp.desktop-visible .prev{
    cursor: pointer;
    margin-left: 1.5em;
  }
  .slider__6-controls-resp.desktop-visible .prev svg ,  .slider__M-controls-resp.desktop-visible .prev svg , .slider__MB-controls-resp.desktop-visible .prev svg{
    stroke: #3C3C3B;
    transform: rotate(90deg) scale(0.7);
  }
  .slider__6-controls-resp.desktop-visible .next , .slider__M-controls-resp.desktop-visible .next , .slider__MB-controls-resp.desktop-visible .next{
    cursor: pointer;
    margin-right: 1.5em;
  }
  .slider__6-controls-resp.desktop-visible .next svg ,  .slider__M-controls-resp.desktop-visible .next svg ,  .slider__MB-controls-resp.desktop-visible .next svg{
    stroke: #3C3C3B;
    transform: rotate(-90deg) scale(0.7);
  }
}
@media screen and (min-width: 1024px) {
  .slider__6 .slick-slide , .slider__M .slick-slide{
    margin-right: 5em;
    transform: translate(-2vw, 0);
    opacity: 0.5;
    transition: opacity 0.5s ease;
  }
  .slider__6 .slick-slide.slick-current ,  .slider__M .slick-slide.slick-current{
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .slider__6 .slick-arrow , .slider__M .slick-arrow{
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 25vw;
    cursor: pointer;
  }
  .slider__6 .slick-arrow.slick-disabled , .slider__M .slick-arrow.slick-disabled{
    cursor: default;
  }
  .slider__6 .slick-arrow.slick-prev , .slider__M .slick-arrow.slick-prev{
    left: 0;
    z-index: 5;
  }
  .slider__6 .slick-arrow.slick-next , .slider__M .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slider__6 ,  .slider__M{
    padding: 5em 0;
  }
}
.slider__61-boxHeight {
  min-height: 45em;
}
@media screen and (min-width: 1024px) {
  .slider__61-boxHeight {
    min-height: inherit;
  }
}
.slider__61-item {
  text-align: center;
}
.slider__61-image {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 55vh;
}
@media screen and (min-width: 1024px) {
  .slider__61-image {
    min-height: inherit;
    /*max-width: 815px;*/
    -o-object-fit: contain;
    object-fit: contain;
    height: 80vh;
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  .slider__61-image {
    /*max-width:955px;*/
  }
}
@media screen and (min-width: 1700px) {
  .slider__61-image {
    height: 85vh;
    /*max-width:1200px;*/
  }
}
@media screen and (min-width: 1920px) {
  .slider__61-image {
    height: 960px;
    max-width: none;
  }
}
.slider__61-image_imgVertical {
  height: 80vh !important;
  width: auto !important;
}
.slider__61-textCont p {
  padding: 1em 0.5em;
  font-size: 0.933em;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .slider__61-textCont p {
    max-width: 70%;
  }
}
.slider__61-controls-resp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 1em;
}
.slider__61-controls-resp-dots {
  display: flex;
  align-items: center;
}
.slider__61-controls-resp .slick-arrow {
  stroke: white;
}
.slider__61-controls-resp .slick-dots {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .slider__61-controls-resp {
    display: none;
  }
  .slider__61-controls-resp.desktop-visible {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    overflow: hidden;
    top: 34vh;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .slider__61-controls-resp.desktop-visible .prev {
    cursor: pointer;
    margin-left: 1.5em;
  }
  .slider__61-controls-resp.desktop-visible .prev svg {
    stroke: #3C3C3B;
    transform: rotate(90deg) scale(0.7);
  }
  .slider__61-controls-resp.desktop-visible .next {
    cursor: pointer;
    margin-right: 1.5em;
  }
  .slider__61-controls-resp.desktop-visible .next svg {
    stroke: #3C3C3B;
    transform: rotate(-90deg) scale(0.7);
  }
}
@media screen and (min-width: 1024px) {
  .slider__61 .slick-slide {
    margin-right: 5em;
    transform: translate(-2vw, 0);
    opacity: 0.5;
    transition: opacity 0.5s ease;
  }
  .slider__61 .slick-slide.slick-current {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .slider__61 .slick-arrow {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 25vw;
    cursor: pointer;
  }
  .slider__61 .slick-arrow.slick-disabled {
    cursor: default;
  }
  .slider__61 .slick-arrow.slick-prev {
    left: 0;
    z-index: 5;
  }
  .slider__61 .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slider__61 {
    padding: 5em 0;
  }
}
.slider__632-boxHeight {
  min-height: 45em;
}
@media screen and (min-width: 1024px) {
  .slider__632-boxHeight {
    min-height: inherit;
  }
}
.slider__632-item {
  text-align: center;
}
.slider__632-imageCont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: #3E3A3B;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__632-imageCont {
    width: 95%;
  }
}
.slider__632-imageCont:hover .slider__632-textContent {
  transform: translate(0, 0);
}
.slider__632-imageCont:hover .slider__632-textContent .text {
  opacity: 1;
  visibility: visible;
}
.slider__632-imageCont:hover .slider__632-textContent .buttons {
  opacity: 1;
  visibility: visible;
}
.slider__632-textContent {
  position: absolute;
  bottom: 6em;
  max-width: 20em;
  transform: translate(0, 75%);
  transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .slider__632-textContent {
    max-width: 100vw;
    bottom: 6em;
  }
}
@media screen and (min-width: 1024px) {
  .slider__632-textContent {
    max-width: 20em;
    bottom: 2em;
  }
}
@media screen and (min-width: 1300px) {
  .slider__632-textContent {
    max-width: 25em;
    bottom: 2em;
  }
}
@media screen and (min-width: 1700px) {
  .slider__632-textContent {
    max-width: 27em;
    bottom: 2em;
  }
}
.slider__632-textContent .title {
  font-size: 1.85em;
}
@media screen and (min-width: 768px) {
  .slider__632-textContent .title {
    font-size: 2.25em;
  }
}
.slider__632-textContent .text {
  opacity: 0;
  visibility: hidden;
}
.slider__632-textContent .buttons {
  opacity: 0;
  visibility: hidden;
}
.slider__632-textContent p {
  margin: 0 auto;
}
.slider__632-textContent .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .slider__632-textContent .buttons .button {
    margin: 1.75em auto 0;
    width: 15em;
  }
}
.slider__632-image {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
}
.slider__632-textCont p {
  padding: 1em 0.5em;
  font-size: 0.933em;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .slider__632-textCont p {
    max-width: 70%;
  }
}
.slider__632-controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: -6em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .slider__632-controls {
    margin-top: -5em;
  }
}
@media screen and (min-width: 1024px) {
  .slider__632-controls {
    margin-top: 0;
  }
}
.slider__632-controls-dots {
  display: flex;
  align-items: center;
  height: 6em;
  width: 100%;
  justify-content: center;
}
.slider__632-controls .slick-arrow {
  position: absolute;
  bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .slider__632-controls .slick-arrow {
    stroke: white;
  }
}
@media screen and (min-width: 1024px) {
  .slider__632-controls .slick-arrow {
    bottom: 50%;
  }
}
.slider__632-controls .slick-arrow.next {
  right: 0;
}
.slider__632-controls .slick-dots {
  display: flex;
  justify-content: center;
}
.slider__632-controls .slick-dots .slick-active button {
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  .slider__632 .slick-track {
    left: 5em;
  }
}
@media screen and (min-width: 1024px) {
  .slider__632 .slick-arrow {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 10vw;
    cursor: pointer;
  }
  .slider__632 .slick-arrow.slick-disabled {
    cursor: default;
  }
  .slider__632 .slick-arrow.slick-prev {
    left: 0;
    z-index: 5;
  }
  .slider__632 .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slider__632 {
    padding: 5em 0;
  }
}
.slider__633-boxHeight {
  min-height: 45em;
}
@media screen and (min-width: 1024px) {
  .slider__633-boxHeight {
    min-height: inherit;
  }
}
.slider__633-item {
  text-align: center;
}
.slider__633-imageCont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: #3E3A3B;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__633-imageCont {
    width: 95%;
  }
}
.slider__633-imageCont:hover .slider__633-textContent {
  transform: translate(0, 0);
}
.slider__633-imageCont:hover .slider__633-textContent .text {
  opacity: 1;
  visibility: visible;
}
.slider__633-imageCont:hover .slider__633-textContent .buttons {
  opacity: 1;
  visibility: visible;
}
.slider__633-textContent {
  position: absolute;
  bottom: 6em;
  max-width: 20em;
  transform: translate(0, 75%);
  transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .slider__633-textContent {
    max-width: 100vw;
    bottom: 6em;
  }
}
@media screen and (min-width: 1024px) {
  .slider__633-textContent {
    max-width: 20em;
    bottom: 2em;
  }
}
@media screen and (min-width: 1300px) {
  .slider__633-textContent {
    max-width: 25em;
    bottom: 2em;
  }
}
@media screen and (min-width: 1700px) {
  .slider__633-textContent {
    max-width: 27em;
    bottom: 2em;
  }
}
.slider__633-textContent .title {
  font-size: 1.85em;
}
@media screen and (min-width: 768px) {
  .slider__633-textContent .title {
    font-size: 2.25em;
  }
}
.slider__633-textContent .text {
  opacity: 0;
  visibility: hidden;
}
.slider__633-textContent .buttons {
  opacity: 0;
  visibility: hidden;
}
.slider__633-textContent p {
  margin: 0 auto;
}
.slider__633-textContent .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .slider__633-textContent .buttons .button {
    margin: 1.75em auto 0;
    width: 15em;
  }
}
.slider__633-image {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
}
.slider__633-textCont p {
  padding: 1em 0.5em;
  font-size: 0.933em;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .slider__633-textCont p {
    max-width: 70%;
  }
}
.slider__633-controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.slider__633-controls-dots {
  display: flex;
  align-items: center;
  height: 6em;
  width: 100%;
  justify-content: center;
}
.slider__633-controls .slick-arrow {
  position: absolute;
  bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .slider__633-controls .slick-arrow {
    stroke: white;
  }
}
@media screen and (min-width: 1024px) {
  .slider__633-controls .slick-arrow {
    bottom: 50%;
  }
}
.slider__633-controls .slick-arrow.next {
  right: 0;
}
.slider__633-controls .slick-dots {
  display: flex;
  justify-content: center;
}
.slider__633-controls .slick-dots .slick-active button {
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  .slider__633 .slick-arrow {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 10vw;
    cursor: pointer;
  }
  .slider__633 .slick-arrow.slick-disabled {
    cursor: default;
  }
  .slider__633 .slick-arrow.slick-prev {
    left: 0;
    z-index: 5;
  }
  .slider__633 .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slider__633 {
    padding: 5em 0;
  }
}
.slider__634-controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: initial;
  height: 80%;
  top: 0;
}
.slider__634-controls .slick-arrow {
  position: absolute;
  bottom: 2em;
}
@media screen and (min-width: 1024px) {
  .slider__634-controls .slick-arrow {
    bottom: 50%;
  }
}
.slider__634-controls .slick-arrow.prev {
  left: 5%;
}
@media screen and (min-width: 1024px) {
  .slider__634-controls .slick-arrow.prev {
    left: 15%;
  }
}
.slider__634-controls .slick-arrow.next {
  right: 5%;
}
@media screen and (min-width: 1024px) {
  .slider__634-controls .slick-arrow.next {
    right: 15%;
  }
}
.slider__634-controls .slick-dots {
  display: flex;
  justify-content: center;
}
.slider__634-controls .slick-dots .slick-active button {
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  .slider__634 .slick-arrow {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 10vw;
    cursor: pointer;
  }
  .slider__634 .slick-arrow.slick-disabled {
    cursor: default;
  }
  .slider__634 .slick-arrow.slick-prev {
    left: 0;
    z-index: 5;
  }
  .slider__634 .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slider__634 {
    padding: 5em 0;
  }
}
.slider__634 .slick-track {
  display: flex !important;
}
.slider__634 .slick-slide {
  height: auto !important;
}
.slider__634 .slick-slide > div {
  height: 100%;
}
.slider__634 .eventos--tabs__item {
  height: 95%;
}
.slider__634 .momentos-eventos__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider__634-item a {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .slider__634-item {
    margin: 0 1% 2em 3%;
  }
}
.slider__634-cultura_item {
  height: 90%;
  transform: scale(0.92);
}
@media screen and (min-width: 1024px) {
  .slider__634-cultura_item {
    margin: 0 1% 2em 3% !important;
  }
}
.slider__634-cultura_item .momentos-eventos__txt {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .slider__634-cultura_item .momentos-eventos__titulo {
    font-size: 1.5em;
    margin: 0.6em 0 0.5em;
  }
}
@media screen and (max-width: 1023px) {
  .slider__634-musica .slider__634-controls {
    position: relative !important;
    margin-top: -5% !important;
  }
}
@media screen and (min-width: 1024px) {
  .slider__634-musica.one .eventos--tabs__item {
    width: 35% !important;
    margin: 0 1% 2em 1%;
  }
}
.slider__634-musica.one .slick-track {
  width: auto !important;
}
.slider__634-musica.one .slick-slide {
  width: auto !important;
}
.slider__634-musica.one .slick-slide > div {
  display: flex;
  justify-content: center;
}
.slider__634-musica.two .slick-slide {
  width: auto !important;
}
.slider__634-musica.two .slick-track {
  width: auto !important;
}
.slider__634-musica.two .slick-slide > div {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .slider__634-musica.two {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .slider__634.w60 {
    width: 60%;
  }
}
.slider__7 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.slider__7--images {
  display: block;
  width: 100%;
}
.slider__7--images img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__7--images {
    width: 50%;
  }
}
.slider__7--images .svg {
  transform: scale(0.65);
  transform-origin: 50% 70%;
}
@media screen and (min-width: 1024px) {
  .slider__7--images .svg {
    transform-origin: 50% 60%;
  }
}
.slider__7--navBox {
  right: 0;
  background: #3E3A3B;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  position: relative;
  padding: 0;
}
.slider__7--navBox .slick-slider {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__7--navBox {
    padding: 2em 0;
    position: absolute;
    width: 50%;
    top: 50%;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(0, -50%);
  }
}
.slider__7--navBox img {
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider__7--navBox .text-content {
  position: absolute;
  z-index: 2;
  top: 15%;
  width: 100%;
  pointer-events: none;
  transform: scale(0.7);
}
@media screen and (min-width: 1024px) {
  .slider__7--navBox .text-content {
    top: 40%;
    transform: scale(1);
  }
}
.slider__7--comandos {
  display: flex;
  justify-content: space-between;
  width: 100%;
  transform: translate(0%, 75%);
  position: absolute;
  top: 0;
  height: auto;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .slider__7--comandos {
    top: auto;
    width: 200%;
    transform: translate(25%, 0%);
  }
}
.slider__7--dots .slick-dots {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .slider__7--alternativo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .slider__7--alternativo .slider__7--navBox {
    right: auto;
    left: 0;
  }
}
.slider__7-titular {
  font-family: "gothamMedium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .slider__7-titular {
    font-size: 2.25em;
  }
}
.slider__7-texto {
  font-family: "gothamBook", sans-serif;
  padding: 1.5em;
}
@media screen and (min-width: 1024px) {
  .slider__7-texto {
    line-height: 1.5;
    padding: 0.8em 2em 0.5em;
  }
}
@media screen and (min-width: 1700px) {
  .slider__7-texto {
    font-size: 1.2em;
  }
}
.slider__7 .slider__7-titular {
  font-size: 1.2em;
  padding: 0 2em;
}
.slider__7 .button {
  margin-top: 0;
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, 0);
  pointer-events: all;
}
@media screen and (min-width: 1024px) {
  .slider__7 .button {
    margin-top: 1.5em;
  }
}
.slider__7--video .box-full-screen {
  height: auto;
}
.slider__7--video .video-popUp__image {
  position: relative;
}
.slider__7--left_content {
  display: flex !important;
  justify-content: center;
}
.slider__7--right_content {
  display: flex;
  justify-content: center;
}
.slider__7--right_content .text-content_top {
  font-family: "gothamMedium", sans-serif;
  top: 5%;
  position: absolute;
  margin: auto;
  text-align: center;
  transform: scale(0.8);
}
@media screen and (min-width: 1024px) {
  .slider__7--right_content .text-content_top {
    transform: scale(1);
  }
}
.slider__7--right_content .text-content_bottom {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 5%;
  transform: scale(0.75);
  transform-origin: bottom;
}
@media screen and (min-width: 1024px) {
  .slider__7--right_content .text-content_bottom {
    width: 90%;
    top: 10%;
    transform: scale(1);
  }
}
.slider__7--right_content .text-content_bottom_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1em;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider__7--right_content .text-content_bottom_item {
    width: 30%;
  }
}
.slider__7--right_content .text-content_bottom_item .title_name {
  font-family: "gothamMedium", sans-serif;
  padding-bottom: 1em;
  width: 100%;
  text-align: center;
}
.slider__7--right_content .text-content_bottom_item .title_data {
  width: 100%;
  text-align: center;
}
.slider__8--comandos {
  /* background-color: #00f3f3; */
  /* border: 2px solid #00f; */
}
.slider__8--dots {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 4em;
  margin-top: -3em;
}
.slider__8--dots .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
}
.slider__8 .button {
  cursor: pointer;
  pointer-events: all;
}
.slider__8 .slick-arrow {
  top: 40%;
  position: absolute;
  margin: 1em;
}
.slider__8 .slick-arrow.next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .slider__8 .titular--5 {
    font-size: 1.25em;
  }
  /* .slick-slider .slick-list {
    padding: 4px !important;
  } */
}
@media screen and (max-width: 360px) {
  .slider__8 .titular--5 {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .slider__8 .titular--5 {
    font-size: 1.5em;
  }
}
.slider__8 .img-cover-page {
  min-height: 448px;
}
.slider__hibrido-controls-resp {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider__hibrido-controls-resp .slick-dots {
  display: flex;
}
.slider__hibrido-controls-resp .slick-dots li.slick-active button {
  opacity: 1;
  background: #3E3A3B;
}
.slider__hibrido-controls-resp .slick-dots li:not(.slick-active) button {
  background: #3E3A3B;
  opacity: 0.5;
}

.slick-arrow {
  cursor: pointer;
  stroke: #3C3C3B;
}
.slick-arrow.prev svg {
  transform: rotate(90deg) scale(0.7);
}
.slick-arrow.next svg {
  transform: rotate(-90deg) scale(0.7);
}
.slider__7 .slick-arrow.prev {
  stroke: white;
}
.slider__7 .slick-arrow.prev svg {
  transform: rotate(90deg) scale(0.9);
}
.slider__7 .slick-arrow.next {
  stroke: white;
}
.slider__7 .slick-arrow.next svg {
  transform: rotate(-90deg) scale(0.9);
}
@media screen and (min-width: 1024px) {
  .slider__7 .slick-arrow.next {
    stroke: #3C3C3B;
  }
}

[class$="--comandos"] {
  overflow: hidden;
  align-items: center;
}

.slick-slide > div li {
  display: block !important;
}

.slick-dots button {
  text-indent: 99999999px;
  width: 0.55em;
  height: 0.55em;
  border-radius: 50px;
  background-color: white;
  opacity: 0.5;
  margin: 0.35em;
}
@media screen and (min-width: 1024px) {
  .slick-dots button {
    background-color: #3C3C3B;
  }
}
@media screen and (min-width: 1024px) {
  .grey-4--bg .slick-dots button {
    background-color: white;
  }
}
@media screen and (min-width: 1024px) {
  .grey-5--bg .slick-dots button {
    background-color: white;
  }
}
.slick-dots li:not(.slick-active) button {
  opacity: 0.5;
}
.slick-dots .slick-active button {
  opacity: 1;
}

.slick-arrow {
  cursor: pointer;
  stroke: #3C3C3B;
}
.slick-arrow.prev {
  margin-left: 1.5em;
}
.slick-arrow.next {
  margin-right: 1.5em;
}
.grey-4--bg .slick-arrow {
  stroke: white;
}
.grey-5--bg .slick-arrow {
  stroke: white;
}

.sliderHandmade .prev,
.sliderHandmade .next {
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.sliderHandmade .prev svg,
.sliderHandmade .next svg {
  fill: #ffffff;
}
.sliderHandmade .prev {
  transform: rotate(90deg) scale(1.75);
  left: 9.5vw;
}
.sliderHandmade .next {
  transform: rotate(-90deg) scale(1.75);
  right: 9.5vw;
}
.sliderHandmade .slider__2 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  transition: transform 0.7s ease;
  width: 200%;
}
.sliderHandmade .slider__2.translateLeft {
  transform: translateX(0);
}
.sliderHandmade .slider__2.translateRight {
  transform: translateX(-50%);
}
.sliderHandmade .slider__2-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: column wrap;
  opacity: 1;
  transition: opacity 0.75s ease-in-out;
}
.sliderHandmade .slider__2-imageCont, .sliderHandmade .slider__2-textCont {
  width: 90%;
  position: relative;
}
.sliderHandmade .slider__2-imageCont {
  height: 26.5vh;
  max-height: 190px;
}
@media screen and (max-width: 1024px) {
  .sliderHandmade .slider__2-imageCont .video-popUp {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .sliderHandmade .slider__2-imageCont {
    height: 32vh;
    max-height: none;
  }
  .sliderHandmade .slider__2-imageCont, .sliderHandmade .slider__2-textCont {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .sliderHandmade .slider__2 {
    flex-flow: row wrap;
    width: 100%;
  }
  .sliderHandmade .slider__2.translateLeft {
    transform: translateX(25%);
  }
  .sliderHandmade .slider__2.translateRight {
    transform: translateX(-25%);
  }
  .sliderHandmade .slider__2-item {
    width: 50%;
    padding-top: 2em;
  }
  .sliderHandmade .slider__2-imageCont, .sliderHandmade .slider__2-textCont {
    width: 85%;
    max-width: 750px;
  }
}
@media screen and (min-width: 1300px) {
  .sliderHandmade .slider__2-imageCont {
    height: 40vh;
    min-height: 320px;
    max-height: 350px;
  }
}
@media screen and (min-width: 1700px) {
  .sliderHandmade .slider__2-imageCont {
    height: 50vh;
    max-height: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .sliderHandmade .prev,
  .sliderHandmade .next {
    transform: none;
    top: 0;
    height: 100%;
    width: 25%;
    opacity: 0;
  }
  .sliderHandmade .prev svg,
  .sliderHandmade .next svg {
    fill: transparent;
  }
  .sliderHandmade .prev {
    left: 0;
  }
  .sliderHandmade .next {
    right: 0;
  }
}
.sliderHandmade .slider2--dotsWrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  position: absolute;
  z-index: 20;
  bottom: 30px;
}
.sliderHandmade .slider2--dotsWrapper .controlCtrls {
  position: relative;
  left: auto;
  right: auto;
  width: 0.55em;
  height: 0.55em;
  border-radius: 50px;
  background-color: white;
  margin: 0.35em;
  transform: none;
}
.sliderHandmade .disabled {
  pointer-events: none;
  opacity: 0.45;
}
.sliderHandmade .disabled.controlCtrls {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .sliderHandmade .disabled.controlCtrls {
    opacity: 0;
  }
}

.vacio {
  display: none !important;
}

.slider__2 .slick-next:not(.slick-disabled):hover, .slider__22 .slick-next:not(.slick-disabled):hover {
  cursor: url(../img/icons/arrow-right.svg), auto;
}

.slider__2 .slick-prev:not(.slick-disabled):hover, .slider__22 .slick-prev:not(.slick-disabled):hover {
  cursor: url(../img/icons/arrow-left.svg), auto;
}

.slider__2-controls-resp .slick-arrow.slick-disabled {
  opacity: 0.3;
}

.slider__2-controls-resp .slick-arrow {
  stroke-width: 3px;
  background-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .static {
    overflow-x: hidden;
  }
}
.static .box__content p {
  font-size: 1.5em;
  padding: 0 1em;
}
.static p {
  margin: 1em 0;
}
.static p.space {
  height: 2em;
}
.static .font-serif {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
.static .font-sans-book {
  font-family: "gothamBook", sans-serif;
}
.static .font-sans-medium {
  font-family: "gothamMedium", sans-serif;
}
.static .font-capital {
  text-transform: capitalize;
}
.static .link {
  text-decoration: none;
}
.static br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .static br {
    display: block;
  }
}
.static ol, .static ul {
  line-height: 1.5;
  color: inherit;
}
.static ol {
  margin-left: 1em;
}
.static ol li {
  margin-bottom: 2em;
}
.static ol .question {
  font-family: "gothamMedium", sans-serif;
  font-size: 1.1em;
}
.static ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  list-style-type: disc;
  margin-left: 1em;
  line-height: 1.5;
}
.static ul li {
  margin-bottom: 1em;
}
.static ul.no-list-style {
  list-style-type: none;
}
.static .wrapper-table {
  overflow-x: auto;
}
.static .wrapper-table table {
  width: 100%;
  font-size: smaller;
  border-collapse: collapse;
}
.static .wrapper-table table th {
  font-weight: bolder;
}
.static .wrapper-table table th, .static .wrapper-table table td {
  border-bottom: 1px solid #eee;
  padding: 1em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .static .wrapper-table table th, .static .wrapper-table table td {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .static .wrapper-table table {
    width: 100%;
    font-size: small;
  }
}
@media only screen and (max-width: 1024px) {
  .static .wrapper-table_notResp th, .static .wrapper-table_notResp td {
    display: table-cell !important;
    text-align: left !important;
  }
}
.static u {
  text-decoration: underline;
}
.static .w-25-100 {
  width: 25%;
}

.momentos-eventos {
  padding: 0 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .momentos-eventos {
    padding: 0 0 5em 0;
  }
}
.momentos-eventos a {
  text-decoration: none;
}
.momentos-eventos__item {
  margin: 0;
  background: #B9B3AE;
  overflow: hidden;
  position: relative;
}
.momentos-eventos__item:hover .momentos-eventos__image {
  transform: scale(1.05);
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .momentos-eventos__item {
    width: 23%;
    margin: 0 1% 0.7em 0;
  }
}
.momentos-eventos__image {
  display: block;
  width: 100%;
  opacity: 0.8;
  transition: all 1s ease-in;
}
.momentos-eventos__txt {
  text-align: center;
  padding: 2em 1em 3em;
  position: relative;
  height: 100%;
}
.momentos-eventos__fecha {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
@media only screen and (min-width: 1024px) {
  .momentos-eventos__fecha {
    font-size: 1.1em;
  }
}
.momentos-eventos__lugar {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin-top: 0.3em;
}
@media only screen and (min-width: 1024px) {
  .momentos-eventos__lugar {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1024px) {
  .momentos-eventos__cat {
    font-size: 1.1em;
  }
}
.momentos-eventos__titulo {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin: 0.3em 0 1em;
  font-size: 2em;
}
@media only screen and (min-width: 1024px) {
  .momentos-eventos__titulo {
    margin: 0.3em 0 0.5em;
    font-size: 1.7em;
  }
}
@media only screen and (width: 1024px) {
  .momentos-eventos__titulo {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1300px) {
  .momentos-eventos__titulo {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .momentos-eventos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
  }
}

.hashtag_yomequedoencasa {
  font-size: 65%;
}

.cuatro-elementos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
}
.cuatro-elementos--item {
  width: 100%;
  margin: 0 1% 1.5em 0;
}
@media only screen and (min-width: 768px) {
  .cuatro-elementos--item {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .cuatro-elementos--item {
    width: 23%;
    margin: 0 1% 0.7em 0;
  }
}
.cuatro-elementos--item img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cuatro-elementos--item .momentos-eventos__cat {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .cuatro-elementos--item .momentos-eventos__titulo {
    font-size: 1.5em;
    margin: 0.6em 0 0.5em;
  }
}
.cuatro-elementos--item .momentos-eventos__txt {
  padding: 2em 1em 1em;
}

.tres-elementos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
}
.tres-elementos--item {
  width: 100%;
  margin: 1em 0;
}
@media only screen and (min-width: 768px) {
  .tres-elementos--item {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .tres-elementos--item {
    width: 32%;
  }
}
.tres-elementos--item img {
  width: 100%;
  display: block;
}
.tres-elementos--item .momentos-eventos__parrafo {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .tres-elementos--item .momentos-eventos__parrafo {
    padding: 0 3em;
  }
}

.dos-elementos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
}
.dos-elementos--item {
  width: 100%;
  margin: 1em 0;
  padding: 2em;
}
@media only screen and (min-width: 1024px) {
  .dos-elementos--item {
    width: 48%;
  }
}
.dos-elementos--item img {
  width: 100%;
  display: block;
  height: 45vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.dos-elementos--item-txt-img {
  background: rgba(102, 102, 102, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(100%, rgb(19, 19, 19)));
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, rgb(19, 19, 19) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#666666", endColorstr="#131313", GradientType=0 );
  margin-top: -90px;
  position: relative;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 2000px) {
  .dos-elementos--item-txt-img {
    margin-top: -120px;
  }
}
.dos-elementos--item-txt-img .evento__fecha {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin: 0.25em 0 0;
}
.dos-elementos .titular--9 {
  padding: 0 1em;
}
@media only screen and (min-width: 1024px) {
  .dos-elementos .titular--9 {
    min-height: 250px;
    font-size: 2em;
    min-height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .dos-elementos .titular--9 {
    min-height: 200px;
    min-height: 100px;
  }
}
@media only screen and (min-width: 1980px) {
  .dos-elementos .titular--9 {
    min-height: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .dos-elementos .titular--10 {
    font-size: 1.15em;
  }
}

/* plantilla eventos sliders in tabs */
@media only screen and (min-width: 1024px) {
  .eventos--tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    margin: auto;
  }
}
.eventos--tabs__item {
  margin: 0;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  width: 97% !important;
}
@media only screen and (min-width: 1024px) {
  .eventos--tabs__item {
    margin: 0 2% 2em 0;
  }
}
.eventos--tabs__item .eventos__txt {
  padding: 2em;
}
.eventos--tabs__item .eventos__txt .btn_descubre-mas-evento {
  cursor: pointer;
}
.eventos--tabs__item .eventos__txt .eventos__fecha {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin-top: 0.25em;
}
.eventos--tabs__item .eventos__txt .eventos__titulo {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin-top: 0.5em;
  font-size: 1.75em;
  min-height: 4em;
}
@media only screen and (min-width: 1024px) {
  .eventos--tabs__item .eventos__txt .eventos__titulo {
    min-height: 5em;
  }
}
@media only screen and (min-width: 1300px) {
  .eventos--tabs__item .eventos__txt .eventos__titulo {
    min-height: 4em;
  }
}
.eventos--tabs__item .eventos__txt .eventos__buttons_wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 1400px) {
  .eventos--tabs__item .eventos__txt .eventos__buttons_wrapper {
    flex-direction: row;
  }
}
.eventos--tabs__item .eventos__txt .eventos__buttons_wrapper .button {
  width: 100%;
  display: block;
  margin: 1em auto;
}
@media only screen and (min-width: 1400px) {
  .eventos--tabs__item .eventos__txt .eventos__buttons_wrapper .button {
    width: 45%;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.eventos--tabs__item .eventos__info {
  padding: 3em;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}
.eventos--tabs__item .eventos__info.active {
  opacity: 1;
  visibility: visible;
}
.eventos--tabs__item .eventos__info .eventos__subtitulo {
  font-family: "gothamMedium", sans-serif;
}
.eventos--tabs__item .eventos__info .eventos__parrafo {
  font-size: 0.85em;
  padding-top: 1em;
  text-align: left;
}
.eventos--tabs__item .eventos__info-cierre {
  font-size: 20pt;
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
.eventos--tabs__item .eventos__info-cierre:hover {
  opacity: 0.6;
}
.eventos--tabs__item-image {
  display: block;
  width: 100%;
  opacity: 0.8;
  transition: all 1s ease-in;
}
@media only screen and (min-width: 1024px) {
  .eventos--tabs .button {
    margin: 1.5em auto 0.5em;
  }
}

.momentosCalendario {
  padding: 0 5%;
}
.momentosCalendario .momentos-eventos {
  max-width: unset;
}
@media only screen and (min-width: 1024px) {
  .momentosCalendario .momentos-eventos {
    padding-left: 5%;
    justify-content: left;
  }
}
.momentosCalendario .momentos-eventos__item {
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 1024px) {
  .momentosCalendario .momentos-eventos__item {
    width: 31%;
  }
}
.momentosCalendario .pmu-month.pmu-button {
  font-family: "gothamBook", sans-serif;
}
.momentosCalendario .pickmeup .pmu-instance .pmu-days .pmu-button {
  font-size: 0.9em;
  line-height: 1;
}
.momentosCalendario .pickmeup .pmu-instance:first-child:last-child .pmu-month {
  font-size: 1em;
}
.momentosCalendario .pickmeup .pmu-instance nav .pmu-next::before, .momentosCalendario .pickmeup .pmu-instance nav .pmu-prev::before {
  width: 9px;
  height: 9px;
}
.momentosCalendario .momentos-eventos__cat {
  font-size: 0.9em;
}
.momentosCalendario .momentos-eventos__titulo {
  font-size: 1.8em;
}
.momentosCalendario .momentos-eventos__titulo {
  margin: 0.1em 0 0.8em;
}
@media only screen and (min-width: 1024px) {
  .momentosCalendario__calendario {
    width: 25%;
  }
}
.momentosCalendario__listado {
  padding-top: 2em;
}
@media only screen and (min-width: 1024px) {
  .momentosCalendario__listado {
    width: 75%;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .momentosCalendario {
    display: flex;
    flex-wrap: wrap;
  }
}

.momentosTemplate__destacado {
  text-align: center;
}
.momentosTemplate__linkBack {
  display: inline-flex;
  margin: 2em auto 4em;
  align-items: center;
}
.momentosTemplate__linkBack .material-icons {
  margin-right: 0.5em;
}
.momentosTemplate__itemDetalle {
  text-align: center;
}
.momentosTemplate__itemDetalle p {
  padding: 0 5%;
}
@media only screen and (min-width: 1024px) {
  .momentosTemplate__itemDetalle p {
    padding: 0 10%;
  }
}
.momentosTemplate__itemDetalle p.momentosTemplate__linkBox {
  padding: 3% 0;
}
@media only screen and (min-width: 1024px) {
  .momentosTemplate__listadoPrincipal {
    display: flex;
    justify-content: space-between;
  }
}
.momentosTemplate__listadoitem {
  background: white;
}
@media only screen and (min-width: 1024px) {
  .momentosTemplate__listadoitem {
    width: 31%;
  }
}
.momentosTemplate__itemTiulo {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 2em;
  margin: 1em 0 0.5em;
}
.momentosTemplate__listadoImgBox {
  display: block;
  position: relative;
}
.momentosTemplate__listadoImgBox img {
  display: block;
  width: 100%;
  opacity: 0.8;
}
.momentosTemplate__listadoImgBox .svg {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.momentosTemplate__listadoImgBox .lightBox-close {
  position: absolute;
  cursor: pointer;
  z-index: 11;
  color: white;
  top: 1em;
  right: 1em;
}
.momentosTemplate__destacadoH2 {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
@media only screen and (min-width: 1024px) {
  .momentosTemplate__destacadoH2 {
    max-width: 60%;
    margin: 0 auto;
    font-size: 2em;
  }
}
.momentosTemplate__itemFecha {
  position: absolute;
  bottom: 0.7em;
  display: block;
  width: 100%;
  left: 0;
  text-align: center;
  color: white;
  font-size: 2em;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}

.buscador-mapa--input .form {
  display: flex;
  width: 80%;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .buscador-mapa--input .form {
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    min-width: 800px;
    width: 85%;
  }
}
@media only screen and (min-width: 1300px) {
  .buscador-mapa--input .form {
    width: 85%;
  }
}
@media only screen and (min-width: 1600px) {
  .buscador-mapa--input .form {
    width: 62%;
    max-width: 800px;
  }
}
@media only screen and (min-width: 1920px) {
  .buscador-mapa--input .form {
    max-width: 1100px;
  }
}
.buscador-mapa--input .form .texto-para-buscar {
  width: 100%;
  outline: none;
  min-width: 300px;
  text-align: center;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  border: 0;
  border-bottom: 1px solid #3C3C3B;
  height: 40px;
  font-size: 13pt;
  background-color: transparent;
  color: #3C3C3B;
}
@media only screen and (min-width: 768px) {
  .buscador-mapa--input .form .texto-para-buscar {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .buscador-mapa--input .form .texto-para-buscar {
    font-size: 16pt;
    max-width: 350px;
  }
}
@media only screen and (min-width: 1400px) {
  .buscador-mapa--input .form .texto-para-buscar {
    font-size: 120%;
    font-size: 130%;
    width: 40%;
  }
}
@media only screen and (min-width: 1500px) {
  .buscador-mapa--input .form .texto-para-buscar {
    font-size: 140%;
    width: 40%;
  }
}
@media only screen and (min-width: 1600px) {
  .buscador-mapa--input .form .texto-para-buscar {
    font-size: 130%;
  }
}
@media only screen and (min-width: 2000px) {
  .buscador-mapa--input .form .texto-para-buscar {
    font-size: 105%;
  }
}
.buscador-mapa--input .form .texto-para-buscar:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(60, 60, 59, 0.5);
}
.buscador-mapa--input .form .texto-para-buscar::-moz-placeholder {
  color: rgba(60, 60, 59, 0.5);
}
.buscador-mapa--input .form .texto-para-buscar::placeholder {
  color: rgba(60, 60, 59, 0.5);
}
.buscador-mapa--input .form .button--dark {
  border: none;
  cursor: pointer;
}
.buscador-mapa--select {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .buscador-mapa--select {
    flex-direction: row;
    height: 104px;
  }
}
.buscador-mapa--select_label {
  display: inline-flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  padding: 2em;
  height: 100%;
}
.buscador-mapa--select_label .material-icons {
  padding: 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .buscador-mapa--select_label__establecimiento {
    padding-top: 0;
  }
}
.buscador-mapa--select .select-options {
  position: absolute;
  background-color: #3C3C3B;
  padding: 2.5em 1.5em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  visibility: hidden;
  max-height: 0;
  transition: all 0.7s ease-in;
  margin-top: 0.65em;
  min-width: 300px;
  /* Customize the label (the container of the checkbox) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
@media only screen and (max-width: 768px) {
  .buscador-mapa--select .select-options {
    margin-top: 0;
  }
}
.buscador-mapa--select .select-options--item {
  padding: 0.5em 2em;
  font-size: smaller;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in;
}
.buscador-mapa--select .select-options--item label {
  color: white;
}
.buscador-mapa--select .select-options.active {
  visibility: visible;
  max-height: 1000px;
  transition: all 0.7s ease-out;
}
.buscador-mapa--select .select-options.active .select-options--item {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s ease-out;
}
.buscador-mapa--select .select-options .container {
  display: block;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 10pt;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.buscador-mapa--select .select-options .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.buscador-mapa--select .select-options .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #3E3A3B;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
.buscador-mapa--select .select-options .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.buscador-mapa--select .select-options .container input:checked ~ .checkmark {
  background-color: #3E3A3B;
  background-color: rgba(0, 0, 0, 0);
}
.buscador-mapa--select .select-options .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.buscador-mapa--select .select-options .container input:checked ~ .checkmark:after {
  display: block;
}
.buscador-mapa--select .select-options .container .checkmark:after {
  left: 5px;
  top: 0px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 1.75px 1.75px 0;
  transform: rotate(45deg);
}
.buscador-mapa--google-maps {
  position: relative;
  padding-bottom: 170%;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .buscador-mapa--google-maps {
    padding-bottom: 38%;
  }
}
.buscador-mapa--google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 1024px) {
  .buscador-mapa--google-maps iframe {
    height: 80vh !important;
  }
}
.buscador-mapa--resultado {
  position: absolute;
  z-index: 1;
  right: 0;
  height: auto;
  width: 100%;
  top: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .buscador-mapa--resultado {
    height: 100%;
    width: 40vw;
    top: auto;
    justify-content: flex-end;
  }
}
.buscador-mapa--resultado .logo_container {
  text-align: right;
  padding: 2em 2em 0.25em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .buscador-mapa--resultado .logo_container {
    padding: 2.75em 3em 0.25em;
  }
}
.buscador-mapa--resultado .logo_container .logo {
  margin-right: 2em;
}
.buscador-mapa--resultado .resultado_img {
  max-width: 680px;
  width: 90%;
}
@media only screen and (min-width: 1024px) {
  .buscador-mapa--resultado .resultado_img {
    width: 80%;
  }
}
.buscador-mapa--resultado_wrapper {
  background-color: #3C3C3B;
  display: flex;
  flex-direction: column;
}
.buscador-mapa--resultado_wrapper .buttons_map {
  display: flex;
}
@media only screen and (min-width: 400px) {
  .buscador-mapa--resultado_wrapper .buttons_map {
    margin-left: 3.5em;
  }
}
.buscador-mapa--resultado_wrapper .button {
  font-size: smaller;
  margin: 0 auto 1.5em 3em;
}
@media only screen and (min-width: 360px) {
  .buscador-mapa--resultado_wrapper .button {
    margin: 0.5em 1em 1.5em 3em;
  }
}
@media only screen and (min-width: 768px) {
  .buscador-mapa--resultado_wrapper .button {
    margin: 1.5em 1em 2.5em 0;
    font-size: inherit;
  }
}
.buscador-mapa--resultado_close {
  position: relative;
  color: white;
  font-size: x-large;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1024px) {
  .buscador-mapa--resultado_close {
    left: 0.5em;
    top: -0.5em;
  }
}
.buscador-mapa--resultado_close:hover {
  transform: scale(0.75);
}

.elemento-video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elemento-video .play-container {
  min-width: 100px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .elemento-video .img-video {
    width: 100%;
  }
}
.elemento-video--fullbox {
  width: 100%;
  height: 100%;
}

.visorVideo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}
.visorVideo.on {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-in-out;
  display: flex;
}
.visorVideo-close {
  position: absolute;
  cursor: pointer;
  z-index: 11;
  color: #fff;
  top: 1em;
  right: 1em;
}
.visorVideo .video-bg__item {
  width: 90vw;
  height: 90vh;
  margin: auto;
}
.visorVideo--html5 .video-bg__item {
  height: auto;
  width: 100%;
  -o-object-fit: unset;
  object-fit: unset;
}

.sugerencia-idioma_wrapper {
  color: #fff;
  position: absolute;
  top: 75%;
  right: 3%;
  padding: 1em 3em 1em 1.5em;
  background: rgba(60, 60, 59, 0.5);
  opacity: 1;
  visibility: visible;
}
.sugerencia-idioma_wrapper.off {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.sugerencia-idioma_wrapper .sugerencia-idioma_close {
  color: white;
  right: 1em;
  position: absolute;
  cursor: pointer;
}
.sugerencia-idioma_wrapper .sugerencia-idioma_close:hover {
  transform: scale(0.9);
}
.sugerencia-idioma_wrapper .sugerencia-idioma_item a {
  color: white;
  text-decoration: none;
  font-size: small;
}
.sugerencia-idioma_wrapper .sugerencia-idioma_separador {
  height: 0.015em;
  background-color: #fff;
  margin: 1em 0;
}

.box-popup {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow-y: auto;
}

.content-popup {
  background-color: #ffffff;
  max-width: 1000px;
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px;
  border-top: 8px solid #3E3A3B;
  padding: 1.5rem 3rem;
  overflow-y: auto;
  text-align: center;
  line-height: 1.2;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .content-popup {
    width: 45%;
  }
}
@media only screen and (min-width: 1024px) {
  .content-popup {
    padding: 3rem 7rem;
    top: 30vh;
    width: 45%;
  }
}

.close-popup {
  right: 2em;
  top: 2em;
  position: absolute;
  cursor: pointer;
}
.close-popup:hover {
  transform: scale(0.9);
}

.button {
  display: inline-block;
  background-color: #ffffff;
  color: #3E3A3B;
  padding: 0.75em 1.875em;
  margin: 1.75em auto 1.5em auto;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease-in;
}
@media only screen and (min-width: 1024px) {
  .button {
    margin: 1.5em auto;
  }
}
.button:hover {
  background-color: #3E3A3B;
  color: #ffffff;
}
.button--underline {
  border: 1px solid #3C3C3B;
  background: transparent;
}
.button--underline.negativo {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button--underline.negativo:hover {
  background-color: #ffffff;
  color: #3E3A3B;
}
@media only screen and (min-width: 1024px) {
  .button--underline_desktop {
    border: 1px solid #3C3C3B !important;
    background: transparent !important;
    color: #3E3A3B !important;
  }
  .button--underline_desktop:hover {
    background-color: #3E3A3B !important;
    color: #ffffff !important;
  }
}
@media only screen and (max-width: 1024px) {
  .button--underline_mobile {
    border: 1px solid #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
  }
  .button--underline_mobile:hover {
    background-color: #ffffff !important;
    color: #3E3A3B !important;
  }
}
.button--underline:hover .material-icons--dark {
  color: white;
}
.button--icon {
  display: inline-flex;
  align-items: center;
}
.button--icon i {
  margin-left: 0.5em;
}
.button--icon:hover i {
  color: white;
}
.button--icon.negativo i {
  color: #ffffff;
}
.button--icon.negativo:hover i {
  color: #3E3A3B !important;
}
.button--dark {
  background-color: #3E3A3B;
  color: #ffffff;
  border: 1px solid transparent;
}
.button--dark:hover {
  background-color: #ffffff !important;
  color: #3E3A3B !important;
}
.button--dark.disabled {
  opacity: 0.4;
  cursor: default;
}
.button--dark.disabled:hover {
  background-color: #3E3A3B !important;
  color: #ffffff !important;
}
.button--dark.button--icon i {
  color: #ffffff;
}
.button--dark.button--icon:hover i {
  color: #3E3A3B !important;
}
.button--dark.button--icon:hover {
  border: 1px solid #3E3A3B;
}
.button--spotify {
  display: flex;
  float: left;
  align-items: center;
}
.button--spotify img {
  margin-right: 15px;
}
.button--svgIcon {
  display: inline-flex;
  align-items: center;
}
.button--svgItem {
  width: auto;
  height: 1.1em;
  margin-left: 1em;
}

.breadcrumb {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease;
  margin-bottom: 2em;
}
.breadcrumb i {
  margin-right: 0.3em;
  color: #877D76;
  font-size: 1.2em;
}
.breadcrumb:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 1024px) {
  .breadcrumb {
    margin-bottom: 3em;
  }
}

.box {
  padding: 0;
}
.box .img-cover-page {
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .box .img-cover-page {
    display: none;
  }
}
.box .img-cover-page.img-cover-page_dk {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .box .img-cover-page.img-cover-page_dk {
    display: block;
  }
}
.box-full-screen {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.box-full-screen .video-bg__item {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .box-full-screen .video-bg__item {
    display: block;
  }
}
.box-full-screen .box__content .logo-numeradas-cacao {
  max-width: 280px;
}
@media only screen and (min-width: 1024px) {
  .box-full-screen .box__content .logo-numeradas-cacao {
    max-width: 537px;
  }
}
.box-full__image {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .box-full__image {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
  }
}
.box-full__image .img-full-image {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .box-full__image .img-full-image {
    display: none;
    -o-object-fit: cover;
    object-fit: cover;
    right: 0;
    left: 0;
    height: 100vh;
    display: block;
    position: absolute;
    z-index: 0;
  }
}
.box-full__image .img-full-image.img-full-image_dk {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .box-full__image .img-full-image.img-full-image_dk {
    display: block;
  }
}
.box-auto-size {
  position: relative;
}
.box-auto-size .box__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.box-auto-size .img-cover-page {
  position: static;
  -o-object-fit: unset;
  object-fit: unset;
  width: 100%;
  height: auto;
}
.box-auto-size.video-bg .video-bg__item {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .box-auto-size.video-bg .video-bg__item {
    position: static;
    display: block;
  }
}
.box__content {
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-align: center;
}
.box__content h1 span.titular--5 {
  font-size: 0.85em;
}
.box__content.playing {
  z-index: 12;
}
.box__content .img-head {
  width: 50vw;
  max-width: 100%;
}
@media only screen and (min-width: 800px) {
  .box__content .img-head {
    width: 30vw;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .box__content .img-head {
    width: 20vw;
    max-width: 100%;
  }
}
.box__content .img-head--medium {
  width: 80vw;
  max-width: 100%;
}
@media only screen and (min-width: 800px) {
  .box__content .img-head--medium {
    width: 50vw;
  }
}
@media only screen and (min-width: 1024px) {
  .box__content .img-head--medium {
    width: 30vw;
  }
}

.video-bg {
  position: relative;
}
.video-bg__item {
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
}

.scroll-top {
  position: absolute;
  bottom: 3em;
  z-index: 10;
  cursor: pointer;
  -webkit-animation: bounce 0.4s alternate infinite;
  animation: bounce 0.4s alternate infinite;
  opacity: 1;
  transition: opacity 0.5s ease, z-index 0.1s linear 0.6s;
}
.buscador-active .scroll-top {
  opacity: 0;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .scroll-top {
    bottom: 1em;
  }
}

.destacado.head {
  padding-top: 10em;
}
.destacado--borderRightTop {
  position: relative;
}
.destacado--borderRightTop::before {
  content: "";
  height: 1px;
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.destacado--borderRightTop::after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .destacado--borderRightTop::after {
    content: "";
    width: 1px;
    position: absolute;
    background: white;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}
.destacado--borderTop {
  position: relative;
}
.destacado--borderTop::before {
  content: "";
  height: 1px;
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.destacado-doble {
  position: relative;
  height: 50vh;
  overflow: hidden;
}
.destacado-doble__textCont {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.destacado-doble__image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  transition: all 1s ease-in;
}
@media only screen and (min-width: 570px) {
  .destacado-doble__image {
    -o-object-fit: unset;
    object-fit: unset;
    height: auto;
  }
}
.destacado-doble__categoria {
  font-size: 1.05em;
  font-family: "gothamMedium", sans-serif;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  .destacado-doble__categoria {
    font-size: 1.2em;
  }
}
.destacado-doble__titular {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.5em;
  padding: 0 1em;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .destacado-doble__titular {
    font-size: 2em;
  }
}
.destacado-doble--opacity .destacado-doble__image {
  opacity: 0.5;
}
.destacado-doble:hover .destacado-doble__image {
  transform: scale(1.05);
  opacity: 0.8;
}
.destacado-doble:hover .destacado-doble__image--brujula {
  transform: scale(1);
  opacity: 0.5;
}
.destacado-doble .destacado-doble__image--brujula {
  transform: scale(1);
  opacity: 0.5;
}
.destacado-doble .destacado-doble__image--brujula.img_brujula {
  transform: scale(0.65);
  opacity: 1;
  transform-origin: 50% 75%;
}
@media only screen and (min-width: 1024px) {
  .destacado-doble .destacado-doble__image--brujula.img_brujula {
    transform-origin: 50% 60%;
  }
}
.destacado-doble_brujula {
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .destacado-doble_brujula {
    height: 50vh;
  }
}
.destacado-doble_brujula--right .text-content_top {
  width: 100%;
  font-family: "gothamMedium", sans-serif;
  top: 5%;
  position: absolute;
  margin: auto;
  text-align: center;
  transform: scale(0.8);
}
@media screen and (min-width: 1024px) {
  .destacado-doble_brujula--right .text-content_top {
    transform: scale(1);
  }
}
.destacado-doble_brujula--right .text-content_bottom {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 5%;
  transform: scale(0.75);
  transform-origin: bottom;
}
@media screen and (min-width: 1024px) {
  .destacado-doble_brujula--right .text-content_bottom {
    top: 10%;
    transform: scale(1);
  }
}
.destacado-doble_brujula--right .text-content_bottom_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1em;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .destacado-doble_brujula--right .text-content_bottom_item {
    width: 30%;
  }
}
.destacado-doble_brujula--right .text-content_bottom_item .title_name {
  font-family: "gothamMedium", sans-serif;
  padding-bottom: 1em;
  width: 100%;
  text-align: center;
}
.destacado-doble_brujula--right .text-content_bottom_item .title_data {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .destacado-doble {
    height: auto;
  }
}
.destacado__textInner-titulo {
  margin-bottom: 1em;
  font-family: "gothamMedium", sans-serif;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 1024px) {
  .destacado__textInner-titulo {
    font-size: 1.3em;
  }
}
.destacado__textInner-texto {
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.6;
}
@media only screen and (min-width: 1024px) {
  .destacado__textInner-texto {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 1024px) {
  .destacado__textInner {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .destacado__textInner--big {
    max-width: 85%;
  }
}
.destacado--1 {
  color: #3E3A3B;
  text-align: center;
  padding: 4em 2em 1em 2em;
}
.destacado--1 .titular {
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1024px) {
  .destacado--1 .titular {
    padding: 0 1.5em;
    font-size: 2em;
  }
}
.destacado--1 .categoria {
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  .destacado--1 {
    padding: 4em 2em;
  }
}
.destacado--2 {
  position: relative;
}
.destacado--2__image {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .destacado--2__image {
    width: 70%;
  }
}
.destacado--2__texto {
  padding: 2em;
  background: #ECEBE5;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .destacado--2__texto {
    position: absolute;
    width: 40%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 5em 3em 4em;
  }
}
@media only screen and (min-width: 1700px) {
  .destacado--2__texto {
    padding: 5em;
  }
}
.destacado--2__titular {
  font-family: "gothamMedium", sans-serif;
  margin-bottom: 1em;
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  .destacado--2__titular {
    font-size: 1.2em;
  }
}
.destacado--2__parrafo {
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 1024px) {
  .destacado--2__parrafo {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1024px) {
  .destacado--2.alternativo li:first-child {
    display: flex;
    justify-content: flex-end;
  }
}
.destacado--2.alternativo .destacado--2__texto {
  right: auto;
  left: 0;
}
.destacado--2col.row {
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1700px) {
  .destacado--2col.row {
    flex-wrap: wrap;
  }
}
.destacado--2col-imgCont {
  text-align: center;
}
.destacado--2col-imgCont img {
  display: inline-block;
  max-width: 80%;
}
@media only screen and (min-width: 1700px) {
  .destacado--2col-imgCont {
    text-align: right;
  }
}
.destacado--2col-titulo {
  margin-bottom: 1em;
}
.destacado--2col-texto {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.destacado--2col .button {
  margin-top: 2em;
}
.destacado__fechas {
  text-align: left;
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.lapso__cabecera .destacado__fechas li:first-child {
  margin-right: 3em;
}
.lapso__cabecera .destacado__fechas li p {
  color: white;
}
@media only screen and (min-width: 1024px) {
  .destacado__fechas li {
    margin-bottom: 3em;
  }
}
.lapso__cabecera .destacado__fechas {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1em;
}
@media only screen and (min-width: 1024px) {
  .lapso__cabecera .destacado__fechas {
    position: static;
    transform: translate(0, 0);
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .destacado__fechas {
    display: block;
    position: absolute;
    top: 50%;
    left: 6em;
    transform: translate(0, -50%);
    margin-top: 0;
  }
}
.destacado--video2col .wrapper {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .destacado--video2col .wrapper {
    width: 95%;
  }
}
@media only screen and (min-width: 1700px) {
  .destacado--video2col .wrapper {
    width: 92%;
  }
}
@media only screen and (min-width: 1920px) {
  .destacado--video2col .wrapper {
    width: 90%;
  }
}
.destacado--video2col .wrapper .col:nth-child(1) {
  padding-right: 0.5em;
}
.destacado--video2col .wrapper .col:nth-last-child(1) {
  padding-left: 0.5em;
}
.destacado--video2col .destacado__textInner--big {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.destacado--video2col .video-popUp {
  height: 100%;
}
.destacado--video2col .video-popUp .box-full-screen {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .destacado--video2col .video-popUp .box-full-screen {
    height: auto;
  }
}
.destacado--video2col .video-popUp .video-popUp__cont {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .destacado--video2col .video-popUp .video-popUp__cont {
    height: auto;
  }
}
.destacado--video2col .video-popUp .video-popUp__image {
  height: 100%;
  -o-object-fit: unset;
  object-fit: unset;
  -o-object-position: unset;
  object-position: unset;
  position: static;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}
@media screen and (min-width: 1024px) {
  .destacado--video2col .video-popUp .video-popUp__image {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .destacado--video2col .video-popUp {
    height: auto;
  }
}
.destacado--texto2col .wrapper {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .destacado--texto2col .wrapper {
    width: 95%;
  }
}
@media only screen and (min-width: 1700px) {
  .destacado--texto2col .wrapper {
    width: 92%;
  }
}
@media only screen and (min-width: 1920px) {
  .destacado--texto2col .wrapper {
    width: 90%;
  }
}
.destacado--texto2col .wrapper .col:nth-child(1) {
  padding-right: 0.5em;
  margin: 0 0.5em;
}
.destacado--texto2col .wrapper .col:nth-last-child(1) {
  padding-left: 0.5em;
  margin: 0 0.5em;
}
.destacado--texto2col .destacado__textInner--big {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.destacado--3 {
  position: relative;
}
.destacado--3__image {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .destacado--3__image {
    width: 60%;
    border: 5em #ecebe5 solid;
    border-right: 0;
    border-left: 7em #ecebe5 solid;
  }
}
.destacado--3__image img {
  width: 100%;
  display: block;
}
.destacado--3__texto {
  padding: 2em;
  background: #ECEBE5;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .destacado--3__texto {
    position: absolute;
    width: 40%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 5em 3em 4em;
  }
}
@media only screen and (min-width: 1700px) {
  .destacado--3__texto {
    padding: 5em;
  }
}
.destacado--3__titular {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  color: inherit;
  line-height: 1.25;
  font-size: 2em;
  margin-top: 0.75em;
}
@media only screen and (min-width: 1024px) {
  .destacado--3__titular {
    font-size: 3em;
    font-size: 2.7em;
    margin-top: 0;
  }
}
.destacado--3__parrafo {
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 1024px) {
  .destacado--3__parrafo {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1024px) {
  .destacado--3.alternativo li:first-child {
    display: flex;
    justify-content: flex-end;
  }
}
.destacado--3.alternativo .destacado--3__texto {
  right: auto;
  left: 0;
}
.destacado--4 {
  position: relative;
}
.destacado--4__image {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .destacado--4__image {
    width: 70%;
  }
}
.destacado--4__texto {
  padding: 2em;
  background: #ECEBE5;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .destacado--4__texto {
    position: absolute;
    width: 40%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 5em 3em 4em;
  }
}
@media only screen and (min-width: 1700px) {
  .destacado--4__texto {
    padding: 5em;
  }
}
.destacado--4__titular {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin-bottom: 1em;
  color: inherit;
}
@media only screen and (min-width: 1024px) {
  .destacado--4__titular {
    font-size: 2em;
  }
}
.destacado--4__parrafo {
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 1024px) {
  .destacado--4__parrafo {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1024px) {
  .destacado--4.alternativo li:first-child {
    display: flex;
    justify-content: flex-end;
  }
}
.destacado--4.alternativo .destacado--4__texto {
  right: auto;
  left: 0;
}
.destacado--infoEvento {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .destacado--infoEvento {
    flex-direction: row;
  }
}
.destacado--infoEvento .destacado__info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .destacado--infoEvento .destacado__info {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .destacado--infoEvento .destacado__info {
    flex-direction: column;
    max-width: 30%;
    margin: 0 auto;
    justify-content: center;
  }
}
.destacado--infoEvento .destacado__info--item {
  text-align: left;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .destacado--infoEvento .destacado__info--item {
    padding: 1.5em 1em;
  }
}
@media screen and (min-width: 1024px) {
  .destacado--infoEvento .destacado__info--item {
    padding: 1.5em 0 0;
  }
}
.destacado--infoEvento .destacado__info--item .categoria {
  font-size: smaller;
  margin-bottom: 0.5em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .destacado--infoEvento .destacado__info--item .categoria {
    font-size: 1em;
  }
}
.destacado--infoEvento .destacado__info--item .texto {
  font-size: smaller;
}
@media screen and (min-width: 1024px) {
  .destacado--infoEvento .destacado__info--item .texto {
    font-size: inherit;
  }
}
.destacado--instagram-reel , .destacado--suscribe {
  padding: 2em;
}
.destacado--suscribe p{
  font-size: 1.4em;
  line-height: 30px;
  font-family: "ibarraReal", "Times New Roman", Times, serif !important;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .destacado--instagram-reel .destacado__textInner--big , .destacado--suscribe .destacado__textInner--big{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.destacado--instagram-reel .txt-center  , .destacado--suscribe .txt-center{
  margin-top: 1.5em;
}
@media screen and (min-width: 1024px) {
  .destacado--instagram-reel .txt-center {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .destacado--suscribe .txt-center {
    width:  100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .destacado--suscribe p{
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .destacado--instagram-reel .button , .destacado--suscribe .button  {
    margin: 0;
    margin-left: 3em;
  }
}

.compartir__enlace {
  margin-left: 1em;
}
.compartir__enlace:nth-child(1) {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .compartir__enlace:nth-child(1) {
    margin: 0 0 0 1em;
  }
}
.compartir__enlace svg circle,
.compartir__enlace svg path {
  transition: fill 0.4s ease;
}
.compartir__enlace:hover svg circle {
  fill: #3e3a3b;
}
.compartir__enlace:hover svg path {
  fill: white;
}

.head__legal {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .head__legal {
    max-height: 60vh;
  }
}
@media screen and (min-width: 1300px) {
  .head__legal {
    max-height: 70vh;
  }
}
.head__legal .img-cover-page {
  -o-object-fit: cover;
  object-fit: cover;
  height: 50vh;
}

.proximamente {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.5em;
  z-index: 3;
}

.blog-template__compartir--instagram-reel {
  padding-top: 0;
  margin-top: -4em;
}
.blog-template__compartir--instagram-reel .compartir--instagram-reel__box {
  display: flex;
  flex-direction: column;
  justify-content: unset;
  align-items: center;
}
.blog-template__compartir--instagram-reel .compartir--instagram-reel__content {
  padding-top: 0.5em;
}
@media screen and (min-width: 480px) {
  .blog-template__compartir--instagram-reel .compartir--instagram-reel__content {
    display: flex;
    justify-content: unset;
    align-items: center;
    padding-bottom: 0;
    width: 400px;
    margin: 0 auto;
  }
}
.blog-template__compartir--instagram-reel .compartir--instagram-reel__text {
  text-align: center;
  font-size: 0.875em;
}
@media screen and (min-width: 480px) {
  .blog-template__compartir--instagram-reel .compartir--instagram-reel__text {
    text-align: left;
    padding-left: 1em;
  }
}

.titular {
  color: #ffffff;
  padding: 0 2em;
  line-height: 1.1;
  text-align: center;
}
.titular--1 {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
@media screen and (min-width: 1024px) {
  .titular--1 {
    font-size: 3em;
    line-height: 1.25;
  }
}
.titular--2 {
  font-family: "gothamMedium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .titular--2 {
    font-size: 3em;
  }
}
.titular--3 {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
@media screen and (min-width: 1024px) {
  .titular--3 {
    font-size: 3em;
  }
}
.titular--4 {
  font-family: "gothamMedium", sans-serif;
  font-size: 1.25em;
}
.titular--5 {
  font-family: "gothamBook", sans-serif;
  font-size: 1.5em;
}
@media screen and (min-width: 1024px) {
  .titular--5 {
    font-size: 1.8em;
  }
}
.titular--6 {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.5em !important;
}
@media screen and (min-width: 1024px) {
  .titular--6 {
    font-size: 2.4em;
  }
}
.titular--7 {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.5em;
}
@media screen and (min-width: 1024px) {
  .titular--7 {
    font-size: 2.2em;
  }
}
.titular--8 {
  font-family: "gothamMedium", sans-serif;
  font-size: 1em;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .titular--8 {
    font-size: 1.6em;
  }
}
.titular--9 {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 2.5em;
}
@media screen and (min-width: 1024px) {
  .titular--9 {
    font-size: 2.75em;
  }
}
.titular--10 {
  font-family: "gothamBook", sans-serif;
  font-size: 1em;
}
@media screen and (min-width: 1024px) {
  .titular--10 {
    font-size: 1.3em;
  }
}
.titular--11 {
  font-family: "gothamBook", sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
}
.titular--12 {
  font-family: "gothamBook", sans-serif;
}
@media screen and (min-width: 1024px) {
  .titular--12 {
    font-size: 3em;
    line-height: 1.25;
  }
}
.titular--13 {
  font-size: 1.1em;
  line-height: 1.25;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
@media screen and (min-width: 1024px) {
  .titular--13 {
    font-size: 2.2em;
  }
}
.titular--inner {
  font-family: "gothamMedium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .titular--inner {
    font-size: 1.3em;
  }
}
.titular--imagen {
  display: block;
  max-width: 20%;
  margin: 0 auto;
}
.titular--sub .subtitle {
  font-family: "gothamMedium", sans-serif;
  font-size: 0.5em;
  display: block;
  margin-bottom: 1em;
}

.categoria {
  font-family: "gothamMedium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .categoria {
    font-size: 1.33em;
  }
}

@media screen and (min-width: 1024px) {
  .title-crear-sin-prisa {
    width: 14em;
    height: 3.26em;
  }
}
@media screen and (min-width: 1920px) {
  .title-crear-sin-prisa {
    width: 16em;
    height: 4.26em;
  }
}

.buscador-wrapper {
  padding: 9em 1.5em 3em;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-out;
  position: absolute;
  background: rgb(60, 60, 48);
  background: linear-gradient(180deg, rgb(60, 60, 48) 0%, rgb(60, 60, 59) 7%, rgba(60, 60, 59, 0) 100%);
  top: 0;
  /* height: 100vh; */
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .buscador-wrapper {
    padding: 9em 25vw 3em;
  }
}
.buscador-wrapper.visible {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out;
  z-index: 100;
}
.buscador-wrapper .close-buscador {
  float: right;
  margin-top: -6em;
  z-index: 11;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .buscador-wrapper .close-buscador {
    position: absolute;
    right: 1.5em;
  }
}
.buscador-wrapper .buscador-tool {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-bottom: 0.75em;
}
@media only screen and (min-width: 1024px) {
  .buscador-wrapper .buscador-tool {
    align-items: center;
  }
}
.buscador-wrapper .buscador-tool input {
  width: 90%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.25em;
  line-height: 1.5em;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
@media only screen and (min-width: 1024px) {
  .buscador-wrapper .buscador-tool input {
    font-size: 2.2vw;
    text-align: center;
    line-height: 1.5em;
    margin-right: 1em;
  }
}
.buscador-wrapper .buscador-tool input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.buscador-wrapper .buscador-tool input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
.buscador-wrapper .buscador-tool input::placeholder { /* Most modern browsers support this now. */
  color: #ffffff;
}
.buscador-wrapper .buscador-tool .material-icons {
  font-size: 2.3em;
}
.buscador-wrapper .buscador-resultados {
  overflow: auto;
  height: auto;
  max-height: 75vh;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out;
}
.buscador-wrapper .buscador-resultados.invisible {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-out;
}
.buscador-wrapper .buscador-resultados .buscador-resultados_item {
  padding-bottom: 1em;
}
.buscador-wrapper .buscador-resultados .buscador-resultados_item span {
  color: #ffffff;
  display: block;
  margin: 1em 0;
}
.buscador-wrapper .buscador-resultados .buscador-resultados_item span.buscador-resultados_item--title {
  font-size: 2em;
  line-height: 1em;
}
@media only screen and (min-width: 1024px) {
  .buscador-wrapper .buscador-resultados .buscador-resultados_item span.buscador-resultados_item--title {
    font-size: 1.25em;
    line-height: 1em;
  }
}
.buscador-wrapper .buscador-resultados .buscador-resultados_item span.buscador-resultados_item--text {
  font-size: 1em;
  line-height: 1.5em;
}
@media only screen and (min-width: 1024px) {
  .buscador-wrapper .buscador-resultados .buscador-resultados_item span.buscador-resultados_item--text {
    font-size: 0.75em;
  }
}

.visor-video {
  background: black;
  position: relative;
  height: 90vh;
  overflow: hidden;
}
.visor-video__videos-item {
  display: block;
  width: 100%;
}
.visor-video__videos-item.active {
  -webkit-animation: 1.5s flash linear infinite;
  animation: 1.5s flash linear infinite;
}
.visor-video__images {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.visor-video__images-item {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.visor-video__panel {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .visor-video__panel {
    flex-direction: row;
  }
}
.visor-video__texto {
  background: transparent;
  display: flex;
  color: white;
  flex-direction: column;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .visor-video__texto {
    flex-direction: row;
    width: 75%;
  }
}
.visor-video__tituloBox {
  color: white;
  font-family: "gothamMedium", sans-serif;
  font-size: 1.5em;
  padding: 2em 1em;
}
.visor-video__tituloBox::before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: white;
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .visor-video__tituloBox {
    width: 25%;
    padding: 1em 0 0 1em;
    font-size: 1.3em;
    transform: translate(0, 0.51em);
  }
}
.visor-video__descripcion {
  opacity: 0.5;
  color: white;
  padding: 3em 1em 0;
  flex: 1 1 0px;
  position: relative;
  cursor: pointer;
}
.visor-video__descripcion.on {
  opacity: 1;
}
.visor-video__descripcion.on::before {
  transform: scaleX(1);
  transition: transform 7.5s linear 0.5s;
}
.visor-video__descripcion.on .visor-video__detalle {
  max-height: 50vh;
}
.visor-video__descripcion::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 1em;
  right: 1em;
  background: white;
  top: 2em;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease;
}
@media screen and (min-width: 1024px) {
  .visor-video__descripcion::before {
    left: 2em;
    right: 2em;
  }
}
.visor-video__descripcion::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 1em;
  right: 1em;
  background: white;
  top: 2em;
  opacity: 0.4;
}
@media screen and (min-width: 1024px) {
  .visor-video__descripcion::after {
    left: 2em;
    right: 2em;
  }
}
.visor-video__descripcion:last-child p {
  margin-bottom: 2em;
}
@media screen and (min-width: 1024px) {
  .visor-video__descripcion:last-child p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .visor-video__descripcion {
    padding: 3em 2em 2em;
  }
}
.visor-video__titular {
  color: inherit;
  font-family: "gothamMedium", sans-serif;
  margin: 1em 0;
  font-size: 1em;
}
.visor-video__numero {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1em;
  color: white;
}
.visor-video__detalle {
  font-family: "gothamBook", sans-serif;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}
@media screen and (min-width: 1024px) {
  .visor-video__detalle {
    max-height: unset;
  }
}
.visor-video__imgResp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.visor-video__imgResp.on {
  opacity: 1;
}
.visor-video__imgResp img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.visor-video.autoplayOff .visor-video__descripcion::after {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .visor-video {
    height: auto;
  }
}

.video-popUp {
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.video-popUp__item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}
.video-popUp__item.active {
  z-index: 3;
}
.video-popUp__cont {
  height: 100%;
}
.video-popUp__closer {
  color: white;
  position: absolute;
  z-index: 2;
  position: absolute;
  right: 1em;
  top: 2em;
  opacity: 0;
  transition: opacity 0.5s linear 1.5s;
  cursor: pointer;
  z-index: 4;
  font-size: 1.5em;
}
@media screen and (min-width: 1024px) {
  .video-popUp__closer {
    top: 1em;
  }
}
.video-popUp__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 1.2s linear;
}
.video-popUp .svg {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.8s linear;
}
.video-popUp.active .video-popUp__image {
  opacity: 0;
}
.video-popUp.active .video-popUp__closer {
  opacity: 1;
}
.video-popUp.active .video-popUp__item {
  opacity: 1;
}
.video-popUp.active .svg {
  opacity: 0;
}

.video-popUp--iframe_independent {
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.video-popUp--iframe_independent .video-popUp__item--independent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}
.video-popUp--iframe_independent .video-popUp__item--independent.active {
  z-index: 3;
}
.video-popUp--iframe_independent .video-popUp__cont--independent {
  height: 100%;
}
.video-popUp--iframe_independent .video-popUp__closer {
  color: white;
  position: absolute;
  z-index: 2;
  position: absolute;
  right: 1em;
  top: 2em;
  opacity: 0;
  transition: opacity 0.5s linear 1.5s;
  cursor: pointer;
  z-index: 4;
  font-size: 1.5em;
}
@media screen and (min-width: 1024px) {
  .video-popUp--iframe_independent .video-popUp__closer {
    top: 1em;
  }
}
.video-popUp--iframe_independent .video-popUp__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 1.2s linear;
}
.video-popUp--iframe_independent .svg {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.8s linear;
}
.video-popUp--iframe_independent.active .video-popUp__image {
  opacity: 0;
}
.video-popUp--iframe_independent.active .video-popUp__closer {
  opacity: 1;
}
.video-popUp--iframe_independent.active .video-popUp__item--independent {
  opacity: 1;
}
.video-popUp--iframe_independent.active .svg {
  opacity: 0;
}

.svg {
  background: transparent;
  border: none;
}
.svg-tag {
  display: inline-block;
}
.svg-play {
  width: 20vw;
}
.svg-play__item1 {
  fill: none;
  stroke: white;
  stroke-width: 2;
}
.svg-play__item2 {
  fill: white;
}
@media screen and (min-width: 1024px) {
  .svg-play {
    width: 4vw;
  }
}

/* BOTÓN LANZA VÍDEO ====================================================================*/
.launchvideo--fullWindow {
  cursor: pointer;
}
.launchvideo--fullWindow + .video-popUp__cont {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
.launchvideo--fullWindow + .video-popUp__cont.noTransform {
  transform: none;
}
.launchvideo--fullWindow + .video-popUp__cont.active {
  opacity: 1;
  visibility: visible;
}
.launchvideo--fullWindow + .video-popUp__cont .video-popUp__closer,
.launchvideo--fullWindow + .video-popUp__cont .video-popUp__item {
  opacity: 1;
}

.video-popUp__cont--out-space {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}
.video-popUp__cont--out-space.noTransform {
  transform: none;
}
.video-popUp__cont--out-space.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-in-out;
}
.video-popUp__cont--out-space .video-popUp__closer,
.video-popUp__cont--out-space .video-popUp__item {
  opacity: 1;
}

.video-popUp__cont--out-one-space {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}
.video-popUp__cont--out-one-space.noTransform {
  transform: none;
}
.video-popUp__cont--out-one-space.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-in-out;
}
.video-popUp__cont--out-one-space .video-popUp__closer,
.video-popUp__cont--out-one-space .video-popUp__item {
  opacity: 1;
}

/* COMPONENTE boxes que se expanden on hover ============================================*/
.nuestrasCervezas-3boxes {
  padding-top: 12em;
}

.interactExpandBoxes {
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
}
.interactExpandBoxes .hideContent3boxes,
.interactExpandBoxes .hideContent3boxes--mobile {
  position: absolute;
  right: 25px;
}
.interactExpandBoxes .hideContent3boxes .video-popUp__closer,
.interactExpandBoxes .hideContent3boxes--mobile .video-popUp__closer {
  font-size: 1.33em;
  opacity: 1;
  position: relative;
  right: auto;
  top: auto;
}
.interactExpandBoxes .hideContent3boxes {
  display: none;
  top: 20px;
  padding: 0.3em;
}
@media only screen and (min-width: 1024px) {
  .interactExpandBoxes .hideContent3boxes {
    display: block;
  }
}
.interactExpandBoxes .hideContent3boxes--mobile {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.interactExpandBoxes--box {
  position: relative;
  overflow: hidden;
}
.interactExpandBoxes--box.box--izqda {
  background-color: #B9B3AE;
}
.interactExpandBoxes--box.box--centro {
  background-color: #847C78;
}
.interactExpandBoxes--box.box--dcha {
  background-color: #3C3C3B;
}
.interactExpandBoxes--box.box--dcha--last {
  background-color: #292929;
}
.boxes--4 .interactExpandBoxes--box {
  background-color: #292929;
}
.interactExpandBoxes--titular {
  position: relative;
}
.interactExpandBoxes--titular .boxesExpandtitular {
  color: #ffffff;
  font-size: 1.1em;
  padding: 1.75em 0;
  position: relative;
  transform: translateX(-1em);
  transition: transform 0.3s ease-in-out;
}
.interactExpandBoxes--titular .boxesExpandtitular::after {
  content: "";
  position: absolute;
  right: -3em;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 15px;
  background-image: url("../img//icon-arrow-right.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.interactExpandBoxes--contenido {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}
.interactExpandBoxes--contenido--body {
  width: 90%;
  padding: 1em 0 2.5em;
}
.interactExpandBoxes--contenido--body p {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .interactExpandBoxes--contenido--body {
    width: 85%;
    max-width: 1400px;
  }
}
.interactExpandBoxes--box.expand .interactExpandBoxes--contenido {
  max-height: 60em;
}
.interactExpandBoxes--box.expand .interactExpandBoxes--titular .boxesExpandtitular {
  transform: none;
}
.interactExpandBoxes--box.expand .interactExpandBoxes--titular .boxesExpandtitular::after {
  opacity: 0;
}
.interactExpandBoxes--box.expand .hideContent3boxes--mobile {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .interactExpandBoxes {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .interactExpandBoxes--box {
    min-height: 20em;
    transition: width 0.5s ease-in-out;
  }
  .boxes--4 .interactExpandBoxes--box {
    min-height: 27em;
  }
  .interactExpandBoxes--titular, .interactExpandBoxes--contenido {
    height: 100%;
  }
  .interactExpandBoxes .hideContent3boxes--mobile {
    display: none;
  }
  .interactExpandBoxes .boxesExpandtitular {
    color: #ffffff;
    font-size: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .interactExpandBoxes--titular {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
  }
  .interactExpandBoxes--titular .boxesExpandtitular {
    max-width: 85%;
    position: relative;
    transform: none;
  }
  .interactExpandBoxes--titular .boxesExpandtitular::after {
    opacity: 0;
    right: -2.05em;
  }
  .interactExpandBoxes--titular:hover .boxesExpandtitular::after {
    opacity: 1;
  }
  .interactExpandBoxes--titular.opacCero {
    opacity: 0;
  }
  .interactExpandBoxes--contenido {
    max-height: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: inherit;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .interactExpandBoxes--contenido--body {
    opacity: 0;
    padding: 0.5em 1em 0.5em 0;
    max-height: 85%;
    overflow: auto;
    transition: opacity 0.35s ease-in-out 0.45s;
  }
  .interactExpandBoxes.boxes--3 .interactExpandBoxes--box {
    width: 33.33%;
  }
  .interactExpandBoxes.boxes--3 .interactExpandBoxes--box:hover {
    width: 50%;
  }
  .interactExpandBoxes.boxes--2 .interactExpandBoxes--box {
    width: 50%;
  }
  .interactExpandBoxes.boxes--2 .interactExpandBoxes--box:hover {
    width: 75%;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--box {
    width: 25%;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--box:hover {
    width: 50%;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--box.shrink, .interactExpandBoxes.boxes--3 .interactExpandBoxes--box.shrink, .interactExpandBoxes.boxes--2 .interactExpandBoxes--box.shrink {
    width: 0%;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--box.expand, .interactExpandBoxes.boxes--3 .interactExpandBoxes--box.expand, .interactExpandBoxes.boxes--2 .interactExpandBoxes--box.expand {
    max-height: none;
    width: 100%;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--box.expand .interactExpandBoxes--contenido, .interactExpandBoxes.boxes--3 .interactExpandBoxes--box.expand .interactExpandBoxes--contenido, .interactExpandBoxes.boxes--2 .interactExpandBoxes--box.expand .interactExpandBoxes--contenido {
    opacity: 1;
    z-index: 20;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--box.expand .interactExpandBoxes--contenido--body, .interactExpandBoxes.boxes--3 .interactExpandBoxes--box.expand .interactExpandBoxes--contenido--body, .interactExpandBoxes.boxes--2 .interactExpandBoxes--box.expand .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--contenido, .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--contenido {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-350%, -50%);
    z-index: 30 !important;
    max-height: none;
    height: auto;
    width: auto;
    min-width: 750px;
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--contenido--body, .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--contenido--body {
    width: 95%;
    padding: 2em 1em 2.7em;
    flex-flow: column wrap;
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--contenido--body .infoAlimentaria--data,
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--contenido--body .infoAlimentaria--data + .infoAlimentaria--data, .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--contenido--body .infoAlimentaria--data,
  .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--contenido--body .infoAlimentaria--data + .infoAlimentaria--data {
    width: 100%;
    padding-right: 0;
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--contenido--body .caract--data, .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--contenido--body .caract--data {
    padding-right: 2vw;
    width: 33.33%;
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--titular.opacCero, .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--titular.opacCero {
    opacity: 1;
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--box, .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--box {
    min-height: 7em;
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--box::after,
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--box .greyVeil, .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--box::after,
  .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--box .greyVeil {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
    background-color: rgba(138, 128, 119, 0.5);
    opacity: 0;
    transform: translate(-300%);
    transition: opacity 0.3s linear;
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--box.shrink, .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--box.shrink {
    width: 25%;
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--box.expand::after,
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--box.expand .greyVeil, .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--box.expand::after,
  .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--box.expand .greyVeil {
    opacity: 1;
    transform: none;
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--box.expand .interactExpandBoxes--titular .boxesExpandtitular::after, .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--box.expand .interactExpandBoxes--titular .boxesExpandtitular::after {
    opacity: 1;
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--box.expand .interactExpandBoxes--contenido, .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--box.expand .interactExpandBoxes--contenido {
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0.5px 0.5px rgba(62, 58, 59, 0.1);
  }
  .interactExpandBoxes.boxes--3--displayLBox .interactExpandBoxes--box.expand {
    width: 50%;
  }
  .interactExpandBoxes.boxes--2--displayLBox .interactExpandBoxes--box.expand {
    width: 75%;
  }
}
@media only screen and (min-width: 1250px) {
  .boxes--4 .interactExpandBoxes--box {
    min-height: 37em;
  }
  .interactExpandBoxes .boxesExpandtitular {
    font-size: 1.27em;
  }
}
@media only screen and (min-width: 1700px) {
  .boxes--4 .interactExpandBoxes--box {
    min-height: 45em;
  }
}
@media only screen and (min-width: 1300px) and (max-height: 780px) {
  .boxes--4 .interactExpandBoxes--box {
    min-height: 33em;
  }
}

/* FIN COMPONENTE boxes que se expanden on hover ============================================*/
/* CONTENIDO dentro de las boxes que se expanden on hover ===================================*/
.interactExpandBoxes--contenido--body .ibarraReal {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
.interactExpandBoxes--contenido--body .boxesExpandtitular {
  padding-bottom: 2.2em;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .interactExpandBoxes--contenido--body .boxesExpandtitular {
    display: block;
  }
}
.interactExpandBoxes--contenido--body .bolder {
  color: #ffffff;
}
.interactExpandBoxes--contenido--body > .flex {
  flex-flow: column wrap;
}
@media only screen and (min-width: 768px) {
  .interactExpandBoxes--contenido--body > .flex {
    flex-flow: row wrap;
  }
}
.interactExpandBoxes--contenido--body .caract--data {
  padding-right: 7vw;
  padding-bottom: 2.5em;
}
.interactExpandBoxes--contenido--body .caract--data .bolder {
  padding-bottom: 0.7em;
}
.interactExpandBoxes--contenido--body .caract--data .bolder + p {
  font-size: 0.95em;
}
@media only screen and (min-width: 1024px) {
  .interactExpandBoxes--contenido--body .caract--data {
    padding-bottom: 1.75em;
  }
}
.interactExpandBoxes--contenido--body .premios--data {
  padding-bottom: 2em;
}
.interactExpandBoxes--contenido--body .premios--data .ibarraReal {
  font-size: 1.4em;
  line-height: 1.1;
  padding-bottom: 0.6em;
}
.interactExpandBoxes--contenido--body .premios--data p:not(.ibarraReal) {
  font-size: 0.85em;
}
.interactExpandBoxes--contenido--body .premios--data .imgWrap {
  width: 90px;
}
.interactExpandBoxes--contenido--body .premios--data .imgWrap img {
  max-width: 100%;
}
.interactExpandBoxes--contenido--body .premios--data .imgWrap + div {
  padding-left: 0.75em;
  width: calc(100% - 90px);
}
@media only screen and (min-width: 768px) {
  .interactExpandBoxes--contenido--body .premios--data {
    padding: 1vw 2vw;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1700px) {
  .interactExpandBoxes--contenido--body .premios--data p:not(.ibarraReal) {
    font-size: 0.95em;
  }
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data {
  width: 100%;
  margin-bottom: 2em;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data p:not(.boxesExpandtitular) {
  font-size: 0.95em;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data .boxesExpandtitular {
  padding-bottom: 1.2em;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data + .infoAlimentaria--data {
  margin-bottom: 0;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table th, .interactExpandBoxes--contenido--body .infoAlimentaria--data--table td {
  padding: 0.9em 1.85em;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table th {
  color: #3E3A3B;
  background-color: rgba(255, 255, 255, 0.75);
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table td {
  color: #ffffff;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table td.pad--left {
  padding-left: 2.75em;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table th {
  font-size: 0.9em;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table td {
  font-size: 0.85em;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.1);
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table th:first-child,
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table td:first-child {
  text-align: left;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table th:nth-child(2),
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table td:nth-child(2) {
  text-align: center;
}
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table th:last-child,
.interactExpandBoxes--contenido--body .infoAlimentaria--data--table td:last-child {
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .interactExpandBoxes--contenido--body .infoAlimentaria--data--table {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1300px) {
  .interactExpandBoxes--contenido--body .infoAlimentaria--data--table {
    font-size: 15.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .interactExpandBoxes--contenido--body .infoAlimentaria--data {
    width: 42%;
    padding-right: 3em;
  }
  .interactExpandBoxes--contenido--body .infoAlimentaria--data + .infoAlimentaria--data {
    width: 58%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .interactExpandBoxes--contenido--body .infoAlimentaria--data {
    width: 47%;
  }
  .interactExpandBoxes--contenido--body .infoAlimentaria--data + .infoAlimentaria--data {
    width: 53%;
  }
}
@media only screen and (min-width: 1700px) {
  .interactExpandBoxes--contenido--body .infoAlimentaria--data {
    width: 50%;
  }
  .interactExpandBoxes--contenido--body .infoAlimentaria--data + .infoAlimentaria--data {
    width: 50%;
  }
}

/* FIN CONTENIDO dentro de las boxes que se expanden on hover ===================================*/
/* CONTENIDO dentro de las boxes que se expanden on hover COMPONENTE boxes--4 ====================*/
.interactExpandBoxes.boxes--4 .interactExpandBoxes--box {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.interactExpandBoxes.boxes--4 .interactExpandBoxes--box:last-child {
  border-bottom: none;
}
.interactExpandBoxes.boxes--4 .bgrFake {
  height: auto;
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0.4;
  transition: opacity 0.4s ease-in-out;
}
.interactExpandBoxes.boxes--4 [class*=hideContent3boxes] {
  display: none;
}
.interactExpandBoxes.boxes--4 .interactExpandBoxes--titular {
  height: 9em;
  justify-content: start;
}
.interactExpandBoxes.boxes--4 .interactExpandBoxes--titular .boxesExpandtitular {
  transform: none;
  padding: 1em 1.5em;
  opacity: 0.6;
}
.interactExpandBoxes.boxes--4 .interactExpandBoxes--titular .boxesExpandtitular::after {
  background-image: none;
}
.interactExpandBoxes.boxes--4 .interactExpandBoxes--titular .boxesExpand--intro {
  opacity: 0.6;
}
.interactExpandBoxes.boxes--4 .interactExpandBoxes--contenido {
  position: relative;
}
.interactExpandBoxes.boxes--4 .interactExpandBoxes--contenido--body {
  width: 100%;
  padding: 0.5em 1.5em 2.5em;
}
.interactExpandBoxes.boxes--4 .interactExpandBoxes--contenido--body .boxesExpandtitular {
  padding-bottom: 1.2em;
}
.interactExpandBoxes.boxes--4 .expand .interactExpandBoxes--titular .boxesExpandtitular, .interactExpandBoxes.boxes--4 .expand .interactExpandBoxes--titular .boxesExpand--intro {
  opacity: 1;
}
.interactExpandBoxes.boxes--4 .expand .interactExpandBoxes--contenido {
  max-height: 30em;
}
@media only screen and (min-width: 1024px) {
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--contenido {
    position: absolute;
    top: auto;
    bottom: 0;
    height: auto;
    opacity: 0;
    background-color: transparent;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out 0.2s, opacity 0.15s ease;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--contenido--body {
    background-image: linear-gradient(to bottom, rgba(62, 58, 59, 0), rgba(62, 58, 59, 0.8) 100%);
    padding: 1.5em 3em 2.5em;
    transition: opacity 0.35s ease-in-out 0;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--contenido--body .boxesExpandtitular {
    padding-bottom: 1.2em;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--titular {
    height: auto;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--titular .boxesExpandtitular {
    display: none;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--box {
    border-bottom: none;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--box .bgrFake {
    height: 150%;
    width: auto;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--box:hover .bgrFake {
    opacity: 0.8;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--box:hover .interactExpandBoxes--contenido {
    transform: none;
    opacity: 1;
    z-index: 2;
  }
  .interactExpandBoxes.boxes--4 .interactExpandBoxes--box:hover .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
}

/* FIN CONTENIDO dentro de las boxes que se expanden on hover COMPONENTE boxes--4 ================*/
/* CONTENIDO dentro de las boxes que se expanden on hover COMPONENTE CON VÍDEO ===================*/
.interactExpandBoxes.con--video .svg {
  display: none;
}
.interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpandtitular,
.interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpand--intro {
  color: #ffffff;
}
.interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpandtitular span,
.interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpand--intro span {
  color: #ffffff;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  padding-right: 0.3em;
  display: inherit;
}
.interactExpandBoxes.con--video .interactExpandBoxes--contenido {
  display: none;
}
.interactExpandBoxes.con--video.boxes--4 {
  background-color: #292929;
  min-height: 45em;
  max-height: 95vh;
}
.interactExpandBoxes.con--video.boxes--4 > img.only-mobile {
  position: absolute;
  height: 140%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.interactExpandBoxes.con--video.boxes--4 > img.only-mobile.active {
  opacity: 0.4;
}
.interactExpandBoxes.con--video.boxes--4 > .svg.only-mobile {
  display: inline-block;
  position: absolute;
  top: 15vh;
  left: 50%;
  transform: translateX(-50%);
}
.interactExpandBoxes.con--video.boxes--4 > .svg.only-mobile .svg-play {
  max-width: 100px;
}
.interactExpandBoxes.con--video.active .video-popUp__cont .video-popUp__closer {
  z-index: 100;
}
.interactExpandBoxes.con--video.translated .video-popUp__cont .video-popUp__item {
  transform: none;
}
.interactExpandBoxes.con--video .video-popUp__cont .video-popUp__closer {
  transition: opacity 0.5s linear 1s;
}
.interactExpandBoxes.con--video .video-popUp__cont .video-popUp__item {
  transform: translateY(100%);
  transition: opacity 0.5s ease 0.5s;
}
.interactExpandBoxes.con--video .video-popUp__cont .video-popUp__item.active {
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .interactExpandBoxes.con--video {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .interactExpandBoxes.con--video .video-popUp__cont {
    height: auto;
  }
  .interactExpandBoxes.con--video.boxes--4 {
    padding-bottom: 2em;
  }
  .interactExpandBoxes.con--video.boxes--4 .interactExpandBoxes--box {
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    width: 90%;
    margin: 0 auto;
    transition: border-color 0.4s ease-in-out;
  }
  .interactExpandBoxes.con--video.boxes--4 .interactExpandBoxes--box .interactExpandBoxes--titular {
    max-height: 5.5em;
    height: auto;
    padding-bottom: 2em;
    transition: max-height 0.6s linear;
  }
  .interactExpandBoxes.con--video.boxes--4 .interactExpandBoxes--box .boxesExpandtitular {
    padding-left: 0;
  }
  .interactExpandBoxes.con--video.boxes--4 .interactExpandBoxes--box.expand__mobile {
    border-top: 1px solid rgb(255, 255, 255);
  }
  .interactExpandBoxes.con--video.boxes--4 .interactExpandBoxes--box.expand__mobile .interactExpandBoxes--titular {
    max-height: 15em;
    opacity: 1;
  }
  .interactExpandBoxes.con--video.boxes--4 .interactExpandBoxes--box.expand__mobile .boxesExpandtitular, .interactExpandBoxes.con--video.boxes--4 .interactExpandBoxes--box.expand__mobile .boxesExpand--intro {
    opacity: 1;
  }
  .interactExpandBoxes.con--video.boxes--4 .interactExpandBoxes--box.expand {
    border-top: 1px solid rgb(255, 255, 255);
  }
  .interactExpandBoxes.con--video.boxes--4 .interactExpandBoxes--box.expand .interactExpandBoxes--titular {
    max-height: 15em;
  }
}
@media only screen and (min-width: 768px) {
  .interactExpandBoxes.con--video.boxes--4 {
    max-height: 80vh;
  }
}
@media only screen and (min-width: 1024px) {
  .interactExpandBoxes.con--video .hasVideo .interactExpandBoxes--titular {
    cursor: default;
  }
  .interactExpandBoxes.con--video .hasVideo .svg {
    display: block;
  }
  .interactExpandBoxes.con--video.boxes--4, .interactExpandBoxes.con--video.boxes--4 .interactExpandBoxes--box {
    background-color: #292929;
  }
  .interactExpandBoxes.con--video.boxes--4 {
    max-height: none;
  }
  .interactExpandBoxes.con--video.box-full-screen {
    height: 82vh;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--box .bgrFake {
    height: 102%;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--box:hover {
    width: 60%;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--box:hover .boxesExpand--intro,
  .interactExpandBoxes.con--video .interactExpandBoxes--box:hover .svg {
    opacity: 1;
    z-index: 2;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--box:hover .bgrFake {
    opacity: 0.7;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--box:hover .boxesExpandtitular {
    opacity: 1;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--titular {
    height: 100%;
    justify-content: center;
    padding: 1.5em 1.2em;
    cursor: default;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpandtitular,
  .interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpand--intro {
    position: absolute;
    left: 1.7em;
    right: 1.7em;
    padding-left: 0;
    padding-right: 0;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpandtitular {
    display: block;
    top: 0;
    transition: opacity 0.4s ease-in-out 0.5s;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpandtitular span {
    padding-bottom: 0.4em;
    font-size: 0.8em;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpand--intro,
  .interactExpandBoxes.con--video .interactExpandBoxes--titular .svg {
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0.5s;
    z-index: -1;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpand--intro {
    top: 4em;
    padding-left: 0.25em;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--titular .svg {
    cursor: pointer;
  }
  .interactExpandBoxes.con--video .video-popUp__cont {
    position: static;
  }
}
@media only screen and (min-width: 1400px) {
  .interactExpandBoxes.con--video.box-full-screen {
    height: 85vh;
  }
}
@media only screen and (min-width: 1700px) {
  .interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpand--intro {
    top: 7.5em;
  }
  .interactExpandBoxes.con--video .interactExpandBoxes--titular .boxesExpand--intro_dla {
    top: 4em;
  }
}

/* FIN CONTENIDO dentro de las boxes que se expanden on hover COMPONENTE CON VÍDEO ===============*/
.rotateImg {
  background: black;
}

/* ACCORDION SYSTEM */
.accordion-system {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .accordion-system {
    width: 80%;
  }
}
.accordion-system .title-accordion {
  text-align: center;
}
.accordion-system .nav-accordion {
  padding: 1em 0;
  list-style-type: none !important;
}
@media only screen and (min-width: 1024px) {
  .accordion-system .nav-accordion {
    padding: 1em 2em;
  }
}
.accordion-system .nav-accordion .nav-accordion--item .button-accordion {
  color: #3E3A3B;
  cursor: pointer;
  position: relative;
  padding-right: 2em;
}
.accordion-system .nav-accordion .nav-accordion--item .button-accordion .arrow-accordion {
  position: absolute;
  right: 0;
  top: 0;
  color: #847C78;
  transition: transform 0.8s ease-in-out;
}
.accordion-system .nav-accordion .nav-accordion--item.active .arrow-accordion {
  transform: rotate(-180deg);
}
.accordion-system .nav-accordion .nav-accordion--item.active .content-accordion {
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-in;
}
.accordion-system .nav-accordion .nav-accordion--item.active .content-accordion--distribuidores_italia .icon-list {
  margin-bottom: 2em;
  max-height: 200px;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-in;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion {
  color: #847C78;
  margin-right: 2em;
  padding: 1em 0 0.25em;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-out;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion span {
  color: #847C78;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion ol {
  margin: 1em 2em;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion ol li {
  padding: 0.25em 0;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion ul {
  margin: 1em 2em;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion ul li {
  color: #847C78;
  list-style-type: none !important;
  padding: 0.25em 0;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion a {
  color: #847C78;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion .icon-list {
  margin-left: 0;
  margin-top: 0;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion .icon-list li {
  display: flex;
  align-content: center;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion .icon-list li a {
  text-decoration: none;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion .icon-list li .ico-img {
  margin-right: 0.5em;
}
.accordion-system .nav-accordion .nav-accordion--item .content-accordion--distribuidores_italia .icon-list {
  margin-bottom: 2em;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-out;
}

/* TABS */
.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-tabs .nav-tabs--item {
  padding: 0em 0.5em 0.5em 0.5em;
  color: #847C78;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 360px) {
  .nav-tabs .nav-tabs--item {
    padding: 0em 1.5em 0.5em 1.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-tabs .nav-tabs--item {
    padding: 0em 6em 0.5em 6em;
  }
}
.nav-tabs .nav-tabs--item.active {
  border-bottom: 4px solid #3C3C3B;
  color: #3C3C3B;
}

.content-tabs .content-tabs--item {
  display: none;
}
.content-tabs .content-tabs--item.active {
  display: block;
}

/* tabs mirador */
.nav-tabs-mirador {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-tabs-mirador .nav-tabs--item-mirador {
  padding: 0em 0.5em 0.5em 0.5em;
  color: #847C78;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 360px) {
  .nav-tabs-mirador .nav-tabs--item-mirador {
    padding: 0em 1.5em 0.5em 1.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-tabs-mirador .nav-tabs--item-mirador {
    padding: 0em 6em 0.5em 6em;
  }
}
.nav-tabs-mirador .nav-tabs--item-mirador.active {
  border-bottom: 4px solid #3C3C3B;
  color: #3C3C3B;
}

/* flecha .go-to-top */
.go-to-top {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 35px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 30000;
  transform: translate(0, 200%);
  transition: transform 1.5s ease-in 1s;
  will-change: transform;
}
.go-to-top.on {
  transform: translate(0, 0);
}

.pestanas--listado {
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .pestanas--listado {
    transform: translateY(-1px);
  }
}
.pestanas--listado .destacado__textInner {
  padding-bottom: 5em;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .pestanas--listado .destacado__textInner {
    max-width: 93%;
  }
}
.pestanas--listado .h2, .pestanas--listado .h3 {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
.pestanas--listado .h2 {
  font-size: 2.07em;
  margin: 1.25em 0;
}
.pestanas--listado .h3 {
  font-size: 1.55em;
  margin: 0 0 0.85em;
}
.pestanas--listado .h3 ~ p {
  font-size: 0.95em;
  line-height: 1.4;
}
.pestanas--listado--wrap {
  justify-content: center;
}
.pestanas--listado--item {
  width: 100%;
  margin: 0 1% 1.2em;
}
@media only screen and (min-width: 768px) {
  .pestanas--listado--item {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .pestanas--listado--item {
    width: 31%;
    margin: 0 1% 1.8em;
  }
}
@media only screen and (min-width: 1700px) {
  .pestanas--listado--item {
    width: 23%;
  }
}
.pestanas--listado--info {
  padding: 2em 1.5em;
  border-bottom: 1px solid #847C78;
  height: 15em;
}
@media only screen and (min-width: 768px) {
  .pestanas--listado--info {
    height: 15.5em;
  }
}
@media only screen and (min-width: 1700px) {
  .pestanas--listado--info {
    height: 13.75em;
  }
}
.pestanas--listado--address, .pestanas--listado--phone {
  padding: 1.5em 0.5em;
  width: 50%;
  height: 6.5em;
  flex-flow: column nowrap;
  justify-content: center;
}
.pestanas--listado--address > div, .pestanas--listado--phone > div {
  width: 100%;
}
.pestanas--listado--address a, .pestanas--listado--phone a {
  text-decoration: none;
  flex-flow: column nowrap;
}
.pestanas--listado--address .material-icons, .pestanas--listado--phone .material-icons {
  margin-bottom: 0.35em;
  font-size: 1.4em;
}
.pestanas--listado--address .material-icons + p, .pestanas--listado--phone .material-icons + p {
  font-size: 0.8em;
  max-width: calc(100% - 15px);
}
@media only screen and (min-width: 1900px) {
  .pestanas--listado--address, .pestanas--listado--phone {
    height: 5.5em;
  }
  .pestanas--listado--address > div, .pestanas--listado--phone > div {
    width: auto;
  }
  .pestanas--listado--address a, .pestanas--listado--phone a {
    flex-flow: row nowrap;
  }
  .pestanas--listado--address .material-icons, .pestanas--listado--phone .material-icons {
    margin-right: 0.15em;
    margin-bottom: 0;
  }
}
.pestanas--listado--address {
  border-right: 1px solid #847C78;
}
.pestanas--listado--address a {
  cursor: default;
}
.pestanas--listado--tabs-system .nav-tabs {
  justify-content: space-between;
  align-items: stretch;
  overflow-x: auto;
}
.pestanas--listado--tabs-system .nav-tabs--item {
  padding: 1.2em 0.5em;
  min-width: 15em;
  color: #3C3C3B;
  background-color: rgba(185, 179, 174, 0.5);
  transition: background-color 0.4s ease;
  will-change: background-color;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #3C3C3B;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.pestanas--listado--tabs-system .nav-tabs--item:hover:not(.active) {
  background-color: rgba(185, 179, 174, 0.7);
}
.pestanas--listado--tabs-system .nav-tabs--item.active {
  border-bottom: 1px solid #3C3C3B;
  background-color: #3C3C3B;
  color: #ffffff;
}
@media only screen and (min-width: 1250px) {
  .pestanas--listado--tabs-system .nav-tabs--item {
    flex: 1;
    min-width: 0;
  }
}

.fechasHibrid {
  padding: 2em;
}
.fechasHibrid.grey-5--bg * {
  color: white;
}
.fechasHibrid__titular {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  text-align: center;
  padding: 2em 0;
  font-size: 2em;
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__titular {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__listaMes {
    display: flex;
    border-top: 1px solid #B9B3AE;
    padding-top: 2em;
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__listaDias {
    display: flex;
    flex-wrap: wrap;
    width: 80vw;
  }
}
.fechasHibrid__tituloMes {
  text-align: center;
  padding: 3em 0 1em;
  font-family: "gothamMedium", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__tituloMes {
    width: 20vw;
    text-align: left;
    padding: 0;
  }
}
.fechasHibrid__itemDia {
  margin-bottom: 1em;
  border-top: 1px solid #B9B3AE;
  padding: 0.5em 0;
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__itemDia {
    width: 25%;
    margin-bottom: 3em;
    border-left: 5px solid #B9B3AE;
    border-top: none;
    padding-left: 0.8em;
    padding-top: 0em;
    padding: 0 1em 0.5em 1em;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__detallesDia {
    position: absolute;
    bottom: 0;
  }
  .fechasHibrid__detallesDia.hero {
    position: relative;
  }
}
.fechasHibrid__descripcionDia {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.fechasHibrid__descripcionDia p {
  font-size: 0.8em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__descripcionDia p {
    font-size: 1em;
  }
}
.fechasHibrid__descripcionDia.open {
  max-height: 80vh;
  transition: max-height 1.5s ease 0.3s;
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__descripcionDia {
    max-height: unset;
    padding-bottom: 4em;
  }
  .fechasHibrid__descripcionDia.hero {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.5s ease;
    padding-bottom: 0;
  }
  .fechasHibrid__descripcionDia.hero.open {
    max-height: 80vh;
    transition: max-height 1.5s ease;
  }
}
.fechasHibrid__switchCont {
  cursor: pointer;
}
.fechasHibrid__switchCont * {
  display: inline;
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__switchCont * {
    display: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__switchCont {
    cursor: initial;
    margin-bottom: 2em;
  }
  .fechasHibrid__switchCont.hero {
    cursor: pointer;
  }
  .fechasHibrid__switchCont .fechasHibrid__cifraDia {
    margin-right: 0.2em;
  }
}
.fechasHibrid__textoDia {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.1em;
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__textoDia {
    font-size: 1.5em;
  }
}
.fechasHibrid__cifraDia {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.1em;
}
@media only screen and (min-width: 1024px) {
  .fechasHibrid__cifraDia {
    font-size: 4.1em;
    line-height: 1;
  }
}
.fechasHibrid__detallesDia a {
  text-decoration: none;
}
.fechasHibrid__detallesDia .material-icons {
  margin-right: 0.5em;
}

.boxes--3 {
  display: flex;
  width: 100%;
  padding: 0;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .boxes--3 {
    flex-direction: row;
  }
}
.boxes--3_item {
  width: 100%;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .boxes--3_item {
    width: 33.333%;
    position: initial;
    cursor: pointer;
  }
}
.boxes--3_item-txt {
  position: absolute;
  width: 100%;
  transform: scale(0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .boxes--3_item-txt {
    width: 33.33%;
    transform: scale(1);
  }
}
.boxes--3_item-txt .title {
  font-size: 1.65em;
  font-family: "gothamMedium", sans-serif;
  line-height: 1;
}
.boxes--3_item-txt .parraph {
  font-size: 1.75em;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  line-height: 1.1;
}
@media only screen and (min-width: 1024px) {
  .boxes--3_item-txt .parraph {
    font-size: 1.5em;
  }
}
.boxes--3_item-txt p {
  width: 85%;
  margin: 0.5em auto;
}
@media only screen and (min-width: 1024px) {
  .boxes--3_item-txt p {
    width: 49.5%;
  }
}
.boxes--3_item-image {
  position: relative;
  z-index: 1;
  display: block;
}
.boxes--3_item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 50vh;
  opacity: 1;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .boxes--3_item-image img {
    height: 100vh;
  }
}
.boxes--3_item-video {
  display: none;
  position: relative;
  z-index: 1;
}
.boxes--3_item-video video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 50vh;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .boxes--3_item-video video {
    height: 100vh;
  }
}
@media only screen and (min-width: 1024px) {
  .boxes--3_item:hover .boxes--3_item-image {
    display: none;
  }
  .boxes--3_item:hover .boxes--3_item-video {
    display: block;
  }
}

.tabs-system--calendario .nav-tabs {
  justify-content: center;
}
.tabs-system--calendario .nav-tabs .nav-tabs--item {
  border-bottom: none;
  background-color: #ffffff;
  color: #3C3C3B;
  height: 1em;
  min-width: auto;
  display: flex;
  transition: all 0.5s ease-in-out;
  width: 15em;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .tabs-system--calendario .nav-tabs .nav-tabs--item span {
    padding: 1em 2em;
  }
}
.tabs-system--calendario .nav-tabs .nav-tabs--item.active span {
  font-family: "gothamMedium", sans-serif;
}
.tabs-system--calendario .nav-tabs .nav-tabs--item:hover:not(.active) {
  background-color: #ffffff;
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}
.tabs-system--calendario .nav-tabs .nav-tabs--item_space {
  background-color: #3C3C3B;
  width: 0.14em;
  padding: 1em 0;
}
.tabs-system--calendario .nav-tabs .nav-tabs--item_arrow--ant {
  align-items: flex-start;
}
.tabs-system--calendario .nav-tabs .nav-tabs--item_arrow--ant span {
  padding: 1em 1em 1em 3em;
}
.tabs-system--calendario .nav-tabs .nav-tabs--item_arrow--prox {
  align-items: flex-end;
}
.tabs-system--calendario .nav-tabs .nav-tabs--item_arrow--prox span {
  padding: 1em 3em 1em 1em;
}
.tabs-system--calendario .nav-tabs .nav-tabs--item_arrow .arrow {
  width: 26px;
  height: 20px;
  position: absolute;
}
@media only screen and (min-width: 1250px) {
  .tabs-system--calendario .nav-tabs .nav-tabs--item {
    flex: initial;
    min-width: auto;
  }
}

.content-tabs--calendario {
  padding-top: 4em;
}
.content-tabs--calendario .pmu-instance {
  max-height: 370px;
}
.content-tabs--calendario .calendar-filter {
  padding: 2em 0;
}
.content-tabs--calendario .calendar-filter--item {
  padding: 0.5em 0;
  color: #B9B3AE;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .content-tabs--calendario .calendar-filter--item:hover:not(.active) {
    color: #3C3C3B;
    transform: translate(2%, 0);
    transition: all 0.5s ease-in-out;
  }
}
.content-tabs--calendario .calendar-filter--item.active {
  color: #3C3C3B;
}
@media only screen and (min-width: 1024px) {
  .content-tabs--calendario .momentos-eventos {
    padding: 0 0 2em 5em;
  }
}

.box--brujula_conSliderLBox .hideContent3boxes--mobile {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .box--brujula_conSliderLBox .greyVeil_forSlider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
    background-color: rgba(138, 128, 119, 0.5);
    opacity: 0;
    transform: translate(-300%);
    transition: opacity 0.3s linear;
  }
  .box--brujula_conSliderLBox .greyVeil_forSlider.active {
    opacity: 1;
    transform: none;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-350%, -50%);
    z-index: 30 !important;
    max-height: none;
    height: auto;
    width: auto;
    min-width: 750px;
    flex-flow: column wrap;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido .interactExpandBoxes--contenido--body {
    opacity: 0;
    width: 95%;
    padding: 2em 1em 2.7em;
    transition: opacity 0.35s ease-in-out 0.45s;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-cacaoNaranja {
    background-color: #c2bdb7;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-cacaoNaranja.active {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-cacaoNaranja.active .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-cacaoNaranja {
    background-color: #847c78;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-cacaoNaranja .infoAlimentaria--data {
    width: 100%;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-cacaoNaranja.active {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-cacaoNaranja.active .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-cacaoChipotle {
    background-color: #c2bdb7;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-cacaoChipotle.active {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-cacaoChipotle.active .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-cacaoChipotle {
    background-color: #847c78;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-cacaoChipotle .infoAlimentaria--data {
    width: 100%;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-cacaoChipotle.active {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-cacaoChipotle.active .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-jerezAmontillado {
    background-color: #c2bdb7;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-jerezAmontillado.active {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-jerezAmontillado.active .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-jerezPaloCortado {
    background-color: #c2bdb7;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-jerezPaloCortado.active {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-jerezPaloCortado.active .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-jerezPedroXim {
    background-color: #c2bdb7;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-jerezPedroXim.active {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Caract-jerezPedroXim.active .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezAmontillado {
    background-color: #847c78;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezAmontillado .infoAlimentaria--data {
    width: 100%;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezAmontillado.active {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezAmontillado.active .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezPaloCortado {
    background-color: #847c78;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezPaloCortado .infoAlimentaria--data {
    width: 100%;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezPaloCortado.active {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezPaloCortado.active .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezPedroXim {
    background-color: #847c78;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezPedroXim .infoAlimentaria--data {
    width: 100%;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezPedroXim.active {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_InfoAli-jerezPedroXim.active .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Premios-Jerez {
    background-color: #3E3A3B;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Premios-Jerez.active {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido_Premios-Jerez.active .interactExpandBoxes--contenido--body {
    opacity: 1;
  }
  .box--brujula_conSliderLBox .interactExpandBoxes--contenido .close {
    position: absolute;
    top: 1em;
    right: 2em;
    font-size: 1.33em;
    opacity: 1;
    color: white;
    cursor: pointer;
  }
}
.box--brujula_conSliderLBox .boxes--2 .interactExpandBoxes--box_inSlider.box--dcha {
  background-color: #847c78;
}

/*audio mediaelementplayer*/
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs__container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.mejs__container, .mejs__container * {
  box-sizing: border-box;
}

.mejs__container video::-webkit-media-controls, .mejs__container video::-webkit-media-controls-panel, .mejs__container video::-webkit-media-controls-panel-container, .mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs__fill-container, .mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs__container:focus {
  outline: none;
}

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs__embed, .mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}

.mejs__background, .mejs__mediaelement {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0;
}

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  border: 0;
  padding: 0;
}

.mejs__overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  background: url(../img/mejs-controls.svg) no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}

.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}

.mejs__overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url(../img/mejs-controls.svg) -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}

@-webkit-keyframes a {
  to {
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.mejs__controls {
  bottom: 0;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button, .mejs__time, .mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}

.mejs__button > button {
  background: transparent url(../img/mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}

.mejs__button > button:focus {
  outline: 1px dotted #999;
}

.mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus {
  outline: 0;
}

.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}

.mejs__play > button {
  background-position: 0 0;
}

.mejs__pause > button {
  background-position: -20px 0;
}

.mejs__replay > button {
  background-position: -160px 0;
}

.mejs__time-rail {
  direction: ltr;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}

.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-hovered, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}

.mejs__time-total {
  background: hsla(0deg, 0%, 100%, 0.3);
  margin: 5px 0 0;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: linear-gradient(-45deg, hsla(0deg, 0%, 100%, 0.4) 25%, transparent 0, transparent 50%, hsla(0deg, 0%, 100%, 0.4) 0, hsla(0deg, 0%, 100%, 0.4) 75%, transparent 0, transparent);
  background-size: 15px 15px;
  width: 100%;
}

@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: hsla(0deg, 0%, 100%, 0.3);
}

.mejs__time-current, .mejs__time-handle-content {
  background: hsla(0deg, 0%, 100%, 0.9);
}

.mejs__time-hovered {
  background: hsla(0deg, 0%, 100%, 0.5);
  z-index: 10;
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs__time-buffering, .mejs__time-current, .mejs__time-hovered, .mejs__time-loaded {
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease-in;
  width: 100%;
}

.mejs__time-buffering {
  transform: scaleX(1);
}

.mejs__time-hovered {
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
  transform: scaleX(0) !important;
}

.mejs__time-handle, .mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  transform: translateX(0);
  z-index: 11;
}

.mejs__time-handle-content {
  border: 4px solid hsla(0deg, 0%, 100%, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  transform: scale(0);
  width: 10px;
}

.mejs__time-rail .mejs__time-handle-content:active, .mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail:hover .mejs__time-handle-content {
  transform: scale(1);
}

.mejs__time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 36px;
}

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}

.mejs__time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}

.mejs__long-video .mejs__time-float-current {
  width: 60px;
}

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}

.mejs__fullscreen-button > button {
  background-position: -80px 0;
}

.mejs__unfullscreen > button {
  background-position: -100px 0;
}

.mejs__mute > button {
  background-position: -60px 0;
}

.mejs__unmute > button {
  background-position: -40px 0;
}

.mejs__volume-button {
  position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
  background: hsla(0deg, 0%, 100%, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 2px;
}

.mejs__volume-current {
  left: 0;
  margin: 0;
  width: 100%;
}

.mejs__volume-current, .mejs__volume-handle {
  background: hsla(0deg, 0%, 100%, 0.9);
  position: absolute;
}

.mejs__volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
}

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px;
}

.mejs__horizontal-volume-current, .mejs__horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}

.mejs__horizontal-volume-current {
  background: hsla(0deg, 0%, 100%, 0.8);
  height: 100%;
  top: 0;
  width: 100%;
}

.mejs__horizontal-volume-handle {
  display: none;
}

.mejs__captions-button, .mejs__chapters-button {
  position: relative;
}

.mejs__captions-button > button {
  background-position: -140px 0;
}

.mejs__chapters-button > button {
  background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector, .mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}

.mejs__captions-selector-list, .mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: hsla(0deg, 0%, 100%, 0.4) !important;
}

.mejs__captions-selector-input, .mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}

.mejs__captions-selector-label, .mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}

.mejs__captions-selected, .mejs__chapters-selected {
  color: #21f8f8;
}

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400;
}

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.mejs__captions-position-hover {
  bottom: 35px;
}

.mejs__captions-text, .mejs__captions-text * {
  background: hsla(0deg, 0%, 8%, 0.5);
  box-shadow: 5px 0 0 hsla(0deg, 0%, 8%, 0.5), -5px 0 0 hsla(0deg, 0%, 8%, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}

.mejs__overlay-error {
  position: relative;
}

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mejs__cannotplay, .mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

.mejs__cannotplay {
  position: relative;
}

.mejs__cannotplay a, .mejs__cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

/*audio*/
.customAudio {
  max-width: 31em;
  margin: 2.5em auto 5em;
  position: relative;
}
.customAudio .mejs__container {
  background-color: #ecebe6;
  height: 5.25em !important;
}
.customAudio .mejs__container * {
  color: #979797;
}
.customAudio .mejs__time-total {
  background: #979797;
  margin: 12px 0 0;
  height: 1px;
  width: 100%;
}
.customAudio .mejs__horizontal-volume-slider, .customAudio .mejs__mute {
  display: none;
}
.customAudio .mejs__controls {
  background: none;
  height: 5.25em;
  padding: 1em;
}
.customAudio .mejs__time-buffering, .customAudio .mejs__time-current, .customAudio .mejs__time-float, .customAudio .mejs__time-float-corner, .customAudio .mejs__time-float-current, .customAudio .mejs__time-hovered, .customAudio .mejs__time-loaded, .customAudio .mejs__time-marker, .customAudio .mejs__time-total {
  height: 2px;
}
.customAudio .mejs__playpause-button {
  border-radius: 50px;
  width: 4.875em;
  height: 4.875em;
  margin-top: 0;
}
.customAudio .mejs__playpause-button button {
  width: 4.875em;
  height: 4.875em;
  font-size: 1em;
  margin: 0;
}
.customAudio .mejs__play > button, .customAudio .mejs__replay > button {
  background: url(../img/icon-play.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.customAudio .mejs__pause > button {
  background: url(../img/icon-pause.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.customAudio .mejs__currenttime-container {
  position: absolute;
  right: 6.5em;
  top: 0;
  font-family: "gothamBook", sans-serif;
  font-size: 0.66em;
  color: #979797;
}
.customAudio .mejs__duration-container {
  position: absolute;
  top: 0;
  right: 1.5em;
  padding-left: 1.5em;
  min-width: 3.25em;
  font-family: "gothamBook", sans-serif;
  font-size: 0.66em;
  color: #979797;
}
.customAudio .mejs__duration-container::before {
  content: "/";
  display: block;
  position: absolute;
  top: 1.6em;
  right: 4.25em;
  font-family: "gothamBook", sans-serif;
  color: #979797;
}
.customAudio .mejs__time-rail {
  padding-top: 2.24em;
}
.customAudio .mejs__time-float {
  display: none !important;
}
.customAudio .mejs__time-handle {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  top: -4px;
  border: 4px solid #3e3a3b;
  background: #3e3a3b;
}
.customAudio .mejs__time-handle .mejs__time-handle-content {
  display: none !important;
}
.customAudio .mejs__time-current, .customAudio .mejs__time-handle-content {
  background: rgb(62, 58, 59);
}
.customAudio .text--audio {
  font-family: "gothamBook", sans-serif;
  font-size: 0.66em;
  color: #3E3A3B;
  position: absolute;
  top: 1.55em;
  z-index: 1;
  left: 7.75em;
  width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
@media screen and (min-width: 520px) {
  .customAudio .text--audio {
    width: 250px;
  }
}

.blog {
  background-color: #eceae6;
}
.blog__grid {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  .blog__grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1em;
    padding-top: 3em;
  }
}
.blog__grid.showAll .blog__gridItem {
  display: flex;
}
.blog__gridItem {
  background: #3C3C3B;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40vh;
  padding: 0 2em;
  overflow: hidden;
  margin: 0;
  /*&:nth-child(1), &:nth-child(2), &:nth-child(3), &:nth-child(4), &:nth-child(5), &:nth-child(6) {
      display: flex;
  }*/
}
.blog__gridItem:nth-child(-n+4) {
  display: flex;
}
.blog__gridItem a {
  text-decoration: none;
}
.blog__gridItem:hover .blog__thumbnailGrid {
  transform: scale(1.05);
}
.blog__gridItem:hover .blog__thumbnailGrid {
  opacity: 0.8;
}
@media only screen and (min-width: 1024px) {
  .blog__gridItem {
    width: 32%;
    margin: 0.65%;
    height: 25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .blog__gridItem--2 {
    width: 49.5%;
    margin-bottom: 1em;
    height: 30vw;
  }
}
.blog__thumbnailGrid {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  transition: all 1s ease-in;
  opacity: 0.5;
}
.blog__itemContent {
  position: relative;
  z-index: 2;
  color: white;
}
.blog__itemContent * {
  color: white;
}
.blog__itemContent .svg-play {
  cursor: pointer;
}
.blog__label {
  font-family: "gothamMedium", sans-serif;
  margin-bottom: 1.5em;
  display: block;
}
.blog__publicationTitle {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin-bottom: 0.4em;
  padding: 0 2em;
}
@media screen and (min-width: 1024px) {
  .blog__publicationTitle {
    font-size: 1.3em;
    line-height: 1;
    padding: 0 1em;
  }
}
.blog__publicationArtist {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
.blog__publicationTime {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
.blog__list-filter {
  display: none;
  padding: 0 0 1em 0;
  background-color: #B9B3AE;
}
@media screen and (min-width: 1024px) {
  .blog__list-filter {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 3.4em;
    padding-bottom: 0;
    background-color: #FAFAF8;
  }
}
.blog__item-filter {
  display: block;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .blog__item-filter {
    padding: 0;
  }
}
.blog__item-filter--active {
  color: #3E3A3B;
  font-family: "gothamMedium", sans-serif;
  display: none;
}
@media screen and (min-width: 1024px) {
  .blog__item-filter--active {
    border-bottom: 4px solid #3E3A3B;
    display: inline-block;
  }
}
.blog__item-filter--active .blog__btn--filter {
  color: #3E3A3B;
}
@media only screen and (min-width: 1024px) {
  .blog__item-filter--active:hover .blog__btn--filter::after {
    display: none;
  }
}
.blog__btn--filter {
  cursor: pointer;
  position: relative;
  color: #3E3A3B;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .blog__btn--filter {
    padding-bottom: 1.2em;
    color: #847C78;
  }
}
.blog__btn--filter::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 4px;
  background: #847C78;
  bottom: 1.43em;
  transform: translate(0, 700%) scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 2000px) {
  .blog__btn--filter::after {
    bottom: 1.08em;
  }
}
.blog__btn--filter:hover {
  color: #3C3C3B;
}
@media only screen and (min-width: 1024px) {
  .blog__btn--filter:hover::after {
    transform: translate(0, 700%) scaleX(1);
  }
}
.blog__btn--filter--mob {
  width: 100%;
  padding: 1.75em;
  color: #3C3C3B;
  font-size: 1.06em;
  position: relative;
}
.blog__btn--filter--mob i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25em;
  left: inherit;
  color: #847C78;
}
.blog-template .video-popUp__cont {
  height: auto;
}
.blog-template .video-popUp__image {
  position: static;
  width: 100%;
  height: auto;
  display: block;
}
.blog-template .blog-template__content.wrapper {
  padding: 2em 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .blog-template .blog-template__content.wrapper {
    padding: 3em 0 5em;
    margin: 0 auto;
    width: 80%;
  }
}
.blog-template__text {
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.7;
}
@media only screen and (min-width: 1024px) {
  .blog-template__text {
    max-width: 70%;
    margin: 0 auto;
    font-size: 1.3em;
  }
}
.blog-template__text + .blog-template__text {
  margin: 2em auto;
}
.blog-template__image {
  display: block;
  width: 100%;
  margin: 3em auto;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .blog-template__image {
    margin: 6em auto;
  }
}
.blog-template__title {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .blog-template__title {
    max-width: 70%;
    margin: 2em auto 1em;
  }
}
.blog-template__title--2 {
  font-family: "gothamMedium", sans-serif;
  font-size: 1.6em;
  margin: 2em auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 1024px) {
  .blog-template__title--2 {
    padding: 0;
    font-size: 2em;
  }
}
.blog-template__title--3 {
  font-family: "gothamMedium", sans-serif;
  font-size: 1.4em;
  margin: 2em auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 1024px) {
  .blog-template__title--3 {
    padding: 0;
    font-size: 1.6em;
  }
}
.blog-template__title--4 {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.8em;
  line-height: 1;
  margin: 2em auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 1024px) {
  .blog-template__title--4 {
    padding: 0;
    font-size: 2.3em;
    margin: 2.5em auto;
  }
}
.blog-template__title--5 {
  font-family: "gothamMedium", sans-serif;
  font-size: 1.1em;
  line-height: 1;
  margin: 2em auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 1024px) {
  .blog-template__title--5 {
    padding: 0;
    font-size: 1.2em;
    margin: 2.5em auto;
  }
}
.blog-template__video {
  margin: 3em auto;
  height: auto;
}
.blog-template__video .video-popUp__image {
  position: static;
  height: auto;
  display: block;
}
.blog-template__video .video-popUp__cont {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .blog-template__video {
    margin: 6em auto;
  }
}
.blog-template__slider {
  margin: 3em auto;
}
@media only screen and (min-width: 1024px) {
  .blog-template__slider .slider__6-image , .blog-template__slider .slider__M-image{
    max-width: unset;
    height: auto;
    width: 80vw;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template__slider .slider__6 .slick-slide , .blog-template__slider .slider__M .slick-slide{
    transform: translate(0vw, 0);
  }
}
.blog-template__destacado {
  margin-bottom: 0em;
  padding-top: 2em;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacado {
    margin-bottom: 3em;
    padding-top: 4em;
  }
}
.blog-template__destacado .blog-template__destacadoText {
  font-size: 1.6em;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacado .blog-template__destacadoText {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacado + .blog-template__text.font-size--90 {
    max-width: 56%;
  }
}
.blog-template__compartir {
  padding-bottom: 6em;
}
.blog-template__recetaBox {
  padding: 2em 0 1em;
  overflow: hidden;
  margin: 2em auto;
}
@media only screen and (min-width: 1024px) {
  .blog-template__recetaBox {
    padding: 4em 0 1em;
    display: flex;
    flex-wrap: wrap;
    max-width: 70%;
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template__recetaCol {
    width: 30%;
  }
}
.blog-template__recetaCol ul li strong {
  padding: 0 5%;
}
.blog-template__IngredientesDetalle {
  margin-bottom: 1em;
  line-height: 1.5;
  padding: 0 5%;
}
.blog-template__IngredientesDetalle::before {
  content: "• ";
}
@media only screen and (min-width: 1024px) {
  .blog-template__IngredientesDetalle {
    padding-right: 13%;
    padding-left: 0;
  }
}
.blog-template__procesoEtapa {
  padding: 0 5%;
}
@media only screen and (min-width: 1024px) {
  .blog-template__procesoEtapa {
    margin-bottom: 5em;
    padding-left: 0;
  }
}
.blog-template__recetaPaso {
  font-family: "gothamMedium", sans-serif;
  font-size: 1.3em;
  margin: 0 0 1em;
}
@media only screen and (min-width: 1024px) {
  .blog-template__recetaPaso {
    margin-bottom: 2em;
  }
}
.blog-template__recetaDetalle {
  font-size: inherit;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  .blog-template__recetaDetalle {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template__proceso {
    width: 70%;
  }
}
.blog-template__procesoImagen {
  display: block;
  width: 100%;
  height: auto;
}
.blog-template__receta-Titular {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 2em;
  margin: 1.5em 0 1em;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .blog-template__receta-Titular {
    text-align: left;
    margin: 0.5em 0 1.5em;
  }
}
.blog-template__destacadoA-lista {
  display: flex;
  flex-direction: column;
  padding: 10% 0;
  margin: 2em 0;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoA-lista {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5%;
    margin: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoA-item {
    width: 40%;
  }
}
.blog-template__destacadoA-ImgCont {
  margin-top: 3em;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoA-ImgCont {
    width: 60%;
  }
}
.blog-template__destacadoA-imagen {
  display: block;
  width: 100%;
  height: auto;
}
.blog-template__destacadoA-texto {
  padding: 0 5%;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoA-texto {
    display: flex;
    flex-direction: column;
    padding-right: 5%;
    justify-content: center;
  }
}
.blog-template__destacadoA-titulo {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 2em;
  margin-bottom: 0.7em;
}
.blog-template__destacadoB-lista {
  display: flex;
  flex-direction: column;
  margin: 2em 0;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoB-lista {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5%;
    margin: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoB-item {
    width: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoB-videoCont {
    width: 60%;
  }
}
.blog-template__destacadoB-texto {
  padding: 10% 5%;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoB-texto {
    display: flex;
    flex-direction: column;
    padding-left: 5%;
    justify-content: center;
  }
}
.blog-template__destacadoB-titulo {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 2em;
  margin-bottom: 0.7em;
}
.blog-template__destacadoC-lista {
  padding: 0;
  margin: 2em 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoC-lista {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 5%;
    margin: 5em 0;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoC-item {
    width: 50%;
  }
}
.blog-template__destacadoC-textoCont {
  padding: 10% 5%;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoC-textoCont {
    padding: 0 5% 2% 2%;
  }
}
.blog-template__destacadoC-videoCont {
  order: -1;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoC-videoCont {
    padding-right: 5%;
    order: inherit;
  }
}
.blog-template__destacadoC-texto {
  margin-top: 1em;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoC-texto {
    font-size: 1.3em;
  }
}
.blog-template__destacadoC-titular {
  font-family: "gothamMedium", sans-serif;
  text-align: center;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  .blog-template__destacadoC-titular {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template--2 .blog-template__text {
    max-width: 55%;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template--2 .blog-template__title {
    max-width: 55%;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template--2 .blog-template__image {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-template--2 .blog-template__slider .slider__6-image , .blog-template--2 .blog-template__slider .slider__M-image {
    width: 70vw;
  }
}
.blog-template--2 .blog-template__destacado {
  margin-bottom: 3em;
}
@media only screen and (min-width: 1024px) {
  .blog-template--2 .blog-template__destacado {
    margin-bottom: 5em;
  }
}
.blog-template--2 .blog-template__slider {
  margin: 5em auto;
}
.blog-template__aside .slider__6 , .blog-template__aside .slider__M {
  margin: 2em 0;
}
@media only screen and (min-width: 1024px) {
  .blog-template__aside .slider__6 , .blog-template__aside .slider__M{
    margin: 0 0 5em 0;
  }
}
.blog-template__aside .slider__6-controls-resp , .blog-template__aside .slider__M-controls-resp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 1em;
}
.blog-template__aside .slider__6-controls-resp-dots , .blog-template__aside .slider__M-controls-resp-dots {
  display: flex;
  align-items: center;
}
.blog-template__aside .slider__6-controls-resp .slick-arrow , .blog-template__aside .slider__M-controls-resp .slick-arrow{
  stroke: white;
}
@media screen and (min-width: 1024px) {
  .blog-template__aside .slider__6-controls-resp .slick-arrow , .blog-template__aside .slider__M-controls-resp .slick-arrow{
    stroke: #3C3C3B;
  }
}
.blog-template__aside .slider__6-controls-resp .slick-dots , .blog-template__aside .slider__M-controls-resp .slick-dots {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .blog-template__aside .slider__6-controls-resp , .blog-template__aside .slider__M-controls-resp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translate(0, -50%);
    height: 2em;
  }
  .blog-template__aside .slider__6-controls-resp.desktop-visible , .blog-template__aside .slider__M-controls-resp.desktop-visible{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translate(0, -50%);
    height: 2em;
  }
  .blog-template__aside .slider__6-controls-resp.desktop-visible .prev ,  .blog-template__aside .slider__M-controls-resp.desktop-visible .prev {
    cursor: pointer;
    margin-left: 1.5em;
  }
  .blog-template__aside .slider__6-controls-resp.desktop-visible .prev svg ,  .blog-template__aside .slider__M-controls-resp.desktop-visible .prev svg{
    stroke: #3C3C3B;
    transform: rotate(90deg) scale(0.7);
  }
  .blog-template__aside .slider__6-controls-resp.desktop-visible .next , .blog-template__aside .slider__M-controls-resp.desktop-visible .next{
    cursor: pointer;
    margin-right: 1.5em;
  }
  .blog-template__aside .slider__6-controls-resp.desktop-visible .next svg , .blog-template__aside .slider__M-controls-resp.desktop-visible .next svg {
    stroke: #3C3C3B;
    transform: rotate(-90deg) scale(0.7);
  }
  .blog-template__aside .slider__6-controls-resp .prev , .blog-template__aside .slider__M-controls-resp .prev{
    cursor: pointer;
    margin-left: 1.5em;
  }
  .blog-template__aside .slider__6-controls-resp .prev svg , .blog-template__aside .slider__M-controls-resp .prev svg{
    stroke: #3C3C3B;
    transform: rotate(90deg) scale(0.7);
  }
  .blog-template__aside .slider__6-controls-resp .next , .blog-template__aside .slider__M-controls-resp .next{
    cursor: pointer;
    margin-right: 1.5em;
  }
  .blog-template__aside .slider__6-controls-resp .next svg , .blog-template__aside .slider__M-controls-resp .next svg{
    stroke: #3C3C3B;
    transform: rotate(-90deg) scale(0.7);
  }
}
.blog-template__aside .slider__6-item , .blog-template__aside .slider__M-item{
  position: relative;
}
.blog-template__aside .slider__6-imageCont , .blog-template__aside .slider__M-imageCont{
  background: #3E3A3B;
}
.blog-template__aside .slider__6-textCont , .blog-template__aside .slider__M-textCont{
  height: auto;
  position: absolute;
  z-index: 1;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}
.blog-template__aside .slider__6-image , .blog-template__aside .slider__M-image{
  opacity: 0.5;
}
@media only screen and (min-width: 1024px) {
  .blog-template__aside .slider__6-image , .blog-template__aside .slider__M-image{
    min-height: inherit;
    -o-object-fit: contain;
    object-fit: contain;
    height: 50vh;
    width: auto;
  }
}
.blog-template__aside .slider__6-area , .blog-template__aside .slider__M-area{
  font-family: "gothamMedium", sans-serif;
  font-size: 1em;
}
.blog-template__aside .slider__6-titulo , .blog-template__aside .slider__M-titulo{
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.8em;
  margin: 0.5em 0 0.7em;
}
.blog-template__aside .slider__6-fecha , .blog-template__aside .slider__M-fecha{
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 0.8em;
}
.blog-template__content div.content p {
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.7;
}
@media only screen and (min-width: 1024px) {
  .blog-template__content div.content p {
    max-width: 70%;
    margin: 0 auto;
    font-size: 1.3em;
  }
}
.blog-template__content div.content p.pContenedor {
  max-width: 100%;
  margin: 3em auto;
}
@media only screen and (min-width: 1024px) {
  .blog-template__content div.content p.pContenedor {
    margin: 6em auto;
  }
}
.blog-template__content div.content p + p {
  margin: 2em auto;
}
.blog-template__content div.content img {
  display: block;
  width: 100% !important;
  margin: 3em auto;
}
@media only screen and (min-width: 1024px) {
  .blog-template__content div.content img {
    margin: 0;
    width: 100% !important;
  }
}
.blog-template__content div.content blockquote {
  margin: 3em 0;
}
.blog-template__content div.content blockquote p {
  line-height: 1.1;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 2em;
}
.blog-template__content div.content blockquote p strong {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
.blog-template__content div.content iframe {
  width: 100% !important;
}
.blog-template__content div.content ol {
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.7;
}
@media only screen and (min-width: 1024px) {
  .blog-template__content div.content ol {
    max-width: 66%;
    margin: 0 auto;
    font-size: 1.3em;
  }
}
.blog-template__content div.content ol li {
  margin: 1em 0;
}
.blog-template__content div.content ul {
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.7;
  list-style-type: disc;
}
@media only screen and (min-width: 1024px) {
  .blog-template__content div.content ul {
    max-width: 66%;
    margin: 0 auto;
    font-size: 1.3em;
  }
}
.blog-template__content div.content ul li {
  margin: 1em 0;
}
.blog-template .blog-template__destacado {
  margin-bottom: 3em;
}
@media only screen and (min-width: 1024px) {
  .blog-template .blog-template__destacado {
    margin-bottom: 5em;
  }
}
.blog-template .blog-template__content div.content h2 {
  max-width: 100%;
  margin: 3em 1.25em 0;
  font-family: "gothamMedium", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .blog-template .blog-template__content div.content h2 {
    max-width: 70%;
    margin: 3em auto 0;
    font-size: 2em;
  }
}
.blog-template .blog-template__content div.content h3 {
  max-width: 100%;
  margin: 3em 1.25em 0;
  font-family: "gothamMedium", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .blog-template .blog-template__content div.content h3 {
    max-width: 70%;
    margin: 2em auto;
    font-size: 1.6em;
  }
}
.blog-template img.fr-fic.fr-dib {
  width: 100% !important;
  margin: auto;
  height: auto;
}
.blog__post__autor {
  color: #3a3a38;
  margin-bottom: 0.7em;
}
.blog__post__texto {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.blog__post__texto a:hover {
  color: #827b79;
}
@media only screen and (min-width: 768px) {
  .blog__post__texto {
    font-size: 18px;
  }
}
.blog__post__videoresponsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.blog__post__videoresponsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog__post__gallery {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row wrap;
  margin-bottom: 2.5rem;
}
.blog__post__gallery__4 .blog__post__galleryItem {
  width: 25%;
}
.blog__post__gallery__3 .blog__post__galleryItem {
  width: 33.33%;
}
.blog__post__gallery__2 .blog__post__galleryItem {
  width: 50%;
}
.blog__post__galleryItem {
  position: relative;
}
.blog__post__galleryItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog__post__loneImg {
  display: block;
  margin: 0 auto 2.5rem;
  max-width: 100%;
}
.blog__post__imgFloatRight, .blog__post__imgFloatLeft {
  width: 100%;
  margin: 0 auto 2rem;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .blog__post__imgFloatRight, .blog__post__imgFloatLeft {
    max-width: 100%;
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .blog__post__imgFloatRight {
    float: right;
    margin: 0 0 1rem 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .blog__post__imgFloatLeft {
    float: left;
    margin: 0 2.5rem 1rem 0;
  }
}
.blog__post__resources {
  display: flex;
  justify-content: start;
  margin-bottom: 1.9rem;
  flex-flow: row wrap;
}
.blog__post__resources p {
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid;
}
.blog__post__resources a {
  padding-right: 0.45em;
}
.blog__post__resources a:hover {
  color: #827b79;
}
.blog__post__resources * {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}
@media only screen and (min-width: 768px) {
  .blog__post__resources * {
    font-size: 18px;
  }
}
.blog__post .listado-ingredientes--item {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .blog__post .listado-ingredientes--item {
    font-size: 18px;
  }
}
.blog__post .cols-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .blog__post .cols-2 {
    flex-direction: row;
  }
}
.blog__post .cols-2--item {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .blog__post .cols-2--item {
    width: 45%;
    margin: 0 2%;
  }
}
.blog > .box-full-screen::before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.2s, linear;
  background: transparent;
  background: linear-gradient(180deg, transparent 0, #000);
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}
.blog .wrapper {
  padding: 3em 0 5em;
}
.blog .wrapper::after {
  content: "";
  clear: both;
  display: table;
}
.blog .post-detalles {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 2em;
}
.blog .post-detalles__item {
  padding: 0.35em 0 0.35em 0.5em;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.blog .post-detalles__item:not(.conEnlace) {
  border-right: 1px solid;
  padding-right: 0.5em;
}
.blog .post-detalles__item a:hover {
  color: #827b79;
}
@media only screen and (min-width: 768px) {
  .blog .post-detalles__item {
    font-size: 18px;
  }
}

.breakFloat {
  clear: both;
}

.blog--post--titular {
  text-align: left;
  text-shadow: 1px 1px #000;
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .blog--post--titular {
    font-size: 40px;
    line-height: 1.1;
  }
}

.h2Blog,
.h3Blog {
  margin: 65px 0 30px;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}

.h2Blog {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .h2Blog {
    font-size: 3rem;
  }
}

.h3Blog {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .h3Blog {
    font-size: 2.3rem;
  }
}

/**
 * @package PickMeUp
 * @author  Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @license 0BSD
 */
.pickmeup {
  background: #ffffff;
  border-radius: 0;
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  touch-action: manipulation;
  font-size: 1em;
}
.pickmeup * {
  box-sizing: border-box;
}
.pickmeup.pmu-flat {
  position: relative;
}
.pickmeup.pmu-hidden {
  display: none;
}
.pickmeup .pmu-instance {
  display: inline-block;
  height: auto;
  padding: 1em 1.5em 2em;
  text-align: center;
  width: 100%;
  max-width: 380px;
  min-width: 280px;
}
.pickmeup .pmu-instance .pmu-button {
  color: #3E3A3B;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.pickmeup .pmu-instance .pmu-today {
  background: #17384d;
  color: inherit;
}
.pickmeup .pmu-instance .pmu-button:hover {
  background: inherit;
  color: #3E3A3B;
}
.pickmeup .pmu-instance .pmu-not-in-month {
  color: rgba(62, 58, 59, 0.35);
}
.pickmeup .pmu-instance .pmu-not-in-month:hover {
  color: rgba(62, 58, 59, 0.35);
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: rgba(62, 58, 59, 0.4);
  cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
  background-color: rgba(185, 179, 174, 0);
  color: #3E3A3B;
  border-radius: 50%;
  transition: background-color 0.35s ease;
}
.pickmeup .pmu-instance .pmu-selected:hover {
  background-color: rgba(185, 179, 174, 0);
}
.pickmeup .pmu-instance .pmu-today:not(.pmu-selected) {
  background: rgba(185, 179, 174, 0);
  border-radius: 50%;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: rgba(185, 179, 174, 0);
  color: rgba(62, 58, 59, 0.5);
}
.pickmeup .pmu-instance .pmu-not-in-month,
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  color: rgba(62, 58, 59, 0);
  pointer-events: none;
}
.pickmeup .pmu-instance nav {
  color: #3E3A3B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2em;
  padding: 0.75em 0 1.1em;
}
.pickmeup .pmu-instance nav *:first-child :hover {
  color: #3E3A3B;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 24px;
  width: 24px;
  position: relative;
}
.pickmeup .pmu-instance nav .pmu-prev::before,
.pickmeup .pmu-instance nav .pmu-next::before {
  content: "";
  border: solid #3E3A3B;
  border-width: 0 1px 1px 0;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.pickmeup .pmu-instance nav .pmu-prev::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.pickmeup .pmu-instance nav .pmu-next::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pickmeup .pmu-instance nav .pmu-month {
  width: auto;
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3.6em;
  width: 3.5em;
}
.pickmeup .pmu-instance .pmu-day-of-week {
  cursor: default;
}
.pickmeup .pmu-instance .pmu-day-of-week > div {
  color: rgba(62, 58, 59, 0.75);
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 1.5em;
  width: 13.5%;
}
.pickmeup .pmu-instance .pmu-days {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.pickmeup .pmu-instance .pmu-days * {
  padding: 0.85em 0;
  margin: 0.1em 0;
}
.pickmeup .pmu-instance .pmu-days .pmu-button {
  position: relative;
}
.pickmeup .pmu-instance .pmu-days .pmu-button::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
}
.pickmeup .pmu-instance .pmu-days .pmu-button.pmu-today::before {
  background-color: rgba(0, 0, 0, 0.05);
}
.pickmeup .pmu-instance .pmu-days .pmu-button.pmu-selected:not(.pmu-not-in-month)::before {
  background-color: rgba(0, 0, 0, 0.17);
}
.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em;
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: block;
}
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: auto;
  font-size: 1.25em;
  pointer-events: none;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: auto;
  font-size: 1.25em;
}
.pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}

.lapso__cabecera, .ma-pierpaolo-land__cabecera {
  background-color: #3E3A3B;
}
.lapso .titular--3, .ma-pierpaolo-land .titular--3 {
  font-size: 1.5em;
  line-height: 1.25em;
}
@media screen and (min-width: 1024px) {
  .lapso .titular--3, .ma-pierpaolo-land .titular--3 {
    width: 80%;
    margin: 0 auto 0.75em auto;
    font-size: 2em;
  }
}
.lapso .categoria, .ma-pierpaolo-land .categoria {
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .lapso .categoria, .ma-pierpaolo-land .categoria {
    margin-bottom: 2em;
  }
}
.lapso__item p:not(.lapso__nav-text), .lapso__item p:not(.ma-pierpaolo-land), .ma-pierpaolo-land__item p:not(.lapso__nav-text), .ma-pierpaolo-land__item p:not(.ma-pierpaolo-land) {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.5;
}
.lapso__item .row .col, .ma-pierpaolo-land__item .row .col {
  padding: 0 0 0 0;
}
@media screen and (min-width: 1024px) {
  .lapso__item .row .col, .ma-pierpaolo-land__item .row .col {
    padding: 0 0 0 1em;
  }
}
.lapso__item .row + .row, .ma-pierpaolo-land__item .row + .row {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .lapso__item .row + .row, .ma-pierpaolo-land__item .row + .row {
    margin-top: 5em;
  }
}
@media screen and (min-width: 1024px) {
  .lapso__item, .ma-pierpaolo-land__item {
    padding-bottom: 5em;
  }
}
.lapso__itemImg, .ma-pierpaolo-land__itemImg {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .lapso__itemImg, .ma-pierpaolo-land__itemImg {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .lapso__imgBox--large .lapso__itemImg, .lapso__imgBox--large .ma-pierpaolo-land__itemImg, .ma-pierpaolo-land__imgBox--large .lapso__itemImg, .ma-pierpaolo-land__imgBox--large .ma-pierpaolo-land__itemImg {
    max-width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .lapso__imgBox--large:nth-child(1) .lapso__itemImg, .lapso__imgBox--large:nth-child(1) .ma-pierpaolo-land__itemImg, .ma-pierpaolo-land__imgBox--large:nth-child(1) .lapso__itemImg, .ma-pierpaolo-land__imgBox--large:nth-child(1) .ma-pierpaolo-land__itemImg {
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .lapso__imgBox--large:nth-child(2) .lapso__itemImg, .lapso__imgBox--large:nth-child(2) .ma-pierpaolo-land__itemImg, .ma-pierpaolo-land__imgBox--large:nth-child(2) .lapso__itemImg, .ma-pierpaolo-land__imgBox--large:nth-child(2) .ma-pierpaolo-land__itemImg {
    margin-left: auto;
  }
}
.lapso__txtBox--last, .ma-pierpaolo-land__txtBox--last {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lapso__txtBox.lapso__noCenter, .lapso__txtBox.ma-pierpaolo-land__noCenter, .ma-pierpaolo-land__txtBox.lapso__noCenter, .ma-pierpaolo-land__txtBox.ma-pierpaolo-land__noCenter {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .lapso__txtBox, .ma-pierpaolo-land__txtBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.lapso__destacadoText, .ma-pierpaolo-land__destacadoText {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.5em;
}
@media screen and (min-width: 1024px) {
  .lapso__destacadoText, .ma-pierpaolo-land__destacadoText {
    font-size: 2.4em;
    line-height: 1.2;
  }
}
.lapso__nav, .ma-pierpaolo-land__nav {
  text-align: center;
  padding: 2em 0;
  position: relative;
  text-decoration: none;
  display: block;
  margin: 2em 0;
}
.lapso__nav::after, .ma-pierpaolo-land__nav::after {
  content: "";
  display: block;
  height: 1px;
  background: #3E3A3B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.86, 0.27, 0.26, 0.88) 0.6s;
}
.lapso__nav::before, .ma-pierpaolo-land__nav::before {
  content: "";
  display: block;
  height: 1px;
  background: #3E3A3B;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.86, 0.27, 0.26, 0.88) 0.3s;
}
.lapso__nav.onView::after, .ma-pierpaolo-land__nav.onView::after {
  transform: scaleX(1);
}
.lapso__nav.onView::before, .ma-pierpaolo-land__nav.onView::before {
  transform: scaleX(1);
}
@media screen and (min-width: 1024px) {
  .lapso__nav, .ma-pierpaolo-land__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
}
@media screen and (max-height: 768px) {
  .lapso__nav, .ma-pierpaolo-land__nav {
    position: inherit;
    margin-top: 3em;
  }
}
.lapso__nav-btn, .ma-pierpaolo-land__nav-btn {
  font-family: "gothamMedium", sans-serif;
  display: inline-flex;
  align-items: center;
}
.lapso__nav-btn i, .ma-pierpaolo-land__nav-btn i {
  margin-left: 0.5em;
}
.lapso__nav-text, .ma-pierpaolo-land__nav-text {
  font-size: 1.5em;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .lapso__nav-text, .ma-pierpaolo-land__nav-text {
    font-size: 2.5em;
  }
}
.lapso__grid, .ma-pierpaolo-land__grid {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .lapso__grid, .ma-pierpaolo-land__grid {
    display: flex;
    justify-content: space-between;
    width: 80%;
    flex-wrap: wrap;
  }
}
.lapso__thumbGrid, .ma-pierpaolo-land__thumbGrid {
  display: block;
  width: 100%;
}
.lapso__gridItem, .ma-pierpaolo-land__gridItem {
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
.lapso__gridItem::after, .ma-pierpaolo-land__gridItem::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(60, 60, 59, 0) 50%, #3C3C3B 100%);
}
@media screen and (min-width: 1024px) {
  .lapso__gridItem:hover .lapso__gridContent, .lapso__gridItem:hover .ma-pierpaolo-land__gridContent, .ma-pierpaolo-land__gridItem:hover .lapso__gridContent, .ma-pierpaolo-land__gridItem:hover .ma-pierpaolo-land__gridContent {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1024px) {
  .lapso__gridItem, .ma-pierpaolo-land__gridItem {
    width: 32%;
    margin-bottom: 5em;
  }
}
.lapso__gridContent, .ma-pierpaolo-land__gridContent {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .lapso__gridContent, .ma-pierpaolo-land__gridContent {
    transform: translate(0, 50%);
    transition: transform 0.5s ease-in-out;
  }
  .lapso__gridContent.ma-pierpaolo-land__gridContent, .ma-pierpaolo-land__gridContent.ma-pierpaolo-land__gridContent {
    transform: translate(0, 100%);
  }
}
.lapso__capitulo, .ma-pierpaolo-land__capitulo {
  color: white;
  font-family: "gothamMedium", sans-serif;
}
.lapso__gridTitulo, .ma-pierpaolo-land__gridTitulo {
  color: white;
  font-size: 1.5em;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
@media screen and (min-width: 1024px) {
  .lapso__gridTitulo, .ma-pierpaolo-land__gridTitulo {
    font-size: 2.2em;
    line-height: 1;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filtroEdad {
    width: 100%;
    height: 100vh;
  }
  .filtroEdad select::-ms-expand {
    display: none;
  }
  .filtroEdad.main {
    width: 100%;
    height: 100vh;
  }
  .filtroEdad .box-full-screen .img-cover-page {
    top: 50% !important;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    -o-object-fit: none;
    object-fit: none;
  }
  .main,
  .main-nav,
  body,
  body > footer {
    overflow-x: hidden;
  }
  .video-popUp .svg {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .box .img-cover-page,
  .video-bg__item,
  .box-auto-size .img-cover-page {
    -o-object-fit: none;
    object-fit: none;
    left: 50%;
    right: auto;
    top: 50%;
    width: 120%;
    height: auto;
    transform: translate(-50%, -50%);
  }
  .box-full-screen {
    position: relative;
  }
  .box__content,
  .accordion .accordion-menu .accordion-menu--item:hover .titular--accordion {
    max-width: 90%;
  }
  .box__content {
    margin: 0 auto;
  }
  .accordion .accordion-menu .accordion-menu--item:hover .titular--accordion {
    margin: 0.67em auto;
  }
  .box-full-screen,
  .box-auto-size {
    min-height: 650px;
    overflow: hidden;
  }
  .box-auto-size.video-bg .video-bg__item,
  .box-auto-size.box > img {
    position: absolute;
  }
  .accordion .accordion-menu .accordion-menu--item,
  .homeIndex .splash {
    overflow: hidden;
  }
  .accordion .img-cover-page {
    top: 50% !important;
    height: 110%;
    width: auto;
  }
}
/* EDGE
-----------------------*/
@supports (-ms-ime-align: auto) {
  .main {
    overflow-x: hidden;
  }
  .box-full-screen {
    overflow: hidden;
  }
  .video-bg__item {
    height: auto;
  }
}
.splash {
  z-index: 15;
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.splash.disabled {
  opacity: 0;
  visibility: hidden;
  transition: all 3s ease-in-out 0.5s;
}

.accordion {
  background: #3C3C3B;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .accordion {
    padding-top: 0;
  }
}
.accordion .accordion-menu {
  display: flex;
  align-content: center;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .accordion .accordion-menu {
    flex-direction: row;
    height: 100vh;
  }
  .accordion .accordion-menu:hover li {
    opacity: 0.3;
  }
  .accordion .accordion-menu li:hover {
    opacity: 1;
  }
}
.accordion .accordion-menu .accordion-menu--item {
  width: 100%;
  transition: width 1s;
  position: relative;
  text-align: center;
  will-change: width;
}
.accordion .accordion-menu .accordion-menu--item:nth-child(1) .accordion-menu--item_content {
  background: rgb(60, 60, 59);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(60, 60, 59)), color-stop(100%, rgba(60, 60, 59, 0)));
  background: linear-gradient(to bottom, rgb(60, 60, 59) 0%, rgba(60, 60, 59, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3c3c3b", endColorstr="#3c3c3b", GradientType=0 );
  background: none;
}
@media screen and (min-width: 1024px) {
  .accordion .accordion-menu .accordion-menu--item:nth-child(1) .accordion-menu--item_content {
    background: none;
  }
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  flex-direction: column;
  max-height: 448px;
  height: auto;
  min-height: 29vh;
  transition: all 1s ease-out;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content.active {
  max-height: 724px;
  min-height: 448px;
  transition: all 1s ease-in-out;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content.active .pre-title {
  font-size: 1em;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content.active .pre-title--accordion {
  opacity: 1;
  -webkit-animation-name: flashing;
  animation-name: flashing;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content.active .titular--accordion, .accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content.active .button {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 1s ease-in-out;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content.active .titular--accordion {
  position: relative;
  margin: 0.67em 0;
  padding: 0 2em;
  font-size: 1.5em;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content.active .button {
  padding: 0.75em 1.875em 0.5em;
  margin: 1.5em auto;
  font-size: 0.75em;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content.active .svg-play {
  width: 60px;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out 0.8s;
}
@media screen and (min-width: 1024px) {
  .accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content {
    height: 100vh;
    max-height: 100vh;
  }
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content .pre-title {
  color: #ffffff;
  font-family: "gothamMedium", sans-serif;
  font-size: 1.75em;
}
@media screen and (min-width: 1024px) {
  .accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content .pre-title {
    font-size: 1.75em;
  }
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content .titular--accordion {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 3em;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content .pre-title--accordion {
  opacity: 1;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content .titular--accordion {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content .button {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content .button {
  height: 0;
  padding: 0;
  margin: 0;
  transition: all 0.25s ease-out;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content .svg-play {
  width: 0;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content svg {
  width: 50%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .accordion .accordion-menu .accordion-menu--item .accordion-menu--item_content svg {
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .accordion .accordion-menu .accordion-menu--item:hover {
    width: 250%;
    transition: width 1s;
  }
  .accordion .accordion-menu .accordion-menu--item:hover .pre-title--accordion {
    opacity: 1;
    -webkit-animation-name: flashing;
    animation-name: flashing;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .accordion .accordion-menu .accordion-menu--item:hover .titular--accordion {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 1s ease-in-out 0.8s;
  }
  .accordion .accordion-menu .accordion-menu--item:hover .button {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 1s ease-in-out 0.8s;
    padding: 0.75em 1.875em;
    margin: 1.5em auto;
  }
  .accordion .accordion-menu .accordion-menu--item:hover .svg-play {
    width: 60px;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-in-out 0.8s;
  }
}
.accordion .accordion-menu .accordion-menu--item.inactive {
  opacity: 0.3;
}
.accordion .img-cover-page {
  top: 0;
  opacity: 0.5;
  height: 100%;
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flashing {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.homeIndex .dos-elementos--item img {
  -o-object-position: center center;
  object-position: center center;
}
@media only screen and (max-width: 1024px) {
  .homeIndex .dos-elementos--item img {
    height: auto;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block !important;
}

.relative {
  position: relative;
}

.txt-center {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .txt-center--resp {
    text-align: center !important;
  }
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.off {
  display: none;
}
.off--important {
  display: none !important;
}
.off--important {
  display: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.noBreak {
  white-space: nowrap;
}

.overflow {
  overflow: hidden;
}

.bolder {
  font-weight: 400;
  font-family: "gothamMedium", sans-serif;
}

.headline-italic {
  font-family: "IbarraReal-Italic", "Times New Roman", Times, serif;
  font-style: normal;
}

.pointer {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .only-mobile {
    display: none !important;
  }
}

.only-desktop {
  display: none !important;
}
.only-desktop--flex {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .only-desktop--flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .only-desktop {
    display: block !important;
  }
}

.underline {
  text-decoration: underline;
}
.underline--no {
  text-decoration: none;
}

.notOpacity {
  opacity: 1 !important;
}

.white {
  color: #ffffff !important;
}
.white--bg {
  background: #ffffff !important;
}
.white--mobile {
  color: #ffffff !important;
}

.cream {
  color: #FAFAF8;
}
.cream--bg {
  background: #FAFAF8;
}

.cream-2 {
  color: #ECEBE5;
}
.cream-2--bg {
  background: #ECEBE5;
}

.cream-3 {
  color: #FEF6E3;
}
.cream-3--bg {
  background: #FEF6E3;
}

.grey {
  color: #3E3A3B;
}
@media screen and (min-width: 1024px) {
  .grey_desktop {
    color: #3E3A3B !important;
  }
}
.grey--bg {
  background: #3E3A3B;
}
@media screen and (max-width: 1024px) {
  .grey--bg_mobile {
    background: #3E3A3B;
  }
}

.grey-2 {
  color: #ECEBE5;
}
.grey-2--bg {
  background: #ECEBE5;
}

.grey-3 {
  color: #B9B3AE !important;
}
.grey-3--bg {
  background: #B9B3AE;
}

.grey-3-50 {
  color: #e2e0db;
}
.grey-3-50--bg {
  background: #e2e0db;
}

.grey-3-half {
  color: #e8e6e5;
}
.grey-3-half--bg {
  background: #e8e6e5;
}

.grey-4 {
  color: #847C78;
}
.grey-4--bg {
  background: #847C78;
}

.grey-5 {
  color: #3C3C3B;
}
.grey-5--bg {
  background: #3C3C3B;
}

.grey-6 {
  color: #D8D8D8;
}
.grey-6--bg {
  background: #D8D8D8;
}

.grey-footer {
  color: #877D76 !important;
}
.grey-footer--bg {
  background: #877D76 !important;
}

.grey-7 {
  color: #e5e5e5;
}
.grey-7--bg {
  background: #e5e5e5;
}

.grey-8 {
  color: #fafaf8;
}
.grey-8--bg {
  background: #fafaf8;
}

.grey-9 {
  color: #D9D6D3;
}
.grey-9--bg {
  background: #D9D6D3;
}

.grey-10 {
  color: #D8D7D3;
}
.grey-10--bg {
  background: #D8D7D3;
}

.grey-11 {
  color: #847C78;
}
.grey-11--bg {
  background: #847C78;
}

.grey-12 {
  color: #b1b1b1;
}
.grey-12--bg {
  background: #b1b1b1;
}

.grey-13 {
  color: #E7E6E3;
}
.grey-13--bg {
  background: #E7E6E3;
}

.grey-14 {
  color: #dad6d3;
}
.grey-14--bg {
  background: #dad6d3;
}

.grey-15 {
  color: #1A1A1A;
}
.grey-15--bg {
  background: #1A1A1A;
}

.grey-16 {
  color: #D9D6D3;
}
.grey-16--bg {
  background: #D9D6D3;
}

.black {
  color: #000000;
}
.black--bg {
  background: #000000;
}

.no-margin {
  margin: 0;
}
.no-margin--top {
  margin-top: 0 !important;
}
.no-margin--bottom {
  margin-bottom: 0 !important;
}
.no-margin--left {
  margin-left: 0 !important;
}
.no-margin--right {
  margin-right: 0 !important;
}
@media screen and (max-width: 1024px) {
  .no-margin--top-resp {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-margin--resp {
    margin: 0 !important;
  }
}
@media screen and (max-width: 824px) {
  .no-margin--left-resp-824 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 824px) {
  .no-margin--right-resp-824 {
    margin-right: 0 !important;
  }
}

.margin--top-04 {
  margin-top: 0.4em;
}
.margin--top-05 {
  margin-top: 0.5em;
}
.margin--top-1 {
  margin-top: 1em !important;
}
.margin--top-2 {
  margin-top: 2em;
}
.margin--top-3 {
  margin-top: 3em;
}
@media screen and (max-width: 1024px) {
  .margin--top-3_mobile {
    margin-top: 3em !important;
  }
}
.margin--top-4 {
  margin-top: 4em;
}
.margin--top-5 {
  margin-top: 5em;
}
.margin--bottom-05 {
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 1024px) {
  .margin--bottom-05_mobile {
    margin-bottom: 0.5em !important;
  }
}
.margin--bottom-1 {
  margin-bottom: 1em !important;
}
@media screen and (max-width: 1024px) {
  .margin--bottom-1_mobile {
    margin-bottom: 1em !important;
  }
}
.margin--bottom-2 {
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .margin--bottom-2_mobile {
    margin-bottom: 2em !important;
  }
}
.margin--bottom-3 {
  margin-bottom: 3em;
}
@media screen and (max-width: 1024px) {
  .margin--bottom-3_mobile {
    margin-bottom: 3em !important;
  }
}
.margin--bottom-5 {
  margin-bottom: 5em;
}
.margin--left {
  margin-left: 0;
}
.margin--left-1 {
  margin-left: 1em;
}
.margin--left-2 {
  margin-left: 2em;
}
@media screen and (min-width: 1024px) {
  .margin--left-2_desk {
    margin-left: 2em;
  }
}
.margin--right {
  margin-right: 0;
}
.margin--right-1 {
  margin-right: 1em;
}
.margin--right-05 {
  margin-right: 0.5em;
}
.margin--right-2 {
  margin-right: 2em;
}
.margin--right-3 {
  margin-right: 3em;
}
.margin--right-4 {
  margin-right: 4em;
}
.margin--right-5 {
  margin-right: 5em;
}
@media screen and (max-width: 1024px) {
  .margin--resp-05 {
    margin: 0.5em;
  }
}

.padding--top {
  padding-top: 0;
}
.padding--top-1 {
  padding-top: 1em;
}
@media screen and (max-width: 1024px) {
  .padding--top-1_mobile {
    padding-top: 1em !important;
  }
}
.padding--top-2 {
  padding-top: 2em !important;
}
@media screen and (max-width: 1024px) {
  .padding--top-2_mobile {
    padding-top: 2em !important;
  }
}
.padding--top-3 {
  padding-top: 3em;
}
@media screen and (max-width: 1024px) {
  .padding--top-3_mobile {
    padding-top: 3em !important;
  }
}
.padding--top-5 {
  padding-top: 5em;
}
@media screen and (max-width: 1024px) {
  .padding--top-5_mobile {
    padding-top: 5em !important;
  }
}
.padding--bottom-1 {
  padding-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .padding--bottom-1_mobile {
    padding-bottom: 1em !important;
  }
}
.padding--bottom-2 {
  padding-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .padding--bottom-2_mobile {
    padding-bottom: 2em !important;
  }
}
.padding--bottom-3 {
  padding-bottom: 3em;
}
@media screen and (max-width: 1024px) {
  .padding--bottom-3_mobile {
    padding-bottom: 3em !important;
  }
}
.padding--bottom-5 {
  padding-bottom: 5em !important;
}
@media screen and (max-width: 1024px) {
  .padding--bottom-5_mobile {
    padding-bottom: 5em !important;
  }
}
.padding--left {
  padding-left: 0;
}
.padding--left-2 {
  padding-left: 2em !important;
}
@media screen and (max-width: 1024px) {
  .padding--left-2_mobile {
    padding-left: 2em !important;
  }
}
.padding--right {
  padding-right: 0;
}
.padding--right-2 {
  padding-right: 2em !important;
}
@media screen and (max-width: 1024px) {
  .padding--right-2_mobile {
    padding-right: 2em !important;
  }
}
@media screen and (max-width: 1024px) {
  .padding--1-mob {
    padding: 1em !important;
  }
}

.no-padding {
  padding: 0;
}
.no-padding--top {
  padding-top: 0 !important;
}
.no-padding--bottom {
  padding-bottom: 0 !important;
}
.no-padding--left {
  padding-left: 0;
}
.no-padding--right {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .no-padding--bottom-resp {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-padding--top-resp {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .no-padding--right-xs {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .no-padding--left-xs {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-padding--resp {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .no-padding--top-desk {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-margin--bottom-resp {
    margin-bottom: 0 !important;
  }
}
.font-serif {
  font-family: "ibarraReal", "Times New Roman", Times, serif !important;
}
.font-sans-book {
  font-family: "gothamBook", sans-serif !important;
}
.font-sans-medium {
  font-family: "gothamMedium", sans-serif !important;
}
.font-capital {
  text-transform: capitalize !important;
}
.font-uppercase {
  text-transform: uppercase !important;
}
.font-size--90 {
  font-size: 90% !important;
}

.line-height--1 {
  line-height: 1 !important;
}
.line-height--08 {
  line-height: 0.8 !important;
}

br.mt-1600 {
  display: none !important;
}
@media screen and (min-width: 1600px) {
  br.mt-1600 {
    display: block !important;
  }
}
br.mt-1700 {
  display: none !important;
}
@media screen and (min-width: 1700px) {
  br.mt-1700 {
    display: block !important;
  }
}

.flex {
  display: flex;
}
.flex--direction_column {
  flex-direction: column;
}
@media screen and (max-width: 1700px) {
  .flex--direction_column-mobile {
    flex-direction: column;
  }
}
.flex--align-items_center {
  align-items: center;
}
.flex--align-items_start {
  align-items: flex-start;
}
.flex--align-items_end {
  align-items: flex-end;
}
.flex--justify_center {
  justify-content: center;
}
.flex--justify_start {
  justify-content: flex-start;
}
.flex--justify_end {
  justify-content: flex-end;
}
.flex--no-wrap {
  flex-wrap: nowrap;
}

@media screen and (max-width: 1024px) {
  .img-mobile-fluid {
    width: 100%;
  }
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

.w80 {
  width: 80% !important;
  margin: auto;
}

.height-auto {
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .height-auto_mobile {
    height: auto !important;
  }
}

.stroke-white {
  stroke: white;
}

.absolute {
  position: absolute;
}

.opacity-05 {
  opacity: 0.5 !important;
}

.opacity-075 {
  opacity: 0.75 !important;
}

.o-f-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.o-f-position-left {
  -o-object-position: left !important;
  object-position: left !important;
}

.no-border {
  border: none !important;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.destacado--2__image {
  transform: translate(0, 5%);
  opacity: 0;
  transition: all 0.3s ease-in 0.2s;
}
.destacado--2__image.onView {
  transform: translate(0, 0);
  opacity: 1;
}
.destacado--2__texto {
  transform: translate(0, 5%);
  opacity: 0;
  transition: all 0.3s ease-in 0.2s;
}
.destacado--2__texto * {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.3s;
}
.destacado--2__texto.onView {
  transform: translate(0, 0%);
  opacity: 1;
}
.destacado--2__texto.onView * {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .destacado--2__texto.onView {
    transform: translate(0, -50%);
  }
}

.slider__1--images {
  transform: translate(0, 5%);
  opacity: 0;
  transition: all 0.3s ease-in 0.2s;
}
.slider__1--images.onView {
  transform: translate(0, 0);
  opacity: 1;
}
.slider__1--navBox {
  transform: translate(0, 5%);
  opacity: 0;
  transition: all 0.3s ease-in 0.2s;
}
.slider__1--navBox * {
  opacity: 0;
  transition: opacity 0.2s ease-in 0.3s;
}
.slider__1--navBox.onView {
  transform: translate(0, 0%);
  opacity: 1;
}
.slider__1--navBox.onView * {
  opacity: 1;
}
.slider__1--navBox.onView .slider__1--comandos {
  transform: translate(0, -100%);
}
@media only screen and (min-width: 1024px) {
  .slider__1--navBox.onView .slider__1--comandos {
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 1024px) {
  .slider__1--navBox.onView {
    transform: translate(0, -50%);
  }
}
.slider__3--nav {
  transform: translate(0, 5%);
  opacity: 0;
  transition: all 0.3s ease-in 0.2s;
}
.slider__3--nav.onView {
  transform: translate(0, -50%);
  opacity: 1;
}
.slider__3--navBox {
  transform: translate(0, 5%);
  opacity: 0;
  transition: all 0.2s ease-in 0.3s;
}
.slider__3--navBox.onView {
  transform: translate(0, 0);
  opacity: 1;
}
.slider__3--navBox.onView .slider__3--comandos {
  transform: translate(0, -100%);
}
@media only screen and (min-width: 1024px) {
  .slider__3--navBox.onView .slider__3--comandos {
    transform: translate(0, 0);
  }
}

.loader .simbol {
  -webkit-animation: fadeIn 0.2s ease;
  animation: fadeIn 0.2s ease;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.busqueda__ImgCabecera {
  display: block;
  height: 100%;
  width: auto;
  transform: translate(-33%, 0);
}
@media screen and (min-width: 1024px) {
  .busqueda__ImgCabecera {
    width: 100%;
    height: auto;
    transform: translate(0, -33%);
  }
}
.busqueda__cabecera {
  height: 80vh;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .busqueda__cabecera {
    height: 60vh;
  }
}
@media screen and (min-width: 1024px) {
  .busqueda__listado {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.busqueda__itemList a {
  text-decoration: none;
}
.busqueda__itemList img {
  display: block;
  width: 100%;
}
.momentos .busqueda__itemList {
  background: white;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .busqueda__itemList {
    width: 32%;
    margin-right: 2%;
  }
  .busqueda__itemList:nth-of-type(3n) {
    margin-right: 0;
  }
}
.busqueda__titulo {
  color: white;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "gothamMedium", sans-serif;
  font-size: 1.4em;
}
.busqueda__titulo span {
  color: inherit;
}
.busqueda__textQ {
  color: inherit;
  display: block;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.4em;
}
.busqueda__textQ::before {
  content: '"';
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
.busqueda__textQ::after {
  content: '"';
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}
@media screen and (min-width: 1024px) {
  .busqueda__textQ {
    font-size: 2em;
  }
}
.busqueda__tituloExt {
  font-family: "gothamMedium", sans-serif;
  font-size: 1.3em;
  text-align: center;
  margin: 1em 0 2em 0;
}
@media screen and (min-width: 1024px) {
  .busqueda__tituloExt {
    margin: 2em 0 4em 0;
  }
}
.busqueda__tituloList {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.65em;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
.momentos .busqueda__tituloList {
  padding: 0 1em;
}
@media screen and (min-width: 1024px) {
  .busqueda__tituloList {
    font-size: 1.65em;
  }
}
.busqueda__categoria {
  color: #B9B3AE;
  font-size: 1em;
  display: block;
  margin: 1em 0;
}
.momentos .busqueda__categoria {
  padding: 0 1em;
  margin-top: 2em;
}
.busqueda__btnBox {
  text-align: center;
  padding: 2em 0;
}
.busqueda__txtList {
  margin-bottom: 2em;
}
.momentos .busqueda__txtList {
  padding: 0 1em;
}
.momentos .busqueda__imgCont {
  position: relative;
  display: block;
}
.momentos .busqueda__detEvento {
  background: rgb(60, 60, 48);
  background: linear-gradient(0deg, rgb(60, 60, 48) 0%, rgb(60, 60, 59) 6%, rgba(60, 60, 59, 0) 100%);
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 2em 0 1em;
}
.momentos .busqueda__eventoHora {
  color: white;
  font-family: "gothamMedium", sans-serif;
  margin-bottom: 0.5em;
}
.momentos .busqueda__eventoDia {
  color: white;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 2em;
}

.arcoLogo {
  width: 50vw;
}
.arcoLogo .linea {
  fill: white;
  transform: scaleY(0);
  transform-origin: left top;
  -webkit-animation: 2.45s scaleY linear forwards;
  animation: 2.45s scaleY linear forwards;
}
.arcoLogo .grupo_3 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 0.15s forwards;
  animation: 0.15s enterLetters ease-out 0.15s forwards;
}
.arcoLogo .grupo_4 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 0.3s forwards;
  animation: 0.15s enterLetters ease-out 0.3s forwards;
}
.arcoLogo .grupo_5 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 0.45s forwards;
  animation: 0.15s enterLetters ease-out 0.45s forwards;
}
.arcoLogo .grupo_6 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 0.6s forwards;
  animation: 0.15s enterLetters ease-out 0.6s forwards;
}
.arcoLogo .grupo_7 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 0.75s forwards;
  animation: 0.15s enterLetters ease-out 0.75s forwards;
}
.arcoLogo .grupo_8 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 0.9s forwards;
  animation: 0.15s enterLetters ease-out 0.9s forwards;
}
.arcoLogo .grupo_9 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 1.15s forwards;
  animation: 0.15s enterLetters ease-out 1.15s forwards;
}
.arcoLogo .grupo_10 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 1.3s forwards;
  animation: 0.15s enterLetters ease-out 1.3s forwards;
}
.arcoLogo .grupo_11 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 1.45s forwards;
  animation: 0.15s enterLetters ease-out 1.45s forwards;
}
.arcoLogo .grupo_12 {
  opacity: 0;
  transform: translate(-3%, 0);
  transform: translate(-5%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 1.6s forwards;
  animation: 0.15s enterLetters ease-out 1.6s forwards;
}
.arcoLogo .grupo_13 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 1.75s forwards;
  animation: 0.15s enterLetters ease-out 1.75s forwards;
}
.arcoLogo .grupo_14 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 1.9s forwards;
  animation: 0.15s enterLetters ease-out 1.9s forwards;
}
.arcoLogo .grupo_15 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 2.05s forwards;
  animation: 0.15s enterLetters ease-out 2.05s forwards;
}
.arcoLogo .grupo_16 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 2.3s forwards;
  animation: 0.15s enterLetters ease-out 2.3s forwards;
}
.arcoLogo .grupo_17 {
  opacity: 0;
  transform: translate(-3%, 0);
  -webkit-animation: 0.15s enterLetters ease-out 2.45s forwards;
  animation: 0.15s enterLetters ease-out 2.45s forwards;
}
.arcoLogo--pasado .grupo_3 {
  display: none;
}
.arcoLogo--pasado .noIV {
  position: relative;
  left: -40px;
}
@media screen and (min-width: 1024px) {
  .arcoLogo {
    width: 20vw;
  }
}

@-webkit-keyframes scaleY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes scaleY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes enterLetters {
  0% {
    opacity: 0;
    transform: translate(-3%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes enterLetters {
  0% {
    opacity: 0;
    transform: translate(-3%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1024px) {
  .destacado--2.margin--bottom-3, .destacado--2.margin--bottom-3, .box.margin--bottom-2 {
    margin-bottom: 0 !important;
  }
}

.rotateImg .launchvideo--fullWindow {
  position: relative;
}

.cervezas .slider__2-textCont {
  height: auto;
  padding: 2em 0 3em;
}

.cervezas .sliderHandmade .slider__2 .slider__2-imageCont {
  height: 100%;
  max-height: none;
}

.interactExpandBoxes + .destacado--1 + .section.overflow {
  display: none;
}

.landing .finalizado,
.landing .agotadas {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.landing .verMasConciertos {
  width: 100%;
}
.landing .nav-tabs--item {
  font-size: 1.2em;
}
@media screen and (min-width: 1024px) {
  .landing .nav-tabs--item {
    padding: 0em 3.5em 0.5em 3.5em;
  }
}
@media screen and (min-width: 1024px) {
  .landing .content-tabs .content-tabs--item.active {
    display: flex;
  }
}
.landing-share {
  padding: 1.5em 4vw;
  text-align: center;
}
.landing-intro--text {
  margin: 3em 0 6em;
}
.landing-intro--text p {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.55em;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .landing-intro--text p {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1250px) {
  .landing-intro--text p {
    font-size: 2.4em;
  }
}
.landing .blog__publicationTime {
  font-size: 1.25em;
}
.landing .blog__publicationTitle {
  font-size: 2.25em;
  padding: 0.4em 0 0.1em;
}
@media screen and (min-width: 768px) {
  .landing .blog__publicationTitle {
    font-size: 3em;
  }
}
.landing__publicationVenue, .landing__publicationCity {
  font-size: 1.1em;
}
.landing .blog__gridItem {
  flex-flow: column;
  min-height: 440px;
}
.landing .blog__gridItem .button {
  z-index: 1;
}
.landing__infoText {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease-in-out;
}
.landing__infoText p {
  width: 85%;
  max-width: 600px;
  font-size: 0.9em;
  margin: 6em auto auto;
}
@media screen and (min-width: 1024px) {
  .landing__infoText p {
    margin: 3em auto 10em auto;
  }
}
.landing__infoText.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .landing__infoText_festivales {
    width: 100%;
  }
}
.landing__infoText_festivales.active {
  background-color: #D8D8D8;
}
.landing__infoText-cierre {
  color: white;
  font-size: 20pt;
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
.landing__infoText-cierre:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .landing .item-festivales {
    margin: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .landing .img-logo-festivales {
    max-height: 20vh;
    width: auto;
    margin: 1em auto;
    max-width: 80vw;
  }
}

@media screen and (min-width: 1024px) {
  .landing--tapas .pestanas--listado--info {
    height: 13.5em;
  }
}
@media screen and (min-width: 1300px) {
  .landing--tapas .pestanas--listado--info {
    height: 12.5em;
  }
}
.landing--tapas .destacado--2col-imgCont {
  text-align: center;
}
.landing--tapas .destacado--2col-imgCont img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .landing--tapas .destacado--2col-imgCont img {
    max-width: 80%;
  }
}
.landing--tapas .destacado--2col-texto {
  padding: 2em 0;
}
.landing--tapas .destacado--1 {
  /*padding-bottom: 5em;*/
}
.landing--tapas .destacado--1 .destacado__textInner-texto {
  font-size: 1.75em;
}
@media screen and (max-width: 1023px) {
  .landing--tapas .destacado--1 br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .landing--tapas .destacado--1 {
    /*padding: 5em 2em 6em;*/
  }
}

.musica-con-pausa-form {
  margin: 0 auto;
  padding: 1em;
}
@media screen and (min-width: 1024px) {
  .musica-con-pausa-form {
    max-width: 70%;
  }
}
.musica-con-pausa__label {
  display: block;
  width: 100%;
  font-size: 0.8em;
}
@media screen and (min-width: 1024px) {
  .musica-con-pausa__label {
    font-size: 1em;
  }
}
.musica-con-pausa__dataBox {
  margin-top: 1em;
}
.musica-con-pausa__dataBox .button--submit {
  margin: 0;
}
.musica-con-pausa__dataBox input {
  padding: 0.55em 1em;
  margin-bottom: 1em;
  width: 100%;
  opacity: 0.8;
}
.musica-con-pausa__dataBox input:focus {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .musica-con-pausa__dataBox input {
    margin-right: 1em;
    margin-bottom: 0;
    width: auto;
  }
}
.musica-con-pausa__dataBox button[type=submit] {
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .musica-con-pausa__dataBox button[type=submit] {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .musica-con-pausa__dataBox {
    display: flex;
    align-items: center;
  }
}
.musica-con-pausa__innerBox {
  display: block;
  width: 100%;
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  .musica-con-pausa__innerBox {
    max-width: 50%;
    margin: 0 auto;
    padding: 4em 0;
  }
}

.accordion-home + .accordion-home .accordion {
  padding-top: 0;
}
.accordion-home + .accordion-home .accordion .accordion-menu .accordion-menu--item:nth-child(1) .accordion-menu--item_content {
  background: none;
}

.brujula__navigationKeys {
  stroke: #3C3C3B;
  z-index: 3;
}
.brujula__navigationKeys svg {
  transform: rotate(90deg) translate(0, -1.5em) scale(0.7);
}
.brujula__navLeft {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 40vh;
}
@media screen and (min-width: 1024px) {
  .brujula__navLeft {
    top: 50%;
    transform: translate(0, -50%);
  }
}
.brujula__navRight {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 40vh;
}
.brujula__navRight svg {
  transform: rotate(-90deg) translate(0, -1.5em) scale(0.7);
}
@media screen and (min-width: 1024px) {
  .brujula__navRight {
    top: 50%;
    transform: translate(0, -50%);
  }
}
.brujula__funcionamientoCont {
  position: relative;
}
.brujula__graficoSVG {
  display: block;
  width: 85%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .brujula__graficoSVG {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .brujula__graficoBox {
    width: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .brujula__descripcionBox {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.brujula__svgSelector {
  cursor: pointer;
}
.brujula__funcionamientoBox {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .brujula__funcionamientoBox {
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 90%;
    margin: 0 auto;
  }
}
.brujula__descripcionTitulo {
  opacity: 0;
  transition: opacity 1s linear;
  margin: 2em 0 1.5em 0;
  font-family: "gothamMedium", sans-serif;
  text-align: center;
}
.brujula__descripcionText {
  opacity: 0;
  transition: opacity 1s linear;
}
.brujula__descripcionText p + p {
  margin-top: 1em;
}
.brujula__itemDescrp {
  position: absolute;
  z-index: -1;
  background: white;
  padding: 2em 3em;
  top: 50%;
}
.brujula__itemDescrp.on {
  z-index: 2;
  position: relative;
}
.brujula__itemDescrp.on .brujula__descripcionTitulo {
  opacity: 1;
  transition: opacity 1s linear 0.1s;
}
.brujula__itemDescrp.on .brujula__descripcionText {
  opacity: 1;
  transition: opacity 1s linear 0.1s;
}
.brujula__svgSelector {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.brujula__svgSelector.on {
  opacity: 1;
}
.brujula__svgSelector.on .brujula__seleccionSVG {
  opacity: 1;
}
.brujula__descripcion {
  padding: 0 1em;
  position: relative;
  width: 100%;
  margin-top: 2em;
}
@media screen and (min-width: 1024px) {
  .brujula__descripcion {
    padding: 3em;
    margin-top: 0;
  }
}
.brujula__seleccionSVG {
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.1s;
}

.landing .blog__gridItem .button-box--triple {
  z-index: 25;
  margin-top: 2em;
}
@media screen and (min-width: 1024px) {
  .landing .blog__gridItem .button-box--triple {
    margin-top: 0;
  }
}
.landing .blog__gridItem .button-box--triple .button {
  margin: 0.5em auto;
  width: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .landing .blog__gridItem .button-box--triple .button {
    margin: 0.5em 1em;
    width: auto;
  }
}
.landing .blog__gridItem .button-box--triple .btn-saber-mas {
  opacity: 1;
  transition: all 1s ease-in;
  cursor: pointer;
}
.landing .blog__gridItem .button-box--triple .btn-saber-mas.inactive {
  opacity: 0;
}
.landing .blog__gridItem .button-box--double {
  display: flex;
  border: 2px solid #ffa500;
  z-index: 25;
}
.landing .blog__gridItem .button-box--double .button {
  margin: 0 1em;
}
.landing .blog__gridItem .button-box--double .button:last-child {
  color: #3E3A3B;
}
.landing .blog__gridItem .button-box--double .button:last-child:hover {
  color: #ffffff;
}

.comunicado-covid .destacado__textInner-texto {
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  font-size: 1.7em;
}
@media screen and (min-width: 1024px) {
  .comunicado-covid .destacado__textInner-texto {
    max-width: 75%;
  }
}
.comunicado-covid .destacado--1 {
  padding: 3em 2em 2em;
}
.comunicado-covid .destacado--1.last {
  padding-bottom: 5em;
  padding-top: 0;
}
.comunicado-covid .destacado--1.first {
  padding-top: 5em;
}
.comunicado-covid .hastagBox {
  padding-bottom: 1em;
}
.comunicado-covid .titular-text {
  margin-bottom: 2em;
}

/* plantilla tutoriales */
@media only screen and (min-width: 1024px) {
  .tutoriales {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    margin: auto;
  }
}
.tutoriales__item {
  margin: 0;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .tutoriales__item {
    width: 30%;
    margin: 0 2% 2em 0;
  }
}
.tutoriales__item .tutoriales__txt {
  padding: 2em;
}
.tutoriales__item .tutoriales__txt .tutoriales__autor {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin-top: 0.5em;
}
.tutoriales__item .tutoriales__txt .tutoriales__taller {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  min-height: 60px;
}
.tutoriales__item .tutoriales__txt .tutoriales__parrafo {
  font-size: 0.85em;
  padding-top: 1em;
}
.tutoriales__item-image {
  display: block;
  width: 100%;
  opacity: 0.8;
  transition: all 1s ease-in;
}
.tutoriales__item .tutoriales__txt-img {
  background: rgba(102, 102, 102, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(100%, rgb(19, 19, 19)));
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, rgb(19, 19, 19) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#666666", endColorstr="#131313", GradientType=0 );
  margin-top: -80px;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 2000px) {
  .tutoriales__item .tutoriales__txt-img {
    margin-top: -110px;
  }
}
.tutoriales__item .tutoriales__txt-img .tutoriales__fecha {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  margin-top: 0.25em;
}
.tutoriales a {
  text-decoration: none;
}
.tutoriales a.button.prox--grey {
  background-color: #9b9b9b;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .tutoriales .button {
    margin: 1.5em auto 0.5em;
  }
}
.tutoriales__lightBox-videos {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  display: none;
}
.tutoriales__lightBox-videos video {
  height: 95vh;
  width: auto;
  -o-object-fit: none;
  object-fit: none;
  position: static;
}
.tutoriales__lightBox-videos.on {
  display: flex;
}
.tutoriales__lightBox-close {
  position: absolute;
  cursor: pointer;
  z-index: 11;
  color: white;
  top: 1em;
  right: 1em;
}

.marcas-banner__lista {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  margin: 2em auto 0;
}
.marcas-banner__lista li {
  max-width: 25%;
}
@media screen and (min-width: 1024px) {
  .marcas-banner__lista li {
    max-width: 12vw;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .marcas-banner__lista li {
    max-width: 9vw;
  }
}
.marcas-banner__lista img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .marcas-banner__lista {
    margin: 2em 0 0 0;
    max-width: 100%;
  }
}
.marcas-banner__logo {
  max-width: 60vw;
}
@media screen and (min-width: 1024px) {
  .marcas-banner__logo {
    max-width: 40vw;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .marcas-banner__logo {
    max-width: 30vw;
  }
}
@media screen and (min-width: 1024px) {
  .marcas-banner.v-sept .titular {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  .marcas-banner.v-sept .button {
    margin-top: 3em;
  }
}
.marcas-banner.v-sept .marcas-banner__lista {
  max-width: 90%;
  flex-wrap: wrap;
}
.marcas-banner.v-sept .marcas-banner__lista li {
  max-width: unset;
  width: 25%;
}
.marcas-banner.v-sept .marcas-banner__lista li img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .marcas-banner.v-sept .marcas-banner__lista li img {
    max-width: 6vw;
  }
}
.marcas-banner.v-sept .marcas-banner__lista li:nth-child(3) {
  order: -1;
  width: 100%;
}
.marcas-banner.v-sept .marcas-banner__lista li:nth-child(3) img {
  display: block;
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .marcas-banner.v-sept .marcas-banner__lista li:nth-child(3) img {
    max-width: 20vw;
  }
}
@media screen and (min-width: 1024px) {
  .marcas-banner.v-sept .marcas-banner__lista li:nth-child(3) {
    order: initial;
  }
}
@media screen and (min-width: 1024px) {
  .marcas-banner.v-sept .marcas-banner__lista li {
    margin: 0 1em;
  }
}
@media screen and (min-width: 1024px) {
  .marcas-banner.v-sept .marcas-banner__lista {
    flex-wrap: nowrap;
    max-width: unset;
  }
}

@font-face {
  font-family: "HarrietDisplay-Black";
  src: url("../fonts/bannerFamilia/HarrietDisplay-Black.ttf?#iefix") format("embedded-opentype"), url("../fonts/bannerFamilia/HarrietDisplay-Black.otf") format("opentype"), url("../fonts/bannerFamilia/HarrietDisplay-Black.woff") format("woff"), url("../fonts/bannerFamilia/HarrietDisplay-Black.ttf") format("truetype"), url("../fonts/bannerFamilia/HarrietDisplay-Black.svg#HarrietDisplay-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Moderat-Regular";
  src: url("../fonts/bannerFamilia/Moderat-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/bannerFamilia/Moderat-Regular.otf") format("opentype"), url("../fonts/bannerFamilia/Moderat-Regular.woff") format("woff"), url("../fonts/bannerFamilia/Moderat-Regular.ttf") format("truetype"), url("../fonts/bannerFamilia/Moderat-Regular.svg#Moderat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bannerFamilia-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.bannerFamilia-2 a {
  text-decoration: none;
}
.bannerFamilia-2__imagenCont {
  position: relative;
}
.bannerFamilia-2__imagenCont img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .bannerFamilia-2__imagenCont img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right bottom;
    object-position: right bottom;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .bannerFamilia-2__imagenCont {
    width: 60%;
  }
}
.bannerFamilia-2__textCont {
  background: black;
  color: white;
  text-align: center;
  padding: 5%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .bannerFamilia-2__textCont {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 5% 2%;
  }
}
.bannerFamilia-2__lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.5em 0 1em;
}
.bannerFamilia-2__lista li {
  max-width: 15%;
}
.bannerFamilia-2__lista img {
  display: block;
  width: 100%;
}
.bannerFamilia-2__lista--cuidemos-planazos li {
  max-width: 20%;
  margin: 0 2%;
}
.bannerFamilia-2__logo2 {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  width: 80%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .bannerFamilia-2__logo2 {
    position: static;
    display: block;
    max-width: 90%;
    margin: 0 auto;
    width: auto;
    transform: none;
  }
}
.bannerFamilia-2__logo3 {
  width: 50%;
  margin: 0 auto;
}
.bannerFamilia-2__titular {
  color: white;
  font-family: "HarrietDisplay-Black";
  line-height: 1.1;
}
.bannerFamilia-2__titular.only-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 10vw;
}
@media screen and (min-width: 1024px) {
  .bannerFamilia-2__titular {
    font-size: 4vw;
    margin-bottom: 0.2em;
  }
}
.bannerFamilia-2__texto {
  color: white;
  font-family: "Moderat-Regular";
  max-width: 76%;
  margin: 2em auto;
}
@media screen and (min-width: 1024px) {
  .bannerFamilia-2__texto {
    max-width: 80%;
    margin: 0 auto;
  }
}
.bannerFamilia-2__legal {
  color: white;
  font-family: "gothamBook", sans-serif;
  font-size: 60%;
  line-height: 1.2;
}
@media screen and (min-width: 1300px) {
  .bannerFamilia-2__legal {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .bannerFamilia-2 {
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
  }
}

.bannerFamilia2__textBox1--cuidemos-planazos {
  transform: translate(0, -23%);
}
@media screen and (min-width: 1024px) {
  .bannerFamilia2__textBox1--cuidemos-planazos {
    transform: translate(0, 0);
  }
}
@media screen and (max-height: 800px) {
  .bannerFamilia2__textBox1--cuidemos-planazos .titular--5 {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 360px) {
  .hastag-cuidemonos {
    font-size: 1.25em;
  }
}

.bannerExtra {
  padding: 0;
  height: auto;
}
.bannerExtra .fase-3 {
  background: black;
  padding: 2% 2% 4%;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}
.bannerExtra .fase-3 p {
  color: white;
}
.bannerExtra .fase-3 p + p {
  margin-top: 1em;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 p + p {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 p {
    font-size: 1.2vw;
    display: inline;
  }
}
.bannerExtra .fase-3 li:nth-child(1) img {
  margin-top: 5em;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 li:nth-child(1) img {
    margin-top: 0;
  }
}
.bannerExtra .fase-3 li:nth-child(2) {
  order: 3;
  padding: 2em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 li:nth-child(2) {
    order: 2;
    padding: 2em 17.5vw;
  }
}
@media screen and (width: 1366px) {
  .bannerExtra .fase-3 li:nth-child(2) {
    padding: 2em 15%;
  }
}
.bannerExtra .fase-3 li:nth-child(3) {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 li:nth-child(3) {
    order: 3;
  }
}
.bannerExtra .fase-3 li:nth-child(4) {
  order: 4;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 li:nth-child(4) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14.5vw;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .bannerExtra .fase-3 li:nth-child(4) {
    padding: 0 12.5vw;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .bannerExtra .fase-3 li:nth-child(4) {
    padding: 0 14.5vw;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1700px) {
  .bannerExtra .fase-3 li:nth-child(4) {
    padding: 0 13vw;
  }
}
@media screen and (width: 1680px) {
  .bannerExtra .fase-3 li:nth-child(4) {
    padding: 0 10.5vw;
  }
}
@media screen and (width: 1440px) {
  .bannerExtra .fase-3 li:nth-child(4) {
    padding: 0 11.5vw;
  }
}
@media screen and (width: 1920px) {
  .bannerExtra .fase-3 li:nth-child(4) {
    padding: 0 14.5vw;
  }
}
@media screen and (width: 1366px) {
  .bannerExtra .fase-3 li:nth-child(4) {
    padding: 0 15.5vw;
  }
}
@media screen and (min-height: 600px) {
  .bannerExtra .fase-3 li:nth-child(4) {
    padding: 0 15.5vh;
  }
}
.bannerExtra .fase-3 img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 img {
    height: 30vh;
    width: auto;
    margin: 0 auto;
  }
}
.bannerExtra .fase-3 .marcas-banner__lista {
  max-width: unset;
}
.bannerExtra .fase-3 .marcas-banner__lista li {
  max-width: 25vw;
}
.bannerExtra .fase-3 .marcas-banner__lista li img {
  height: auto;
  width: 100%;
}
.bannerExtra .fase-3 .marcas-banner__lista li:nth-child(1) img {
  margin-top: 0;
}
.bannerExtra .fase-3 .marcas-banner__lista li:nth-child(2) {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 .marcas-banner__lista li:nth-child(4) {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 .marcas-banner__lista li {
    max-width: 5vw;
  }
}
.bannerExtra .fase-3 .imgBig-banner img {
  margin-top: 1em;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 .imgBig-banner img {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 {
    padding: 2%;
  }
}
@media screen and (min-width: 1024px) {
  .bannerExtra.fase3 {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .bannerExtra {
    height: 100vh;
  }
}

.bannerExtra {
  background: black;
}
.bannerExtra .fase-3 li:nth-child(1) img {
  margin-top: 5em;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 li:nth-child(1) img {
    margin-top: 0;
  }
}
.bannerExtra .fase-3 li:nth-child(2) {
  order: 3;
  padding: 2em 1em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 li:nth-child(2) {
    order: 2;
    padding: 1em;
  }
}
.bannerExtra .fase-3 li:nth-child(3) {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 li:nth-child(3) {
    order: 3;
  }
}
.bannerExtra .fase-3 li:nth-child(4) {
  order: 4;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 li:nth-child(4) {
    padding: 1em 0 0 0;
    flex-direction: row;
  }
}
.bannerExtra .fase-3 img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 img {
    height: auto;
    width: 100%;
  }
}
.bannerExtra .fase-3 .marcas-banner__lista {
  max-width: unset;
}
.bannerExtra .fase-3 .marcas-banner__lista li {
  max-width: 25vw;
}
.bannerExtra .fase-3 .marcas-banner__lista li img {
  height: auto;
  width: 100%;
}
.bannerExtra .fase-3 .marcas-banner__lista li:nth-child(1) img {
  margin-top: 0;
}
.bannerExtra .fase-3 .marcas-banner__lista li:nth-child(2) {
  padding: 0;
}
.bannerExtra .fase-3 .marcas-banner__lista li:nth-child(4) {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 .marcas-banner__lista li {
    max-width: 3.2vw;
  }
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 .marcas-banner__lista {
    margin-top: 0;
  }
}
.bannerExtra .fase-3 .imgBig-banner img {
  margin-top: 1em;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 .imgBig-banner img {
    margin-top: 0;
  }
}
.bannerExtra .fase-3 .button {
  order: -1;
  white-space: nowrap;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 .button {
    order: unset;
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .bannerExtra .fase-3 {
    padding: 2%;
    max-width: 65%;
    margin: 0 auto;
    transform: translate(0, 5%);
  }
}
@media screen and (min-width: 2000px) {
  .bannerExtra .fase-3 {
    max-width: 85%;
  }
}
@media screen and (width: 1024px) {
  .bannerExtra .fase-3 {
    max-width: 85%;
  }
}
@media screen and (width: 1366px) {
  .bannerExtra .fase-3 {
    transform: translate(0, 8%);
  }
}
@media screen and (min-width: 1024px) {
  .bannerExtra.fase3 {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .bannerExtra {
    margin: 0 auto;
  }
}

.blog__grid .pagination {
  display: none;
}

.solana .box__content {
  position: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.solana .box__content .mancha--item {
  position: absolute;
  opacity: 1;
}
.solana .box__content .mancha--item_background {
  max-height: 26em;
}
@media screen and (min-width: 320px) {
  .solana .box__content .mancha--item_background {
    max-height: 100%;
  }
}
.solana .box__content .mancha--item_content {
  width: 100%;
}
.solana .box__content .mancha--item_content .titular {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .solana .box__content .mancha--item_content .titular {
    padding: 0 2em;
  }
}
.solana .tres-elementos {
  justify-content: flex-start;
}
.solana .tres-elementos--item {
  margin: 0.5em;
}

.img-border--2black {
  border: 2em black solid;
}

.slider__8 .bannerExtra .bannerFamilia-2 {
  height: 100vh;
}
@media screen and (min-width: 1024px) {
  .slider__8 .bannerExtra .bannerFamilia-2 {
    height: auto;
  }
}
.slider__8 .bannerExtra .bannerFamilia-2__logo3 {
  width: 40%;
  margin: 0 auto;
}
.slider__8 .bannerExtra .bannerFamilia-2__titular--svg {
  width: 70%;
}
@media screen and (max-height: 800px) {
  .slider__8 .bannerExtra .bannerFamilia-2__titular--svg {
    width: 60%;
  }
}
@media screen and (max-height: 800px) {
  .slider__8 .bannerExtra .bannerFamilia-2__textCont {
    padding: 7% 2% 5%;
  }
}
@media screen and (max-width: 1024px) {
  .slider__8 .bannerExtra .img-cover-page {
    position: relative;
    min-height: auto;
    height: 45vh;
  }
}
@media screen and (max-width: 1024px) {
  .slider__8 .bannerExtra .bannerFamilia2__textBox1--cuidemos-planazos {
    transform: translate(0, -35%);
  }
  .slider__8 .bannerExtra .bannerFamilia2__textBox1--cuidemos-planazos br {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (max-height: 800px) {
  .slider__8 .bannerExtra .bannerFamilia2__textBox1--cuidemos-planazos .titular--5 {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .slider__8 .bannerExtra .bannerFamilia-2__lista img {
    width: 80%;
  }
}
@media screen and (max-height: 800px) {
  .slider__8 .bannerExtra .bannerFamilia-2__lista img {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .slider__8 .bannerExtra .bannerFamilia2__textBox2 {
    transform: translate(0, -80%);
  }
}
@media screen and (max-width: 1024px) {
  .slider__8 .bannerExtra .button {
    margin: 0.75em auto 3em auto;
  }
}
@media screen and (max-width: 360px) {
  .slider__8 .bannerExtra .button {
    margin: 0.75em auto 2em auto;
  }
}
@media screen and (max-width: 1024px) {
  .slider__8 .bannerExtra .bannerFamilia-2__lista {
    margin: 1em 0;
  }
}

.landing--tapas-granada .destacado--2 ul {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .landing--tapas-granada .destacado--2 ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .landing--tapas-granada .js__fechasHibrid--open {
    background: url("../img/landing-tapas-granada/more.svg") center right no-repeat;
    background-size: 14px;
    padding-right: 2em;
  }
  .landing--tapas-granada .js__fechasHibrid--open.active {
    background: url("../img/landing-tapas-granada/less.svg") center right no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .landing--tapas-granada .fechasHibrid__itemDia {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .landing--tapas-granada .fechasHibrid__textoDia {
    font-size: 1.25em;
    line-height: 1.25;
  }
}
.landing--tapas-granada .fechasHibrid__cifraDia {
  margin-right: 0.5em;
}
@media screen and (min-width: 1024px) {
  .landing--tapas-granada .fechasHibrid__cifraDia {
    font-size: 3.75em;
  }
}
.landing--tapas-granada .fechasHibrid__itemDia .material-icons {
  margin-right: 0.25em;
}
@media screen and (min-width: 1024px) {
  .landing--tapas-granada .fechasHibrid__itemDia .material-icons {
    margin-right: 0;
  }
}
.landing--tapas-granada .section--plano {
  height: auto;
  overflow: auto;
}
.landing--tapas-granada .section--plano img {
  width: auto;
  height: 100vh;
}
@media screen and (min-width: 1024px) {
  .landing--tapas-granada .section--plano img {
    overflow: hidden;
    width: 100%;
    display: block;
    height: auto;
  }
}
.landing--tapas-granada .local-flex {
  display: flex;
  flex-direction: row;
  align-items: left;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1024px) {
  .landing--tapas-granada .local-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .landing--tapas-granada .material-icons {
    display: none;
  }
}
.landing--tapas-granada .fechasHibrid__detallesDia {
  margin-top: 2em;
  font-size: small;
  line-height: 2;
}
.landing--tapas-granada .fechasHibrid__detallesDia .only-mobile .button {
  text-align: center;
  margin: 1em 1em 1.5em 0;
  font-size: smaller;
}
.landing--cesion-derechos-imagen .form {
  text-align: center;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .landing--cesion-derechos-imagen .form {
    width: 80%;
  }
}
.landing--cesion-derechos-imagen .cesion-derechos-imagen__dataBox {
  margin-bottom: 3em;
}
.landing--cesion-derechos-imagen .cesion-derechos-imagen__dataBox--group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto 2em;
  align-items: self-start;
}
@media screen and (min-width: 1024px) {
  .landing--cesion-derechos-imagen .cesion-derechos-imagen__dataBox--group {
    flex-direction: row;
    align-items: center;
  }
}
.landing--cesion-derechos-imagen .cesion-derechos-imagen__dataBox--group .inputBox {
  margin: 1em 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .landing--cesion-derechos-imagen .cesion-derechos-imagen__dataBox--group .inputBox {
    width: 600px;
  }
}
.landing--cesion-derechos-imagen .cesion-derechos-imagen__dataBox--group .inputBox input {
  width: 100%;
  height: 40px;
  text-align: center;
  color: #8C8C8C;
}
@media screen and (min-width: 1024px) {
  .landing--cesion-derechos-imagen .cesion-derechos-imagen__dataBox--group .inputBox input {
    width: 600px;
  }
}
.landing--cesion-derechos-imagen .cesion-derechos-imagen__checkboxBox {
  font-size: 0.65em;
  max-width: 500px;
  margin: auto;
  text-align: left;
}
.landing--cesion-derechos-imagen .cesion-derechos-imagen__checkboxBox--group {
  display: flex;
  margin: 0 auto 2em;
  align-items: center;
}
.landing--cesion-derechos-imagen .cesion-derechos-imagen__checkboxBox--group input {
  width: 20px;
  height: 20px;
  margin-right: 1em;
}
.landing--cesion-derechos-imagen .cesion-derechos-imagen__required-msg {
  max-width: 85%;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .landing--cesion-derechos-imagen .cesion-derechos-imagen__required-msg {
    margin: 0 auto;
  }
}
.landing--cesion-derechos-imagen .submitBox {
  margin: 2em auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .landing--cesion-derechos-imagen .submitBox {
    width: 140px;
  }
}
.landing--cesion-derechos-imagen .submitBox button {
  cursor: pointer;
  width: 70%;
  min-width: 240px;
}
@media screen and (min-width: 1024px) {
  .landing--cesion-derechos-imagen .submitBox button {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .landing--pergola-21 .js__fechasHibrid--open {
    background: url("../img/icons/more.svg") center right no-repeat;
    background-size: 14px;
    padding-right: 2em;
    padding: 0.5em 0;
  }
  .landing--pergola-21 .js__fechasHibrid--open.active {
    background: url("../img/icons/less.svg") center right no-repeat;
  }
  .landing--pergola-21 .fechasHibrid__descripcionDia.open {
    margin-top: 0.5em;
  }
}
.landing--pergola-21 .pestanas--listado--tabs-system .nav-tabs--item {
  min-width: 33.33%;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--cab .box__content {
    right: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--cab .box__content .titular--1 .texto {
    width: 21vw;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--cab .box__content .titular--1 {
    line-height: 1;
  }
}
.landing--lager-singular .section--es-ahora {
  height: 100vh;
  display: block;
  background-color: #357e85;
}
.landing--lager-singular .section--es-ahora .line {
  width: 1px;
  background-color: #000;
  height: 100%;
  margin: auto;
}
.landing--lager-singular .section--es-ahora .line_wrapper {
  width: 20px;
  background: rgba(255, 255, 255, 0.1019607843);
  height: 100%;
  position: absolute;
  top: -22px;
  left: 22px;
  left: 18px;
  left: 10px;
  margin-left: 0px;
  z-index: 1;
  cursor: pointer;
}
.landing--lager-singular .section--es-ahora .box__content {
  background: url(../img/landing-lager-singular/lager-fig-mobile.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 2em;
  height: 80vh;
}
@media screen and (min-width: 768px) {
  .landing--lager-singular .section--es-ahora .box__content {
    background: url(../img/landing-lager-singular/lager-fig-desktop.jpg) center center no-repeat;
    padding-bottom: 5em;
    height: 80vh;
  }
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content {
    height: 85vh;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content {
    height: 100vh;
    background-size: cover;
  }
}
.landing--lager-singular .section--es-ahora .box__content .text_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2em 1em;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .text_wrapper {
    padding: 3em 0;
    transform: scale(0.9);
  }
}
.landing--lager-singular .section--es-ahora .box__content .text_wrapper .txt-especial {
  font-size: 1em;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .text_wrapper .txt-especial {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .text_wrapper .txt-especial {
    font-size: 2.05em;
  }
}
.landing--lager-singular .section--es-ahora .box__content .text_wrapper .txt-singular {
  font-size: 1.1em;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .text_wrapper .txt-singular {
    font-size: 2em;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .text_wrapper .txt-singular {
    font-size: 2.25em;
  }
}
.landing--lager-singular .section--es-ahora .box__content .ranger_wrapper {
  position: relative;
}
.landing--lager-singular .section--es-ahora .box__content .ranger_wrapper .input_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: scale(0.55);
  transform-origin: top;
}
.landing--lager-singular .section--es-ahora .box__content .ranger_wrapper .input_wrapper svg {
  margin-right: 1em;
}
@media screen and (min-width: 380px) {
  .landing--lager-singular .section--es-ahora .box__content .ranger_wrapper .input_wrapper {
    transform: scale(0.59);
  }
}
@media screen and (min-width: 768px) {
  .landing--lager-singular .section--es-ahora .box__content .ranger_wrapper .input_wrapper {
    transform: scale(1);
  }
}
.landing--lager-singular .section--es-ahora .box__content .ranger_wrapper .ranger {
  -webkit-appearance: none;
  width: 368px;
  height: 8px;
  border-radius: 5px;
  background: #d3d3d3;
  background: url("../img/landing-lager-singular/points.svg");
  outline: none;
}
.landing--lager-singular .section--es-ahora .box__content .ranger_wrapper .ranger::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 35px;
  height: 1000px;
  border: 0;
  margin-top: 960px;
  background: url("../img/landing-lager-singular/ranger-point.svg") center center no-repeat;
  cursor: pointer;
}
.landing--lager-singular .section--es-ahora .box__content .ranger_wrapper .ranger::-moz-range-thumb {
  width: 30px;
  height: 35px;
  height: 2000px;
  border: 0;
  background-color: transparent;
  background-image: url(../img/landing-lager-singular/ranger-point-moz.svg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .ranger_wrapper {
    transform: scale(0.45);
    transform-origin: top;
  }
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content .ranger_wrapper {
    transform: scale(0.55);
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .ranger_wrapper {
    transform: scale(0.7);
  }
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .ranger_wrapper {
    transform: scale(0.85);
  }
}
.landing--lager-singular .section--es-ahora .box__content .masked_wrapper {
  width: 346px;
  position: relative;
  margin: 2em auto;
  transform: scale(0.5);
  transform-origin: top;
}
@media screen and (min-width: 380px) {
  .landing--lager-singular .section--es-ahora .box__content .masked_wrapper {
    transform: scale(0.57);
  }
}
@media screen and (min-width: 768px) {
  .landing--lager-singular .section--es-ahora .box__content .masked_wrapper {
    transform: scale(1);
    margin: 3em auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 750px) {
  .landing--lager-singular .section--es-ahora .box__content .masked_wrapper {
    transform: scale(0.9);
  }
}
.landing--lager-singular .section--es-ahora .box__content .masked_wrapper .no-masked {
  position: absolute;
  top: 0;
  margin-left: 15px;
}
.landing--lager-singular .section--es-ahora .box__content .masked_wrapper .masked {
  width: 346px;
  z-index: 1;
  position: relative;
  -webkit-mask-image: url(../img/landing-lager-singular/marco.svg);
  mask-image: url(../img/landing-lager-singular/marco.svg);
  -webkit-mask-position: left;
  mask-position: left;
  margin-left: 15px;
}
.landing--lager-singular .section--es-ahora .box__content .masked_wrapper .masked .points-bottle {
  position: absolute;
  width: 346px;
}
@-webkit-keyframes palpito {
  from {
    r: 7.5;
  }
  50% {
    r: 10;
  }
  to {
    r: 7.5;
  }
}
@keyframes palpito {
  from {
    r: 7.5;
  }
  50% {
    r: 10;
  }
  to {
    r: 7.5;
  }
}
@-webkit-keyframes bigpalpito {
  from {
    r: 7.5;
  }
  50% {
    r: 13;
  }
  to {
    r: 18;
  }
}
@keyframes bigpalpito {
  from {
    r: 7.5;
  }
  50% {
    r: 13;
  }
  to {
    r: 18;
  }
}
@-webkit-keyframes bigring {
  from {
    r: 14;
  }
  to {
    r: 36;
  }
}
@keyframes bigring {
  from {
    r: 14;
  }
  to {
    r: 36;
  }
}
.landing--lager-singular .section--es-ahora .box__content .masked_wrapper .masked .points-bottle .point {
  cursor: pointer;
  transform: scale(1.25) translate(1em, 0);
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .landing--lager-singular .section--es-ahora .box__content .masked_wrapper .masked .points-bottle .point {
    transform: scale(1) translate(0, 0);
  }
}
.landing--lager-singular .section--es-ahora .box__content .masked_wrapper .masked .points-bottle .point .ring {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}
.landing--lager-singular .section--es-ahora .box__content .masked_wrapper .masked .points-bottle .point .circle {
  fill: #fff;
  -webkit-animation: palpito 1.5s infinite;
  animation: palpito 1.5s infinite;
  transform-origin: center;
  stroke: #fff;
  transition: all 1s ease;
}
.landing--lager-singular .section--es-ahora .box__content .masked_wrapper .masked .points-bottle .point:hover .circle {
  r: 18 !important;
  -webkit-animation: bigpalpito 1.5s 1;
  animation: bigpalpito 1.5s 1;
}
.landing--lager-singular .section--es-ahora .box__content .masked_wrapper .masked .points-bottle .point:hover .ring {
  r: 36;
  stroke-width: 3;
  stroke-dasharray: 3;
  -webkit-animation: bigring 1.5s 1;
  animation: bigring 1.5s 1;
}
.landing--lager-singular .section--es-ahora .box__content .dashed-line {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  width: 0;
}
.landing--lager-singular .section--es-ahora .box__content .dashed-line-1 {
  top: 19em;
  margin-left: 0;
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-1 {
    top: 20.75em;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-1 {
    top: 24em;
  }
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-1 {
    top: 23.75em;
  }
}
.landing--lager-singular .section--es-ahora .box__content .dashed-line-2 {
  top: 26.15em;
  margin-left: -250px;
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-2 {
    top: 29.75em;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-2 {
    top: 35.5em;
  }
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-2 {
    top: 34em;
  }
}
.landing--lager-singular .section--es-ahora .box__content .dashed-line-3 {
  top: 29em;
  margin-left: 0;
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-3 {
    top: 33.25em;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-3 {
    top: 40em;
  }
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-3 {
    top: 38em;
  }
}
.landing--lager-singular .section--es-ahora .box__content .dashed-line-4 {
  top: 35em;
  margin-left: -270px;
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-4 {
    margin-left: -320px;
  }
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-4 {
    top: 40.5em;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-4 {
    top: 49.25em;
  }
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line-4 {
    top: 46.58em;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .dashed-line.active {
    visibility: visible;
    opacity: 1;
    width: 190px;
    transition: all 0.7s ease-in;
  }
}
.landing--lager-singular .section--es-ahora .box__content .hexagon {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  width: 0;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-1 {
    top: 6.5em;
    margin-left: 200px;
  }
  .landing--lager-singular .section--es-ahora .box__content .hexagon-1 .hexagon-text {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-1 .hexagon-text {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-1 {
    transform-origin: left;
  }
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-1 {
    top: 8em;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-1 {
    transform-origin: initial;
    top: 12em;
  }
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-1 {
    top: 14em;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-2 {
    top: 14em;
    margin-left: -675px;
  }
  .landing--lager-singular .section--es-ahora .box__content .hexagon-2 .hexagon-text {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-2 .hexagon-text {
    transform: scale(0.9) !important;
    transform-origin: center;
    width: 350px;
    x: 30px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-2 {
    transform-origin: right;
  }
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-2 {
    top: 17em;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-2 {
    transform-origin: initial;
    top: 23em;
  }
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-2 {
    top: 24.5em;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-3 {
    top: 16.5em;
    margin-left: 200px;
  }
  .landing--lager-singular .section--es-ahora .box__content .hexagon-3 .hexagon-text {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-3 .hexagon-text {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-3 {
    transform-origin: left;
  }
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-3 {
    top: 21em;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-3 {
    transform-origin: initial;
    top: 28em;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-4 {
    top: 22.5em;
    margin-left: -700px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-4 {
    margin-left: -750px;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-4 .hexagon-text {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-4 .hexagon-text {
    padding-top: 30px;
    width: 300px;
    x: 50;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-4 {
    transform-origin: right;
  }
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-4 {
    top: 28.25em;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-4 {
    transform-origin: initial;
    top: 36.5em;
  }
}
.landing--lager-singular .section--es-ahora .box__content .hexagon .hexagon-path {
  fill: rgba(0, 0, 0, 0.5019607843);
  stroke: #fff;
  stroke-opacity: 0.8;
  stroke-width: 2px;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon .hexagon-path {
    fill: none;
  }
}
.landing--lager-singular .section--es-ahora .box__content .hexagon.active {
  visibility: visible;
  opacity: 1;
  width: 410px;
  transition: all 0.7s ease-in;
}
@media screen and (max-width: 768px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon.active {
    width: 90%;
    margin: auto;
    top: 15em;
    right: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon.active {
    transform: scale(0.6);
  }
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon.active {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon.active {
    transform: scale(1);
    transform-origin: initial;
  }
}
.landing--lager-singular .section--es-ahora .box__content .hexagon .hexagon-text {
  color: #fff;
  line-height: 1.5;
  transform: scale(1);
  transform-origin: initial;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon .hexagon-text {
    transform: scale(1.1);
    transform-origin: center;
  }
}
@media screen and (min-width: 1400px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon .hexagon-text {
    transform: scale(1.2);
    transform-origin: center;
  }
}
@media screen and (min-width: 1600px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon .hexagon-text {
    transform: scale(1);
    transform-origin: initial;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-1 .hexagon-text {
    -moz-transform: scale(1.1) translate(0, 60px);
  }
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-1 .hexagon-text {
    -moz-transform: scale(1) translate(0, 20px);
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-2 .hexagon-text {
    -moz-transform: scale(1.1) translate(0, 20px);
  }
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-2 .hexagon-text {
    -moz-transform: scale(1) translate(0, 0px);
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-3 .hexagon-text {
    -moz-transform: scale(1.1) translate(0, 60px);
  }
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-3 .hexagon-text {
    -moz-transform: scale(1) translate(0, 20px);
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-4 .hexagon-text {
    -moz-transform: scale(1.1) translate(0, 60px);
  }
}
@media screen and (min-width: 2000px) {
  .landing--lager-singular .section--es-ahora .box__content .hexagon-4 .hexagon-text {
    -moz-transform: scale(1) translate(0, 30px);
  }
}
.landing--lager-singular .section--es-ahora .box__content .hexagon .close-hexagon {
  fill: #fff;
  font-size: x-large;
}
.landing--lager-singular .section.accordion .titular--accordion {
  font-size: xx-large !important;
}
.landing--lager-singular .section.accordion .img-cover-page {
  opacity: 0.65;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular .section--pruebala .box__content {
    left: 65%;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular_este-dia-vida .section--cab .box__content {
    right: 30%;
  }
}
.landing--lager-singular_este-dia-vida .section--cab .box__content path {
  fill: #060607;
}
.landing--lager-singular_este-dia-vida .section--cab .box__content .titular--1 .texto {
  width: 50vw;
  transform: translate(-11vh, -14vh);
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular_este-dia-vida .section--cab .box__content .titular--1 .texto {
    width: 16vw;
    transform: translate(0, -5vh);
  }
}
.landing--lager-singular_este-dia-vida .section-autoheight {
  height: auto;
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida {
    flex-direction: row;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida .destacado--3__texto {
  position: relative;
  transform: translate(0, 0);
  text-align: left;
  width: 100%;
  padding: 2em;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida .destacado--3__texto {
    width: 45%;
    padding: 5em 5em 5em 0;
  }
}
@media screen and (min-width: 1500px) {
  .landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida .destacado--3__texto {
    width: 30.5%;
    padding: 5em 15em 5em 0;
  }
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida .destacado--3__texto .destacado--3__titular {
  line-height: 1;
  margin-bottom: 1em;
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida .destacado--3__texto p {
  margin: 1em 0;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.2em;
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida .destacado--3__image {
  border: 0;
  width: 100%;
  height: 50vh;
}
@media screen and (min-width: 1024px) {
  .landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida .destacado--3__image {
    width: 37%;
    height: 27vw;
    margin-bottom: 1em;
  }
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida .destacado--3__image .play-container {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida .destacado--3__image .blog__thumbnailGrid {
  opacity: 1;
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida .destacado--3__image .blog__thumbnailGrid:hover {
  opacity: 1;
  transform: scale(1);
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida .destacado--3__image:hover {
  transform: scale(1);
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida__lightBox-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida__lightBox-video.on {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-in-out;
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida__lightBox-video .lightBox-close {
  position: absolute;
  cursor: pointer;
  z-index: 11;
  color: #fff;
  top: 1em;
  right: 1em;
}
.landing--lager-singular_este-dia-vida .section.destacado--este-dia-vida__lightBox-video .video-bg__item {
  width: 90vw;
  height: 90vh;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .landing--sin-prisa .boxes--3_item-txt {
    transform: scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .landing--sin-prisa .boxes--3_item-txt .parraph {
    font-size: 1.1em;
    line-height: 1.1;
  }
}
.landing--sin-prisa .titular--13 {
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  .landing--sin-prisa .titular--13 {
    font-size: 1.1em;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1024px) {
  .landing--arco-2021 .video-bg {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .landing--arco-2021 .box.section--cab .img-cover-page {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (min-width: 1024px) {
  .landing--arco-2021 .box__content--cab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
  }
}
.landing--arco-2021 .box__content--cab .illu-cab {
  max-width: 50vw;
}
@media screen and (max-height: 768px) {
  .landing--arco-2021 .box__content--cab .illu-cab {
    max-height: 70vh;
  }
}
.landing--arco-2021 .box__content--cab .arcoLogo {
  width: 40vw;
  transform: translate(-10vh, -15vh);
}
.landing--arco-2021 .box__content--cab .arcoLogo .st0 {
  fill: #1A1A1A;
}
.landing--arco-2021 .box__content--cab .arcoLogo .linea {
  fill: #1A1A1A;
}
.landing--arco-2021 .box__content--cab .arcoLogo .grupo_3 .st0, .landing--arco-2021 .box__content--cab .arcoLogo .grupo_4 .st0, .landing--arco-2021 .box__content--cab .arcoLogo .grupo_5 .st0 {
  transform: translate(-5%, 0);
}
@media screen and (min-width: 1024px) {
  .landing--arco-2021 .box__content--cab .arcoLogo {
    max-width: 18vw;
    transform: translate(0, 0);
  }
}
.landing--arco-2021 .box-firmas--grid {
  display: flex;
  position: relative;
  width: 65%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: auto;
  height: 100%;
}
.landing--arco-2021 .box-firmas--grid_item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 25%;
  margin: 5% 4%;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.landing--arco-2021 .box-firmas--grid_item .firma_svg {
  width: 100%;
}
.landing--arco-2021 .box-firmas--grid_item .nombre {
  margin-top: 1em;
  text-align: center;
}
.landing--arco-2021 .box-firmas--grid_item .firma--grid {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in;
}
.landing--arco-2021 .box-firmas--grid_item .firma--grid.invisible {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.5s ease-out;
}
.landing--arco-2021 .box-firmas--grid_item .firma--pop-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in;
}
.landing--arco-2021 .box-firmas--grid_item .firma--pop-container.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
}
.landing--arco-2021 .box-firmas--grid_item .firma--pop-container .firma--pop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 70%;
  margin: auto;
}
.landing--arco-2021 .box-firmas--grid_item .firma--pop-container .firma--pop .img_artista {
  height: 70vh;
}
.landing--arco-2021 .box-firmas--grid_item .firma--pop-container .firma--pop .content_artista {
  padding-left: 6%;
  margin-top: -8vh;
}
.landing--arco-2021 .box-firmas--grid_item .firma--pop-container .firma--pop .content_artista--title {
  font-size: 3.75em;
  line-height: 1;
  white-space: nowrap;
}
.landing--arco-2021 .box-firmas--grid_item .firma--pop-container .firma--pop .content_artista--subtitle {
  font-size: 2em;
  line-height: 1;
}
.landing--arco-2021 .box-firmas--grid_item .firma--pop-container .firma--pop .content_artista--subtitle-antonio {
  font-size: 1.75em;
}
.landing--arco-2021 .box-firmas--grid_item .firma--pop-container .firma--pop .content_artista--firma {
  margin: 2em 0 2em -6.5em;
}
@media screen and (max-width: 1600px) {
  .landing--arco-2021 .box-firmas--grid_item .firma--pop-container .firma--pop .content_artista--firma-antonio {
    transform: scale(0.8);
    margin: 0 0 0 -6.5em;
  }
}
.landing--arco-2021 .box-firmas--grid_item .firma--pop-container .firma--pop .content_artista--parraf {
  width: 80%;
}
.landing--arco-2021 .box-firmas--grid_item .firma--pop-container .firma--pop .content_artista .button {
  pointer-events: inherit;
  position: absolute;
  z-index: 10;
}
.landing--arco-2021 .destacado--arco {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .landing--arco-2021 .destacado--arco {
    flex-direction: row;
  }
}
.landing--arco-2021 .destacado--arco .destacado__info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .landing--arco-2021 .destacado--arco .destacado__info {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .landing--arco-2021 .destacado--arco .destacado__info {
    flex-direction: column;
    max-width: 30%;
    margin: 0 auto;
    justify-content: center;
  }
}
.landing--arco-2021 .destacado--arco .destacado__info--item {
  text-align: left;
  padding: 2em 1em;
}
@media screen and (min-width: 1024px) {
  .landing--arco-2021 .destacado--arco .destacado__info--item {
    padding: 2em 0 0;
  }
}
.landing--arco-2021 .destacado--arco .destacado__info--item .categoria {
  font-size: smaller;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .landing--arco-2021 .destacado--arco .destacado__info--item .categoria {
    font-size: 1em;
  }
}
.landing--arco-2021 .destacado--arco .destacado__info--item .texto {
  font-size: smaller;
}
@media screen and (min-width: 1024px) {
  .landing--arco-2021 .destacado--arco .destacado__info--item .texto {
    font-size: inherit;
  }
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61 {
  margin: 2em 0;
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61-controls-resp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 1em;
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61-controls-resp-dots {
  display: flex;
  align-items: center;
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61-controls-resp .slick-arrow {
  stroke: white;
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61-controls-resp .slick-dots {
  display: flex;
  justify-content: center;
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61-item {
  position: relative;
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61-imageCont {
  background: #3E3A3B;
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61-textCont {
  height: auto;
  position: absolute;
  z-index: 1;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}
.landing--arco-2021 .carrusel-firmas--mobile .div-img .img_artista {
  margin: auto;
  max-width: 50vw;
  width: 100%;
  margin-top: 10%;
}
.landing--arco-2021 .carrusel-firmas--mobile .div-txt {
  transform: translate(0, -15%);
}
@media only screen and (min-width: 360px) {
  .landing--arco-2021 .carrusel-firmas--mobile .div-txt {
    transform: translate(0, -7%);
    transform: translate(0, -10%);
  }
}
.landing--arco-2021 .carrusel-firmas--mobile .div-txt .img_firma-container {
  max-height: 70px;
  max-width: 280px;
  margin: 1.5em auto 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 360px) {
  .landing--arco-2021 .carrusel-firmas--mobile .div-txt .img_firma-container {
    margin: 1em auto 1.5em;
  }
}
.landing--arco-2021 .carrusel-firmas--mobile .div-txt .img_firma-container .img_firma {
  max-width: 60vw;
}
.landing--arco-2021 .carrusel-firmas--mobile .div-txt .title {
  font-size: 2em;
  white-space: nowrap;
  line-height: 1;
}
@media only screen and (min-width: 360px) {
  .landing--arco-2021 .carrusel-firmas--mobile .div-txt .title {
    font-size: 2.8em;
  }
}
.landing--arco-2021 .carrusel-firmas--mobile .div-txt .subtitle {
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 360px) {
  .landing--arco-2021 .carrusel-firmas--mobile .div-txt .subtitle {
    font-size: 1.5em;
  }
}
.landing--arco-2021 .carrusel-firmas--mobile .div-txt .parraf {
  text-align: left;
  margin-top: 2em;
  margin-top: 1em;
  line-height: 1.3;
}
.landing--arco-2021 .carrusel-firmas--mobile .div-txt .button {
  font-size: small;
}
.landing--arco-2021 .carrusel-firmas--mobile .div-txt a {
  text-decoration: none;
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61-imageCont {
  height: 100vh;
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61-imageCont .slider__61-image {
  height: 100vh;
  -o-object-position: bottom;
  object-position: bottom;
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61-textCont {
  transform: translate(-50%, -50%) scale(0.85);
  width: 90%;
}
@media only screen and (min-width: 360px) {
  .landing--arco-2021 .carrusel-firmas--mobile .slider__61-textCont {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@media only screen and (min-width: 768px) {
  .landing--arco-2021 .carrusel-firmas--mobile .slider__61-textCont {
    transform: translate(-50%, -50%) scale(1);
  }
}
.landing--arco-2021 .carrusel-firmas--mobile .slider__61-textCont p {
  max-width: 100%;
  padding: 0;
}
@media only screen and (max-width: 360px) {
  .landing--arco-2021 .carrusel-firmas--mobile .slider__61-textCont p {
    font-size: 0.85em;
  }
}
.landing--arco-2021 .slider__6-image {
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  .landing--arco-2021 .destacado-video .destacado__textInner {
    padding: 3em 2em 2em;
  }
  .landing--arco-2021 .destacado-video .destacado__textInner .titular--1 {
    font-size: 2em;
  }
  .landing--arco-2021 .destacado-video .destacado__textInner .destacado__textInner-texto {
    font-size: 1.25em;
  }
  .landing--arco-2021 .destacado-video .destacado__textInner .categoria {
    font-size: 1em;
  }
}
.landing--arco-2021 .destacado-video .destacado__videoInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2em 0;
}
.landing--arco-2021 .destacado-video .destacado__videoInner .play-container {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.landing--arco-2021 .destacado-video .destacado__videoInner .img-video {
  max-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  margin: auto;
  opacity: 0.5;
}
@media only screen and (min-width: 1024px) {
  .landing--arco-2021 .destacado-video .destacado__videoInner .img-video {
    max-width: 65vw;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
  }
}
.landing--arco-2021 .destacado--landing-arco21__lightBox-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}
.landing--arco-2021 .destacado--landing-arco21__lightBox-video.on {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-in-out;
}
.landing--arco-2021 .destacado--landing-arco21__lightBox-video .lightBox-close {
  position: absolute;
  cursor: pointer;
  z-index: 11;
  color: #fff;
  top: 1em;
  right: 1em;
}
.landing--arco-2021 .destacado--landing-arco21__lightBox-video .video-bg__item {
  width: 90vw;
  height: 90vh;
  margin: auto;
}
.landing--arco-2021 .destacado--landing-arco21__lightBox-video--html5 .video-bg__item {
  -o-object-fit: contain;
  object-fit: contain;
}
.landing--festivales .blog__grid {
  justify-content: flex-start;
  padding: 0;
}
.landing--festivales .momentos-conciertos__gridItem {
  display: flex !important;
}
@media only screen and (min-width: 1024px) {
  .landing--festivales .momentos-conciertos__gridItem {
    width: 24.4%;
    height: 25vw;
    margin: 0.3%;
  }
}
.landing--festivales .momentos-conciertos__gridItem .img-logo-festivales {
  max-width: 85%;
  height: auto;
  max-height: 14vh;
  margin: 0.5em auto;
}
@media only screen and (min-width: 1024px) {
  .landing--festivales .momentos-conciertos__gridItem .blog__itemContent {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .landing--festivales .momentos-conciertos__gridItem .button {
    min-width: 150px !important;
  }
}
.landing--festivales .momentos-conciertos__gridItem .buttons-urls {
  width: 260px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1500px) {
  .landing--festivales .momentos-conciertos__gridItem .buttons-urls {
    width: auto;
    flex-wrap: nowrap;
    max-width: initial;
  }
}
.landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item .img-cover-page {
  -o-object-position: top;
  object-position: top;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item .img-cover-page {
    -o-object-position: left;
    object-position: left;
  }
}
.landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item .pre-title--accordion {
  font-size: 3em !important;
}
.landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item .text-def-chef {
  text-align: left;
  width: 80%;
  transform: translate(0, 15%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item .text-def-chef {
    width: 50%;
    transform: translate(25%, 15%);
  }
}
.landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item .txt-ver-video {
  transform: translate(35%, 3.25em);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  position: absolute;
  cursor: pointer;
  font-size: small;
}
@media only screen and (max-width: 1024px) {
  .landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item .txt-ver-video {
    transform: translate(35%, 3.25em);
  }
}
.landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item .svg-play {
  transform: translate(-190%, 80%);
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item .svg-play {
    transform: translate(-90%, 5em);
  }
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item:hover .svg-play {
    width: 47px;
    transform: translate(-90%, 5em);
  }
  .landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item:hover .pre-title--accordion {
    text-align: left;
    width: 50%;
    transform: translate(25%, 0);
  }
  .landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item:hover .text-def-chef {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-in-out 0.8s;
    position: relative;
  }
  .landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item:hover .txt-ver-video {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-in-out 0.8s;
    position: relative;
  }
}
.landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item_content.active .pre-title--accordion {
  width: 80%;
  transform: translate(0, 0);
  line-height: 1;
}
.landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item_content.active .svg-play {
  width: 47px;
  transform: translate(-90%, 3em);
}
.landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item_content.active .text-def-chef {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out 0.8s;
  position: relative;
}
.landing--nuestros-chefs_2021 .accordion--nuestros-chefs .accordion-menu--item_content.active .txt-ver-video {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in-out 0.8s;
  position: relative;
  transform: translate(35%, 0.5em);
}
.landing--nuestros-chefs_2021 .tabs-system .nav-tabs_seasons .nav-tabs--item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0em 0.75em 0.75em 0.5em;
  width: 25%;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .tabs-system .nav-tabs_seasons .nav-tabs--item {
    flex-direction: row;
    padding: 0em 6em 0.5em 6em;
    width: auto;
  }
}
.landing--nuestros-chefs_2021 .tabs-system .nav-tabs_seasons .nav-tabs--item.padlock {
  pointer-events: none;
}
.landing--nuestros-chefs_2021 .tabs-system .nav-tabs .ico-tab {
  margin: 0 0 0.5em 0;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .tabs-system .nav-tabs .ico-tab {
    margin-right: 0.75em;
  }
}
.landing--nuestros-chefs_2021 .tabs-system .nav-tabs_chefs .nav-tabs--item {
  display: flex;
  align-items: center;
  padding: 1em 0.5em 0.75em 0.5em;
  min-width: 20%;
}
.landing--nuestros-chefs_2021 .tabs-system .nav-tabs_chefs .nav-tabs--item:not(active) {
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .tabs-system .nav-tabs_chefs .nav-tabs--item {
    flex-direction: row;
  }
}
.landing--nuestros-chefs_2021 .tabs-system .nav-tabs_chefs .nav-tabs--item.nav-tabs--item-open {
  pointer-events: auto;
}
.landing--nuestros-chefs_2021 .tabs-system .nav-tabs_chefs .ico-tab {
  width: 14px;
}
.landing--nuestros-chefs_2021 .tabs-system .momentos-eventos {
  padding: 0 0 1em 0;
}
.landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__item {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__item {
    margin-bottom: initial;
    padding-bottom: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__item img {
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__item .button {
    margin: 0 auto 1em auto;
  }
}
.landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__item.disabled .momentos-eventos__image {
  opacity: 0.5;
}
.landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__item.disabled .svg-tag {
  pointer-events: none;
}
.landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__item.disabled .button {
  pointer-events: none;
}
.landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__item .ver_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__item .ver_button svg {
  margin-right: 0.75em;
}
.landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__item .ver_button:hover svg path {
  fill: white;
}
.landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__image {
  opacity: 1;
}
.landing--nuestros-chefs_2021 .tabs-system .momentos-eventos__txt {
  padding: 2em 1em 2em 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  align-items: center;
  height: 100%;
}
.landing--nuestros-chefs_2021 .tabs-system .svg-tag {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.landing--nuestros-chefs_2021 .content-tabs_chefs .content-tabs--item {
  padding-bottom: 2em;
}
@media only screen and (max-width: 1024px) {
  .landing--nuestros-chefs_2021 .content-tabs_chefs .eventos--tabs__item {
    width: 100% !important;
  }
}
.landing--nuestros-chefs_2021 .content-tabs_chefs .categoria {
  font-size: initial;
}
.landing--nuestros-chefs_2021 .content-tabs_chefs .eventos--tabs__item .eventos__txt {
  min-height: 150px;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .content-tabs_chefs .slick-arrow {
    stroke-width: 2px;
    bottom: 60%;
  }
  .landing--nuestros-chefs_2021 .content-tabs_chefs .slick-arrow.prev {
    margin-left: 0.5em;
  }
  .landing--nuestros-chefs_2021 .content-tabs_chefs .slick-arrow.prev svg {
    transform: rotate(180deg) scale(1);
  }
  .landing--nuestros-chefs_2021 .content-tabs_chefs .slick-arrow.next {
    margin-right: 0.5em;
  }
  .landing--nuestros-chefs_2021 .content-tabs_chefs .slick-arrow.next svg {
    transform: scale(1);
  }
}
.landing--nuestros-chefs_2021 .content-tabs_seasons .dos-elementos--item {
  padding: initial;
}
.landing--nuestros-chefs_2021 .section-deg {
  background: linear-gradient(to bottom, #e2e0db 0%, #e2e0db 29.5vh, #fff 29.5vh, #fff 100%);
}
@media only screen and (min-width: 1280px) {
  .landing--nuestros-chefs_2021 .section-deg {
    background: linear-gradient(to bottom, #e2e0db 0%, #e2e0db 30.5vh, #fff 30.5vh, #fff 100%);
  }
}
@media only screen and (min-width: 1366px) {
  .landing--nuestros-chefs_2021 .section-deg {
    background: linear-gradient(to bottom, #e2e0db 0%, #e2e0db 33.5vh, #fff 33.5vh, #fff 100%);
  }
}
@media only screen and (min-width: 1440px) {
  .landing--nuestros-chefs_2021 .section-deg {
    background: linear-gradient(to bottom, #e2e0db 0%, #e2e0db 29.5vh, #fff 29.5vh, #fff 100%);
  }
}
@media only screen and (min-width: 1536px) {
  .landing--nuestros-chefs_2021 .section-deg {
    background: linear-gradient(to bottom, #e2e0db 0%, #e2e0db 32.5vh, #fff 32.5vh, #fff 100%);
  }
}
@media only screen and (min-width: 1920px) {
  .landing--nuestros-chefs_2021 .section-deg {
    background: linear-gradient(to bottom, #e2e0db 0%, #e2e0db 31.25vh, #fff 31.25vh, #fff 100%);
  }
}
@media only screen and (min-width: 2560px) {
  .landing--nuestros-chefs_2021 .section-deg {
    background: linear-gradient(to bottom, #e2e0db 0%, #e2e0db 28vh, #fff 28vh, #fff 100%);
  }
}
.landing--nuestros-chefs_2021 .section--this-season .momentos-eventos__titulo {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .section--this-season .momentos-eventos__titulo {
    min-height: 160px;
  }
}
@media only screen and (min-width: 1300px) {
  .landing--nuestros-chefs_2021 .section--this-season .momentos-eventos__titulo {
    font-size: 1.7em;
    padding: 0 1em;
  }
}
.landing--nuestros-chefs_2021 .play-container {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.landing--nuestros-chefs_2021 .elemento-video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing--nuestros-chefs_2021 .momentos-eventos__item {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .momentos-eventos__item {
    margin-bottom: initial;
    padding-bottom: initial;
  }
}
.landing--nuestros-chefs_2021 .momentos-eventos__item img {
  height: auto;
}
.landing--nuestros-chefs_2021 .tres-elementos {
  padding: 0;
  max-width: 1140px;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .tres-elementos {
    padding: 2em 0;
  }
}
.landing--nuestros-chefs_2021 .tres-elementos--item {
  margin: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .tres-elementos--item {
    width: 30%;
    margin: 1em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .tres-elementos--item .destacado__textInner-titulo {
    font-size: 2em;
  }
}
.landing--nuestros-chefs_2021 .video--futuro-mesa {
  max-width: 1140px;
  margin: 1em;
}
@media only screen and (min-width: 1024px) {
  .landing--nuestros-chefs_2021 .video--futuro-mesa {
    margin: 1em auto;
  }
}
.landing--nuestros-chefs_2021 .video--futuro-mesa .img-video {
  width: 100%;
  height: 50vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .destacado--1 .titular--3 {
    font-size: 1.5em;
  }
}
.landing--jardin .momentos-eventos__item {
  display: flex;
  flex-direction: column;
  margin: 1em 0;
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .momentos-eventos__item {
    width: 25%;
    margin: 0 2% 0.7em 0;
  }
}
.landing--jardin .momentos-eventos__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.landing--jardin .momentos-eventos__txt .button {
  font-size: 0.875em;
}
.landing--jardin .momentos-eventos__txt .button--small-one {
  padding: 0.75em 0.75em 0.75em 0.3em;
}
.landing--jardin .img-and-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.landing--jardin .img-and-txt .momentos-eventos__titulo {
  margin-bottom: 0;
  padding: 1em 0.5em 0.25em 0.5em;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .img-and-txt .momentos-eventos__titulo {
    padding: 1em 1.5em 0.25em 1.5em;
  }
}
.landing--jardin .img-and-txt .momentos-eventos__titulo.shadow {
  text-shadow: 1px 1px black;
}
.landing--jardin .img-and-txt .momentos-eventos__titulo.back-shadow {
  background: rgba(102, 102, 102, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(119, 119, 119, 0.75)));
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, rgba(119, 119, 119, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#666666", endColorstr="#777777", GradientType=0 );
}
.landing--jardin .img-and-txt.img-and-txt--velo::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.28);
  position: absolute;
}
.landing--jardin .fechasHibrid .evento {
  line-height: 1.2;
  margin-top: 0.5em;
  font-size: 1em;
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .fechasHibrid .evento {
    font-size: 1.5em;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .fechasHibrid .fechasHibrid__cifraDiaMes {
    font-size: 3em;
  }
}
.landing--jardin .slider__633-controls .slick-arrow {
  position: fixed;
}
@media only screen and (max-width: 1024px) {
  .landing--jardin .slider__633-controls .slick-arrow {
    bottom: auto;
    margin-top: 1.5em;
  }
}
.landing--jardin .slider__633-controls .slick-arrow.next {
  right: 1em;
}
.landing--jardin .slider__633-controls .slick-arrow.prev {
  left: 1em;
}
.landing--jardin .pestanas--listado--tabs-system .nav-tabs--item {
  min-width: 50%;
}
.landing--jardin .eventos__buttons_wrapper {
  min-height: 150px;
  align-items: center;
  justify-content: flex-end !important;
  flex-direction: column !important;
}
.landing--jardin .eventos__buttons_wrapper .button {
  width: 95% !important;
  margin: 0.5em auto !important;
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .eventos__buttons_wrapper .button.solo {
    width: 95%;
    max-height: 47px;
  }
}
.landing--jardin .eventos__buttons_wrapper .btn_descubre-mas-evento {
  margin-bottom: 1.5em !important;
}
.landing--jardin .eventos__buttons_wrapper .btn_descubre-mas-evento:hover {
  background: #fff !important;
  color: #808080;
}
.landing--jardin .eventos--tabs__item .eventos__txt .eventos__hora {
  min-height: 50px;
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .eventos--tabs__item .eventos__txt .eventos__titulo {
    min-height: 5em;
  }
}
@media only screen and (min-width: 1500px) {
  .landing--jardin .eventos--tabs__item .eventos__txt .eventos__titulo {
    min-height: 4em;
  }
}
.landing--jardin .eventos--tabs__item .eventos__txt .eventos__entrada-libre {
  min-height: 47px;
  margin: 0.25em 0;
  font-size: 0.875em;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1400px) {
  .landing--jardin .eventos--tabs__item .eventos__txt .eventos__entrada-libre {
    margin: 0.5em 0;
  }
}
.landing--jardin .eventos--tabs__item .eventos__info {
  width: 100%;
  left: 0;
}
.landing--jardin .fechasHibrid__tituloMes {
  display: flex;
  flex-direction: column;
}
.landing--jardin .btn_descubre-mas-evento--corunna:hover {
  background-color: #ffffff;
  color: #3E3A3B;
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .fechasHibrid__switchCont.hero {
    cursor: initial;
  }
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .fechasHibrid__descripcionDia {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .fechasHibrid__itemDia {
    margin-bottom: 0;
    transform: scale(0.85);
    transform-origin: top;
  }
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .fechasHibrid__itemDia .hora {
    transform: scale(1.25);
    transform-origin: left;
  }
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .fechasHibrid__itemDia .fechasHibrid__textoDia {
    transform: scale(1.25);
    transform-origin: left;
  }
}
@media only screen and (min-width: 1024px) {
  .landing--jardin .fechasHibrid__listaMes {
    margin-top: 0;
  }
}
.landing--jardin_madrid .pestanas--listado--tabs-system .nav-tabs--item {
  min-width: 20%;
}
@media only screen and (max-width: 1024px) {
  .landing--jardin_madrid .pestanas--listado--tabs-system .nav-tabs--item {
    font-size: x-small;
  }
}

@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .head.only-desktop-flex {
    display: none;
  }
}
.ficha--arco-2021 .head .video-bg__item {
  opacity: 0.5;
}
.ficha--arco-2021 .head .arcoLogo-ficha {
  position: absolute;
  left: 6%;
  width: 10%;
  top: 20vh;
}
.ficha--arco-2021 .head .arcoLogo-ficha .st0 {
  fill: #ffffff;
}
.ficha--arco-2021 .head .arcoLogo-ficha .linea {
  fill: #ffffff;
}
.ficha--arco-2021 .head .box__content {
  height: 70vh;
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .head .box__content {
    padding-top: 2em;
  }
}
.ficha--arco-2021 .head .box__content .img_artista {
  height: 55vh;
}
.ficha--arco-2021 .head .box__content .txt_artista {
  transform: translate(0, -17.5vh);
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista .firma {
    transform: translate(12.5vw, 2vh);
  }
}
.ficha--arco-2021 .head .box__content .txt_artista--antonio {
  transform: translate(0, -38vh);
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--antonio {
    transform: translate(0, -42vh);
  }
}
@media only screen and (min-width: 1400px) {
  .ficha--arco-2021 .head .box__content .txt_artista--antonio {
    transform: translate(0, -32vh);
  }
}
@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--antonio .firma {
    max-width: 65%;
    transform: translate(0, 5vh);
  }
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--antonio .firma {
    transform: translate(9.5vw, 2vh);
  }
}
@media only screen and (min-width: 1400px) {
  .ficha--arco-2021 .head .box__content .txt_artista--antonio .firma {
    transform: translate(9.5vw, 0);
  }
}
@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--antonio .title {
    line-height: 0.8 !important;
    transform: scale(0.9);
    font-size: 4em !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--antonio .subtitle {
    font-size: 1.75em !important;
  }
}
.ficha--arco-2021 .head .box__content .txt_artista--fernando {
  transform: translate(0, -18vh);
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--fernando {
    transform: translate(0, -14vh);
  }
}
@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--fernando .firma {
    max-width: 75%;
    transform: translate(0, -2vh);
  }
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--fernando .firma {
    transform: translate(9.5vw, -5vh);
  }
}
@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--fernando .title {
    line-height: 0.8 !important;
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--belen .firma {
    max-width: 75%;
    transform: translate(0, -2vh);
  }
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--belen .firma {
    transform: translate(9.5vw, -2vh);
  }
}
@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--belen .title {
    line-height: 0.8 !important;
    transform: scale(0.9);
  }
}
.ficha--arco-2021 .head .box__content .txt_artista--juan {
  transform: translate(0, -8vh);
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--juan {
    transform: translate(0, -13.5vh);
  }
}
@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--juan .firma {
    max-width: 75%;
    transform: translate(0, -5vh);
  }
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--juan .firma {
    transform: translate(9.5vw, -7vh);
  }
}
@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista--juan .title {
    line-height: 0.8 !important;
    transform: scale(0.9);
  }
}
.ficha--arco-2021 .head .box__content .txt_artista .title {
  font-size: 5em;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista .title {
    font-size: 5vw;
  }
}
.ficha--arco-2021 .head .box__content .txt_artista .subtitle {
  font-size: 2em;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .head .box__content .txt_artista .subtitle {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .destacado__textInner--big .titular {
    font-size: 1em !important;
    text-align: left;
    line-height: 1.5;
  }
}
.ficha--arco-2021 .destacado--1 .titular {
  line-height: 1.2;
}
.ficha--arco-2021 .destacado-video .destacado__textInner-texto {
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .ficha--arco-2021 .destacado-video .destacado__textInner {
    padding: 3em 2em 2em;
  }
  .ficha--arco-2021 .destacado-video .destacado__textInner .titular {
    font-size: 2em;
    text-align: left;
  }
  .ficha--arco-2021 .destacado-video .destacado__textInner .destacado__textInner-texto {
    text-align: left;
  }
}
.ficha--arco-2021 .destacado-video .destacado__videoInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2em 0;
}
.ficha--arco-2021 .destacado-video .destacado__videoInner .play-container {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.ficha--arco-2021 .destacado-video .destacado__videoInner .img-video {
  max-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  margin: auto;
  opacity: 0.5;
}
@media only screen and (min-width: 1024px) {
  .ficha--arco-2021 .destacado-video .destacado__videoInner .img-video {
    max-width: 65vw;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
  }
}
.ficha--arco-2021 .destacado--ficha-arco21__lightBox-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}
.ficha--arco-2021 .destacado--ficha-arco21__lightBox-video.on {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-in-out;
}
.ficha--arco-2021 .destacado--ficha-arco21__lightBox-video .lightBox-close {
  position: absolute;
  cursor: pointer;
  z-index: 11;
  color: #fff;
  top: 1em;
  right: 1em;
}
.ficha--arco-2021 .destacado--ficha-arco21__lightBox-video .video-bg__item {
  width: 90vw;
  height: 90vh;
  margin: auto;
}
.ficha--arco-2021 .destacado--ficha-arco21__lightBox-video--html5 .video-bg__item {
  -o-object-fit: contain;
  object-fit: contain;
}
.ficha--arco-2021 .momentos-eventos__txt {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ficha--arco-2021 .momentos-eventos__txt .button--underline.negativo {
  font-size: smaller;
}
.ficha--arco-2021 .momentos-eventos__txt .momentos-eventos__titulo {
  font-size: 2em;
}
.ficha--arco-2021 .momentos-eventos__txt .momentos-eventos__cat {
  font-size: 1.25em;
}
.ficha--arco-2021 .momentos-eventos__image {
  opacity: 1;
}
.ficha--arco-2021 .cuatro-elementos--item {
  margin-bottom: 0;
}

.banner-somos-familia--navidad .svg-container {
  width: 100%;
}
.banner-somos-familia--navidad .svg-container svg {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .banner-somos-familia--navidad .svg-container svg {
    display: block;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .banner-somos-familia--navidad .svg-container {
    max-width: 80%;
  }
}
.banner-somos-familia--navidad br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .banner-somos-familia--navidad br {
    display: block;
  }
}
.banner-somos-familia--navidad p {
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .banner-somos-familia--navidad p {
    width: 100%;
  }
}
.banner-somos-familia--navidad svg.ganas_de_compartir {
  width: 70%;
  max-width: 762px;
}
@media screen and (min-width: 1700px) {
  .banner-somos-familia--navidad svg.ganas_de_compartir {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .banner-somos-familia--navidad svg.ganas_de_compartir {
    margin-top: 10em;
    max-height: 150px;
  }
}
@media screen and (max-width: 360px) {
  .banner-somos-familia--navidad svg.ganas_de_compartir {
    width: 80%;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .banner-somos-familia--navidad svg.ganas_de_compartir {
    width: 50%;
    transform: translate(0, 14%);
  }
}
.banner-somos-familia--navidad svg.bottles-family-illustration {
  width: 40%;
  margin-top: -2em;
}
@media screen and (min-width: 1024px) {
  .banner-somos-familia--navidad svg.bottles-family-illustration {
    width: 100%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 360px) {
  .banner-somos-familia--navidad svg.bottles-family-illustration {
    margin-top: -4em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .banner-somos-familia--navidad svg.bottles-family-illustration {
    transform: scale(0.8);
    transform-origin: top center;
  }
}
@media screen and (max-width: 1023px) {
  .banner-somos-familia--julio-2021 .marcas-banner__lista {
    max-width: 75%;
  }
}
.banner-somos-familia--julio-2021 .marcas-banner__lista img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .banner-somos-familia--julio-2021 .marcas-banner__lista img {
    max-width: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .banner-somos-familia--julio-2021 .marcas-banner__lista img {
    max-width: 80px;
  }
}
.banner-somos-familia--julio-2021 .sf-logo {
  margin: auto;
  max-width: 150px;
}
@media screen and (min-width: 1024px) {
  .banner-somos-familia--julio-2021 .sf-logo {
    max-width: 200px;
  }
}
@media screen and (max-height: 650px) and (min-width: 1024px) {
  .banner-somos-familia--julio-2021 .box__content {
    transform: scale(0.7) !important;
    transform-origin: top;
    margin-top: 1em;
  }
}
@media screen and (max-height: 800px) and (min-width: 1024px) {
  .banner-somos-familia--julio-2021 .box__content {
    transform: scale(0.8);
  }
}
.banner-somos-familia--julio-2021 .collage-title {
  transform: translate(0, 1vh) scale(0.9);
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .banner-somos-familia--julio-2021 .collage-title {
    width: 45%;
  }
}
@media screen and (min-width: 1400px) {
  .banner-somos-familia--julio-2021 .collage-title {
    width: 60%;
  }
}
@media screen and (min-width: 1500px) {
  .banner-somos-familia--julio-2021 .collage-title {
    width: 50%;
  }
}
@media screen and (max-height: 650px) and (min-width: 1024px) {
  .banner-somos-familia--julio-2021 .collage-title {
    transform: scale(0.6) !important;
    transform-origin: bottom;
  }
}
@media screen and (max-height: 800px) and (min-width: 1024px) {
  .banner-somos-familia--julio-2021 .collage-title {
    transform: scale(0.8);
    transform-origin: bottom;
    height: 50vh !important;
    width: auto;
  }
}
.banner-somos-familia--julio-2021 .parrafo {
  line-height: 1.2;
  padding: 0 2em;
  font-size: x-small;
}
@media screen and (min-width: 380px) {
  .banner-somos-familia--julio-2021 .parrafo {
    font-size: small;
  }
}
@media screen and (min-width: 1400px) {
  .banner-somos-familia--julio-2021 .parrafo {
    font-size: small;
  }
}
@media screen and (max-width: 1024px) {
  .banner-somos-familia--julio-2021 .button {
    font-size: small;
  }
}

@media screen and (min-width: 1920px) {
  .hitos-1925 .slider__6-image {
    height: 830px;
  }
}
@media screen and (min-width: 1024px) {
  .hitos-1925 .destacado--3__titular {
    font-size: 2.5em;
  }
}
.hitos-1925 .section--tiempo .destacado__textInner-texto {
  font-size: 1.75em;
  line-height: 1.1;
  transform: scale(0.9);
}
@media only screen and (min-width: 1024px) {
  .hitos-1925 .section--tiempo .destacado__textInner-texto {
    font-size: 1.5em;
    transform: scale(1);
  }
}
.hitos-1925 .section--tiempo .img-cover-page {
  -o-object-fit: cover;
  object-fit: cover;
  height: 50vh;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hitos-1925 .section--tiempo .img-cover-page {
    height: auto;
  }
}

/*banner home terrazas 23-12-2020*/
.box__content-banner-terrazas-dic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  top: 5%;
}
@media only screen and (min-width: 768px) {
  .box__content-banner-terrazas-dic {
    top: 0;
    height: 85vh;
  }
}
@media only screen and (min-width: 1400px) {
  .box__content-banner-terrazas-dic {
    height: 100vh;
  }
}
.box__content-banner-terrazas-dic img {
  max-width: 70%;
  margin: auto;
}
.box__content-banner-terrazas-dic .logos-grupo-mahou-sanmiguel {
  max-width: 250px;
}
@media only screen and (min-width: 1600px) {
  .box__content-banner-terrazas-dic .logos-grupo-mahou-sanmiguel {
    max-width: 350px;
  }
}
.box__content-banner-terrazas-dic .logo-somos-familia {
  max-width: 200px;
}
@media only screen and (min-width: 1600px) {
  .box__content-banner-terrazas-dic .logo-somos-familia {
    max-width: 300px;
  }
}

.box__content-banner-terrazas-dic .mensaje-banner-terrazas-dic img {
  max-width: 90%;
}
.box__content-banner-terrazas-dic .mensaje-banner-terrazas-dic .mensaje {
  max-width: 80%;
}
@media only screen and (min-width: 768px) {
  .box__content-banner-terrazas-dic .mensaje-banner-terrazas-dic .mensaje {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .box__content-banner-terrazas-dic .mensaje-banner-terrazas-dic .mensaje {
    max-width: 45%;
  }
}
@media only screen and (min-width: 1024px) {
  .box__content-banner-terrazas-dic .mensaje-banner-terrazas-dic .mensaje {
    max-width: 55%;
  }
}
@media only screen and (min-width: 1500px) {
  .box__content-banner-terrazas-dic .mensaje-banner-terrazas-dic .mensaje {
    max-width: 65%;
  }
}
@media only screen and (min-width: 1600px) {
  .box__content-banner-terrazas-dic .mensaje-banner-terrazas-dic .mensaje {
    max-width: 80%;
  }
}
@media only screen and (min-width: 2000px) {
  .box__content-banner-terrazas-dic .mensaje-banner-terrazas-dic .mensaje {
    max-width: 100%;
  }
}

.video-popup--notfull {
  background-color: rgba(1, 1, 1, 0.8);
}

.video-popup--notfull .video-popUp__item {
  margin: auto;
  padding: 60px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .video-popup--notfull .video-popUp__item {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .video-popup--notfull .video-popUp__closer {
    right: 10em;
  }
}

@media only screen and (min-width: 1024px) {
  .video-popUp__closer--notfull {
    right: 10em;
  }
}

.blog__itemContent--marida-con-alhambra {
  transform: scale(0.75);
}
@media only screen and (min-width: 1024px) {
  .blog__itemContent--marida-con-alhambra {
    transform: scale(1);
  }
}

@media only screen and (max-width: 1024px) {
  .slider__634 .eventos--tabs__item {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .slider__634 .eventos--tabs__item {
    margin: 0 1% 2em 3%;
  }
  .slider__634.w60 {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .slider__634 .slick-track.two-items {
    transform: translate3d(0, 0, 0) !important;
    width: 100% !important;
  }
}

.bannerHome-jardin .logo-jardin {
  max-width: 70vw;
  margin-bottom: 5vh;
}
@media only screen and (min-width: 1024px) {
  .bannerHome-jardin .logo-jardin {
    max-width: 35vw;
  }
}
.bannerHome-jardin .img-cover-page_dk {
  -o-object-fit: fill;
  object-fit: fill;
}

@media only screen and (max-width: 1024px) {
  .bannerHome-iti .titular {
    font-size: 1.75em;
  }
}
.bannerHome-iti .logo-3star_es {
  display: inline-block;
  max-width: 60px;
}
@media only screen and (min-width: 1024px) {
  .bannerHome-iti .logo-3star_es {
    max-width: 80px;
  }
}

.bannerHome-lamiradasingular {
  justify-content: flex-end;
}

.tres-elementos--home-mirador .tres-elementos--item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .tres-elementos--home-mirador .tres-elementos--item {
    width: 33.333333%;
  }
}
.tres-elementos--home-mirador .txt_content {
  position: absolute;
  text-align: center;
  z-index: 1;
  cursor: default;
}
.tres-elementos--home-mirador .txt_content .parraph {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.7s ease-in;
}
.tres-elementos--home-mirador .txt_content .button {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in;
  position: absolute;
  margin-left: 20%;
}
.tres-elementos--home-mirador .txt_content .parraph {
  max-width: 300px;
}
.tres-elementos--home-mirador .txt_content .line {
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in;
  width: 0;
}
.tres-elementos--home-mirador .txt_content .button {
  width: 40%;
}
.tres-elementos--home-mirador .hover .parraph {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  transition: all 1.5s ease-in-out;
}
.tres-elementos--home-mirador .hover .button {
  opacity: 1;
  visibility: visible;
  min-height: 41px;
  transition: all 1s ease-in-out 0.5s;
  position: relative;
  margin-left: 0;
}
.tres-elementos--home-mirador .hover .line {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s ease-in-out 1s;
  width: 100%;
}
.tres-elementos--home-mirador .hover .button {
  width: 40%;
}

.podcast-landing .svg-path {
  position: absolute;
  width: 0;
  height: 0;
}
.podcast-landing .clipped {
  width: 35vh;
  height: 45vh;
  -webkit-clip-path: url(#clip-podcasts);
  clip-path: url(#clip-podcasts);
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing .clipped {
    width: 40vh;
    height: 50vh;
  }
}
.podcast-landing .destacado--1 .titular {
  margin-bottom: 1em;
  padding: 0 5%;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing.box__content {
    width: 100vw;
    height: 100%;
  }
}
.podcast-landing__cartelaTop {
  display: flex;
  flex-direction: column;
}
.podcast-landing__cartelaTop .podcast-landing__imgBox {
  opacity: 0;
  -webkit-animation: 2s fadeIn linear 0.5s forwards;
  animation: 2s fadeIn linear 0.5s forwards;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__cartelaTop {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.podcast-landing__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E4E2DB;
  height: 70vh;
  margin-top: 15vh;
  padding: 2em;
  border-bottom: 0.5em solid #B48932;
  border-top: 0.5em solid #B48932;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__top {
    padding: 3vw 5vw;
    border-bottom: 1em solid #B48932;
    border-top: 1em solid #B48932;
  }
}
.podcast-landing__imgTop {
  width: 110%;
}
.section--opacity .podcast-landing__imgTop {
  opacity: 1;
}
.podcast-landing__svgTitulo {
  max-width: 50vw;
  height: auto;
  margin: 2em auto 0;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__svgTitulo {
    max-width: 22vw;
    margin: 0 0 0 5vw;
  }
}
.podcast-landing__col {
  text-transform: uppercase;
  position: relative;
  height: 100%;
}
.podcast-landing__col:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4vw;
}
.podcast-landing__col:nth-child(1)::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  background: #3E3A3B;
  transform-origin: center bottom;
  transform: scaleY(0);
  -webkit-animation: 1.5s line1 1s ease-out forwards;
  animation: 1.5s line1 1s ease-out forwards;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__col:nth-child(1) {
    width: auto;
  }
}
.podcast-landing__col:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4vw;
}
.podcast-landing__col:nth-child(3)::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  background: #3E3A3B;
  transform-origin: center top;
  transform: scaleY(0);
  -webkit-animation: 1.5s line1 3s ease-out forwards;
  animation: 1.5s line1 3s ease-out forwards;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__col:nth-child(3) {
    width: auto;
  }
}
.podcast-landing__topContent {
  width: 100%;
}
.podcast-landing__itemTop {
  display: flex;
  justify-content: space-around;
}
.podcast-landing__itemTop .clipped {
  width: 58vw;
  height: 63vw;
}
.podcast-landing__itemTop .clipped + .podcast-landing__topSvg {
  align-self: flex-start;
  transform: scale(2.5);
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__itemTop .clipped + .podcast-landing__topSvg {
    transform: scale(2) translate(10%, -5%);
  }
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__itemTop .clipped {
    width: 60vh;
    height: 60vh;
  }
}
.podcast-landing__item {
  background: #E4E2DB;
  padding: 2em 1em;
  margin-top: 1em;
}
.podcast-landing__item:nth-child(5) .podcast-landing__topSvg {
  width: 6vw;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__item:nth-child(5) .podcast-landing__topSvg {
    width: 3vw;
  }
}
.podcast-landing__item:nth-child(6) .podcast-landing__topSvg {
  width: 6vw;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__item:nth-child(6) .podcast-landing__topSvg {
    width: 3vw;
  }
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__item .podcast-landing__imgTop {
    opacity: 0.8;
    transition: all 2s ease;
    transform-origin: center center;
    transform: translate(-10px, -15px) scale(1);
  }
  .podcast-landing__item .podcast-landing__imgTop:hover {
    opacity: 1;
    transform: translate(-10px, -15px) scale(0.95);
  }
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__item {
    width: 49%;
    margin: 0.5%;
  }
}
.podcast-landing__itemList {
  display: flex;
  flex-direction: column;
}
.podcast-landing__itemList.v1 {
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__itemList {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.podcast-landing__itemBtns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.podcast-landing__itemBtns .button {
  font-size: 0.85em;
  margin: 1.2em;
  white-space: nowrap;
}
.podcast-landing__itemBtns .button path {
  transition: all 0.5s ease;
}
.podcast-landing__itemBtns .button:hover .podcast-landing__spotyIcon path:nth-child(1) {
  fill: #3C3C3B;
}
.podcast-landing__itemBtns .button:hover .podcast-landing__spotyIcon path:nth-child(2) {
  fill: #ffffff;
}
.podcast-landing__itemBtns .button:hover .podcast-landing__spotyIcon path:nth-child(3) {
  fill: #ffffff;
}
.podcast-landing__itemBtns .button:hover .podcast-landing__spotyIcon path:nth-child(4) {
  fill: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__itemBtns .button {
    font-size: 1em;
  }
}
@media only screen and (max-width: 374px) {
  .podcast-landing__itemBtns .button {
    font-size: 0.75em;
  }
}
.podcast-landing__itemContent {
  width: 100%;
  margin: 1em auto 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__itemContent {
    width: 65%;
  }
}
.podcast-landing__topSvg {
  width: 8vw;
  height: auto;
  align-self: center;
}
.podcast-landing__topSvg--number {
  transform-origin: top right;
  transform: scale(1.5);
}
@media only screen and (min-width: 1024px) {
  .podcast-landing__topSvg {
    width: 4vw;
  }
}
.podcast-landing__verticalText {
  font-size: 0.8em;
  background: #E4E2DB;
  transform-origin: center center;
  transform: rotate(-90deg);
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding: 0 1em;
}
.podcast-landing__verticalText2 {
  transform: rotate(90deg);
}
.podcast-landing__cat {
  font-family: "IbarraReal-Italic", "Times New Roman", Times, serif;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.podcast-landing__name {
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  font-size: 1.8em;
}
.podcast-landing__descr {
  margin: 1em;
}
@media only screen and (max-width: 1024px) {
  .podcast-landing__podcastBox {
    padding: 1em;
  }
}

@-webkit-keyframes line1 {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes line1 {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ysl-events-loading {
  margin: 2em auto;
  color: indianred;
}

@media only screen and (max-width: 1024px) {
  .canalMA_Banner .box__content {
    transform: translate(0vw, -9vh) !important;
  }
}
.canalMA_Banner .box__content .svg-canal {
  transform: scale(0.8);
  width: 80vw;
}
@media only screen and (min-width: 1024px) {
  .canalMA_Banner .box__content .svg-canal {
    width: 19vw;
    transform: scale(1.75);
  }
}

.BannerHomeSingular .box__content {
  transform: translate(0, -70%);
}
.BannerHomeSingular .box__content img {
  width: 70vw;
}
@media only screen and (min-width: 390px) {
  .BannerHomeSingular .box__content {
    transform: translate(0, -100%);
  }
}
@media only screen and (min-width: 1024px) {
  .BannerHomeSingular .box__content {
    transform: translate(0, -40%);
  }
  .BannerHomeSingular .box__content img {
    min-width: 350px;
    width: 20vw;
  }
  .BannerHomeSingular .box__content .button {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 800px) {
  .BannerHomeSingular .box__content {
    transform: translate(0, -25%);
  }
}

body {
  font-size: 15px;
  /* cambio de referencia en los EM para pantallas grandes */
}
@media screen and (min-width: 2000px) {
  body {
    font-size: 20px;
  }
}

* {
  font-family: "gothamBook", sans-serif;
  color: #3E3A3B;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

li {
  margin: 0;
}

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

p {
  line-height: 1.5;
  color: inherit;
}

b {
  font-weight: normal;
}

button {
  background: transparent;
  border: none;
}

em {
  color: inherit;
  font-family: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

.elementos-separador {
  background: #A6385F;
  padding: 3em 2em;
  color: white;
  font-family: "ibarraReal", "Times New Roman", Times, serif;
  text-align: center;
  font-size: 3em;
}

#ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
  font-family: "gothamMedium", sans-serif;
  font-size: 1.0314em;
  color: #3E3A3B;
  font-weight: normal;
}/*# sourceMappingURL=style.css.map */


#popUpMaestros{
  position: fixed;
  right: -100%;
  bottom: 50%;
  transform: translateY(50%);
  width: 400px;
  z-index: 99999;
  -webkit-transition: ease-in-out 1.s;
  -moz-transition: ease-in-out 1s;
  -ms-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
}
#popUpMaestros .close-popUpMaestros{
  right: 10px;
  top: 10px;
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #popUpMaestros{
    bottom: 60%;
  }
}
#popUpMaestros.show{
  right: 0;
}
#popUpMaestros .info-content .info-img{
  background-color: #D9D9D9!important;
  padding: 10px;
}
#popUpMaestros .info-content .info-img img{
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
#popUpMaestros .info-content .info-text{
  background-color: #ffffff!important;
  padding: 20px;
  text-align: center;
}
#popUpMaestros .info-content .info-text h3{
  font-size: 16px;
  font-family: "gothamMedium",sans-serif;
  font-weight: normal;
  margin-bottom: 9px;
}
#popUpMaestros .info-content .info-text p{
  font-size: 14px;
  margin-bottom: 15px;
}
#popUpMaestros .info-content .info-text .button{
  margin: 0 auto;
}

.ybarraFont{
  font-family: "ibarraReal", "Times New Roman", Times, serif;
}


/* rediseño */

.distributor-link{
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #ffffff;
  padding: 0 1em;
}
.distributor-link p{
  width: 100%;
  padding: .6em 0;
}
.distributor-link p a{
  text-decoration: none;
  font-weight: 500;
  font-size: 1em;
  line-height: 32px;
  color: #3E3A3B;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "gothamMedium",sans-serif;
}
.distributor-link p a svg{
  margin-left: 10px;
  height: 0.8em;
}
.titular--h3{
  font-size: 1.2em;
}
@media only screen and (min-width: 1023px) {
  .distributor-link{
    flex-direction: row;
    padding: 1em;
  }
  .distributor-link p{
    width: 50%;
    padding: auto;
    padding: 1em 0;
  }
  .distributor-link p a{
    font-size: 1.1em;
  }
  .mirador-section .blog__gridItem{
    margin: 1em 0.65%;
  }
  .destacado-padd{
    padding: 4em 2em!important;
  }
  .titular--h3{
    font-size: 1.4em;
  }
}
.font-serif {
  font-family: "ibarraReal", "Times New Roman", Times, serif !important;
}

.destacado-padd{
  padding: 2em;
}

.slick-slide > div li.blog__gridItem {
  display: flex !important;
}
.video-full-muted{
  height: 100vh;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-full-muted .overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0;
  z-index: 1;
}
.video-full-muted .video-bg{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.video-full-muted .content-text{
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}
.video-full-muted .content-text h2{
  color: #ffffff;
  font-weight: 700;
  font-size: 2em;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3.6px;
  margin-bottom: 12px;
  font-family: "gothamMedium",sans-serif;
}
.video-full-muted .content-text .subtitle{
  font-weight: 400;
  font-size: 1em;
  line-height: 22px;
  letter-spacing: 4.29345px;
  margin-bottom: 40px;
  font-family: "gothamLight";
}

.video-full-muted img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.video-full-muted .content-text .content-text__tags{
  margin-bottom: 40px;
}
.video-full-muted .content-text .content-text__tags span{
  color: #ffffff;
  font-weight: 700;
  font-size: 15.2656px;
  line-height: 167.7%;
  letter-spacing: 4.29345px;
  text-align: center;
  display: block;
  font-family: "gothamMedium",sans-serif;
}

@media screen and (min-width: 1024px) {
  .video-full-muted .overlay{
    opacity: 0.4;
  }
  .video-full-muted .content-text{
    padding: 0;
  }
  .video-full-muted .content-text h2{
    font-size: 4em;
    line-height: 66px;
    letter-spacing: 11.8565px;
    margin-bottom: 25px;
  }
  .video-full-muted .content-text .subtitle{
    font-size: 1.2em;
    line-height: 25px;
    letter-spacing: 5.92826px;
    max-width: 540px;
    margin: 0 auto 40px;
  }
  .video-full-muted .content-text .content-text__tags span{
    font-size: 1.2em;
    line-height: 25px;
    letter-spacing: 5.92826px;
    display: inline;
  }
  .video-full-muted .content-text .content-text__tags span ~ span:before{
    content: '|';
    color: #ffffff;
    padding: 0 10px;
  }
}
.destacado.el-mirador .destacado__textInner-texto{
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #3E3A3B;
  margin-bottom: 0;
}
.destacado--1.el-mirador{
  padding: 40px 20px;
}

@media screen and (min-width: 1024px) {
  .destacado.el-mirador .destacado__textInner-texto{
    font-size: 2em;
    line-height: 46px;
  }
  .destacado--1.el-mirador{
    padding: 3em 2em 2em 2em;
  }
}
.nuestras-cervezas-home{
  background-color: #FAFAF8;
  padding: 30px 0 20px;
}
.nuestras-cervezas-home .slider__M-image {
  width: 100%;
}
.nuestras-cervezas-home .slider__M .slick-slide{
  transform: translate(0, 0);
}
.nuestras-cervezas-home .destacado{
  margin-bottom: 2em;
}
.nuestras-cervezas-home .destacado p{
  font-size: 24px;
  line-height: 36px;
  padding: 0 10px;
}
.nuestras-cervezas-home .info-item{
  margin-top: 2em;
  padding: 0 20px;
}
.nuestras-cervezas-home .info-item h3{
  font-weight: 400;
  font-size: 1.6em;
  line-height: 24px;
  text-align: center;
  letter-spacing: -1px;
}
.nuestras-cervezas-home .info-item p{
  font-weight: 400;
  font-size: 1em;
  line-height: 22px;
  margin: 12px auto 0;
}
@media screen and (max-width: 1024px){
  .nuestras-cervezas-home .slider__M-image {
    height: initial!important;
  }
}
@media screen and (min-width: 1024px) {

  .nuestras-cervezas-home{
    padding: 60px 0 0;
  }
  .nuestras-cervezas-home .destacado{
    margin-bottom: 3em;
  }
  .nuestras-cervezas-home .destacado p{
    font-size: 2em;
    line-height: 46px;
  }

  .nuestras-cervezas-home .info-item{
    margin-top: 3.5em;
    padding: 0;
  }
  .nuestras-cervezas-home .info-item h3{
    font-size: 2em;
    line-height: 30px;
  }
  .nuestras-cervezas-home .info-item p{
    font-size: 1em;
    line-height: 29px;
    max-width: 640px;
    margin: 20px auto 0;
  }
  .nuestras-cervezas-home .m-large {
    height: 65vh!important;
  }
  .nuestras-cervezas-home .slider__M .slick-slide {
    margin-right: 3em;
  }
  .nuestras-cervezas-home .slider__M .slick-slide:last-of-type {
    margin-right: 0;
  }
  .nuestras-cervezas-home .slider__MB ul.slick-dots{
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
  }

}
body.filtroEdad{
  overflow-y: hidden;
}
.z-boton{
  position: relative;
  z-index: 9;
  width: 60%;
  margin: 0 auto;
}
.slider-obras{
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.slider-obras .slick-slide img{
  width: auto!important;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  opacity: 1;
}
.slider-obras .destacado__textInner-texto{
  font-size: 1.4em;
}
.slider__Arco-controls .arco-next{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-90deg) scale(0.7);
}
.slider__Arco-controls .arco-prev{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(90deg) scale(0.7);
}
#recipe-votes {
  margin: 15px 0;
  padding: 20px 0;
}

#mrecipes #recipe-votes {
  margin: 15px 0;
  padding: 0;
}
section.box.overflow.relative.cream-2--bg {
  padding-bottom: 80px;
}