/* Variant A — Galería: Cormorant Garamond + Lato, elegante y espaciosa */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300&family=Lato:wght@300;400&display=swap');

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.15rem;
	color: #2a2a2a;
	background-color: #faf9f7;
}

a, a:visited, a:active, a:focus {
	color: #555;
	background-color: transparent;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
a:focus { color: #555; }
a:hover { color: #000; }
a, a:link, a:visited, a:focus, a:hover, a:active { text-decoration: none; }

p {
	text-align: justify;
	line-height: 1.9;
}
p a { border-bottom: 1px dotted #555; }
p a:hover { border-bottom: 1px solid #000; }

blockquote {
	background-color: #f0ede8;
	border-left: 3px solid #999;
	padding: 30px;
}

.gutter { display: none; }
.highlight { background-color: #f5f5f5; padding: 30px; }

form button {
	color: #777;
	font-size: 0.9rem;
	background: #fff;
	padding: 10px 15px;
	width: 100%;
	border: solid #ccc 2px;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
form button:hover { color: #000; border: solid #000 2px; text-decoration: none; }

input, textarea {
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 15px;
	margin: 5px 0;
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
input:focus, textarea:focus { border-color: #777; outline: none; }

.navbar-brand { width: 100%; }

.title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-size: 5.5rem;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #ffffff;
	width: 100%;
	text-align: center;
	display: block;
}

.subtitle {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	width: 100%;
	text-align: center;
	display: block;
}

.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: 10px 16px;
	border-radius: 30px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.whatsapp-contact-button img { margin-right: 10px; width: 30px; height: 30px; }
.whatsapp-contact-button span { font-size: 16px; font-weight: bold; }
.whatsapp-contact-button:hover { background-color: #25D366; color: white; text-decoration: none; }

.hometext {
	display: inline-block;
	text-align: center;
	padding: 10px;
	margin: 5px;
	transition: background-color 0.5s ease;
	margin-bottom: 25px;
	margin-top: 25px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-style: italic;
	line-height: 1.4;
	color: rgb(70, 70, 70);
}

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

.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: 6px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}

.img-post-container { text-align: center; }

.post-image img { width: 100%; height: 100%; object-fit: cover; }
.post-image img:hover { opacity: 0.82; filter: alpha(opacity=82); }

.post-details {
	font-size: 1.4rem;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 99%;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	letter-spacing: 2px;
}
@media (max-width: 600px) { .post-details { font-size: 1.0rem; } }
.post-details a { color: #fff; }
.post-details hr { border-color: #aaa; width: 10%; margin-top: 10px; margin-bottom: 0px; }

.date {
	color: #888;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 0.65rem;
	font-weight: 300;
	letter-spacing: 3px;
}

.pagination { margin: 0 auto; }
.pagination a { color: #aaa; }
.pagination a:hover { color: #333; }

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

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