.tb {
    margin: 0 auto;
    width: 30%;
    border-collapse: separate;
    border-spacing: 20px 20px;
}

.mn {
    font-size: 15px;
    font-family: Verdana, 'Times New Roman';
    text-align: center;
}

#cabecera {
    min-height: 400px;
    width: 100%;
    background: url('../imagenes/blogs/banner.jpg') no-repeat 0;
    background-position: center;
    background-size: cover;
    color: #000;
}

footer {
    text-align: center;
    background: black;
    color: white;
    padding-bottom: 20px;
}

#footer {
    background: #666;
    background-imagen: none;
    background-color: red;
}

.bo {
    border: 2px solid;
    height: 50px;
    width: 535px;
    margin: 5px;
    background-color: #FBE663;
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
    word-wrap: break-word;
}

.ho {
    margin: 15px 0 -15px 40px;
}

img {
    border-radius: .5rem;
}

.border-plomo {
    border-color: rgba(85, 85, 85, .5) !important;
}

.blogs-img {
    max-height: 100%;
    max-width: 100%;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.card-date {
    padding: 0.5rem;
    border: 1px solid black;
    border-radius: .5rem;
}

.card {
    border: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .5rem;
}

.mb-5 {
    margin-bottom: 2rem;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-block {
    display: block !important;
}

.blog-div {
    padding: .5rem;
}

.text-right {
    text-align: right !important;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.card-header {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pagination-circle .page-item .page-link {
    border-radius: 50% !important;
    margin-left: .1rem;
    margin-right: .1rem;
}

.overflow-auto {
    overflow: auto !important;
}

.text-center {
    text-align: center !important;
}

.h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    font-size: 2.5rem;
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    font-size: 2.2rem;
    font-weight: normal;
}

.text-decoration-hover-none:hover {
    text-decoration: none;
}

.bg-light {
    background-color: #f8f9fa!important;
}

.py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.px-2 {
    padding-right: 2rem;
    padding-left: 2rem;
}

.p-2 {
    padding: 1rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-2 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 2rem;
}

@media(min-width:768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .blog-div {
        padding-left: 15px;
    }
    .p-md-5 {
        padding: 2rem;
    }
}