/*==================================================
SUSURROS DE VIDA ETERNA
Diseño Editorial
==================================================*/

:root{

--oro:#9b7a3b;
--oro-claro:#c8ad73;
--texto:#2d2d2d;
--gris:#666;
--fondo:#fdfcf9;
--blanco:#ffffff;

}

*{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

background:var(--fondo);

color:var(--texto);

font-family:'Lato',sans-serif;

font-size:19px;

line-height:1.9;

overflow-x:hidden;

font-weight:300;
  
hyphens:none;

}

img{

display:block;
max-width:100%;

}

.container{

width:min(1180px,90%);
margin:auto;

}

.section{

padding:140px 0;

}

.narrow{

max-width:860px;
margin:auto;

}

h1,h2,h3{

font-family:'Cormorant Garamond',serif;

font-weight:500;

color:var(--oro);

}

h1{

font-size:78px;

letter-spacing:4px;

line-height:1.05;

}

h2{

font-size:56px;

margin-bottom:25px;

}

h3{

font-size:34px;

}

p{

margin-bottom:26px;

color:#4b4b4b;
  
text-align:justify; 
  
text-justify:inter-word;

}

.section-subtitle{

display:block;

letter-spacing:5px;

text-transform:uppercase;

font-size:13px;

color:var(--oro);

margin-bottom:18px;

}

.gold-line{

width:70px;

height:1px;

background:var(--oro);

margin:35px 0 50px;

}

blockquote{

font-family:'Cormorant Garamond',serif;

font-size:42px;

font-style:italic;

font-weight:400;

line-height:1.5;

text-align:center;

max-width:900px;

margin:100px auto;

padding:0 40px;

color:var(--oro);

}
/*==================================================
HERO
==================================================*/

.hero{

position:relative;

min-height:100vh;

display:flex;

justify-content:center;

align-items:center;

padding:120px 0;

background:#fdfcf9;

overflow:hidden;

}

.hero::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:
radial-gradient(circle at top,#ffffff 0%,#fdfcf9 70%);

z-index:0;

}

.hero-overlay{

display:none;

}

.hero-content{

position:relative;

z-index:2;

max-width:900px;

margin:auto;

text-align:center;

padding:0 30px;

}



.logo-principal{

width:100%;

max-width:1400px;

margin:0 auto 35px;

transition:.4s;

}



.logo-principal:hover{

transform:scale(1.015);

}



.hero-subtitle{

font-family:'Cormorant Garamond',serif;

font-size:38px;

font-style:italic;

font-weight:400;

line-height:1.6;

color:#666;

margin-bottom:45px;
  
text-align:center;

}



.hero-line{

width:70px;

height:1px;

background:#9b7a3b;

margin:45px auto;

}



.hero-text{

max-width:720px;

margin:auto;

font-size:23px;

font-family:'Cormorant Garamond',serif;

font-weight:400;

line-height:1.9;

color:#555;

margin-bottom:55px;

}



.hero-publicacion{

display:inline-block;

padding:18px 34px;

border:1px solid #d9c9a7;

background:white;

font-size:17px;

color:#666;

margin-bottom:55px;

line-height:1.8;

}



.hero-publicacion strong{

color:#9b7a3b;

font-weight:600;

}



.hero-button{

display:inline-block;

padding:18px 46px;

border:1px solid #9b7a3b;

color:#9b7a3b;

background:white;

font-size:14px;

letter-spacing:2px;

text-transform:uppercase;

transition:.35s;

}



.hero-button:hover{

background:#9b7a3b;

color:white;

box-shadow:0 18px 45px rgba(0,0,0,.10);

transform:translateY(-3px);

}
/*==================================================
MENU
==================================================*/

nav{

position:sticky;

top:0;

z-index:999;

background:rgba(253,252,249,.94);

backdrop-filter:blur(18px);

border-bottom:1px solid rgba(155,122,59,.12);

}

.menu{

width:min(1180px,92%);

margin:auto;

display:flex;

justify-content:center;

align-items:center;

gap:55px;

padding:24px 0;

}

.menu a{

font-family:'Lato',sans-serif;

font-size:13px;

font-weight:400;

letter-spacing:3px;

text-transform:uppercase;

color:#7b6a48;

position:relative;

transition:.35s;

}

.menu a::after{

content:"";

position:absolute;

left:50%;

bottom:-10px;

width:0;

height:1px;

background:#9b7a3b;

transform:translateX(-50%);

transition:.35s;

}

.menu a:hover{

color:#9b7a3b;

}

.menu a:hover::after{
width:100%;
}

.menu-toggle{
display:none;
}



/*==================================================
SECCIONES
==================================================*/

.section{

padding:140px 0;

}

.section:nth-child(even){

background:#ffffff;

}

.section:nth-child(odd){

background:#fdfcf9;

}

.section h2 {
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}

.section p{

max-width:760px;

font-size:19px;

line-height:2;

color:#555;

}

.lead{

font-family:'Cormorant Garamond',serif;

font-size:32px;

font-weight:400;

line-height:1.6;

color:#333;

margin-bottom:45px;

}

.gold-line{

margin-bottom:55px;

}



/*==================================================
BOTONES
==================================================*/

.button{

display:inline-flex;

align-items:center;

justify-content:center;

padding:18px 40px;

border:1px solid #9b7a3b;

background:#fff;

color:#9b7a3b;

font-size:13px;

letter-spacing:2px;

text-transform:uppercase;

transition:.35s;

}

.button:hover{

background:#9b7a3b;

color:#fff;

transform:translateY(-3px);

box-shadow:0 18px 40px rgba(0,0,0,.10);

}
/*==================================================
EL LIBRO
==================================================*/

.libro-grid{

display:grid;

grid-template-columns:1fr 1.2fr;

gap:120px;

align-items:center;

}

