@charset "UTF-8";
/*!
Theme Name: DiverStamp
Theme URI: https://carmelluria.com
Author: Carme Llurià
Author URI: https://carmelluria.com
Description: Tema para diverchildren.com
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6

Text Domain: diverstamp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: 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;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 28px;
  font-size: 2.8rem;
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

p {
  font-size: 18px;
  font-size: 1.8rem;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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;
  -webkit-text-decoration: none;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html, body {
  background: #fbfbfb;
  height: 100%;
}

.site {
  background-color: #fbfbfb;
  min-height: 100%;
  position: relative;
}

.site-main {
  padding-bottom: 81px;
  /* El tamaño del footer para evitar el sobreposicionamiento */
  background-color: #fbfbfb;
}

.entry-title {
  margin: 2rem 0 -1rem;
}

.breadcrumb ol {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.breadcrumb li + li::before {
  content: "/";
  margin: 0 8px;
  color: #666;
}

.breadcrumb a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #0066cc;
}

.breadcrumb [aria-current="page"] {
  color: #333;
}

@media only screen and (min-width: 768px) {
  .entry-title {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 1024px) {
  body {
    padding-top: 40px;
    /*80px? l’alçada del menú */
  }
  .entry-title {
    margin-top: 4rem;
  }
  .breadcrumb {
    margin-bottom: 4rem;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?olclrx");
  src: url("fonts/icomoon.eot?olclrx#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?olclrx") format("truetype"), url("fonts/icomoon.woff?olclrx") format("woff"), url("fonts/icomoon.svg?olclrx#icomoon") 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: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-0 {
  font-size: 9px;
  font-size: 0.9rem;
}

.icon-1 {
  font-size: 12px;
  font-size: 1.2rem;
}

.icon-2 {
  font-size: 15px;
  font-size: 1.5rem;
}

.icon-20 {
  font-size: 20px;
  font-size: 2rem;
}

.icon-30 {
  font-size: 30px;
  font-size: 3rem;
}

.icon-phone:before {
  content: "\e942";
}

.icon-location:before {
  content: "\e947";
}

.icon-arrow-up2:before {
  content: "\ea3a";
}

.icon-mail4:before {
  content: "\ea86";
}

hr {
  border: 0;
  height: 1px;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: none;
}

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

.no-pointer-events {
  pointer-events: none;
  /* Evita qualsevol interacció amb el ratolí */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

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

/* Links
--------------------------------------------- */
a {
  color: #B0393F;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
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: #333;
  border: 2px solid #FF8366;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #FF8366;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

textarea {
  width: 100%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Woocommerce
--------------------------------------------- */
.post, .page {
  margin: 0;
}

.woocommerce-LoopProduct-link, .woocommerce-loop-product__link {
  pointer-events: none;
}

a p, a:visited p {
  color: #333333;
}

.add_to_cart_button {
  display: inline-block;
  width: 220px;
  margin: -10px 0 90px;
  background-color: #D7ECF1;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.6em 1em 0.4em;
  cursor: pointer;
}

.add_to_cart_button:hover {
  border-color: #D7ECF1;
}

.add_to_cart_button:active, .add_to_cart_button:focus {
  border-color: #D7ECF1;
}

.added_to_cart {
  display: inline-block;
  background-color: #333333;
  color: #fbfbfb;
  margin-left: 2rem;
  padding: 0.6em 1em 0.4em;
  pointer-events: none;
  font-size: 17px;
  font-size: 1.7rem;
}

.added_to_cart:visited {
  color: #fbfbfb;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.product {
  margin: auto auto 125px;
}

.product a h2 {
  margin-top: 20px;
  color: #333333;
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (min-width: 1024px) {
  .wp-block-woocommerce-single-product {
    display: -ms-grid;
    display: grid;
    height: auto;
  }
  .wc-block-components-product-image {
    height: 400px;
    width: 1100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cll-collections_single_product .wp-block-column {
    min-width: 0;
    min-width: initial;
  }
}

@media only screen and (min-width: 1400px) {
  .wc-block-components-product-image {
    height: 400px;
    width: 1100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Web-parts
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
  border-top: 3px solid #FF8366;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  width: 100%;
  color: #0c3147;
}

.site-header .inside-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  width: 90%;
}

.center-menu .header-logo-img {
  display: block;
  margin: 0 auto;
  width: 75%;
}

.center-menu .main-navigation {
  background: #FF8366;
  opacity: 0.9;
  position: fixed;
  right: -100%;
  top: 0;
  width: 82%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}

.center-menu .main-navigation.open {
  left: 0;
}

.center-menu .main-navigation.open nav ul {
  display: none;
}

.center-menu .main-navigation .lateral-menu {
  color: #fbfbfb;
  text-align: center;
}

.center-menu .main-navigation .lateral-menu ul {
  margin: auto;
  padding: 0;
  text-align: center;
}

.center-menu .main-navigation .lateral-menu ul li {
  list-style: none;
  padding: 10px 20px;
  border-bottom: 1px solid #fbfbfb;
}

.center-menu .main-navigation .lateral-menu ul li a {
  color: #fbfbfb;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}

.center-menu .main-navigation .lateral-menu ul li:nth-last-child(2) a,
.center-menu .main-navigation .lateral-menu ul li:last-child a {
  border-bottom: none;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .site-header {
    border-top: 3px solid #FE485F;
  }
  .site-header .inside-header {
    margin: 0 auto;
    width: 90%;
  }
  .site-header .header-logo {
    width: 50%;
  }
  .site-header .main-navigation-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .site-header {
    border-top: 3px solid #FFAC99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fbfbfb;
    z-index: 9999;
    height: 115px;
  }
  .center-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    margin: auto;
  }
  .center-menu .header-logo {
    width: auto;
  }
  .center-menu .header-logo-img {
    margin-top: 3rem;
    width: 70%;
    height: auto;
  }
  .center-menu .main-navigation {
    position: relative;
    right: 0;
    background-color: transparent;
    width: auto;
    opacity: 1;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
  }
  .center-menu .main-navigation.open {
    left: auto;
  }
  .center-menu .main-navigation .lateral-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
  .center-menu .main-navigation .lateral-menu ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
    padding: 1rem 2rem 1rem 0;
    list-style: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*:last-child{
            margin-left: auto;
            float: right;
        }  */
  }
  .center-menu .main-navigation .lateral-menu ul li a figure {
    margin: 0;
    height: 50%;
  }
  .center-menu .main-navigation .lateral-menu ul li a {
    color: #0c3147;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .center-menu .main-navigation .lateral-menu ul li a :hover {
    color: #B0393F;
  }
  .center-menu .main-navigation .lateral-menu ul .color-privado a {
    color: #B0393F;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1400px) {
  .site-header {
    border-top: 3px solid #B4C3B9;
  }
}

@media only screen and (min-width: 2000px) {
  .site-header {
    border-top: 3px solid #F2D299;
  }
}

/* Cover
--------------------------------------------- */
.home-page section {
  margin-bottom: 36px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 2rem auto;
}

.hero .hero-img {
  width: 40%;
  height: auto;
}

.hero .content-register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B4C3B9;
  height: auto;
  width: 60%;
}

.hero .content-register .register-h3 {
  color: #fbfbfb;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

.hero .content-register button {
  padding: 6px 15px;
  background-color: #fbfbfb;
  border: none;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  cursor: pointer;
  margin-top: 1rem;
}

.hero .content-register .register-small {
  margin-top: 3rem;
  margin-bottom: -10px;
}

.info-collections {
  width: 100%;
  height: auto;
}

.info-collection_content {
  text-align: center;
  margin: 10rem auto;
  width: 90%;
}

.info-collection_content h2 {
  margin: 15px auto;
}

.info-collection_content h4 {
  font-family: "Open Sans", sans-serif;
}

.gallery {
  width: 100%;
  margin: 2rem auto;
}

.gallery .wrap-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 90%;
  margin: auto auto 4rem;
}

.gallery .gallery-img {
  width: 48%;
}

@media only screen and (min-width: 768px) {
  .hero .content-register .register-h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .hero .content-register button {
    padding: 10px 20px;
    margin-top: 2rem;
  }
  .hero .content-register .register-small {
    margin-top: 7%;
    margin-bottom: -90px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .gallery .gallery-img {
    width: 24%;
  }
}

@media only screen and (min-width: 1024px) {
  .home-page section {
    margin-top: 6rem;
    margin-bottom: 60px;
  }
  .hero {
    width: 90%;
  }
  .hero .content-register .register-h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  .hero .content-register button span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1400px) {
  .hero {
    margin-top: 8rem;
  }
  .hero .content-register .register-h3 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .service-article {
    margin: 4rem 16px auto;
  }
  .service-article .service-article-img {
    width: 400px;
  }
}

/* Pages
--------------------------------------------- */
.section-title {
  color: #B0393F;
  margin-top: 3rem;
  padding: 4rem 0;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}

.certification img {
  margin-top: 3rem;
}

.wrap-certification {
  width: 80%;
  margin: 4rem auto 6rem;
}

.certification__article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #c0cfd7;
  margin-top: 2rem;
  padding: 0 2rem;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.certification__img {
  width: 50%;
  margin: 3rem auto 3rem;
}

.certification__title {
  margin: 2rem auto;
  color: #7a7a7a;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

.certification__text-p {
  color: #a1a0a0;
  font-size: 16px;
  font-size: 1.6rem;
}

.logo-cambra {
  width: 100;
  height: auto;
}

.conocenos {
  width: 100%;
}

.conocenos-article {
  margin: auto auto 4rem;
  width: 80%;
}

.conocenos-article-wrap__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.conocenos-article__text1 {
  font-weight: 400;
}

.conocenos-article__text1 span {
  font-weight: 500;
  padding-left: 5px;
  font-size: 24px;
  font-size: 2.4rem;
}

.wrap-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3rem auto 4rem;
}

.contact-wrap__img {
  margin: auto;
  width: 70%;
}

.contact-wrap__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 4rem auto;
}

.contact-info__nationale,
.contact-info__internationale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: #F6BDAA;
  color: #fbfbfb;
  width: 100%;
}

.contact-info__nationale p,
.contact-info__internationale p {
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 2rem;
  color: #B0393F;
}

.contact-info__nationale .mail-adress,
.contact-info__internationale .mail-adress {
  margin-left: 1rem;
}

.contact-info__nationale .mail,
.contact-info__nationale .phone,
.contact-info__internationale .mail,
.contact-info__internationale .phone {
  color: #B0393F;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}

.contact-info__nationale .phone-number,
.contact-info__internationale .phone-number {
  margin-left: 1rem;
}

.contact-info__nationale .icon-phone,
.contact-info__nationale .icon-mail4,
.contact-info__internationale .icon-phone,
.contact-info__internationale .icon-mail4 {
  color: #B0393F;
}

.contact-info__location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FBE0D5;
  color: #B0393F;
  text-align: center;
  width: 60%;
}

.contact-info__location .icon-location {
  margin: -1.5rem auto 2rem;
}

.contact-info__location .adress {
  font-size: 16px;
  font-size: 1.6rem;
}

.contact-info__nationale,
.contact-info__internationale,
.contact-info__location {
  margin: 2rem auto;
  padding: 4rem 2rem;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-box-shadow: 8px 8px 4px #d4d3d3;
  box-shadow: 8px 8px 4px #d4d3d3;
}

.phone {
  color: #B0393F;
  font-weight: 700;
}

.error-404 {
  width: 90%;
  height: auto;
  margin: auto auto 8rem;
}

.error-404 h1 {
  margin-top: 8rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .certification img {
    margin-top: 5rem;
  }
  .wrap-certification {
    margin: 6rem auto;
  }
  .certification__article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto auto 4rem;
  }
  .certification__img {
    width: 20%;
  }
  .certification__text {
    width: 70%;
    margin-left: 4rem;
  }
  .conocenos-rectangle {
    background-color: #FBE0D5;
    height: 294px;
    width: 100%;
  }
  .conocenos-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    margin-bottom: 2rem;
  }
  .conocenos-producto,
  .conocenos-muestras,
  .conocenos-acabados {
    margin-top: -272px;
  }
  .conocenos-producto .conocenos-article__text1,
  .conocenos-muestras .conocenos-article__text1,
  .conocenos-acabados .conocenos-article__text1 {
    margin-left: 5rem;
  }
  .conocenos-muestras {
    max-width: 80%;
  }
  .conocenos-muestras .conocenos-article__img {
    margin-top: 5px;
  }
  .conocenos-acabados {
    margin-top: -295px;
  }
  .conocenos-article__text1 {
    width: 80%;
    text-align: left;
  }
  .conocenos-desing .conocenos-article__img,
  .conocenos-estampacion .conocenos-article__img {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .contact-wrap__img {
    width: 60%;
  }
}

@media only screen and (min-width: 1024px) {
  .wrap-certification {
    margin: 8rem auto;
  }
  .certification__img-OEKO {
    width: 15%;
  }
  .conocenos-article {
    width: 732px;
  }
  .wrap-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80%;
    margin-top: 4rem;
  }
  .contact-wrap__img {
    width: 50%;
  }
  .error-404 h1 {
    margin-top: 18rem;
  }
}

@media only screen and (min-width: 1400px) {
  .wrap-certification,
  .wrap-contact {
    width: 70%;
  }
}

@media only screen and (min-width: 2000px) {
  .wrap-certification,
  .wrap-contact {
    width: 60%;
  }
}

/* Home Private
--------------------------------------------- */
.hero-private {
  width: 80%;
  margin: 4rem auto;
}

.wrap-hero-private {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fbfbfb;
  margin-bottom: 2rem;
}

.article-private {
  margin-top: 2rem;
  margin: 2rem auto auto;
}

.article-private h3, .article-private h2 {
  text-align: center;
}

.article-private h2 {
  font-size: 35px;
  font-size: 3.5rem;
}

.article-private h2 a {
  color: #021E2F;
}

.article-private .article-private-img {
  background-color: #F5E0E4;
}

@media only screen and (min-width: 1024px) {
  .hero-private {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url("https://diverwpml.local/wp-content/themes/diverstamp/img/fons-privat.jpg");
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: 90%;
    margin: 15rem auto auto;
  }
  .wrap-hero-private {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    background-color: #fbfbfb;
    width: 90%;
    margin: 4rem;
  }
  .article-private {
    margin: 4rem 8px auto;
  }
}

/* Footer
--------------------------------------------- */
.footer {
  width: 100%;
  height: 105px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #242527;
  color: #a1a0a0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer-content {
  background-color: #242527;
  padding: 16px 0;
  text-align: center;
}

.footer .footer-content p {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.footer .footer-content .copyright {
  margin: 0;
}

.footer .footer-content .aviso-politica {
  padding-top: 5px;
}

.footer .footer-content .designedBy {
  font-size: 12px;
  font-size: 1.2rem;
}

.footer .footer-content .designedBy .designedBy-a {
  color: #a1a0a0;
}

.footer .footer-content a {
  color: #a1a0a0;
}

/* Transformicons
--------------------------------------------- */
/*----- Transformicons ----- */
.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.tcon > * {
  display: block;
}

.tcon:hover, .tcon:focus {
  background-color: transparent;
  outline: none;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 35px;
  border-radius: 2.85714px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0c3147;
  position: relative;
}

.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 3px;
  width: 40px;
  border-radius: 2.85714px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0c3147;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
  -o-transform-origin: 2.85714px center;
     transform-origin: 2.85714px center;
  width: 100%;
}

.tcon-menu__lines::before {
  top: 10px;
}

.tcon-menu__lines::after {
  top: -10px;
}

.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xbutterfly {
  width: auto;
}

.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
     transform-origin: 50% 50%;
  -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, -webkit-transform .3s ease;
  -o-transition: top .3s .6s ease, -o-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, -webkit-transform .3s .5s ease;
  -o-transition: top .3s ease, -o-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease, -o-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
  width: 40px;
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

/* Collections
--------------------------------------------- */
.collections-summer {
  background-color: #FEFEFE;
}

.collections .wrap-collections {
  width: 90%;
  height: auto;
  margin: auto auto 8rem;
}

.collections figure {
  pointer-events: none;
}

.collections img {
  display: block;
  margin: auto;
}

.collections h1 {
  display: none;
}

.collections h2 {
  margin: 2.5rem auto auto;
  padding: 12px;
  font-weight: normal;
  text-align: center;
}

.collections h3 {
  margin: 2rem auto auto;
  padding: 15px;
  font-weight: normal;
  text-align: center;
}

.menu-collections {
  width: 100%;
  margin: auto;
}

.menu-collections .collections-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-collections .article-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 100px;
  margin: 2rem 5px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

.menu-collections .article-collection:first-child {
  background-color: #B0393F;
}

.menu-collections .article-collection:nth-child(2n) {
  background-color: #C47344;
}

.menu-collections .article-collection:nth-child(3n) {
  background-color: #E6824E;
}

.menu-collections .article-collection:nth-child(4) {
  background-color: #ECA492;
}

.menu-collections .article-collection:nth-child(5) {
  background-color: #D8B698;
}

.menu-collections .article-collection:nth-child(6) {
  background-color: #BC6E77;
}

.menu-collections .article-collection:nth-child(7) {
  background-color: #AFB58E;
}

.menu-collections .article-collection:nth-child(8) {
  background-color: #B2B3B0;
}

.menu-collections .article-collection:nth-child(9) {
  background-color: #D0A565;
}

.menu-collections .article-collection:nth-child(10) {
  background-color: #B0393F;
}

.menu-collections .article-collection a {
  color: #fbfbfb;
  margin: auto;
}

.menu-collections .article-collection h3 {
  font-size: 16px;
  font-size: 1.6rem;
}

.menu-collections .article-collection-summer {
  background-size: cover;
  /* Ajusta la mida de la imatge */
  height: 178px;
  width: 150px;
  margin: 2rem 5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  /* Animació hover */
}

.menu-collections .imatge-1 {
  background-image: url("img/Sunset1.jpg");
}

.menu-collections .imatge-2 {
  background-image: url("img/CancunIntro2.jpg");
}

.menu-collections .imatge-3 {
  background-image: url("img/FlorenciaIntro2.jpg");
}

.menu-collections .imatge-4 {
  background-image: url("img/Pretty.jpg");
}

.menu-collections .imatge-5 {
  background-image: url("img/LinofilIntro2.jpg");
}

.menu-collections .imatge-6 {
  background-image: url("img/CampariIntro2.jpg");
}

.menu-collections .imatge-7 {
  background-image: url("img/Veneto.jpg");
}

.menu-collections .imatge-8 {
  background-image: url("img/BrodatIntro2.jpg");
}

.menu-collections .imatge-9 {
  background-image: url("img/LisosIntro2.jpg");
}

.menu-collections .article-collection-summer:hover {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  /* Augmenta la mida en passar el ratolí */
}

.menu-collections .article-collection-summer-link {
  display: inline-block;
  /* Assegura que l'enllaç s'ajusti al contingut */
  -webkit-text-decoration: none;
  text-decoration: none;
  /* Evita subratllat en l'enllaç */
}

.single-collection {
  width: 90%;
  height: auto;
  margin: auto;
}

.single-collection h1 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .collections .collections-rectangle {
    background-color: #FBE0D5;
    height: 400px;
  }
  .collections .collections-rectangle-summer {
    background-color: #D7ECF1;
    height: 400px;
  }
  .collections img {
    display: block;
    margin: -300px auto auto;
  }
  .menu-collections .article-collection {
    height: 125px;
    width: 125px;
  }
  .menu-collections .article-collection h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .collections img {
    width: 1100px;
  }
  .collections .wrap-collections {
    width: 800px;
  }
  .collections h2 {
    margin-top: 5rem;
  }
  .menu-collections {
    width: 100%;
  }
  .menu-collections .collections-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
  .menu-collections .article-collection {
    height: 150px;
    width: 150px;
  }
  .menu-collections .article-collection-summer {
    width: 200px;
    height: 237px;
  }
  .single-collection {
    width: 1100px;
    margin-top: 4rem;
  }
  figure img {
    width: 100%;
    margin: 5rem auto 6rem;
  }
}

/* Dibuixos
--------------------------------------------- */
.drawings {
  /*h3{
		margin: auto auto;
		padding: 15px;
		font-weight: normal;
		text-align: center;
	}*/
}

.drawings .wrap-drawings {
  width: 90%;
  height: auto;
  margin: auto auto 2rem;
}

.drawings figure {
  pointer-events: none;
}

.drawings h1 {
  display: none;
}

.drawings h2 {
  margin: 2.5rem auto auto;
  padding: 12px;
  font-weight: normal;
  text-align: center;
}

.menu-drawings {
  width: 100%;
  margin: auto;
}

.menu-drawings .drawings-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-drawings .article-drawing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 100px;
  margin: 2rem 5px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

.menu-drawings .article-drawing:first-child {
  background-color: #B0393F;
}

.menu-drawings .article-drawing:nth-child(2n) {
  background-color: #C47344;
}

.menu-drawings .article-drawing:nth-child(3n) {
  background-color: #E6824E;
}

.menu-drawings .article-drawing:nth-child(4) {
  background-color: #ECA492;
}

.menu-drawings .article-drawing:nth-child(5) {
  background-color: #D8B698;
}

.menu-drawings .article-drawing:nth-child(6) {
  background-color: #BC6E77;
}

.menu-drawings .article-drawing:nth-child(7) {
  background-color: #AFB58E;
}

.menu-drawings .article-drawing:nth-child(8) {
  background-color: #B2B3B0;
}

.menu-drawings .article-drawing:nth-child(9) {
  background-color: #D0A565;
}

.menu-drawings .article-drawing:nth-child(10) {
  background-color: #B0393F;
}

.menu-drawings .article-drawing a {
  color: #fbfbfb;
  margin: auto;
}

.menu-drawings .article-drawing h3 {
  margin: auto auto;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.article-drawing-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.collection-drawings {
  margin: 4rem auto 12rem;
}

figure.wp-block-gallery.has-nested-images {
  row-gap: 40px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: #fbfbfb;
  position: relative;
  color: #333;
  font-size: 14px;
  text-shadow: none;
}

@media only screen and (min-width: 768px) {
  .drawings .drawings-rectangle {
    background-color: #F6BDAA;
    height: 400px;
  }
  .drawings img {
    display: block;
    margin: -300px auto auto;
  }
  .menu-drawings .article-drawing {
    height: 125px;
    width: 125px;
  }
  .menu-drawings .article-drawing h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1024px) {
  .drawings img {
    width: 1100px;
  }
  .drawings .wrap-drawings {
    width: 800px;
  }
  .drawings h2 {
    margin-top: 5rem;
  }
  .menu-drawings {
    width: 100%;
  }
  .menu-drawings .drawings-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
  .menu-drawings .article-drawing {
    height: 150px;
    width: 150px;
  }
  .collection-drawings {
    margin: 12rem auto;
  }
  .collection-drawings figure img {
    width: 100%;
    margin: auto;
  }
  figure.wp-block-gallery.has-nested-images {
    row-gap: 12px;
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    margin-bottom: 30px;
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image img {
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: center;
       object-position: center;
  }
}

/* Samples
--------------------------------------------- */
.samples {
  background-color: #F5E0E4;
  width: 90%;
  height: auto;
  margin: auto auto 8rem;
}

.samples h1 {
  background-color: #FF8366;
  padding: 12px;
  color: #fbfbfb;
  text-align: center;
}

.samples .wrap-samples {
  padding-bottom: 4rem;
}

.samples .wrap-samples .entry-content {
  width: 90%;
  margin: 3rem auto;
}

.menu-samples {
  width: 90%;
  margin: auto;
}

.menu-samples .samples-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-samples .article-sample {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 100px;
  margin: 2rem 5px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

.menu-samples .article-sample:first-child {
  background-color: #EF8084;
}

.menu-samples .article-sample:nth-child(2n) {
  background-color: #EA8BA5;
}

.menu-samples .article-sample:nth-child(3n) {
  background-color: #FF8366;
}

.menu-samples .article-sample:nth-child(4) {
  background-color: #F5A997;
}

.menu-samples .article-sample:nth-child(5) {
  background-color: #F2D299;
}

.menu-samples .article-sample:nth-child(6) {
  background-color: #B4C3B9;
}

.menu-samples .article-sample:nth-child(7) {
  background-color: #B7B4C7;
}

.menu-samples .article-sample:nth-child(8) {
  background-color: #CEB7C9;
}

.menu-samples .article-sample:nth-child(9) {
  background-color: #C6C6C6;
}

.menu-samples .article-sample:nth-child(10) {
  background-color: #E6CFB5;
}

.menu-samples .article-sample a {
  color: #fbfbfb;
  margin: auto;
}

.menu-samples .article-sample h3 {
  font-size: 16px;
  font-size: 1.6rem;
}

.single-sample {
  width: 90%;
  height: auto;
  margin: auto;
}

.single-sample h1 {
  display: none;
}

.single-sample .entry-content {
  margin-bottom: 8rem;
}

.single-sample-information {
  background-color: #F5E0E4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
  padding: 15px;
}

.single-sample-information .single-sample-information__text h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

.single-sample-information figure {
  margin-bottom: 2.5rem;
}

.wp-block-woocommerce-single-product {
  margin-bottom: 5rem;
}

.wp-block-woocommerce-single-product h2 a {
  color: #333333;
}

@media only screen and (min-width: 768px) {
  .samples .wrap-samples {
    width: 100%;
  }
  .samples .wrap-samples .entry-content {
    margin: 4rem auto;
  }
  .samples .wrap-samples .entry-content p, .samples .wrap-samples .entry-content h3 {
    margin: 3rem;
  }
  .menu-samples .samples-content {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .menu-samples .article-sample {
    height: 125px;
    width: 125px;
  }
  .menu-samples .article-sample h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .single-sample-information figure {
    width: 50%;
    margin: auto auto 2.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .samples {
    width: 70%;
    margin: 6rem auto 12rem;
  }
  .samples .wrap-samples .entry-content {
    width: 80%;
    margin: 6rem auto;
  }
  .samples .wrap-samples {
    padding-bottom: 8rem;
  }
  .menu-samples {
    width: 70%;
  }
  .menu-samples .article-sample {
    height: 150px;
    width: 150px;
  }
  .single-sample {
    width: 1100px;
    margin-top: 8rem;
  }
  .single-sample-information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 4rem;
  }
  .single-sample-information .single-sample-information__text {
    width: 50%;
  }
  .single-sample-information .single-sample-information__text h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
  }
  .single-sample-information figure {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    width: 34%;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 1400px) {
  .samples {
    width: 60%;
    margin: 8rem auto 16rem;
  }
  .menu-samples {
    width: 60%;
  }
}

@media only screen and (min-width: 2000px) {
  .samples {
    margin-bottom: 18rem;
  }
}
