@charset "UTF-8";
/* 
	Index

	1. Settings
	2. Tools
	3. Generic
	4. Elements
	5. Objects
	6. Components
		6.1. Atoms
		6.2. Molecules
		6.3. Organisms
		6.4. Templates
		6.5. Pages
	7. Utilities

*/
/*	*** 1. Settings *** */
@import url("https://fonts.googleapis.com/css?family=Inria+Serif:700|Nunito+Sans:300,400,400i,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Big+Shoulders+Display:100&display=swap");
/*

Nunito Sans
	Light:		300
	Regular:	400
	Bold:		700
	Black:		900

Inria Serif
	Bold:		700

Big Shoulders Display
	Thin:		100

*/
/*

//https://answers.themler.io/articles/9064/how-to-use-google-fonts-locally

@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 300;
	src: url('css/fonts/nunitosans/NunitoSans-Light.ttf') format('truetype');
}

@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 400;
	src: url('css/fonts/nunitosans/NunitoSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Nunito Sans";
	font-style: italic;
	font-weight: 400;
	src: url('css/fonts/nunitosans/NunitoSans-Italic.ttf') format('truetype');
}

@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 700;
	src: url('css/fonts/nunitosans/NunitoSans-Bold.ttf') format('truetype');
}

@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 900;
	src: url('css/fonts/nunitosans/NunitoSans-Black.ttf') format('truetype');
}





@font-face {
	font-family: "Inria Serif";
	font-style: normal;
	font-weight: 700;
	src: url('css/fonts/inriaserif/InriaSerif-Bold.ttf') format('truetype');
}





@font-face {
	font-family: "Big Shoulders Display";
	font-style: normal;
	font-weight: 100;
	src: url('css/fonts/bigshouldersdisplay/BigShouldersDisplay-Thin.ttf') format('truetype');
}
*/
/*

Nunito Sans
	Light:		300
	Regular:	400
	Bold:		700
	Black:		900

Inria Serif
	Bold:		700

Big Shoulders Display
	Thin:		100

*/
:root {
  --s-color--primary: 		#C2002F;
  /* Red */
  --s-color--primary--dark: 	#8E0022;
  /* Dark red */
  --s-color--accent: 			#E07C0B;
  /* Orange */
  --s-color--secondary: 		#EADD37;
  /* Yellow */
  --s-color--neutral--1: 		#F6F4F0;
  /* Very light grey */
  --s-color--neutral--2: 		#E8E5DC;
  /* Lighter grey */
  --s-color--neutral--3: 		#A4A39C;
  /* Light Grey  */
  --s-color--neutral--4: 		#C8C5BD;
  /* Grey */
  --s-color--neutral--5: 		#84837D;
  /* Dark grey */
  --s-font-size: 16;
  --s-mediaquery: $s-mediaquery;
  --s-page-width: 1276;
  --s-card-photo-filter: brightness(0.97) sepia(0.04); }
  @media (min-width: 600px) {
    :root {
      --s-font-size: 18; } }
/* *** 2. Tools *** */
/* *** 3. Generic *** */
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* Reset | MIT License | https://github.com/haiticss */
body, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, dd, ol, ul, figure, hr, fieldset, legend {
  margin: 0;
  padding: 0; }

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

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

address, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, ol, ul, figure, hr, table, fieldset {
  margin-bottom: 8px; }

dd, ol, ul {
  margin-left: 20px; }

/* css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice */
html {
  box-sizing: border-box; }

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

/* *** 4. Elements *** */
/* *** 4. Elements *** */
:root {
  font-size: calc( 1px * var(--s-font-size));
  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  /* Regular */ }

::-moz-selection {
  color: #fff;
  background: var(--s-color--primary); }

::selection {
  color: #fff;
  background: var(--s-color--primary); }

body {
  background-color: #ffffff; }

p,
li {
  max-width: 75ch; }

ul {
  padding-left: 0;
  margin-top: 18px;
  margin-bottom: 18px; }
  @media (min-width: 800px) {
    ul {
      padding-left: 20px; } }
li {
  margin-bottom: 24px; }

ol li {
  margin-bottom: 20px; }

ol {
  padding-left: 20px; }

a {
  color: var(--s-color--primary); }
  a:hover {
    color: var(--s-color--accent);
    opacity: .9;
    transition: opacity .4s; }

strong, b {
  font-weight: 900;
  /* Black */ }

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle; }

img[width],
img[height] {
  max-width: none; }

input[type="text"],
input[type="email"] {
  font-size: 16px; }

/* *** 5. Objects *** */
.o-background-fullwidth {
  position: relative; }
  .o-background-fullwidth:before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: yellow;
    background-color: inherit;
    top: 0;
    left: calc( -1 * ( 50vw - 50% ));
    z-index: -1; }

@media (min-width: 600px) {
  .o-2-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }

@media (min-width: 600px) {
  .o-2-columns__column {
    width: calc( 50% - 10px); } }

.o-grid {
  display: grid;
  grid-gap: 30px 20px;
  grid-template-columns: 1fr; }
  .o-grid .c-input, .o-grid input,
  .o-grid .c-select, .o-grid select {
    width: 100%; }
  @media (min-width: 600px) {
    .o-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1200px) {
    .o-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 600px) {
    .o-grid__item--x2 {
      grid-column: span 2; }
    .o-grid__item--x3 {
      grid-column: span 2; }
    .o-grid__item--x4 {
      grid-column: span 2; } }
  @media (min-width: 1200px) {
    .o-grid__item--x2 {
      grid-column: span 2; }
    .o-grid__item--x3 {
      grid-column: span 3; }
    .o-grid__item--x4 {
      grid-column: span 4; } }
  .o-grid__item--break {
    grid-column-start: 1; }
    @media (min-width: 600px) {
      .o-grid__item--break.o-grid__item--x2 {
        grid-column-end: span 2; }
      .o-grid__item--break.o-grid__item--x3 {
        grid-column-end: span 2; }
      .o-grid__item--break.o-grid__item--x4 {
        grid-column-end: span 2; } }
    @media (min-width: 1200px) {
      .o-grid__item--break.o-grid__item--x2 {
        grid-column-end: span 2; }
      .o-grid__item--break.o-grid__item--x3 {
        grid-column-end: span 3; }
      .o-grid__item--break.o-grid__item--x4 {
        grid-column-end: span 4; } }
.o-grid-3-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4px;
  margin-top: 4px;
  margin-bottom: 4px; }
  @media (min-width: 640px) {
    .o-grid-3-cards {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      grid-gap: 20px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .o-grid-3-cards {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr; } }
  @media (min-width: 640px) {
    .o-grid-3-cards .o-grid__item--wide {
      grid-column: 1 / 2; } }
  @media (min-width: 1000px) {
    .o-grid-3-cards .o-grid__item--wide {
      grid-column: 1 / 3; } }
.o-grid-3-cards--no-wrap > .o-grid-3-cards__item + .o-grid-3-cards__item + .o-grid-3-cards__item + .o-grid-3-cards__item {
  display: none; }

@media (min-width: 640px) {
  .o-grid-3-cards--no-wrap > .o-grid-3-cards__item + .o-grid-3-cards__item + .o-grid-3-cards__item {
    display: none; }
  .o-grid-3-cards > * + * + * {
    display: none; } }

@media (min-width: 1000px) {
  .o-grid-3-cards--no-wrap > .o-grid-3-cards__item + .o-grid-3-cards__item + .o-grid-3-cards__item {
    display: block; }
  .o-grid-3-cards > * + * + * {
    display: block; } }

.o-list-clean {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0; }
  .o-list-clean > li {
    padding-left: 0; }

.o-mosaic {
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    .o-mosaic {
      margin-bottom: 52px; }
      .o-mosaic__title {
        margin-left: 60%; }
        .o-mosaic__title--right.c-h3 {
          margin-left: 60%; } }
  .o-mosaic__featured {
    margin-top: 12px;
    margin-bottom: 4px; }
    @media (min-width: 640px) {
      .o-mosaic__featured {
        margin-top: -20px;
        margin-bottom: 20px; } }
.o-page-wrap {
  width: calc( 100% - 32px);
  max-width: 1276px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 600px) {
    .o-page-wrap {
      width: calc( 100% - 64px); } }
.o-page-wrap--narrow {
  max-width: 844px; }

.o-page-w-aside {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1000px) {
    .o-page-w-aside {
      flex-direction: row; } }
  .o-page-w-aside__main {
    position: relative;
    order: 2;
    background-color: inherit; }
    .o-page-w-aside__main:before {
      position: absolute;
      content: "";
      display: block;
      background-color: inherit;
      top: 0;
      left: calc( -1 * ( 50vw - 50% ));
      width: 100vw;
      height: 100%;
      z-index: -1; }
    @media (min-width: 1000px) {
      .o-page-w-aside__main {
        width: calc( 100% * 908 / var(--s-page-width));
        max-width: 908px;
        padding-right: 32px;
        order: 1; }
        .o-page-w-aside__main:before {
          width: 32px;
          left: -32px; } }
    @media (min-width: 1340px) {
      .o-page-w-aside__main {
        padding-right: 64px; }
        .o-page-w-aside__main:before {
          width: calc( 50vw - ( 50% * ( var(--s-page-width) / 908 ) ));
          left: calc( -1 * ( 50vw - ( 50% * ( var(--s-page-width) / 908 ) ) )); } }
  .o-page-w-aside__aside {
    position: relative;
    order: 1; }
    .o-page-w-aside__aside:before {
      position: absolute;
      content: "";
      display: block;
      top: 0;
      left: calc( -1 * ( 50vw - 50% ));
      width: 100vw;
      height: 100%;
      z-index: -1;
      background-color: inherit; }
    @media (min-width: 1000px) {
      .o-page-w-aside__aside {
        width: calc( 100% * 368 / var(--s-page-width));
        max-width: 368px;
        order: 2;
        padding-left: 32px; }
        .o-page-w-aside__aside:before {
          width: 32px;
          left: initial;
          right: -32px; } }
    @media (min-width: 1340px) {
      .o-page-w-aside__aside {
        padding-left: 44px; }
        .o-page-w-aside__aside:before {
          width: calc( 50vw - ( 50% * ( var(--s-page-width) / 368 ) ));
          right: calc( -1 * ( 50vw - ( 50% * ( var(--s-page-width) / 368 ) ) )); } }
@media (max-width: 600px) {
  /* Only mobile toggle */
  /* Hide */
  .o-toggle__content,
  .o-toggle > .o-toggle__button--close {
    position: absolute;
    left: -5000px;
    opacity: 0; }
  /* Show */
  .o-toggle__button.is-active ~ .o-toggle__content,
  .o-toggle.is-active > .o-toggle__content,
  .o-toggle.is-active > .o-toggle__button--close {
    transform: initial;
    opacity: 1;
    transition: opacity .5s ease;
    position: initial;
    left: initial; }
  .o-toggle.is-active > .o-toggle__button--close {
    position: absolute; }
  .o-toggle.is-active > .o-toggle__button--open {
    display: none; } }

/* *** 6. Components *** */
.c-btn {
  display: inline-block;
  background-color: var(--s-color--accent);
  font-family: 'Nunito Sans', sans-serif;
  font-size: calc( 1rem * 16 / var(--s-font-size));
  font-weight: 900;
  /* Black */
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 38px;
  height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 20px;
  padding-left: 20px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  /* Antialised, only if white text over dark background */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

a.c-btn {
  text-decoration: none; }

.c-btn:hover {
  background-color: var(--s-color--primary);
  color: white;
  text-decoration: none;
  transition: all .4 ease; }

.c-btn--invert {
  background-color: transparent;
  color: var(--s-color--accent);
  border-color: var(--s-color--accent);
  font-weight: 400;
  /* Regular */ }
  .c-btn--invert:hover {
    background-color: var(--s-color--accent);
    color: #ffffff;
    border-color: var(--s-color--accent); }
  .c-btn--invert--black {
    border-color: black;
    color: black;
    background-color: transparent;
    font-size: calc( 1rem * 12 / var(--s-font-size));
    font-weight: 400;
    /* Regular */
    line-height: 30px;
    height: 32px; }
    .c-btn--invert--black:hover {
      background-color: var(--s-color--accent);
      color: #ffffff;
      border-color: var(--s-color--accent); }

.c-btn-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 10px; }

.c-btn--w-icon {
  font-size: calc( 1rem * 14 / var(--s-font-size ));
  display: inline-flex;
  align-items: center;
  text-align: left; }

.c-btn--w-icon img {
  width: 24px;
  margin-right: 8px; }

.c-btn--w-icon.c-btn--invert:hover img {
  filter: saturate(0%) brightness(1000%); }

.c-btn--link {
  background-color: transparent;
  color: var(--s-color--neutral--5);
  font-weight: normal; }
  .c-btn--link:hover {
    background-color: transparent;
    color: var(--s-color--accent); }

h1, .c-h1 {
  font-family: "Inria Serif", serif;
  font-weight: 700;
  /* Bold */
  font-size: calc( 1rem * 26 / var(--s-font-size));
  line-height: calc( 30 / 26);
  letter-spacing: -1.08px; }
  @media (min-width: 600px) {
    h1, .c-h1 {
      font-size: calc( 1rem * 48 / var(--s-font-size));
      line-height: calc( 56 / 48);
      letter-spacing: -2px; } }
.c-h1 {
  color: #000000;
  padding: 0;
  margin: 0; }

h2, .c-h2 {
  position: relative;
  font-family: "Inria Serif", serif;
  font-weight: 700;
  /* Bold */
  font-size: calc( 1rem * 24 / var(--s-font-size));
  line-height: calc( 30 / 24);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 12px; }
  @media (min-width: 600px) {
    h2, .c-h2 {
      letter-spacing: -1px;
      margin-top: 36px; } }
h2:after {
  display: block;
  content: "";
  width: 44px;
  height: 2px;
  background-color: var(--s-color--primary);
  margin-top: 12px;
  margin-bottom: 16px; }

.c-h2 {
  position: relative;
  color: #000000;
  padding: 0;
  margin: 0; }
  .c-h2:after {
    display: none;
    /* line only on h2 element */ }

.c-h2--form:after,
.c-register__form h2:after {
  display: none; }

.c-h2--form:before,
.c-register__form h2:before {
  display: block;
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: var(--s-color--accent);
  transform: translate(0, -7px);
  margin-right: 6px; }
  @media (min-width: 600px) {
    .c-h2--form:before,
    .c-register__form h2:before {
      width: 88px;
      height: 4px;
      margin-right: 16px; } }
h3, .c-h3 {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: calc( 24 / var(--s-font-size));
  letter-spacing: 2.67px; }
  @media (min-width: 600px) {
    h3, .c-h3 {
      letter-spacing: 3px; } }
.c-h3 {
  padding: 0;
  margin: 0; }
  .c-h3--small {
    position: relative;
    font-size: calc( 1rem * 10 / var(--s-font-size));
    line-height: calc( 12 / 10);
    letter-spacing: 2.14px; }
    @media (min-width: 600px) {
      .c-h3--small {
        font-size: calc( 1rem * 14 / var(--s-font-size));
        line-height: calc( 22 / 14);
        letter-spacing: 3px; } }
  .c-h3--left-line {
    position: relative;
    z-index: 10;
    font-size: calc( 1rem * 10 / var(--s-font-size));
    line-height: calc( 12 / 10);
    letter-spacing: 3px; }
    @media (min-width: 600px) {
      .c-h3--left-line {
        font-size: calc( 1rem * 16 / var(--s-font-size));
        line-height: calc( 22 / 16);
        letter-spacing: 5px; } }
    .c-h3--left-line:before {
      content: "";
      position: absolute;
      display: block;
      width: 24px;
      height: 2px;
      background-color: var(--s-color--accent);
      top: 5px;
      left: -30px;
      z-index: 20; }
      @media (min-width: 600px) {
        .c-h3--left-line:before {
          width: 88px;
          height: 4px;
          left: -108px;
          top: 9px; } }
  .c-h3--bottom-line {
    position: relative;
    font-size: calc( 1rem * 12 / var(--s-font-size));
    line-height: calc( 15 / 12);
    letter-spacing: 3.75px;
    padding-bottom: 8px; }
    @media (min-width: 600px) {
      .c-h3--bottom-line {
        font-size: calc( 1rem * 14 / var(--s-font-size));
        line-height: calc( 16 / 14);
        letter-spacing: 4px; } }
    .c-h3--bottom-line:after {
      position: absolute;
      display: block;
      content: "";
      width: 24px;
      height: 2px;
      background-color: var(--s-color--primary);
      bottom: 0;
      left: 0; }
      @media (min-width: 600px) {
        .c-h3--bottom-line:after {
          width: 44px; } }
h4, .c-h4 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  /* light */
  margin-top: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: calc( 20 / var(--s-font-size));
  letter-spacing: 5px; }
  @media (min-width: 600px) {
    h4, .c-h4 {
      font-size: calc( 1rem * 24 / var(--s-font-size));
      line-height: calc( 28 / 24);
      letter-spacing: 7.5px; } }
