/*Nav*/
.navbar-wrapper {
	width: 95%!important;
}
.navbar .nav > li > a {
	font-family: Georgia,Georgia,serif!important;
	font-size: 18px!important;

}


/* --- Book Hero --- */

.book-hero{
  position: relative;
  overflow: hidden;
  padding: 60px 0; /* espacio vertical general */
  background-color: #EBEAE2;
}


/* overlay con gradiente #EBEAE2D7 al 84% (rgba ~ 0.84) */
.book-hero__overlay{
  position: absolute;
 inset: 0;
  background: linear-gradient(90deg, rgba(235,234,226,0.84) 0%, rgba(235,234,226,0.84) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Inner flex container */
.book-hero__inner{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px; /* ancho central */
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 768px){
	.book-hero__inner{
		flex-direction: column;
	}
	
	.book-hero__right{
		flex-direction: column;
	}
}

/* Left texto */
.book-hero__left{

	
}

.book-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/10/Rectangle-8-1.png'); 
  background-size: cover;
  background-position: center;
  z-index: 2;
  pointer-events: none;
}

/* Tipografía solicitada */
.book-hero__title{
  margin: 0;
  font-family: 'Scotch Text Condensed', 'Times New Roman', Georgia, serif;
  font-weight: 600;
  font-style: normal; /* SemiBold no existe como font-style, permanece normal y weight 600 */
  font-size: 80px;
  line-height: 1; /* 100% */
  letter-spacing: 0;
  color: #8f6f36; /* tono dorado - ajusta si necesitas otro */
  transform: translateY(0px);
}

/* subtítulo (opcional) */
.book-hero__subtitle{
  margin-top: 12px;
  color: #6b655b;
  font-size: 16px;
}

/* Right imágenes */
.book-hero__right{ 
  display: flex;
  gap: 18px;
  z-index: 1;
}

/* section 2 */


.book-section {
  background-color: #fff;
  padding: 60px 100px;
  margin: 0 auto;
}

@media (max-width: 768px){
	
	.book-container, .section-reverse {
		display: flex!important;
		flex-direction: column-reverse;
	}
	
	.text-aling-center {
		text-align: center;
	}

	.book-hero__title{
	  font-size: 40px;
	}
	.book-section {
	  background-color: #fff;
	  padding: 60px 20px;
	  margin: 0 auto;
	}	
	
	.book-container {
    grid-template-columns: 1fr!important;
  }

	.book-author {
    margin-top: 20px;
    text-align: center;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
	padding-bottom: 15px;
	padding-top: 15px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	}
}
.section-price {
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;

}
.book-container {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 40px;
  align-items: flex-start;
}

.container-book {
	position: relative;
}

.book-left {
  text-align: center;
}

.book-cover-2 {
	background-color: #F6F6F6;
	width: 100%;
}


.look-inside {
	position: absolute;
	bottom: 0;
	right: 0;
  display: inline-block;
  margin-top: 10px;
  color: #8B6B2E;
  text-decoration: none;
  font-weight: 600;
  background-color: #f7f3e9;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 0.9rem;
}

.book-author {
  margin-top: 20px;
  text-align: center;
   border-bottom: 1px solid #D6D6D6;
   border-top: 1px solid #D6D6D6;
	padding-bottom: 15px;
	padding-top: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
}

.book-author h2{
	font-family: Georgia;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	color: #8C742E;
	margin-bottom: 0px;
}

.book-author p{
	font-family: Georgia;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	color: #000000;

}

.author-photo {
  width: 74px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 8px;
}

.book-right {

}

.book-right h2 {
	line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: 700;
	font-family: Georgia;
	font-weight: 700;
	font-size: 40px;

}

.subtitle {
font-family: Georgia;
font-weight: 400;
font-style: Regular;
font-size: 24px;
  margin-bottom: 30px;
}

.price {
  font-size: 1.2rem;
  margin: 20px 0;
font-family: Georgia;
font-weight: 700;
font-style: Bold;
font-size: 30px;

}

.buy-button, .simpay-button, .simpay-payment-btn {
  background-color: #CE6874!important;
  display: inline-block;
  color: #FFFFFF!important;
  padding: 10px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
  background-image: none!important;
}

.simpay-payment-btn span{
	background-image: none;
	border: 0px;
	box-shadow: none!important;
	background: none!important;
}
.buy-button:hover {
  background-color: #a52220;
 color: #FFFFFF;
}

.book-feature {
	background-color: #FAFAFA;
	padding: 30px 40px;
	text-align: center;
	margin-top: 20px;
}
.book-feature h3, .book-feature p{
	font-family: Georgia;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	color: #8C742E;
}
.book-feature img {
	margin-bottom: 20px;
	margin-top: 20px;
}

.book-description {
	margin-top: 40px;
}

.book-description p {
	font-family: Georgia;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 24px;
	color: #5A5A5A;
}

.book-description h3 {
	font-family: Georgia;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	line-height: 24px;
	color: #5A5A5A;
}