@charset "UTF-8";
/*!
Theme Name: Editorial Bambú
Theme URI: https://www.editorialbambu.com/
Author: alberta.barcelona
Author URI: https://alberta.barcelona/
Description: Tema per a la web d' Editorial Bambú
Version: 1.0.0
Text Domain: casals
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "Gotham-Book";
  src: url("fonts/Gotham-Book.otf") format("opentype");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("fonts/Gotham-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("fonts/Gotham-Medium.otf") format("opentype");
}
/* how to use it?
 // Any Class Selector

.element {
  background-color: yellow; // Regular styles (For below 320px)

  @include responsive('small') {
    background-color: red; // Styles for 'small' breakpoint or above (568px)
  }

  @include responsive('medium') {
    background-color: green; // Styles for 'medium' breakpoint or above (768px)
  }

  @include responsive('large') {
    background-color: blue; // Styles for 'large' breakpoint or above (1024px)
  }
}
*/
/*
* Map for breakpoints
* https://medium.com/@jainbhavukspeaks/leveraging-scss-mixins-to-create-responsive-layouts-the-easy-way-5bbe4080cb15
*/
/*
* Variables for breakpoints
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-family: "Gotham-Medium", sans-serif;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #252525;
  font-family: "Gotham-Book", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h1, .h1 {
  font-size: 3em;
  line-height: 1.1em;
  margin: 0.3em 0;
  font-weight: normal;
  color: #000000;
  font-family: "Gotham-Medium", sans-serif;
}
@media only screen and (min-width: 1024px) {
  h1, .h1 {
    /* font-size: calc(48px + (89 - 48)*(100vw - 780px)/(1920 - 780)); */
    font-size: calc(48px + (52 - 48) * (100vw - 780px) / (1920 - 780));
  }
}
h1.entry-title, .h1.entry-title {
  /* font-size: 1.875em; //30px */
  font-size: 2.375em;
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  h1.entry-title, .h1.entry-title {
    font-size: calc(30px + (40 - 30)*(100vw - 780px)/(1920 - 780));
  }
}

h2, .h2, .product_title, .post .entry-content h2.mod-title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  margin: 0.1em 0;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  h2, .h2, .product_title, .post .entry-content h2.mod-title {
    font-size: calc(30px + (40 - 30)*(100vw - 780px)/(1920 - 780));
  }
}

h3, .h3 {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.625em;
  line-height: 1.2em;
  margin: 0.1em 0;
  font-weight: normal;
}
h3 strong, .h3 strong {
  font-family: "Gotham-Book", sans-serif;
}
@media only screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: calc(26px + (30 - 26)*(100vw - 780px)/(1920 - 780));
  }
}

.post .entry-content h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0.1em 0;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .post .entry-content h2 {
    font-size: calc(23px + (30 - 23)*(100vw - 780px)/(1920 - 780));
  }
}

h4, .h4, .post .entry-content h3 {
  font-size: 1.31em;
  margin: 0.1em 0;
  line-height: 1.4em;
  font-weight: normal;
  font-family: "Gotham-Medium", sans-serif;
}
@media only screen and (min-width: 1024px) {
  h4, .h4, .post .entry-content h3 {
    font-size: 22px;
  }
}

h5, .h5, .post .entry-content h4 {
  font-size: 1.125em;
  margin: 0.1em 0;
  font-weight: normal;
  line-height: 1.4em;
}
@media only screen and (min-width: 1024px) {
  h5, .h5, .post .entry-content h4 {
    font-size: calc(18px + (22 - 18)*(100vw - 780px)/(1920 - 780));
  }
}

h6, .h6, .post .entry-content h5 {
  font-size: 1.1em;
}

.post .entry-content h6 {
  font-size: 1em;
}

.mod-intro {
  font-size: 1.125em;
}

.woocommerce-products-header, .entry-header {
  margin-top: 3em;
  /* margin-bottom: 2em;*/
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-products-header, .entry-header {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 1350px) {
  .woocommerce-products-header, .entry-header {
    margin-top: 4.5vw;
  }
}

.page-title {
  color: #000000;
}
.page-title.h2 {
  margin-top: 2em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  .page-title.h2 {
    margin-top: 4vw;
    margin-bottom: 2vw;
  }
}

.woocommerce-products-header__title {
  font-size: 3em;
  line-height: 1.1em;
  margin: 0 0 0.6em;
  font-weight: normal;
  color: #000000;
}
.woocommerce-products-header__title.product_title {
  font-size: 2.37em;
  line-height: 1.1em;
  margin: 0.1em 0;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-products-header__title {
    font-size: calc(48px + (52 - 48)*(100vw - 780px)/(1920 - 780));
  }
  .woocommerce-products-header__title.product_title {
    font-size: calc(38px + (52 - 38)*(100vw - 780px)/(1920 - 780));
  }
}

p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* estilos para el backoffice */
.texto-introduccion {
  font-size: 1.125rem;
}

.texto-pequeno {
  font-size: 0.75rem;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
body.submenu-active #page {
  position: fixed;
}

#page {
  width: 100vw;
  overflow: hidden;
}

.ico-cuenta-combel {
  display: inline-block;
  background: url(img/logo-cuenta-combel.svg) no-repeat left 7px;
  width: 9.3em;
  height: 2em;
  background-size: 100%;
  color: transparent;
}
body.lang-ca .ico-cuenta-combel {
  background-image: url(img/logo-conta-combel.svg);
}
@media screen and (min-width: 1350px) {
  .ico-cuenta-combel {
    margin-bottom: -0.5em;
  }
}

.logo-cuenta-combel {
  display: inline-block;
  background: url(img/logo-cuenta-combel.svg) no-repeat left 7px;
  width: 9.3em;
  background-size: 100%;
  line-height: 1.2em;
  color: transparent;
}
body.lang-ca .logo-cuenta-combel {
  background-image: url(img/logo-conta-combel.svg);
}
@media screen and (min-width: 1350px) {
  .logo-cuenta-combel {
    margin-bottom: -1.5em;
  }
}

.text-intro {
  font-size: 1.25em;
}

.otgs-development-site-front-end {
  display: none;
}

hr {
  background-color: transparent;
  border-color: #ececec !important;
  height: 1px;
  margin-bottom: 3vw;
  margin-top: 3vw;
}

ul,
ol {
  margin: 0 0 1.5em;
}
ul li,
ol li {
  margin: 1em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

.image {
  overflow: hidden;
}

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

@font-face {
  font-family: "editorial-casals-icons";
  src: url("fonts/editorial-casals-icons.ttf?m5khah") format("truetype"), url("fonts/editorial-casals-icons.woff?m5khah") format("woff"), url("fonts/editorial-casals-icons.svg?m5khah#editorial-casals-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "editorial-casals-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
  content: "\e901";
}

.icon-arrow_link_l:before {
  content: "\e902";
}

.icon-arrow_link:before {
  content: "\e914";
}

.icon-arrow-close:before {
  content: "\e900";
}

.icon-arrow-open:before {
  content: "\e903";
}

.icon-audio-bambu:before {
  content: "\e904";
}

.icon-bambu-lector:before {
  content: "\e905";
}

.icon-btn-arrow-left:before {
  content: "\e906";
}

.icon-btn-arrow-right:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-download-bambu:before {
  content: "\e909";
}

.icon-download-cover-combel:before {
  content: "\e90a";
}

.icon-download-pdf-combel:before {
  content: "\e90b";
}

.icon-ecasals:before {
  content: "\e90c";
}

.icon-editorial-casals:before {
  content: "\e90d";
}

.icon-facebook:before {
  content: "\e90e";
}

.icon-editorial-casals-logos:before {
  content: "\e90f";
}

.icon-menu-combel:before {
  content: "\e910";
}

.icon-instagram:before {
  content: "\e911";
}

.icon-bambu:before {
  content: "\e912";
}

.icon-combel:before {
  content: "\e913";
}

.icon-menu-bambu:before {
  content: "\e915";
}

.icon-new-title-cat-bambu:before {
  content: "\e91a";
}

.icon-plus:before {
  content: "\e91e";
}

.icon-minus:before {
  content: "\e91f";
}

.icon-review-bambu:before {
  content: "\e920";
}

.icon-review-combel:before {
  content: "\e921";
}

.icon-search:before {
  content: "\e922";
}

.icon-send-mail:before {
  content: "\e923";
}

.icon-to-top .path1:before {
  content: "\e924";
  color: black;
}

.icon-to-top .path2:before {
  content: "\e925";
  margin-left: -1em;
  color: white;
}

.icon-twitter:before {
  content: "\e928";
}

.icon-youtube:before {
  content: "\e929";
}

.icon-zoom:before {
  content: "\e92a";
}

/* Links
--------------------------------------------- */
a {
  color: #000000;
}
a:hover, a:focus, a:active {
  color: #6d6d6d;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button, .btn, a.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit], .post .entry-body .entry-content .btn {
  font-size: 1rem;
  letter-spacing: 1px;
  border-radius: 1em;
  background: #000000;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  padding: 1.5em 2.2em 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
button:hover, .btn:hover, a.wp-block-button__link:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .post .entry-body .entry-content .btn:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}
button:active, button:focus, .btn:active, .btn:focus, a.wp-block-button__link:active, a.wp-block-button__link:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus, .post .entry-body .entry-content .btn:active, .post .entry-body .entry-content .btn:focus {
  border-color: #6d6d6d;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  button, .btn, a.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit], .post .entry-body .entry-content .btn {
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 1024px) {
  button, .btn, a.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit], .post .entry-body .entry-content .btn {
    font-size: 0.937em;
    /* letter-spacing: .2em; */
  }
}
@media only screen and (min-width: 1600px) {
  button, .btn, a.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit], .post .entry-body .entry-content .btn {
    font-size: 1em;
  }
}

