/*!
Theme Name: SGSE
Theme URI: http://underscores.me/
Author: Jose Hohmann
Author URI: https://hohmann.cl
Description: Tema para SGSE
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sgse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SGSE is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@font-face {
    font-family: 'Favorit Light Mono';
    src: url('fonts/Favorit-LightMono.eot');
    src: url('fonts/Favorit-LightMono.eot?#iefix') format('embedded-opentype'),
        url('fonts/Favorit-LightMono.woff2') format('woff2'),
        url('fonts/Favorit-LightMono.woff') format('woff'),
        url('fonts/Favorit-LightMono.ttf') format('truetype'),
        url('fonts/Favorit-LightMono.svg#Favorit-LightMono') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Favorit';
    src: url('fonts/Favorit-Light.eot');
    src: url('fonts/Favorit-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Favorit-Light.woff2') format('woff2'),
        url('fonts/Favorit-Light.woff') format('woff'),
        url('fonts/Favorit-Light.ttf') format('truetype'),
        url('fonts/Favorit-Light.svg#Favorit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Favorit';
    src: url('fonts/Favorit-Medium.eot');
    src: url('fonts/Favorit-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Favorit-Medium.woff2') format('woff2'),
        url('fonts/Favorit-Medium.woff') format('woff'),
        url('fonts/Favorit-Medium.ttf') format('truetype'),
        url('fonts/Favorit-Medium.svg#Favorit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Surt Light Extended';
    src: url('fonts/Surt-Extended-Regular.otf');
    src: url('fonts/Surt-Extended-Regular.otf?#iefix') format('embedded-opentype'),
        url('fonts/Surt-Extended-Regular.woff2') format('woff2'),
        url('fonts/Surt-Extended-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.alignfull{
	width: 100%;
	max-width: inherit;
}
/**SGSE**/
body {
	font-family: 'Favorit';
	font-weight: 300;
	margin-bottom: 0px;
	background-color: #f4f0de;
	overflow-x: hidden;
}
H1, h1, H2, h2, H3, h3, H4, h4, H5, h5, H6, h6{
	font-family: 'Favorit';

}
.site-header{
	
}
.site-header .container-fluid .row{
	position: relative;
	border-bottom: 1px solid #2b1a16;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.site-branding img{
	width: 215px;
	margin-top: 15px;
	margin-left: 15px;
}
.btn-menu{
	font-family: 'Surt Light Extended';
    font-size: 15px;
    line-height: 33px;
    text-transform: uppercase;
    color: #f4f0de;
    width: 600px;
    height: 33px;
    display: block;
    margin: 0 auto;
    background-color: #2b1a16;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 42px;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
}
.btn-menu:hover, .btn-menu:visited{
	color: #f4f0de;
}
/*Hero*/
#hero .row{
	padding-bottom: 30px;
	border-bottom: 1px solid #2b1a16;
}
#hero img{
	border-radius: 10px;
	overflow: hidden;
}
/* Estilos para hero slideshow */
.hero-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-slideshow .slide img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-slideshow .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.hero-slideshow .slick-dots li button:before {
    color: white;
    font-size: 12px;
    opacity: 0.6;
}

.hero-slideshow .slick-dots li.slick-active button:before {
    opacity: 1;
}

.hero-slideshow .slick-prev,
.hero-slideshow .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
}

.hero-slideshow .slick-prev:hover,
.hero-slideshow .slick-next:hover {
    background: rgba(0,0,0,0.8);
}

/* Estilos para video hero */
.hero-video-container {
    position: relative;
    width: 100%;
}

.hero-video {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-slideshow .slick-prev,
    .hero-slideshow .slick-next {
        width: 30px;
        height: 30px;
    }
}
/**/
#tag{
	padding-top: 30px;
}
section .tag-line{
	font-family: 'Surt Light Extended';
	font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
	font-size: 14px;
	text-align: center;
	color: #2b1a16;
	display: block;
	width: 100%;
}
#tag p{
	font-family: 'Surt Light Extended';
	font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
	font-size: 34px;
	line-height: 38px;
	text-align: center;
	color: #2b1a16;
	padding: 0 10px;
}
#tag article{
	border-bottom: 1px solid #2b1a16;
	padding-bottom: 60px;
	margin-bottom: 15px;
	text-align: center;
}
.btn{
	font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block !important;
    margin: 0 auto !important;
    background-color: #2b1a16;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
}
.btn:hover, .btn:visited{
	color: #f4f0de;
	background-color: #2b1a16;
}
#novedades .tag-line{
	font-family: 'Surt Light Extended';
	font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
	font-size: 14px;
	text-align: center;
	color: #2b1a16;
	display: block;
	width: 100%;
}
section h3{
	font-family: 'Surt Light Extended';
	font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
	font-size: 35px;
	color: #2b1a16!important;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 60px;
}
#novedades{

}
#novedades .row:last-child{
	border-bottom: 1px solid #2b1a16;
	padding-bottom: 60px;
}
#novedades a.item{
	text-decoration: none;
	display: block;
}
#novedades .item{
	border-radius: 10px;
	overflow: hidden;
	background-color: rgb(242,235,135);
}
#novedades .item:hover{
	background-color: rgb(40 27	23);
	color:white;
}
#novedades .item h4{
	font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 15px;
    color: #2b1a16;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0px;
    margin: 0;
}
#novedades .item:hover h4{
	color: white;
}

#novedades .item img{
	border-radius: 10px;
	overflow: hidden;
}

