/*@font-face {
font-family: 'Hero New';
font-style: normal;
font-weight: 400;
src: url('https://files.cargocollective.com/c584879/Hero-New-Regular.woff'), url('Hero New Regular.woff') format('woff');
}
@font-face {
font-family: 'Hero New';
font-style: italic;
font-weight: 400;
src: url('https://files.cargocollective.com/c584879/Hero-New-Regular-Italic.woff'), url('Hero New Regular Italic.woff') format('woff');
}
@font-face {
font-family: 'Hero New';
font-style: normal;
font-weight: 300;
src: url('https://files.cargocollective.com/c584879/Hero-New-Light.woff'), url('Hero New Light.woff') format('woff');
}
@font-face {
font-family: 'Hero New';
font-style: italic;
font-weight: 300;
src: url('https://files.cargocollective.com/c584879/Hero-New-Light-Italic.woff'), url('Hero New Light Italic.woff') format('woff');
}
@font-face {
font-family: 'Hero New';
font-style: normal;
font-weight: 500;
src: url('https://files.cargocollective.com/c584879/Hero-New-Medium.woff'), url('Hero New Medium.woff') format('woff');
}
@font-face {
font-family: 'Hero New';
font-style: italic;
font-weight: 500;
src: url('https://files.cargocollective.com/c584879/Hero-New-Medium-Italic.woff'), url('Hero New Medium Italic.woff') format('woff');
}
@font-face {
font-family: 'Hero New';
font-style: normal;
font-weight: 200;
src: url('https://files.cargocollective.com/c584879/Hero-New-Thin.woff'), url('Hero New Medium Italic.woff') format('woff');
}
@font-face {
font-family: 'Hero New';
font-style: normal;
font-weight: 100;
src: url('https://files.cargocollective.com/c584879/Hero-New-Hairline.woff'), url('Hero New Medium Italic.woff') format('woff');
}*/

* {
    -moz-font-feature-settings:"liga=1, dlig=1"; 
    -moz-font-feature-settings:"liga", "dlig"; /* EDIT: new syntax for FF 15+ */ 
    -ms-font-feature-settings:"liga", "dlig"; 
    -o-font-feature-settings:"liga", "dlig"; 
    -webkit-font-feature-settings:"liga", "dlig"; 
    font-feature-settings:"liga", "dlig";
}

::selection {
  background: rgb(226, 218, 212);
	color: rgba(251, 249, 243, 1);
}

html {
  scroll-behavior: smooth;
}

body {
	  cursor: url(https://files.cargocollective.com/c584879/cursor-plus.svg) 18 18,zoom-in !important;
}

a[onclick], a:not([name]) { cursor: pointer }

.page_container.overlay.fixed {
    z-index: 4 !important;
}

a {
-webkit-tap-highlight-color: rgba(251, 249, 243, 0.77);
}

#load_fade  {
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:100%;
    height:100%;
    z-index:999999999;

    background-color: #fbf9f3;
    background-position: center center;
    background-repeat:no-repeat;
}

/* Home */

hr {
	border: 0;
	height: 0; 
	margin: 0 !important;
	display: block;
	width: 100%;
	border-bottom: 1px solid #e2dad4;
	margin: -.5px 0;
}
#lista-libros {
	line-height: 1.45em;
}

body.homepage .page_container[local-style="11350669"] ,
body.homepage [local-style="14107377"] {
    display: none;
}
#lista-libros a.active {
	color: rgb(51, 51, 51);
}
#lista-libros a.active:after {
    content: " \2190";
}
/* Edit Final
#lista-libros br {   
    content: "A" !important;
    display: block;
    border-bottom: 1px solid #e2dad4;
}*/
#lista-libros a:nth-child(1) {   
    border-top: none;
}
/* Edit Final
#lista-libros:nth-child(2) br {   
    border-color: transparent;
}*/
#lista-libros a {   
    border-bottom: 1px solid #e2dad4;
    line-height: 1.5em;
}

#lista-libros a {
    padding: .04em 0 !important;
}
#lista-libros a:last-of-type {   
  /*  border-top: 1px solid #e2dad4;*/
}

/*Popup Cookies Consent*/

#cookies .wrapper {
  position: fixed;
  bottom: 20px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 5px 25px 25px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
#cookies .wrapper.show {
  right: 20px;
}
#cookies .wrapper header {
  display: flex;
  align-items: center;
}

