/*
Te damos la bienvenida al CSS personalizado.
Para saber cómo funciona, ve a https://wp.me/PEmnE-Bt
*/
.post-meta {
    display: none;
}
/* hide blog post published date | zen#2587218 */
.organic-meta-post-date {
	display: none;
}
p {
	color: black;
	text-align: justify;
}
li {
	color: black;
	text-align: justify;
}
#header .site-description {
	color: #fbf8f8;
	text-align:center;
}
.menu a{border-right:1px solid rgba(0,0,0,.25);text-shadow:none}.menu li li a{border-top:1px solid rgba(0,0,0,.25)}.menu a:focus,.menu a:hover,.menu a:active{background:rgba(0,0,0,.25)}.menu li.sfHover:hover{background:rgba(0,0,0,.25)}}#navigation .menu li.sfHover:hover a,#navigation .menu li.sfHover:hover a:hover{color:#fff}.menu li li a,.menu li li a:link{color:#fff}#navigation .menu li.sfHover .sub-menu li a{color:#fff}#navigation .menu li .current_page_item a,#navigation .menu li .current_page_item a:hover,#navigation .menu li .current-menu-item a,#navigation .menu li .current-menu-item a:hover,#navigation .menu li .current-cat a,#navigation .menu li .current-cat a:hover{color:#fff}#navigation .menu li.current-menu-ancestor a,#navigation .menu li.current_page_ancestor a,#navigation .menu .current_page_item ul li a:hover,#navigation .menu .current-menu-item ul li a:hover,#navigation .menu .current-menu-ancestor ul li a:hover,#navigation .menu .current_page_ancestor ul li a:hover,#navigation .menu .current-menu-ancestor ul .current_page_item a,#navigation .menu .current_page_ancestor ul .current-menu-item a,#navigation .menu .current-cat ul li a:hover{color:#fff}a.button{color:#fff}a.button:hover,.reply a:hover,#searchsubmit:hover,#prevLink a:hover,#nextLink a:hover,.more-link:hover,#submit:hover,#comments #respond input#submit:hover,.container .gform_wrapper input.button:hover{color:#fff}.sf-arrows .sf-with-ul:after{border-top-color:#fff}#navigation .menu a{color:#fff}a.button,.reply a,#searchsubmit,#prevLink a,#nextLink a,.more-link,#submit,#comments #respond input#submit,.container .gform_wrapper input.button{border-color:#000}a.button,.reply a,#searchsubmit,#prevLink a,#nextLink a,.more-link,#submit,#comments #respond input#submit,.container .gform_wrapper input.button{border-color:rgba(0,0,0,.25)}body{background-color:#896419}#comments #respond input#submit:hover,#navigation,#nextLink a:hover,#prevLink a:hover,#searchsubmit:hover,#submit:hover,.container .gform_wrapper input.button:hover,.menu ul.children,.menu ul.sub-menu,.more-link:hover,.reply a:hover,a.button:hover{background-color:#251313}a.button,.reply a,#searchsubmit,#prevLink a,#nextLink a,.more-link,#submit,#comments #respond input#submit,.container .gform_wrapper input.button{background-color:#140a0a}h1,h2,h3,h4,h5,h6{color:#251313}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link,h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited{color:#251313}#header .site-description{color:#fbf8f8}.natural-header-inactive #header .site-title a{color:#f6f9e6}a,.widget ul.menu li a{color:#667401}a:focus,a:hover,a:active{color:#a9bd0e}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus,h1 a:active,h2 a:active,h3 a:active,h4 a:active,h5 a:active,h6 a:active{color:#a9bd0e}.flex-control-nav li a.flex-active,.flex-control-nav li.flex-active a{border-top-color:#bed510}

/* Enlaces de la página "Desde la ermita interior" - color violeta uniforme */
.page-id-26145 .wp-block-list a,
.page-id-26145 .wp-block-list a mark {
	color: #4a0d83 !important;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --stone:      #f2ece0;
  --warm-dark:  #231d12;
  --ink:        #3a2e1e;
  --gold:       #9a7c3f;
  --gold-light: #c9a84c;
  --rust:       #7a4f2d;
  --border:     rgba(154, 124, 63, 0.28);
}

.hesy-hero {
  width: 100%;
  height: 62vh;
  min-height: 320px;
  max-height: 520px;
  position: relative;
  overflow: hidden;
}

.hesy-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  filter: saturate(0.82) brightness(0.88);
}

.hesy-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(35, 29, 18, 0.08) 0%,
    rgba(35, 29, 18, 0.0) 40%,
    rgba(35, 29, 18, 0.55) 80%,
    rgba(242, 236, 224, 1) 100%
  );
}

.hero-text {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem 2.8rem;
  animation: fadeUp 0.9s ease both;
}

.hero-text h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.5rem, 10vw, 5.8rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #f5ede0;
  line-height: 1;
  text-shadow: 0 2px 24px rgba(35,29,18,0.55), 0 1px 4px rgba(35,29,18,0.4);
}

.hesy-body {
  max-width: 620px;
  margin: 0 auto;
  padding: 2.8rem 2rem 6rem;
  font-family: 'EB Garamond', Georgia, serif;
}

.hesy-subtitle {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.4rem, 3.5vw, 1.75rem);
  font-weight: 300;
  color: var(--rust);
  line-height: 1.6;
  margin-bottom: 2.8rem;
  opacity: 0.9;
  animation: fadeUp 0.9s 0.1s ease both;
}

.ornament {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.8rem;
  animation: fadeUp 0.9s 0.2s ease both;
}

.ornament-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-light), transparent);
}

.ornament-glyph {
  font-family: 'Cormorant SC', serif;
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.2em;
}

.hesy-links {
  list-style: none;
  animation: fadeUp 0.9s 0.3s ease both;
}

.hesy-links li { border-top: 1px solid var(--border); }
.hesy-links li:last-child { border-bottom: 1px solid var(--border); }

.hesy-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 1.3rem 0.3rem;
  color: var(--warm-dark);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.08rem, 2.8vw, 1.2rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  transition: color 0.22s, padding-left 0.22s;
  gap: 1rem;
  position: relative;
}

.hesy-links a::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: linear-gradient(to right, rgba(154,124,63,0.07), transparent);
  transition: width 0.3s;
}

.hesy-links a:hover { color: var(--gold); padding-left: 0.9rem; }
.hesy-links a:hover::before { width: 100%; }

.link-arrow {
  flex-shrink: 0;
  font-size: 0.85rem;
  color: var(--gold-light);
  opacity: 0;
  transition: opacity 0.22s, transform 0.22s;
  transform: translateX(-6px);
}

.hesy-links a:hover .link-arrow { opacity: 1; transform: translateX(0); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 480px) {
  .hero-text h1 {
    letter-spacing: 0.02em;
    font-size: clamp(1.4rem, 8vw, 2.5rem);
  }
}