/*
	Theme Name: Limonero X LC
	Description: Tema creado por LosCaballos para Limonero
	Version: 1
	Author: Los Caballos (Martín)
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	background: #ffffff;
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Karla', sans-serif;
	color:#2d2d2d;
	padding-top: 66px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#2d2d2d;
	text-decoration:none;
}
a:hover {
	color:#2d2d2d;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	font-size: 2rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
header ul {
	padding: 0;
}
/* logo */
.logo {
	float: left;
	margin: 8px 0;
}
.logo-img {
	width: 60px;
}
/* nav */
.botonera {
	position: absolute;
	right: 0;
	top: 0;
}
.abrir_menu_mobile {
	overflow: hidden;
}
.nav {
	background: #f3f3f3;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 66px;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: bold;
	line-height: 80px;
	overflow: auto;
	text-transform: uppercase;
	z-index: 9;
	-webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-overflow-scrolling: touch;
	will-change: opacity, visibility;
}
.abrir_menu_mobile .nav {
	visibility: visible;
	opacity: 1;
}
.nav li {
	margin-right: 40px;
	width: 100%;
}
.nav a {
	display: block;
}
.nav .lang_switch .current-lang a {
    color: #2d2d2d;
}
.lang_switch a {
	display: inline-block;
}
.links_externos {
	float: right;
}
.links_externos li {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	float: left;
	-webkit-transition: .2s ease;
    transition: .2s ease;
}
.links_externos .instagram {
	background-image: url(img/instagram.svg);
}
.links_externos .carrito {
	background-image: url(img/carrito.svg);
}
.links_externos a {
	display: block;
	border-left: 1px solid #cccccc;
	height: 66px;
	width: 66px;
}
.boton_menu_mobile {
	border-left: 1px solid #cccccc;
	height: 66px;
	position: relative;
	width: 66px;
}
.boton_menu_mobile div,
.boton_menu_mobile div:before,
.boton_menu_mobile div:after {
	background: #2d2d2d;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 25px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.boton_menu_mobile div:before {
	content: "";
	display: block;
	margin-top: -8px;
}
.boton_menu_mobile div:after {
	content: "";
	display: block;
	margin-top: 6px;
}
.abrir_menu_mobile .boton_menu_mobile div {
	background: transparent;
}
.abrir_menu_mobile .boton_menu_mobile div:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -1px;
}
.abrir_menu_mobile .boton_menu_mobile div:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -1px;
}
.abrir_menu_mobile .boton_menu_mobile {
	background-color: #f3f3f3;
}
/* sidebar */
.sidebar {

}
/* footer */
.clear {
	clear: both;
}
.footer,
.contacto_info {
	padding: 30px 0;
	font-size: 1.7rem;
	line-height: 23px;
}
.contacto_info {
	margin-bottom: 70px;
}
.footer:after,
.contacto_info:after {
	content: "";
	display: block;
	clear: both;
}
.footer .col,
.contacto_info .col {
	margin-bottom: 30px;
}
.col-20 {
    float: left;
    width: 20%;
}
.footer h4,
.contacto_info h4 {
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.contacto_info h4.interno {
	margin-bottom: 23px;
}
.contacto_info p {
	margin-bottom: 20px;
	width: 99%;
}
.footer a:hover,
.contacto_info a:hover {
	text-decoration: underline;
}
.footer .facebook a {
	background: url(img/facebook.svg) 4px center no-repeat;
	background-size: 6px;
	display: inline-block;
	padding-left: 20px;
}
.footer .instagram a {
	background: url(img/instagram.svg) left no-repeat;
	background-size: 13px;
	display: inline-block;
	padding-left: 20px;
}

.content {
	//max-width: 1195px;
	margin: 0 auto;
	width: 95%;
}

.featured,
.separador_imagenes,
.featured_imagen_texto,
.featured_imagen_texto-doble {
	font-size: 1.7rem;
	line-height: 20px;
}
.featured:after,
.separador_imagenes:after,
.featured_imagen_texto:after,
.featured_imagen_texto-doble:after {
	content: "";
	display: block;
	clear: both;
}
.featured .col,
.separador_imagenes .col,
.featured_imagen_texto .col,
.featured_imagen_texto-doble .col {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.featured .fondo,
.separador_imagenes .fondo,
.featured_imagen_texto .fondo,
.featured_imagen_texto-doble .fondo {
	position: absolute;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: .2s ease;
	transition: 50s ease;
}
.featured .content {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.featured h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6rem;
}
.featured .col .content {
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.featured .col:hover .fondo {
	-webkit-transform: scale(1.01);
	transform: scale(2);
}
.featured .col-35 {
    height: 0;
    padding-bottom: 100%;
}
.featured .col-35 p span:last-child:before {
	content: "&";
	margin: 0 5px;
}
.featured .col-35 p span:first-child:before {
	content: none;
}

.separador_texto,
.mas_info {
	padding: 55px 0 55px 0;
	text-align: center;
	font-size: 1.7rem;
	line-height: 20px;
}
.separador_texto .content,
.mas_info .content {
	max-width: 680px;
}
.mas_info,
.single .texto {
	line-height: 24px;
}
.separador_texto h2 {
	font-size: 2.7rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.separador_texto a {
	text-decoration: underline;
}

.grilla {
	justify-content: left;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}
.grilla .item {
	font-weight: bold;
	font-size: 1.7rem;
	text-align: center;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.grilla_20 .item {
	width: 50%;
}
.grilla_25 .item {
	width: 50%;
}
.grilla_33 .item {
	width: 100%;
}
.grilla .item:hover {
	background: #f9f9f9;
}
.grilla .item a {
	display: block;
	height: 100%;
}
.grilla .item img {
	width: 100%;
}
.grilla .item h2 {
	padding: 22px 0 35px 0;
	width: 90%;
	margin: 0 auto;
}
.grilla .thumbnail {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
    padding-bottom: 116%;
	position: relative;
	overflow: hidden;
}
.post-type-archive-autores .grilla .thumbnail,
.tax-autores-categories .grilla .thumbnail {
	filter: grayscale(100%);
}
.text-capitalize {
	text-transform: capitalize;
}
.imagen_hover {
	position: absolute;
	/*top: -50px;
	left: -50px;
	bottom: -50px;
	right: -50px;*/
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-size: cover;
	background-position: center;
	//-webkit-transform: translate3d(50px,0,0);
	//transform: translate3d(50px,0,0);
	//-webkit-transition: transform 20s ease, opacity .5s ease;
	//transition: transform 20s ease, opacity .5s ease;
	-webkit-transition: transform 70s ease, opacity .5s ease;
	transition: transform 70s ease, opacity .5s ease;
	opacity: 0;
}
.grilla .item:hover .imagen_hover {
	//-webkit-transform: translate3d(-50px,0,0);
	//transform: translate3d(-50px,0,0);
	-webkit-transform: scale(2) rotate(50deg);
	transform: scale(2) rotate(50deg);
	opacity: 1;
}
.post-type-archive-autores .item:hover .imagen_hover,
.tax-autores-categories .item:hover .imagen_hover {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 0;
}

.featured_imagen_texto {
	font-size: 1.7rem;
	line-height: 24px;
}
.featured_imagen_texto h2 {
	font-weight: bold;
	font-size: 2.7rem;
	margin-bottom: 32px;
}
.featured_imagen_texto .col-35 {
	background: #fa3d4a;
	color: #ffffff;
	display: table;
}
.featured_imagen_texto .col-35 .content,
.featured_imagen_texto-doble .col-65 .content {
	display: table-cell;
    vertical-align: middle;
    padding: 30px 2.5%;
}
.featured_imagen_texto .col-35 .content p {
	width: 100%;
}

.instagram_feed {
	font-size: 1.7rem;
	line-height: 24px;
}
.instagram_feed .item {
	text-align: left;
	font-weight: normal;
}
.instagram_feed .item p {
	padding: 20px 35px 50px 29px;
}
.insta-media {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.feed_1 .insta_item_3 {
	display: none;
}
.feed_2 .insta_item_2,
.feed_2 .insta_item_3 {
	display: none;
}

.fondo-turquesa {
	background: #25a28b;
}
.fondo-dorado {
	background: #c4a674;
}
.featured_imagen_texto-doble {
	color: #ffffff;
}
.featured_imagen_texto-doble.foto_texto .col-35,
.featured_imagen_texto-doble.texto_foto .col-65 {
	float: left;
}
.featured_imagen_texto-doble.foto_texto .col-65,
.featured_imagen_texto-doble.texto_foto .col-35 {
	float: right;
}
.featured_imagen_texto-doble .col-65 {
	display: table;
}
.featured_imagen_texto-doble .col-65 .content {
	padding: 30px 2.5%;
}
.featured_imagen_texto-doble h2 {
	font-size: 2.7rem;
	font-weight: bold;
	margin-bottom: 35px;
}
.featured_imagen_texto-doble a,
.featured_imagen_texto a {
	font-size: 2.7rem;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	margin-top: 45px;
	display: block;
}
.featured_imagen_texto a {
	margin-top: 20px;
}

.head:after {
	content: "";
	display: block;
	clear: both;
}
.head {
	border-bottom: 1px solid #cccccc;
	padding: 11px 0;
	font-size: 1.6rem;
	width: 100%;
}
.relacionado.head,
.staff .head {
	border-top: 1px solid #cccccc;
	text-align: left;
}
.relacionado.head {
	text-align: center;
}
.staff .head {
    border: none;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.mapa h2 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
}
.breadcrumbs {
	font-size: 1.6rem;
	color: #9c9c9c;
}
.breadcrumbs:after {
	content: "";
	display: block;
	clear: both;
}
.breadcrumbs li {
	float: left;
	margin-right: 5px;
}
.breadcrumbs li:after {
	content: " / ";
}
.breadcrumbs li:last-child:after {
	content: "";
}
.breadcrumbs a {
	color: #9c9c9c;
}
.breadcrumbs li:last-child,
.breadcrumbs li:last-child a,
.breadcrumbs a:hover {
	color: #2d2d2d;
}
.filtro {
	margin: 10px 0 0 0;
	width: 100%;
}
.filtro select {
	background: #ffffff url(img/flecha_abajo.svg) 95% center no-repeat;
	background-size: 10px;
	border: 1px solid #cccccc;
	border-bottom: 5px solid #2d2d2d;
	font-family: 'Karla', sans-serif;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
    -moz-appearance: none;
	color: #2d2d2d;
	font-size: 1.7rem;
	height: 41px;
	padding-left: 20px;
	width: 100%;
}

.detalle-libro {
	position: relative;
}
.detalle-libro>.content {
	width: 100%;
}
.libros:after {
	content: "";
	display: block;
	clear: both;
}
.libros h1 {
	color: #2d2d2d;
	font-size: 3.9rem;
	font-weight: bold;
	line-height: 38px;
	letter-spacing: -1px;
}
.libros h2 {
	font-size: 1.7rem;
	line-height: 22px;
	margin-bottom: 25px;
}
.libros h2 span:after {
	content: "&";
}
.libros h2 span:last-child:after {
	content: "";
}
.libros h2 a:hover {
	border-bottom: 1px solid #2d2d2d;
}
.medidas_impresion,
.traduccion,
.isbn {
	color: #9c9c9c;
	font-size: 1.7rem;
	line-height: 22px;
}
.link_tienda {
	background: #2d2d2d;
	border: 1px solid #2d2d2d;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 40px;
	display: inline-block;
	margin: 30px 0;
}
.link_tienda:hover {
	color: #2d2d2d;
	background: #ffffff;
}
.descargar {
	text-transform: uppercase;
	clear: both;
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	width: 165px;
	background: url(img/descargar.svg) right no-repeat;
	background-size: 15px;
}
.descargar:hover {
	opacity: .8;
}
.contenido.col {
	margin: 0 auto;
	float: none;
	width: 95%;
	padding: 5% 0 30px 0;
}
.contenido.col:after {
	content: "";
	display: block;
	clear: both;
}
.descripcion {
	font-size: 1.7rem;
	max-width: 500px;
}
.descripcion h3 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.imagenes {
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.imagenes .cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
	width: 100%;
}
.compartir {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 10px;
}
.compartir:after {
	display: block;
	content: "";
	clear: both;
}
.compartir li {
	float: left;
	margin-left: 10px;
}
.compartir li:first-child {
	text-transform: uppercase;
	margin-left: 0;
}
.compartir a {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 17px;
	width: 17px;
}
.compartir a:hover {
	opacity: .8;
}
.compartir .facebook a {
	background-image: url(img/facebook.svg);
}
.compartir .whatsapp a {
	background-image: url(img/whatsapp.svg);
}
.compartir .pinterest a {
	background-image: url(img/pinterest.svg);
}
.compartir .twitter a {
	background-image: url(img/twitter.svg);
}

.libro_video {
	display: none;
}
.bio-autor {
	height: 0;
	padding-bottom: 80%;
    position: relative;
	width: 100%;
}
.bio-autor a {
	color: #ffffff;
}
.bio-autor a:hover {
	text-decoration: underline;
}
.bio-autor .bio {
	height: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
	width: 100%;
}
.bio-autor .col.ilustracion {
	background-position: center;
	background-size: cover;
	display: none;
}
.bio-autor .bio {
	top: 0;
	height: 100.1%;
	filter: grayscale(100%);
	left: inherit;
	right: 0;
	display: table;
	background-position: center;
	background-size: cover;
}
.bio-autor .bio:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(45,45,45,.7);
}
.bio-autor.imagen_de_relleno {
	display: none;
}
.bio-autor.imagen_de_relleno .bio {
	filter: grayscale(0%);
}
.bio-autor.imagen_de_relleno .bio:after {
	display: none;
}
.bio-autor .bio .content {
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 24px;
    z-index: 1;
    position: absolute;
	bottom: 20px;
    padding: 0 15px;
    width: 100%;
}
.bio-autor .bio .content h2,
.staff h3 {
	font-size: 2.8rem;
	line-height: 33px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.bio-autor .bio .content h2 span,
.staff h3 .puesto {
    font-size: 1.2rem;
    display: block;
    text-transform: uppercase;
    margin-top: -3px;
    letter-spacing: 0;
}

.col-30,
.col-35,
.col-50,
.col-65 {
	float: left;
	width: 100%;
}

.citas {
	font-size: 1.7rem;
	text-align: center;
	padding: 80px 0;
}
.citas .content {
	max-width: 800px;
}
.citas strong {
	font-size: 2rem;
	font-weight: bold;
}

.separador_newsletter {
	border-top: 1px solid #cccccc;
	font-size: 1.7rem;
	line-height: 22px;
	text-align: center;
	padding: 50px 0 60px 0;
}
.separador_newsletter h4 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 35px;
}
.separador_newsletter p {
	max-width: 620px;
	margin: 20px auto 30px auto;
}
.separador_newsletter form {
	max-width: 750px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.separador_newsletter form:after {
	clear: both;
	display: block;
	content: "";
}
.separador_newsletter .email,
.p-field input {
	border: 1px solid #cccccc;
	border-bottom: 5px solid #2d2d2d;
    border-right: 1px solid #cccccc;
	font-family: 'Karla', sans-serif;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
    -moz-appearance: none;
	color: #2d2d2d;
	font-size: 1.7rem;
	height: 50px;
	padding-left: 2%;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.separador_newsletter .suscribirse,
.p-submit,
.p-optin div.p-header, .p-optin .p-body button, button.p-open {
	font-family: 'Karla', sans-serif;
	margin: 0 auto;
	height: 50px;
	border-color: #2d2d2d;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
    -moz-appearance: none;
    background: #2d2d2d !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #ffffff;
	width: 150px;
}
.separador_newsletter .suscribirse:hover,
.p-submit {
	background: #ffffff;
	color: #2d2d2d;
}
.cargador {
	background: #2d2d2d;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
	text-align: center;
	width: 150px;
	height: 50px;
	display: none;
}
.cargador div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 41px;
	height: 41px;
	margin: 0 auto;
	top: 5px;
	left: 0;
	right: 0;
	border: 6px solid #fff;
	border-radius: 50%;
	animation: cargador 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.cargador div:nth-child(1) {
	animation-delay: -0.45s;
}
.cargador div:nth-child(2) {
	animation-delay: -0.3s;
}
.cargador div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes cargador {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.enviado_newsletter .cargador {
	display: block;
}

.premios {
	position: relative;
    margin-bottom: 20px;
    max-width: 200px;
}
.premios:after {
	display: block;
	clear: both;
	content: "";
}
.premios li {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
}
.premios li span {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	text-transform: uppercase;
    bottom: -30px;
    left: 0;
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    padding: 5px 10px;
    box-shadow: 0 2px 8px rgba(25,25,25,.3);
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    visibility: hidden;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.premios li:hover span {
	opacity: 1;
	visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.texto .premios li {
	width: 135px;
	height: 120px;
	font-size: 1.3rem;
}

.alerta {
	background: #2d2d2d;
	color: #ffffff;
	position: fixed;
	bottom: 20px;
	left: 10px;
	right: 10px;
	margin: 0 auto;
	max-width: 300px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
}
.mostrar_alerta .alerta {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.pagination {
	text-align: center;
	font-size: 1.7rem;
	margin: 20px 0 30px 0;
}
.pagination span {
	color: #cccccc;
}
.pagination span,
.pagination a {
	display: inline-block;
	padding: 5px;
}
.pagination a:hover {
	text-decoration: underline;
}

.mapa_responsive {
	height: 400px;
	position: relative;
	width: 100%;
}
.puntos-de-venta iframe,
.stores iframe {
	height: 400px;
	width: 100%;
}

.error404 {
	text-align: center;
}
.error404 h1 {
	font-size: 4rem;
	font-weight: bold;
	padding: 50px 0 0 0;
}
.volver-404 {
	margin: 20px 0 50px 0;
	display: inline-block;
	font-size: 1.9rem;
}

.portada {
	height: 0;
	padding-bottom: 34.532%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.acerca-de .portada,
.about .portada,
.puntos-de-venta .portada,
.stores .portada {
	background: url(img/about.jpg) center no-repeat;
	background-size: cover;
}
.puntos-de-venta .portada,
.stores .portada {
    background-image: url(img/puntos_de_venta.jpg);
}
.page-template-template-contacto .portada {
	background-image: url(img/contacto.jpg);
}
.single-autores .portada {
	padding-bottom: 0;
	height: 200px;
    width: 200px;
    background: #000000;
    border-radius: 100%;
    margin: 10px auto 10px auto;
    background-position: center;
    background-size: cover;
}
.texto {
	font-size: 1.7rem;
	line-height: 21px;
	letter-spacing: -0.04em;
	margin: 20px 0 130px 0;
}
.texto .content {
	position: relative;
	max-width: 590px;
}
.texto h2,
.texto h1 {
	letter-spacing: -0.04em;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 33px;
}
.texto h1 {
	margin: 40px 0 30px 0;
}
.texto h3,
.texto h4 {
	letter-spacing: -0.04em;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 30px;
}
.texto h5,
.texto h6 {
	letter-spacing: -0.04em;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 28px;
}
.page-template-template-acerca_de .texto h1 {
	margin: 0;
}
.single .texto {
	margin-bottom: 40px;
	margin-top: 0;
}
.single-autores .texto {
	margin-bottom: 70px;
	text-align: center;
}
.single .texto p,
.mas_info p,
.citas p {
	margin-bottom: 20px;
}
.texto strong {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 8px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.staff {
	text-align: center;
    margin-bottom: 75px;
}
.staff .imagen {
    height: 0;
    padding-bottom: 80%;
    width: 80%;
    background: #000000;
    border-radius: 100%;
    margin: 0 auto 10px auto;
    background-position: center;
    background-size: cover;
}
.staff.premios_limonero {
	margin-bottom: 25px;
}
.premios_limonero .imagen {
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.staff .item {
	margin-bottom: 50px;
	padding: 0 30px;
    font-weight: normal;
}
.staff .item:hover {
    background: none;
}
.staff .grilla {
	max-width: 1000px;
	margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}

.mapa h2 {
	margin: 30px 0 30px 0;
}

.distribuidores {
    margin: 50px 0 50px 0;
}
.distribuidores .item {
    font-weight: normal;
    margin: 0 0 60px 0;
}
.distribuidores .item:hover {
    background: none;
}
.distribuidores h4,
.contacto_info h2 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px 0;
}
.contacto_info h2 {
	margin-top: 20px;
}
.distribuidores h5 {
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
}
.distribuidores h6 {
    margin: 10px 0 0 0;
}
.distribuidores a:hover {
    text-decoration: underline;
}

.swiper-slide img {
	width: 100%;
}
.swiper-button-next {
	background-image: url(img/derecha.svg);
}
.swiper-button-prev {
	background-image: url(img/izquierda.svg);
}

.p-close,
.p-field label {
	display: none;
}
.p-body {
	min-height: inherit !important;
}
.p-optin div.p-body p, .p-optin div.p-field label span, .p-optin .p-body .p-success {
	position: absolute;
    top: -20px;
    margin: 0;
    color: red;
    left: 0;
}
.p-optin .p-body .p-success {
	color: #000000;
    font-size: 1.8rem;
    position: relative;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

	body {
		padding-top: 88px;
	}
	.admin-bar .header {
		top: 32px;
	}

	.content {
		width: 90%;
	}

	.logo-img {
		width: 87px;
	}

	.header {
		font-size: 1.4rem;
	}
	.head {
		padding: 0;
	}

	.menu {
		float: left;
	}
	.nav {
		background: transparent;
		text-align: inherit;
		position: relative;
		opacity: 1;
		visibility: visible;
		top: inherit;
		bottom: inherit;
		left: inherit;
		right: inherit;
		overflow: inherit;
		display: block;
		float: right;
		font-weight: bold;
		line-height: 87px;
		text-transform: uppercase;
	}
	.nav ul {
		float: left;
	}
	.nav li {
		float: left;
		margin-right: 15px;
		width: auto;
	}
	.nav a {
		display: block;
	}
	.nav a:after {
    	content: "";
	    display: block;
	    opacity: 0;
	    width: 100%;
	    height: 2px;
	    background: #2d2d2d;
	    margin-top: -36px;
	    -webkit-transition: .2s ease;
	    transition: .2s ease;
	}
	.nav .current-menu-item a:after {
		opacity: 1;
	}
	.home .nav .current-menu-item a:after {
		opacity: 0;
	}
	.nav a:hover:after {
		opacity: 1;
	}
	.nav .lang_switch a {
		display: inline-block;
		color: #cccccc;
	}
	.nav .lang_switch a.current-menu-item {
		color: #2d2d2d;
	}
	.nav .lang_switch a:hover {
		color: #2d2d2d;
	}
	.nav .lang_switch {
		border-left: 1px solid #cccccc;
		padding: 0 19px;
		margin: 0;
	}
    .nav .lang_switch li {
        margin: 0;
    }
    .nav .lang_switch li:first-child:after {
        content: " / ";
        margin-right: 4px;
    }
	.links_externos a {
		height: 87px;
		width: 87px;
	}
	.links_externos li:hover {
		background-color: #f3f3f3;
	}
	.boton_menu_mobile {
		display: none;
	}


	.col-25 {
		float: left;
		width: 25%;
	}
	.col-30 {
	    float: left;
	    width: 30%;
	}
	.col-65 {
		float: left;
		width: 65%;
	}
	.col-35 {
		float: left;
		width: 35%;
	}
	.col-50 {
		float: left;
		width: 50%;
	}

	.grilla_20 .item {
		width: 20%;
	}
	.grilla_25 .item {
		width: 25%;
	}
	.grilla_33 .item {
		width: 33.33%;
	}

	.contacto_info .col-20 {
		float: right;
	}

	.breadcrumbs:after {
		display: none;
	}
	.filtro {
		float: right;
		margin: 0;
		width: auto;
	}
	.filtro select {
		width: 283px;
	}

	.featured,
	.separador_imagenes,
	.featured_imagen_texto,
	.featured_imagen_texto-doble {
		height: 440px;
	}
	.featured .col,
	.separador_imagenes .col,
	.featured_imagen_texto .col,
	.featured_imagen_texto-doble .col {
		height: 100%;
	}
	.featured {
		height: 0;
		padding-bottom: 35%;
		position: relative;
	}
	.featured .col-35 {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		padding-bottom: inherit;
	}
	.featured .col-65 {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.featured_imagen_texto .col-35 .content,
	.featured_imagen_texto-doble .col-65 .content {
	    padding: 0 10%;
	}
	.featured_imagen_texto .col-35 .content p {
		width: 90%;
	}

	.featured_imagen_texto-doble .texto {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		max-width: 750px;
		column-gap: 30px;
	}
	.featured_imagen_texto-doble .col-65 .content {
		padding: 0 10%;
	}
	.featured_imagen_texto-doble a,
	.featured_imagen_texto a {
		margin-top: 85px;
	}
	.featured_imagen_texto-doble.texto-imagen .col-35 {
		float: right;
	}

	.head {
		line-height: 72px;
	}

	.detalle-libro>.content {
		width: 90%;
	}
	.contenido.col {
		float: right;
		padding: 25px 0 25px 25px;
		width: 50%;
	}
	.imagenes {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		height: auto;
		padding-bottom: 0;
	}
	.imagenes .cover {
		left: inherit;
		width: 78%;
	}
	.thumbnails {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 22%;
	}
	.thumbnails div {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 33.33%;
		cursor: pointer;
	}
	.thumbnails div:hover,
	.thumbnails div.active {
		-webkit-box-shadow: inset 0 0 0px 3px black;
		box-shadow: inset 0 0 0px 3px black;
	}

	.bio-autor {
		height: 0;
	    padding-bottom: 25%;
	    position: relative;
		//width: 100%;
		float: right;
	}
	.bio-autor.imagen_de_relleno {
		display: block;
	}
	.bio-autor .col.ilustracion {
		display: block;
	}
	.bio-autor .col {
		overflow: hidden;
	}
	.bio-autor .bio {
		height: 100.1%;
	}
	.bio-autor .bio .content {
		bottom: 50px;
		padding: 0 10%;
	}
	.libro_video {
		display: block;
		width: 50%;
	    float: left;
	    height: 0;
	    padding-bottom: 50%;
	    position: relative;
	}
	.libro_video iframe {
		pointer-events: none;
	    position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.citas strong {
		font-size: 2.7rem;
	}

	.separador_newsletter {
		padding-top: 80px;
	}
	.separador_newsletter p {
		margin: 40px auto 40px auto;
	}
	.separador_newsletter form {
		border-bottom: 5px solid #2d2d2d;
	}
	.separador_newsletter .email,
	.p-field input {
		border: 1px solid #cccccc;
		border-right: 0;
		border-bottom: 0;
		margin-bottom: 0;
		width: calc(100% - 150px);
	}
	.separador_newsletter .suscribirse,
	.p-submit,
	.p-optin div.p-header, .p-optin .p-body button, button.p-open {
		border-bottom: 0;
		float: left;
	}
	.cargador {
		top: 0;
		bottom: inherit;
		right: 0;
		left: inherit;
	}

	.single .texto {
		margin-top: 0;
	}
	.texto,
	.single-autores .texto {
		margin-top: 60px;
	}
	.page-template-template-acerca_de .texto {
		margin-top: 60px;
	}

	.libros h1 {
		margin-right: 100px;
	}

	.premios {
		margin: 0;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.texto .premios {
		position: relative;
		top: inherit;
		right: inherit;
	}
	.texto .premios li {
		font-size: 1.3rem;
	}
	.premios li {
		height: 80px;
		width: 80px;
	}
	.premios li span {
		right: 0;
		left: inherit;
	}
	.premios_limonero.staff {
		position: absolute;
    	right: 0;
    	-webkit-transform: translate3d(120%, 0px, 0px);
    	transform: translate3d(120%, 0px, 0px);
	}

	.single-autores .portada {
		margin-bottom: 0;
		margin-top: 30px;
		height: 300px;
		width: 300px;
	}

	.staff {
		margin-bottom: 250px;
	}
    
}
@media only screen and (min-width:1024px) {

	.nav li {
		margin-right: 40px;
	}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