#cookies header h3 {
    font-size: 1.2rem;
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: -0.5px;
	font-variation-settings: 'slnt' 0, 'MONO'; 
    color: rgba(51, 51, 51, 1);
    font-weight: 300;
}
#cookies .wrapper .data {
	font-size: 0.8rem;
	color: rgb(190, 175, 168);
	font-family: "Diatype Variable", Icons;
    font-weight: 400;
	font-style: normal;
	line-height: 1.4;
    letter-spacing: -0.5px;
	font-variation-settings: 'slnt' 0, 'MONO'; 
    padding-bottom: 2px;
}
#cookies .wrapper .data p {
  color: #323232;
}
#cookies .data p a {
  color: #323232;
  text-decoration: none;
    font-weight: 800;
    letter-spacing: initial;
}
#cookies .data p a:hover {
  text-decoration: underline;
}
#cookies .wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    text-transform: uppercase;
}
#cookies .buttons .button {
	font-size: 1.0rem;
	color: rgb(190, 175, 168);
	font-family: "Diatype Variable", Icons;
    font-weight: 400;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: -0.5px;
	font-variation-settings: 'slnt' 0, 'MONO';   border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #323232;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
    text-transform: uppercase;
}
#cookies .buttons #acceptBtn:hover {
  background-color: #e2dad4;
      color: #333;
}
#cookies #declineBtn {
  border: 2px solid #e2dad4;
  background-color: #fff;
  color: #333;
}
#cookies #declineBtn:hover {
  background-color: #e2dad4;
  color: #333;
}
/***/

body [local-style="10703644"] {
    background: rgba(251, 249, 243, 1);
    z-index: 9999;
    transition: all 0.5s;
}
body.homepage [local-style="10703644"] {
    transform: none !important;
}

body.homepage [local-style="10703646"] {
    z-index: 3 !important;
    top: 50px !important;
}
body.homepage.mobile [local-style="10703646"] {
    top: 0 !important; /*no display scrollup effect class in homepage*/
}
body.homepage .pinned_bottom {
    height: fit-content !important;
}


