<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Laura Gallego
Theme URI: https://www.lauragallego.com/
Description: Proyecto Web realizado para Laura Gallego
Author: Neobunker
Author URI: http://www.neobunker.com/
Version: 1.0
 
font-family: 'Source Sans Pro', sans-serif;
   
primario granate: #6a0000; 
primario verde: #24570a; 

secundario gris: #58585a;
secundario crema: #f1eab4;

*/

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

@import url('fonts/flaticon.css');
  
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;
	outline:none !important;
}
input, textarea {outline: none !important;}
a {color:#24570a;}
b, strong {font-weight:bold;}
em {font-style: italic;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
} 
body {
	font-size: 16px;
	line-height: 1.1;
	color:#010000;
}
ul {
	list-style: none;
} 
blockquote, q {
	quotes: none;
	max-width: 1000px;
    border-left: 4px solid #f0f0f0;
    font-weight: bold;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 45px;
    margin-bottom: 20px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

/* ---------------------------------------- */
html, body {font-family:'Source Sans Pro', sans-serif;overflow-x:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:'Source Sans Pro', sans-serif;color:inherit;}
h1{font-size:34px;line-height:40px;margin-bottom:20px;}
h2{font-size:30px;line-height:1.2;margin-bottom:10px;font-weight: 700;color: #000;}
h3{font-size:22px;line-height:26px;margin-bottom:10px;}
h4{font-size:18px;line-height:24px;margin-bottom: 5px;}
a {font-weight: 600;color:#24570a;}
a:hover, a:focus {text-decoration:none;color:#7d7e7d;}
p, li {font-size:inherit;}
p {margin-bottom:20px;}
ul,ol {padding-left:20px;margin-bottom:20px;}
ul li {list-style:disc;margin-bottom:8px;} 
img {max-width:100%;height:auto;}
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

hr {
	background-color: #000;
	height: 1px;
	border: 0;
}
.flaticon-lupa {color:#fff!important;}

/* Containers */
.wpb_revslider_element {margin-bottom:0;}
.bgleft {background-size:50%;background-position:left;}
.dark {color:#fff;}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {color:#fff;}
.justify h1, .justify h2, .justify h3, .justify h4, .justify h5, .justify h6 {text-align: left;}
.dark a {color:#fff;}
.two-col-border &gt; div:nth-child(2) {border-left: 1px solid #24570a;}


/* Slider */
	.hesperiden.tparrows,
	.hesperiden.tparrows:hover {background: none;}
	.hesperiden.tparrows.tp-leftarrow:before,
	.hesperiden.tparrows.tp-rightarrow:before {
	    font-family: Flaticon;
	    font-size: 30px;
	    color: #fff;
	}
	.hesperiden.tparrows.tp-leftarrow:before {
	    content: "\f100";
	}
	.hesperiden.tparrows.tp-rightarrow:before {
	    content: "\f101";
	}
	.hesperiden.tparrows.tp-leftarrow:hover:before,
	.hesperiden.tparrows.tp-rightarrow:hover:before {color: #24570a;}
	@media all and (min-width: 768px) {
		.hesperiden.tparrows.tp-leftarrow:before,
		.hesperiden.tparrows.tp-rightarrow:before {font-size: 60px;}
	}



/* Backgrounds */
.bg-primario {background-color: #24570a;} /* Granate: #04540c */
.bg-crema {background-color: #f1eab4;}

.bg-secundario {background-color: #edebeb;}
.bg-negro {background-color: #000;}


/* Text styles */
.center {text-align:center;}
.align-left {text-align: left;} 
.align-right {text-align: right;}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.boton {
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px 20px;
	font-size: 18px;
	text-align: center;
}
.boton.estilo-1 {
	background-color: #24570a;
	border: 0;
	color:#fff;
}
.boton.estilo-1:hover,
.boton.estilo-1:focus {
	background-color:#000;
	color:#fff;
}
.boton.estilo-2 {
	background: #000; 
	border-radius: 0px;
	color:#fff;
}
.boton.estilo-2:hover,
.boton.estilo-2:focus {
	background: #333; 
	color:#fff;
}

.boton-wrapper.center {
	text-align: center;
}
.boton-wrapper.left {
	text-align: left;
}
.boton-wrapper.right {
	text-align: right;
}
.boton:disabled {background:#ddd !important;color:#fff !important;cursor:no-drop;}

.dark .boton {
	background-color:#24570a;
	color:#fff;
}
.dark .boton:focus,
.dark .boton:hover {
	background-color:#fff;
	color:#000;
}
.boton.negativo {
	background-color:#24570a;
	color:#fff;
}
.boton.negativo:focus,
.boton.negativo:hover {
	background-color:#24570a;
	color:#fff;
}
.dark a:hover, .dark a:focus {text-decoration:underline;} 
	/* Boxes */
	.box {padding: 16px 20px;}
	.box-gris {background-color: #edebeb;}

	/* Colors */
	.color-light {color:#999999;}
 
/* Lists styles */
	.not-list &gt; li {list-style:none;}
	@media all and (min-width: 768px) {
		.list-2-col ul {overflow: auto;padding-left: 0;}
		.list-2-col li {
			float: left;
			display: inline-block;
			width: 49%;
		}
		.list-2-col li:nth-of-type(2n+1) {margin-right: 2%;}
	} 

/* Accordion */
.entry-content .card {
    border: 0;
    background: transparent;
}
.entry-content .card .card-header {
    background: transparent;
    border: 0;
    padding: 0;
}
.entry-content .card .card-header button {
    font-weight: bold;
    color: #000;
    background: transparent;
    border: 0;
    padding: 6px 0px;
    display: block;
    outline: none;
    width: 100%;
    text-align: left;    
}
.entry-content .card .card-header button::before {
	font-family: FontAwesome;
	content: "\f0d7";
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: inline-block;
}
.entry-content .card .card-header {
	padding-bottom: 5px;
}
.entry-content .card .card-header button[aria-expanded="true"]::before {
	transform: rotate(0deg);
	-webkit-transform: rotate(-0deg);
}


/* Paddings &amp; Margins &amp; borers */
	.padding-top-1x {padding-top:10px;}	
	.padding-top-2x {padding-top:20px;}	
	.padding-top-3x {padding-top:40px;}	
	.padding-top-4x {padding-top:60px;}	
	.padding-top-5x {padding-top:80px;}
	.padding-top-6x {padding-top:120px;}	
	.padding-bottom-1x {padding-bottom:10px;}	
	.padding-bottom-2x {padding-bottom:20px;}	
	.padding-bottom-3x {padding-bottom:40px;}	
	.padding-bottom-4x {padding-bottom:60px;}
	.padding-bottom-5x {padding-bottom:80px;}
	.margin-top-0 {margin-top:0;}
	.margin-top-1x {margin-top:10px;}	
	.margin-top-2x {margin-top:20px;}	
	.margin-top-3x {margin-top:40px;}	
	.margin-top-4x {margin-top:60px;}	
	.margin-top-5x {margin-top:80px;}
	.margin-bottom-0 {margin-bottom:0;}
	.margin-bottom-1x {margin-bottom:10px;}	
	.margin-bottom-2x {margin-bottom:20px;}	
	.margin-bottom-3x {margin-bottom:40px;}
	.margin-bottom-4x {margin-bottom:60px;}
	.margin-bottom-5x {margin-bottom:80px;}	
	.mw-800, .mw-1000 {margin-left:auto;margin-right:auto;}
	.mw-800 {max-width:800px;}
	.mw-1000 {max-width: 1000px;}
	.mw-370 {max-width: 370px;}
	.vc_row-has-fill + .vc_row-full-width + .vc_row &gt; .vc_column_container &gt; .vc_column-inner {padding-top:0;}

 
/* Header */
	#header{
		position: relative;
		display:block;
    	/*box-shadow: 0 0 15px 0px rgba(0,0,0,0.5);*/
		width:100%;
		z-index:999;
		background-color: #24570a; 
	}
	#header .logo{line-height:0;padding-top:5px;padding-bottom: 5px; text-align: center;}
	#header .logo img {
		max-width: 100%;
		height: auto;
		max-height: 88px;
		width: auto;
	}
	#header .logo .custom-logo-link {display:inline-block;}
	@media all and (min-width: 992px) and (max-width: 1199px) {
		#header .logo img {max-width: 100%;}
	}
	/* Redes */
	#header .rrss-wrapper {
	    text-align: center;
	}
	#header .rrss-wrapper li {
	    margin-right: 0;
	}
	#header ul.rrss-wrapper &gt; li i[class^="flaticon-"] {
		background-color: transparent;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	#header ul.rrss-wrapper &gt; li i[class^="flaticon-"]:hover,
	#header ul.rrss-wrapper &gt; li i[class^="flaticon-"]:focus {
		color: #aaa;
	}
	#header ul.rrss-wrapper &gt; li i::before {
		font-size: 22px;
	}
	@media all and (min-width: 992px) {
		#header .logo {text-align: left;}
		#header .rrss-wrapper {
		    text-align: right;
		    margin-top: 18px;
		    margin-bottom: 0;
		}
	}
	@media all and (min-width: 1199px) {
		#header .rrss-wrapper {
			margin-top: 40px;
			margin-bottom: 20px;
		}
	}

	.site-inner.padding-top-on {
	    padding-top: 110px;
	}
	.site-inner p, .site-inner li {line-height: 1.5;}
		/* Top bar */
		.top-bar {display: block;color:#000000;font-size: 16px;font-weight: 600;line-height: 1.2;padding-top:5px;padding-bottom: 10px;}
		.top-bar ul {display: inline-block;}
		.top-bar a {color: #000000;}
		.top-bar li a:hover,
		.top-bar li a:focus {text-decoration: underline;}
		.top-bar {text-align: left;}
		.top-bar ul {
			margin: 0;
			padding: 0;
		}
		.top-bar ul &gt; li {
			display: inline-block;
			margin-bottom:0;
			vertical-align: middle;
			line-height: 0;
		}
		@media all and (max-width: 767px) {
			.top-bar {line-height: 40px;}
		}
		@media all and (min-width: 992px) {
			.top-bar {
				text-align: right;
				font-size: 18px;
			    line-height: 0;
			    padding-top: 4px;
			    padding-bottom: 4px;			}
		}
		/* Lang list */
		.top-bar ul.lang-list {margin-left: 50px;}
		.top-bar ul.lang-list li:not(:first-of-type)::before {
			content:"|";
			margin-left: 8px;
			margin-right: 8px;
		}
		.top-bar ul.lang-list, .top-bar ul.lang-list a {
			text-transform: uppercase;
			font-weight: normal;
		}

	/* Menu */
	#header .site-menu {background-color: #fff;}
	#header .menu-wrapper {text-align:center;}
	#header .menu-wrapper .menu  {
		display: inline-block;
		margin-bottom:0;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	#header .menu-wrapper .menu &gt; li {
		position:relative;
		display:inline-block;
		list-style: none;
		margin-bottom: 0;
	}
	#header .menu-wrapper .menu &gt; li &gt; a {
		display:inline-block;
		font-weight:500;
		font-size:16px;
		line-height:1;
		color:#000;
		text-decoration: none;
		text-transform:uppercase;
	}
	#header .menu-wrapper .menu &gt; li:hover a,
	#header .menu-wrapper .menu &gt; li:focus a {background-color:transparent;color:#24570a;text-decoration: none;}
	@media all and (min-width: 768px) {
		#header .menu-wrapper .menu &gt; li &gt; a {font-size: 17px;line-height: 40px;}
		#header .menu-wrapper .menu &gt; li:not(:first-of-type) &gt; a::before {
			content: "|";
			margin-left: 7px;
			margin-right: 9px;
		}
	}
	@media all and (min-width: 992px) and (max-width: 1199px) {
		#header .menu-wrapper .menu &gt; li &gt; a {font-size: 15px;}
	}
	@media all and (min-width: 1199px) {
		#header .menu-wrapper .menu &gt; li:not(:first-of-type) &gt; a::before {
			margin-left: 12px;
			margin-right: 14px;
		}
	}
	
	/* Submenu */
	#header .menu-wrapper .menu &gt; li:hover &gt; ul,
	#header .menu-wrapper .menu &gt; li:focus &gt; ul {visibility: visible;}
	#header .menu-wrapper .menu .sub-menu {
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 598;
		width: 100%;
		min-width: 220px;
		background-color:#7d7e7d;
		padding-left:0;
		margin:0;
		text-align: left;
	}
	#header .menu-wrapper .menu .sub-menu li {
		position: relative;
		display:block;
		margin:0;
	}
	#header .menu-wrapper .menu .sub-menu li:hover a,
	#header .menu-wrapper .menu .sub-menu li:focus a {
		background-color:#24570a;
		color: #000;
	}
	#header .menu-wrapper .menu .sub-menu li a {
		display:block;
		padding:10px 12px;
		background-color: #7d7e7d;
		font-size:13px;
		text-transform: uppercase;
		font-weight: 500;
		color:#fff;
	}

	/* Current Menu */
	#header .menu-wrapper .menu &gt; li.current-menu-item &gt; a,
	#header .menu-wrapper .menu &gt; li.current-menu-ancestor &gt; a,
	#header .menu-wrapper .menu .sub-menu li.current-menu-item &gt; a,
	#header .menu-wrapper .menu .sub-menu li.current-menu-ancestor &gt; a,
	body.single-libros #header .menu-wrapper .menu li.menu-item-21745 &gt; a,
	body.tipo-libros #header .menu-wrapper .menu li.menu-item-21745 &gt; a {background-color:transparent;color:#24570a;}

	/* Menu responsive */
	.responsive-menu-button{right:20px !important;width:40px !important;height:40px !important;top:7px !important;}
	.responsive-menu-boring.is-active .responsive-menu-inner {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
	.responsive-menu-boring.is-active .responsive-menu-inner::after {
	    transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);

	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link { text-transform: uppercase; }
		/* Current */
		#responsive-menu-container li.current-menu-parent.responsive-menu-item &gt; a,
		#responsive-menu-container li.current-menu-item.responsive-menu-item &gt; a {
		 	font-weight: bold;
		 	background-color: #24570a !important;
		 }
		#responsive-menu-container li.current-menu-parent .responsive-menu-subarrow {
		 	background-color: #24570a !important;
		 	border-left:0;
		 }

 	/* Sticky menu */
 	#header.sticky {z-index: 99999;box-shadow: 0 0 15px 0 rgba(133,133,133,0.2);} 
	#header.sticky .logo img {
		max-height: 60px;
		width: auto;
	}
	#header.sticky .menu-wrapper .menu &gt; li &gt; a {
	    font-size: 14px;
	    line-height: 40px;
	}
	#header .logo,
	#header .logo img,
	#header .menu-wrapper .menu &gt; li &gt; a {
		transition:all 0.2s ease;
		-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease;
		-o-transition:all 0.2s ease;
	}