#bio{
	padding-top: 15px;
	text-align: center;
}
#bio .row:last-child{
	border-bottom: 1px solid #2b1a16;
	padding-bottom: 60px;
}
#bio p{
	font-family: 'Surt Light Extended';
	font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
	font-size: 33px;
	line-height: 38px;
	text-align: center;
	color: #2b1a16;
	padding: 0 10px;
}
#obras{
	padding-top: 15px;
}
#obras .row:last-child{
	border-bottom: 1px solid #2b1a16;
	padding-bottom: 60px;
}
#obras a.item{
	text-decoration: none;
	display: block;
}
#obras .item{
	border-radius: 10px;
	overflow: hidden;
	background-color: rgb(242,235,135);
}
#obras .item:hover{
	background-color: rgb(40 27	23);
	color:white;
}
#obras .item h4{
	font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 15px;
    color: #2b1a16;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0px;
    margin: 0;
}
#obras .item:hover h4{
	color: white;
}
#exhibiciones{
	text-align: center;
	padding-top: 15px;
}
#exhibiciones a.item{
	text-decoration: none;
	display: block;
}
#exhibiciones .item{
	border-radius: 10px;
	overflow: hidden;
	background-color: rgb(242,235,135);
}
#exhibiciones .item:hover{
	background-color: rgb(40 27	23);
	color:white;
}
#exhibiciones .item h4{
	font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 15px;
    color: #2b1a16;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 20px 0px;
    margin: 0;
}
#exhibiciones .item:hover h4{
	color: white;
}
#exhibiciones .btn{
	margin-top: 60px!important;
	margin-bottom: 45px!important;
}
/* Estilos para carruseles */
.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-wrapper {
    overflow: hidden;
    margin: 0 auto;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    flex: 0 0 33.333333%;
    min-width: 33.333333%;
    padding: 0 15px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

/* Responsive: tablets */
@media (max-width: 768px) {
    .carousel-slide {
        flex: 0 0 50%;
        min-width: 50%;
    }
}

/* Responsive: móviles */
@media (max-width: 576px) {
    .carousel-slide {
        flex: 0 0 100%;
        min-width: 100%;
    }
}

/* Dots de navegación */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
    padding: 10px 0;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2b1a16;
    opacity: .7;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.carousel-dot:hover {
    background-color: #999;
}

.carousel-dot.active {
    background-color: #2b1a16;
    opacity: 1;
    transform: scale(1.2);
}

/* Estilos para los botones de navegación del carrusel */
.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    padding: 0;
    background: transparent;
    color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.carousel-nav:hover {
    
}

.carousel-prev {
    left: 30px;
    background-image: url(https://archivo.santiagogarciasaenz.com/themes/asgs_theme/assets/pawtucket/graphics/icn-prev.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.carousel-next {
    right: 30px;
    background-image: url(https://archivo.santiagogarciasaenz.com/themes/asgs_theme/assets/pawtucket/graphics/icn-next.svg);
    background-repeat: no-repeat;
    background-position: right;
}

/* Mejoras para touch */
.carousel-track {
    cursor: grab;
    user-select: none;
}

.carousel-track:active {
    cursor: grabbing;
}

/* Estilos para los dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease;
}

.carousel-dot.active {
    background: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .carousel-nav {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

/*fix*/
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus{
	box-shadow: none!important;
}
.form-control{
	box-shadow: none!important;
}
/*footer*/
.site-footer a{
	color: #2b1a16!important;
    text-decoration: none!important;
}
.site-footer  .icon{
	width: 20px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}
.site-footer{
	font-family: 'Favorit Light Mono'!important;
	background-color: #F4EC77;
	color: #2b1a16;
	font-size: 14px;
	margin-top: 30px;
}
.site-footer p{
	font-family: 'Favorit Light Mono'!important;
	font-size: 15px!important;
	line-height: 1.2;
	color: #2b1a16;
}
figure{
	display: block;
	margin: 0;
}
.wp-block-spacer {
    clear: both;
}
.gb-container-edeae54e > .gb-inside-container {
    padding: 20px;
    max-width: 93%;
    margin-left: auto;
    margin-right: auto;
}
.site-footer hr {
    background-color: rgba(0,0,0,.1);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.footer-brand{

}
.footer-brand img{
	width: 180px;
    margin-bottom: 20px;
}
.wp-block-separator {
    border-top: 1px solid!important;
    border-bottom: 1px solid!important;
}
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}
.gb-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.gb-grid-wrapper-6409c486 {
    margin-left: 0px;
}
.gb-grid-column {
    box-sizing: border-box;
}
.gb-grid-wrapper > .gb-grid-column-362d33f7 {
    width: 20%;
}
.gb-grid-wrapper-6409c486 > .gb-grid-column {
    padding-left: 0px;
    padding-bottom: 0px;
}
.gb-grid-wrapper > .gb-grid-column > .gb-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    justify-content: flex-end;
}
.gb-container-362d33f7 > .gb-inside-container {
    padding: 5px 0 0;
}
.wp-block-image {
    margin: 0 0 1em;
}
.gb-grid-wrapper .wp-block-image {
    margin-bottom: 0;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: table;
}
.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.gb-grid-wrapper > .gb-grid-column-93736be8 > .gb-container {
    justify-content: flex-start;
}
.gb-container-93736be8 > .gb-inside-container {
    padding: 10px 0 0;
}
.gb-grid-wrapper > .gb-grid-column-93736be8 {
    width: 33.33%;
}
.gb-grid-wrapper-6409c486 > .gb-grid-column {
    padding-left: 0px;
    padding-bottom: 0px;
}
.gb-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    clear: both;
}
.gb-button-wrapper .gb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s border-color ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
}
.gb-button-wrapper a.gb-button-14e62ae7, .gb-button-wrapper a.gb-button-14e62ae7:visited {
    color: #000000;
    padding-right: 6px;
    display: inline-flex;
    align-items: center;
}
.gb-button-wrapper a.gb-button-ee458b4b, .gb-button-wrapper a.gb-button-ee458b4b:visited {
    color: #000000;
    padding-right: 6px;
    padding-left: 6px;
    display: inline-flex;
    align-items: center;
}
.gb-button-wrapper a.gb-button-fa0e69d7, .gb-button-wrapper a.gb-button-fa0e69d7:visited {
    color: #000000;
    padding-left: 6px;
    display: inline-flex;
    align-items: center;
}
a.gb-button-ee458b4b .gb-icon {
    font-size: 1.5em;
}
a.gb-button-fa0e69d7 .gb-icon {
    font-size: 1.5em;
}
.gb-icon {
    display: inline-flex;
    line-height: 0;
}
a.gb-button-14e62ae7 .gb-icon {
    font-size: 1.5em;
}
.gb-button-wrapper .gb-button .gb-icon {
    align-items: center;
}
.gb-icon svg {
    height: 1.2em;
    width: 1.2m;
    fill: currentColor;
}
.gb-grid-wrapper > .gb-grid-column-5b4e8a9e {
    width: 20%;
}
.gb-grid-wrapper-6409c486 > .gb-grid-column {
    padding-left: 0px;
    padding-bottom: 0px;
}
.gb-grid-wrapper > .gb-grid-column-6ef89c51 {
    width: 20%;
}
.gb-grid-wrapper > .gb-grid-column > .gb-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.gb-grid-wrapper-6409c486 > .gb-grid-column {
    padding-left: 0px;
    padding-bottom: 0px;
}
gb-container-6ef89c51 {
    text-align: left;
}
.gb-container-6ef89c51 > .gb-inside-container {
    padding: 5px 0 0;
}
.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
/*heredado web*/
.gb-container .wp-block-image img {
    vertical-align: middle;
}