[local-style="10964999"] .image-gallery a.gallery_card img:hover {
    filter: invert(0);
    -webkit-filter: invert(0);
    opacity: 1;
  
  -webkit-filter: drop-shadow(4px 4px 4px #bdb9aa);
  filter: drop-shadow(4px 4px 4px #bdb9aa);
}

[local-style="10964999"] .image-gallery a.gallery_card img {
    filter: invert(50%);
    -webkit-filter: invert(50%);
    transition: all 0.2s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity: .7;
}

/* Venta especial Home*/
[image-gallery] [data-caption="Venta especial"] {
    filter: none !important;
    opacity: 1 !important;
}
body.mobile [data-container="set"] [local-style="16797709"].page_container:first-child {
    display: block !important;
}


/* Home / Inside libro Mobile*/

body.homepage.mobile [local-style="10964999"] .container {
    padding-top: 50%;
    margin-top: -55.4688px;
}

body.mobile [local-style="10964999"] .image-gallery a.gallery_card img {
	filter: none;
    opacity: 1;
}

body.homepage.mobile .image-gallery a.gallery_card {
    display: block !important;
}

@media (max-width: 450px) {
body.homepage.mobile .image-gallery a.gallery_card img {
    object-fit: contain;
    max-height: 250px;
}
}
@media only screen and (min-width: 450px) and (max-width: 769px) {
body.homepage.mobile .image-gallery a.gallery_card img {
    object-fit: contain;
    max-height: 350px;
}
}
body.homepage.mobile .image-gallery .gallery_card {
    display: none !important;
}

body.homepage.mobile [local-style="10964999"] .image-gallery a.gallery_card img {
  -webkit-filter: drop-shadow(4px 4px 4px #bdb9aa);
  filter: drop-shadow(4px 4px 4px #bdb9aa);
}

body.mobile .image-gallery-navigation {
    display: none !important;
}

body.mobile .slick-list,
body.mobile .content [image-gallery=slideshow].image-gallery.slick-initialized .gallery_card {
	overflow: visible !important;
}
 

/* Header Libro*/

body.homepage.mobile [data-container="set"] .page_container:first-child {
    display: block !important;
}

/*No display header on mobile*/
body.mobile [data-container="set"] .page_container:first-child {
    display: none !important;
}

/*More space bottom inside Libros Mobile*/
body.mobile [data-container="set"] .page_container:last-child {
    padding-bottom: 60px;
}
body.homepage.mobile [data-container="set"] .page_container:last-child {
    padding-bottom: 0;
}

.header-libro [image-gallery-row] {
    justify-content: flex-end !important;
    align-items: flex-end !important;
}

/* Sombras */
[data-backdrop="wallpaper"] .slide_container img {
    -webkit-filter: drop-shadow(5px 10px 15px #a1978fb8);
    filter: drop-shadow(5px 10px 15px #a1978fb8);
/*  filter: drop-shadow(25px 15px 25px #a1978f);*/
}
#comprar [image-gallery="slideshow"] .slick-slide img {
  -webkit-filter: drop-shadow(3px 6px 12px rgba(189, 185, 170, 0.8));
  filter: drop-shadow(3px 6px 12px rgba(189, 185, 170, 0.8));
}
.pinned [data-backdrop="wallpaper"] .slide_container img {
  -webkit-filter: none;
  filter: none;
}

.header-libro .image-gallery a.gallery_card img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.header-libro .image-gallery a.gallery_card img:hover {
    filter: invert(0);
    -webkit-filter: invert(0);
    opacity: 1;
}
.header-libro img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.header-libro img:hover {
    background-size: cover;
   /* background: rgba(165, 164, 163, 1);*/
        background: rgba(226, 218, 212, 1);
    background-clip: content-box;
}

.header-libro .gallery_card.has_caption {
 position: relative;
  text-align: center;
}

.header-libro .gallery_image_caption {
	font-family: "Diatype Variable", Helvetica, Icons;
	font-style: normal;
	font-weight: 300;
	font-size: 1.85rem;
	line-height: 0;
	color: rgb(251, 249, 243);
    letter-spacing: -0.8px;
	    display: inline-table;
    margin: 0 auto;
       vertical-align:middle;
       line-height:100%;   
            background: transparent; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    margin-top: -1.4rem;
    padding: 0.5rem;
	    opacity: 0;
	    -webkit-transition: opacity .3s ease;
	    -moz-transition: opacity .3s ease;
    	    transition: opacity .3s ease;
        pointer-events: none !important;
}
.header-libro .gallery_card:hover .gallery_image_caption {
	    opacity: 1;
            background: rgba(226, 218, 212, 1); 
    	    -webkit-transition: background-color 1s ease;
	    -moz-transition: background-color 1s ease;
    	    transition: background-color 1s ease;

}


/*End*/


/*Inside Libro */
@media (min-width: 769px) {
#comprar .comprar {
    width: 57%;
    margin-left: auto /*!content_center*/;
    margin-right: auto /*!content_center*/;
}
}
@media (max-width: 450px) {
#comprar div.comprar {
 margin-top: 25%;
}
    #comprar div.comprar h1 {
    padding: 1.5rem 0 !important;
}
}

.video-credit div:first-child {
	text-align: right;
}
body.mobile .video-credit div:first-child {
	text-align: inherit;
}

a#comprar { 
  margin-bottom: -600px;        /* Size of fixed header */
  padding-bottom: 600px; 
  display: block; 
}

a, .move,
img.image-zoom, 
.content .slick-slide img:not(.image-zoom),
.pswp--zoom-allowed .pswp__img,
.image-gallery .gallery_card:hover,
.pswp__item:hover {
    cursor: url(https://files.cargocollective.com/c584879/cursor-x.svg) 20 20,zoom-in !important;
}

/*Video width 100% on mobile  */
/*Vimeo + Cargo*/ body.mobile .video_embed, body.mobile iframe.video_embed, body.mobile .video_wrapper_inner, body.mobile .video_wrapper_outer {
    width: 100% !important;
    height: 100% !important;
    padding: .5rem;
    z-index: 9999;
	padding-bottom: 58.65%; /* 16:9 + 5rem */
	padding-top: 58.65%; /* 16:9 + 5rem */
/*    padding-bottom: 56.25%; /* 16:9 */
/*	padding-top: 56.25%; /* 16:9 */
}
/*Video in middle screen*/body.mobile [data-backdrop="video"].backdrop .video_embed {
  top: 12%;
}

/*white background credits on mobile*/
body.mobile .video-credit [grid-col] {
    background: rgb(251, 249, 243);
    color: rgba(190, 175, 168, 1);
}

.pswp--zoom-disabled .pswp__img {
    -webkit-filter: drop-shadow(3px 6px 12px rgba(35, 35, 35, 0.8)) !important;
    filter: drop-shadow(3px 6px 12px rgba(35, 35, 35, 0.8)) !important;
}
.pswp__bg/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
    opacity: 0.8 !important;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}

[data-backdrop="video"].backdrop .backdrop_background {
    background-image: linear-gradient(#e2dad4, #e2dad4);
    background-size: 16px 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
body [data-container="set"] .page_container .page_background {
    background-image: linear-gradient(#fbf9f3, #fbf9f3);
    background-size: 16px 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
body [data-container="set"] .page_container:first-child .page_background,
body [data-container="set"] .page_container:nth-child(2) .page_background,
body [data-container="set"] .page_container:nth-child(3) .page_background,
body.homepage [data-container="set"] .page_container .page_background {
    background-image: none !important;
}

.text-col.detalles .info {
    border: 2px solid rgb(251, 249, 243);
    background: transparent !important;
    color: rgb(251, 249, 243);
    border-top: 0;
    border-right: 0;
}
[data-predefined-style="true"] bodycopy .line {
    line-height: 1.31;
}
.text-col .info:before {
    content: '\a';
    white-space: pre;
}
.datos-noticia span.line.info{
    position: absolute;
    z-index: 999;
}
.noticia {
    padding-bottom: 1.5rem;
}
.text.noticias {
    margin: 1rem;
}
body.mobile #noticias [grid-col] {
    width: 100% !important;
}
body.mobile #noticias {
    margin-left: 0 !important;
}
body.mobile span.titulo-detalles:before {
	content: "& ";
}
/*Adjust images width in Noticias columns
body [grid-col] img {
    width: 100%;
    height: auto;
}*/

bodycopy .detalles {
    color: #fbf9f3 !important;
    /* padding: 1.5rem 0; */
    font-weight: 600 !important;
    letter-spacing: -.5px;    /* margin: 0 1.5rem; */
    color: #fcfbf7;
    letter-spacing: -.4px;
}
.text-col-h1 h1 {
	padding-bottom: 1.5rem !important;
	padding-top: 1.5rem !important;
}
div.text-col-h1 {
    border-top: 4px solid #e2dad4;
}
div.text-col-h1.comprar {
    border-top: none !important;
}
.sub-title {
    display: block;
    color: rgba(51, 51, 51, 1) !important;
    padding: 0.3rem 1rem !important;
    text-transform: uppercase;
}
.text-col {
    padding-top: 0 !important;
}

body.mobile .text-col:first-child {
    padding-bottom: 0 !important;
}

.image-gallery-navigation .left-arrow, .image-gallery-navigation .right-arrow,
.quick-view-navigation .left-arrow, .quick-view-navigation .right-arrow,
.quick-view-navigation .close-button,
.quick-view-navigation .pswp__group .pswp__button-close{
    height: 100px !important;
    width: 100px !important;
}
.image-gallery-navigation .left-arrow .inner-color, .image-gallery-navigation .right-arrow .inner-color,
.quick-view-navigation .left-arrow .inner-color, .quick-view-navigation .right-arrow .inner-color,
.quick-view-navigation .close-button .inner-color {
    stroke: none !important;
    stroke-width: 1.5px !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.image-gallery-navigation .left-arrow:hover .inner-color, .image-gallery-navigation .right-arrow:hover .inner-color,
.quick-view-navigation .left-arrow:hover .inner-color, .quick-view-navigation .right-arrow:hover .inner-color,
.quick-view-navigation .close-button:hover .inner-color {
    stroke: #e2dad4 !important;
}
.image-gallery-navigation .left-arrow .outer-color, .image-gallery-navigation .right-arrow .outer-color,
.quick-view-navigation .left-arrow .outer-color, .quick-view-navigation .right-arrow .outer-color,
.quick-view-navigation .close-button .outer-color {
    stroke-width: 2.5px;
}

.slick-arrow svg:active {
    opacity: 1 !important;
}

[local-style="10703647"] .image-gallery .gallery_card:hover {
background-color: rgba(251, 249, 243, 1) !important;
}
[local-style="10703647"] .image-gallery .gallery_card:hover img {
filter: opacity(0%) !important;
}

[local-style="10703647"] .image-gallery .gallery_card img {
    transition: all .1s;
    -webkit-transition: all .1s;
}


/**
 * Content
 */

body {
	background-color: #fff;
	color: #000;
}

a, a:hover {
	  text-decoration: none;
}

a:active {
      text-decoration: none;
}

.page a.active {
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: 600 !important;
    letter-spacing: -.7px;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}
/*
hr {
	background: rgba(0, 0, 0, .15);
	border: 0;
	height: 1px;
	display: block;
}*/

.content img {
	float: none;
/*	margin-bottom: .5em;*/
    vertical-align: bottom;
    cursor: url(https://files.cargocollective.com/c584879/cursor-x.svg) 20 20,zoom-in !important;
}

body.homepage .gallery_image_caption {
	font-size: 1.4rem;
	color: rgb(251, 249, 243);
	font-family: "Diatype Variable", Icons;
    font-weight: 300;
	font-style: normal;
	line-height: 1.2;
    letter-spacing: -0.5px;
    float: left;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 1.5rem;
    width: 100%;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

body.homepage .gallery_image_caption::before {
    content: "\0028";
	font-family: "Diatype Variable", Icons;
    font-weight: 400;
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}
body.homepage .gallery_image_caption::after {
    content: "\0029";
	font-family: "Diatype Variable", Icons;
    font-weight: 400;
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}


body.homepage .gallery_card:hover .gallery_image_caption { 
    display: none !important;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.3rem;
	color: rgb(190, 175, 168);
	font-family: "Diatype Variable", Icons;
    font-weight: 400;
	font-style: normal;
	line-height: 1.3;
    letter-spacing: -0.5px;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(190, 175, 168);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 1.85rem;
	line-height: 1.4;
	color: rgba(190, 175, 168, 1);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h1 a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
}

[data-predefined-style="true"] span.line {
  background: rgb(251, 249, 243);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 50px;
	color: rgba(190, 175, 168, 1);
    padding: 0 1rem;
    box-decoration-break: clone !important;
    -webkit-box-decoration-break: clone !important;
    transition: background-size .2s;
}

[data-predefined-style="true"] ul.line {
  background: rgb(251, 249, 243);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 50px;
	color: rgba(190, 175, 168, 1);
    box-decoration-break: clone !important;
    -webkit-box-decoration-break: clone !important;
    transition: background-size 0.2s;
    padding-left: 40px;
    padding-right: 1rem;
}

[data-predefined-style="true"] h1 span.line {
    padding-left: .9rem;
    padding-right: 1rem;
    padding-top: .1rem;
    padding-bottom: .2rem;
}

ul {
  list-style: none;
  padding: 0;
}
li {
  padding-left: 1.3em;
}
li:before {
  content: "⟶"; /* FontAwesome Unicode */
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}


[data-predefined-style="true"] span.line a {
    transition: background .2s ease-out;
    color: rgb(190, 175, 168);
}
[data-predefined-style="true"] span.line a:hover {
    color: rgb(251, 249, 243);
    background: rgb(226, 218, 212) ;
}

[data-predefined-style="true"] h1 a:hover span.line {
    color: rgb(251, 249, 243);
    background: rgb(226, 218, 212) ;
}

[data-predefined-style="true"] h2 {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(51, 51, 51, 1);
	font-size: 1.8rem;
	line-height: 1.4;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h2 a {
	color: rgba(51, 51, 51, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: #45a15c;
	border-bottom-width: 0em;
}

/** Cart right slide */

html .bg-black {
    background: rgb(226, 218, 212) !important;
}

html .bs.container {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.85rem;
	line-height: 1.4;
    color: rgb(251, 249, 243);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}


[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(251, 249, 243)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 1rem /*!main_margin*/;
	padding-bottom: 1rem /*!main_margin*/;
	padding-left: 1rem /*!main_margin*/;
	padding-right: 1rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: .2rem;
    font-size: 1.5rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Bold", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu Mobile
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.75);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 0 /*!site_menu_button*/;
	left: 0 /*!site_menu_button*/;
    margin-left: 50%;
}
body.mobile #site_menu_button {
	font-size: 0px;
    top: 0.6rem !important;
}

body.mobile #site_menu_button:before {
    content: "Libros";
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.85rem;
	line-height: 1.8rem;
	color: rgba(190, 175, 168, 1);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

body.mobile .pinned .page_container.overlay {
    top: inherit !important;
    bottom: 0 !important;
}

body.mobile .pinned .page_container.overlay.accommodate {
    top: 0 !important;
    bottom: inherit !important;
}

/**
 * Site Menu
 */
body.mobile[data-page-id="13657796"] .page_container:first-of-type h1,
body.mobile[data-page-id="17384502"] .page_container:first-of-type h1 {
font-size: 1.85rem !important;
}

body .pinned .overlay h1.title {
	text-align: right;
}
body.mobile .pinned .page_container:first-of-type h1.title {
	text-align: left !important;
}
/*Adjust Title bottombar in mobile*/
body.mobile .pinned .page_container:first-of-type h1 {
    font-size: 4.1vw;
    line-height: 1.20;
    font-weight: 400;
}
body.homepage.mobile .pinned .page_container h1 {
font-size: 1.85rem;
    line-height: inherit;
}
body.mobile 
.pinned .page_container.overlay:first-of-type [grid-pad="2"] {
    padding-right: 0;
}

#site_menu {
	background: #e2dad4;
    color: rgb(51, 51, 51);
	font-family: "Diatype Variable", Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 1.85rem;
    line-height: 0.7;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.site_menu a {
	line-height: 1.4;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
    font-weight: 300;
    background: rgb(251, 249, 243);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 50px;
    color: rgba(190, 175, 168, 1);
    padding: 0 .5rem;
    box-decoration-break: clone !important;
    -webkit-box-decoration-break: clone !important;
    transition: background-size .2s;
}

#site_menu a:active {
}

#site_menu a.active {
}

#site_menu .close {
	display: none;
	color: rgb(251, 249, 243);
	line-height: .85em;
	font-size: 70px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 60px;
	line-height: .8em;
        font-weight: 300;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

div#site_menu:before {
    content: "RUA";
    font-weight: 600 !important;
    letter-spacing: -.7px;
    background-position: 0 100%;
    padding: 0 .6rem;
    margin-bottom: 15px;
    	color: rgb(251, 249, 243);
}


/**
 * NAV MOBILE Site Menu Button
 */
body.mobile [local-style="10993492"] {
    position: relative;
    display: block;  
    z-index: 99999;
    transition: all 0.5s;
}
.scrollUp {
    transform: translateY(-64px);
    transition: transform ease-in-out 0.2s;
    -webkit-transition: transform ease-in-out 0.2s;
    -moz-transition: transform ease-in-out 0.2s;
}

/**
 * NAV MOBILE Libros
 */
body.mobile #site_menu_wrapper .site_menu {
    padding: 13px 0 !important;
    letter-spacing: -0.8px;
}

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1.4;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	right: 1rem /*!shop_button*/;
}

#shop_button.text {
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.85rem;
	line-height: 1.8rem;
	/*color: rgba(190, 175, 168, 1);*/
    color: rgba(51, 51, 51, 1);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

body.mobile #shop_button.text {
	color: rgba(190, 175, 168, 1);
}


#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-size: 2.4rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	font-family: "Diatype Variable", Icons;
    font-style: normal;
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-size: 1.85rem;
    line-height: 1.4;
    color: rgb(51, 51, 51);
    font-weight: 400;
    letter-spacing: -.7px;
    border-bottom: 2.5px solid rgb(64, 64, 64);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.85) /*!quick_view_bgcolor*/;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color,
.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color,
.quick-view-navigation .close-button .outer-color {
    stroke: rgba(251, 249, 243, 1);
    stroke-width: .5px;
    /* opacity: 0.6; */
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 100%;
    height: 3.3rem;
    outline: 0px solid rgba(190, 175, 168, 1);
    color: rgba(190, 175, 168, 1);
    background: #fbf9f3;
    font-size: 1.3rem;
    line-height: 1.3;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
    letter-spacing: .1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.current-time {
	color: #fbf9f3;
    font-weight: 500;
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(190, 175, 168, 1);
}

.audio-player .icon {
    fill: rgba(190, 175, 168, 1);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(165, 164, 163, 0.51);
}

.audio-player .progress {
    background: rgba(226, 218, 212, 1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(165, 164, 163, 1);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(190, 175, 168, 1);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

