.wq-blog-box .wq-conteudo h2 a {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.wq-blog-box .wq-conteudo h4 a{
    font-size: 18px;
    font-weight: 500;
    margin: 18px 0 18px;
    text-transform: capitalize;
    color: #001668;
}

.wq-blog-box .wq-conteudo {
    box-shadow: none;
    padding: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 40px;
}
.wq-blog-box figure img {
    height: 435px;
}

.wq-sidebar > div{
    border: 1px solid #e8e8e8;
    margin-bottom: 36px;
    padding: 20px!important;
}
.wq-sidebar > div h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0 11px;
}

.search-form form input{
    position: relative;
    display: block;
    font-size: 18px;
    color: #222;
    line-height: 30px;
    padding: 20px 30px;
    padding-right: 75px;
    height: 70px;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;    
}
.search-form form {
    margin-top: 20px;
}
.search-form form button{
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #333;
    padding: 0;
    font-weight: 400;
    cursor: pointer;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: none;
    background: #001668;
    color: #fff;
    float: right;
    margin-top: -70px;
}
    

.wq-post-row{
    display: flex;
    margin-top: 25px;
    justify-content: flex-start;
}
.wq-post-row img{
    display: block;
    height: 45px;
    width: auto;
    border-radius: 3px;
}
.wq-post-row  > div{
    padding-left: 15px;
}
.wq-post-row  > div h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin: 0 0;
    line-height: 1.4em;
    font-weight: 600;
    color: #25283a;
    margin-bottom: 6px;
    text-align: left;
}

.wq-post-row  > div p{
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 6px;
}


.wq-catrgorias ul{
    margin-top: 25px;
}
.wq-catrgorias ul li a{
    transition: .5s ease;
    text-transform: capitalize;
    color: #798795;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
    transition: all .2s linear;
}
.wq-catrgorias ul li a:hover{
    color: #001668;
}



.wq-tags ul li a{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 10px 8px;
    border-bottom: 1px solid #f2f2f2;
    color: #798795;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0.1s;
    z-index: 1;
}
.wq-tags ul li a:hover{
    color: #fff;
    border-color: #001668;
}
.wq-tags ul li a:hover::before{
    transform: translateX(0px);
    transition: all 0.2s ease-in-out 0.1s;
}
.wq-tags ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: -1px;
    right: 0;
    content: "";
    z-index: -1;
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.1s;
    background-color: #001668;
}
.wq-tags ul li{
    margin: 3px;
}
.wq-tags ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.wq-contato figure{
    position: relative;
    overflow: hidden;
    width: calc(100% + 42px);
    height: 490px;
    margin-left: -21px;
    margin-bottom: -21px;
}
.wq-contato figure img{
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: all 1s linear;
}
.wq-contato:hover figure img{
    transform: scale(1);
}
.wq-contato figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s linear;
}
.wq-contato:hover figure figcaption{
    background-color: rgba(3, 13, 40, 0.70);
}
.wq-contato figure figcaption span{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    color: #ffffff;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    background-color: #001668;
}

.wq-blog-box blockquote{
    background-color: transparent;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 18px;
    line-height: 30px;
    quotes: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid #000;
    margin: 0 0 28px;
    padding: 1em;
    padding-left: 1em;
    background-color: #001668;
    padding: 69px 50px 67px;
}
.wq-blog-box blockquote::before{
    color:#fff;
}

.wq-blog-box blockquote p{
    color: #fff!important;
    margin-bottom: 0;
    font-size: 26px!important;
    font-weight: 600;
}
blockquote:before {
    font-family: Flaticon;
    content: '\f108';
    display: block;
    color: #fff;
    position: absolute;
    right: 38px;
    top: 61px;
    font-size: 70px;
}
.wq-cta{
    background-color: #f0f0f0;
}

.wq-blog-box .wq-conteudo ul li{
    margin: 0 0 5px;
    padding-left: 26px;
    position: relative;
}
.wq-blog-box .wq-conteudo ul li:before{
    position: absolute;
    display: block;
    content: '';
    top: 8px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: 001668;
}