.gb-container .gb-shape {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    line-height: 0;
}

.gb-container .gb-shape svg {
    fill: currentColor;
}

.gb-container-1f117a0d {
    background-image: url(https://hachegaleria.com/wp-content/uploads/2022/04/Universo-proximo-proceso.-Hache-Galeria-Buenos-Aires-Argentina-2022.-Fotografia-Ignacio-Iasparra_01-1024x662.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gb-container-1f117a0d > .gb-inside-container {
    padding: 148px 0;
}

.gb-container-1f117a0d.gb-has-dynamic-bg {
    background-image: var(--background-url);
}

.gb-container-1f117a0d.gb-no-dynamic-bg {
    background-image: none;
}

.gb-container-59f9f4bc {
    background-color: #ffffff;
    min-height: 160px;
    text-align: right;
}

.gb-container-59f9f4bc > .gb-inside-container {
    padding: 33px 37px 33px 23px;
}

.gb-grid-wrapper > .gb-grid-column-59f9f4bc {
    width: 40%;
}

.gb-container-07850266 > .gb-inside-container {
    padding: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gb-container-059838db {
    background-image: url(https://hachegaleria.com/wp-content/uploads/2022/10/Leticia-Obeid.-Tocar-el-velo-curaduria-Marcos-Kramer.-Hache-Galeria-Buenos-Aires-Argentina-2022.-Fotografia-Ignacio-Iasparra_13-scaled.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gb-container-059838db > .gb-inside-container {
    padding: 148px 0;
}

.gb-container-059838db.gb-has-dynamic-bg {
    background-image: var(--background-url);
}

.gb-container-059838db.gb-no-dynamic-bg {
    background-image: none;
}

.gb-container-0f852046 {
    background-color: #ffffff;
    min-height: 160px;
    text-align: left;
}

.gb-container-0f852046 > .gb-inside-container {
    padding: 33px 23px 33px 37px;
}

.gb-grid-wrapper > .gb-grid-column-0f852046 {
    width: 40%;
}

.gb-container-1931a1a6 {
    background-image: url(https://hachegaleria.com/wp-content/uploads/2022/06/DSC_940777.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gb-container-1931a1a6 > .gb-inside-container {
    padding: 148px 0;
}

.gb-container-1931a1a6.gb-has-dynamic-bg {
    background-image: var(--background-url);
}

.gb-container-1931a1a6.gb-no-dynamic-bg {
    background-image: none;
}

.gb-container-d4867325 {
    background-color: #ffffff;
    min-height: 160px;
    text-align: right;
}

.gb-container-d4867325 > .gb-inside-container {
    padding: 33px 37px 33px 23px;
}

.gb-grid-wrapper > .gb-grid-column-d4867325 {
    width: 40%;
}

.gb-container-90694427 {
    margin: 20px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    text-align: center;
}

.gb-container-90694427 > .gb-inside-container {
    padding: 5px 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gb-grid-wrapper > .gb-grid-column-90694427 > .gb-container {
    justify-content: center;
}

.gb-container-edeae54e > .gb-inside-container {
    max-width: 93%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

.gb-container-362d33f7 > .gb-inside-container {
    padding: 5px 0 0;
}

.gb-grid-wrapper > .gb-grid-column-362d33f7 {
    width: 20%;
}

.gb-container-93736be8 > .gb-inside-container {
    padding: 10px 0 0;
}

.gb-grid-wrapper > .gb-grid-column-93736be8 {
    width: 33.33%;
}

.gb-grid-wrapper > .gb-grid-column-93736be8 > .gb-container {
    justify-content: flex-start;
}

.gb-container-5b4e8a9e > .gb-inside-container {
    padding: 0;
}

.gb-grid-wrapper > .gb-grid-column-5b4e8a9e {
    width: 20%;
}

.gb-container-6ef89c51 {
    text-align: left;
}

.gb-container-6ef89c51 > .gb-inside-container {
    padding: 5px 0 0;
}

.gb-grid-wrapper > .gb-grid-column-6ef89c51 {
    width: 20%;
}

.gb-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.gb-grid-wrapper > .gb-grid-column > .gb-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gb-grid-column {
    box-sizing: border-box;
}

.gb-grid-wrapper .wp-block-image {
    margin-bottom: 0;
}

.gb-grid-wrapper-5d1b3214 {
    margin-left: 0px;
}

.gb-grid-wrapper-5d1b3214 > .gb-grid-column {
    padding-left: 30px;
}

.gb-grid-wrapper-7f76d107 {
    justify-content: flex-end;
    margin-left: -30px;
}

.gb-grid-wrapper-7f76d107 > .gb-grid-column {
    padding-left: 30px;
}

.gb-grid-wrapper-efd032b7 {
    margin-left: -30px;
}

.gb-grid-wrapper-efd032b7 > .gb-grid-column {
    padding-left: 30px;
}

.gb-grid-wrapper-6409c486 {
    margin-left: 0px;
}

.gb-grid-wrapper-6409c486 > .gb-grid-column {
    padding-left: 0px;
    padding-bottom: 0px;
}

.gb-icon {
    display: inline-flex;
    line-height: 0;
}

.gb-icon svg {
    height: 1em;
    width: 1em;
    fill: currentColor;
}

.gb-highlight {
    background: none;
    color: unset;
}

h2.gb-headline-d04875c9 {
    font-family: Merriweather, serif;
    text-align: left;
    margin-bottom: 0;
}

h4.gb-headline-c2e91a32 {
    font-family: Merriweather, serif;
    text-align: left;
    margin-bottom: 0;
}

h2.gb-headline-e971718e {
    font-family: Merriweather, serif;
    text-align: left;
    color: #444343;
    font-size: 25px;
    margin-bottom: 0;
}

h2.gb-headline-9d557e25 {
    font-family: Merriweather, serif;
    margin-bottom: 0;
}

h2.gb-headline-b2a54d1b {
    font-family: Merriweather, serif;
    margin-bottom: 0;
}

h2.gb-headline-ef97792d {
    font-family: Merriweather, serif;
    color: #444343;
    font-size: 25px;
    margin-bottom: 0;
}

h2.gb-headline-ffd1806d {
    font-family: Merriweather, serif;
    margin-bottom: 0;
}

h2.gb-headline-75e2f07e {
    font-family: Merriweather, serif;
    color: #444343;
    font-size: 25px;
    margin-bottom: 0;
}

p.gb-headline-16c05ba9 {
    font-size: 14px;
    margin-bottom: 0;
}

.gb-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    clear: both;
}

.gb-button-wrapper .gb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s border-color ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
}

.gb-button-wrapper .gb-button .gb-icon {
    align-items: center;
}

.gb-button-wrapper a.gb-button-ad1214fb,.gb-button-wrapper a.gb-button-ad1214fb:visited {
    padding: 0;
}

.gb-button-wrapper a.gb-button-4e369861,.gb-button-wrapper a.gb-button-4e369861:visited {
    padding: 0;
}

.gb-button-wrapper a.gb-button-5e595a19,.gb-button-wrapper a.gb-button-5e595a19:visited {
    padding: 0;
}

.gb-button-wrapper a.gb-button-14e62ae7,.gb-button-wrapper a.gb-button-14e62ae7:visited {
    color: #000000;
    padding-right: 6px;
    display: inline-flex;
    align-items: center;
}

.gb-button-wrapper a.gb-button-14e62ae7:hover,.gb-button-wrapper a.gb-button-14e62ae7:active,.gb-button-wrapper a.gb-button-14e62ae7:focus {
    color: #000000;
}

a.gb-button-14e62ae7 .gb-icon {
    font-size: 1.5em;
}

.gb-button-wrapper a.gb-button-ee458b4b,.gb-button-wrapper a.gb-button-ee458b4b:visited {
    color: #000000;
    padding-right: 6px;
    padding-left: 6px;
    display: inline-flex;
    align-items: center;
}

.gb-button-wrapper a.gb-button-ee458b4b:hover,.gb-button-wrapper a.gb-button-ee458b4b:active,.gb-button-wrapper a.gb-button-ee458b4b:focus {
    color: #000000;
}

a.gb-button-ee458b4b .gb-icon {
    font-size: 1.5em;
}

.gb-button-wrapper a.gb-button-fa0e69d7,.gb-button-wrapper a.gb-button-fa0e69d7:visited {
    color: #000000;
    padding-left: 6px;
    display: inline-flex;
    align-items: center;
}

.gb-button-wrapper a.gb-button-fa0e69d7:hover,.gb-button-wrapper a.gb-button-fa0e69d7:active,.gb-button-wrapper a.gb-button-fa0e69d7:focus {
    color: #000000;
}

a.gb-button-fa0e69d7 .gb-icon {
    font-size: 1.5em;
}

/*menu*/
#burger-menu-view {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(242,235,135);
  z-index: 1000;
  padding: 5px 30px;
  box-sizing: border-box;
  overflow: scroll;
}
#burger-menu-view.open {
  display: flex;
}
#top{
	width: 100%;
	height: 110px;
	border-bottom: 1px solid black;
	padding-bottom: 25px;
	margin-bottom: 10px;
	text-align: center;
}
#top .iso{
	width: 120px;
    position: absolute;
    left: 30px;
    top:12px;
}
#top #close{
	font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 15px;
	top: 45px;
    position: relative;
    color: rgb(40 27 23);
}
#top #close:hover, #top #close:visited{
	color: rgb(40 27 23);
}
#burger-menu-view .left, #burger-menu-view .center, #burger-menu-view .right {
  width: calc((100% - 1.3333333333rem - 1.3333333333rem) / 3);
  min-height: calc(100% - 100%);
  overflow: hidden;
}
#burger-menu-view .left {
  padding-left: 0;
  box-sizing: border-box;
  font-family: 'Surt Light Extended';
  font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
  font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
}
#burger-menu-view .left #burger-menu .burger-menu-item {
  display: block;
    text-decoration: none;
    font-size: 22px;
    line-height: normal;
    transition: color ease-in-out 0.2s;
    color: rgb(29 20 17);
    padding-left: 200px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#burger-menu-view .left #burger-menu .burger-menu-item.last{
	 border-bottom: 1px solid #1e1410;
}
#burger-menu-view .left #burger-menu .burger-menu-item.parent {
	margin-top: 0px;
    color: rgb(29 20 17);
    padding-left: 10px;
    font-size: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1e1410;
}
#burger-menu-view .left #burger-menu .burger-menu-item:visited {
  color: rgb(29 20 17);
}
#burger-menu-view .left #burger-menu .burger-menu-item:hover{
	background-color: #1e1410;
    color: #f4f0de;
    display: block;
    border-radius: 8px;
}
.burger-menu-item.parent.none{
	pointer-events: none;
}
#burger-menu-view .center {
  display: flex;
  flex-direction: column;
}
#burger-menu-view .center .chapnum {
	position: relative;
	overflow: hidden;
	margin-bottom: 0.6666666667rem;
	text-decoration: none;
}
#burger-menu-view .center .chapnum img {
	object-fit: cover;
    display: block;
    width: 100%;
    height: 740px;
    border-radius: 10px;
    overflow: hidden;
}
#burger-menu-view .center .chapnum h4 {
	font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 15px;
    color: #2b1a16;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0px;
    margin: 0;
}
#burger-menu-view .center .btn{
	width: 100%;
}