/* Pages */
.slider-home {margin-bottom: -55px; } 
.page-header { 
	background-color:#24570a;
}
.page-header .page-title-wrapper {
	padding-top:20px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.page-header .page-title {
    margin-bottom: 5px;
 	font-size: 32px;
 	color: #fff;
 	font-weight: 600;
}
.page-header .page-subtitle {
	font-size: 20px;
	color: #fff;
}
.page-header .page-subtitle p {
	font-size: inherit;
}
@media all and (min-width: 992px) {
.page-header {
	background-color:#24570a;
}
.page-header .page-title-wrapper {
	padding-top:50px;
	padding-bottom: 10px;
	background-image: url('images/bg/laura-galleg-page-title-bg.png');
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
}
	.page-header .page-title {
		font-size: 48px;
		font-weight: 700;
	}
}
/* Breadcrumbs */
#migas &gt; div {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}
#migas a {
	font-weight: 400;
	color: #24570a;
	font-size: 14px;
}
#migas p {
	color: #24570a;
	font-size: 14px;
}
#migas .compartir {text-align: center;}
#migas .compartir &gt; p {display: inline-block;line-height: 20px;font-size: 14px;margin-bottom: 0;}
#migas .compartir &gt; p.redes {margin-left: 5px;}
#migas .compartir .redes i::before {
    font-size: 16px;
    margin-left: 10px;
}
#migas .compartir .redes a:hover i::before,
#migas .compartir .redes a:focus i::before {
	color: #000;
}
@media all and (max-width: 767px) {
	#migas {margin-bottom: 30px;}
}
@media all and (min-width: 768px) {
	#migas .compartir &gt; p {font-size: 18px; }
	#migas .compartir &gt; p.redes {margin-left: 30px;}
	#migas .compartir .redes i::before {font-size: 22px;}
}
@media all and (min-width: 992px) { 
	#migas &gt; div {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#migas .compartir {text-align: right;}
}