.libro-imagen{

display:flex;

justify-content:center;

align-items:center;

}

.proximamente{

width:100%;

max-width:360px;

padding:60px 45px;

background:#ffffff;

border:1px solid rgba(155,122,59,.18);

box-shadow:0 30px 70px rgba(0,0,0,.06);

text-align:center;

}

.proximamente h3{

font-size:42px;

margin-bottom:25px;

color:#9b7a3b;

}

.proximamente p{

font-size:18px;

line-height:1.9;

color:#666;

margin-bottom:20px;

}

.libro-texto {
  max-width:700px;
}

.libro-texto h2 {
  font-size:64px;
  line-height:1.05;
}

.book-features{

margin:45px 0;

padding:0;

list-style:none;

}

.book-features li{

padding:12px 0;

border-bottom:1px solid rgba(155,122,59,.10);

font-size:18px;

color:#555;

}

.book-features li:last-child{

border:none;

}



/*==================================================
AUTORA
==================================================*/

.autora-grid{

display:grid;

grid-template-columns:380px 1fr;

gap:110px;

align-items:center;

}

.autora-foto{

display:flex;

justify-content:center;

}

.autora-foto img{

width:100%;

max-width:340px;

border-radius:4px;

filter:grayscale(100%);

box-shadow:0 35px 80px rgba(0,0,0,.10);

transition:.45s;

}

.autora-foto img:hover{

transform:translateY(-6px);

box-shadow:0 45px 90px rgba(0,0,0,.14);

}

.autora-texto{

max-width:700px;

}

.autora-texto h2{

margin-bottom:10px;

}

.autora-texto p{

font-size:19px;

line-height:2;

color:#555;

}



/*==================================================
PROYECTO SEMBRADORES
==================================================*/

.light{

background:#fcfaf6;

}

.light .container{

max-width:900px;

}

.book-title{

font-weight:600;

margin-right:4px;

}

.light blockquote{

font-size:38px;

margin-top:80px;

}
/*==================================================
CRONOLOGÍA
==================================================*/

.timeline{

padding:160px 0;

background:#ffffff;

}

.timeline .container{

max-width:900px;

}

.timeline-item{

display:grid;

grid-template-columns:110px 1fr;

gap:60px;

margin-bottom:80px;

align-items:flex-start;

}

.timeline-year{

font-family:'Cormorant Garamond',serif;

font-size:54px;

font-weight:500;

color:#9b7a3b;

text-align:right;

line-height:1;

}

.timeline-content{

position:relative;

padding-left:40px;

border-left:1px solid rgba(155,122,59,.25);

}

.timeline-content::before{

content:"";

position:absolute;

left:-7px;

top:12px;

width:12px;

height:12px;

background:#9b7a3b;

border-radius:50%;

}

.timeline-content h3{

margin-bottom:15px;

}

.timeline-content p{

margin-bottom:0;

}



/*==================================================
CITA DESTACADA
==================================================*/

.quote-section{

padding:200px 20px;

background:#f8f5ef;

text-align:center;

}

.quote-overlay{

display:none;

}

.quote-content{

max-width:900px;

margin:auto;

}

.quote{

font-family:'Cormorant Garamond',serif;

font-size:52px;

font-style:italic;

font-weight:400;

line-height:1.6;

color:#8b6a2b;
  
text-align:center !important;

}



/*==================================================
TRANSICIONES
==================================================*/

.section{

transition:all .6s ease;

}

img{

transition:.45s ease;

}

.button,

.hero-button{

transition:.35s ease;

}



/*==================================================
EFECTOS SUAVES
==================================================*/

.button:hover,

.hero-button:hover{

transform:translateY(-3px);

}

.autora-foto img:hover{

transform:translateY(-8px);

}

.logo-principal:hover{

transform:scale(1.02);

}
/*==================================================
CONTACTO
==================================================*/

.contacto{

padding:170px 0;

background:#ffffff;

text-align:center;

}

.contacto .narrow{

max-width:760px;

}

.contacto-texto{
font-size:21px;
line-height:2;
color:#555;
margin-bottom:60px;
text-align:center;
}



.contact-card{

max-width:560px;

margin:70px auto;

padding:55px;

background:#fcfaf6;

border:1px solid rgba(155,122,59,.15);

box-shadow:0 25px 70px rgba(0,0,0,.05);

}

.contact-card h3{

font-size:34px;

margin-bottom:30px;

}

.contact-card p{
  font-size:18px;
  margin:18px 0;
  color:#666;
  text-align:center;
  overflow-wrap:break-word;
  word-break:break-word;
}

.contacto-final{
margin-top:40px;
font-family:'Cormorant Garamond',serif;
font-size:34px;
font-style:italic;
color:#8b6a2b;
text-align:center;
}



/*==================================================
FOOTER
==================================================*/

footer{

background:#faf7f2;

padding:90px 0 45px;

border-top:1px solid rgba(155,122,59,.12);

}

.footer-container{

display:flex;

justify-content:space-between;

align-items:flex-start;

gap:100px;

flex-wrap:wrap;

}

.footer-logo h2{

font-size:38px;

margin-bottom:15px;

}

.footer-logo p{

max-width:380px;

color:#666;

line-height:1.8;

}

.footer-links{

display:flex;

flex-direction:column;

gap:16px;

}

.footer-links a{

color:#8b6a2b;

letter-spacing:1px;

transition:.3s;

}

.footer-links a:hover{

padding-left:8px;

color:#b89045;

}

.copyright{

margin-top:70px;

text-align:center;

font-size:14px;

color:#999;

}

.footer-quote{

margin-top:25px;

text-align:center;

font-family:'Cormorant Garamond',serif;

font-size:26px;

font-style:italic;

color:#8b6a2b;

}