#burger-menu-view .right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgb(243	240	224);
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  padding-bottom: 0px;
}

/*--------------------------------------------------------------
# Newsletter Form - Menú
--------------------------------------------------------------*/
#burger-menu-view .newsletter {
    margin-bottom: 30px;
}

#burger-menu-view .newsletter .title {
    font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    color: #2b1a16;
    text-align: left;
}

#burger-menu-view .newsletter-form .pas-section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

#burger-menu-view .newsletter-form .pas-column {
    flex: 1;
    min-width: 100%;
}

#burger-menu-view .newsletter-form .pas-email {
    width: 100%;
    padding: 12px 15px;
    background-color: transparent;
    border: 2px solid #2b1a16;
    border-radius: 0;
    font-family: 'Favorit';
    font-size: 14px;
    color: #2b1a16;
}

#burger-menu-view .newsletter-form .pas-email:focus {
    outline: none;
    border-color: #2b1a16;
}

#burger-menu-view .newsletter-form .pas-email::placeholder {
    color:  #2b1a16;
}

/* Checkbox personalizado menú */
#burger-menu-view .newsletter-form .pas-optin {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

#burger-menu-view .newsletter-form .pas-optin input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: 2px 0 0 0;
    background-color: transparent;
    border: 2px solid #2b1a16;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