/* Widgets */
	.widget-title {
		font-size:18px;
		line-height: 1;
		font-weight: 500;
	}

/* Footer */
	.section-footer .wpb_content_element {margin-bottom: 0;}
	
	.section-footer img {margin-left: auto;margin-right: auto;}
	@media all and (max-width: 767px) {
		.section-footer .box-section {margin-bottom: 40px;}	
	}
	@media all and (min-width: 768px) and (max-width: 991px) {
		.section-footer .box-section--content a {
			font-size: 16px;
		}	
	}

	/* legal */
	#footer #copyright {padding-top:20px;padding-bottom:50px;}
	#footer #copyright p {font-size:14px;margin-bottom:10px;}
	#footer #copyright a {color:#fff;font-weight: normal;}
	#footer #copyright .legal, #footer #copyright .logos {text-align:center;}
	#footer #copyright .logos {margin-top:20px;}
	#footer #copyright .logos img {opacity: 0.6;}
 
 
/* ROWS */ 
.row-slider {margin-bottom: 50px;}

/* Proyectos */
.row-proyectos .wpb_single_image {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}
@media all and (max-width: 767px){
	.row-proyectos {text-align: center;}
}

/* Books */
.row-centrado {text-align: center;}
.row-centrado .wpb_single_image {
	margin-bottom: 15px;
	text-align: center;
}
.row-books {font-size: 15px;}
.row-books .wpb_single_image img {
	width: 100%;
	max-width: 197px;
    max-height: 281px;
    height: auto;
}
@media all and (max-width: 767px) {
	.row-books .wpb_single_image {text-align: center;}
}
@media all and (min-width: 768px) and (max-width: 991px) {
	.row-books .vc_row.vc_inner &gt; div:nth-of-type(2n+1) {
	    clear: both;
	}
}



/* Contacto */
.row-contacto .page-header {margin-bottom: 0;}
.datos-contacto {
	font-size: 24px;
	line-height: 1.3;
	color:#000;
} 
	/* Map */
	@media all and (max-width: 767px) {
		.wpb_map_wraper iframe {height: 300px;}
	}
	.wpb_gmaps_widget .wpb_wrapper {padding:0;} 