.c-h4 {
  padding: 0;
  margin: 0; }
  .c-h4 > a {
    color: #000000;
    text-decoration: none; }
    .c-h4 > a:hover {
      color: var(--s-color--primary); }
  .c-h4--section {
    margin-bottom: 8px; }
    .c-h4--section:after {
      display: inline;
      content: "›";
      width: initial;
      height: initial;
      background-color: initial;
      margin: 0;
      padding-left: 1ch; }
    @media (min-width: 1200px) {
      .c-h4--section--down--left, .c-h4--section--down--right {
        line-height: 28px;
        margin-bottom: -24px;
        width: 40%;
        z-index: 30; }
      .c-h4--section--down--left {
        margin-left: 0;
        margin-right: auto; }
      .c-h4--section--down--right {
        margin-left: auto;
        margin-right: 0;
        padding-left: 20px; } }
  @media (min-width: 1200px) and (min-width: 1340px) {
    .c-h4--section--down--right {
      padding-left: 0; } }
.c-input[type=text],
.c-input[type=number],
.c-input[type=password],
.c-input[type=email],
input[type=text],
input[type=number],
input[type=password],
input[type=email],
textarea.c-input {
  background-color: #ffffff;
  line-height: 48px;
  border-radius: 4px;
  font-size: 1rem;
  border: 1px solid var(--s-color--neutral--2);
  padding: 0 0 0 12px;
  font-family: "Nunito Sans", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.c-input::-moz-placeholder, input::-moz-placeholder {
  font-size: calc( 1rem * 14 / var(--s-font-size));
  color: var(--s-color--neutral--3); }

.c-input::placeholder,
input::placeholder {
  font-size: calc( 1rem * 14 / var(--s-font-size));
  color: var(--s-color--neutral--3); }

textarea.c-input {
  height: 200px;
  max-height: 70vh; }

.c-input[type=checkbox],
.c-input[type=radio],
input[type=checkbox],
input[type=radio] {
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 32px;
  height: 32px;
  border: 1px solid var(--s-color--neutral--2);
  vertical-align: -8px;
  margin-right: 8px; }
  .c-input[type=checkbox]:checked,
  .c-input[type=radio]:checked,
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    border-color: var(--s-color--primary); }

.c-input[type=checkbox],
input[type=checkbox] {
  border-radius: 4px; }
  .c-input[type=checkbox]:checked:after,
  input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 19px;
    height: 9px;
    border-left: 1px solid var(--s-color--primary);
    border-bottom: 1px solid var(--s-color--primary);
    transform: translate(6px, 8px) rotate(-45deg); }