#burger-menu-view .newsletter-form .pas-optin input[type="checkbox"]:checked {
    background-color: #2b1a16;
}

#burger-menu-view .newsletter-form .pas-optin input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f4f0de;
    font-size: 12px;
    font-weight: bold;
}

#burger-menu-view .newsletter-form .pas-optin-text {
    font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 12px;
    line-height: 1.4;
    color: #2b1a16;
    margin: 0;
}

#burger-menu-view .newsletter-form .submit-text {
    width: 100%;
    text-align: center;
    background-color: #2b1a16;
    color: #f4f0de;
    border: none;
    padding: 5px 20px;
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 20px;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

#burger-menu-view .newsletter-form .submit-text:hover {
    background-color: #1e1410;
    transform: translateY(-2px);
}

#burger-menu-view .form-message {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    font-family: 'Favorit';
    font-size: 12px;
    display: none;
}

#burger-menu-view .form-message.success {
    display: block;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#burger-menu-view .form-message.error {
    display: block;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsive menú */
@media (max-width: 768px) {
    #burger-menu-view .newsletter-form .pas-section {
        flex-direction: column;
    }
    
    #burger-menu-view .newsletter .title {
        font-size: 30px;
    }
}


#burger-menu-view .right .contact {
  font-size: 1.3333333333rem;
  line-height: normal;
  margin-bottom: 0;
}
#burger-menu-view .right .contact .address {
  margin-bottom: 0;
  font-family: 'Surt Light Extended';
  font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
  font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
  font-size: 14px;
}
#burger-menu-view .right .contact a, #burger-menu-view .right .contact a:hover, #burger-menu-view .right .contact a:visited {
  text-decoration: none;
  color: rgb(29 20 17);
}