/* Back to top */
	.backtop{position:fixed;bottom:100px;right:40px;background-color:#000;text-align:center;z-index:9999;opacity:0;}
	.backtop:hover {background-color:#24570a;}
	.backtop a{width:40px;height:40px;display:inline-block;line-height:40px;font-size:20px;color:#fff;}

/* Error 404 */
	.error-404 {text-align:center;margin:60px auto 120px;}
	.error-404 .page-header {background-color: transparent;}

/* Forms */  
	.form-wrapper {margin:0;padding:0;}
	.form-wrapper li {list-style: none;}
	
	span.wpcf7-not-valid-tip {
	    font-size: 15px;
	    margin-top: 5px;
	}
	div.wpcf7-response-output{width:100%;margin:0 auto 10px;border:0;color:#fff;padding:8px 12px;}
	div.wpcf7-mail-sent-ng,div.wpcf7-spam-blocked,div.wpcf7-validation-errors{background-color:#d10000;}
	div.wpcf7-mail-sent-ok {background-color:#05aa2a;}
	div.wpcf7 .ajax-loader {display: none;}


/* Libros */
	@media all and (min-width: 768px) {
		article.libros:nth-of-type(4n+1){clear:both;}
	}
	article.libros .entry-header img {
	    max-height: 180px;
		height: auto;
		width: auto;
	}
	body:not(.single-libros) .main-content &gt; article.libros {
		border-bottom: 0;
		text-align: center;
	}
	body:not(.single-libros) .main-content &gt; article.libros .entry-header {
	    display: table;
	    height: 200px;
	    margin: auto;
	}
	body:not(.single-libros) article.libros .entry-header img {
	    max-height: 165px;
	    margin-bottom: 20px;
	    width: auto;
	    display: table-cell;
	    vertical-align: middle;
	}
	article.libros .entry-title {
		font-size: 16px;
	}
	.descripcion-categoria {
		margin-bottom: 40px;
		position: relative;
		border-left: 4px solid #24570a;
		padding: 10px 10px;
		background-color: #fafafa;
	}
	/* Material relacionado */
	.material-relacionado {
	    display: block;
	    clear: both;
	    margin-bottom: 60px;
	}
	.material-relacionado .title {
		font-size: 24px;
		color: #24570a;
		font-weight: 700;
		border-bottom: 1px solid #24570a;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	@media all and (min-width: 768px) {
		.material-relacionado .title {font-size: 34px;}
	}

	/* Filtro + Navegador fichas libros */
		ul#filtro-libros,
		ul#nav-ficha-libro,
		.nav-books ul {
			padding-left: 0;
			margin-bottom: 40px;
			margin-top: 20px;
			border-bottom: 1px solid #000;
			text-align: center;
		}
		ul#filtro-libros li,
		ul#nav-ficha-libro li,
		.nav-books ul li {
		    display: inline-block;
		    list-style: none;
		    line-height: 1.1;
		    margin-bottom: 8px !important;
		}
		ul#filtro-libros li:not(:first-of-type)::before,
		ul#nav-ficha-libro li:not(:first-of-type)::before,
		.nav-books ul li:not(:first-of-type)::before {
			content:"|";
			margin-right: 10px;
			margin-left: 10px;
		}
		ul#filtro-libros li a,
		ul#nav-ficha-libro li,
		ul#nav-ficha-libro li a,
		.nav-books ul li,
		.nav-books ul li a {
			font-size: 14px;
			font-weight: 700;
		}
		ul#filtro-libros li a:hover,
		ul#filtro-libros li a:focus,
		ul#nav-ficha-libro li a:hover,
		ul#nav-ficha-libro li a:focus,
		.nav-books ul li a:hover,
		.nav-books ul li a:focus {
			color: #7d7e7d;
		}
			/* Actual */
			ul#nav-ficha-libro.sinopsis li.sinopsis a, ul#nav-ficha-libro.sinopsis li.sinopsis {color:#7d7e7d;}
			ul#nav-ficha-libro.traducciones li.traducciones a {color:#7d7e7d;}
			ul#nav-ficha-libro.curiosidades li.curiosidades a {color:#7d7e7d;}
			ul#nav-ficha-libro.primer-capitulo li.primer-capitulo a {color:#7d7e7d;}
			.nav-books ul li.current a {color:#7d7e7d;}
		
		@media all and (min-width: 768px) {
			ul#filtro-libros li a,
			ul#nav-ficha-libro li,
			ul#nav-ficha-libro li a,
			.nav-books ul li,
			.nav-books ul li a {
				font-size: 20px;
			}
			ul#filtro-libros li:not(:first-of-type)::before,
			ul#nav-ficha-libro li:not(:first-of-type)::before,
			.nav-books ul li:not(:first-of-type)::before {
				content:"|";
				margin-right: 20px;
				margin-left: 20px;
			}
		}
		@media all and (min-width: 992px) {
			ul#filtro-libros,
			ul#nav-ficha-libro,
			.nav-books ul {text-align: left;}
		}

	/* Sinopsis */
	.row-ficha-libro h2 {font-size: 20px;} 
	/* Traducciones */
	.row-traducciones {font-size: 16px;}
	/* Primer capitulo */
	.embed-libro embed {min-height: 900px;}


/* Blog */
	@media all and (min-width: 992px) {
			#main &gt; .main-content {
		    padding-right: 30px; 
		}
	} 
	article.post p, article.post li {line-height: inherit;}
	body:not(.page) .main-content &gt; article {
		padding-bottom: 10px; 
		margin-bottom: 30px;
		border-bottom: 1px solid #24570a;
	}
	body.single-post .main-content &gt; article {overflow: auto;}
	body.single-libros .main-content &gt; article {border-bottom: 0;margin-bottom: 0;padding-bottom: 0;}
	body:not(.single):not(.page) .main-content &gt; article:not(.libros):last-of-type{
		margin-bottom: 80px;
	}
	.entry-header .post-image {
		margin-bottom: 30px;
	}
	.entry-meta {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: 400;
	}
	.entry-title {
		position: relative;
		margin-bottom: 20px;
		font-size: 26px;
		line-height: 1;
		font-weight: 700;
		color: #24570a;
	}
	.entry-title a {
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
	}
	.entry-content {
		line-height: 1.2;
		font-size: 16px;
	}
	.entry-content .read-more {
		display: block;
		font-size:16px;
		font-weight: 700;
		margin-bottom: 15px;
	}   


	/* Sidebar */
	#main .sidebar-wrapper {
		background-color: #edebeb;
		padding: 30px 15px 10px;
		margin-bottom: 40px;
	}
	.sidebar-wrapper &gt; div {
		margin-bottom: 30px;
	}
	.sidebar p, .sidebar li {
		font-size:15px;
		font-weight: 400;
	}
	.sidebar p {
		line-height: 1.2;
	}
	.sidebar .widget-title {
		position: relative;
		margin-bottom:15px;
		font-size: 22px;
		font-weight: 700;
		color: #24570a;
	}
	/* lists */
	.sidebar ul {
		margin:0;
		padding-left:0;
	}
	.sidebar ul &gt; li {
		position: relative;
		padding-bottom:10px;
		padding-left:10px;
		list-style: none;
	}
	/* Widgets */
		/* Archive */
		.widget_archive &gt; label {display: none;}
		.widget_archive &gt; select {
		    width: 100%;
		    padding: 8px;
		}
		/* Suscripcion */
		.formularioSuscripcion input:not([type="checkbox"]) {
		    width: 100%;
		    margin-bottom: 10px;
		    border: 1px solid #7f7f7f;
		    padding: 8px 10px;
		}
		.formularioSuscripcion input[type="submit"] {
			font-size: 18px;
			font-weight: 700;
			color: #fff;
			margin-top: 10px;
			margin-bottom: 0;
			border: 0;
		}
		.formularioSuscripcion .aceptacion {
			font-size: 12px;
		}


		/* Search */
		.search-widget input[type="text"] {
		    border: 0;
		    border-bottom: 1px solid #e5e5e5;
		    width: 80%;
		    display: inline-block;
		    font-size: 14px;
		    padding:2px 4px;
		}
		.submit-wrapper {
			position: relative;
		    width: 18%;
		    display: inline-block;
		    background: none;
		    border: 0;
		}
		.submit-wrapper::before {
			position: absolute;
			content:"\f002";
			font-family: FontAwesome;
			color:#000;
			z-index: -10;
		}
		.search-widget input[type="submit"] {
			background: none;
			border: 0;
			min-width: 20px;
		}
		/* Search archive */
		body.search .main-content &gt; article {
		    margin-bottom: 15px;
		    border-color: #d8d8d8;
		}
		body.search article h2.entry-title {
		    margin: 0;
		    font-size: 20px;
		}
		/* Form */
		@media all and (max-width: 991px) {
			.top-bar ul.lang-list {margin-left: 0;}
			ul.buscador {display: none;}
		}
		form.search-form {overflow: auto;}
		form.search-form button,
		form.search-form label {
			display: inline-block;
			float: left;
			line-height: 26px;
			border: 0;
			margin: 0;
			outline: none;
		}
		form.search-form label {
		    line-height: 0;
		    padding: 0;
		    margin: 0;
		}
		form.search-form label input {
		    line-height: 0;
		    border: 0;
		    padding: 2px 10px;
		    margin-right: 4px;
		    font-weight: 400;
		    font-size: 15px;
		    height: 22px;
		    color: #000;
			border:1px solid #000000;
		}
		form.search-form button {
		    line-height: 1;
		    padding: 0;
		    height: 26px;
		    width: 30px;
		    text-align: center;
		    background-color: #000;
		}

		form.search-form button [class^="flaticon-"]::before {
		    margin-left: 0;
		    font-size: 16px;
		    display: inline-block;
		}

	/* Relacionados */
	.related-title {
		font-weight: 700;
		font-size: 15px;
		color: #000;
	}
	.related-list {margin-bottom: 60px;padding-left: 0;}
	.related-list li {
		list-style: none;
		margin-bottom: 2px;
	}
	.related-list li a {
		font-size: 15px;
	}

	/* Paginacion */
	.pagination {
		text-align: center;
		margin-bottom: 80px;
		float: left;
	    width: 100%;
	    clear: both;
   	} 
	.page-numbers {
	    display: inline-block;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    background-color: #24570a;
	    color: #fff;
	    border: 1px solid transparent;
	}
	.page-numbers:focus,
	.page-numbers:hover {
		background-color:#006da5;
		color:#fff;
	}
	.page-numbers.current {
		background-color: transparent;
		color: #24570a;
		border: 1px solid #24570a;
	}
		/* NAVEGACION */
		.row-navegacion {overflow: auto;}
			.row-navegacion ul.custom-nav {overflow: auto;padding:0;}
			.row-navegacion ul.custom-nav &gt; li {
			    float: left;
			    width: 50%;
			    list-style: none;
			    position: relative;
			}
			.row-navegacion ul.custom-nav &gt; li a {
				font-size: 12px;
				line-height: 1;
			}
			.row-navegacion ul.custom-nav &gt; li a .nav-boton, 
			.row-navegacion ul.custom-nav &gt; li a .nav-title,
			.row-navegacion ul.custom-nav &gt; li span.nav-title.disabled {
			    display: block;
			    font-family: 'Oswald', sans-serif;
			}
			.row-navegacion ul.custom-nav &gt; li a .nav-boton {
				font-size: 14px;
				font-weight: 400;
				margin-bottom: 4px; 
			}
			.row-navegacion ul.custom-nav &gt; li a .nav-title {
				font-size: 14px;
				color: #24570a;
			}
			.row-navegacion ul.custom-nav &gt; li span.nav-title.disabled {
				font-size: 14px;
				line-height: 1;
			}
			.row-navegacion ul.custom-nav &gt; li a:hover .nav-boton,
			.row-navegacion ul.custom-nav &gt; li a:hover .nav-title,
			.row-navegacion.with-image ul.custom-nav &gt; li:hover a::before {
				color: #7d7e7d;
			}

			.row-navegacion ul.custom-nav &gt; li:nth-child(1) {text-align: left;}
			.row-navegacion ul.custom-nav &gt; li:nth-child(2) {text-align: right;}
			.row-navegacion ul.custom-nav &gt; li:nth-child(1) {padding-right:10px;}
			.row-navegacion ul.custom-nav &gt; li:nth-child(2) {padding-left:10px;}
			
				/* Navegacion posts */
				.row-navegacion.with-image ul.custom-nav &gt; li {width:100%;}
				.row-navegacion.with-image ul.custom-nav &gt; li {
					padding-left: 0;
					padding-right: 0;
				}
				.row-navegacion.with-image ul.custom-nav &gt; li a {position: relative;}

				@media all and (min-width: 768px) {
					.row-navegacion.with-image ul.custom-nav &gt; li {
						width: 48%;
						min-height: 80px;
					}
					.row-navegacion.with-image ul.custom-nav &gt; li:nth-child(1) {
						margin-right: 4%;
					}
					.row-navegacion ul.custom-nav &gt; li a .nav-title {font-size: 16px;}
					.row-navegacion ul.custom-nav &gt; li a .nav-boton {margin-bottom: 0;}
				}


		/* SHARE */
		.share {
			margin-bottom: 40px;
		}
		.share-title {
			display: inline-block;
			margin-bottom: 0;
			font-size: 26px;
			vertical-align: middle;
			color: #24570a;
			margin-right: 10px;
		}
		.share-title + .rrss-wrapper {
		    display: inline-block;
		}
		@media all and (max-width: 767px) {
			.share-title + .rrss-wrapper {
				display: inline-block;
				margin-top:20px;
			}
		}
		.share .fa-circle {color:#81d4c6;}
		.share a:hover .fa-circle {color:#24570a;}
		.share .fa-circle + .fa {color:#fff;}

	 	/* COMENTARIOS */
	 	.row-comentarios .comment-reply-title {
	 		font-family: 'Oswald', sans-serif;
	 		font-size: 30px;
	 		margin-bottom: 20px;
	 		color:#24570a;
	 	}
	 	.row-comentarios input:not([type="submit"]):not([type="checkbox"]), .row-comentarios textarea {
		    width: 100%;
		    padding: 6px 10px;
		    border: 1px solid #ccc;
		}
		.row-comentarios input[type="submit"] {
			font-size: 16px;
		}
		.mc4wp-checkbox-wp-comment-form input {
		    margin-right: 6px;
		    vertical-align: middle;
		}
	 	/* Comentarios */
	 		#respond {position: relative;padding-top:140px;top: -140px;}
	 		ul.children {padding-left: 40px;}
	 		.commentlist li.bypostauthor .comment-body {background-color: #e2f3f1;}
		 	.comment-respond {margin-bottom: 100px;}
		 	.comment-respond input:not([type="submit"]):not([type="checkbox"]), .comment-respond textarea {
				background-color: transparent;
				color: #333;
				padding: 12px 15px;
				width: 100%;
				line-height: 1.4;
				font-size: 16px;
		 	}
		 	.commentlist {
		 		padding-left: 0;
		 		margin: 40px auto 80px;
		 	}
		 	.commentlist li {
		 		list-style: none;
		 	}
		 	.commentlist li .comment-body {
		 		margin-bottom: 30px;
		 		padding: 20px;
				background-color: #f7f7f7;	
		 	}
		 	.commentlist .comment-author .fn {
		 		font-weight: bold;
		 	}
			.commentlist .comment-meta.commentmetadata {
			    font-size: 13px;
			    margin: 5px auto 20px;
			    border-bottom: 1px solid #fff;
			    padding-bottom: 10px;
			}
			.comment img.avatar {
			    margin-right: 5px;
			    vertical-align: middle;
			    margin-bottom: 2px;
			}


/* Text styles */
.fs-6, .fs-xl {font-size: 30px;line-height: 1.1;}
.fs-5, .fs-lg {font-size:24px;line-height: 1.2;}
.fs-4, .fs-md2 {font-size:20px;line-height: 1.2;}
.fs-3, .fs-md {font-size:18px;line-height: 1.2;}
.fs-17 {font-size:14px;line-height: 1.1;}
.fs-2, .fs-sm {font-size:15px;line-height: 1.1;}
.fs-1, .fs-xs {font-size:12px;line-height: 1.1;}
.fw-300 {font-weight:300;}
.fw-400 {font-weight:400;}
.fw-500 {font-weight:500;}
.fw-600 {font-weight:600;}
.color-primario {color:#24570a;}
.color-secundario {color:#58585a;}
.color-blanco {color:#fff;}
.justify {text-align: justify;}
h2 [class*="fs-"], h3 [class*="fs-"], h4 [class*="fs-"] {font-weight: 600;}

/* VC elements */
	@media all and (max-width: 767px) {
		.vc_row.vc_column-gap-35&gt;.vc_column_container {padding-bottom: 0;padding-top:0;}
	}
	/* Latest posts */
	.ca-posts {margin:0;padding:0;overflow: auto;}
	.ca-posts .ca-posts-item {display:inline-block;margin-left:0;margin-bottom:30px;padding:0;float:left;}
	.content_holder ul &gt; li.ca-posts-item {margin-bottom: 30px;}
	.ca-posts .ca-posts-item::before {display: none;}
	.ca-posts--meta {
		margin-bottom: 5px;
		font-size: 20px;
		font-weight: 400;
		color:#000;
	} 
	.ca-posts--title {margin:0 auto 15px;}
	.ca-posts--title a {
		display: block; 
		font-size: 20px; 
		font-weight: 800;
		line-height: 1.2; 
	}
	.ca-posts--excerpt {font-size: 15px; margin-bottom:0;color:#000;}
	.ca-posts--excerpt p {line-height:1.2;}
	.ca-posts--excerpt p:last-of-type {margin-bottom: 10px;}
	.ca-posts--excerpt .leer-mas {font-size:16px;margin-bottom: 0;font-weight: 700;}
	@media all and (min-width: 768px) {
		li.ca-posts-item {
			width: 32%;
		}
		li.ca-posts-item:not(:nth-of-type(3n)) {
			margin-right: 2%;
		}
	}

	/* Acordeon */
		.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
			border: 0;
		}
		.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
			-ms-transform: rotate(270deg) translateY(25%) !important; 
			transform: rotate(270deg) translateY(25%) !important;
			border-color: #24570a !important;

		}
		.wpb-js-composer .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
		    -ms-transform: rotate(0deg) translateY(25%) !important;
		    transform: rotate(0deg) translateY(25%) !important;
		}
		.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title&gt;a {
		    font-size: 16px;
		    color: #000 !important;
		    padding: 9px 20px 9px 46px;
		}

/* Shortcodes */
	/* Titulos */
	.text-heading .text-heading--titulo,
	.box-text .box-text--titulo {
		font-weight:600;
		color:#24570a;
		margin-bottom: 0;
	}
	.dark .text-heading .text-heading--titulo,
	.dark .box-text .box-text--titulo,
	.dark .box-text .box-text--content p,
	.dark .box-text .box-text--content a {color:#fff;}

	.box-text .box-text--titulo small {
		font-size: 20px;
		margin-bottom: 10px;
		display: inline-block;
	}	
	.text-heading--subtitulo{
		font-size:20px;
		line-height:1.2;
		font-weight:400;
		color:#000;
	}
	.dark .text-heading--subtitulo {color: #fff;}

	.text-heading .text-heading--titulo.fs-1,
	.box-text .box-text--titulo.fs-1 {font-size: 12px;}
	.text-heading .text-heading--titulo.fs-2,
	.box-text .box-text--titulo.fs-2 {font-size: 15px;}
	.text-heading .text-heading--titulo.fs-3,
	.box-text .box-text--titulo.fs-3 {font-size: 18px;}
	.text-heading .text-heading--titulo.fs-4,
	.box-text .box-text--titulo.fs-4 {font-size: 20px;}
	.text-heading .text-heading--titulo.fs-5,
	.box-text .box-text--titulo.fs-5 {font-size: 20px;}
	.text-heading .text-heading--titulo.fs-6,
	.box-text .box-text--titulo.fs-6 {font-size: 30px;}
	@media all and (min-width: 768px) {
		.text-heading .text-heading--titulo.fs-1,
		.box-text .box-text--titulo.fs-1 {font-size: 12px;}
		.text-heading .text-heading--titulo.fs-2,
		.box-text .box-text--titulo.fs-2 {font-size: 15px;}
		.text-heading .text-heading--titulo.fs-3,
		.box-text .box-text--titulo.fs-3 {font-size: 18px;}
		.text-heading .text-heading--titulo.fs-4,
		.box-text .box-text--titulo.fs-4 {font-size: 22px;}
		.text-heading .text-heading--titulo.fs-5,
		.box-text .box-text--titulo.fs-5 {font-size: 26px;}
		.text-heading .text-heading--titulo.fs-6,
		.box-text .box-text--titulo.fs-6 {font-size: 35px;}
	}
	@media all and (min-width: 992px) {
		.text-heading .text-heading--titulo.fs-1,
		.box-text .box-text--titulo.fs-1 {font-size: 12px;}
		.text-heading .text-heading--titulo.fs-2,
		.box-text .box-text--titulo.fs-2 {font-size: 15px;}
		.text-heading .text-heading--titulo.fs-3,
		.box-text .box-text--titulo.fs-3 {font-size: 18px;}
		.text-heading .text-heading--titulo.fs-4,
		.box-text .box-text--titulo.fs-4 {font-size: 25px;}
		.text-heading .text-heading--titulo.fs-5,
		.box-text .box-text--titulo.fs-5 {font-size: 30px;}
		.text-heading .text-heading--titulo.fs-6,
		.box-text .box-text--titulo.fs-6 {font-size: 40px;}
	}

	/* Box section */
		.box-section {position: relative;}
		.box-section .box-section-title a:hover, .box-section .box-section-title a:focus {text-decoration: none;}
		.box-section .box-section-title {
			font-size: 20px;
		}
		.box-section img {
			margin-bottom: 15px;
			opacity: 1;
			display: block;
		}
		.box-section img:hover {
			opacity: 0.85;
		}
		.box-section .box-section--content {
		    padding:0 20px;
		}


	/* Listado orden */
	.listado-orden {
		margin:0;
		padding: 0;
	}
	.listado-orden li {
		list-style: none;
		position: relative;
		margin-bottom: 25px; 
	}
	.listado-orden .orden {
		position: absolute;
		left: 0;
		width: 100px;
		border: 1px solid #ccc;
		font-size: 56px;
		font-weight: 600;
		line-height: 100px;
		color: #24570a;
		text-align: center;
	}
	.listado-orden .contenido {
		padding-left: 115px;
		text-align: justify;
	}
	.listado-orden .contenido p:not(.title) strong {
		color: #666;
	}
	.listado-orden .contenido .title {
		margin-bottom: 0;
		font-size: 24px;
		font-weight: 600;
		line-height: 1.2;
		color: #000;
	}
 
	/* RRSS */
	ul.rrss-wrapper {
		padding-left: 0;
	}
	ul.rrss-wrapper &gt; li {
	    list-style: none;
	    display: inline-block;
	    margin: 0 auto;
	    margin-right: 25px;
	}
	ul.rrss-wrapper &gt; li a:hover i[class^="flaticon-"],
	ul.rrss-wrapper &gt; li a:focus i[class^="flaticon-"] {
		background-color: #000000;
	}
	ul.rrss-wrapper &gt; li i[class^="flaticon-"] {
	    background-color: #24570a;
	    line-height: 50px;
	    display: inline-block;
	    width: 50px;
	    height: 50px;
	    text-align: center;
	    border-radius: 50%;
	    color: #fff;
	    font-weight: normal;
	}
	ul.rrss-wrapper &gt; li i::before {
		margin-left: 0;
	    font-size: 24px;
	}

 /* PIE CONTACTO */
	.row-contacto {

	}
	.row-contacto form a {color:#000;font-weight:inherit;text-decoration: underline;}
	.row-contacto form a:hover, .row-contacto a:focus {color:#333;text-decoration: underline;}
	.row-contacto .wpcf7-form {
	    background-color: #24570a;
	    padding: 20px;
	    color:#000;
	}
	.row-contacto input:not([type="checkbox"]):not([type="submit"]),
	.row-contacto textarea {
		border:1px solid #000;
		padding:8px 10px;
		font-size: 15px;
	}
	.row-contacto [class^="col-"] {margin-bottom: 20px;}
	.row-contacto input, .row-contacto textarea, .row-contact select {
		max-width: 100%;
	}
	.row-contacto input:not([type="submit"]):not([type="checkbox"]), .row-contacto textarea, .row-contacto select {
		width: 100%;
		color:#000;
	}
	.row-contacto select {padding: 8px;border: 0;color:#888;background-color: #fff;}
	.row-contacto input[type="file"] {padding-left: 0;padding-right: 0;}
	.row-contacto .aceptacion {
		font-size: 14px;
		line-height: 1;
		vertical-align: middle;
		margin-top: -3px;
		margin-right: 2px;
	}

	.row-contacto input[type="submit"] {
		border: 0;
		padding: 5px 10px;
		margin-bottom: 0;
		font-weight: 600;
		min-width: 190px;
		font-size: 24px;
		text-transform: uppercase;
	}
	.row-contacto.dark input[type="submit"] {background-color:#000;}
	.row-contacto.dark input[type="submit"]:hover,.row-contacto.dark input[type="submit"]:focus {background-color:#fff;}
	.col-100.submit {margin-bottom: 0; text-align: right;}
	.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {margin-top:30px;}

	@media all and (min-width: 540px) {
		.col-50 {
			width:49%;
			float: left;
		}
		.col-50:not(.last) {
			margin-right: 2%;
		}
	}
	
/* Legal */
.row-textos-legales h3 {color:#000;font-weight: 600;}
.row-textos-legales p {text-align: justify;}
.firma-lopd {text-align:center !important;}
.firma-lopd p {margin-bottom:0!important;margin-top:50px;text-align:center !important;}
.version-lopd {font-size:8pt; color:#666; text-align:center;}
#proteccion-datos, #cookies, .ca-anchor {top: -180px;position: relative;}




 /* Transitions &amp;&amp; Effects */

.hover-effect img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ &amp; Safari 6+ */
  opacity: 0.4;
}

.hover-effect img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;	
	background: rgba(22, 147, 152, 0.3);
	opacity: 0;
}
.overlay:hover,
.overlay:focus {
	opacity: 1;
}

.box-section img, .overlay, .boton, .image-viewer, .backtop, .site-menu {
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-webkit-transform: translateZ(0);
}


/************************************************************/
/*	RESPONSIVE 												*/
/************************************************************/

@media all and (max-width: 767px){
	#header .logo .custom-logo-link {max-width:300px;}
	a.prettyphoto {display: none !important;}
}
@media all and (max-width:480px){
	#header .logo .custom-logo-link {max-width:280px;}
	.site-header .menu-wrapper .top-menu &gt; li br {display: none;}
	.nota-aceptacion {font-size: 13px;}
}


@media all and (min-width:481px){
	.site-header .menu-wrapper .top-menu &gt; li.num {padding-left:40px;}
	.site-header .menu-wrapper .top-menu &gt; li.whatsapp {border-right:2px solid #9f195b;}
	.site-header .menu-wrapper .top-menu &gt; li, .site-header .menu-wrapper .top-menu &gt; li span {font-size:20px;}
	.site-header .menu-wrapper .top-menu &gt; li span {padding-left:0;}
	.text-heading--subtitulo {font-size:26px;}

	/* Text styles */
	.fs-6, .fs-xl {font-size: 40px;}
	.fs-5, .fs-lg {font-size:30px;}
	.fs-4, .fs-md2 {font-size: 25px;}
	.fs-3, .fs-md {font-size:20px;}
	.fs-2, .fs-sm {font-size:15px;}
	.fs-17 {font-size:17px;}
	.fs-1, .fs-xs {font-size:12px;}
	.fw-300 {font-weight:300;}
	.fw-400 {font-weight:400;}
	.fw-500 {font-weight:500;}
	.fw-600 {font-weight:600 !important;}
}
@media all and (min-width:768px){
	.responsive-menu-button {top: 62px !important;}
	/* Paddings &amp; Margins */
	.padding-top-1x {padding-top:20px;}	
	.padding-top-2x {padding-top:30px;}	
	.padding-top-3x {padding-top:40px;}	
	.padding-top-4x {padding-top:60px;}	
	.padding-top-5x {padding-top:80px;}
	.padding-top-6x {padding-top:100px;}	
	.padding-bottom-1x {padding-bottom:20px;}	
	.padding-bottom-2x {padding-bottom:30px;}	
	.padding-bottom-3x {padding-bottom:40px;}	
	.padding-bottom-4x {padding-bottom:60px;}
	.padding-bottom-5x {padding-bottom:80px;}
	.margin-top-1x {margin-top:20px;}	
	.margin-top-2x {margin-top:30px;}	
	.margin-top-3x {margin-top:40px;}	
	.margin-top-4x {margin-top:60px;}	
	.margin-top-5x {margin-top:80px;}	
	.margin-bottom-1x {margin-bottom:20px;}	
	.margin-bottom-2x {margin-bottom:30px;}	
	.margin-bottom-3x {margin-bottom:40px;}	
	.margin-bottom-4x {margin-bottom:60px;}
	.margin-bottom-5x {margin-bottom:80px;}	

	#header .logo {margin-bottom: 0;}
	.site-header .menu-wrapper .top-menu {text-align:right;}

	.text-heading.left {text-align:left;}
	.text-heading.right {text-align:right;}
	.text-heading.center {text-align:center;margin-left: auto;margin-right: auto;}
	.text-heading.left hr {margin:15px auto 15px 0;}
	.text-heading.right hr {margin:15px 0 15px auto;}

	/* Gutter */ 
	.gutter-sm .vc_column-inner {padding-right:30px;padding-left:30px;}
	.gutter-sm .vc_column_container:not(.vc_col-sm-12):first-child .vc_column-inner {padding-right:30px;padding-left:15px;}
	.gutter-sm .vc_column_container:not(.vc_col-sm-12):last-child .vc_column-inner {padding-left:30px;padding-right:15px;}
}

@media all and (min-width:992px){
	#header {position:fixed;}
	#header .menu-wrapper .menu li:last-of-type .sub-menu {left:auto;right:0;}
	#page {padding-top:141px;}

	/* Paddings &amp; Margins */
	.padding-top-1x {padding-top:20px;}	
	.padding-top-2x {padding-top:40px;}	
	.padding-top-3x {padding-top:60px;}	
	.padding-top-4x {padding-top:80px;}	
	.padding-top-5x {padding-top:100px;}
	.padding-top-6x {padding-top:120px;}	
	.padding-bottom-1x {padding-bottom:20px;}	
	.padding-bottom-2x {padding-bottom:40px;}	
	.padding-bottom-3x {padding-bottom:60px;}	
	.padding-bottom-4x {padding-bottom:80px;}
	.padding-bottom-5x {padding-bottom:100px;}
	.margin-top-1x {margin-top:20px;}	
	.margin-top-2x {margin-top:40px;}	
	.margin-top-3x {margin-top:60px;}	
	.margin-top-4x {margin-top:80px;}	
	.margin-top-5x {margin-top:100px;}	
	.margin-bottom-1x {margin-bottom:20px;}	
	.margin-bottom-2x {margin-bottom:40px;}	
	.margin-bottom-3x {margin-bottom:60px;}	
	.margin-bottom-4x {margin-bottom:80px;}
	.margin-bottom-5x {margin-bottom:100px;}	

	/* Slider */ 
	.row-slider {margin-bottom: 0;}

	/* Text styles */
	/* Lists styles */
	.list-type2 ul &gt; li {
		font-size:16px;
	}
	.list-type2 ul &gt; li::before {
		line-height: 18px;
	}
	#footer #copyright p {margin-bottom:0;display:inline;}
	#footer #copyright p:not(:last-of-type)::after{content:"-";padding-left:12px;padding-right:8px;}
	#footer #copyright .legal {text-align:left;}
	#footer #copyright .logos {text-align:right;margin-top:0;}
}

@media all and (min-width:1200px){
	#page {padding-top:173px;}
	/* Menu header */
	.site-header .menu-wrapper .top-menu &gt; li {font-size:32px;}
	.site-header .menu-wrapper .top-menu &gt; li span {font-size:30px;}
	/* Text styles */
	.text-heading .text-heading--titulo.grande{
		font-size: 95px;
		line-height: 95px;
	}
	/* Lists styles */
	.list-type2 ul &gt; li {
		font-size:20px;
	}
	.list-type2 ul &gt; li::before {
		line-height: 26px;
	}
	#footer #copyright p {font-size: 16px;}	
} 

/* Carousel */
.owl-ca-theme .owl-ca-controls .owl-ca-page span {
	width: 16px;
	height: 16px;
	margin: 5px;
}    

/* Cookies */
#cookie-law-info-bar {padding: 5px 10px;}

/* Prettyphoto */
div.pp_pic_holder {z-index: 100000;}
body div.pp_default .pp_description {font-size:18px;padding:10px 0;margin:0;text-align:center;}
body div.pp_default .pp_content_container .pp_right,
body div.pp_default .pp_content,
body div.pp_default .pp_content_container .pp_left {background:none;}
body div.pp_default .pp_top,
body div.pp_default .pp_bottom,
body div.pp_default .pp_nav,
body .pp_gallery, 
body div.pp_default .pp_expand,
body div.pp_default .pp_close,
body div.pp_details {display:none !important;}
body a.pp_next, body a.pp_previous {background:none;}
body div.pp_default .pp_content_container .pp_details {margin:0;padding:10px 0;background-color:rgba(0,0,0,0.7);color:white;}

[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	font-weight: normal;
}

h2.box-section-title a,
.box-section--content a {color:#000!important;}</pre></body></html>