/* Variant D — Tipográfico Minimal: Raleway + Libre Baskerville, muy limpio, tipografía protagonista */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

body {
	font-family: 'Libre Baskerville', serif;
	font-size: 1.05rem;
	color: #222;
	background-color: #ffffff;
}

a, a:visited, a:active, a:focus { color: #444; background-color: transparent; transition: color 0.2s ease; }
a:focus { color: #444; }
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.95; }
p a { border-bottom: 1px dotted #888; }
p a:hover { border-bottom: 1px solid #000; }

blockquote { background-color: #f9f9f9; border-left: 2px solid #ccc; padding: 30px; }

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

form button {
	color: #555;
	font-family: 'Raleway', sans-serif;
	font-size: 0.85rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	background: #fff;
	padding: 12px 20px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
}
form button:hover { color: #000; border-color: #000; }

input, textarea {
	font-family: 'Libre Baskerville', serif;
	font-size: 0.9rem;
	border: 1px solid #ddd;
	background: #fff;
	padding: 15px;
	margin: 5px 0;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
input:focus, textarea:focus { border-color: #888; outline: none; }

.navbar-brand { width: 100%; }

.title {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 5.8rem;
	letter-spacing: 12px;
	text-transform: uppercase;
	color: #ffffff;
	width: 100%;
	text-align: center;
	display: block;
}

.subtitle {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 0.95rem;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.75);
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 8px;
}

.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: 28px; height: 28px; }
.whatsapp-contact-button span { font-size: 14px; font-weight: bold; font-family: 'Raleway', sans-serif; letter-spacing: 1px; }
.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: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1.0rem;
	letter-spacing: 1px;
	line-height: 1.7;
	color: #555;
}

.main-bar {
	background-image: url('/images/bar-animation.gif');
	background-size: cover;
	background-position: center;
	padding-bottom: 22px;
	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: 4px;
	overflow: hidden;
}

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

.post-details {
	font-size: 1.1rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 90%;
}
@media (max-width: 600px) { .post-details { font-size: 0.85rem; } }
.post-details a { color: #fff; }
.post-details hr { border-color: rgba(255,255,255,0.4); width: 10%; margin-top: 10px; margin-bottom: 0; }

.date { color: #aaa; font-family: 'Raleway', 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: 'Raleway', sans-serif; font-weight: 200; letter-spacing: 4px; text-transform: uppercase; }
.post-page hr { border-color: #eee; width: 5%; margin-top: 20px; margin-bottom: 10px; }

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