/* 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 */

.home-new {
	.book-hero__inner{
	  position: relative;
	  z-index: 2;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  gap: 40px;
	  margin: 0 auto;
	  padding-left: 4rem;
	  padding-right: 4rem;
	  max-width: 90vw;
  }
}



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

/* Left texto */
.book-hero__left{
	text-align: center;
}

.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 */
.home-hero__title{
    font-family: Georgia;
	font-weight: 400;
	font-style: Regular;
	font-size: 28px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #8C742E;
	text-align: center;
}

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

.home-new {
	.book-hero__right{
		flex-direction: column;
	}

	.container-btn {
		display: flex;
		gap: 25px;
	}

	padding: 0px!important;

	.book-left {
	  width: 50%;
	}
	
	.look-inside {
	  position: absolute;
	  bottom: 7rem;
	  right: 2rem;
	  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;
	 display: flex;
  	 flex-direction: column; /* ícono arriba del texto */
  	 align-items: center;
  	 justify-content: center;
		img {
				width: 60px;
				height:50px;
                background-image: none;
			}
    }
	.book-hero__right {
		gap: 0px;
	}
	@media (max-width: 768px){
		.look-inside {
		  bottom: 1rem;
		  right: -1rem;
    	}
	}
}

@media (max-width: 768px){

	.home-hero__title {
		font-size: 20px;
	}

	.book-cover-3 {
		max-width: 90%!important;	
	}

	.container-btn {
		flex-direction: column;
        align-items: center;
	}
	
	.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-3 {
	max-width: 520px;	
}


.home-hero__title.title-1{
	border-bottom: 1px solid #DAD3BF;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.home-hero__title.title-2{
	border-top: 1px solid #DAD3BF;
	padding-top: 30px;
	margin-top: 15px;
}



.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: #CF2E2E!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;
}