/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600|Mouse+Memoirs|Satisfy|Roboto:400,500&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 100%; }

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

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

body {
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none;
  overflow: visible;
  margin: 0;
  padding: 0; }
  ul:before, ul:after,
  ol:before,
  ol:after {
    content: " ";
    display: table; }
  ul:after,
  ol:after {
    clear: both; }
  ul li,
  ol li {
    margin: 0;
    padding: 0; }

input {
  background-color: transparent;
  background-image: none;
  border: 0;
  font-size: 16px;
  padding: 0; }

figure,
figcaption {
  margin: 0;
  padding: 0; }

body,
input,
textarea,
select,
button {
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

a:hover {
  color: #0071E3; }

.dm-block {
  display: block; }

p {
  margin: 0; }

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #252525;
  background: #fff url("cdl-img/cdl-watermark.svg") fixed no-repeat calc(50% - 20px) -224px;
  background-attachment: fixed;
  background-size: 722px auto; }
  body::after {
    content: "";
    width: 100%;
    height: calc(100% - 38px);
    display: block;
    position: fixed;
    top: 100px;
    background: #fff;
    background: linear-gradient(0deg, white calc(100% - 80px), rgba(255, 255, 255, 0) 100%);
    z-index: -1; }
  body::before {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #DC2B26;
    z-index: 999; }
  @media (min-width: 768px) {
    body {
      background-position: calc(50% + 73px) -376px;
      background-attachment: fixed;
      background-size: 1222px auto; }
      body::after {
        height: calc(100% - 80px);
        background: linear-gradient(0deg, white calc(100% - 200px), rgba(255, 255, 255, 0) 100%); } }
  @media (min-width: 1024px) {
    body {
      background-position: calc(50% + 86px) -544px;
      background-attachment: fixed;
      background-size: 1723px auto; }
      body::after {
        height: calc(100% - 100px);
        background: linear-gradient(0deg, white calc(100% - 300px), rgba(255, 255, 255, 0) 90%); }
      body::before {
        position: fixed; } }
  @media (min-width: 1280px) {
    body {
      background-position: calc(50% + 110px) -565px;
      background-size: 1823px auto;
      background-attachment: fixed; }
      body::after {
        height: calc(100% - 100px);
        background: linear-gradient(0deg, white calc(100% - 300px), rgba(255, 255, 255, 0) 90%); } }

header h1 {
  width: 86px;
  height: 160px;
  background: transparent url("cdl-img/cdl-flag.svg") no-repeat 50% 100%;
  background-size: 86px auto;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 998; }
  @media (min-width: 768px) {
    header h1 {
      width: 144px;
      height: 242px;
      background-size: 144px auto;
      left: 50%;
      transform: translateX(-360px); } }
  @media (min-width: 1024px) {
    header h1 {
      transform: translateX(-500px);
      position: fixed; } }
  @media (min-width: 1280px) {
    header h1 {
      transform: translateX(-512px); } }

main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 37px 0; }
  @media (min-width: 768px) {
    main {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    main {
      padding: 60px 0 50px; } }
  @media (min-width: 1280px) {
    main {
      padding: 80px 0;
      max-width: 1280px; } }
  main .site-description {
    width: 100%;
    margin: 0 auto;
    padding-left: 110px;
    padding-right: 40px;
    font: 400 18px/22px "Raleway", sans-serif; }
    main .site-description a.amazon {
      display: block;
      width: 109px;
      height: 27px;
      background: transparent url("cdl-img/amazon-es.png") no-repeat 50%;
      background-size: 109px auto;
      margin: 6px 0 4px; }
      main .site-description a.amazon::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999999; }
    main .site-description.claim {
      margin-top: -10px;
      font: 600 12px/14px "Raleway", sans-serif;
      padding-bottom: 7px; }
      main .site-description.claim .homelink {
        display: block;
        color: #252525;
        text-decoration: none; }
        main .site-description.claim .homelink:hover {
          color: #DC2B26; }
    @media (min-width: 768px) {
      main .site-description {
        padding-left: 187px;
        font: 400 24px/36px "Raleway", sans-serif; }
        main .site-description.claim {
          margin-top: -14px;
          font: 600 16px/100% "Raleway", sans-serif; }
          main .site-description.claim .homelink {
            display: inline; } }
    @media (min-width: 1024px) {
      main .site-description {
        font: 400 18px/26px "Raleway", sans-serif;
        max-width: 1024px;
        padding-left: 187px; }
        main .site-description a.amazon {
          display: inline-block;
          vertical-align: text-top;
          margin: 0 4px; }
          main .site-description a.amazon::after {
            z-index: 0;
            cursor: default; }
        main .site-description.claim {
          margin-top: -5px;
          font: 600 14px/100% "Raleway", sans-serif; }
          main .site-description.claim span {
            display: inline; } }
    @media (min-width: 1280px) {
      main .site-description.claim {
        margin-top: -23px; } }
  main h2.calltoaction {
    font: normal 52px/100% "Mouse Memoirs", sans-serif;
    color: #DC2B26;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 14px 0 0; }
    main h2.calltoaction span.colaboracion {
      display: block;
      font: normal 18px/100% "Mouse Memoirs", sans-serif;
      color: #252525; }
      main h2.calltoaction span.colaboracion::after {
        content: "";
        display: inline-block;
        width: 74px;
        height: 24px;
        border-radius: 5px;
        background: #0099FF url("cdl-img/unicef-logo.svg") no-repeat 50% 60%;
        background-size: 80%;
        position: relative;
        top: 6px;
        left: -2px; }
      main h2.calltoaction span.colaboracion sup {
        position: relative;
        left: 82px; }
    @media (min-width: 370px) {
      main h2.calltoaction span.colaboracion {
        font: normal 20px/100% "Mouse Memoirs", sans-serif; } }
    @media (min-width: 768px) {
      main h2.calltoaction {
        text-align: left;
        padding: 10px 0 40px 187px;
        font: normal 72px/100% "Mouse Memoirs", sans-serif; } }
    @media (min-width: 1024px) {
      main h2.calltoaction {
        max-width: 1024px;
        padding: 0 0 80px 187px;
        font: normal 52px/100% "Mouse Memoirs", sans-serif; }
        main h2.calltoaction span.colaboracion {
          display: inline; } }
    @media (min-width: 1280px) {
      main h2.calltoaction {
        padding: 0 0 110px 187px; } }
  main ul.product-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    background-color: #fff; }
    @media (min-width: 768px) {
      main ul.product-list {
        background: none;
        max-width: 600px; } }
    @media (min-width: 1024px) {
      main ul.product-list {
        max-width: 1014px;
        flex-flow: row nowrap;
        background: none; } }
    @media (min-width: 1280px) {
      main ul.product-list {
        max-width: 1080px; }
        main ul.product-list:hover li {
          filter: grayscale(100%);
          opacity: .3; }
        main ul.product-list:hover li.taza:hover,
        main ul.product-list:hover li.mochila:hover,
        main ul.product-list:hover li.camiseta:hover {
          filter: none;
          opacity: 1; } }
    main ul.product-list li.product-item {
      display: flex;
      flex-flow: column nowrap;
      justify-content: flex-end;
      align-items: center;
      padding: 0 16px;
      min-height: 320px;
      position: relative;
      width: 100%;
      transition: filter 600ms ease-out, opacity 600ms ease-out; }
      main ul.product-list li.product-item.taza .product-item-image {
        bottom: 24px; }
      main ul.product-list li.product-item.taza .product-item-description {
        padding-bottom: 46px; }
      @media (min-width: 1024px) {
        main ul.product-list li.product-item.taza .product-item-image {
          bottom: 64px; }
        main ul.product-list li.product-item.taza .product-item-description {
          margin-right: 48px;
          padding-bottom: 96px; } }
      @media (min-width: 1280px) {
        main ul.product-list li.product-item.taza .product-item-description {
          margin-right: 56px; } }
      main ul.product-list li.product-item.mochila {
        order: -1;
        min-height: 360px; }
        main ul.product-list li.product-item.mochila .product-item-description {
          left: 98px; }
        main ul.product-list li.product-item.mochila .product-item-image {
          transform: scale(0.9);
          left: 0;
          bottom: 50px; }
          main ul.product-list li.product-item.mochila .product-item-image.real {
            left: -54px;
            bottom: 36px;
            transform: scale(0.8); }
        @media (min-width: 370px) {
          main ul.product-list li.product-item.mochila .product-item-image.real {
            left: -25px;
            bottom: 20px; } }
        @media (min-width: 768px) {
          main ul.product-list li.product-item.mochila .product-item-description {
            left: 220px; } }
        @media (min-width: 1024px) {
          main ul.product-list li.product-item.mochila {
            order: initial;
            left: -10px; }
            main ul.product-list li.product-item.mochila .product-item-description {
              margin-right: 10px;
              padding-bottom: 96px;
              left: 0; }
            main ul.product-list li.product-item.mochila .product-item-image {
              left: -8px;
              bottom: 64px;
              transform: none; }
              main ul.product-list li.product-item.mochila .product-item-image.real {
                left: -68px;
                bottom: 47px;
                transform: scale(0.93); } }
        @media (min-width: 1280px) {
          main ul.product-list li.product-item.mochila {
            left: 0; }
            main ul.product-list li.product-item.mochila .product-item-image {
              left: 0; }
              main ul.product-list li.product-item.mochila .product-item-image.real {
                left: -58px;
                transform: none; } }
      main ul.product-list li.product-item.camiseta {
        min-height: 360px; }
        main ul.product-list li.product-item.camiseta .product-item-image {
          transform: scale(0.85);
          left: -36px;
          bottom: 26px; }
        main ul.product-list li.product-item.camiseta .product-item-description {
          padding-bottom: 42px; }
        @media (min-width: 1024px) {
          main ul.product-list li.product-item.camiseta {
            left: -10px; }
            main ul.product-list li.product-item.camiseta .product-item-image {
              left: -30px;
              bottom: 80px;
              transform: none; }
            main ul.product-list li.product-item.camiseta .product-item-description {
              padding-bottom: 96px; } }
        @media (min-width: 1280px) {
          main ul.product-list li.product-item.camiseta {
            left: 0; }
            main ul.product-list li.product-item.camiseta .product-item-image {
              left: -16px; } }
      @media (min-width: 768px) {
        main ul.product-list li.product-item {
          align-items: flex-start; }
          main ul.product-list li.product-item .product-item-description {
            max-width: none;
            left: 220px;
            padding-bottom: 76px; }
            main ul.product-list li.product-item .product-item-description dt {
              font: 600 16px/24px "Raleway", sans-serif; }
            main ul.product-list li.product-item .product-item-description dd {
              font: 400 16px/24px "Raleway", sans-serif; } }
      @media (min-width: 1024px) {
        main ul.product-list li.product-item {
          align-items: flex-end;
          min-height: 360px;
          width: calc(100% / 3);
          padding: 0; }
          main ul.product-list li.product-item .product-item-image {
            bottom: 64px;
            left: 0; }
          main ul.product-list li.product-item .product-item-description {
            max-width: 130px;
            left: 0; }
            main ul.product-list li.product-item .product-item-description dt {
              font: 600 12px/20px "Raleway", sans-serif; }
            main ul.product-list li.product-item .product-item-description dd {
              font: 400 12px/20px "Raleway", sans-serif; } }
    main ul.product-list li .product-item-image {
      position: absolute;
      bottom: 64px;
      left: 16px;
      z-index: 0; }
    main ul.product-list li .product-item-description {
      margin: 0;
      padding: 0 0 96px 0;
      color: #696969;
      max-width: 130px;
      position: relative;
      z-index: 1;
      left: 90px; }
      main ul.product-list li .product-item-description dt {
        font: 600 12px/20px "Raleway", sans-serif;
        margin: 0;
        padding: 0; }
      main ul.product-list li .product-item-description dd {
        font: 400 12px/20px "Raleway", sans-serif;
        margin: 0;
        padding: 0; }
      main ul.product-list li .product-item-description::after {
        content: "";
        width: 50px;
        height: 5px;
        display: block;
        background-color: #DC2B26;
        margin-top: 8px; }
    main ul.product-list li .product-item-button {
      z-index: 1;
      display: block;
      width: 260px;
      height: 44px;
      margin: 0 auto;
      border-radius: 5px;
      background: #FFC000;
      background: linear-gradient(0deg, #FFA900 0%, #FFC000 50%);
      font: 500 26px/42px "Roboto", sans-serif;
      letter-spacing: -0.03rem;
      text-decoration: none;
      color: #420D08;
      text-align: center;
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
      transition: all 300ms ease-out; }
      main ul.product-list li .product-item-button.obtener:hover {
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.8);
        color: #220705; }
      main ul.product-list li .product-item-button.reservar {
        width: 200px;
        height: 44px;
        font: 400 24px/42px "Roboto", sans-serif;
        color: #ABABAB;
        background: #ebebeb;
        box-shadow: none;
        transition: all 400ms ease-out;
        border: 2px solid #ebebeb; }
        main ul.product-list li .product-item-button.reservar:hover {
          box-shadow: none;
          background: #fff;
          border: 2px solid #0071E3;
          color: #0071E3; }
        main ul.product-list li .product-item-button.reservar.agotado {
          font: 400 14px/26px "Roboto", sans-serif;
          letter-spacing: 0.05rem; }
          main ul.product-list li .product-item-button.reservar.agotado .temporalmente {
            display: block;
            letter-spacing: 0.01rem;
            font: 400 11px/100% "Roboto", sans-serif;
            position: relative;
            top: -1px; }
      main ul.product-list li .product-item-button::after {
        content: "";
        display: block;
        height: 85%;
        width: 96%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        cursor: pointer; }
      @media (min-width: 768px) {
        main ul.product-list li .product-item-button {
          left: 27px; }
          main ul.product-list li .product-item-button.obtener {
            left: 64px; } }
      @media (min-width: 1024px) {
        main ul.product-list li .product-item-button {
          left: 0; }
          main ul.product-list li .product-item-button.obtener {
            left: 0; }
          main ul.product-list li .product-item-button.reservar {
            line-height: 34px; }
          main ul.product-list li .product-item-button::after {
            width: 90%; } }

footer {
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    footer {
      padding-bottom: 0; } }
  footer p.disclaimer {
    width: 90%;
    margin: 0 auto;
    font: 400 10px/14px "Roboto", sans-serif;
    color: #535353;
    padding-bottom: 10px; }
    @media (min-width: 1024px) {
      footer p.disclaimer {
        max-width: 970px;
        width: 100%;
        padding-bottom: 0; } }
    @media (min-width: 1280px) {
      footer p.disclaimer {
        max-width: 1024px; } }