#burger-menu-view .right #close-burger {
  position: absolute;
  top: 1.6666666667rem;
  right: 1.3333333333rem;
  cursor: pointer;
}
#burger-menu-view .right img.logo-footer-menu {
  display: block;
  width: 200px;
  height: auto;
  margin-top: 60px;
}
#burger-menu-view .bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 2.6rem;
  font-size: 0.8rem;
  line-height: 1;
  margin-top: 0.6666666667rem;
}
@media (max-width: 1667px) {
	.btn-menu{
		top: 30px;
	}
	.site-branding img {
	    width: 170px;
	    margin-top: 15px;
	    margin-left: 15px;
	}
	#top{
		height: 90px;
	}
	#top .iso {
	    width: 94px;
	    height: auto;
	}
	#top #close{
		30px;
	}
	#burger-menu-view .left #burger-menu .burger-menu-item.parent {
	    font-size: 22px;
	    padding-top: 9px;
	    padding-bottom: 10px;
	}
	#burger-menu-view .newsletter .title {
	    font-size: 24px;
	    line-height: 1;
	    margin-bottom: 15px;
	}
	#burger-menu-view .center .chapnum h4 {
	    font-size: 14px;
	}
	#burger-menu-view .center .chapnum img {
	    height: 440px;
	}
	.btn{
		font-size:24px;
	}
	#burger-menu-view .right .contact .address {
	    font-size: 12px;
	}
	#burger-menu-view .right img.logo-footer-menu {
	    width: 140px;
	    height: auto;
	    margin-top: 36px;
	}
	#burger-menu-view::after{
		display: none;
	}
}
/*single*/

.single .entry-meta{
	text-align: center;
	margin-bottom: 15px;
}
.single .entry-meta .posted-on a{
	font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 16px;
    color: #2b1a16;
	text-align: center;
    pointer-events: none;
    text-decoration: none;
}
.single .entry-title{
	font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 52px;
    color: #2b1a16;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 45px;
}
.single .bajada{
	font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 24px;
    color: #2b1a16;
    text-align: center;
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 90px;
}
.post-thumbnail{
	width: 100%;
	border-radius: 15px;
    overflow: hidden;
    padding: 0 30px;
}
.post-thumbnail img{
	width: 100%;
    border-radius: 15px;
    margin-bottom: 60px;
    max-height: 800px;
    object-fit: cover;
    object-position: center center;
}
.single .entry-content{
	margin-bottom: 60px;
}
.single .entry-content p{
	font-family: 'Favorit';
    font-size: 30px;
    line-height: 36px;
    color: #2b1a16;
    text-align: justify;
}
@media (max-width: 1667px) {
	.single .entry-title{
		font-size: 48px;
		line-height: 52px;
	}
	.single .bajada{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 60px;
	}
	.single .entry-content p{
		font-size: 22px;
		line-height: 28px;
	}	
	.post-thumbnail img {
	    margin-bottom: 45px;
	}
}
.single .btn.enlance{
	margin-top: 30px !important;
    margin-left: 100px !important;
    float: left;
}
.single .btn.descarga{
	margin-top: 30px !important;
    margin-right: 100px !important;
    float: right;
}

/*--------------------------------------------------------------
# Novedades Page
--------------------------------------------------------------*/

.novedades-page {
    margin-top: 30px;
    margin-bottom: 60px;
}

.novedades-title {
    font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 35px;
    color: #2b1a16;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #2b1a16; */
}

.novedades-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 30px;
}

.novedad-item {
    margin-bottom: 0;
    padding: 0;
}

.novedad-link {
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

.novedad-row {
    background-color: transparent;
    transition: background-color 0.3s ease;
    border-radius: 15px;
    padding: 0 0 0 30px;
    margin: 0;
    align-items: flex-start;
    /*border: 1px solid #2b1a16;*/
}

.novedad-link:hover .novedad-row {
    background-color: rgb(242, 235, 135);
}

.novedad-content {
    padding-right: 30px;
    padding-top: 30px;
}

.novedad-title {
    font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 32px;
    color: #2b1a16;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.novedad-date {
    font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 14px;
    color: #2b1a16;
    margin-bottom: 20px;
    opacity: 0.7;
}

.novedad-excerpt {
    font-family: 'Favorit';
    font-size: 18px;
    line-height: 1.5;
    color: #2b1a16;
    margin-bottom: 25px;
}

.novedad-readmore {
    font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 15px;
    color: #fff;
    display: inline-block;
    transition: transform 0.2s ease;
}

.novedad-link:hover .novedad-readmore {
    transform: translateX(10px);
}

.novedad-image-col {
    padding: 0;
}

.novedad-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.novedad-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.novedad-link:hover .novedad-image img {
    transform: scale(1.05);
}

.placeholder-image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
}

.novedad-pagination {
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #2b1a16;
}

