/*!
Theme Name: La Trilla
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: la-trilla
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.

La Trilla 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

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

/*--------------------------------------------------------------
# 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;
	background-color: #B3A38F;
}

/**
 * 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 0 1.5em;
}

.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 0 1.5em;
}

.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;
}

@font-face {
    font-family: 'AvenirNextLTPro';
    src: url('fonts/AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro';
    src: url('fonts/AvenirNextLTPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro';
    src: url('fonts/AvenirNextLTPro-It.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BethanyElingston';
    src: url('fonts/BethanyElingston.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BethanyElingston';
    src: url('fonts/BethanyElingstonItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
body {
    font-family: 'AvenirNextLTPro', sans-serif ;
    font-weight: normal;
    font-style: normal;
}

.bethany{
	font-family: 'BethanyElingston', sans-serif ;
}
.italic{
	font-style: italic;
}



/*CSS CUSTOM*/
.carousel-wrapper {
    position: relative ! important;
    overflow: hidden !important;
    width: 100% !important;
    height: auto !important;
}

.carousel-container {
    display: flex !important;
    align-items: center !important;
    transition: transform 0.5s ease-in-out !important;
    width: 100% !important;
    height: 800px !important;
}

.carousel-container .carousel-item {
    min-width: 100% !important;
    flex-shrink: 0 !important;
    text-align: center !important;
    transition: transform 0.5s ease, opacity 0.5s ease;
    box-sizing: border-box !important;
    position: absolute !important;
}


.carousel-prev,
.carousel-next {
	width: 60px;
    height: 60px;
    background-color: #FFC644;
	opacity:0.8;
    border: none; 
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}
.carousel-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    font-size: 30px;
    color: black; 
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

.text-animation {
    overflow: hidden; 
    position: relative; 
    white-space: nowrap; 
    width: 100%;
}

.text-inner-wrapper {
    display: flex; 
    position: relative; 
    white-space: nowrap; 
    will-change: transform;
}

.text-content {
    display: inline-block; 
    white-space: nowrap; 
}

.no-margin{
	margin: 0;
}
.e-n-accordion-item-title-header{
    order: var(--n-accordion-title-icon-order);
}
.e-n-accordion-item-title-icon{
    margin-left: auto;
}


#first-container,
#second-container,
#third-container {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}


.container-active {
    display: block !important;
    opacity: 1 !important;
}

.selector-button{
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background-color:#FDF4D7;
	border: none;
	cursor: pointer;
    transition: all 0.3s ease;
	padding: 0px;
}
.selector-button:hover {
    opacity: 0.6;
}

.active-button {
    background-color: #B3A38F; 
}
.text-inner-wrapper{
	padding-top: 6px;
}
@media (max-width: 768px) {
	.carousel-prev,
	.carousel-next {
		width: 40px;
		height: 40px;
		top: 40%;
		font-size: 1rem;
	}
	.carousel-icon {
		font-size: 20px;
	}
	.text-inner-wrapper{
		padding-top: 4px;
	}
}



/*FOOTER*/

footer {
	width: 100%;
	background-color: #68660F;
	padding: 0px 20px 80px 20px;
  }
  
  .footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 20px;
  }
  
  .footer-link {
	text-decoration: none;
	color: #FDF4D7;
	font-size: 14px;
	margin: 0 10px;
	text-transform: uppercase;
  }
  .footer-link:visited {
	color: #FDF4D7;
  }
  .center-link {
	margin: 0 auto;
  }
  
  .footer-bottom {
	max-width: 800px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	gap: 20px;
  }
  
  .footer-column {
	flex: 1;
	align-content: center;
  }
  
  .images-column .image-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
  }
  
  .images-column .image-grid img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition-duration: 0.5s;
  }
  .images-column .image-grid img:hover {
	transform: scale(1.07);
  }
  .text-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
  }
  
  .text-column h3 {
	margin-bottom: 10px;
	font-size: 30px;
	color: #FDF4D7;
	font-weight: 400;
  }
  
  .text-column p {
	margin-bottom: 20px;
	color: #FDF4D7;
	font-size: 14px;
  }
  
  .icon-links {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 200px;
  }
  .icon-links .icon {
    display: inline-block;
    width: 25px; /* Ajusta según el tamaño de los iconos */
    height: 25px;
    background-size: contain; /* Asegura que los iconos no se deformen */
    background-repeat: no-repeat; /* Evita repeticiones */
    background-position: center; /* Centra los iconos */
	transition-duration: 0.4s;
}
.icon-links .icon:hover {
    transform: scale(1.1);
}