.c-input[type=radio],
input[type=radio] {
  border-radius: 100%; }
  .c-input[type=radio]:checked,
  input[type=radio]:checked {
    background-color: var(--s-color--primary);
    box-shadow: inset 0 0 0 7px #ffffff; }

.c-input-file {
  position: relative;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  line-height: 48px;
  height: 50px;
  padding: 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  color: #666666;
  cursor: pointer; }
  .c-input-file:after {
    position: absolute;
    right: 0;
    content: "Seleccionar…";
    display: inline-block;
    width: auto;
    line-height: 48px;
    background-color: #cccccc;
    margin: 0;
    margin-left: 10px;
    padding: 0 10px;
    color: #000000; }
  .c-input-file::-webkit-file-upload-button {
    visibility: hidden;
    width: 0px;
    height: 0; }

.c-label {
  color: #000000;
  font-size: 1rem;
  display: block; }
  .c-label--checkbox, .c-label--radio {
    position: relative;
    padding-left: 44px;
    padding-top: 4px;
    line-height: 1.2; }
    .c-label--checkbox input[type=checkbox],
    .c-label--checkbox input[type=radio], .c-label--radio input[type=checkbox],
    .c-label--radio input[type=radio] {
      position: absolute;
      top: 0;
      left: 0; }
  .c-label__required, .c-label__optional {
    font-size: calc( 1rem * 10 / var(--s-font-size ));
    margin-left: 1em;
    text-transform: uppercase;
    line-height: 10px; }
  .c-label__required {
    color: var(--s-color--accent); }
  .c-label__optional {
    color: var(--s-color--neutral--5); }

.c-link--no-color {
  color: var(--s-color--neutral--5);
  text-decoration: none;
  font-weight: 700; }

.c-link--white {
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  /* Black */ }

.c-link--more {
  max-width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  text-transform: uppercase; }
  @media (min-width: 600px) {
    .c-link--more {
      font-size: calc( 1rem * 16 / var(--s-font-size)); } }
  .c-link--more a {
    display: inline-block;
    color: var(--s-color--accent);
    text-decoration: none; }
    .c-link--more a:after {
      content: " ›"; }
    .c-link--more a:hover {
      text-decoration: underline;
      color: var(--s-color--primary); }
  .c-link--more--right {
    text-align: right; }

/*

Nunito Sans
	Light:		300
	Regular:	400
	Black:		900

Inria Serif
	Bold:		700

Big Shoulders Display
	Thin:		100

*/
.c-text--tiny {
  font-size: calc( 1rem * 14 / var(--s-font-size ));
  line-height: 20px; }

.c-text--w-arrow:after {
  content: " ›"; }

.c-text--uppercase {
  text-transform: uppercase; }

.c-text--ok {
  display: inline-block;
  border: 2px solid #33cc33;
  padding: 1em;
  font-weight: bold; }

.c-select {
  line-height: 48px;
  height: 50px;
  border-radius: 4px;
  font-size: 1rem;
  border: 1px solid var(--s-color--neutral--2);
  padding-left: 12px;
  font-family: "Nunito Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  background: #ffffff url("../img/icons/arrow.svg") no-repeat calc( 100% - 8px);
  font-size: calc( 1rem * 14 / var(--s-font-size )); }
  .c-select > option {
    font-size: calc( 1rem * 14 / var(--s-font-size ));
    font-family: "Nunito Sans", sans-serif; }

.c-last-update {
  margin-top: 40px;
  margin-bottom: 40px; }

.c-card {
  position: relative;
  background-color: var(--s-color--neutral--1);
  padding: 24px 20px;
  transition: all .5s ease; }
  @media (min-width: 600px) {
    .c-card {
      padding: 34px 40px; } }
  .c-card a {
    text-decoration: none;
    color: black;
    /*
		display: block;
		max-width: 440px;
		height: 100%;*/ }
  .c-card__pretitle {
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3.75px;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--s-color--primary);
    font-size: calc( 1rem * 12 / var(--s-font-size));
    line-height: calc( 15 / 12);
    overflow-wrap: anywhere; }
    .c-card__pretitle:after {
      content: "";
      display: block;
      width: 24px;
      height: 2px;
      background-color: var(--s-color--primary);
      margin-top: 8px; }
  .c-card__title {
    text-transform: initial;
    font-family: "Inria Serif", serif;
    font-size: calc( 1rem * 24 / var(--s-font-size));
    line-height: calc( 30 / 24);
    letter-spacing: -1px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 0;
    word-wrap: break-word; }
    .c-card__title--no-line:before {
      display: none; }
  .c-card__date {
    margin-top: 12px;
    margin-bottom: 0; }
  .c-card__button {
    margin-top: 12px;
    margin-bottom: 0; }
    @media (min-width: 1000px) {
      .c-card__button {
        position: absolute;
        top: calc( 50% - 20px);
        right: 40px;
        margin-top: 0; } }
  .c-card__tag {
    position: absolute;
    top: 4px;
    right: -4px;
    background-color: var(--s-color--neutral--3);
    color: #ffffff;
    padding: 0 5px;
    font-size: calc( 1rem * 10 / var(--s-font-size));
    height: 17px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.83px;
    margin: 0;
    zoom: 70%; }
    @media (min-width: 600px) {
      .c-card__tag {
        top: 8px;
        right: 8px;
        font-size: calc( 1rem * 14 / var(--s-font-size));
        line-height: 22px;
        height: 20px; } }
    .c-card__tag > img {
      display: inline-block;
      margin-left: -20px;
      transform: translate(-10px, 0);
      height: 15px; }
      @media (min-width: 600px) {
        .c-card__tag > img {
          height: 18px;
          margin-top: -3px;
          margin-left: -24px;
          transform: translate(-10px, 0); } }
  .c-card__text-cta {
    display: none;
    font-size: calc( 1rem * 16 / var(--s-font-size));
    line-height: 1;
    text-transform: uppercase;
    margin-top: 20px; }
    @media (min-width: 600px) {
      .c-card__text-cta {
        display: block; } }
  .c-card__photo {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    filter: var(--s-card-photo-filter);
    background-color: #ffffff; }
    .c-card__photo--w-video__thumb {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .c-card__photo--w-video__play {
      position: absolute;
      background-color: var(--s-color--primary);
      cursor: pointer;
      z-index: 40;
      width: 80px;
      left: 10px;
      top: 10px;
      border-radius: 10px;
      padding: 10px 25px; }
      .c-card__photo--w-video__play:hover {
        background-color: var(--s-color--accent); }

a.c-card:hover {
  background-color: var(--s-color--neutral--2);
  transition: all .5s ease; }
  a.c-card:hover .c-card__text-cta {
    color: var(--s-color--accent); }
  a.c-card:hover .c-card__button {
    background-color: var(--s-color--accent);
    color: #ffffff;
    border-color: var(--s-color--accent); }

.c-card--club__logo {
  display: none;
  width: 84px;
  float: left; }
  @media (min-width: 600px) {
    .c-card--club__logo {
      display: inline-block; } }
.c-card--club__logo-wide {
  display: block;
  width: 164px;
  margin-top: 16px;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .c-card--club__logo-wide {
      display: none; } }
@media (min-width: 600px) {
  .c-card--club .c-card__pretitle,
  .c-card--club .c-card__title {
    margin-left: 108px; }
  .c-card--club.c-card--w-photo .c-card__pretitle,
  .c-card--club.c-card--w-photo .c-card__title {
    margin-left: 116px; }
  .c-card--club.c-card--w-photo .c-card--club__logo {
    width: 94px;
    margin-top: 6px; }
  .c-card--club.c-card--w-photo .c-card__pretitle {
    margin-left: 0;
    margin-bottom: 16px; } }

/*

<article class="
	c-card 
	c-card--club-members
">
	<a class="c-card__link" href="<?php echo esc_url( $cam["permalink"] ); ?>">
		<img src="<?php echo $sUrlLogosClub; ?>agro.jpg" alt="" class="c-card__photo">
		<div class="c-card__wrap">
			<h3 class="c-card__pretitle">Agroindustria</h3>
			<ul class="c-card--club-members__list">
				<li><a href="">Alimentación de origen agrícola</a></li>
				<li><a href="">Alimentación de origen animal</a></li>
				<li><a href="">Alimentación de origen industrial</a></li>
				<li><a href="">Bebidas</a></li>
			</ul>
			<p class="c-card__text-cta c-text--w-arrow">Leer más</p>
		</div>
	</a>
</article>


*/
.c-card--club-members {
  background: transparent;
  padding: 0;
  margin-bottom: 20px; }
  .c-card--club-members .c-card__photo {
    position: relative;
    margin-left: -22px;
    z-index: 10; }
  .c-card--club-members .c-card__wrap {
    position: relative;
    background-color: var(--s-color--neutral--1);
    padding: 24px 20px 32px 22px;
    margin-top: -8px;
    z-index: 20; }
    @media (min-width: 600px) {
      .c-card--club-members .c-card__wrap {
        padding: 32px 64px 56px 32px; } }
  .c-card--club-members .c-card__pretitle:after {
    display: none; }
  .c-card--club-members .c-card__pretitle:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: var(--s-color--accent);
    position: absolute;
    left: -30px;
    top: 6px; }
    @media (min-width: 600px) {
      .c-card--club-members .c-card__pretitle:before {
        display: none; } }
  @media (min-width: 600px) {
    .c-card--club-members .c-card__photo {
      width: calc( 100% * 412 / 1276);
      height: calc( 100% - 32px);
      margin-top: 16px;
      margin-left: 0;
      z-index: 20;
      position: absolute; }
    .c-card--club-members .c-card__wrap {
      width: calc( 100% * 1060 / 1276);
      z-index: 10;
      margin-left: auto;
      padding-left: calc( 100% * 206 / 1060); } }
  @media (min-width: 600px) {
    .c-card--club-members:before {
      display: block;
      content: "";
      height: 4px;
      width: calc( 100% * 88 / 1276);
      background-color: var(--s-color--accent);
      position: absolute;
      left: calc( ( 100% * 412 / 1276 ));
      top: 36px;
      z-index: 30;
      margin-left: -44px; } }
  .c-card--club-members__list {
    list-style: none;
    margin-left: 0;
    margin-top: 32px; }
    .c-card--club-members__list a:after {
      content: " ›"; }
    @media (min-width: 600px) {
      .c-card--club-members__list {
        padding-left: 0;
        -moz-columns: 2;
             columns: 2; } }
  .c-card--club-members__icon {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 48px;
    height: 48px; }
    @media (min-width: 600px) {
      .c-card--club-members__icon {
        width: 64px;
        height: 64px;
        top: 16px;
        right: 16px; } }
.c-card--w-photo {
  background-color: transparent;
  align-items: center;
  padding: 0; }
  @media (min-width: 640px) {
    .c-card--w-photo {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 1000px) {
    .c-card--w-photo {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .c-card--w-photo .c-card__link {
    max-width: initial;
    width: 100%; }
  .c-card--w-photo .c-card__wrap {
    display: block;
    background-color: var(--s-color--neutral--1);
    padding: 24px 20px;
    max-width: 585px;
    height: auto;
    z-index: 10;
    position: relative; }
  .c-card--w-photo .c-card__photo {
    display: block;
    margin-bottom: -12px;
    transform: translate(calc(50vw - 50%), 0);
    width: 100%;
    height: 60vw;
    max-height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    filter: var(--s-card-photo-filter); }
  .c-card--w-photo .c-card__pretitle {
    font-size: calc( 1rem * 10 / var(--s-font-size));
    line-height: calc( 12 / 10);
    position: relative; }
    .c-card--w-photo .c-card__pretitle:after {
      position: absolute;
      top: 4px;
      left: -30px;
      margin-top: 0;
      background-color: var(--s-color--accent); }
  .c-card--w-photo .c-card__title {
    font-size: calc( 1rem * ( 26 / var(--s-font-size ) ));
    line-height: calc( 30 / 26); }
  @media (min-width: 640px) {
    .c-card--w-photo .c-card__link {
      display: flex;
      flex-direction: row-reverse; }
    .c-card--w-photo .c-card__photo {
      width: calc( 50% + 30px);
      margin-top: -20px;
      margin-bottom: -20px;
      height: initial;
      max-height: initial;
      aspect-ratio: 4/3;
      transform: initial; }
    .c-card--w-photo .c-card__wrap {
      width: calc( 50% - 10px);
      margin-right: -20px;
      padding: 34px 40px; }
    .c-card--w-photo .c-card__pretitle:after {
      left: -50px; }
    .c-card--w-photo .c-card__button {
      display: none;
      position: initial;
      top: initial;
      right: initial;
      margin-top: 24px; } }
  @media (min-width: 640px) and (min-width: 800px) {
    .c-card--w-photo .c-card__button {
      display: inline-block; } }
  @media (min-width: 1000px) {
    .c-card--w-photo .c-card__photo {
      width: calc( 50% + 60px);
      margin-top: -40px;
      margin-bottom: -40px; }
    .c-card--w-photo .c-card__wrap {
      width: calc( 50% + 140px);
      margin-right: -80px;
      padding: 40px 50px 40px 60px; }
    .c-card--w-photo .c-card__pretitle {
      font-size: calc( 1rem * ( 16 / var(--s-font-size) ));
      line-height: calc( 24 / 16);
      letter-spacing: 5px; }
      .c-card--w-photo .c-card__pretitle:after {
        width: 88px;
        height: 4px;
        top: 9px;
        left: -108px; }
    .c-card--w-photo .c-card__title {
      font-size: calc( 1rem * ( 36 / var(--s-font-size) ));
      line-height: calc( 44 / 36);
      margin-top: 8px; }
    .c-card--w-photo .c-card__date {
      margin-top: 12px; } }
  @media (min-width: 1200px) {
    .c-card--w-photo .c-card__link {
      padding-left: 40px; }
    .c-card--w-photo .c-card__photo {
      width: 60%;
      max-width: 740px; }
      .c-card--w-photo .c-card__photo--w-video__play {
        width: 140px;
        left: 20px;
        top: 20px;
        border-radius: 10px;
        padding: 20px 50px; }
    .c-card--w-photo .c-card__wrap {
      margin-right: -90px;
      max-width: 585px; } }
  .c-card--w-photo--left .c-card__photo {
    transform: translate(calc(-1 * ( 50vw - 50% )), 0); }
  @media (min-width: 640px) {
    .c-card--w-photo--left .c-card__photo {
      transform: initial; }
    .c-card--w-photo--left .c-card__link {
      flex-direction: initial; }
    .c-card--w-photo--left .c-card__wrap {
      margin-right: initial;
      margin-left: -20px; } }
  @media (min-width: 1200px) {
    .c-card--w-photo--left .c-card__link {
      padding-left: 0; }
    .c-card--w-photo--left .c-card__wrap {
      margin-right: initial;
      margin-left: -50px; } }
  @media (min-width: 640px) {
    .c-card--w-photo--right .c-card__photo--w-video__play {
      left: auto;
      right: 20px; } }
  .c-card--w-photo:hover {
    background: transparent; }
    .c-card--w-photo:hover .c-card__wrap {
      background: var(--s-color--neutral--2); }

.c-card--featured {
  /* Antialised, only if white text over dark background */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }
  .c-card--featured a {
    text-decoration: none;
    color: white; }
  .c-card--featured .c-card__wrap {
    color: white; }
  .c-card--featured .c-card__pretitle {
    color: var(--s-color--secondary); }
    .c-card--featured .c-card__pretitle:after {
      background-color: var(--s-color--accent); }
  .c-card--featured .c-card__date {
    font-weight: 900; }
  .c-card--featured .c-card__button {
    color: white;
    font-weight: bold; }
  .c-card--featured .c-card__title {
    color: white; }

a.c-card--featured:hover .c-card__wrap {
  background-color: var(--s-color--primary--dark); }

.c-card.c-card--featured,
.c-card--w-photo.c-card--featured .c-card__wrap {
  background-color: var(--s-color--primary); }

a.c-card.c-card--featured:hover,
a.c-card--w-photo.c-card--featured:hover .c-card__wrap {
  background-color: var(--s-color--primary--dark); }

.c-card--w-photo.c-card--featured {
  background-color: transparent; }

a.c-card--w-photo.c-card--featured:hover {
  background-color: transparent; }

.c-card--small {
  position: relative; }
  @media (min-width: 600px) {
    .c-card--small {
      padding-bottom: 120px; }
      .c-card--small .c-card__text-cta {
        position: absolute;
        bottom: 56px; } }
  .c-card--small--double {
    background-color: transparent;
    padding: 0; }
    .c-card--small--double .c-card__wrap {
      background-color: var(--s-color--neutral--1);
      padding: 24px 20px;
      width: 100%; }
    @media (min-width: 640px) {
      .c-card--small--double {
        grid-column: 1 / 3; }
        .c-card--small--double .c-card__link {
          max-width: 100%;
          width: 100%;
          height: 100%;
          display: flex; }
        .c-card--small--double .c-card__photo {
          width: calc( 50% - 10px);
          height: calc( 100% - 32px);
          margin-top: 16px;
          margin-bottom: 16px; }
        .c-card--small--double .c-card__wrap {
          position: relative;
          padding-bottom: 120px;
          padding-left: 56px; }
          .c-card--small--double .c-card__wrap:before {
            position: absolute;
            content: "";
            display: block;
            width: calc( 100% + 160px);
            height: 100%;
            background-color: var(--s-color--neutral--1);
            top: 0;
            left: -160px;
            z-index: -1; }
        .c-card--small--double .c-card__text-cta {
          bottom: 56px; }
        .c-card--small--double .c-card__pretitle {
          position: relative; }
          .c-card--small--double .c-card__pretitle:after {
            width: 88px;
            height: 4px;
            position: absolute;
            top: 5px;
            left: -100px;
            background-color: var(--s-color--accent);
            margin-top: 0; } }
  .c-card--small:hover {
    background: var(--s-color--neutral--2); }

.c-card--small-photo {
  position: relative;
  background-color: transparent;
  padding: 0; }
  .c-card--small-photo .c-card__wrap {
    background-color: var(--s-color--neutral--1);
    margin-left: auto;
    padding: 20px 20px 28px 28px; }
  .c-card--small-photo .c-card__title {
    position: relative; }
    .c-card--small-photo .c-card__title .c-card__title::before {
      display: none !important; }
  .c-card--small-photo .c-card__photo {
    display: none;
    width: 100%;
    height: 100%;
    max-height: 200px; }
  @media (min-width: 600px) {
    .c-card--small-photo .c-card__wrap {
      width: calc( 100% - 40px);
      min-height: 300px;
      height: calc( 100% - 180px);
      padding: 68px 36px 80px 36px; }
    .c-card--small-photo .c-card__pretitle {
      margin-top: 16px; }
    .c-card--small-photo .c-card__title {
      min-height: 150px; }
      .c-card--small-photo .c-card__title:before {
        content: "";
        position: absolute;
        height: 2px;
        background-color: var(--s-color--primary);
        top: 14px;
        width: 64px;
        left: -76px; }
    .c-card--small-photo .c-card__photo {
      display: block;
      width: calc( 100% - 36px);
      margin-bottom: -56px; }
    .c-card--small-photo .c-card__text-cta {
      bottom: 56px; }
    .c-card--small-photo .c-card__tag {
      right: 0; } }
  .c-card--small-photo:hover {
    background: transparent; }
    .c-card--small-photo:hover .c-card__wrap {
      background: var(--s-color--neutral--2); }

.c-card--basilio-paraiso,
.c-card--basilio-paraiso.c-card--w-photo .c-card__wrap {
  background: var(--s-color--neutral--1) url("../img/backgrounds/basilio-paraiso-firma.png") no-repeat center center;
  background-size: cover; }
  @media (min-width: 600px) {
    .c-card--basilio-paraiso,
    .c-card--basilio-paraiso.c-card--w-photo .c-card__wrap {
      background-size: 95%; } }
.c-card--basilio-paraiso.c-card--w-photo {
  background: transparent; }

.c-card--basilio-paraiso:hover .c-card__wrap {
  background-color: var(--s-color--neutral--2);
  background-blend-mode: multiply; }

.c-field > .c-label, .c-field > label {
  display: block;
  margin-bottom: 20px;
  padding-right: 20px; }

.c-field--radio > .c-label, .c-field--radio > label, .c-field--checkbox > .c-label, .c-field--checkbox > label {
  display: inline-block; }

.c-field--submit {
  margin-top: 48px; }

.c-fieldset {
  border: 0;
  padding: 0; }
  .c-fieldset legend {
    color: #000000;
    font-size: 1rem;
    margin-bottom: 16px; }
  .c-fieldset--horizontal .c-label {
    display: inline-block;
    margin-right: 24px; }
  .c-fieldset--vertical .c-label {
    margin-bottom: 16px; }

.c-product-flying {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  height: 0;
  overflow: hidden;
  transition: opacity .6s ease;
  opacity: 0; }
  @media (min-height: 1000px) and (min-width: 600px) {
    .c-product-flying.is-active {
      height: auto;
      overflow: auto;
      opacity: 1; } }
  .c-product-flying__box {
    position: relative;
    min-height: 88px;
    width: 80%;
    margin: 20px auto;
    max-width: 1060px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    padding: 24px 32px 24px 108px; }
  .c-product-flying__pretitle {
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3.75px;
    font-size: calc( 1rem * 12 / var(--s-font-size));
    line-height: calc( 15 / 12);
    word-wrap: nowrap; }
    .c-product-flying__pretitle:before {
      content: "";
      display: block;
      width: 44px;
      height: 4px;
      background-color: var(--s-color--accent);
      margin-left: -64px;
      margin-bottom: -8px; }
  .c-product-flying__title {
    text-transform: initial;
    font-family: "Inria Serif", serif;
    font-size: calc( 1rem * 20 / var(--s-font-size));
    line-height: calc( 24 / 20);
    letter-spacing: -1px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word;
    max-width: 650px; }
    .c-product-flying__title:after {
      display: none; }
  .c-product-flying__button {
    position: absolute;
    top: 24px;
    right: 32px; }

.c-save-to-calendar {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -10px;
  padding-top: 40px;
  /* in page link, space needed */ }
  .c-save-to-calendar li {
    margin: 0;
    padding: 4px 10px;
    width: 100%; }
  .c-save-to-calendar a {
    display: block;
    width: 100%;
    max-width: 340px; }

.c-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; }
  .c-social li {
    margin: 0; }
  .c-social li + li {
    margin-left: 20px; }
  .c-social a {
    display: block;
    border: 1px solid transparent; }
    .c-social a:hover {
      background-color: var(--s-color--accent);
      border-radius: 100%;
      border-color: var(--s-color--accent); }
      .c-social a:hover img {
        filter: brightness(2); }

.c-warning {
  position: relative;
  display: block;
  background-color: var(--s-color--secondary);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 30;
  color: black;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  line-height: 60px; }
  .c-warning span:before, .c-warning span:after {
    content: "";
    display: inline-block;
    background-color: black;
    height: 2px;
    width: 24px;
    transform: translate(0, -5px);
    margin-left: 12px;
    margin-right: 12px; }
  @media (min-width: 1300px) {
    .c-warning {
      font-size: calc( 1rem * 24 / var(--s-font-size));
      line-height: 88px;
      letter-spacing: 7.5px;
      margin-top: -76px;
      margin-bottom: -12px; }
      .c-warning span:before, .c-warning span:after {
        height: 4px;
        width: 44px;
        margin: 0 24px;
        transform: translate(0, -9px); } }
/* layout */
.c-accordion {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (min-width: 1200px) {
    .c-accordion {
      display: flex;
      justify-content: space-between;
      min-height: 400px;
      padding-top: 28px; } }
  .c-accordion__title {
    margin-bottom: 18px;
    margin-top: 0; }
    @media (min-width: 600px) {
      .c-accordion__title {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .c-accordion__title {
        width: calc( 33.333% - 13.333px);
        margin-bottom: 0;
        margin-top: -28px;
        padding-left: 108px; } }
  .c-accordion__accordion {
    position: relative;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
    @media (min-width: 600px) {
      .c-accordion__accordion {
        border-bottom: none;
        position: relative;
        padding-right: calc( 50% + 10px);
        min-height: 300px;
        overflow: hidden; }
        .c-accordion__accordion:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: calc( 50% - 10px);
          width: 2px;
          height: 100%;
          background-color: var(--s-color--neutral--2); } }
    @media (min-width: 1200px) {
      .c-accordion__accordion {
        width: calc( 66.666% - 6.666px);
        padding-right: calc( 33.333% + 6.666px + 108px); }
        .c-accordion__accordion:after {
          left: calc( 50% - 10px - 108px); }
        .c-accordion__accordion:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: -20px;
          width: 2px;
          height: 100%;
          background-color: var(--s-color--neutral--2); } }
  .c-accordion__item {
    max-width: initial;
    margin-bottom: 0;
    border-top: 1px solid var(--s-color--neutral--2); }
    @media (min-width: 600px) {
      .c-accordion__item {
        border-top: none; } }
    .c-accordion__item__title {
      position: relative;
      padding: 8px 0 24px 0;
      width: 100%;
      cursor: pointer; }
      @media (min-width: 600px) {
        .c-accordion__item:first-child .c-accordion__item__title {
          padding-top: 0; } }
    .c-accordion__item__list {
      display: none;
      list-style: none;
      margin-left: 0;
      padding: 0 0 40px 0;
      margin-top: 0; }
      @media (min-width: 600px) {
        .c-accordion__item__list {
          position: absolute;
          width: calc( 50% - 10px);
          top: 0;
          left: calc( 50% + 10px); }
          .c-accordion__item__list li:first-child a {
            padding-top: 0; } }
      @media (min-width: 1200px) {
        .c-accordion__item__list {
          width: calc( 50% - 10px);
          left: calc( 50% + 10px - 108px); } }
      .c-accordion__item__list li {
        max-width: initial;
        margin-bottom: 0; }
      .c-accordion__item__list a {
        display: block;
        padding: 12px 0; }
        @media (min-width: 600px) {
          .c-accordion__item__list a {
            padding: 24px 0; } }
    .c-accordion__item.is-active .c-accordion__item__list {
      display: block; }

/* design */
.c-accordion__title {
  font-size: calc( 1rem * 20 / var(--s-font-size));
  line-height: calc( 24 / 20);
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0; }
  .c-accordion__title:after {
    display: none; }
  .c-accordion__title:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--s-color--accent);
    display: block;
    margin-bottom: 8px; }
  @media (min-width: 600px) {
    .c-accordion__title {
      font-size: calc( 1rem * 24 / var(--s-font-size));
      line-height: calc( 28 / 24); }
      .c-accordion__title:before {
        width: 88px;
        height: 4px;
        margin-bottom: 20px; } }
.c-accordion__item {
  max-width: initial; }
  .c-accordion__item__title {
    position: relative;
    color: var(--s-color--accent);
    font-size: calc( 1rem * 22 / var(--s-font-size));
    line-height: calc( 26 / 22);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    background-color: transparent;
    font-family: "Inria Serif", serif;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: left;
    outline: 0; }
    .c-accordion__item__title:after {
      content: "";
      display: block;
      position: absolute;
      top: 20px;
      right: 8px;
      width: 12px;
      height: 12px;
      border-top: 1px solid var(--s-color--accent);
      border-left: 1px solid var(--s-color--accent);
      transform-origin: center center;
      transform: translate(0, 0) rotate(45deg); }
    .c-accordion__item:not(.is-active) > .c-accordion__item__title {
      color: black; }
      .c-accordion__item:not(.is-active) > .c-accordion__item__title:hover {
        color: var(--s-color--accent); }
      .c-accordion__item:not(.is-active) > .c-accordion__item__title:after {
        border-color: var(--s-color--neutral--5);
        transform: translate(0, -8px) rotate(-135deg); }
    @media (min-width: 600px) {
      .c-accordion__item__title {
        font-size: calc( 1rem * 24 / var(--s-font-size));
        line-height: calc( 30 / 24); }
        .c-accordion__item__title:after {
          display: none; }
        .c-accordion__item.is-active .c-accordion__item__title:after {
          content: "";
          display: inline-block;
          border: 0;
          background: transparent url("../img/icons/arrow-right.svg") no-repeat top 12px center;
          transform: none;
          height: 100%;
          width: 18px;
          top: initial;
          right: 20px; } }
  .c-accordion__item__list a {
    display: block;
    color: black;
    font-size: calc( 1rem * 16 / var(--s-font-size));
    line-height: calc( 20 / 16);
    text-decoration: none; }
    .c-accordion__item__list a:hover {
      color: var(--s-color--accent); }
    @media (min-width: 600px) {
      .c-accordion__item__list a {
        font-size: calc( 1rem * 18 / var(--s-font-size));
        line-height: calc( 20 / 18); } }
/*


ul.c-accordion,
.c-accordion ul { padding-left: 0; }
.c-accordion li { margin-bottom: 0; }





.c-accordion { 
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid var(--s-color--neutral--2);
	padding: 0;

	@media ( min-width: 720px ) {
		width: 648px;
		height: 304px;
		padding-right: 304px;
		border-left: 2px solid var(--s-color--neutral--2);
		padding-left: 20px;
		border-bottom: none;
	}
}
ul.c-accordion {
	@media ( min-width: 720px ) {
		padding-left: 20px;
	}
}
	.c-accordion:after {
		@media ( min-width: 720px ) {
			content: "";
			position: absolute;
			top: 0;
			left: 320px;
			width: 2px;
			height: 100%;
			border-right: 2px solid var(--s-color--neutral--2); 
		}
	}


	.c-accordion__item__title {
		display: flex;
		position: relative;
		width: 100%;
		text-align: left;
		font-family: 'Inria Serif', cursive;
		font-size: calc( 1rem * 22 / var(--s-font-size) );
		height: 54px;
		line-height: 26px;
		color: #000000;
		background: transparent;
		border: 0;
		letter-spacing: -1px;
		align-items: center;
		cursor: pointer;
		padding: 8px 0 20px 0;
		border-top: 1px solid var(--s-color--neutral--2);

		@media ( min-width: 720px ) {
			border: 0;
			height: 30px;
			font-size: calc( 1rem * 24 / var(--s-font-size) );
			margin-bottom: 36px;
			padding: 0;
		}
	}
		.c-accordion__item__title:after {
			position: absolute;
			right: 5px;
			top: 15px;
			content: "";
			display: block;
			width: 12px;
			height: 12px;
			background-color: transparent;
			border-top: 1px solid var(--s-color--neutral--5);
			border-left: 1px solid var(--s-color--neutral--5);
			transform-origin: 50% 50%;
			transform: rotate( -135deg );

			@media ( min-width: 720px ) {
				content: "";
				position: initial;
				right: initial;
				top: initial;
				transform: initial;
				border: 0;
				display: inline;
			}

		}
		.c-accordion__item__title:hover,
		.c-accordion__item__title:focus {
			color: var(--s-color--accent);
		}

	.c-accordion__item__list {
		list-style: none;
		padding: 0;
		margin: 0;

		@media ( min-width: 720px ) {
			position: absolute;
			right: 0;
			top: -12px;
			width: 304px;
		}
	}
	.c-accordion__item__list > li > a {
		display: block;
		line-height: 20px;
		padding: 12px 0;
		color: #000000;
		text-decoration: none;


		@media ( min-width: 720px ) {
			padding: 20px 0;
		}
	}
		.c-accordion__item__list > li:hover > a {
			color: var(--s-color--accent);
		}


	.c-accordion__item.is-active {
		display: block;
		height: auto;
	}
		.c-accordion__item.is-active > .c-accordion__item__title {
			color: var(--s-color--accent);
			padding-bottom: 8px
		}
		.c-accordion__item.is-active > .c-accordion__item__title:after {
			border-color: var(--s-color--accent);
			transform: rotate(45deg);
			top: 20px;

			@media ( min-width: 720px ) {
				content: "";
				transform: none;
				top: 0;
				border: 0;
				background: transparent url('../img/icons/arrow-right.svg') no-repeat center center;
				width: 17px;
				height: 13px;
				margin-left: 12px;
				margin-top: 4px;
			}
		}

	.c-accordion__item > .c-accordion__item__list { display: none; }
	.c-accordion__item.is-active > .c-accordion__item__list { display: block; }



*/
.c-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2px;
  padding-top: 28px;
  padding-bottom: 28px; }
  @media (min-width: 500px) {
    .c-banners {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 800px) {
    .c-banners {
      grid-gap: 20px; } }
  .c-banners img {
    width: 100%;
    filter: var(--s-card-photo-filter);
    background-color: #ffffff; }
    .c-banners img:hover {
      filter: initial; }

@media (min-width: 1000px) {
  .c-club-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 4px solid #eee;
    padding: 40px; } }

@media (min-width: 1000px) {
  .c-club-section.c-club-section {
    margin-top: 0; } }

.c-club-section__title {
  position: relative;
  padding-left: 22px; }
  .c-club-section__title a {
    text-decoration: none; }
  .c-club-section__title:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 24px;
    position: absolute;
    top: 4px;
    left: -6px;
    background-color: var(--s-color--accent); }
  .c-club-section__title:after {
    display: none;
    text-decoration: none; }
  @media (min-width: 600px) {
    .c-club-section__title {
      width: 100%;
      padding-left: 108px; }
      .c-club-section__title:before {
        height: 4px;
        width: 88px;
        top: 8px;
        left: 0; } }
@media (min-width: 1000px) {
  .c-club-section__content {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 40px; } }

.c-club-section__claim {
  margin-top: 16px; }
  @media (min-width: 600px) {
    .c-club-section__claim {
      font-size: calc( 1rem * 28 / var(--s-font-size));
      line-height: calc( 34 / 28);
      margin-top: 0;
      margin-bottom: 0; } }
.c-club-section__text {
  margin-top: 8px;
  line-height: calc( 22 / 16); }
  @media (min-width: 1000px) {
    .c-club-section__text {
      margin-top: 0;
      margin-bottom: 0; } }
.c-club-section__cta {
  margin-top: 16px; }
  @media (min-width: 600px) {
    .c-club-section__cta {
      display: flex;
      align-items: center;
      margin-top: 0;
      margin-bottom: 0;
      width: 600px; }
      .c-club-section__cta .c-link--more {
        margin-left: 24px;
        margin-bottom: 0;
        margin-top: 0;
        text-wrap: nowrap; } }
.c-club-members-map {
  position: relative;
  margin-top: 32px;
  margin-bottom: 64px; }
  .c-club-members-map:before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    right: 0;
    bottom: -16px;
    z-index: -1;
    width: calc( 100% * 1060 / 1276);
    background-color: var(--s-color--neutral--1); }
  .c-club-members-map a {
    max-width: calc( 100% * 844 / 1276);
    min-width: 280px;
    display: block; }
  .c-club-members-map img {
    min-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    filter: saturate(1.2); }
    .c-club-members-map img:hover {
      filter: brightness(0.92); }

.c-contact {
  position: relative;
  background-color: var(--s-color--neutral--1);
  padding-top: 40px;
  padding-bottom: 40px; }
  .c-contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc( -1 * ( 50vw - 50% ));
    width: 100vw;
    height: 100%;
    background-color: var(--s-color--neutral--1);
    z-index: -1; }
  @media (min-width: 800px) {
    .c-contact {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-bottom: 120px; } }
  .c-contact__title {
    position: relative;
    font-size: calc( 1rem * 26 / var(--s-font-size));
    line-height: calc( 30 / 26);
    padding-left: 28px;
    margin-bottom: 32px;
    width: 100%; }
    @media (min-width: 1200px) {
      .c-contact__title {
        font-size: calc( 1rem * 36 / var(--s-font-size));
        line-height: calc( 44 / 36);
        padding-left: 0; } }
    .c-contact__title:before {
      content: "";
      position: absolute;
      display: block;
      width: 24px;
      height: 2px;
      background-color: var(--s-color--accent);
      top: 13px;
      left: -3px; }
      @media (min-width: 1200px) {
        .c-contact__title:before {
          width: 88px;
          height: 4px;
          top: 26px;
          left: -108px; } }
    .c-contact__title:after {
      display: none; }
  .c-contact__form {
    max-width: 520px; }
    @media (min-width: 800px) {
      .c-contact__form {
        width: 520px; } }
  .c-contact__info {
    margin-top: 32px; }
    @media (min-width: 800px) {
      .c-contact__info {
        width: 196px; } }
    .c-contact__info__photo {
      display: none;
      width: 196px;
      height: 196px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 800px) {
        .c-contact__info__photo {
          display: block; } }
    .c-contact__info__title {
      color: var(--s-color--primary); }
    .c-contact__info__link {
      display: block;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin-bottom: 16px; }
      @media (min-width: 1200px) {
        .c-contact__info__link {
          width: 360px; } }