/*==================================================
SUSURROS DE VIDA ETERNA
Diseño Editorial
==================================================*/

:root{

--oro:#9b7a3b;
--oro-claro:#c8ad73;
--texto:#2d2d2d;
--gris:#666;
--fondo:#fdfcf9;
--blanco:#ffffff;

}

*{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

background:var(--fondo);

color:var(--texto);

font-family:'Lato',sans-serif;

font-size:19px;

line-height:1.9;

overflow-x:hidden;

font-weight:300;
  
hyphens:none;

}

img{

display:block;
max-width:100%;

}

.container{

width:min(1180px,90%);
margin:auto;

}

.section{

padding:140px 0;

}

.narrow{

max-width:860px;
margin:auto;

}

h1,h2,h3{

font-family:'Cormorant Garamond',serif;

font-weight:500;

color:var(--oro);

}

h1{

font-size:78px;

letter-spacing:4px;

line-height:1.05;

}

h2{

font-size:56px;

margin-bottom:25px;

}

h3{

font-size:34px;

}

p{

margin-bottom:26px;

color:#4b4b4b;
  
text-align:justify; 
  
text-justify:inter-word;

}

.section-subtitle{

display:block;

letter-spacing:5px;

text-transform:uppercase;

font-size:13px;

color:var(--oro);

margin-bottom:18px;

}

.gold-line{

width:70px;

height:1px;

background:var(--oro);

margin:35px 0 50px;

}

blockquote{

font-family:'Cormorant Garamond',serif;

font-size:42px;

font-style:italic;

font-weight:400;

line-height:1.5;

text-align:center;

max-width:900px;

margin:100px auto;

padding:0 40px;

color:var(--oro);

}
/*==================================================
HERO
==================================================*/

.hero{

position:relative;

min-height:100vh;

display:flex;

justify-content:center;

align-items:center;

padding:120px 0;

background:#fdfcf9;

overflow:hidden;

}

.hero::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:
radial-gradient(circle at top,#ffffff 0%,#fdfcf9 70%);

z-index:0;

}

.hero-overlay{

display:none;

}

.hero-content{

position:relative;

z-index:2;

max-width:900px;

margin:auto;

text-align:center;

padding:0 30px;

}



.logo-principal{

width:100%;

max-width:1400px;

margin:0 auto 35px;

transition:.4s;

}



.logo-principal:hover{

transform:scale(1.015);

}



.hero-subtitle{

font-family:'Cormorant Garamond',serif;

font-size:38px;

font-style:italic;

font-weight:400;

line-height:1.6;

color:#666;

margin-bottom:45px;
  
text-align:center;

}



.hero-line{

width:70px;

height:1px;

background:#9b7a3b;

margin:45px auto;

}



.hero-text{

max-width:720px;

margin:auto;

font-size:23px;

font-family:'Cormorant Garamond',serif;

font-weight:400;

line-height:1.9;

color:#555;

margin-bottom:55px;

}



.hero-publicacion{

display:inline-block;

padding:18px 34px;

border:1px solid #d9c9a7;

background:white;

font-size:17px;

color:#666;

margin-bottom:55px;

line-height:1.8;

}



.hero-publicacion strong{

color:#9b7a3b;

font-weight:600;

}



.hero-button{

display:inline-block;

padding:18px 46px;

border:1px solid #9b7a3b;

color:#9b7a3b;

background:white;

font-size:14px;

letter-spacing:2px;

text-transform:uppercase;

transition:.35s;

}



.hero-button:hover{

background:#9b7a3b;

color:white;

box-shadow:0 18px 45px rgba(0,0,0,.10);

transform:translateY(-3px);

}
/*==================================================
MENU
==================================================*/

nav{

position:sticky;

top:0;

z-index:999;

background:rgba(253,252,249,.94);

backdrop-filter:blur(18px);

border-bottom:1px solid rgba(155,122,59,.12);

}

.menu{

width:min(1180px,92%);

margin:auto;

display:flex;

justify-content:center;

align-items:center;

gap:55px;

padding:24px 0;

}

.menu a{

font-family:'Lato',sans-serif;

font-size:13px;

font-weight:400;

letter-spacing:3px;

text-transform:uppercase;

color:#7b6a48;

position:relative;

transition:.35s;

}

.menu a::after{

content:"";

position:absolute;

left:50%;

bottom:-10px;

width:0;

height:1px;

background:#9b7a3b;

transform:translateX(-50%);

transition:.35s;

}

.menu a:hover{

color:#9b7a3b;

}

.menu a:hover::after{

width:100%;

}



/*==================================================
SECCIONES
==================================================*/

.section{

padding:150px 0;

}

.section:nth-child(even){

background:#ffffff;

}

.section:nth-child(odd){

background:#fdfcf9;

}

.section h2{

max-width:700px;

}

.section p{

max-width:760px;

font-size:19px;

line-height:2;

color:#555;

}

.lead{

font-family:'Cormorant Garamond',serif;

font-size:32px;

font-weight:400;

line-height:1.6;

color:#333;

margin-bottom:45px;

}

.gold-line{

margin-bottom:55px;

}



/*==================================================
BOTONES
==================================================*/

.button{

display:inline-flex;

align-items:center;

justify-content:center;

padding:18px 40px;

border:1px solid #9b7a3b;

background:#fff;

color:#9b7a3b;

font-size:13px;

letter-spacing:2px;

text-transform:uppercase;

transition:.35s;

}

.button:hover{

background:#9b7a3b;

color:#fff;

transform:translateY(-3px);

box-shadow:0 18px 40px rgba(0,0,0,.10);

}
/*==================================================
EL LIBRO
==================================================*/

.libro-grid{

display:grid;

grid-template-columns:1fr 1.2fr;

gap:120px;

align-items:center;

}

.libro-imagen{

display:flex;

justify-content:center;

align-items:center;

}