/* Iconos específicos */
.icon-links .icon-1 {
    background-image: url('icons/insta.png'); /* Ruta al icono 1 */
}

.icon-links .icon-2 {
    background-image: url('icons/pint.png'); /* Ruta al icono 2 */
}

.icon-links .icon-3 {
    background-image: url('icons/link.png'); /* Ruta al icono 3 */
}

.icon-links .icon-4 {
    background-image: url('icons/be.png'); /* Ruta al icono 4 */
}
  @media (max-width: 768px) {
    .footer-top {
		flex-direction: column;
	}
	.footer-bottom {
		flex-direction: column;
	}

}

:root{
	background-color: #ECE6D5 ;
	margin-top: -25px !important;
}
.post, .page {
    margin: 0 0 0em !important; 
}


/*HEADER*/
.custom-header {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%); /* Centra horizontalmente */
    height: 82px;
    width: calc(100vw - 100px); /* Ancho igual a 100% del viewport menos 100px */
    background-color: rgba(236, 230, 213, 0.7); /* Fondo claro (personalizable) */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; /* Espaciado interno (opcional) */
    z-index: 1000; /* Asegura que esté encima de otros elementos */
	color: #032140;
}

.custom-header .site-title {
    font-size: 40px;
	font-weight: 400;
    margin: 0;
	margin-top: 5px;
}

.custom-header .header-nav {
    display: flex;
    justify-content: space-between; /* Equidistancia entre enlaces */
    align-items: flex-end; /* Alinea los enlaces en la parte inferior */
    gap: 20px; /* Espaciado entre enlaces */
	height: 50px;
}

.custom-header .header-nav a {
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
	color: #032140;
}

.header-nav a:hover {
     /* Azul más oscuro en hover */
}

@media (max-width: 920px) {
	.custom-header {
		height: 72px;
	}
	.custom-header .site-title {
		font-size: 30px;
	}
	.custom-header .header-nav {
		gap: 10px;
	}
	.custom-header .header-nav a {
		font-size: 14px;
	}
}
@media (max-width: 710px) {
	.custom-header {
		top: 0;
		width: 100vw;
		justify-content: center;
		background-color: rgba(236, 230, 213, 1); /* Fondo claro (personalizable) */
	}
	.custom-header .site-title {
		font-size: 24px;
	}
	.custom-header .header-nav {
		display: none;
	}
}

/*HEADER BLOG*/
.custom-header-blog {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%); /* Centra horizontalmente */
    height: 82px;
    width: calc(100vw - 100px); /* Ancho igual a 100% del viewport menos 100px */
    background-color: #E3BB60; /* Fondo claro (personalizable) */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; /* Espaciado interno (opcional) */
    z-index: 1000; /* Asegura que esté encima de otros elementos */
	color: #032140;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-header-blog .site-title {
    font-size: 40px;
	font-weight: 400;
    margin: 0;
	margin-top: 5px;
	text-align: center;
    flex-grow: 1;
}
.custom-header-blog .blog-image {
    position: absolute;
    bottom: -45px;
    width: 80px;
    height: auto;
    left: 61%;
}
.custom-header-blog .menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.custom-header-blog .menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #032140;
}

.custom-header-blog .search-container {
    position: relative;
}

.custom-header-blog .search-toggle {
    background: none;
    border: none;
    color: #032140;
    cursor: pointer;
}

.custom-header-blog .search-form {
    background: transparent;
    border: none;
    padding: 5px;
	
}

.custom-header-blog .search-form input {
    width: 200px;
    padding: 5px;
	background: transparent;
	color: #032140;
	border: #032140;
}

/* Overlay del menú */
.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ECE6D5;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
	/* Animación */
    opacity: 0; /* Comienza invisible */
    visibility: hidden; /* Oculta el elemento para que no sea clicable */
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.close-menu {
    background: none;
    border: none;
    color: black;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: 10px;
}