.c-content {
  min-height: 100px;
  padding-top: 32px; }
  .c-content img {
    max-width: 100%;
    height: auto;
    margin: 1em auto; }
  .c-content p {
    margin: 1em 0; }
  .c-content h2, .c-content h3 {
    margin: 2em 0 1em 0; }
  .c-content iframe {
    max-width: 100%; }

.c-cookie-consent {
  position: fixed;
  bottom: 0;
  z-index: 50;
  height: 70vh;
  background-color: rgba(100, 100, 100, 0.98);
  display: flex;
  color: #ffffff;
  width: 100vw;
  text-align: center;
  justify-content: center;
  align-content: center;
  padding: 7vh 0;
  min-height: 500px; }
  .c-cookie-consent .c-btn {
    margin-bottom: 3vh;
    width: 80%;
    max-width: 500px;
    line-height: 60px;
    height: 60px;
    cursor: pointer; }
  .c-cookie-consent p {
    width: 80%;
    max-width: 500px;
    margin: auto;
    text-align: left;
    font-size: 14px; }
    @media (min-width: 600px) {
      .c-cookie-consent p {
        font-size: initial; } }
  .c-cookie-consent a {
    color: #ffffff; }
  @media (min-width: 600px) {
    .c-cookie-consent {
      height: 40vh;
      min-height: 300px; }
      .c-cookie-consent__buttons {
        display: flex;
        width: 500px;
        margin: 0 auto;
        justify-content: space-between;
        gap: 8px; }
      .c-cookie-consent .c-btn {
        width: calc( 50% - 10px); } }
/*

<div class="c-cookie-consent  js-cookies-consent" style="display:block">
	<button>Aceptar</button>			
	<p>Utilizamos cookies propias y de terceros para realizar análisis de uso y de medición de nuestra web para mejorar nuestros servicios. Si continúa navegando, consideramos que acepta su uso. Puede cambiar la configuración u obtener más información <a href="http://www.camarazaragoza.com/la-camara/informacion-de-la-web/politica-de-cookies/">aquí</a></p>
</div>

*/
.c-footer {
  margin-top: 80px;
  /* Antialised, only if white text over dark background */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }
  @media (min-width: 600px) {
    .c-footer {
      margin-top: 40px; } }
  .c-footer .c-newsletter {
    margin-bottom: -130px;
    position: relative;
    z-index: 20; }
    @media (min-width: 600px) {
      .c-footer .c-newsletter {
        margin-bottom: -48px; } }
  .c-footer .c-footer-links {
    padding-top: 160px; }
    @media (min-width: 600px) {
      .c-footer .c-footer-links {
        padding-top: 110px; } }
  .c-footer__rsa {
    position: relative;
    z-index: 30; }
    .c-footer__rsa a {
      display: block;
      width: 60px;
      margin-top: -48px;
      margin-bottom: -12px;
      margin-right: 0px;
      margin-left: auto; }
    @media (min-width: 600px) {
      .c-footer__rsa a {
        margin-top: -148px;
        margin-bottom: 60px;
        width: 88px; } }
.c-footer-legal {
  position: relative;
  z-index: 10;
  background-color: var(--s-color--primary--dark);
  color: #ffffff;
  padding-top: 24px;
  padding-bottom: 32px;
  font-size: calc( 1rem * 12 / var(--s-font-size));
  line-height: calc( 20 / 12); }
  @media (min-width: 1200px) {
    .c-footer-legal {
      display: flex;
      justify-content: space-between;
      padding-top: 32px; } }
  .c-footer--simple .c-footer-legal {
    background-color: var(--s-color--neutral--3); }

.c-footer-legal:before {
  content: "";
  background-color: inherit;
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  margin: 0;
  margin-left: calc( -1/2 * ( 100vw - 100% ));
  margin-right: calc( -1/2 * ( 100vw - 100% ));
  top: 0; }

.c-footer-legal__links {
  line-height: calc( 24 / 12);
  margin-bottom: 16px; }
  @media (min-width: 1200px) {
    .c-footer-legal__links {
      margin: 0; } }
.c-footer-legal__links > a {
  font-weight: 900;
  /* Black */
  margin-right: 32px;
  color: #ffffff;
  text-decoration: none; }
  .c-footer-legal__links > a:hover {
    text-decoration: underline; }

.c-footer-legal__copyright:before {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 16px; }
  @media (min-width: 1200px) {
    .c-footer-legal__copyright:before {
      display: none; } }
.c-footer-links {
  background-color: var(--s-color--primary);
  color: white;
  /* Antialised, only if white text over dark background */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  padding-top: 20px;
  padding-bottom: 44px; }
  @media (min-width: 1000px) {
    .c-footer-links {
      font-size: calc( 1rem * ( 14 / var(--s-font-size) ));
      line-height: calc( 20 / 14); } }
  .c-footer-links a {
    color: white;
    text-decoration: none;
    font-weight: 900;
    /* Black */ }
    .c-footer-links a:hover {
      text-decoration: underline; }
  .c-footer-links__item + .c-footer-links__item {
    margin-top: 28px; }
    @media (min-width: 1000px) {
      .c-footer-links__item + .c-footer-links__item {
        margin-top: 0; } }
  .c-footer-links__title {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2.57px;
    font-weight: 900;
    /* Black */
    font-size: calc( 1rem * 12 / var(--s-font-size));
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 20px; }
    .c-footer-links__title:after {
      /* Line under */
      content: "";
      display: block;
      width: 44px;
      height: 2px;
      background-color: #ffffff;
      margin-top: 12px; }
    .c-footer-links__title--button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent;
      border: 0;
      padding: 0;
      text-align: left;
      width: 100%; }
      @media (max-width: 600px) {
        .c-footer-links__title--button:before {
          /* Arrow */
          content: "";
          transform: none;
          position: absolute;
          top: 0;
          right: 0;
          border: 0;
          background: transparent url("../img/icons/arrow-down-white.svg") no-repeat top center;
          width: 24px;
          height: 24px; }
        .c-footer-links__title--button.is-active:before, .c-footer-links__item.is-active .c-footer-links__title--button:before {
          transform: rotate(180deg) translate(0, 12px); } }
  .c-footer-links__content {
    margin-bottom: 60px; }
  @media (min-width: 1000px) {
    .c-footer-links {
      display: grid;
      grid-column-gap: 20px;
      grid-template-columns: 2fr 1fr 1fr; } }