.novedad-pagination .page-numbers {
    font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 16px;
    color: #2b1a16;
    text-decoration: none;
    padding: 8px 15px;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.novedad-pagination .page-numbers.current {
    background-color: #2b1a16;
    color: #f4f0de;
}

.novedad-pagination .page-numbers:hover:not(.current) {
    background-color: rgb(242, 235, 135);
}

.no-novedades {
    font-family: 'Favorit';
    font-size: 20px;
    text-align: center;
    color: #2b1a16;
    padding: 60px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .novedades-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .novedad-row {
        padding: 20px;
    }

    .novedad-content {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .novedad-title {
        font-size: 24px;
    }

    .novedad-excerpt {
        font-size: 16px;
    }

    .novedad-image img,
    .placeholder-image {
        height: 150px;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .novedad-title {
        font-size: 28px;
    }
    
    .novedad-excerpt {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Header Hide/Show on Scroll
--------------------------------------------------------------*/

.site-header {
    position: sticky;
    top: 0;
    background-color: #f4f0de;
    z-index: 999;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
}

.header-hidden {
    transform: translateY(-100%);
}

/* Para darle una sombra sutil cuando está fijo */
.site-header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Ajuste para que el contenido no salte */
#primary {
    transition: margin-top 0.3s ease;
}

/* Si necesitas que el main se ajuste cuando el header se oculta */
@media (min-width: 769px) {
    .header-hidden + #primary {
        margin-top: 0;
    }
}

/* Transición suave también para dispositivos móviles */
@media (max-width: 768px) {
    .site-header {
        transition: transform 0.3s ease;
    }
}

/* Prevenir scroll cuando el menú está abierto */
#burger-menu-view.open {
    overflow-y: auto;
    position: fixed;
}

/* Transición suave para el header */
.site-header {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-hidden {
    transform: translateY(-100%);
}

/* Mejorar la experiencia del menú */
#burger-menu-view {
    transition: all 0.3s ease;
}

/* Indicador visual de que se puede cerrar con ESC (opcional) */
#burger-menu-view::after {
    content: "Presiona ESC para cerrar";
    position: fixed;
    bottom: 20px;
    left: 15px;
    font-family: 'Surt Light Extended';
    font-size: 12px;
    color: #2b1a16;
    background: rgba(242, 235, 135, 0.9);
    padding: 5px 15px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1001;
}

#burger-menu-view.open::after {
    opacity: 1;
}

/*--------------------------------------------------------------
# Newsletter Popup - Diseño corregido
--------------------------------------------------------------*/
.newsletter-popup {
    position: fixed;
    bottom: -300px;
    left: 0;
    right: 0;
    background-color: #2b1a16; /* Fondo oscuro */
    border-top: none;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 30px 40px;
}

.newsletter-popup.show {
    bottom: 0;
}

.newsletter-popup .container-fluid {
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 0;
}

.newsletter-popup .popup-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

/* Título sobre el formulario */
.newsletter-popup .popup-title {
    font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 24px;
    color: #f4f0de; /* Letra clara */
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

/* Formulario en 3 columnas */
.newsletter-popup .popup-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5%;
}

/* Columna 1: Input email */
.newsletter-popup .form-group-email {
    flex: 2;
    min-width: 30%;
}

.newsletter-popup .form-group-email input[type="email"] {
    width: 100%;
    padding: 10px 15px;
    font-family: 'Favorit';
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #f4f0de;
    color: #f4f0de;
    border-radius: 0;
    transition: all 0.3s ease;
}

.newsletter-popup .form-group-email input[type="email"]:focus {
    outline: none;
    border-color: #f4ec77;
}

.newsletter-popup .form-group-email input[type="email"]::placeholder {
    color: #f4f0de;
    font-family: 'Favorit';
    font-weight: 300;
}

/* Columna 2: Checkbox */
.newsletter-popup .form-group-checkbox {
    flex: 3;
    min-width: 30%;
}
/*--------------------------------------------------------------
# Newsletter Popup - Checkbox personalizado
--------------------------------------------------------------*/

.newsletter-popup .checkbox-group {
    display: flex;
    align-items: flex-start; /* Alineado al top */
    gap: 12px;
}

/* Ocultar checkbox nativo */
.newsletter-popup .checkbox-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    margin: 2px 0 0 0;
    padding: 0;
    background-color: transparent;
    border: 2px solid #f4f0de; /* Borde claro de 2px */
    border-radius: 0; /* Bordes rectos */
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

/* Hover del checkbox */
.newsletter-popup .checkbox-group input[type="checkbox"]:hover {
    border-color: #f4ec77;
}

/* Focus del checkbox */
.newsletter-popup .checkbox-group input[type="checkbox"]:focus {
    outline: none;
    border-color: #f4ec77;
    box-shadow: 0 0 0 2px rgba(244, 236, 119, 0.3);
}

/* Checkbox checked */
.newsletter-popup .checkbox-group input[type="checkbox"]:checked {
    background-color: #f4ec77;
    border-color: #f4ec77;
    position: relative;
}

