/*
Theme Name: Hago Webs Bootstrap
Author: Hago Webs
Author URI: https://hagowebs.com/
Description: Plantilla creada con Bootstrap 5.2.3
Version: 2025
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* General */

body {
	background-color: #212529;
    color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 125%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Merriweather", serif;
}
a {
	color: #ffcc10;
	text-decoration: none;
}
a:hover {
	color: #ff4747;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
}
a img:hover {
	opacity: 0.85;
}

/* Wordpress */

.wp-element-caption {
	display: none;
}
.wp-block-heading {
	margin-bottom: 1.5rem;
}

.navbar li {
	display: inline-block;
}

/* Tamaño reducido al hacer scroll */

.navbar.shrink {
	transition: all 0.3s ease;
    border-bottom: 1px solid #ff4747;
}
.navbar.shrink .custom-logo {
	max-width: 4rem;
	transition: all 0.3s ease;
}
.navbar.shrink .menu-item {
	font-size: 1.25rem;
	transition: all 0.3s ease;
}

/* Plantilla */

.arriba {
	padding: 1.5rem;
	font-size: 100%;
}
#footer {
	background: #000;
	color: #fff;
	padding-top: 2rem;
	padding-bottom: 2rem;
    margin-top: 48px;
}
#footer ul {
	margin: 0;
	line-height: 2.2;
}
.titulo-con-fondo {
	background-size: cover;
	background-position: center;
	padding: 100px 20px;
	margin-bottom: 3rem;
}
.titulo-con-fondo h1 {
	margin: 0;
	color: white;
	font-size: 3em;
	text-align: center;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
	.menu-item {
		border-bottom: 1px solid #ccc;
	}
	.menu-item:last-of-type {
		border-bottom: 0;
	}
}
.post {
	padding: 1.5rem;
}
.pager {
	margin-bottom: 1.5rem;
	text-align: center;
}
.pager li {
	display: inline-block;
	margin-right: 1.5rem;
}
.pager li:last-child {
	margin-right: 0;
}

/* Sidebar */

.widget {
	padding: 1.5rem;
}
.widget h2 {
	margin-top: 0;
}
.widget ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.widget li {
	margin-bottom: 0.5rem;
}