﻿.page-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #e3e6ea;
    padding: 40px 0;
}

.img-medium img {
    max-width:100%; /* ajustar: 40%, 50%, 60% */
    height: auto;
}

.page-header-content {
    text-align: center;
}

.page-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0);
}

.breadcrumb-nav {
    display: flex;
    justify-content: center;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 14px;
}

    .breadcrumb-list li {
        color: #6c757d;
    }

        .breadcrumb-list li a {
            color: #007bff;
            text-decoration: none;
        }

            .breadcrumb-list li a:hover {
                text-decoration: underline;
            }

    .breadcrumb-list .separator {
        margin: 0 8px;
        color: #adb5bd;
    }

    .breadcrumb-list .active {
        font-weight: 500;
        color: #495057;
    }



#post-section {
    border-top: 2px solid #048500;
}

    #post-section p {
        font-size: 1.3rem; /* probar 1.1rem, 1.2rem o 18px */
        line-height: 1.7;
    }

@media (max-width: 768px) {
    #post-section p {
        font-size: 1.05rem;
    }
}