/* hover effect button info */
@media only screen and (min-width: 1350px) {
  .menu-principal-container ul li {
    background-color: transparent !important;
    border: none;
  }

  .menu-principal-container ul li::before {
    display: none;
  }

  .menu-principal-container ul li a {
    background: linear-gradient(#6d6d6d, #6d6d6d);
    background-size: 0 2px, 0 2px;
    background-position: 100% 100%, -2px 100%;
    background-repeat: no-repeat;
    display: inline-block;
    padding-bottom: 0.3em !important;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0 !important;
  }

  .menu-principal-container ul li .sub-menu-container a {
    background: linear-gradient(#fff, #fff);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, -2px 100%;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-principal-container ul li a:hover {
    animation: threeUnderlineOut 0.4s cubic-bezier(0.45, 0, 0.85, 2) forwards, threeUnderlineIn 0.2s 0.2s cubic-bezier(0.2, 0.85, 0.45, 1) forwards;
  }
}
/* hover effect info */
@keyframes threeUnderlineOut {
  to {
    background-size: 0 2px, 100% 2px;
  }
}
@keyframes threeUnderlineIn {
  from, to {
    background-position: 0 100%, 100% 100%;
  }
  to {
    background-size: 100% 2px, 0 2px;
  }
}
/* Aylen https://tympanus.net/Development/ButtonStylesInspiration/ 
.btn {
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	z-index: 1;
}
.btn::before,
.btn::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn::before {
	background: #cd8282;
}
.btn::after {
	background: #cd4f4f;
}
.btn:hover::before,
.btn:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.btn:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
*/
.btn, a.wp-block-button__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  padding: 1.2em 2.1em 1.1em;
  font-family: "Gotham-Medium", sans-serif;
}
.btn.big-btn:hover, a.wp-block-button__link.big-btn:hover {
  transform: scale(1.02);
}
.btn.secondary-btn, a.wp-block-button__link.secondary-btn {
  background: #fff;
  color: #252525;
  border: 1px solid #252525;
  font-size: 14px;
}
.btn.secondary-btn:hover, a.wp-block-button__link.secondary-btn:hover {
  text-decoration: none;
  background: #D2E9E3;
}
.btn.secondary-btn.active, a.wp-block-button__link.secondary-btn.active {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
.btn.secondary-btn.current, a.wp-block-button__link.secondary-btn.current {
  background: #ccc;
  border-color: #ccc;
  color: #fff;
}
.blue-btns .btn.secondary-btn:hover, .blue-btns a.wp-block-button__link.secondary-btn:hover {
  text-decoration: none;
  background: #ccc;
  border-color: #ccc;
}
.blue-btns .btn.secondary-btn.active, .blue-btns a.wp-block-button__link.secondary-btn.active {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
.blue-btns .btn.secondary-btn.current, .blue-btns a.wp-block-button__link.secondary-btn.current {
  background: #ccc;
  border-color: #ccc;
  color: #fff;
}
.btn.go-btn, a.wp-block-button__link.go-btn {
  position: relative;
  font-size: 14px;
  padding-right: 5em;
  letter-spacing: 1.8px;
}
.btn.go-btn:after, a.wp-block-button__link.go-btn:after {
  position: absolute;
  display: block;
  right: 2em;
  top: 1em;
  font-family: "editorial-casals-icons";
  content: "";
  font-size: 1.1em;
}
.btn.go-btn:hover, a.wp-block-button__link.go-btn:hover {
  background-color: #6d6d6d;
}
@media only screen and (min-width: 1350px) {
  .btn.big-btn, a.wp-block-button__link.big-btn {
    padding: 1.7em 2.3em;
    border-radius: 0.75em;
  }
}
.btn.extra-big-btn, a.wp-block-button__link.extra-big-btn {
  padding: 1.7em 2.3em;
  font-size: 1.2em;
}

.menu-btn {
  background-color: transparent;
  color: #252525;
  border: none;
  padding: 0.6em;
  font-size: 1.3em;
}
.menu-btn:hover {
  color: #252525;
  background-color: transparent;
}

.search-btn {
  background: #000000;
  white-space: nowrap;
  padding: 0.5em;
  border: none;
  letter-spacing: 1px;
  border-radius: 3em;
}
.search-btn .text {
  color: #fff;
  padding-right: 1em;
  text-transform: none;
  font-family: "Gotham-Book", sans-serif;
}
.search-btn .icon-search {
  color: #fff;
}
.search-btn:hover {
  background-color: #6d6d6d;
}
@media only screen and (min-width: 1350px) {
  .search-btn {
    padding: 1.5em 2em;
    border-radius: 2.4em;
    margin-top: 0.15em;
  }
}
@media only screen and (min-width: 1600px) {
  .search-btn {
    padding: 1.3em 2em;
    margin-top: 0.15em;
  }
}

.btn-container {
  margin: 1em 0;
}

.link-btn {
  color: #252525;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 0.75rem;
  padding-right: 2.9em;
}
.link-btn:after {
  position: absolute;
  display: block;
  right: 0;
  top: -0.1em;
  font-family: "editorial-casals-icons";
  content: "";
  font-size: 1.1em;
}
.link-btn.go-btn {
  font-size: 14px;
}
.link-btn.go-btn:after {
  position: absolute;
  display: block;
  right: 0;
  top: -0.2em;
  content: "→";
  font-size: 1.5em;
}
.link-btn:hover {
  color: #000000;
}
@media only screen and (min-width: 1350px) {
  .link-btn {
    font-size: 0.8rem;
  }
}

.info-btn {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 0.875rem;
  color: #252525;
  text-decoration: underline;
  padding-right: 2.5em;
}
@media only screen and (min-width: 1350px) {
  .info-btn {
    font-size: 1em;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #252525;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.casals-form label {
  display: block;
}
.casals-form label.text-label {
  text-transform: uppercase;
}
.casals-form input.text-input {
  border-top: none;
  border-right: none;
  border-left: none;
  width: 20em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.top-mod {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .top-mod {
    margin-bottom: 2.4em;
  }
}
@media only screen and (min-width: 1024px) {
  .top-mod {
    margin-bottom: 3vw;
  }
}

.bottom-mod {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) {
  .bottom-mod {
    margin-top: 2.4em;
  }
}
@media only screen and (min-width: 1024px) {
  .bottom-mod {
    margin-top: 3vw;
  }
}

.margin-mod {
  margin-top: 5em;
  margin-bottom: 5em;
}
@media only screen and (min-width: 768px) {
  .margin-mod {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 1024px) {
  .margin-mod {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}

.columns-2 {
  width: 48.1%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.block-header {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1350px) {
  .block-header {
    margin-bottom: 3em;
  }
}

.flickity-button:focus, .flickity-button:hover {
  box-shadow: none !important;
  color: #D2E9E3 !important;
}

.flickity-button {
  transition: all 1s;
}

.flickity-button.previous:hover {
  margin-left: -5px;
}

.flickity-button.next:hover {
  margin-left: 5px;
}

.mod-title {
  color: #000000;
  margin-bottom: 0.4em;
}

.collection-title {
  color: #000000;
}

.mod-intro, .term-description {
  font-size: 18px;
  margin-bottom: 1.5em;
  max-width: 58em;
}
@media only screen and (min-width: 1024px) {
  .mod-intro, .term-description {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1600px) {
  .mod-intro, .term-description {
    font-size: 20px;
  }
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.fadeIn {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fadeIn.animVisible {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fadeInUp.animVisible {
  opacity: 1;
  transform: translateY(0);
}

/* Animació per fadeInLeft */
.fadeInLeft {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fadeInLeft.animVisible {
  opacity: 1;
  transform: translateX(0);
}

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

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

.bl-videos {
  position: relative;
  width: 100%;
}

.bl-videos .videos-list .ec-video .top-text {
  padding: 1em 0;
}

.bl-videos .videos-list .ec-video .bottom-text {
  padding: 1em 0;
}

.ec-row {
  background-color: #ECF4F9;
  padding-top: 2em;
  padding-bottom: 2em;
}
.ec-row .wp-block-embed {
  margin: 0;
}

.ec-row-2, .ec-row-4 {
  background-color: #fff;
}

.bl-videos .videos-list .ec-video .wrap {
  padding-left: 0;
  padding-right: 0;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1350px) {
  .ec-row {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
#primary .asp_w_container_6 {
  width: 13em;
}
#primary .asp_w_container_6 .asp_m_6 {
  border-radius: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#ajaxsearchpro6_1 .probox, #ajaxsearchpro6_2 .probox, div.asp_m.asp_m_6 .probox {
  margin-top: 5px !important;
  margin-bottom: 13px !important;
}

#ajaxsearchpro6_1 .probox .promagnifier .innericon, #ajaxsearchpro6_2 .probox .promagnifier .innericon, div.asp_m.asp_m_6 .probox .promagnifier .innericon {
  margin-top: 0.3em;
}
#ajaxsearchpro6_1 .probox .promagnifier .innericon:before, #ajaxsearchpro6_2 .probox .promagnifier .innericon:before, div.asp_m.asp_m_6 .probox .promagnifier .innericon:before {
  content: "";
  font-family: "editorial-casals-icons" !important;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#ajaxsearchpro6_1 .probox .promagnifier .innericon svg, #ajaxsearchpro6_2 .probox .promagnifier .innericon svg, div.asp_m.asp_m_6 .probox .promagnifier .innericon svg {
  display: none;
}

.site-header a {
  color: #252525;
}

/* HOME HEADER */
@media screen and (min-width: 1024px) {
  body.page-template-page-home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  body.page-template-page-home .entry-content {
    margin-top: 0;
    /* perquè el header té posició absolute en la home */
  }
}

.top-bar {
  display: none;
}
@media screen and (min-width: 1350px) {
  .top-bar {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    flex-direction: row-reverse;
  }
  .top-bar .top-navigation {
    margin-left: auto;
    font-family: "Gotham-Medium", sans-serif;
  }
  .top-bar .top-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: end;
  }
  .top-bar .top-navigation ul li {
    padding-left: 1em;
    font-size: 0.9em;
    margin-top: 1.75em;
    margin-bottom: 0;
  }
  .top-bar .top-navigation ul li a {
    text-decoration: none;
  }
  .top-bar .social-links-mod {
    width: auto;
    float: none;
    margin-left: 2em;
  }
}

.social-links-mod {
  width: 50%;
  float: left;
}
.social-links-mod ul.social-links {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
}
.social-links-mod ul.social-links li {
  padding-right: 1em;
  margin: 0.7em 0;
  margin-bottom: 0;
  margin-top: 1.3em;
}
.social-links-mod ul.social-links li a {
  display: block;
  border: none;
  text-decoration: none;
}
.social-links-mod ul.social-links li a span {
  font-size: 1.2em;
}
.menu-principal-container .social-links-mod .social-links {
  margin-top: 1em;
  float: none;
}
.menu-principal-container .social-links-mod .social-links a {
  font-size: 1.2em;
}

#menu-secundario li a:hover {
  text-decoration: underline;
}
#menu-secundario li.wpml-ls-first-item {
  padding-left: 3em;
}
#menu-secundario li.wpml-ls-current-language a {
  color: #000000;
}
#menu-secundario li.wpml-ls-current-language a:hover {
  text-decoration: none;
}
#menu-secundario #menu-item-39212, #menu-secundario #menu-item-39210, #menu-secundario #menu-item-39211 {
  display: none;
}

.menu-principal-container .lang-mod {
  width: 50%;
  text-align: right;
  float: right;
  margin-top: 3em;
}
.menu-principal-container .lang-mod .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none !important;
}
.menu-principal-container .lang-mod li a {
  border: none !important;
  padding-right: 2.3em;
}
.menu-principal-container .lang-mod li a.wpml-ls-item-toggle:after {
  content: "\e903";
  font-family: "editorial-casals-icons";
  border: none;
  font-size: 0.6em;
  color: #000000;
}
.menu-principal-container .lang-mod li.wpml-ls-current-language:hover > a {
  background: none !important;
}
@media screen and (min-width: 1350px) {
  .menu-principal-container .lang-mod {
    display: none;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.site-header .white-bar {
  background-color: #fff;
  position: absolute;
  top: 2.5em;
  left: 0;
  right: 0;
  height: 3.5em;
}

.menu-bar {
  display: flex;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 0.3em;
  /*
  @media screen and (min-width: 1600px) {
      .menu-right-area{
          .main-navigation{
              float: left;
              margin-left: 8%;
          }
      }
  }
      */
}
.menu-bar .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.menu-bar .white-bar {
  left: 0;
  right: 0;
  top: 2.2em;
  height: 3.8em;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  transition: all 0.2s ease-in-out;
}
body.fixed-header .menu-bar .white-bar {
  top: 0;
}
.menu-bar .site-branding {
  width: 50%;
  z-index: 999999;
  transition: all 0.2s ease-in-out;
}
.menu-bar .site-branding .custom-logo-link {
  transition: all 0.2s ease-in-out;
  width: 100px;
  padding: 0;
}
.menu-bar .site-branding p {
  display: none;
}
body.fixed-header .menu-bar .site-branding {
  margin-top: 0;
}
body.fixed-header .menu-bar .site-branding .custom-logo-link {
  width: 55px;
  margin-top: -0.8em;
}
.menu-bar .menu-right-area {
  width: 50%;
  text-align: right;
  margin-top: 1.7em;
  transition: all 0.2s ease-in-out;
}
body.fixed-header .menu-bar .menu-right-area {
  margin-top: -0.6em;
}
body.fixed-header .menu-bar .menu-right-area .main-navigation .menu {
  padding-top: 0;
}
.menu-bar .menu-right-area .main-navigation {
  float: right;
}
.menu-bar .menu-right-area .search-form-mod {
  float: right;
  margin-right: 0.7em;
}
.menu-bar .menu-right-area .search-form-mod .search-form-container {
  display: none;
  position: fixed;
  background: #000000;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  padding: 1em 0 2em;
  z-index: 99999;
}
.menu-bar .menu-right-area .search-form-mod .search-form-container .close {
  top: 2.3em;
}
.menu-bar .menu-right-area .search-form-mod .btn .text {
  display: none;
}
.menu-bar .menu-right-area .search-form-mod .btn .icon-search {
  font-size: 1.5em;
}
@media screen and (min-width: 1350px) {
  .menu-bar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu-bar .wrap {
    padding-left: 0;
    padding-right: 0;
    margin-left: 6vw;
    margin-right: 6vw;
  }
  .menu-bar .white-bar {
    left: 8vw;
    right: 8vw;
    top: 1.3em;
    height: 4em;
    transition: all 0.2s ease-in-out;
  }
  body.fixed-header .menu-bar .white-bar {
    top: 0;
    height: 4.4em;
    left: 0;
    right: 0;
  }
  .menu-bar .site-branding {
    width: 20%;
    margin-top: -1.6em;
    transition: all 0.2s ease-in-out;
  }
  .menu-bar .site-branding .custom-logo-link {
    transition: all 0.2s ease-in-out;
    width: 130px;
  }
  body.fixed-header .menu-bar .site-branding {
    margin-top: 0;
  }
  body.fixed-header .menu-bar .site-branding .custom-logo-link {
    width: 70px;
    margin-top: 0;
  }
  .menu-bar .menu-right-area {
    float: none;
    width: 60%;
    text-align: left;
    transition: all 0.2s ease-in-out;
    margin-right: 20%;
    text-align: center;
  }
  body.fixed-header .menu-bar .menu-right-area {
    margin-top: 1.4em;
  }
  body.fixed-header .menu-bar .menu-right-area .main-navigation .menu {
    padding-top: 0;
  }
  body.fixed-header .menu-bar .menu-right-area .search-form-mod {
    top: 0;
  }
  .menu-bar .menu-right-area .main-navigation {
    float: none;
    display: inline-block;
    transition: all 0.2s ease-in-out;
  }
  .menu-bar .menu-right-area .main-navigation .menu {
    transition: all 0.2s ease-in-out;
    padding-top: 0.8em;
  }
  .menu-bar .menu-right-area .search-form-mod {
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 0;
    top: 1.1em;
  }
  .menu-bar .menu-right-area .search-form-mod .search-form-container {
    padding: 3.5em 0 4.7em;
  }
  .menu-bar .menu-right-area .search-form-mod .search-form-container .close {
    font-size: 1.4em;
    right: 6vw;
    top: 2.8em;
  }
  .menu-bar .menu-right-area .search-form-mod .btn .text {
    display: inline-block;
    text-wrap: wrap;
  }
  .menu-bar .menu-right-area .search-form-mod .btn .icon-search {
    vertical-align: middle;
  }
}
@media screen and (min-width: 1600px) {
  .menu-bar .site-branding .custom-logo-link {
    width: 146px;
  }
}

.search-form-container {
  background: #000000;
  color: #fff;
  padding: 1.6em 0;
}
.search-form-container .close {
  font-size: 1em;
  position: absolute;
  right: 1.4em;
  top: 1.6em;
  cursor: pointer;
  transform: rotate(-225deg);
  transition: transform 0.2s;
  color: #fff;
}
.search-form-container .form-inner {
  width: 87%;
}
@media screen and (min-width: 1024px) {
  .search-form-container .form-inner {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .search-form-container .form-inner {
    width: 33%;
  }
}
.search-form-container.active .close {
  transform: rotate(0);
}

.asp_w_container .asp_w .proclose {
  font-size: 0.8em;
  top: 1em;
}
.asp_w_container .asp_w .proclose svg {
  display: none;
}
.asp_w_container .asp_w .proclose:before {
  content: "\e908";
  font-family: "editorial-casals-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.asp_w_container .asp_w .proinput {
  border: none;
  font-size: 1em;
  color: #252525;
  /*
  &:focus{
      border-color: $color__background-body;
  }
  */
}
.asp_w_container .asp_w .aws_result_title {
  color: #000000;
}
.asp_w_container .promagnifier {
  background: #fff;
  border: none;
}
.asp_w_container .promagnifier .innericon {
  /* border-left: 1px solid $color__background-hr; */
}
.asp_w_container .promagnifier .innericon svg {
  display: none;
}
.asp_w_container .promagnifier .innericon:before {
  content: "\e922";
  font-family: "editorial-casals-icons";
  font-size: 1.5em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.asp_r.asp_r_4.vertical .results {
  height: auto !important;
}

div.asp_ball-grid-pulse > div {
  background-color: #FFFFFF80 !important;
}

div.asp_m.ajaxsearchpro .probox {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.probox .proinput, div.asp_m.asp_m_4 .probox .proinput {
  margin: 0 !important;
}

.vertical, div.asp_r.asp_r_4.vertical {
  border-radius: 0 !important;
  padding: 1em !important;
  background-color: #fff !important;
  border: 1px solid #ececec !important;
}

.asp_nores, div.asp_r.asp_r_4 .asp_nores {
  border-bottom: 1px solid #ececec !important;
  box-shadow: 0 5px 5px -5px #fff !important;
}

.asp_nores .asp_keyword, div.asp_r.asp_r_4 .asp_nores .asp_keyword {
  color: #000000 !important;
  font-weight: normal !important;
}

.results .item .asp_content h3 a, div.asp_r.asp_r_4 .results .item .asp_content h3 a {
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

p.showmore a, div.asp_r.asp_r_4 p.showmore a {
  font-family: "Gotham-Book", sans-serif !important;
  color: #000000 !important;
  font-size: 14px !important;
}

.results .item div.asp_content, div.asp_r.asp_r_4 .results .item div.asp_content {
  font-size: 14px !important;
}

.asp_nores .asp_nores_kw_suggestions, div.asp_r.asp_r_4 .asp_nores .asp_nores_kw_suggestions {
  color: #252525 !important;
}

.vertical .item, div.asp_r.asp_r_4.vertical .item {
  border-bottom: 1px solid #ececec !important;
}

.vertical .item:last-child, div.asp_r.asp_r_4.vertical .item:last-child {
  border-bottom: none !important;
}

.vertical .results .item .asp_image, div.asp_r.asp_r_4.vertical .results .item .asp_image {
  margin: 2px 20px 0 1px !important;
}

.site-footer {
  position: relative;
  background-color: #000000;
  color: #fff;
  margin-top: 0;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer a#go-top {
  position: absolute;
  right: 1em;
  top: -4em;
  background-color: #000000;
  border-radius: 1.25em;
  display: block;
  font-size: 1.8em;
  rotate: -90deg;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  rotate: -90deg;
  padding: 0.5em;
  text-decoration: none;
  transition: background-color 0.5s ease-in-out;
}
.site-footer a#go-top span {
  display: block;
}
.site-footer a#go-top span:before {
  line-height: 1.5em;
}
.site-footer a#go-top:hover {
  background-color: #6d6d6d;
}
.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-top {
  padding-top: 4em;
  padding-bottom: 1.5em;
}
.site-footer .footer-top .footer-contact {
  font-size: 0.875em;
}
.site-footer .footer-top .footer-contact .site-logo {
  width: 240px;
  display: inline-block;
}
.site-footer .footer-top .footer-menu-left {
  display: none;
}
.site-footer .footer-top .footer-menu-right {
  display: none;
}
.site-footer .footer-top .footer-social {
  display: none;
}
.site-footer .footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 3em;
  padding-bottom: 2em;
}
.site-footer .footer-bottom p.footer-title {
  display: none;
}
.site-footer .footer-bottom .menu {
  display: flex;
  margin-top: 2em;
}
.site-footer .footer-bottom .menu li {
  padding-right: 1.5em;
  margin: 0;
}
.site-footer .footer-bottom .menu li img {
  max-width: 5em;
}
.site-footer .footer-bottom .logo-editorial-casals {
  margin-bottom: 1em;
}
.site-footer .footer-bottom .logo-editorial-casals img {
  width: 285px;
}
.site-footer .footer-bottom .footer-legal {
  font-size: 0.875em;
  margin-top: 3em;
}
.site-footer .footer-bottom .footer-legal .menu-legal-container {
  display: inline;
}
.site-footer .footer-bottom .footer-legal ul {
  display: inline;
}
.site-footer .footer-bottom .footer-legal ul li {
  display: inline;
  padding-right: 0.2em;
}
.site-footer .footer-bottom .footer-legal ul li:before {
  content: "|";
  padding-right: 0.4em;
}
@media screen and (min-width: 1024px) {
  .site-footer a#go-top {
    top: -6em;
    right: 6vw;
  }
  .site-footer .footer-top {
    display: flex;
  }
  .site-footer .footer-top .footer-contact {
    width: 30%;
  }
  .site-footer .footer-top .footer-menu-left {
    display: block;
    width: 22%;
    padding-top: 2em;
  }
  .site-footer .footer-top .footer-menu-right {
    display: block;
    width: 22%;
    padding-top: 2em;
  }
  .site-footer .footer-top .footer-social {
    padding-top: 1.5em;
    display: block;
    width: 26%;
  }
  .site-footer .footer-top .footer-social .footer-title {
    text-transform: uppercase;
  }
  .site-footer .footer-top .footer-social .social-links-mod {
    width: auto;
    display: inline-block;
  }
  .site-footer .footer-top .footer-social ul.social-links li a img {
    height: 1.5em;
    max-width: none;
  }
  .site-footer .footer-bottom {
    display: flex;
    padding-top: 2em;
    padding-bottom: 1em;
  }
  .site-footer .footer-bottom .menu {
    margin-top: 0;
  }
  .site-footer .footer-bottom p.footer-title {
    display: block;
    margin: 0 0 0.3em;
    font-size: 0.8em;
  }
  .site-footer .footer-bottom .logo-editorial-casals {
    width: 30%;
  }
  .site-footer .footer-bottom .footer-labels {
    width: 22%;
  }
  .site-footer .footer-bottom .footer-labels .logo-bambu img {
    width: 2em;
  }
  .site-footer .footer-bottom .footer-resources {
    width: 22%;
  }
  .site-footer .footer-bottom .footer-legal {
    width: 26%;
    margin-top: 2em;
  }
}
@media screen and (min-width: 1350px) {
  .site-footer .footer-top {
    padding-top: 4vw;
    padding-bottom: 5.5vw;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.menu-toggle {
  cursor: pointer;
}
@media screen and (min-width: 1350px) {
  .menu-toggle {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: block;
  overflow: hidden;
  clear: both;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  /* flex: 1 0 50%; */
  width: 50%;
  float: left;
  text-align: right;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: 50%;
  float: right;
  /* flex: 1 0 50%; */
}
@media only screen and (min-width: 1350px) {
  .comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-blog-close {
  text-align: center;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Gotham-Medium", sans-serif;
  letter-spacing: 1px;
}
.single-blog-close a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #252525;
  font-size: 0.75rem;
  padding-right: 2.2em;
  text-decoration: none;
}
.single-blog-close a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "\e908";
  font-family: "editorial-casals-icons";
  font-size: 1.5em;
}
.single-blog-close a:hover {
  color: #000000;
}
@media only screen and (min-width: 1350px) {
  .single-blog-close a {
    font-size: 0.875rem;
  }
  .single-blog-close a:after {
    bottom: -0.1em;
  }
}

html, body, .menu-principal-container {
  min-height: 100%;
}
@media only screen and (min-width: 1350px) {
  html .nav, body .nav, .menu-principal-container .nav {
    height: 100%;
  }
}

.menu-principal-container {
  position: fixed;
  min-width: 260px;
  width: 100%;
  bottom: 0;
  top: 6em;
  left: 0;
  right: 0;
  padding: 0;
  font-family: "Gotham-Medium", sans-serif;
  overflow-y: scroll;
  z-index: 99992;
  background-color: #fff;
  height: 100vh;
  transform: translateX(100%);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-align: left;
  padding: 2em;
  font-weight: 400;
}
.menu-principal-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-principal-container ul li {
  margin-top: 0;
  margin-bottom: 0;
}
.menu-principal-container ul li.submenu-opened > a {
  color: #6d6d6d;
}
.menu-principal-container ul a {
  transition: color 1s;
}
.menu-principal-container ul a:hover {
  color: #6d6d6d;
}
.menu-principal-container ul ul li:last-child a {
  padding-bottom: 1.5em;
}
.menu-principal-container ul ul a {
  border: none;
  font-size: 0.9em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.menu-principal-container a {
  position: relative;
  color: #252525;
  background-color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.7em 0;
  border-top: 1px solid #ececec;
}
.menu-principal-container li {
  position: relative;
  margin-left: 0;
}
.menu-principal-container li:first-child a {
  border: none;
}
.menu-principal-container li:last-child a {
  border-bottom: 1px solid #ececec;
}
.menu-principal-container #menu-secundario .wpml-ls-item {
  display: none;
}
@media only screen and (min-width: 1350px) {
  .menu-principal-container {
    position: static;
    min-width: 0;
    width: auto;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
    overflow-y: visible;
    height: auto;
    transform: none;
    background-color: transparent;
  }
  .menu-principal-container #menu-secundario {
    display: none;
  }
  .menu-principal-container .social-links-mod {
    display: none;
  }
  .menu-principal-container ul {
    display: flex;
    flex-wrap: wrap;
  }
  .menu-principal-container ul li {
    padding: 0 1em 1.6em;
    /*
    &:hover{
    	ul{
    		display: block;
    	}
    }
    */
  }
  .menu-principal-container ul li > a {
    display: inline-block;
    padding: 0;
    border: none;
    white-space: nowrap;
  }
  .menu-principal-container ul li.menu-item-has-children {
    margin-right: 0.9em;
  }
  .menu-principal-container ul li .sub-menu-container {
    position: absolute;
    left: -1.5em;
    top: 3.2em;
    height: 0;
    overflow: hidden;
    z-index: 10;
    /* display: none; */
    background-color: #000000;
  }
  .menu-principal-container ul li .sub-menu-container ul {
    padding: 1em 1.5em;
    min-width: 13em;
    display: block;
  }
  .menu-principal-container ul li .sub-menu-container li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .menu-principal-container ul li .sub-menu-container a {
    color: #fff;
    background-color: transparent;
    font-size: 1em;
  }
  .menu-principal-container ul li:last-child a {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1550px) {
  .menu-principal-container ul li {
    padding-left: 1.2em;
  }
}
@media only screen and (min-width: 1550px) {
  .menu-principal-container ul li {
    padding-left: 1.4em;
  }
}

body.submenu-active .menu-principal-container {
  transform: translateX(0);
  z-index: 99999;
}
@media only screen and (min-width: 600px) {
  body.submenu-active .menu-principal-container {
    width: 50%;
    transform: translateX(100%);
    border-left: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 1350px) {
  body.submenu-active .menu-principal-container {
    transform: translateX(0);
    border-left: none;
  }
}

.pm-container .pm-item .pm-header {
  position: relative;
}
.pm-container .pm-item .pm-content {
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  .pm-container .pm-item .pm-content {
    height: 0;
  }
  html.no-js .pm-container .pm-item .pm-content {
    height: auto;
  }
}

.icon-arrow-open {
  color: #000000;
  font-size: 0.7em;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0.5em;
  width: 2.2em;
  height: 2.2em;
  display: block;
  z-index: 9;
  padding-top: 1.1em;
  /*
  &:before , &:after {
  	content: "";
  	display: block;
  	background-color:$color__text-screen;
  	position: absolute;		
  	top: .7em; 
  	left: 1.05em;
  	width: 40%;
  	height: 1px;
  	transition: transform 0.25s ease-out;
  }


  &:after {
  	transform:  rotate(90deg);
  }
  .submenu-opened &, .active &{
  	&:before {
  		transform:  rotate(-90deg);
  		opacity: 0;
  	}
  	&:after {
  		transform:  rotate(180deg);
  	}
  }
  */
}
.submenu-opened .icon-arrow-open:before {
  content: "";
}
@media only screen and (min-width: 1350px) {
  .icon-arrow-open {
    right: -1em;
    top: 0;
    font-size: 0.6em;
  }
}

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

.post,
.page {
  margin: 0;
}

.site-main {
  min-height: 60vh;
  margin-top: 10em;
}
@media only screen and (min-width: 768px) {
  .site-main {
    margin-top: 14em;
  }
}

body.page-template-page-home .site-main {
  margin-top: 0 !important;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

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

.post {
  margin-bottom: 3.5em;
}
.post .entry-body .entry-header {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.post .entry-body .entry-header .entry-meta {
  margin-bottom: 1em;
  color: #a7a7a7;
  text-align: center;
}
.post .entry-body .entry-header .entry-meta .posted-on a {
  text-decoration: none;
  color: #a7a7a7;
}
.post .entry-body .entry-header .entry-title {
  margin-bottom: 0.5em;
  color: #000000;
}
.post .entry-body .entry-header .entry-title a {
  color: #000000;
  text-decoration: none;
}
.post .entry-body .entry-content {
  margin-bottom: 1em;
}
.post .entry-body .entry-content a {
  color: #000000;
  transition: color 0.5s ease-in-out;
}
.post .entry-body .entry-content a.link-btn {
  color: #252525;
  text-decoration: none;
}
.post .entry-body .entry-content a:hover {
  color: #6d6d6d;
}
.post .entry-body .entry-content h1, .post .entry-body .entry-content h2, .post .entry-body .entry-content h3, .post .entry-body .entry-content h4, .post .entry-body .entry-content h5, .post .entry-body .entry-content h6 {
  color: #000000;
}
.post .entry-body .entry-content .btns-container {
  margin-top: 2.5em;
  margin-bottom: 1em;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .post .entry-body .entry-header .entry-meta {
    margin-bottom: 2em;
  }
}

.posts-list .post .entry-body {
  margin-left: 2em;
  margin-right: 2em;
}
.posts-list .post .entry-body .entry-header {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.posts-list .post .entry-body .entry-header .entry-meta {
  text-align: left;
}
.posts-list .post .entry-body .entry-header .entry-title a {
  transition: color 1s ease-in-out;
}
.posts-list .post .post-thumbnail {
  display: inline-block;
  height: 66vw;
  width: 100%;
  overflow: hidden;
}
.posts-list .post .post-thumbnail img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: transform 1s ease-in-out;
}
.posts-list .post:hover .post-thumbnail img {
  transform: scale(1.03);
}
.posts-list .post:hover .entry-body .entry-header .entry-title a {
  color: #6d6d6d;
}
@media only screen and (min-width: 768px) {
  .posts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .posts-list .post {
    width: calc( 50% - .5em);
  }
  .posts-list .post .post-thumbnail {
    height: 33vw;
  }
  .posts-list .post .entry-body .entry-header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1350px) {
  .posts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.33%;
    /*
    .site-blog &{
    	margin-left: 6vw;
    	margin-right: 6vw;
    }
    	*/
  }
  .posts-list .post {
    width: 24%;
    /*
    .entry-body{
    	padding-left: 2em;
    	padding-right: 2em;
    }
    */
  }
  .posts-list .post .post-thumbnail {
    height: 17vw;
  }
  body.search-results .site-blog .posts-list {
    margin-left: 0;
    margin-right: 0;
  }
}

.site-blog .posts-list .post .post-thumbnail {
  height: 75vw;
}
.site-blog .posts-list .post .entry-body .entry-title {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .site-blog .posts-list .post .post-thumbnail {
    height: 33vw;
  }
}
@media only screen and (min-width: 1350px) {
  .site-blog .posts-list .post .post-thumbnail {
    height: 16vw;
  }
}

/*
.posts-long-list{
	@media only screen and (min-width:$size__menu-screen) {

		.post:nth-child(1),.post:nth-child(2){
			width: 49%;
			.post-thumbnail{
				height: 49vw;
			}
		}
	}
}
*/
.blog-header {
  margin-bottom: 2em;
}

.blog-filter {
  margin-bottom: 2em;
}
.blog-filter .btns-container {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #d9d9d9;
}
.blog-filter .category-link {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #252525;
  text-decoration: none;
}
.blog-filter .category-link:hover {
  text-decoration: underline;
}
.blog-filter .category-link.current {
  color: #000000;
}
.blog-filter .category-link:before {
  content: "/";
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
.blog-filter .category-link:first-child:before {
  display: none;
}

.blog-single-post .logo-container-single {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  margin-top: 0.6em;
  margin-bottom: 1em;
}
.blog-single-post .logo-container-single a {
  display: inline-block;
  position: relative;
  padding-right: 2em;
  font-family: "Gotham-Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #252525;
  font-size: 0.75rem;
}
.blog-single-post .logo-container-single a .logo-cuenta-combel {
  width: auto;
}
.blog-single-post .logo-container-single a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "\e908";
  font-family: "editorial-casals-icons";
  font-size: 1.5em;
}
.blog-single-post .logo-container-single a:hover {
  color: #000000;
}
.blog-single-post .post-thumbnail {
  max-width: none;
  margin-top: 0;
  height: 80vw;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2em;
}
.blog-single-post .post-thumbnail img {
  object-fit: cover;
  object-position: center center;
  max-width: none;
  width: 100%;
  height: 100%;
}
.blog-single-post .entry-header {
  margin-top: 0.7em;
  margin-bottom: 2em;
  color: #252525;
}
.blog-single-post .entry-body .entry-title {
  line-height: 1.2em;
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em !important;
}
@media only screen and (min-width: 1024px) {
  .blog-single-post {
    /*
    .entry-body{
    	padding-left: 0;
    	padding-right: 0;
    	max-width: 1000px;
    	margin-left: auto;
    	margin-right: auto;
    }
    */
  }
  .blog-single-post .logo-container-single a .logo-cuenta-combel {
    width: 14em;
  }
  .blog-single-post .post-thumbnail {
    width: 820px;
    height: 510px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.2em;
  }
  .blog-single-post .post-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .blog-single-post .entry-header, .blog-single-post .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-page .entry-header {
  color: #252525;
  margin-top: 4em;
  margin-bottom: 2em;
}
.single-page .entry-body .entry-title {
  line-height: 1.2em;
}
@media only screen and (min-width: 1024px) {
  .single-page .post-thumbnail {
    margin-top: 2.5vw;
    height: 580px;
  }
  .single-page .post-thumbnail img {
    object-fit: contain;
  }
  .single-page .entry-header {
    padding-left: 0;
    padding-right: 0;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-block-image .alignleft {
  float: none;
  display: block;
}
.wp-block-image .alignright {
  float: none;
  display: block;
}
@media only screen and (min-width: 768px) {
  .wp-block-image {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .wp-block-image .alignleft {
    float: left;
    display: table;
    margin-right: 4vw;
  }
  .wp-block-image .alignright {
    float: right;
    display: table;
    margin-left: 4vw;
  }
}

.wp-block-columns {
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-block-columns .wp-block-column p:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-columns {
    margin-left: 6vw;
    margin-right: 6vw;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    gap: 6vw;
  }
}

.wp-block-embed {
  /*
  &.is-type-video{
  	padding-top: 2em;
  	padding-bottom: 2em;
  }
  */
}
.wp-block-embed iframe {
  height: fit-content;
  width: 100%;
}

.single-blog-footer {
  margin-top: 3em;
}
.single-blog-footer .share-mod {
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  padding-top: 1.5em;
  padding-bottom: 3em;
}
.single-blog-footer .post-navigation {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
  border-top: 1px solid #d9d9d9;
  padding-top: 1.5em;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.5em;
}
.single-blog-footer .post-navigation:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #d9d9d9;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}
.single-blog-footer .post-navigation .nav-links a {
  text-decoration: none;
  line-height: 1.2em;
  display: block;
  transition: color 0.5s ease-in-out;
}
.single-blog-footer .post-navigation .nav-links a .nav-subtitle {
  color: #252525;
  font-family: "Gotham-Medium", sans-serif;
  letter-spacing: 1px;
  transition: color 0.5s ease-in-out;
}
.single-blog-footer .post-navigation .nav-links a .nav-title {
  transition: color 0.5s ease-in-out;
}
.single-blog-footer .post-navigation .nav-links a:hover {
  color: #6d6d6d;
  text-decoration: none;
}
.single-blog-footer .post-navigation .nav-links a:hover .nav-title, .single-blog-footer .post-navigation .nav-links a:hover .nav-subtitle {
  color: #6d6d6d;
}
.single-blog-footer .post-navigation .nav-links .nav-subtitle {
  text-transform: uppercase;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 2em;
  transition: color 0.5s ease-in-out;
}
.single-blog-footer .post-navigation .nav-links .nav-previous {
  text-align: right;
  padding-right: 2em;
}
.single-blog-footer .post-navigation .nav-links .nav-previous .nav-subtitle:before {
  content: "\e902";
  font-family: "editorial-casals-icons";
  display: inline-block;
  margin-right: 0.8em;
}
.single-blog-footer .post-navigation .nav-links .nav-next {
  text-align: left;
  padding-left: 2em;
}
.single-blog-footer .post-navigation .nav-links .nav-next .nav-subtitle:after {
  content: "\e914";
  font-family: "editorial-casals-icons";
  display: inline-block;
  margin-left: 0.8em;
}
@media only screen and (min-width: 768px) {
  .single-blog-footer .share-mod {
    margin-top: 5vw;
    padding-top: 3vw;
    padding-bottom: 5vw;
  }
  .single-blog-footer .share-mod .share-mod-inner {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .single-blog-footer .post-navigation {
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .single-blog-footer .post-navigation .nav-links .nav-subtitle {
    font-size: 0.875rem;
  }
}

.issuuembed {
  width: calc( 100vw - 4em ) !important;
  height: 69vw;
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .issuuembed {
    height: 90vh !important;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .issuuembed {
    width: 86vw !important;
  }
}

.ab-accordion .ab-accordion-item {
  position: relative;
  overflow: hidden;
}
.ab-accordion .ab-accordion-item .ab-tab {
  position: relative;
  z-index: 1;
  background: #fff;
  cursor: pointer;
}
.ab-accordion .ab-accordion-item .ab-tab .image {
  width: 80px;
  margin-top: 2em;
}
.ab-accordion .ab-accordion-item .ab-tab .title {
  position: absolute;
  color: #000000;
  left: 120px;
  right: 0;
  bottom: 0;
  padding-right: 2em;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.ab-accordion .ab-accordion-item .ab-open-panel {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 2em;
  cursor: pointer;
  color: #fff;
  background-color: #000000;
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.ab-accordion .ab-accordion-item.ab-panel-opened .ab-open-panel {
  background-color: #d9d9d9;
}
.ab-accordion .ab-accordion-item.ab-panel-opened .ab-open-panel:before {
  content: "";
}
.ab-accordion .ab-accordion-item.ab-panel-opened .catalogo-panel {
  height: 100vh !important;
}
@media only screen and (min-width: 768px) {
  .ab-accordion .ab-accordion-item .ab-tab .image {
    width: 118px;
  }
  .ab-accordion .ab-accordion-item .ab-tab .title {
    left: 200px;
    font-size: calc(18px + (30 - 18)*(100vw - 780px)/(1920 - 780));
  }
  .ab-accordion .ab-accordion-item .ab-open-panel {
    bottom: 2.5em;
    width: 3.62em;
    height: 3.62em;
    line-height: 3.62em;
  }
}

.related-posts {
  padding-top: 4em;
  padding-bottom: 4em;
  margin-bottom: 3vw;
}
.related-posts .mod-title {
  margin-bottom: 2em;
}
.related-posts .entry-header {
  text-align: left;
}
.related-posts .entry-header .entry-meta {
  margin-bottom: 0 !important;
}
.related-posts .post-thumbnail {
  margin-bottom: 0 !important;
}
.related-posts .entry-body .entry-title {
  text-align: left;
}
.related-posts .btns-container {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .related-posts {
    padding-top: 5vw;
  }
}
@media only screen and (min-width: 1024px) {
  .related-posts .post-thumbnail {
    height: 20vw !important;
    margin-top: 0 !important;
  }
}

.tiny-page .entry-body .entry-header .entry-title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.6em;
  margin-bottom: 0.8em;
  margin-top: 0.9em;
}

/** categories **/
ul.categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

li.category {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 2em;
  background-color: #f9f9f9;
}
li.category .image {
  margin-bottom: 1.6em;
  height: 74vw;
}
li.category .image img {
  width: 100%;
  height: 100%;
  display: block !important;
  object-fit: cover;
  object-position: center center;
}
li.category .category-link {
  text-decoration: none;
}
li.category .category-text {
  margin-left: 2em;
  margin-right: 2em;
}
li.category .btns-container {
  margin-top: 1em;
}
li.category .category-title {
  text-decoration: none;
  display: block;
  margin-bottom: 0.5em;
  color: #000000;
}
li.category .category-description {
  color: #252525;
  max-width: 80%;
}
li.category .button {
  display: block;
}
@media only screen and (min-width: 768px) {
  li.category {
    width: calc( 50% - .5em );
  }
  li.category .image {
    height: 33vw;
  }
}

ul.categories {
  /*
  li.collection{
  	width: 100%!important;
  	display:flex;
  	flex-direction:column;
  	.collection-link{ 
  		flex-grow: 1;
  	}
  }
  */
}
@media only screen and (min-width: 768px) {
  ul.categories {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
}
ul.categories:before {
  content: unset !important;
}

.categories-list {
  border-top: 1px solid #ececec;
  padding-top: 1em;
}
@media only screen and (min-width: 768px) {
  .categories-list {
    margin-left: 3vw;
    margin-right: 3vw;
  }
}

/* Comments
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* ajax search pro plugin */
.asp-resultados-page div.asp_w.asp_r.ajaxsearchpro .asp_content .asp_res_url {
  margin-bottom: 0.4em !important;
}

.asp-resultados-page div.asp_w.asp_r.ajaxsearchpro .results .item .asp_image {
  margin-right: 0 !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0.5em !important;
}

#ajaxsearchprores4_2 div.asp_w.asp_r.asp_group_header {
  text-transform: uppercase;
  padding-left: 0 !important;
  display: none !important;
}

.asp-resultados-page div.asp_w.asp_r.ajaxsearchpro .item {
  margin-bottom: 1em;
  width: 50% !important;
}

.asp-resultados-page div.asp_w.asp_r.ajaxsearchpro .item h3 {
  font-size: 1.375em;
  text-decoration: none !important;
  display: block !important;
  color: #252525;
  transition: color 1s ease-in-out;
  margin-top: 0.2em;
}

.asp-resultados-page div.asp_w.asp_r.ajaxsearchpro .item h3 a {
  color: #252525 !important;
  font-size: 22px !important;
  font-weight: normal !important;
  line-height: 1.2em !important;
}
.asp-resultados-page div.asp_w.asp_r.ajaxsearchpro .item h3 a:hover {
  text-decoration: underline;
}

.asp-resultados-page .div.asp_w.asp_r .ajaxsearchpro .item.hovered {
  background-color: transparent !important;
}

.asp-resultados-page .div.asp_w.asp_r.ajaxsearchpro .item .asp_res_image_url {
  display: block !important;
}

#ajaxsearchprores4_1 .asp_group_header, #ajaxsearchprores4_2 .asp_group_header, div.asp_r.asp_r_4 .asp_group_header {
  display: none !important;
}

#ajaxsearchprores4_1 .results .item.hovered, #ajaxsearchprores4_2 .results .item.hovered, div.asp_r.asp_r_4 .results .item.hovered {
  background: none !important;
}

@media (min-width: 769px) {
  .asp-resultados-page div.asp_w.asp_r.ajaxsearchpro .item {
    width: 25% !important;
  }
}
@media (min-width: 1250px) {
  div.asp-resultados-page div#ajaxsearchprores4_1 {
    padding: 0 !important;
  }

  .asp-resultados-page {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .asp-resultados-page div.asp_w.asp_r.ajaxsearchpro .item {
    width: 20% !important;
  }
}
@media (min-width: 1800px) {
  .asp-resultados-page div.asp_w.asp_r.ajaxsearchpro .item {
    width: 16% !important;
  }
}
#ajaxsearchprores4_2 .asp_results_top {
  text-transform: uppercase;
}

.asp-resultados-page #ajaxsearchprores4_1 {
  margin-top: 0 !important;
  border: none !important;
  background: transparent !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.asp-resultados-page .ajaxsearchpro .asp_content .asp_res_text {
  line-height: 1.6em !important;
}

.asp-resultados-page .ajaxsearchpro .asp_nores, .asp-resultados-page .ajaxsearchpro .asp_nores, div.asp_r.asp_r_1 .asp_nores {
  box-shadow: none !important;
}

.asp-resultados-page .ajaxsearchpro .asp_content .asp_res_text .result-cat-container {
  margin-top: 0;
  margin-bottom: 1em;
}

.asp-resultados-page .ajaxsearchpro .asp_content .asp_res_text .result-cat {
  border-bottom: 2px solid #000;
  font-style: italic;
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 0.3em;
  display: inline-block;
  line-height: 1.2em;
}

.asp-resultados-page .ajaxsearchpro .results .item .asp_content {
  padding: 8px 16px 8px 0 !important;
}

.asp-resultados-page .ajaxsearchpro .asp_r .results .item .asp_image {
  float: none !important;
}

.asp-resultados-page .ajaxsearchpro .asp_results_group {
  display: flex;
  flex-wrap: wrap;
}

.asp-resultados-page #ajaxsearchprores4_1 .asp_results_top {
  display: none !important;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  /* Manté l'element visible per als lectors de pantalla, però amagat visualment */
  overflow: hidden;
  visibility: hidden;
  /* Amaga visualment però permet l'accessibilitat */
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #252525;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

/*
.aligncenter {
	clear: both;

	@include center-block;

	margin-bottom: 1.5em;
}
*/
.aligncenter {
  margin-left: 2em;
  margin-right: 2em;
}
@media (min-width: 1024px) {
  .aligncenter {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
.aligncenter {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
	padding-left: 2em;
	padding-right: 2em;
	@media (min-width: 1250px){
		padding-left: 6vw;
		padding-right: 6vw;
	}
}
*/
.alignwide {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 1250px) {
  .alignwide {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 ) !important;
  margin-right: calc( -100vw / 2 + 100% / 2 ) !important;
  max-width: 100vw;
}

.wrap, .entry-header, .woocommerce-products-header, .related.products, .woocommerce-no-products-found {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 1250px) {
  .wrap, .entry-header, .woocommerce-products-header, .related.products, .woocommerce-no-products-found {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

/*
Theme Name: EditorialBambú

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
}

li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
li.product img {
  height: 99vw;
  width: auto;
  display: block !important;
  margin-bottom: 1.3em;
  object-fit: contain;
  object-position: bottom;
  transition: transform 1s ease-in-out;
}
@media only screen and (min-width: 768px) {
  li.product img {
    height: 99vw;
  }
}
@media only screen and (min-width: 1024px) {
  li.product img {
    height: 41vw;
  }
}
@media only screen and (min-width: 1350px) {
  li.product img {
    height: 25vw;
  }
}
li.product .woocommerce-LoopProduct-link {
  text-decoration: none;
}
li.product .woocommerce-LoopProduct-link:hover img {
  transform: scale(1.03);
}
li.product .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
  color: #6d6d6d;
}
li.product .woocommerce-loop-product__title {
  font-size: 1.125em;
  text-decoration: none !important;
  display: block;
  color: #252525;
  transition: color 1s ease-in-out;
  margin-bottom: 0.3em;
}
li.product .price {
  display: none;
}
li.product .cats-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
li.product .cats-list li {
  margin: 0;
  color: #252525;
  font-size: 1.125em;
}
li.product img {
  display: block;
  max-width: 100%;
}
li.product .button {
  display: block;
}

/* Row lines hack https://codepen.io/urlyman/pen/yGNOya */
.products.columns-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin-bottom: 0;
}
.products.columns-5 li.product {
  width: 50%;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.products.columns-5 li.product img {
  height: 60vw;
}
.products.columns-5 li.product::after {
  content: "";
  position: absolute;
  top: -2em;
  left: 0;
  width: calc(100vw - 60px);
}
.products.columns-5 li.product:nth-child(2n+1) {
  padding-left: 0;
  padding-right: 1%;
}
.products.columns-5 li.product:nth-child(2n) {
  padding-left: 1%;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .products.columns-5 li.product {
    width: 33.3%;
  }
  .products.columns-5 li.product img {
    height: 43vw;
  }
  .products.columns-5 li.product:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 1%;
  }
  .products.columns-5 li.product:nth-child(3n+2) {
    padding-left: 1%;
    padding-right: 1%;
  }
  .products.columns-5 li.product:nth-child(3n) {
    padding-left: 1%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .products.columns-5 li.product {
    width: 25%;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
  .products.columns-5 li.product img {
    height: 32vw;
  }
  .products.columns-5 li.product:nth-child(4n+1) {
    padding-left: 0;
    padding-right: 0.5%;
  }
  .products.columns-5 li.product:nth-child(4n+2) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }
  .products.columns-5 li.product:nth-child(4n+3) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }
  .products.columns-5 li.product:nth-child(4n) {
    padding-left: 0.5%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1350px) {
  .products.columns-5 li.product {
    width: 20%;
    padding-bottom: 4em;
    margin-bottom: 4em;
  }
  .products.columns-5 li.product img {
    height: 25vw;
  }
  .products.columns-5 li.product:nth-child(5n+1) {
    padding-left: 0;
    padding-right: 0.3%;
  }
  .products.columns-5 li.product:nth-child(5n+2) {
    padding-left: 0.3%;
    padding-right: 0.3%;
  }
  .products.columns-5 li.product:nth-child(5n+3) {
    padding-left: 0.3%;
    padding-right: 0.3%;
  }
  .products.columns-5 li.product:nth-child(5n+4) {
    padding-left: 0.3%;
    padding-right: 0.3%;
  }
  .products.columns-5 li.product:nth-child(5n) {
    padding-left: 0.3%;
    padding-right: 0;
  }
}

.before-product-list {
  margin-bottom: 8em;
  text-align: center;
}
.before-product-list .title {
  margin-right: 0.5em;
}
.before-product-list .term-description {
  max-width: 30em;
  margin: 1em auto 2em;
}
.before-product-list .term-description p {
  margin: 0;
}

/* Convert the standard WooCommerce products list into a modern responsive grid. */
/*
ul.products {
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	gap: 10px 10px; 
	@media only screen and (min-width:$size__small-screen) {
		grid-template-columns: 1fr 1fr 1fr; 
	}
	@media only screen and (min-width:$size__medium-screen) {
		grid-template-columns: 1fr 1fr 1fr 1fr; 
	}
	@media only screen and (min-width:$size__menu-screen) {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
	}
	&:before{
		content:unset!important;
	}
	li.product{
		width: 100%;
		display:flex;
		flex-direction:column;
		a.woocommerce-loop-product__link {
			flex-grow: 1;
		}
	}
}
*/
body.archive .woocommerce-result-count {
  display: none;
}

/* product filter */
.product-filter {
  position: relative;
  margin-bottom: 3em;
}
@media only screen and (min-width: 1350px) {
  .product-filter {
    margin-bottom: 3.5vw;
  }
}
.product-filter a.toggle-list {
  display: none;
}
@media only screen and (max-width: 768px) {
  .product-filter a.toggle-list {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .product-filter a.toggle-list span {
    display: block;
    padding: 1.3em 4.5em 1.5em 2em;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .product-filter a.btn {
    display: none;
  }
  .product-filter a.btn.active {
    display: block;
  }
}
.product-filter .filter-top {
  position: relative;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .product-filter .filter-top.opened {
    border: 1px solid #252525;
    border-radius: 1em;
  }
  .product-filter .filter-top.opened a.btn {
    display: block;
    border: none;
    background-color: #fff !important;
    color: #252525 !important;
  }
  .product-filter .filter-top.opened a.btn.active {
    color: #000000 !important;
  }
  .product-filter .filter-top.opened a.toggle-list span {
    color: #000000;
  }
  .product-filter .filter-top.opened a.toggle-list span:before {
    content: "\e900";
  }
}
@media only screen and (min-width: 768px) {
  .product-filter .filter-top {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1.5em;
  }
  .product-filter .filter-top .btn {
    padding: 1.2em 2em;
  }
}
.product-filter .filter-bottom {
  position: relative;
  display: none;
}
.product-filter .filter-bottom.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .product-filter .filter-bottom.active {
    display: block;
  }
  .product-filter .filter-bottom.active a.btn {
    display: none;
  }
  .product-filter .filter-bottom.active a.btn.active {
    display: block;
  }
  .product-filter .filter-bottom.opened {
    border: 1px solid #252525;
    border-radius: 1em;
  }
  .product-filter .filter-bottom.opened a.btn {
    display: block;
    border: none;
    background-color: #fff !important;
    color: #252525 !important;
  }
  .product-filter .filter-bottom.opened a.btn.active {
    display: block;
    color: #000000 !important;
  }
  .product-filter .filter-bottom.opened a.toggle-list span {
    transform: rotate(180deg);
    color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .product-filter .filter-bottom {
    padding-top: 0.5em;
    margin-top: 0;
  }
  .product-filter .filter-bottom .btn {
    padding: 1em 1.2em;
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 768px) {
  .product-filter.blue-btns .filter-top.opened a.btn.active {
    color: #000000 !important;
  }

  .product-filter.blue-btns .filter-top.opened a.toggle-list span {
    color: #000000 !important;
  }
}
/* product filter */
.product-filter.blue-btns .filter-top {
  margin-top: 2em;
  position: relative;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .product-filter.blue-btns .filter-top .btn {
    padding: 1em 1.2em;
  }
}

#secondary {
  clear: both;
}

.woocommerce-pagination {
  text-align: center;
  padding-bottom: 3em;
  margin-bottom: 2vw;
}
.woocommerce-pagination .page-numbers {
  list-style: none;
}
.woocommerce-pagination .page-numbers li {
  display: inline-block;
  margin: 0 1em;
  font-size: 1.5em;
}
.woocommerce-pagination .page-numbers li a {
  text-decoration: none;
}
.woocommerce-pagination .page-numbers li .icon-arrow-left {
  rotate: 180deg;
  display: block;
}
.woocommerce-pagination .page-numbers li .icon-arrow-left:after {
  content: "";
}
.woocommerce-pagination .page-numbers li .icon-arrow-right:after {
  content: "";
}

/**
 * Collections
 */
ul.collections {
  margin: 0;
  padding: 0;
  list-style: none;
}

li.collection {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
li.collection .image {
  margin-bottom: 1.6em;
  position: relative !important;
  overflow: hidden !important;
}
li.collection .image img {
  width: 100%;
  height: 100%;
  display: block !important;
  object-fit: cover;
  object-position: center center;
  max-width: none !important;
  max-height: none !important;
  transition: transform 1s ease-in-out;
}
li.collection .collection-link {
  text-decoration: none;
}
li.collection .collection-link:hover .image img {
  transform: scale(1.03);
}
li.collection .collection-link:hover .collection-title {
  color: #6d6d6d;
}
li.collection .collection-text {
  margin-left: 2em;
  margin-right: 2em;
}
li.collection .collection-title {
  text-decoration: none;
  display: block;
  margin-bottom: 0.5em;
  color: #000000;
  transition: color 1s ease-in-out;
}
li.collection .collection-description {
  color: #252525;
  max-width: 25em;
}
li.collection .button {
  display: block;
}
@media only screen and (min-width: 1024px) {
  li.collection {
    margin-bottom: 4em;
  }
}

/* Convert the standard WooCommerce products list into a modern responsive grid. https://codepen.io/mbb7774/pen/eYpVgQg?editors=1100 */
ul.collections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  /*
  li.collection{
  	width: 100%!important;
  	display:flex;
  	flex-direction:column;
  	.collection-link{ 
  		flex-grow: 1;
  	}
  }
  */
}
@media only screen and (min-width: 768px) {
  ul.collections {
    grid-template-columns: repeat(auto-fill, minmax(7%, 1fr));
    /* grid de 12 */
    grid-column-gap: 1%;
    /* separació entre columnes */
    grid-row-gap: 10px;
    /* separació entre files */
  }
  ul.collections .collection:nth-child(7n+1) {
    grid-column: span 6;
  }
  ul.collections .collection:nth-child(7n+2) {
    grid-column: span 6;
  }
  ul.collections .collection:nth-child(7n+3) {
    grid-column: span 4;
  }
  ul.collections .collection:nth-child(7n+4) {
    grid-column: span 4;
  }
  ul.collections .collection:nth-child(7n+5) {
    grid-column: span 4;
  }
  ul.collections .collection:nth-child(7n+6) {
    grid-column: span 6;
  }
  ul.collections .collection:nth-child(7n+7) {
    grid-column: span 6;
  }
  ul.collections .collection:nth-child(7n+1) .image {
    height: 43vw;
  }
  ul.collections .collection:nth-child(7n+2) .image {
    height: 43vw;
  }
  ul.collections .collection:nth-child(7n+3) .image {
    height: 28vw;
  }
  ul.collections .collection:nth-child(7n+4) .image {
    height: 28vw;
  }
  ul.collections .collection:nth-child(7n+5) .image {
    height: 28vw;
  }
  ul.collections .collection:nth-child(7n+6) .image {
    height: 43vw;
  }
  ul.collections .collection:nth-child(7n+7) .image {
    height: 43vw;
  }
}
@media only screen and (min-width: 1024px) {
  ul.collections {
    grid-template-columns: repeat(auto-fill, minmax(7%, 1fr));
    /* grid de 12 */
    grid-column-gap: 1%;
    /* separació entre columnes */
    grid-row-gap: 10px;
    /* separació entre files */
  }
  ul.collections .collection:nth-child(7n+1) {
    grid-column: span 4;
  }
  ul.collections .collection:nth-child(7n+2) {
    grid-column: span 4;
  }
  ul.collections .collection:nth-child(7n+3) {
    grid-column: span 4;
  }
  ul.collections .collection:nth-child(7n+4) {
    grid-column: span 3;
  }
  ul.collections .collection:nth-child(7n+5) {
    grid-column: span 3;
  }
  ul.collections .collection:nth-child(7n+6) {
    grid-column: span 3;
  }
  ul.collections .collection:nth-child(7n+7) {
    grid-column: span 3;
  }
  ul.collections .collection:nth-child(7n+1) .image {
    height: 28vw;
  }
  ul.collections .collection:nth-child(7n+2) .image {
    height: 28vw;
  }
  ul.collections .collection:nth-child(7n+3) .image {
    height: 28vw;
  }
  ul.collections .collection:nth-child(7n+4) .image {
    height: 20vw;
  }
  ul.collections .collection:nth-child(7n+5) .image {
    height: 20vw;
  }
  ul.collections .collection:nth-child(7n+6) .image {
    height: 20vw;
  }
  ul.collections .collection:nth-child(7n+7) .image {
    height: 20vw;
  }
}
ul.collections:before {
  content: unset !important;
}

@media only screen and (min-width: 1024px) {
  .collections-list {
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
/**
 * Authors
 */
.ec-autor {
  margin: 0 0 3em;
}
.ec-autor .autor-image {
  margin-bottom: 2em;
  display: block;
  width: 100%;
  height: 51vw;
  border-radius: 20vw;
  overflow: hidden;
}
.meta-autores .ec-autor .autor-image {
  height: 31vw;
}
.ec-autor .autor-image img {
  object-fit: cover;
  object-position: center center;
  max-width: none;
  width: 100%;
  height: 100%;
}
.ec-autor .autor-image img.image-filter {
  filter: grayscale(100%);
}
@media only screen and (min-width: 768px) {
  .ec-autor .autor-image {
    height: 24vw;
  }
  .meta-autores .ec-autor .autor-image {
    height: 15vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-autor .autor-image {
    height: 27vw;
  }
  .meta-autores .ec-autor .autor-image {
    height: 5.5vw;
  }
}
@media only screen and (min-width: 1350px) {
  .ec-autor .autor-image {
    height: 13vw;
  }
}
.ec-autor .title {
  text-align: center;
}
.ec-autor .title a {
  text-decoration: none;
  color: #000000;
}

ul.products.columns-autors {
  display: grid;
  gap: 4em 10vw;
  margin-bottom: 8vw;
  grid-auto-rows: min-content;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  ul.products.columns-autors {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 6vw;
  }
}
@media only screen and (min-width: 1024px) {
  ul.products.columns-autors {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1350px) {
  ul.products.columns-autors {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.single-author-header {
  margin-bottom: 4em;
}
.single-author-header .autor-image {
  margin-bottom: 3em;
  width: 100%;
  height: 117vw;
}
.single-author-header .autor-image img {
  border-radius: 50vw;
  object-fit: cover;
  object-position: center center;
  max-width: none;
  width: 100%;
  height: 100%;
}
.single-author-header .autor-image img.image-filter {
  filter: grayscale(100%);
}
.single-author-header .autor-summary .page-title {
  margin-bottom: 1em;
}
.single-author-header .autor-summary .term-description {
  font-size: 1em;
}
.single-author-header .share-mod {
  margin-top: 4em;
}
@media only screen and (min-width: 768px) {
  .single-author-header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
  .single-author-header .autor-image {
    width: 50%;
    height: 48vw;
    overflow: hidden;
  }
  .single-author-header .autor-image img {
    max-width: none;
    width: 100%;
    height: 100%;
    border-radius: 24vw;
  }
  .single-author-header .autor-image img {
    width: 80%;
  }
  .single-author-header .autor-summary {
    width: 50%;
  }
  .single-author-header .autor-summary .page-title {
    margin-bottom: 1em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 1024px) {
  .single-author-header {
    position: relative;
    width: 70%;
    float: left;
  }
  .single-author-header:after {
    content: "";
    background-color: #d9d9d9;
    display: block;
    width: 1px;
    position: absolute;
    right: 0.5%;
    top: 1em;
    bottom: 1em;
  }
  .single-author-header .autor-image {
    height: 31vw;
  }
  .single-author-header .autor-image img {
    border-radius: 24vw;
  }
}
@media only screen and (min-width: 1350px) {
  .single-author-header {
    margin-bottom: 10vw;
  }
  .single-author-header:after {
    right: 3%;
  }
}

.autor-related .mod-title {
  font-size: 1.875em;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #d9d9d9;
}
.autor-related .products.columns-5 {
  justify-content: start;
}
.autor-related .product-filter {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .autor-related {
    float: left;
    width: 24%;
    margin-top: 5.2em;
    margin-left: 2%;
    /* font-size: calc(30px + (22 - 30)*(100vw - 780px)/(1920 - 780)); */
  }
  .autor-related .wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .autor-related .mod-title {
    font-size: calc(20px + (22 - 20)*(100vw - 780px)/(1920 - 780));
    color: #252525;
    padding-bottom: 1.8vw;
  }
  .autor-related ul.products {
    height: 75vh;
    overflow: scroll;
  }
  .autor-related ul.products::-webkit-scrollbar {
    width: 8px;
    /* Amplada de la barra de desplaçament */
  }
  .autor-related ul.products::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    /* Color de la barra de desplaçament */
    border-radius: 4px;
    /* Arrodonir les vores de la barra de desplaçament */
  }
  .autor-related ul.products::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
    /* Color quan es passa el ratolí per sobre */
  }
  .autor-related ul.products li.product {
    width: 50% !important;
  }
  .autor-related ul.products li.product img {
    height: 13vw;
  }
  .autor-related ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
  }
}

/**
 * Single product
 */
body.single-product .site-main {
  margin-top: 4em;
}
@media screen and (min-width: 768px) {
  body.single-product .site-main {
    margin-top: 6em;
  }
}
@media screen and (min-width: 1350px) {
  body.single-product .site-main {
    margin-top: 8em;
  }
}
@media screen and (min-width: 1600px) {
  body.single-product .site-main {
    margin-top: 12em;
  }
}

.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em;
  max-width: 100vw;
  padding-top: 2em;
}
.single-product div.product .woocommerce-product-gallery img {
  max-width: none;
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: none;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0 0 2em;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.single-product div.product .summary {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  margin-bottom: 2em;
  max-width: 100vw;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.5em;
  clear: left;
}
.single-product div.product .summary .ec-autors {
  margin-top: 1.2em;
  margin-bottom: 1.5em;
  font-family: "Gotham-Medium", sans-serif;
}
.single-product div.product .summary .ec-autors p {
  margin: 0;
}
.single-product div.product .summary .ec-autors a {
  color: #252525;
  text-decoration: none;
  border-bottom: 1px solid #252525;
}
.single-product div.product .summary .ec-autors a:hover {
  color: #000000;
}
.single-product div.product .summary .ec-autors .label:after {
  content: ":";
}
.single-product div.product .summary .btns-container {
  margin-top: 2em;
  margin-bottom: 4em;
}
.single-product div.product .summary .product-meta-container .meta-download.hide-mobile {
  display: none;
}
.single-product div.product .summary .product-meta-container .meta-download {
  display: flex;
  gap: 1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3em;
  margin-bottom: 0.6em;
}
.single-product div.product .summary .product-meta-container .meta-download li a {
  position: relative;
  display: block;
  padding-left: 6.5em;
  font-size: 0.75rem;
  color: #252525;
  letter-spacing: 1px;
  text-decoration: underline;
  font-family: "Gotham-Medium", sans-serif;
  min-height: 3.5em;
}
.single-product div.product .summary .product-meta-container .meta-download li a:before {
  position: absolute;
  left: 0;
  top: -0.6em;
  font-family: "editorial-casals-icons";
  display: block;
  font-size: 3em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  text-align: center;
}
.single-product div.product .summary .product-meta-container .meta-download li a:hover {
  color: #000000;
}
@media only screen and (min-width: 1350px) {
  .single-product div.product .summary .product-meta-container .meta-download li a {
    font-size: 0.8rem;
  }
}
.single-product div.product .summary .product-meta-container .meta-download li.prod-cover a:before {
  content: "\e90a";
}
.single-product div.product .summary .product-meta-container .meta-download li.prod-pdf {
  padding-left: 1em;
}
.single-product div.product .summary .product-meta-container .meta-download li.prod-pdf a:before {
  content: "\e90b";
}
.single-product div.product .summary .product-meta-container .meta-reviews {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0.6em;
  margin-bottom: 2.8em;
  padding-top: 0.7em;
  border-top: 1px solid #d9d9d9;
}
.single-product div.product .summary .product-meta-container .meta-reviews li {
  margin-bottom: 1.2em;
}
.single-product div.product .summary .product-meta-container .meta-reviews li a {
  position: relative;
  display: block;
  padding-left: 3.6em;
  font-size: 0.75rem;
  color: #252525;
  text-decoration: none;
  font-family: "Gotham-Medium", sans-serif;
  color: #252525;
}
.single-product div.product .summary .product-meta-container .meta-reviews li a:before {
  position: absolute;
  left: 0;
  top: -0.3em;
  font-family: "editorial-casals-icons";
  content: "\e921";
  display: block;
  font-size: 2em;
  width: 1.2em;
  height: 1.2em;
}
.single-product div.product .summary .product-meta-container .meta-reviews li a:hover {
  color: #000000;
}
@media only screen and (min-width: 1350px) {
  .single-product div.product .summary .product-meta-container .meta-reviews li a {
    font-size: 0.8rem;
  }
}
.single-product div.product .summary .product-meta-container .meta-ficha a {
  color: #252525;
  text-decoration: none;
}
.single-product div.product .summary .product-meta-container .meta-ficha a:hover {
  color: #000000;
}
.single-product div.product .summary .product-meta-container .meta-ficha .mod-title {
  margin-bottom: 1em;
  font-size: 1.25em;
}
.single-product div.product .summary .product-meta-container .meta-ficha p {
  display: flex;
  font-size: 0.9em;
  margin: 0.1em 0;
}
.single-product div.product .summary .product-meta-container .meta-ficha p .label {
  width: 11em;
}
.single-product div.product .summary .product-meta-container .meta-ficha p .label:after {
  content: ":";
}
.single-product div.product .book-viewer {
  width: 100%;
  background-color: #ECF4F9;
}
.single-product div.product .book-viewer .df-bg {
  background-color: #ECF4F9 !important;
}
.single-product div.product .book-viewer .df-ui-nav.df-ui-next {
  right: 6vw;
}
.single-product div.product .book-viewer .df-ui-nav.df-ui-prev {
  left: 6vw;
}
.single-product div.product .book-viewer .df-ui-nav .df-ui-btn:before {
  filter: none;
  color: #252525;
}
.single-product div.product .related.products {
  margin-top: 5em;
  margin-bottom: 0;
}
.single-product div.product .related.products > h2 {
  color: #000000;
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 0.1em 0 0.5em;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .single-product div.product .related.products > h2 {
    font-size: calc(24px + (30 - 24)*(100vw - 780px)/(1920 - 780));
  }
}
.single-product div.product .related.products .products.columns-5 {
  justify-content: start;
}
.single-product div.product .related.products ul.products {
  margin-top: 2em;
}
.single-product div.product .related.products ul.products li.product {
  border-bottom: none;
  padding-bottom: 0;
}
.single-product div.product .related.products ul.products li.product:nth-child(5) {
  display: none;
}
.single-product div.product .related-btns {
  margin-top: 0;
  margin-bottom: 6em;
}
@media screen and (min-width: 768px) {
  .single-product div.product {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .single-product div.product .btns-container {
    text-align: center;
  }
  .single-product div.product .woocommerce-product-gallery {
    width: 50%;
    text-align: right;
  }
  .single-product div.product .summary {
    width: 50%;
    padding-top: 1.5em;
  }
  .single-product div.product .summary .product_title:after {
    width: 1.7em;
    height: 3px;
    background-color: #000000;
    margin-top: 0.3em;
    margin-bottom: 0.2em;
  }
  .single-product div.product .summary .ec-autors {
    margin-top: 1em;
    margin-bottom: 0;
    padding-bottom: 0.2em;
  }
  .single-product div.product .summary .ec-autors::after {
    content: "";
    background-color: #ececec;
    display: block;
    height: 1px;
    margin-top: 0.5em;
  }
  .single-product div.product .summary .btns-container {
    text-align: left;
    margin-bottom: 2em;
  }
  .single-product div.product .summary .product-meta-container .meta-download {
    border-top: 1px solid #d9d9d9;
    padding-top: 1.5em;
    margin-bottom: 0;
  }
  .single-product div.product .summary .product-meta-container .meta-reviews {
    margin-top: 0.55em;
    padding-top: 0.27em;
    margin-bottom: 0;
  }
  .single-product div.product .summary .woocommerce-tabs .wc-tabs {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .single-product div.product .summary .woocommerce-tabs .wc-tabs > li {
    width: 50%;
  }
  .single-product div.product .summary .woocommerce-tabs .wc-tabs > li a {
    width: 100%;
  }
  .single-product div.product .related.products {
    width: 100%;
  }
  .single-product div.product .related.products ul.products {
    margin-top: 2em;
  }
  .single-product div.product .related.products ul.products li.product:nth-child(5) {
    display: block;
  }
  .single-product div.product .btns-container {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .single-product div.product .woocommerce-product-gallery {
    margin-top: 2em;
    width: 38%;
    padding-left: 0%;
  }
  .single-product div.product .summary {
    margin-top: 3em;
    position: relative;
    padding-left: 6%;
    width: 62%;
    padding-right: 27%;
  }
  .single-product div.product .summary .product-title {
    font-size: calc(30px + (40 - 30)*(100vw - 780px)/(1920 - 780));
  }
  .single-product div.product .summary .product-meta-container .meta-download {
    margin-top: 0;
  }
  .single-product div.product .summary .product-meta-container .meta-download.hide-desktop {
    display: none;
  }
  .single-product div.product .summary .product-meta-container .meta-download.hide-mobile {
    display: flex;
  }
  .single-product div.product .summary:after {
    content: "";
    display: block;
    position: absolute;
    left: 62%;
    top: 2em;
    bottom: 2em;
    width: 1px;
    background-color: #d9d9d9;
  }
  .single-product div.product .summary .woocommerce-tabs .wc-tabs {
    display: none !important;
  }
  .single-product div.product .summary #tab-autores {
    position: absolute;
    display: block !important;
    right: 6vw;
    top: 0;
    width: 25%;
    padding-top: 3em;
  }
}

.woocommerce-tabs .wc-tabs {
  display: flex;
  width: 100vw;
  margin-left: -2em !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.woocommerce-tabs .wc-tabs li a {
  font-family: "Gotham-Medium", sans-serif;
  width: 50vw;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
  padding-left: 0.8em !important;
}
.woocommerce-tabs .wc-tabs li a:after {
  font-family: "editorial-casals-icons";
  content: "\e91e";
  margin-left: 0.5em;
}
.woocommerce-tabs .wc-tabs li.active a {
  background-color: #fff;
  color: #000000;
}
.woocommerce-tabs .wc-tabs li.active a:after {
  font-family: "editorial-casals-icons";
  content: "\e91f";
}
.woocommerce-tabs .panel {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #d9d9d9;
}
.woocommerce-tabs .panel .meta-autores .title {
  display: none;
}
.woocommerce-tabs .panel .meta-autores .ec-autor {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #d9d9d9;
}
.woocommerce-tabs .panel .meta-autores .ec-autor .autor-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  text-decoration: underline;
  color: #252525;
  transition: color 0.2s ease-in-out;
}
.woocommerce-tabs .panel .meta-autores .ec-autor .autor-container:hover {
  color: #6d6d6d;
  text-decoration: none;
}
.woocommerce-tabs .panel .meta-autores .ec-autor:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce-tabs .panel .meta-autores .ec-autor .autor-image {
  display: block;
  width: 26%;
}
.woocommerce-tabs .panel .meta-autores .ec-autor .autor-image img {
  border-radius: 2em;
}
.woocommerce-tabs .panel .meta-autores .ec-autor .autor-image img.image-filter {
  filter: grayscale(100%);
}
.woocommerce-tabs .panel .meta-autores .ec-autor .autor-title {
  padding-left: 1.5em;
  margin-bottom: 2.8em;
  width: 74%;
}
.woocommerce-tabs .panel .meta-autores .ec-autor .autor-description {
  width: 100%;
  font-size: 0.875rem;
}
.woocommerce-tabs .panel .meta-autores .ec-autor .btns-container {
  margin-top: 1em;
  margin-bottom: 0em;
}
.woocommerce-tabs .panel .btns-container {
  margin-top: 1em;
  margin-bottom: 1em;
}
.woocommerce-tabs .panel.woocommerce-Tabs-panel--ficha {
  border-top: none;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-tabs .panel {
    border-bottom: none;
  }
  .woocommerce-tabs .panel .meta-autores .title {
    display: block;
    margin-bottom: 1.2em;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #d9d9d9;
  }
  .woocommerce-tabs .panel .meta-autores .ec-autor .autor-title {
    font-size: 1.1em;
  }
  .woocommerce-tabs .panel .meta-autores .ec-autor:last-child {
    border-bottom: none;
  }
  .woocommerce-tabs .panel.woocommerce-Tabs-panel--ficha {
    border-top: 1px solid #d9d9d9;
  }
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #A5CD89;
}
.stock.out-of-stock {
  color: #EE6969;
}

@media only screen and (max-width: 768px) {
  .flex-control-thumbs {
    display: none;
  }
}
/* etiquetes */
body.single-product .product .woocommerce-product-gallery {
  position: relative;
}
body.single-product .product .woocommerce-product-gallery:after {
  position: absolute;
  right: 4em;
  bottom: 0;
  font-size: 11px;
  display: block;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #252525;
  color: #fff;
  text-align: center;
  padding: 1.2em;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  body.single-product .product .woocommerce-product-gallery:after {
    bottom: auto;
    top: 3.8em;
  }
}
body.single-product .product.product_cat-desde-8 .woocommerce-product-gallery:after {
  content: "+ 0 años";
}
body.single-product .product.product_cat-desde-0 .woocommerce-product-gallery:after {
  content: "+ 0 años";
}
body.single-product .product.product_cat-desde-1 .woocommerce-product-gallery:after {
  content: "+ 1 años";
}
body.single-product .product.product_cat-desde-3 .woocommerce-product-gallery:after {
  content: "+ 3 años";
}
body.single-product .product.product_cat-desde-5 .woocommerce-product-gallery:after {
  content: "+ 5 años";
}
body.single-product .product.product_cat-desde-8 .woocommerce-product-gallery:after {
  content: "+ 8 años";
}
body.single-product .product.product_cat-desde-10 .woocommerce-product-gallery:after {
  content: "+ 10 años";
}
body.single-product .product.product_cat-desde-12 .woocommerce-product-gallery:after {
  content: "+ 12 años";
}
body.single-product .product.product_cat-desde-14 .woocommerce-product-gallery:after {
  content: "+ 14 años";
}

.share-mod {
  margin-top: 2em;
  margin-bottom: 2em;
}
.share-mod .title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Gotham-Medium", sans-serif;
  margin-right: 1em;
}
.share-mod .list {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-mod .list li {
  display: inline-block;
  padding: 0 0.3em;
  margin: 0;
  font-size: 1.4em;
}
.share-mod .list li a {
  text-decoration: none;
  color: #252525;
}
.share-mod .list li a:hover {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .share-mod .title {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .share-mod {
    border-top: 1px solid #d9d9d9;
    margin-top: 0;
    padding-top: 2em;
  }
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
.col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #000000;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #252525;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #252525;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #000000;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #000000;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #252525;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #000000;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 3em 0 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #A5CD89;
}
.woocommerce-password-strength.short {
  color: #EE6969;
}
.woocommerce-password-strength.bad {
  color: #EE6969;
}
.woocommerce-password-strength.good {
  color: #009EE2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #A5CD89;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #EE6969;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  clear: both;
}

.woocommerce-error {
  color: #EE6969;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #009EE2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #000000;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #000000;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