.proximamente{

width:100%;

max-width:360px;

padding:60px 45px;

background:#ffffff;

border:1px solid rgba(155,122,59,.18);

box-shadow:0 30px 70px rgba(0,0,0,.06);

text-align:center;

}

.proximamente h3{

font-size:42px;

margin-bottom:25px;

color:#9b7a3b;

}

.proximamente p{

font-size:18px;

line-height:1.9;

color:#666;

margin-bottom:20px;

}

.libro-texto{

max-width:700px;

}

.book-features{

margin:45px 0;

padding:0;

list-style:none;

}

.book-features li{

padding:12px 0;

border-bottom:1px solid rgba(155,122,59,.10);

font-size:18px;

color:#555;

}

.book-features li:last-child{

border:none;

}



/*==================================================
AUTORA
==================================================*/

.autora-grid{

display:grid;

grid-template-columns:380px 1fr;

gap:110px;

align-items:center;

}

.autora-foto{

display:flex;

justify-content:center;

}

.autora-foto img{

width:100%;

max-width:340px;

border-radius:4px;

filter:grayscale(100%);

box-shadow:0 35px 80px rgba(0,0,0,.10);

transition:.45s;

}

.autora-foto img:hover{

transform:translateY(-6px);

box-shadow:0 45px 90px rgba(0,0,0,.14);

}

.autora-texto{

max-width:700px;

}

.autora-texto h2{

margin-bottom:10px;

}

.autora-texto p{

font-size:19px;

line-height:2;

color:#555;

}



/*==================================================
PROYECTO SEMBRADORES
==================================================*/

.light{

background:#fcfaf6;

}

.light .container{

max-width:900px;

}

.book-title{

font-weight:600;

margin-right:4px;

}

.light blockquote{

font-size:38px;

margin-top:80px;

}
/*==================================================
CRONOLOGÍA
==================================================*/

.timeline{

padding:160px 0;

background:#ffffff;

}

.timeline .container{

max-width:900px;

}

.timeline-item{

display:grid;

grid-template-columns:110px 1fr;

gap:60px;

margin-bottom:80px;

align-items:flex-start;

}

.timeline-year{

font-family:'Cormorant Garamond',serif;

font-size:54px;

font-weight:500;

color:#9b7a3b;

text-align:right;

line-height:1;

}

.timeline-content{

position:relative;

padding-left:40px;

border-left:1px solid rgba(155,122,59,.25);

}

.timeline-content::before{

content:"";

position:absolute;

left:-7px;

top:12px;

width:12px;

height:12px;

background:#9b7a3b;

border-radius:50%;

}

.timeline-content h3{

margin-bottom:15px;

}

.timeline-content p{

margin-bottom:0;

}



/*==================================================
CITA DESTACADA
==================================================*/

.quote-section{

padding:200px 20px;

background:#f8f5ef;

text-align:center;

}

.quote-overlay{

display:none;

}

.quote-content{

max-width:900px;

margin:auto;

}

.quote{

font-family:'Cormorant Garamond',serif;

font-size:52px;

font-style:italic;

font-weight:400;

line-height:1.6;

color:#8b6a2b;
  
text-align:center !important;

}



/*==================================================
TRANSICIONES
==================================================*/

.section{

transition:all .6s ease;

}

img{

transition:.45s ease;

}

.button,

.hero-button{

transition:.35s ease;

}



/*==================================================
EFECTOS SUAVES
==================================================*/

.button:hover,

.hero-button:hover{

transform:translateY(-3px);

}

.autora-foto img:hover{

transform:translateY(-8px);

}

.logo-principal:hover{

transform:scale(1.02);

}
/*==================================================
CONTACTO
==================================================*/

.contacto{

padding:170px 0;

background:#ffffff;

text-align:center;

}

.contacto .narrow{

max-width:760px;

}

.contacto-texto{

font-size:21px;

line-height:2;

color:#555;

margin-bottom:60px;

}



.contact-card{

max-width:560px;

margin:70px auto;

padding:55px;

background:#fcfaf6;

border:1px solid rgba(155,122,59,.15);

box-shadow:0 25px 70px rgba(0,0,0,.05);

}

.contact-card h3{

font-size:34px;

margin-bottom:30px;

}

.contact-card p{

font-size:18px;

margin:18px 0;

color:#666;

}

.contacto-final{

margin-top:40px;

font-family:'Cormorant Garamond',serif;

font-size:34px;

font-style:italic;

color:#8b6a2b;

}



/*==================================================
FOOTER
==================================================*/

footer{

background:#faf7f2;

padding:90px 0 45px;

border-top:1px solid rgba(155,122,59,.12);

}

.footer-container{

display:flex;

justify-content:space-between;

align-items:flex-start;

gap:100px;

flex-wrap:wrap;

}

.footer-logo h2{

font-size:38px;

margin-bottom:15px;

}

.footer-logo p{

max-width:380px;

color:#666;

line-height:1.8;

}

.footer-links{

display:flex;

flex-direction:column;

gap:16px;

}

.footer-links a{

color:#8b6a2b;

letter-spacing:1px;

transition:.3s;

}

.footer-links a:hover{

padding-left:8px;

color:#b89045;

}

.copyright{

margin-top:70px;

text-align:center;

font-size:14px;

color:#999;

}

.footer-quote{

margin-top:25px;

text-align:center;

font-family:'Cormorant Garamond',serif;

font-size:26px;

font-style:italic;

color:#8b6a2b;

}



/*==================================================
DETALLES
==================================================*/

::selection{

background:#9b7a3b;

color:#fff;

}

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-thumb{

background:#b99a62;

border-radius:30px;

}

::-webkit-scrollbar-track{

background:#f8f5ef;

}
/*==================================================
ANIMACIONES SUAVES
==================================================*/