/* Checkmark (✓) interno */
.newsletter-popup .checkbox-group input[type="checkbox"]:checked::before {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2b1a16;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

/* Label alineado al top */
.newsletter-popup .checkbox-group label {
    font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 12px;
    line-height: 1.4;
    color: #f4f0de;
    cursor: pointer;
    flex: 1;
    margin: 0;
    padding-top: 0px; /* Pequeño ajuste para alinear visualmente con el checkbox */
}

/* Responsive */
@media (max-width: 768px) {
    .newsletter-popup .checkbox-group label {
        font-size: 11px;
    }
}

/* Columna 3: Botón */
.newsletter-popup .form-group-button {
    flex: 1;
    min-width: 30%;
}

.newsletter-popup .popup-submit {
    width: 100%;
    background-color: #f4f0de;
    color: #2b1a16;
    border: none;
    padding: 4px 25px;
    font-family: 'Surt Light Extended';
    font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
    font-feature-settings: "liga" 0, "calt" 0, "dlig" 0, "ss01";
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 1px;
}

.newsletter-popup .popup-submit:hover {
    background-color: #e8e05c;
    transform: translateY(-2px);
}

/* Botón cerrar */
.newsletter-popup .close-popup {
    position: absolute;
    top: 15px;
    right: 25px;
    background: transparent;
    border: none;
    font-family: 'Surt Light Extended';
    font-size: 12px;
    color: #f4f0de;
    cursor: pointer;
    padding: 5px 10px;
    transition: opacity 0.3s ease;
    letter-spacing: 1px;
}

.newsletter-popup .close-popup:hover {
    opacity: 0.7;
}

/* Mensajes */
.newsletter-popup .popup-message {
    margin-top: 15px;
    padding: 12px;
    border-radius: 8px;
    font-family: 'Favorit';
    font-size: 14px;
    display: none;
}

.newsletter-popup .popup-message.success {
    display: block;
    background-color: rgba(244, 236, 119, 0.2);
    color: #f4ec77;
    border: 1px solid #f4ec77;
}

.newsletter-popup .popup-message.error {
    display: block;
    background-color: rgba(220, 53, 69, 0.2);
    color: #f8d7da;
    border: 1px solid #dc3545;
}

/* Responsive */
@media (max-width: 992px) {
    .newsletter-popup {
        padding: 25px 30px;
    }
    
    .newsletter-popup .popup-form {
        flex-direction: column;
        align-items: stretch;
    }
    
    .newsletter-popup .form-group-email,
    .newsletter-popup .form-group-checkbox,
    .newsletter-popup .form-group-button {
        width: 100%;
    }
    
    .newsletter-popup .popup-submit {
        width: auto;
        min-width: 200px;
    }
}
.mobile{
	display: none!important;
}
.desktop{
	display: block!important;
}

@media (max-width: 768px) {
	.desktop{
		display: none!important;
	}
	.mobile{
		display: block!important;
	}
	html, body{
		overflow-x: hidden;
	}
	.site-branding{
		text-align: center;
	}
	.site-branding img{
		margin: 15px auto;
		width: 145px;
	}
	.btn-menu {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 12px;
		line-height: 24px;
		height: 24px;
    }
    .site-header .container-fluid .row {
	    position: relative;
	    border-bottom: 1px solid #2b1a16;
	    margin-bottom: 15px;
	    padding-bottom: 0;
	}
	#hero img{
		min-height: 600px;
		object-fit:cover;
	}
	#tag p{
		font-size: 18px;
		line-height: 22px;
	}
	.btn{
		font-size: 16px;
		line-height: 14px;
		padding: 5px 24px;
	}
	#bio p{
		font-size: 18px;
		line-height: 22px;
	}
    .newsletter-popup {
        padding: 20px;
    }
    
    .newsletter-popup .popup-title {
        font-size: 20px;
    }
    
    .checkbox-group label {
        font-size: 11px;
    }
    /*footer*/
    .site-footer{
	    margin-top: 0px;
    }
    .gb-grid-wrapper {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: column;
	}
	.site-footer p {
	    font-size: 10px !important;
	    line-height: 1.2;
	}
	.gb-container .wp-block-image img{
		display: none;
	}
	.gb-grid-wrapper > .gb-grid-column-362d33f7, .gb-grid-wrapper > .gb-grid-column-5b4e8a9e, .gb-grid-wrapper > .gb-grid-column-6ef89c51 {
	    padding-left: 0px!important;
	    width: 100%;
	}
	/*bg-menu*/
	#top{
		width: 100%;
	    height: 110px;
	    position: fixed;
	    background-color: #f2eb87;
	    z-index: 1000000;
	    top: 0;
	    left: 0;
	    padding: 15px;
	}
	#top .iso {
        width: 68px;
        height: auto;
        left: 50%;
        margin-left: -34px;
    }
    #top #close {
	    font-size: 12px;
	    text-align: left;
	    padding-top: 15px;
	    top: 45px;
	    left: 0;
	    position: relative;
	    float: left;
	}
	#burger-menu-view{
		padding: 5px 15px;
	}
	#burger-menu-view .left, #burger-menu-view .center, #burger-menu-view .right{
		width: 100%;
	}
	#burger-menu-view .left{
		padding-top: 110px;
		margin-bottom: 30px;
	}
	#burger-menu-view .center{
		margin-bottom: 30px;
	}
	#burger-menu-view .right{
		padding: 1.3333333333rem 15px;
	}
	/*novedades*/
	.novedades-list{
		gap: 15px;
		padding: 0 15px;
	}
	.novedades-title{
		font-size: 32px;
	}
	.novedad-link:hover .novedad-readmore {
	    transform: translateX(0px);
	    font-size: 12px;
	    padding: 4px 30px;
	}
	.single .entry-meta .posted-on a{
		font-size: 14px;
	}
	.single .entry-title {
        font-size: 30px;
        line-height: 34px;
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .single .bajada {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
        width: 90%;
    }
    .post-thumbnail {
	    width: 100%;
	    padding: 0;
	}
	.single .entry-content {
	    margin-bottom: 60px;
	    margin-top: 45px;
	}
	.single .entry-content p {
        font-size: 18px;
        line-height: 24px;
    }
    .btn {
        font-size: 13px;
        border-radius: 10px;
        line-height: 14px;
        padding: 5px 24px;
    }
    .single .btn.enlance {
	    margin-top: 0px !important;
	    margin-left: 0px !important;
	    float: left;
	}
	.single .btn.descarga {
	    margin-top: 0px!important;
	    margin-right: 0px!important;
	    float: right;
	}
	.single .btn.novedades{
		margin-bottom: 60px !important;
	}
	.carousel-nav{
	    top: 40%;
    }
    .carousel-prev {
    	left: 20px;
    }
    .carousel-next {
    	right: 20px;
    	background-position: right;
    }
}