/* blog wp styles */

.blog .barra h1,
.category .barra h1 {
    font-family: 'TTNorms';
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
}

#blog img {
    width: 100%
}

#blog h3 {
    font-size: 22px
}

#blog .texto {
    padding: 30px 0
}

#blog h3 a:hover {
    color: #1d3884;
}

#blog .imagen {
    position: relative
}

#blog .imagen .img {
    width: 100%
}

#blog .categoria {
    position: absolute;
    background-color: #1d3884;
    color: #fff;
    bottom: 0;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px
}

#blog .categoria a {
    color: #fff
}

.btn-outline-blue {
    border: 1px solid #1d3884;
    color: #1d3884;
    border: 0;
}

.btn-outline-blue:hover {
    color: #1d3884
}

main[role=blog] {
    padding-top: 30px;
}

.padding-top {
    padding-top: 120px;
}

#view-blog .container {
    max-width: 700px
}

#view-blog .imagen {
    margin-bottom: 40px
}

#view-blog h1 {
    font-size: 42px;
    font-weight: 800
}

#view-blog h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 2rem
}

#view-blog h3 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 2rem
}

#view-blog h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

#view-blog h5 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

#view-blog h6 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

#view-blog .texto img {
    text-align: center;
    width: 100%;
    height: inherit
}

#view-blog a {
    color: #1d3884
}

#view-blog p {
    text-align: justify;
    margin-top: 1rem;
    margin-bottom: 1rem
}

#view-blog .navigation {
    overflow: hidden
}

#view-blog .facebook {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
}

.single-post .barra {
    padding: 70px 0 70px;
}