@keyframes aparecer{

0%{

opacity:0;

transform:translateY(30px);

}

100%{

opacity:1;

transform:translateY(0);

}

}

.hero-content{

animation:aparecer 1.5s ease forwards;

}



@keyframes flotar{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-6px);

}

100%{

transform:translateY(0px);

}

}

.logo-principal{

animation:flotar 8s ease-in-out infinite;

}



/*==================================================
ENLACES
==================================================*/

a{

color:inherit;

text-decoration:none;

}



/*==================================================
RESPONSIVE ESCRITORIO
==================================================*/

@media (min-width:1101px){

  /* Reducir ligeramente el espacio entre secciones */
  .section{
    padding:75px 0;
  }

  .timeline{
    padding:75px 0;
  }

  .container{
    width:95%;
    max-width:1550px;
  }

  /*==================================================
  LOGO PRINCIPAL
  ==================================================*/

  .logo-principal{
    width:110%;
    max-width:none;
    margin-left:-5%;
    margin-bottom:50px;
  }

  /*==================================================
  SUBTÍTULOS
  ==================================================*/

  .section-subtitle{
    font-family:'Lato',sans-serif;
    font-size:15px;
    font-weight:400;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#8b6a2b;
  }

  /*==================================================
  TÍTULOS DE SECCIÓN
  ==================================================*/

  .section h2{
    max-width:none;
    width:100%;
  }

  /*==================================================
  TEXTO
  ==================================================*/

  .section p{
    max-width:920px;
    margin-left:auto;
    margin-right:auto;
    text-align:justify;
  }

  /*==================================================
  LA OBRA
  ==================================================*/

  #obra{
    text-align:center;
  }

  #obra .section-subtitle,
  #obra h2{
    text-align:center;
  }

  #obra .gold-line{
    margin-left:auto;
    margin-right:auto;
  }

  #obra p{
    text-align:justify;
  }

  #obra .lead{
    font-family:'Lato',sans-serif;
    font-size:19px;
    line-height:1.9;
    color:#4b4b4b;
    max-width:920px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }

  /*==================================================
  CÓMO NACIÓ
  ==================================================*/

  #origen{
    text-align:center;
  }

  #origen .section-subtitle,
  #origen h2{
    text-align:center;
  }

  #origen .gold-line{
    margin-left:auto;
    margin-right:auto;
  }

  #origen p{
    text-align:justify;
  }

  /*==================================================
  TEXTO DEL LIBRO
  ==================================================*/

  .libro-texto{
    max-width:920px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  /*==================================================
  UN CAMINO PASO A PASO
  ==================================================*/

  .timeline h2{
    text-align:center;
  }

  .timeline .gold-line{
    margin-left:auto;
    margin-right:auto;
  }

  /*==================================================
  PROYECTO SEMBRADORES
  ==================================================*/

  #sembradores{
    text-align:center;
  }

  #sembradores .section-subtitle,
  #sembradores h2{
    text-align:center;
  }

  #sembradores .gold-line{
    margin-left:auto;
    margin-right:auto;
  }

  #sembradores p{
    text-align:justify;
  }

  #sembradores blockquote{
    text-align:center;
  }

  /*==================================================
  PARA SACERDOTES Y COMUNIDADES
  ==================================================*/

  #sembradores + .section{
    text-align:center;
  }

  #sembradores + .section .container{
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
  }

  #sembradores + .section .section-subtitle,
  #sembradores + .section h2{
    text-align:center;
  }

  /* Mantener el título en una sola línea en escritorio */
  #sembradores + .section h2{
    white-space:nowrap;
    max-width:none;
    width:100%;
    font-size:52px;
  }

  #sembradores + .section .gold-line{
    margin-left:auto;
    margin-right:auto;
  }

  #sembradores + .section p{
    text-align:justify;
  }

  /*==================================================
  TEXTO DE LA AUTORA
  ==================================================*/

  .autora-texto{
    max-width:920px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  /*==================================================
  CONTACTO
  ==================================================*/

  #contacto{
    text-align:center;
  }

  #contacto p{
    font-family:'Lato',sans-serif;
    font-size:19px;
    line-height:1.9;
    text-align:center;
    font-style:italic;
  }

  #contacto .section-subtitle,
  #contacto h2{
    text-align:center;
  }

  #contacto .gold-line{
    margin-left:auto;
    margin-right:auto;
  }

  /*==================================================
  TARJETA DE CONTACTO
  ==================================================*/

  .contact-card{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }

  .contact-card h3{
    text-align:center;
  }

  .contact-card p{
    font-size:19px;
    line-height:1.9;
    text-align:center;
  }

  .contact-card .web-address{
    font-size:19px;
    line-height:1.9;
    text-align:center;
  }

  .contact-card a{
    font-size:19px;
  }

  /*==================================================
  CIERRE Y ADQUISICIÓN DEL LIBRO
  ==================================================*/

  .libro-cierre{
    margin-top:50px;
    margin-bottom:40px;
    text-align:center;
    font-style:italic;
    font-size:19px;
    line-height:1.9;
  }

  /* Mensaje oculto hasta pulsar el botón */
  .mensaje-adquisicion{
    display:none;
    max-width:600px;
    margin:25px auto 0;
    text-align:center;
    font-family:'Lato',sans-serif;
    font-size:19px;
    line-height:1.9;
    color:#4b4b4b;
  }

  .mensaje-adquisicion strong{
    display:block;
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    font-weight:400;
    color:#8b6a2b;
    margin-bottom:8px;
  }

  .mensaje-adquisicion p{
    margin:0;
    text-align:center;
  }

}
/*==================================================
RESPONSIVE TABLET
==================================================*/

