/********************************************** SECTION TITLE INTERNA ****************************************/
.sect_title_interna{
	padding: 80px 0;
	background-image: url(../../../../public/img/fondo/fondo-title-actualidad.jpg);
	background-position: center 54%;
	background-size: cover;
	position: relative;
}
.sect_title_interna:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
}
.sect_title_interna h2{
	text-align: center;
    font-weight: 800;
    color: #fff;
}
.list_vistas{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.list_vistas>li{
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}
.list_vistas>li>a{
	color: #ffc400;
	text-decoration: none;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.list_vistas>li>a:hover{
	color: #0298d2;
	text-decoration: none;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .sect_title_interna {
        padding: 50px 0;
    }
}
@media(max-width: 767px){
    .sect_title_interna h2 {
        font-size: 24px;
    }
    .list_vistas>li>a{
        font-size: 13px;
    }
    .sect_title_interna {
        padding: 35px 0;
    }
}
/********************************************** SECTION TITLE INTERNA *******************************************/

/************************************************** 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: 31%;
    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: #0c375c;
    font-weight: 600;
}
.box_blog .box_body .info_noticia span svg{
    color: #03b162;
}
.box_blog .box_body h4 a{
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #000000;
    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: #03b162;
    -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: #03b162;
    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: #001b5d;
    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 ********************************************/
.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: #03b162;
    color: #ffffff;
    border-color: #03b162;

}

.pagination_cat li.active a:hover{

    background: #03b162;
    color: #ffffff;
    border-color: #03b162;

}

.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;

}