

/********************************************* SECTION BLOG DESCRIPCIÓN *****************************************/
.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: 100%;
}
/**/
.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_head h1{
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0px;
}
/**/
.box_blog .box_body{
    margin-top: 15px;
}
/**/
.box_blog .box_body .info_noticia span {
    color: #001548;
    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: 25px;
    margin-top: 10px;
    color: #001548;
    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: #d90d2c;
    -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: #d90d2c;
    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: #fed22f;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
.box_lateral_mitos #accordion{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.box_lateral_mitos #accordion>li>a{
    display: block;
    padding: 20px;
    background: #203B48;
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
}
.box_lateral_mitos #accordion>li>a svg{
    float: right;
    font-size: 30px;
}
/**/
/**/
#accordion .submenu{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding: 20px;
}
#accordion .submenu>li{
    position: relative;
    margin-bottom: 30px;
}
#accordion .submenu>li>a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}
/**/
.content_more_mitos{
    padding-left: 120px;
}
.content_more_mitos a{
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.content_more_mitos a:hover{
    color: #03b162;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .sect_blog{
        padding: 50px 0;
    }
    .box_lateral_mitos {
        margin-top: 30px;
    }
    .box_blog .box_head h1 {
        font-size: 16px;
    }
}
/************************************* END SECTION BLOG DESCRIPCIÓN ***********************************/