.c-footer-logos {
  display: flex;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 28px;
  justify-content: center;
  align-content: stretch;
  flex-wrap: wrap; }
  @media (min-width: 1000px) {
    .c-footer-logos {
      justify-content: space-between;
      flex-wrap: nowrap;
      padding-top: 32px;
      padding-bottom: 32px; } }
.c-footer-logos > a {
  display: inline-flex;
  max-width: calc( 100% * 70 / 288);
  max-height: 26px;
  margin: 4vw;
  align-items: center; }
  @media (min-width: 1000px) {
    .c-footer-logos > a {
      margin: 0;
      max-width: initial;
      max-height: 48px; } }
.c-footer-logos img {
  display: flex;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1000px) {
    .c-footer-logos img {
      width: 70%; } }
.c-form__field {
  margin-bottom: 24px; }
  .c-form__field .c-label {
    margin-bottom: 6px;
    display: block; }
  .c-form__field .c-input {
    display: block;
    width: 100%;
    line-height: 50px; }
  .c-form__field .c-select {
    display: block;
    width: 100%;
    line-height: 50px; }
  .c-form__field textarea.c-input {
    height: 150px; }

.c-form .c-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: -8px;
  margin-left: 0;
  margin-right: auto;
  min-width: 196px; }
  @media (min-width: 400px) {
    .c-form .c-btn {
      width: 196px; } }
.gallery {
  display: grid;
  grid-gap: 8px;
  justify-items: stretch;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-template-rows: minmax(240px, 1fr); }

.gallery-item {
  margin: 0 !important;
  float: initial !important;
  text-align: initial !important;
  width: initial !important;
  border: 1px solid grey;
  aspect-ratio: 1; }

.gallery-icon {
  height: 100%; }

.gallery a {
  width: 100%; }

.gallery img {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  filter: var(--s-card-photo-filter); }

.gallery-item + br {
  display: none; }