.menu-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
}
.menu-image{
	width: 50%;
}
/* Estilo para las columnas */
.columns {
    display: flex;
    justify-content: space-between;
	justify-content: center;;
    width: 50%;
	padding:50px;
	margin: auto;
}

.column-left,
.column-right {
    width: 45%; /* Dos columnas con ancho igual */
}

.column-left h3,
.column-right h3 {
    margin-bottom: 10px;
    font-size: 30px;
	color: #032140;
	font-weight: 400;
}

.column-right h3 a {
    text-decoration: none;
    color: #032140;
}

.column-right h3 a:hover {
    color: #032140;
}

/* Lista de categorías */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-list li {
    margin-bottom: 5px;
}

.categories-list li a {
    text-decoration: none;
    color: #032140;
    transition: color 0.3s ease;
}

.categories-list li a:hover {
    color: #032140;
}



.menu-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.custom-header-blog .mobile{
	display: none;
}

@media (max-width: 700px) {
    .custom-header-blog {
		top: 0;
		height: 82px;
		width: 100vw;
	}
	.custom-header-blog .dekstop{
		display: none;
	}
	.custom-header-blog .mobile{
		display: block;
	}
	.custom-header-blog .site-title {
		font-size: 20px;
	}
	.menu-overlay .menu-image{
		display: none;
	}
	.menu-overlay .columns {
		width: 100%;
		padding: 40px;
		flex-direction: column;
		margin-top: 0;
	}
	.menu-overlay .column-left h3, .column-right h3 {
		font-size: 28px;
		margin-top: 15px;
	}
	.menu-overlay .column-left, .column-right {
		width: 90%;
	}
	.menu-overlay .close-menu {
		top: -20px;
		left: -20px;
	}
	.categories-list li {
		margin-bottom: 15px;
	}
	.custom-header-blog .blog-image {
		bottom: -40px;
		width: 70px;
		left: 66%;
	}
}


/*BLOG*/
.site-main{
	background-color: #ECE6D5;
}
.entry-container{
	
	max-width: 760px; /* Ajusta este valor según el ancho del contenedor de Elementor */
    margin: 0 auto; /* Centra el contenido */
    padding: 20px;
	margin-top: 200px;
	background-color: #ECE6D5;
}
@media (max-width: 768px) {
    .entry-container {
        padding: 10px; /* Reduce el padding en dispositivos pequeños */
    }
}
.post-navigation{
	position: absolute;
	color: #032140;
	width: 100%;
}
.post-navigation a{
	color: #032140;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	font-family: 'BethanyElingston', sans-serif ;
}
.prev-post{
	position: absolute;
	top: 400px;
	left: 20px;
}
.next-post{
	position: absolute;
	top: 400px;
	right: 20px;
}
.pre-footer {
    display: flex;
    flex-wrap: wrap; /* Asegura que sea responsivo */
    width: 100%; /* Ocupa todo el ancho de la pantalla */
    height: auto; /* Ajusta el alto al contenido */
	background-color: #E3BB60 ;
}

.content-column {
    width: 70%; /* 70% para la columna izquierda */
    padding: 50px;
    box-sizing: border-box; /* Incluye el padding en el tamaño total */
    display: flex;
    flex-direction: column;
    justify-content: center;
	font-size: 18px;
}
.content-column p{
	margin-bottom: 10px;
}
.image-column {
    width: 30%; /* 30% para la columna derecha */
    position: relative;
    overflow: hidden; /* Asegura que la imagen no salga de los bordes */
}

.image-column img {
    width: 100%; /* Ocupa todo el ancho de la columna */
    height: 100%; /* Ocupa todo el alto de la columna */
    object-fit: cover; /* Asegura que la imagen cubra el área sin deformarse */
}

/* Botón estilo CTA */
.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 6px 20px;
    background-color: #68660F;
    color: #FDF4D7;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s ease;
	width: fit-content;
	border-radius: 22px;
}

.cta-button:visited {
    color: #FDF4D7;
}

/* Responsivo */
@media (max-width: 768px) {
    .full-width-section {
        flex-direction: column; /* Cambia las columnas a filas */
    }

    .content-column, .image-column {
        width: 100%; /* Cada columna ocupa el ancho completo */
    }

    .image-column img {
        height: auto; /* Ajusta la altura automáticamente en pantallas pequeñas */
    }
}