@media (min-width:769px) and (max-width:1100px){

  .hero{
    padding:90px 30px;
  }

  .logo-principal{
    max-width:420px;
  }

  .container{
    width:90%;
    max-width:1000px;
  }

  .section h2{
    max-width:none;
  }

  .section p{
    max-width:none;
  }

  .libro-grid{
    grid-template-columns:1fr;
    gap:70px;
    text-align:center;
  }

  .libro-texto{
    max-width:850px;
    margin-left:auto;
    margin-right:auto;
  }

  .autora-grid{
    grid-template-columns:1fr;
    gap:70px;
    text-align:center;
  }

  .autora-texto{
    max-width:850px;
    margin-left:auto;
    margin-right:auto;
  }

  .timeline-item{
    grid-template-columns:1fr;
    gap:25px;
  }

  .timeline-year{
    text-align:left;
    font-size:42px;
  }

  .timeline-content{
    padding-left:25px;
  }

  .footer-container{
    flex-direction:column;
    gap:60px;
  }

}


/*==================================================
RESPONSIVE MÓVIL
==================================================*/

@media (max-width:768px){

  /*--------------------------------------------------
  AJUSTE GENERAL
  --------------------------------------------------*/

  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  body{
    font-size:17px;
  }

  .container{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  /*--------------------------------------------------
  HERO
  --------------------------------------------------*/

  .hero{
    min-height:auto;
    padding:80px 15px;
    overflow:hidden;
  }

  .hero-content{
    width:90%;
    max-width:100%;
    padding:0;
    margin-left:auto;
    margin-right:auto;
  }

  .logo-principal{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
    margin-bottom:40px;
  }

  .hero-subtitle{
  font-size:28px;
  line-height:1.5;
  width:90%;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  display:block;
}

  .hero-text{
    font-size:20px;
    max-width:90%;
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  
  .libro-cierre{
  width:100%;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  }

  .hero-publicacion{
    width:100%;
    max-width:100%;
    padding:18px;
    font-size:16px;
    box-sizing:border-box;
  }

  .hero-button{
  display:block;
  width:90%;
  max-width:320px;
  margin-left:auto;
  margin-right:auto;
  }

  /*--------------------------------------------------
  MENÚ
  --------------------------------------------------*/

/*--------------------------------------------------
 MENÚ
 --------------------------------------------------*/

nav{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  background:rgba(253,252,249,.96);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(155,122,59,.12);
  box-sizing:border-box;
}

.menu{
  display:none;
  flex-direction:column;
  gap:20px;
  padding:20px;
  box-sizing:border-box;
}

.menu.active{
  display:flex;
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  width:90%;
  max-width:320px;
  background:#fff;
  box-shadow:0 4px 15px rgba(0,0,0,.12);
}

.menu-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:0 auto;
  background:none;
  border:none;
  font-family:'Lato',sans-serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:2px;
  color:#9b7a3b;
  cursor:pointer;
  padding:12px 20px;
}

.menu-icon{
  position:relative;
  display:block;
  width:18px;
  height:14px;
  border-top:2px solid #9b7a3b;
  border-bottom:2px solid #9b7a3b;
}

.menu-icon::after{
  content:"";
  position:absolute;
  left:0;
  top:4px;
  width:18px;
  height:2px;
  background:#9b7a3b;
}

  /*--------------------------------------------------
  SECCIONES
  --------------------------------------------------*/

  .section{
    padding:90px 0;
    width:100%;
    max-width:100%;
    overflow:hidden;
  }
  
  #obra{
  padding-bottom:20px;
}
  
  #libro{
    padding-top:0;
  }

  .timeline{
    padding:90px 0;
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  h1,
  h2,
  h3{
    max-width:100%;
  }

  h2{
    font-size:40px;
    line-height:1.15;
    word-wrap:break-word;
    overflow-wrap:break-word;
  }

  .section-subtitle{
    text-align:center;
    max-width:100%;
    overflow-wrap:break-word;
  }

  .section h2{
    text-align:center;
    width:100%;
    max-width:100%;
  }

  .section .gold-line{
    margin-left:auto;
    margin-right:auto;
  }

  .section p{
    width:100%;
    max-width:100%;
    font-size:17px;
    line-height:1.9;
    text-align:justify;
    overflow-wrap:break-word;
    word-wrap:break-word;
  }

  /*--------------------------------------------------
  TEXTO GENERAL
  --------------------------------------------------*/

  .lead{
    width:100%;
    max-width:100%;
    font-size:25px;
    line-height:1.6;
    overflow-wrap:break-word;
  }
  
  #obra .lead{
    font-size:21px;
  }

  blockquote{
    width:100%;
    max-width:100%;
    font-size:30px;
    padding:0 10px;
    margin-left:auto;
    margin-right:auto;
    overflow-wrap:break-word;
  }

  /*--------------------------------------------------
  EL LIBRO
  --------------------------------------------------*/

  .libro-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:50px;
    width:100%;
    max-width:100%;
  }

  .libro-imagen{
    width:100%;
    max-width:100%;
  }

  .proximamente{
    width:100%;
    max-width:360px;
    margin-left:auto;
    margin-right:auto;
    padding:45px 25px;
  }

  .libro-texto{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  
  #libro .subtitulo-libro{
  text-align:center !important;
}
  
  .texto-libro{
  text-align:justify;
  }

  .libro-texto h2{
    width:100%;
    max-width:100%;
    font-size:40px;
    line-height:1.15;
  }

  .book-features{
    width:100%;
    max-width:100%;
  }

  .book-features li{
    font-size:17px;
    overflow-wrap:break-word;
  }

  /*--------------------------------------------------
  AUTORA
  --------------------------------------------------*/

  .autora-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:50px;
    width:100%;
    max-width:100%;
  }

  .autora-foto{
    width:100%;
    max-width:100%;
  }

  .autora-foto img{
    width:100%;
    max-width:340px;
    margin-left:auto;
    margin-right:auto;
  }

  .autora-texto{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  .autora-texto p{
    width:100%;
    max-width:100%;
    font-size:17px;
    line-height:1.9;
    overflow-wrap:break-word;
  }

  /*--------------------------------------------------
  PROYECTO SEMBRADORES
  --------------------------------------------------*/

  .light .container{
    width:90%;
    max-width:100%;
  }

  .light blockquote{
    width:100%;
    max-width:100%;
    font-size:30px;
    margin-top:60px;
  }

  /*--------------------------------------------------
  CRONOLOGÍA
  --------------------------------------------------*/

  .timeline .container{
    width:90%;
    max-width:100%;
  }

  .timeline h2{
    text-align:center;
  }

  .timeline .gold-line{
    margin-left:auto;
    margin-right:auto;
  }

  .timeline-item{
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
    width:100%;
    max-width:100%;
    margin-bottom:60px;
  }

  .timeline-year{
    text-align:left;
    font-size:36px;
  }

  .timeline-content{
    width:100%;
    max-width:100%;
    padding-left:25px;
    box-sizing:border-box;
  }

  .timeline-content h3{
    font-size:28px;
    line-height:1.2;
    overflow-wrap:break-word;
  }

  .timeline-content p{
    width:100%;
    max-width:100%;
    margin-bottom:0;
  }

  /*--------------------------------------------------
  CITA DESTACADA
  --------------------------------------------------*/

  .quote-section{
    padding:40px 15px 0;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    overflow:hidden;
    min-height:0;
  }
  
  .quote-section blockquote{
    margin:20px auto 0;
  }

  .quote-content{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  .quote{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    font-size:34px;
    line-height:1.5;
    overflow-wrap:break-word;
  }

  /*--------------------------------------------------
  CONTACTO
  --------------------------------------------------*/

  
  .contacto{
    width:100%;
    max-width:100%;
    padding:100px 0;
    overflow:hidden;
  }

  .contacto .narrow{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    box-sizing:border-box;
  }

  .contacto .section-subtitle{
    width:100%;
    max-width:100%;
    text-align:center;
  }

  .contacto h2{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:40px;
    line-height:1.15;
    overflow-wrap:break-word;
  }

  .contacto .gold-line{
    margin-left:auto;
    margin-right:auto;
  }

  .contacto-texto{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    font-size:18px;
    line-height:1.9;
    text-align:center !important;
    overflow-wrap:break-word;
  }

  /* TARJETA DE CONTACTO */

  .contact-card{
    width:calc(100% - 30px);
    max-width:560px;
    margin:60px auto;
    padding:30px 15px;
    box-sizing:border-box;
    text-align:center;
  }

  .contact-card h3{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center !important;
    font-size:30px;
    line-height:1.2;
    overflow-wrap:break-word;
  }

  .contact-card h3 .segunda-linea{
    display:block;
  }

  /* EMAIL */

.contact-card p{
  width:100%;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  font-size:16px;
  line-height:1.8;
  text-align:center !important;
}

.email-icon{
  display:block;
  text-align:center;
}

.email-address{
  display:inline-block;
  text-align:center;
  white-space:nowrap;
  word-break:normal;
  overflow-wrap:normal;
}

  .web-icon{
    display:block;
    text-align:center;
  }

  .web-address{
    display:block;
    width:auto;
    max-width:100%;
    text-align:center;
    overflow-wrap:break-word;
    word-break:break-word;
  }

  /* FRASES FINALES */

  .contacto-final{
    display:block;
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    font-family:'Lato',sans-serif;
    font-size:17px;
    font-style:italic;
    font-weight:300;
    line-height:1.9;
    color:#555;
    overflow-wrap:break-word;
    box-sizing:border-box;
  }

  .contacto-final + .contacto-final{
    margin-top:35px !important;
  }

  /*--------------------------------------------------
  FRASES FINALES
  --------------------------------------------------*/

  .contacto-final{
    width:100%;
    max-width:100%;
    margin:40px auto 0;
    font-family:'Lato',sans-serif;
    font-size:17px;
    font-style:italic;
    font-weight:300;
    line-height:1.9;
    color:#555;
    text-align:center;
    overflow-wrap:break-word;
  }

  .contacto-final + .contacto-final{
    margin-top:35px;
  }

  /*--------------------------------------------------
  CIERRE Y ADQUISICIÓN DEL LIBRO
  --------------------------------------------------*/

  .libro-cierre{
    width:100%;
    max-width:100%;
    margin-top:40px;
    margin-bottom:35px;
    text-align:center;
    font-style:italic;
    font-size:17px;
    line-height:1.9;
    overflow-wrap:break-word;
  }

  .mensaje-adquisicion{
    width:100%;
    max-width:100%;
    margin:25px auto 0;
    text-align:center;
    font-family:'Lato',sans-serif;
    font-size:17px;
    line-height:1.9;
    color:#4b4b4b;
    overflow-wrap:break-word;
  }

  .mensaje-adquisicion strong{
    display:block;
    font-family:'Cormorant Garamond',serif;
    font-size:26px;
    font-weight:400;
    color:#8b6a2b;
    margin-bottom:8px;
  }

  .mensaje-adquisicion p{
    width:100%;
    max-width:100%;
    margin:0;
    text-align:center;
  }

  /*--------------------------------------------------
  PIE DE PÁGINA
  --------------------------------------------------*/

  footer{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  .footer{
    text-align:center;
  }

  .footer-container{
    align-items:center;
    text-align:center;
    width:calc(100% - 30px);
    max-width:100%;
    gap:50px;
  }

  .footer-logo{
    width:100%;
    max-width:100%;
    text-align:center;
  }

  .footer-logo h2{
    text-align:center;
    max-width:100%;
  }

  .footer-logo p{
    width:100%;
    max-width:100%;
    text-align:center;
    overflow-wrap:break-word;
  }

  .footer-links{
    width:100%;
    max-width:100%;
    text-align:center;
  }

  .footer-links h3{
    text-align:center;
  }

  .footer-links a{
    text-align:center;
    overflow-wrap:break-word;
  }

  .footer-bottom{
    text-align:center;
  }

}


/*==================================================
MÓVILES PEQUEÑOS
==================================================*/

@media (max-width:480px){

  /*--------------------------------------------------
  AJUSTE GENERAL
  --------------------------------------------------*/

  .container{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  /*--------------------------------------------------
  HERO
  --------------------------------------------------*/

  .hero{
    padding:65px 12px;
  }

  .hero-content{
    width:90%;
    max-width:100%;
    padding:0;
    margin-left:auto;
    margin-right:auto;
  }

  .logo-principal{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:35px;
  }

  .hero-subtitle{
  font-size:24px;
  line-height:1.5;
  width:90%;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  display:block;
  }

  .hero-text{
    font-size:19px;
    line-height:1.8;
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  
  .libro-cierre{
  width:100%;
  max-width:100%;
  margin:40px auto 35px;
  text-align:center !important;
  font-style:italic;
  font-size:17px;
  line-height:1.9;
  }

  .hero-publicacion{
    width:100%;
    max-width:100%;
    padding:16px 12px;
    font-size:15px;
  }

  .hero-button{
  display:block;
  width:90%;
  max-width:320px;
  padding:16px 20px;
  margin-left:auto;
  margin-right:auto;
  }

  /*--------------------------------------------------
  SECCIONES
  --------------------------------------------------*/

  .section{
    padding:75px 0;
  }

  .timeline{
    padding:75px 0;
  }

  h2{
    font-size:34px;
    line-height:1.15;
  }

  .section-subtitle{
    font-size:12px;
    letter-spacing:3px;
  }

  .section p{
    font-size:16px;
    line-height:1.85;
  }

  .lead{
    font-size:23px;
  }

  /*--------------------------------------------------
  CITAS
  --------------------------------------------------*/

  blockquote{
    font-size:28px;
    padding:0 5px;
    line-height:1.5;
  }

  .quote{
    font-size:28px;
    line-height:1.5;
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  /*--------------------------------------------------
  EL LIBRO
  --------------------------------------------------*/

  .libro-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .proximamente{
    max-width:320px;
    padding:40px 20px;
  }

  .proximamente h3{
    font-size:34px;
  }

  .proximamente p{
    font-size:16px;
  }

  .libro-texto h2{
    font-size:34px;
  }

  .book-features li{
    font-size:16px;
  }

  /*--------------------------------------------------
  AUTORA
  --------------------------------------------------*/

  .autora-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .autora-foto img{
    max-width:300px;
  }

  .autora-texto p{
    font-size:16px;
    line-height:1.85;
  }

  /*--------------------------------------------------
  CRONOLOGÍA
  --------------------------------------------------*/

  .timeline-item{
    gap:15px;
    margin-bottom:50px;
  }

  .timeline-year{
    font-size:32px;
  }

  .timeline-content{
    padding-left:20px;
  }

  .timeline-content h3{
    font-size:25px;
  }

  /*--------------------------------------------------
  CITA DESTACADA
  --------------------------------------------------*/

  .quote-section{
    padding:40px 12px 20px;
  }

  .quote{
    font-size:28px;
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  /*--------------------------------------------------
  CONTACTO
  --------------------------------------------------*/

  .contacto{
    width:100%;
    max-width:100%;
    padding:80px 0;
    overflow:hidden;
  }

  .contacto .narrow{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    box-sizing:border-box;
  }

  .contacto .section-subtitle{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }

  .contacto h2{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:34px;
    line-height:1.15;
    overflow-wrap:break-word;
  }

  .contacto .gold-line{
    margin-left:auto;
    margin-right:auto;
  }

  .contacto-texto{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    font-size:17px;
    line-height:1.85;
    text-align:center !important;
    overflow-wrap:break-word;
  }

  /* TARJETA DE CONTACTO */

  .contact-card{
    width:90%;
    max-width:100%;
    margin:55px auto;
    padding:25px 12px;
    box-sizing:border-box;
    text-align:center;
  }

  .contact-card h3{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center !important;
    font-size:27px;
    line-height:1.2;
    overflow-wrap:break-word;
  }

  .contact-card h3 .segunda-linea{
    display:block;
  }

  /* EMAIL */

.contact-card p{
  width:90%;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  font-size:15px;
  line-height:1.8;
  text-align:center !important;
}

.email-address{
  display:inline-block;
  white-space:nowrap;
  word-break:normal;
  overflow-wrap:normal;
}

  .web-icon{
    display:block;
    text-align:center;
  }

  .web-address{
  display:block;
    width:auto;
    max-width:100%;
    font-size:15px;
    text-align:center;
    overflow-wrap:break-word;
    word-break:break-word;
  }

  /* FRASES FINALES */

  .contacto-final{
    display:block;
    width:90% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    font-family:'Lato',sans-serif;
    font-size:16px;
    font-style:italic;
    font-weight:300;
    line-height:1.8;
    color:#555;
    overflow-wrap:break-word;
    box-sizing:border-box;
  }

  .contacto-final + .contacto-final{
    margin-top:30px !important;
  }

  /*--------------------------------------------------
  PIE DE PÁGINA
  --------------------------------------------------*/

  .footer-container{
    width:90%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    gap:40px;
  }

  .footer-logo h2{
    font-size:30px;
  }

  .footer-logo p{
    font-size:16px;
  }

  .footer-links a{
    font-size:16px;
  }

}


/*==================================================
FIN
==================================================*/