.c-header {
  /* Antialised, only if white text over dark background */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  background-color: transparent;
  color: white;
  /* Display and order */
  /* Styling */ }
  .c-header li > a:not(.c-btn) {
    color: white;
    text-decoration: none;
    /*border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: transparent;*/ }
    .c-header li > a:not(.c-btn):hover {
      text-decoration: underline;
      /*border-bottom-color: #ffffff;*/ }
  .c-header__main li > a:not(.c-btn) {
    border-bottom-width: 2px; }
  .c-header__main li > a:not(.c-btn) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent; }
    .c-header__main li > a:not(.c-btn):hover {
      text-decoration: none;
      border-bottom-color: #ffffff; }
  .c-header h1 {
    margin: 0;
    line-height: 0; }
  .c-header__join {
    border-width: 2px;
    font-weight: bold;
    margin-left: 24px;
    line-height: 36px;
    color: #ffffff; }
  .c-header a.c-header__join {
    text-decoration: none; }
  .c-header__contact img {
    transform: translate(0, -2px);
    margin-right: 4px; }
  .c-header__search a {
    /* Override */ }
    .c-header__preheader .c-header__search a {
      padding-right: 0; }
    .c-header__search a:hover {
      border-bottom: none !important; }
    .c-header__search a img {
      width: 24px;
      height: 24px;
      margin-top: -2px;
      display: inline-block; }
  @media (max-width: 1000px) {
    .c-header__main__logo, .c-header__join, .c-header__search {
      display: none; }
    .c-header__preheader, .c-header__main {
      display: none; }
      .c-header.is-active .c-header__preheader, .c-header.is-active .c-header__main {
        display: block; } }
  @media (min-width: 1000px) {
    .c-header {
      display: flex;
      flex-direction: column; }
      .c-header .c-header-mobile {
        display: none; }
      .c-header__preheader {
        order: 1;
        display: flex;
        justify-content: space-between; }
      .c-header__main {
        order: 2;
        display: flex; }
      .c-header__nav {
        display: flex; } }
  @media (min-width: 1000px) and (max-width: 980px) {
    .c-header__nav--categories li + li + li + li + li {
      display: none; } }
  @media (min-width: 1000px) and (max-width: 1050px) {
    .c-header__nav--categories li + li + li + li + li + li {
      display: none; } }
  @media (min-width: 1000px) and (max-width: 1160px) {
    .c-header__nav--categories li + li + li + li + li + li + li {
      display: none; } }
  @media (max-width: 1300px) {
    .c-header .c-header__preheader__fundacion {
      display: none; } }
  @media (max-width: 1000px) {
    .c-header {
      background-color: var(--s-color--neutral--5); }
      .c-header__main, .c-header__preheader {
        width: 224px;
        margin-left: auto;
        margin-right: auto; }
      .c-header__main {
        padding-top: 40px; }
      .c-header__preheader {
        padding-bottom: 80px; }
      .c-header__nav {
        line-height: 1; }
        .c-header__nav--categories {
          font-size: calc( 1rem * 16 / var(--s-font-size));
          font-weight: 900;
          order: 2; }
        .c-header__nav--recent {
          font-size: calc( 1rem * 24 / var(--s-font-size));
          font-weight: 900;
          order: 1; }
        .c-header__nav--chamber {
          font-size: calc( 1rem * 16 / var(--s-font-size));
          order: 3; }
        .c-header__nav--categories:after, .c-header__nav--recent:after {
          display: block;
          content: "";
          margin-top: 24px;
          margin-bottom: 24px;
          width: 24px;
          height: 1px;
          background-color: white; } }
  @media (min-width: 1000px) {
    .c-header {
      position: relative;
      width: calc( 100% - 64px);
      max-width: 1276px;
      margin-right: auto;
      margin-left: auto; }
      .c-header ul, .c-header li {
        margin-bottom: 0; }
      .c-header:before {
        display: block;
        content: "";
        background-color: var(--s-color--primary);
        width: 100vw;
        left: calc( -1 * ( 50vw - 50% ));
        height: 100%;
        top: 0;
        position: absolute;
        z-index: -1; }
      .c-header__preheader {
        position: relative;
        display: flex;
        font-size: calc( 1rem * 14 / var(--s-font-size));
        height: 44px;
        align-items: center; }
        .c-header__preheader:before {
          display: block;
          content: "";
          background-color: #DA6682;
          width: 100vw;
          left: calc( -1 * ( 50vw - 50% ));
          height: 1px;
          bottom: 0;
          position: absolute;
          z-index: -1; }
        .c-header__preheader a {
          padding-right: 10px;
          padding-left: 10px; }
      .c-header__nav--categories {
        font-weight: 900; }
        .c-header__nav--categories.o-list-clean {
          margin-left: -10px; }
      .c-header__nav {
        display: flex;
        align-content: center; }
      .c-header__main {
        display: flex;
        height: 116px;
        padding-bottom: 28px;
        align-items: center;
        justify-content: space-between; }
        .c-header__main__logo {
          width: 153px; }
          .c-header__main__logo img {
            width: 100%; }
          .c-header__main__logo:hover {
            opacity: .9; }
      .c-header__nav--recent {
        font-size: calc( 1rem * 16 / var(--s-font-size));
        font-weight: 900;
        line-height: 40px;
        margin-left: 40px; }
        .c-header__nav--recent a {
          padding-right: 24px;
          padding-left: 24px; }
        .c-header__nav--recent li {
          display: flex;
          align-content: center; } }
.c-header-mobile {
  display: flex;
  background-color: var(--s-color--primary);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 14px 16px;
  justify-content: space-between; }
  .c-header-mobile__logo {
    width: 89px;
    height: 32px; }
  .c-header-mobile__actions {
    text-align: right;
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    margin-left: -10px; }
    .c-header-mobile__actions a {
      text-decoration: none; }
    .c-header-mobile__actions > *:hover img {
      opacity: .8; }
  .c-header-mobile__close {
    display: none; }
  .c-header.is-active .c-header-mobile {
    background-color: var(--s-color--neutral--5);
    box-shadow: 0 0 30px 30px var(--s-color--neutral--5); }
    .c-header.is-active .c-header-mobile .c-header-mobile__ham {
      display: none; }
    .c-header.is-active .c-header-mobile .c-header-mobile__close {
      display: inline-block; }

.c-header-simple {
  display: flex;
  width: 100%;
  height: 60px;
  background-color: var(--s-color--primary);
  align-items: center;
  justify-content: center; }
  .c-header-simple img {
    width: 89px; }
  @media (min-width: 600px) {
    .c-header-simple {
      height: 160px; }
      .c-header-simple img {
        width: 153px; } }
.c-hero {
  position: relative;
  color: #fff;
  background-color: grey;
  /* Antialised, only if white text over dark background */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }
  @media (min-width: 1000px) {
    .c-hero {
      max-width: 1276px;
      margin-left: auto;
      margin-right: auto;
      min-height: 416px; } }
  .c-hero a:hover {
    color: var(--s-color--accent); }
  .c-hero .c-btn:hover {
    color: #ffffff; }
  .c-hero__img {
    position: relative;
    z-index: 0;
    height: 60%;
    min-height: 230px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 1000px) {
      .c-hero__img {
        position: absolute;
        height: 100%;
        z-index: 10;
        width: calc( 100% * ( 920 / 1276 ));
        right: 0; } }
  @media (min-width: 1000px) {
    .c-hero:after {
      content: "";
      position: absolute;
      z-index: 15;
      top: 0;
      right: 0;
      width: calc( 100% * ( 920 / 1276 ));
      height: 100%;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%); }
    .c-hero--no-image:after, .c-hero--simple:after, .c-hero--short:after {
      display: none; } }
  .c-hero__wrap {
    z-index: 20;
    position: relative;
    top: -10vw;
    width: calc( 100% - 76px);
    max-width: 1276px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 1000px) {
      .c-hero__wrap {
        width: calc( 100% - 64px);
        top: initial;
        padding-top: 84px;
        padding-bottom: 84px; } }
    @media (min-width: 1300px) {
      .c-hero__wrap {
        padding-left: 108px;
        margin: 0; } }
    .c-hero__wrap:before {
      position: absolute;
      top: -20%;
      width: 100vw;
      height: 150px;
      content: "";
      left: calc( -1 * ( 50vw - 50% ));
      z-index: -1; }
      @media (min-width: 1000px) {
        .c-hero__wrap:before {
          display: none; } }
  .c-hero__title {
    position: relative;
    max-width: 24ch;
    margin-top: .5em;
    margin-bottom: .5em;
    color: white;
    display: block;
    text-decoration: none; }
    .c-hero__title:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      filter: blur(40px);
      z-index: -1; }
      .c-hero--short .c-hero__title:before {
        display: none;
        /* No shadow if no photo */ }
  .c-hero__intro {
    line-height: calc( 22 / 16);
    max-width: 420px; }
  .c-hero__logo {
    display: block;
    width: 60px;
    margin-top: 1em; }
    @media (min-width: 1300px) {
      .c-hero__logo {
        position: absolute;
        bottom: 0;
        margin-left: -108px;
        width: 88px;
        margin-bottom: 1em; } }
  .c-hero__background-image {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, transparent 0%, #84837D 10vw);
    -webkit-clip-path: inset(-100px 0 0 0);
            clip-path: inset(-100px 0 0 0); }
    @media (min-width: 1000px) {
      .c-hero__background-image {
        z-index: 5;
        background: none;
        background-color: #84837D;
        height: 100%;
        width: 100vw;
        left: calc( -1 * ( 50vw - 50% ));
        overflow: hidden; } }
    .c-hero__background-image img {
      display: block;
      width: 120%;
      height: 120%;
      -o-object-fit: cover;
         object-fit: cover;
      mix-blend-mode: multiply;
      filter: blur(20px) opacity(0.75);
      margin: -1% 0 -1% -1%; }
    .c-hero__background-image--no-filters {
      background: initial; }
      .c-hero__background-image--no-filters img {
        filter: initial;
        width: 100%;
        height: 100%;
        mix-blend-mode: initial;
        margin: 0; }
  .c-hero--no-image {
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center; }
    .c-hero--no-image:before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: calc( -1 * ( 50vw - 50% ));
      width: 100vw;
      height: 100%;
      background: #cccccc url("../img/backgrounds/fachada-camara.jpg") no-repeat center center;
      background-size: cover; }
    @media (min-width: 1000px) {
      .c-hero--no-image {
        min-height: 416px; } }
    .c-hero--no-image .c-hero__wrap {
      top: initial;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 1000px) {
        .c-hero--no-image .c-hero__wrap {
          padding-top: 84px;
          padding-bottom: 84px; } }
      .c-hero--no-image .c-hero__wrap:before {
        display: none; }
  .c-hero--short {
    width: 100vw;
    height: 200px;
    display: flex;
    align-content: center;
    background-color: #8E0022;
    -webkit-clip-path: inset(0 0);
            clip-path: inset(0 0); }
    @media (min-width: 1000px) {
      .c-hero--short {
        min-height: 240px;
        -webkit-clip-path: initial;
                clip-path: initial; } }
    .c-hero--short .c-hero__wrap {
      margin-top: auto;
      margin-bottom: auto;
      top: initial; }
      @media (min-width: 1000px) {
        .c-hero--short .c-hero__wrap {
          padding-top: initial;
          padding-bottom: initial; } }
      @media (min-width: 1300px) {
        .c-hero--short .c-hero__wrap {
          width: 100%; } }
    .c-hero--short .c-hero__title {
      margin-top: 8px;
      margin-bottom: 0; }
    .c-hero--short .c-hero__background-image {
      position: absolute;
      height: 100%;
      background: #8E0022;
      width: 100vw;
      left: calc( -1 * ( 50vw - 50% )); }
      .c-hero--short .c-hero__background-image img {
        filter: blur(3px) opacity(0.75);
        margin: 0; }
    .c-hero--short--centered {
      text-align: center; }
      .c-hero--short--centered .c-hero__wrap {
        max-width: 620px;
        padding-left: initial;
        padding-right: initial;
        margin-right: auto;
        margin-left: auto; }
      .c-hero--short--centered .c-hero__pretitle {
        padding-bottom: 0; }
        @media (min-width: 1000px) {
          .c-hero--short--centered .c-hero__pretitle {
            font-size: calc( 1rem * 16 / var(--s-font-size ));
            line-height: calc( 24 / 16); } }
      .c-hero--short--centered .c-hero__title {
        margin-top: 12px; }
      .c-hero--short--centered .c-h3--bottom-line:after {
        background-color: var(--s-color--accent);
        position: relative;
        margin: 12px auto 0 auto; }
        @media (min-width: 1000px) {
          .c-hero--short--centered .c-h3--bottom-line:after {
            width: 88px;
            height: 4px;
            margin-top: 16px; } }
  .c-hero--frontpage .c-hero__img {
    z-index: 15;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    min-height: 300px; }
  .c-hero--frontpage .c-hero__background-image {
    background: none;
    background-color: var(--s-color--primary);
    -webkit-clip-path: inset(0 0);
            clip-path: inset(0 0); }
  @media (max-width: 450px) {
    .c-hero--frontpage {
      /* R.A. No condigo ajustar entre 450 y 1000 px */ }
      .c-hero--frontpage:after {
        content: "";
        position: absolute;
        z-index: 15;
        top: 0;
        width: 100%;
        max-width: 100%;
        min-height: 300px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
                clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
        background: linear-gradient(-10deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 60%); } }
  @media (min-width: 1000px) {
    .c-hero--frontpage .c-hero__img {
      -webkit-clip-path: polygon(182px 0, 100% 0, 100% 100%, 0% 100%);
              clip-path: polygon(182px 0, 100% 0, 100% 100%, 0% 100%);
      right: calc( -1 * ( 50vw - 50% ));
      width: 60vw; }
    .c-hero--frontpage:after {
      content: "";
      position: absolute;
      z-index: 15;
      top: 0;
      right: calc( -1 * ( 50vw - 50% ));
      width: 60vw;
      height: 100%;
      min-height: 100%;
      -webkit-clip-path: polygon(182px 0, 100% 0, 100% 100%, 0% 100%);
              clip-path: polygon(182px 0, 100% 0, 100% 100%, 0% 100%);
      background: linear-gradient(110deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 40%); } }
  .c-hero--simple .c-hero__wrap {
    padding-top: 76px;
    padding-bottom: 76px;
    top: initial; }
    .c-hero--simple .c-hero__wrap:before {
      /* No shadow. Background image must be filtered to make text contrast readable */
      display: none; }
    @media (min-width: 1000px) {
      .c-hero--simple .c-hero__wrap {
        padding-top: 100px;
        padding-bottom: 100px; } }
  .c-hero--simple .c-hero__background-image {
    height: 100%; }

