/*
Theme Name: Observatorio Mexicano
Theme URI: www.fixie.com.mx
Description: Observatorio Mexicano
Version: 1
Author: Fixie diseño
Author URL: www.fixie.com.mx
*/


h1 {
    color: #bd0000;
}

h2 {
    color: #381b00;
}



.blog-detail h2 {
    margin-bottom: 25px;
    margin-top: 50px;
}

.blog-detail p {
    margin-bottom: 1em;
}



.footer__logo img{
    width: 60%;
    margin: auto;
}


/* PAGINACIÓN */
.pagination {
    margin-top: 50px;
    margin-bottom: 60px;
}

.pagination .page-numbers {
    display: inline-block;
    min-width: 42px;
    height: 42px;
    line-height: 40px;
    padding: 0 14px;
    margin: 0 3px;
    border: 2px solid #381b00;
    color: #381b00;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover {
    background-color: #bd0000;
    border-color: #bd0000;
    color: #fff;
}

.pagination .page-numbers.current {
    background-color: #bd0000;
    border-color: #bd0000;
    color: #fff;
}

.pagination .page-numbers.dots {
    border-color: transparent;
    background: transparent;
    color: #999;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    font-size: 18px;
    line-height: 38px;
}