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

/* General */

a {
    color: #0b1c39;
    text-decoration: none;
}
a:hover {
    color: #2572ff;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
a img:hover {
    opacity: 0.85;
}

/* Menu */

@media (max-width: 768px) {
    .menu-item {
        border-bottom: 1px solid #ccc;
    }
    .menu-item:last-of-type {
        border-bottom: 0;
    }
}

/* Posts */

.post {
    padding: 1.5rem;
}
.page-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.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;
}

.marca {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.custom-logo {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}
.lead {
    font-size: 150%;
    font-weight: 500;
}