.c-newsletter {
  background-color: var(--s-color--primary--dark);
  padding: 16px;
  color: #ffffff;
  max-width: 400px; }
  @media (min-width: 600px) {
    .c-newsletter {
      max-width: 1276px; } }
  @media (min-width: 1000px) {
    .c-newsletter {
      display: flex;
      justify-content: center;
      padding-top: 24px;
      padding-bottom: 24px; } }
  .c-newsletter__label {
    font-weight: 900;
    /* Black */
    max-width: 220px;
    display: block; }
    @media (min-width: 600px) {
      .c-newsletter__label {
        max-width: initial; } }
    @media (min-width: 1000px) {
      .c-newsletter__label {
        display: flex;
        height: 48px;
        align-items: center;
        font-size: calc( 1rem * 18 / var(--s-font-size));
        max-width: initial;
        padding-right: 20px; } }
  .c-newsletter__wrap {
    margin-top: 8px; }
    @media (min-width: 600px) {
      .c-newsletter__wrap {
        max-width: 694px;
        display: flex;
        background-color: #ffffff;
        padding: 4px;
        border-radius: 4px; } }
    @media (min-width: 1000px) {
      .c-newsletter__wrap {
        margin-top: 0;
        width: calc( 100% * 694 / 1276);
        max-width: 694px; } }
  .c-newsletter__input {
    display: block;
    margin-top: 8px;
    width: 100%; }
    .c-newsletter__input[type="text"], .c-newsletter__input[type="email"] {
      border: 0; }
    @media (min-width: 600px) {
      .c-newsletter__input {
        margin: 0; } }
  .c-newsletter__button {
    display: block;
    margin-top: 4px;
    width: 100%;
    height: 50px;
    line-height: 48px; }
    @media (min-width: 600px) {
      .c-newsletter__button {
        margin: 0;
        border-radius: 2px;
        max-width: 192px; } }
  .c-newsletter__modal {
    color: #000000; }
    .c-newsletter__modal .c-label {
      margin-top: 20px; }
  .c-newsletter:not(.is-active) .c-newsletter__modal {
    display: none; }
  .c-newsletter.is-active .c-newsletter__modal {
    display: block; }

.c-modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); }
  @media (min-width: 600px) {
    .c-modal {
      align-content: center; } }
  .c-modal__wrap {
    position: relative;
    width: 100%;
    max-width: 844px;
    background-color: #ffffff;
    margin: auto;
    padding: 60px 16px;
    height: 100%;
    max-height: 100vh;
    overflow: auto; }
    @media (min-width: 600px) {
      .c-modal__wrap {
        padding: 72px 108px;
        border-radius: 8px;
        width: 96%;
        height: initial; } }
  .c-modal__close {
    position: fixed;
    top: 12px;
    right: 12px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 12px;
    z-index: 50; }
    .c-modal__close:hover img {
      filter: brightness(0%); }
    @media (min-width: 600px) {
      .c-modal__close {
        position: absolute; } }
  .c-modal__title {
    margin-top: 0;
    margin-bottom: 32px; }
  .c-modal__actions {
    margin-top: 60px; }
    .c-modal__actions .c-btn {
      width: 100%;
      margin-top: 12px;
      margin-bottom: 12px;
      height: 50px; }
    @media (min-width: 600px) {
      .c-modal__actions {
        display: flex;
        margin-top: 36px; }
        .c-modal__actions .c-btn {
          width: 196px; }
        .c-modal__actions .c-btn:not(:first-child) {
          margin-left: 20px; } }
  .c-modal.is-active {
    display: flex; }
  .c-modal__legal-text {
    color: var(--s-color--neutral--5);
    font-size: calc( 1rem * 14 / var(--s-font-size));
    line-height: calc( 18 / 14); }
    .c-modal__legal-text a {
      color: var(--s-color--neutral--5);
      font-weight: bold;
      text-decoration: none; }
    @media (min-width: 600px) {
      .c-modal__legal-text {
        margin-top: 36px; } }
.c-product-club {
  position: relative;
  padding: 32px 0 12px 0;
  min-height: 80px;
  line-height: calc( 22 / 16); }
  @media (min-width: 1000px) {
    .c-product-club {
      padding: 24px 0 20px 0;
      line-height: calc( 22 / 18); } }
  .c-product-club a {
    text-decoration: none;
    display: block; }
    @media (min-width: 1000px) {
      .c-product-club a {
        display: inline; } }
  .c-product-club:after {
    /* bottom line */
    position: absolute;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100vw;
    border-bottom: 1px solid var(--s-color--neutral--2);
    left: calc( -1 * ( 50vw - 50% )); }
  .c-product-club__club {
    margin-top: 4px;
    margin-bottom: 12px; }
    @media (min-width: 1000px) {
      .c-product-club__club {
        margin-bottom: 16px; } }
  .c-product-club__logo {
    display: block;
    margin-right: 12px;
    margin-bottom: 4px;
    width: 108px; }
    @media (min-width: 1000px) {
      .c-product-club__logo {
        width: 154px;
        display: inline-block; } }
.c-product-data {
  position: relative;
  display: grid;
  grid-row-gap: 16px;
  background-color: var(--s-color--neutral--1);
  padding: 20px 0;
  z-index: 10; }
  @media (min-width: 600px) {
    .c-product-data {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
      padding: 40px 0; } }
.c-product-data:before {
  content: "";
  background-color: var(--s-color--neutral--1);
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  margin: 0;
  margin-left: calc( -1/2 * ( 100vw - 100% ));
  margin-right: calc( -1/2 * ( 100vw - 100% ));
  top: 0; }

.c-product-data__item {
  position: relative;
  padding-left: 32px; }
  @media (min-width: 600px) {
    .c-product-data__item {
      min-height: 68px;
      padding-left: 64px; } }
.c-product-data__item__title {
  margin: 0;
  font-size: calc( 1rem * 10 / var(--s-font-size));
  line-height: calc( 12 / 10);
  letter-spacing: 2.14px; }
  @media (min-width: 600px) {
    .c-product-data__item__title {
      font-size: calc( 1rem * 14 / var(--s-font-size));
      line-height: calc( 22 / 14);
      letter-spacing: 3px; } }
.c-product-data__item__img {
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 24px;
  height: 24px; }
  @media (min-width: 600px) {
    .c-product-data__item__img {
      top: -4px;
      width: 48px;
      height: 48px; } }
.c-product-data__item__text {
  margin-top: 2px;
  margin-bottom: 0;
  max-width: 45ch; }

.c-product-data__text-link {
  display: block;
  color: grey;
  font-size: 0.6rem;
  text-transform: uppercase; }
  @media (min-width: 1100px) {
    .c-product-data__text-link {
      display: inline-block;
      margin-left: 16px; } }
.c-product__add-to-calendar__modal .c-modal__content .c-btn {
  width: 100%;
  max-width: 320px;
  display: block;
  margin-bottom: 20px; }

/*
.c-product__add-to-calendar__modal .c-modal__content  .c-btn:hover img {
	filter: saturate( 0% ) brightness( 1000% );
}*/
.c-product__add-to-calendar__outlook img {
  margin-top: -3px; }

.c-product__add-to-calendar__google img {
  width: 20px;
  margin-top: -3px; }

.c-product__add-to-calendar__apple img {
  width: 20px;
  margin-top: -6px; }

.c-product__add-to-calendar__ical img {
  width: 22px;
  margin-top: -4px; }

.c-profile {
  margin-bottom: 16px; }
  @media (min-width: 600px) {
    .c-profile {
      padding-left: calc( 196px + 20px);
      position: relative;
      margin-bottom: 24px;
      min-height: 196px; } }
  .c-profile__photo {
    display: block;
    width: 136px;
    height: 136px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 600px) {
      .c-profile__photo {
        position: absolute;
        top: 0;
        left: 0;
        width: 196px;
        height: 196px; } }
  .c-profile__name {
    display: inline-block;
    margin-top: 8px; }
    @media (min-width: 600px) {
      .c-profile__name {
        margin-top: 0; } }
.c-register-data__content {
  padding-top: 40px; }

.c-register-data__item {
  position: relative;
  padding-left: 32px; }
  .c-register-data__item__img {
    position: absolute;
    top: -8px;
    left: 0;
    width: 24px;
    height: 24px; }
    .c-register-data__item--price .c-register-data__item__img {
      top: 8px; }
    @media (min-width: 600px) {
      .c-register-data__item__img {
        top: 8px; } }
  .c-register-data__item__title {
    font-size: calc( 1rem * 9 / var(--s-font-size));
    letter-spacing: 1.93px;
    display: block;
    margin-top: 16px;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .c-register-data__item__title:before {
        content: "";
        display: block;
        margin-bottom: 16px;
        height: 1px;
        width: 44px;
        background-color: var(--s-color--primary); } }
  .c-register-data__item__text {
    display: block;
    font-size: calc( 1rem * 14 / var(--s-font-size));
    margin-top: 2px;
    margin-bottom: 0; }

.c-register-data__price__old {
  display: block; }

.c-register-data__price__big {
  display: block;
  font-size: calc( 1rem * 32 / var(--s-font-size));
  font-weight: 400; }
  .c-register-data__price__big--new {
    color: var(--s-color--primary); }

.c-register-data__price__vat {
  display: block; }

@media (min-width: 600px) {
  .c-register-data__price {
    display: flex;
    align-items: center; }
    .c-register-data__price__old {
      font-size: calc( 1rem * 24 / var(--s-font-size));
      order: 2; }
    .c-register-data__price__big {
      line-height: 1;
      display: inline;
      order: 1; }
      .c-register-data__price__big--new {
        vertical-align: middle;
        margin-right: 10px; } }

@media (min-width: 1200px) {
  .c-register-data__price__old {
    font-size: calc( 1rem * 30 / var(--s-font-size)); }
  .c-register-data__price__big {
    font-size: calc( 1rem * 40 / var(--s-font-size)); } }

.c-register-data__club-detected {
  margin-bottom: 20px; }
  .c-register-data__club-detected img {
    width: 196px; }
  .c-register-data__club-detected p {
    margin-top: 12px;
    font-size: calc( 1rem * 14 / var(--s-font-size));
    line-height: calc( 20 / 14); }

.c-register-data__button {
  margin-top: 8px;
  overflow: hidden; }

.c-register-data__club {
  margin-top: 40px; }
  .c-register-data__club img {
    width: 154px;
    margin-bottom: 8px; }
  .c-register-data__club p {
    font-size: calc( 1rem * 14 / var(--s-font-size));
    line-height: calc( 18 / 14); }
    .c-register-data__club p strong {
      font-weight: 700; }

.c-register-data__toggle-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 28px;
  border: 0;
  background: transparent;
  font-size: calc( 1rem * 9 / var(--s-font-size));
  text-transform: uppercase;
  color: var(--s-color--neutral--5);
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  top: 60px;
  vertical-align: middle;
  z-index: 10;
  padding: 0; }
  .c-register-data__toggle-button img {
    margin-left: 4px;
    width: 24px;
    height: 24px; }

.c-search__input {
  width: 400px;
  max-width: 100%;
  margin-bottom: 1em; }

.c-search__checkbox-hide-finished {
  font-size: 0.7rem; }
  .c-search__checkbox-hide-finished > input {
    width: 20px;
    height: 20px;
    vertical-align: -5.5px;
    margin-right: 4px; }
  .c-search__checkbox-hide-finished > input[type=checkbox]:checked:after {
    width: 12px;
    height: 6px;
    transform: translate(3px, 5px) rotate(-45deg); }

.c-search__no-results-text {
  margin: 3em 0 3em; }

/*.c-card__photo { display: none; }*/
.c-pagination .nav-links {
  display: flex; }

