/*SECTION TITULO INTERNA*/
.sect_title_interna{
    padding: 60px 0;
    padding-top: 130px;
    background-image: url(../../../../public/img/fondo/fondo-blog.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.sect_title_interna:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.sect_title_interna:after {
    content: "";
    background-image: url(../../../../public/img/fondo/nubes3.png);
    background-size: cover;
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
    height: 25px;
    width: 100%;
    z-index: 1;
}
.row_height{
    height: 100px;
    align-items: flex-end;
}
.row_height h2{
    color: #fff;
    font-weight: 700;
}
/**/
/*SECTION BLOG*/
.sect_blog{
    padding: 50px 0;
    background: #f4f9fd;
    padding-bottom: 50px;
}
.box_blog .box_body{
    padding: 20px;
}
.box_blog .box_body h5{
    font-family: 'Tangerine', cursive;
    font-size: 35px;
    font-weight: 700;
    color: #009D70;
    line-height: 1;
}
.box_blog .box_body h4{
    font-size: 24px;
    font-weight: 700;
}
.box_blog .box_body h6{
    color: #848484;
}
.box_blog .box_body p{
    text-align: justify;
    color: #848484;
}
.box_blog .box_foot{
    padding: 0 20px;
}
.box_blog .box_foot a{
    display: block;
    width: 100%;
    max-width: 150px;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    background: #009D70;
    text-align: center;
    border-radius: 5px;
    transition: all ease 500ms;
}
.box_blog .box_foot a:hover{
    background: #000;
    transition: all ease 500ms;
}
.list_noticias{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_noticias>li{
    padding: 20px 20px 10px 20px;
    border-bottom: 2px solid #e6e6e6;
}
.list_noticias>li h5{
    font-family: 'Tangerine', cursive;
    font-size: 28px;
    font-weight: 700;
    color: #009D70;
    margin: 0;
    line-height: 1;
}

.list_noticias>li h4{
    margin: 0;
}
.list_noticias>li h4 a{
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}
.list_noticias>li h6{
    margin-bottom: 0;
    color: #848484;
}