.related-posts {
    margin-top: 40px;
    text-align: center;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Tres columnas */
    gap: 0px; /* Espaciado entre columnas */
}

.post-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.post-item a{
    width: 100%;
}
.post-item:hover {
    transform: translateY(-5px);
}

.post-thumbnail img {
    width: 100%;
    height: 500px; /* Altura fija */
    object-fit: cover; /* Ajusta la imagen para cubrir el área sin deformarse */
    object-position: center; /* Centra la imagen */
}

.post-meta {
    font-size: 14px;
    color: #032140;
    margin-bottom: 10px;
}

.post-title h3 {
    font-size: 18px;
    margin-bottom: 15px;
	font-weight: 400;
	text-align: left;
	color: #032140;
}


.read-more {
    text-decoration: underline;
    border: none;
    background-color: transparent;
    font-size: 14px;
	color: #032140;
}
.related-title{
	color: #032140;
	font-weight: 300;
	font-size: 30px;
}
.home-related .related-title{
	font-size: 37px;
	text-align: start;
	padding-left: 30px;
}

/* Responsivo */
@media (max-width: 768px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr); /* Dos columnas en pantallas medianas */
    }
	.prev-post {
		top: 0px;
	}
	.next-post {
		top: 0px;
	}
	.post-navigation a{
		font-size: 18px;
	}
}

@media (max-width: 480px) {
    .posts-grid {
        grid-template-columns: 1fr; /* Una columna en pantallas pequeñas */
    }
}


/*BLOG*/

/* Contenedor de las entradas */
.blog{
	margin-top:150px;
}
.blog .page-title{
	font-size: 34px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 50px;
	padding-bottom: 10px;
}
.blog .posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Dos columnas */
    gap: 40px 0px; /* Espaciado entre tarjetas */
    margin: 10px auto;
    max-width: 1200px; /* Ancho máximo del contenedor */
    padding: 10px;
	color: #032140;
}

/* Tarjetas individuales */
.blog .post-item {
    text-align: left;
	align-items: start;
	padding: 5px;
}

/* Imagen destacada */
.blog .post-thumbnail img {
    width: 100%; /* Ocupa todo el ancho de la tarjeta */
    height: 900px; /* Mantiene proporción */
    object-fit: cover; /* Asegura que la imagen cubra sin deformarse */
}

/* Meta información */
.blog .post-meta {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px; /* Espaciado entre los elementos */
    font-size: 15px;
	padding: 0px 30px 0px 30px;
	margin: 0;
	text-transform: uppercase;
	padding-top:12px;
}

.blog .separator {
    display: inline-block;
    width: 50px; /* Ajusta para que equivalga a 6-7 letras */
    height: 2px; /* Grosor de la línea */
    background-color: #032140; /* Color de la línea */
}


/* Título */
.blog .post-title h2 {
    font-size: 30px;
    padding: 0px 30px 0px 30px;
	margin: 0px;
	font-weight: 300;
	line-height: 37px;
	padding-top: 20px;
	padding-bottom: 15px;
}


/* Ver más */
.blog .read-more-link {
   
    text-decoration: underline;
    font-size: 15px;
	padding: 0px 30px 0px 30px;
}


@media (max-width: 700px) {
    .blog .posts-grid {
        grid-template-columns: 1fr; /* Una columna en pantallas pequeñas */
    }
	.blog .post-thumbnail img {
		height: 60vh; 
	}
	.entry-container {
		margin-top: 150px;
	}
}


a {
    color: inherit; /* Hereda el color del texto del elemento padre */
    text-decoration: none; /* Elimina el subrayado */
    transition: color 0.3s ease; /* Efecto suave al cambiar de color */
}
/* Hover (al pasar el cursor) */
a:hover {
    text-decoration: none; /* Asegura que no aparezca el subrayado al hacer hover */
    color: inherit; /* O puedes definir otro color si quieres un efecto distinto */
}

/* Estado visitado (después de hacer clic) */
a:visited {
    color: inherit; /* Mantén el color igual que el texto */
}

/* Estado activo (durante el clic) */
a:active {
    color: inherit; /* Mantén el color igual que el texto */
    text-decoration: none; /* Asegura que no haya subrayado */
}