
/*************************************************************** SECTION BLOG *********************************************************/
.sect_blog{
    padding: 100px 0;
    padding-bottom: 100px;
}
/*****/
.flex_blog{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex_blog .flex_item{
    width: 48%;
    margin-bottom: 30px;
}
/**/
.box_blog{
       padding: 15px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 11px 14px 3px rgb(204 204 204 / 54%);
}
/**/
.box_blog .box_head{
    position: relative;
    overflow: hidden;
}
.box_blog .box_head img{
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_blog:hover .box_head img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_blog .box_body{
    margin-top: 15px;
}
/**/
.box_blog .box_body .info_noticia span {
    color: #ffbf6a;
    font-weight: 600;
}
.box_blog .box_body .info_noticia span svg{
    color: #ff6b3d;
}
.box_blog .box_body h4 a{
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #00408a;
    font-weight: 800;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_blog .box_body h4 a:hover{
    color: #f3910e;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_blog .box_body p{
    font-weight: 300;
}
/**/
.box_blog .box_foot{
    border-top: 2px dashed #ccc;
    padding-top: 15px;  
}
.box_blog .box_foot>ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.box_blog .box_foot>ul>li{
    font-weight: 600;
}
.box_blog .box_foot>ul>li>img{
    border-radius: 50%;
    width: 30px;
    margin-right: 5px;
}
.box_blog .box_foot .btn_vermas{
    color: #00408a;
    display: block;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_blog .box_foot .btn_vermas:hover{
    color: #f3910e;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
@media(max-width: 991px){
    .sect_blog{
        padding: 50px 0;
    }
}
@media(max-width: 767px){
    .flex_blog .flex_item {
        width: 100%;
    }
}
/************************************************************* END SECTION BLOG *******************************************************/

/******************************************************** SECTION BANNER **********************************************************/
.sect_banner{
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
}
/*****/
.box_banner h2{
    font-size: 60px;
    font-weight: 700;
    color: #533931;
}
.box_banner h2 span{
    color: #ff6b3d;
}
.box_banner p{
    font-size: 18px;
    font-weight: 300;
}
.box_banner a{
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 15px;
    cursor: pointer;
    border: 0;
    text-align: center;
    background: #ff6b3d;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_banner a:hover{
    background: #533931;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_banner a:focus{
    outline: none;
}
/*****/
@media(max-width: 991px){
    .box_banner h2 {
        font-size: 40px;
    }
    .box_banner p {
        font-size: 15px;
    }
}
/******************************************************** END SECTION BANNER **********************************************************/
/**/
.pagination_cat{

    text-align: center;

}

.pagination_cat ul{

    padding-left: 0;

    margin: 20px 0;

    text-align: center;

    list-style: none;

    display: -webkit-inline-box;

}

.pagination_cat .disabled{

    display: inline;

}

.pagination_cat li.active a{

    background: #000000;
    color: #ffffff;
    border-color: #000000;

}

.pagination_cat li.active a:hover{

    background: #000000;
    color: #ffffff;
    border-color: #000000;

}

.pagination_cat li.active a:focus{

    background: #ddddcd;

    color: #000;

    border-color: #ddddcd;

}

.pagination_cat li a{

    display: inline-block;

    padding: 5px 14px;

    background-color: #fff;

    border: 1px solid #ddd;

    border-radius: 15px;

    color: #000;

}

.pagination_cat li a span{

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    border: 0;

}