.c-pagination .page-numbers {
  display: none;
  height: 40px;
  width: 40px;
  border: 1px solid #dddddd;
  margin-right: 8px;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

.c-pagination .current {
  border-color: transparent; }

.c-pagination .next,
.c-pagination .prev {
  display: flex;
  width: initial;
  padding: 0 8px; }

@media (min-width: 600px) {
  .c-pagination .page-numbers {
    display: flex; }
  .c-card__photo {
    display: block; } }

.c-search__select {
  outline: 1px solid var(--s-color--neutral--2);
  color: #666;
  border-radius: 4px;
  margin-right: 1em;
  font-size: .75rem;
  padding: 8px 8px 8px 8px;
  border: 0;
  border-right: 8px solid #ffffff;
  background-color: #ffffff; }

@media (max-width: 600px) {
  .c-search__select {
    display: none; } }

.c-search__loading {
  display: block;
  height: 4px;
  width: 0%;
  background: #999;
  border: 1px solid #eee;
  margin-top: 1em; }

.c-search__loading--active {
  width: 100%;
  transition: width 20s ease-out; }

/*


<div class="c-video-gallery">
	

	<div class="epyt-gallery" data-currpage="1" id="epyt_gallery_27135">

		<iframe id="_ytid_53192" width="480" height="270" data-origwidth="480" data-origheight="270" src="https://www.youtube.com/embed/H64ieMJ5JYY?enablejsapi=1&amp;autoplay=0&amp;cc_load_policy=0&amp;iv_load_policy=1&amp;loop=0&amp;modestbranding=0&amp;fs=1&amp;playsinline=0&amp;controls=1&amp;color=red&amp;rel=1&amp;autohide=2&amp;theme=dark&amp;" class="__youtube_prefs__" title="YouTube player" data-epytgalleryid="epyt_gallery_27135" allow="autoplay; encrypted-media" allowfullscreen="" data-no-lazy="1" data-skipgform_ajax_framebjll=""></iframe>

		<div class="epyt-gallery-list">

			<div class="epyt-pagination ">

				<div tabindex="0" role="button" class="epyt-pagebutton epyt-prev  hide " data-playlistid="PLJwV32dCRWQKiy2DQV1OB_FHXhKemOxnv" data-pagesize="3" data-pagetoken="" data-epcolumns="3" data-showtitle="1" data-showpaging="1" data-autonext="0" data-thumbplay="1">

					<div class="epyt-arrow">«</div> 
					<div>Prev</div>
				</div>

				<div class="epyt-pagenumbers ">

					<div class="epyt-current">1</div>
					<div class="epyt-pageseparator"> / </div>
					<div class="epyt-totalpages">7</div>
				</div>

				<div tabindex="0" role="button" class="epyt-pagebutton epyt-next" data-playlistid="PLJwV32dCRWQKiy2DQV1OB_FHXhKemOxnv" data-pagesize="3" data-pagetoken="CAMQAA" data-epcolumns="3" data-showtitle="1" data-showpaging="1" data-autonext="0" data-thumbplay="1">

					<div>Next</div>
					<div class="epyt-arrow">»</div>
				</div>

				<div class="epyt-loader"><img alt="loading" width="16" height="11" src="https://www.camarazaragoza.com/wp-content/plugins/youtube-embed-plus/images/gallery-page-loader.gif"></div>
			</div>

			<div class="epyt-gallery-allthumbs  epyt-cols-3 ">

				<div tabindex="0" role="button" data-videoid="H64ieMJ5JYY" class="epyt-gallery-thumb">

					<div class="epyt-gallery-img-box">

						<div class="epyt-gallery-img" style="background-image: url(https://i.ytimg.com/vi/H64ieMJ5JYY/hqdefault.jpg)">

							<div class="epyt-gallery-playhover"><img alt="play" class="epyt-play-img" width="30" height="23" src="https://www.camarazaragoza.com/wp-content/plugins/youtube-embed-plus/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="">

								<div class="epyt-gallery-playcrutch"></div>
							</div>
						</div>
					</div>

					<div class="epyt-gallery-title">#InmersiónTalento con Ángel Pardillos (Hiberus Tecnología)</div>
				</div>

				<div tabindex="0" role="button" data-videoid="PTQ3qQ8IBfE" class="epyt-gallery-thumb">

					<div class="epyt-gallery-img-box">

						<div class="epyt-gallery-img" style="background-image: url(https://i.ytimg.com/vi/PTQ3qQ8IBfE/hqdefault.jpg)">

							<div class="epyt-gallery-playhover"><img alt="play" class="epyt-play-img" width="30" height="23" src="https://www.camarazaragoza.com/wp-content/plugins/youtube-embed-plus/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="">

								<div class="epyt-gallery-playcrutch"></div>
							</div>
						</div>
					</div>

					<div class="epyt-gallery-title">Zaragoza Marca con María López, “Quedan muchas preguntas sobre el cerebro por responder”</div>
				</div>

				<div tabindex="0" role="button" data-videoid="71JogNBtqmc" class="epyt-gallery-thumb">

					<div class="epyt-gallery-img-box">

						<div class="epyt-gallery-img" style="background-image: url(https://i.ytimg.com/vi/71JogNBtqmc/hqdefault.jpg)">

							<div class="epyt-gallery-playhover"><img alt="play" class="epyt-play-img" width="30" height="23" src="https://www.camarazaragoza.com/wp-content/plugins/youtube-embed-plus/images/playhover.png" data-no-lazy="1" data-skipgform_ajax_framebjll="">

								<div class="epyt-gallery-playcrutch"></div>
								</div>
							</div>
						</div>

						<div class="epyt-gallery-title">Lo que dure un Jamón "Como mejorar nuestros espacios de trabajo"</div>
					</div>

					<div class="epyt-gallery-rowbreak"></div>
					<div class="epyt-gallery-clear"></div>
				</div>

				<div class="epyt-pagination ">

					<div tabindex="0" role="button" class="epyt-pagebutton epyt-prev  hide " data-playlistid="PLJwV32dCRWQKiy2DQV1OB_FHXhKemOxnv" data-pagesize="3" data-pagetoken="" data-epcolumns="3" data-showtitle="1" data-showpaging="1" data-autonext="0" data-thumbplay="1">

						<div class="epyt-arrow">«</div> 
						<div>Prev</div>
					</div>

					<div class="epyt-pagenumbers ">
						<div class="epyt-current">1</div>
						<div class="epyt-pageseparator"> / </div>
						<div class="epyt-totalpages">7</div>
					</div>

					<div tabindex="0" role="button" class="epyt-pagebutton epyt-next" data-playlistid="PLJwV32dCRWQKiy2DQV1OB_FHXhKemOxnv" data-pagesize="3" data-pagetoken="CAMQAA" data-epcolumns="3" data-showtitle="1" data-showpaging="1" data-autonext="0" data-thumbplay="1">

						<div>Next</div>
						<div class="epyt-arrow">»</div>
					</div>

					<div class="epyt-loader"><img alt="loading" width="16" height="11" src="https://www.camarazaragoza.com/wp-content/plugins/youtube-embed-plus/images/gallery-page-loader.gif">
					</div>
				</div>
			</div>
		</div>			
	</div>

</div>
*/
.c-video-gallery .epyt-gallery > iframe,
.c-video-gallery .epyt-pagination,
.c-video-gallery .epyt-gallery-playhover {
  display: none; }

.c-video-gallery .epyt-gallery > iframe {
  width: 100%;
  height: 60vw;
  max-width: 1000px;
  max-height: calc( 1000px * 9/16);
  margin: 40px auto; }

.c-video-gallery .epyt-gallery-list {
  margin: 0; }

.c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4px;
  margin-top: 4px;
  margin-bottom: 4px; }
  @media (min-width: 640px) {
    .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      grid-gap: 20px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr; } }
  .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb {
    width: 100%;
    padding: 0; }
    .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb:after {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      right: 0;
      width: 80px;
      height: 24px;
      background-color: var(--s-color--neutral--3);
      background: var(--s-color--neutral--3) url("../img/icons/video-tag.svg") no-repeat center center;
      z-index: 20; }
  .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-img-box {
    z-index: 20; }
    @media (min-width: 640px) {
      .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-img-box {
        width: calc( 100% - 36px);
        margin-bottom: -56px; } }
  .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-img {
    z-index: 20; }
  .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-playhover {
    top: 0; }
  .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-title {
    z-index: 10;
    background-color: var(--s-color--neutral--1);
    width: calc( 100% - 20px);
    margin-left: auto;
    margin-top: 0;
    padding: 20px 20px 28px 28px;
    text-transform: initial;
    font-family: "Inria Serif", serif;
    font-size: calc( 1rem * 24 / var(--s-font-size));
    line-height: calc( 30 / 24);
    letter-spacing: -1px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    position: relative; }
    @media (min-width: 640px) {
      .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-title {
        width: calc( 100% - 40px);
        min-height: 300px;
        padding: 68px 36px 80px 36px; } }
    .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-title:before {
      content: "";
      position: absolute;
      width: 48px;
      height: 2px;
      background-color: var(--s-color--primary);
      top: 36px;
      left: -28px; }
      @media (min-width: 640px) {
        .c-video-gallery .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-title:before {
          width: 64px;
          top: 84px;
          left: -40px; } }
.c-category__products {
  margin-top: 18px; }
  @media (min-width: 600px) {
    .c-category__products {
      margin-top: 36px; } }
.c-category__news, .c-category__resources {
  margin-top: 24px; }

.c-category__events {
  margin-top: 60px; }

.c-category__resources {
  margin-bottom: 60px; }

.c-page__social {
  position: relative;
  z-index: 10;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: flex-end; }
  @media (min-width: 1000px) {
    .c-page__social {
      margin-top: 24px;
      margin-bottom: -48px; } }
.c-product__next {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media (min-width: 600px) {
    .c-product__next {
      margin-top: 36px; } }
.c-product--old .c-product-data, .c-product--old .c-product-club {
  opacity: 40%; }

.c-product__cta-inscription-below {
  margin-bottom: 32px; }

.c-register__form {
  background-color: var(--s-color--neutral--1);
  padding-top: 16px;
  padding-bottom: 100px; }
  @media (min-width: 600px) {
    .c-register__form {
      padding-top: 32px; } }
.c-register__aside {
  background-color: var(--s-color--neutral--2);
  padding-top: 20px;
  padding-bottom: 28px; }
  @media (min-width: 600px) {
    .c-register__aside {
      padding-top: 32px; } }
.c-register main .c-btn {
  width: 100%;
  max-width: 304px; }

.c-register .c-footer-legal {
  background-color: var(--s-color--neutral--5); }

.c-search-results__main {
  padding: 32px 0 80px;
  min-height: 500px; }

.c-ecommerces-menu {
  margin-top: 30px; }
  .c-ecommerces-menu .list-item a {
    color: black;
    text-decoration: none; }

.c-ecommerces__sectores, .c-ecommerces__alfabetico {
  background-color: white;
  padding: 20px; }

.c-ecommerces__alfabetico {
  -moz-columns: 2;
       columns: 2; }

@media (min-width: 800px) {
  .c-ecommerces__sectores {
    -moz-columns: 4;
         columns: 4; }
  .c-ecommerces__alfabetico {
    -moz-columns: unset;
         columns: unset;
    display: flex; }
    .c-ecommerces__alfabetico .list-item {
      width: 150px; }
      .c-ecommerces__alfabetico .list-item .list-item + .list-item {
        margin-top: 0; } }

.c-ecommerces-list h2 {
  max-width: 210px; }

.c-content .c-ecommerces-list h2 {
  margin-top: 0; }

.c-ecommerces__website-button {
  position: absolute;
  bottom: 20px; }

.c-ecommerces-ficha {
  position: relative;
  border-bottom: 1px solid grey;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .c-ecommerces-ficha ul {
    margin-top: 30px; }

.main__content > .c-ecommerces {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

.c-ecommerces-menu__item {
  border: 1px solid var(--s-color--primary);
  margin: .5em;
  padding: .5em;
  display: inline-block;
  text-decoration: none; }

.c-ecommerces .c-hero::after {
  display: none; }

.c-ecommerces-list .c-card {
  padding-bottom: 80px; }

.c-ecommerces__img {
  position: absolute;
  top: 20px;
  width: 120px;
  right: 20px;
  padding: 4px;
  mix-blend-mode: multiply;
  min-height: 60px;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid rgba(100, 100, 100, 0.1); }

.c-ecommerces-menu__logos {
  margin-top: 8em; }

.c-content img.c-ecommerces__img {
  margin: 0; }

.c-frontpage__club, .c-frontpage__products, .c-frontpage__products-list, .c-frontpage__learning, .c-frontpage__events, .c-frontpage__news .c-frontpage__basilio-paraiso {
  margin-top: 32px; }

@media (min-width: 600px) {
  .c-frontpage__club, .c-frontpage__products, .c-frontpage__products-list, .c-frontpage__learning, .c-frontpage__events, .c-frontpage__news .c-frontpage__basilio-paraiso {
    margin-top: 64px; } }

/* *** 7. Utilities *** */
.u-hide {
  display: none !important; }

@media (max-width: 600px) {
  .u-hide-mobile {
    display: none !important; } }

@media (min-width: 600px) {
  .u-hide-desktop {
    display: none !important; } }

.u-color--primary {
  color: var(--s-color--primary); }

/* Red */
.u-color--primary--dark {
  color: var(--s-color--primary-dark); }

/* Dark red */
.u-color--accent {
  color: var(--s-color--accent); }

/* Orange */
.u-color--secondary {
  color: var(--s-color--secondary); }

/* Yellow */
.u-color--black {
  color: var(--s-color--black); }

.u-color--white {
  color: var(--s-color--white); }

.u-color--neutral--1 {
  color: var(--s-color--neutral--1); }

/* Very light grey */
.u-color--neutral--2 {
  color: var(--s-color--neutral--2); }

/* Lighter grey */
.u-color--neutral--3 {
  color: var(--s-color--neutral--3); }

/* Light Grey  */
.u-color--neutral--4 {
  color: var(--s-color--neutral--4); }

/* Grey */
.u-color--neutral--5 {
  color: var(--s-color--neutral--5); }

/* Dark grey */
.u-font--primary {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400; }

.u-font--primary--black {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900; }

.u-font--title {
  font-family: 'Inria Serif', serif;
  font-weight: 700; }
/*# sourceMappingURL=camara.css.map */