/* Variant C — Editorial Cálida: Playfair Display + Nunito, rincones muy redondeados, tono cálido */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Nunito:wght@300;400;600&display=swap');

body {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	color: #2d2d2d;
	background-color: #fdf8f3;
}

a, a:visited, a:active, a:focus { color: #5a4a3a; background-color: transparent; transition: color 0.2s ease; }
a:focus { color: #5a4a3a; }
a:hover { color: #1a1a1a; }
a, a:link, a:visited, a:focus, a:hover, a:active { text-decoration: none; }

p { text-align: justify; line-height: 1.85; }
p a { border-bottom: 1px dotted #8a6a50; }
p a:hover { border-bottom: 1px solid #1a1a1a; }

blockquote { background-color: #f5ede4; border-left: 3px solid #c9a882; padding: 30px; border-radius: 0 16px 16px 0; }

.gutter { display: none; }
.highlight { background-color: #f5f0eb; padding: 30px; border-radius: 12px; }

form button {
	color: #666;
	font-family: 'Nunito', sans-serif;
	font-size: 0.95rem;
	background: #fff;
	padding: 12px 20px;
	width: 100%;
	border: 1.5px solid #d4b896;
	border-radius: 28px;
	transition: all 0.3s ease-in-out;
}
form button:hover { color: #1a1a1a; border-color: #8a6a50; }

input, textarea {
	font-family: 'Nunito', sans-serif;
	font-size: 0.95rem;
	border: 1.5px solid #e8ddd3;
	background: #fffcf9;
	padding: 14px 18px;
	margin: 5px 0;
	border-radius: 16px;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
input:focus, textarea:focus { border-color: #c9a882; outline: none; }

.navbar-brand { width: 100%; }

.title {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 5rem;
	letter-spacing: 0px;
	color: #ffffff;
	width: 100%;
	text-align: center;
	display: block;
	text-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

.subtitle {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	letter-spacing: 2px;
	color: rgba(255,255,255,0.88);
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 6px;
}

.whatsapp-contact-button {
	position: fixed; bottom: 20px; right: 20px; z-index: 1000;
	display: flex; align-items: center;
	background-color: #25D366; color: white; text-decoration: none;
	padding: 12px 18px; border-radius: 30px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.whatsapp-contact-button img { margin-right: 10px; width: 28px; height: 28px; }
.whatsapp-contact-button span { font-size: 15px; font-weight: 600; }
.whatsapp-contact-button:hover { background-color: #25D366; color: white; text-decoration: none; }

.hometext {
	display: inline-block;
	text-align: center;
	padding: 10px;
	margin: 5px;
	margin-bottom: 25px;
	margin-top: 25px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 1.3rem;
	line-height: 1.6;
	color: #5a4a3a;
}

.main-bar {
	background-image: url('/images/bar-animation.gif');
	background-size: cover;
	background-position: center;
	padding-bottom: 26px;
	padding-top: 8px;
	margin-bottom: 50px;
	border-radius: 0 0 28px 28px;
}

.image-box { position: relative; }
.image-box:before { content: ""; display: block; padding-top: 100%; }

.post-image {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 6px 22px rgba(90,60,30,0.13);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.post-image:hover { box-shadow: 0 12px 32px rgba(90,60,30,0.2); transform: translateY(-2px); }

.img-post-container { text-align: center; }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s; }
.post-image img:hover { opacity: 0.8; }

.post-details {
	font-size: 1.3rem;
	font-family: 'Playfair Display', serif;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 90%;
}
@media (max-width: 600px) { .post-details { font-size: 1.0rem; } }
.post-details a { color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,0.3); }
.post-details hr { border-color: rgba(255,255,255,0.5); width: 10%; margin-top: 10px; margin-bottom: 0; }

.date { color: #b09070; font-family: 'Nunito', sans-serif; text-transform: uppercase; font-size: 0.65rem; font-weight: 400; letter-spacing: 2px; }

.pagination { margin: 0 auto; }
.pagination a { color: #c9a882; }
.pagination a:hover { color: #5a4a3a; }

.cover-image { width: 100%; max-height: 30px; object-fit: cover; }
.post-page h1 { text-align: center; font-family: 'Playfair Display', serif; }
.post-page hr { border-color: #e8ddd3; width: 5%; margin-top: 20px; margin-bottom: 10px; }

footer { border-top: 1px solid #ede5da; }
