/**************************************************************************** SECTION TITLE INTERNA *************************************************************************/
.sect_title_interna{
	padding: 80px 0;
	background-image: url(../../../../public/img/slider/slider1.jpg);
	background-position: center center;
	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:nth-child(1){
	margin-left: 0;
}*/
.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: #d81b35;
	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 DESCRIPCIÃ“N ***************************************************/
.sect_blog{
    padding: 100px 0;
    padding-bottom: 150px;
}
/*****/
.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_body{
    margin-top: 15px;
}
/**/
.box_blog .box_body .info_noticia span {
    color: #5a3733;
    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: 25px;
    margin-top: 10px;
    color: #5a3733;
    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: #ff6b3d;
    -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: #ff6b3d;
    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 #accordion3{
    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 #accordion3>li>a{
    display: block;
    padding: 20px;
    background: #00264e;
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
}
.box_lateral_mitos #accordion3>li>a svg{
    float: right;
    font-size: 30px;
}
/**/
/**/
#accordion3 .submenu3{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding: 20px;
}
#accordion3 .submenu3>li{
    position: relative;
    margin-bottom: 30px;
}
#accordion3 .submenu3>li>a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}
/**/
.content_more_mitos{
    padding-left: 120px;
}
.content_more_mitos a{
    color: #000;
    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: #bb0e18;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .sect_blog{
        padding: 50px 0;
        padding-bottom: 100px;
    }
    .box_lateral_mitos {
        margin-top: 30px;
    }
}
/******************************************************* END SECTION BLOG DESCRIPCIÃ“N *************************************************/
