/********************************************** SECTION TITLE INTERNA ****************************************/
.sect_title_interna{
    padding: 80px 0;
    /*background-image: url(../../../../public/img/fondo/fondo-title-interna-itinerario.jpg);
    background-position: center;
    background-size: cover;*/
    position: relative;
}
.sect_title_interna:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,61,144,.9)),color-stop(50%,rgba(0,153,125,.6)),color-stop(60%,rgba(0,0,0,.15)));
    background-image: -o-linear-gradient(to right,rgb(0 6 70) 0,rgb(0 0 0 / 60%) 49%,rgba(0,0,0,.15) 88%);
    background-image: linear-gradient(to right,rgb(0 6 70) 0,rgb(0 0 0 / 60%) 49%,rgba(0,0,0,.15) 88%);
    opacity: 1;
    z-index: 1;
}
.row_height{
    align-items: flex-end;
    min-height: 250px;
    z-index: 2;
    position: relative;
}
/**/
#carouselExampleControls{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
#carouselExampleControls .carousel-inner{
    height: 100%;
}
#carouselExampleControls .carousel-inner .carousel-item{
    height: 100%;
    background-position: center;
}
/**/
.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 DESCRIPCION ****************************************/
.sect_blog_descrip{
	padding: 50px 0;
	padding-bottom: 100px;
}
/**/
.box_blog_descrip .box_head ul{
	list-style: none;
	margin-bottom: 0;
	padding: 20px 0;
	padding-left: 20px;
}
.box_blog_descrip .box_head ul>li{
	display: inline-block;
    font-weight: 600;
}
.box_blog_descrip .box_head ul>li b{
	color: #ffc400;
}
/**/
.box_blog_descrip .box_body{
	padding: 20px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
}
.box_blog_descrip .box_body p{
	font-weight: 200;
	text-align: justify;
}
/**/
.box_autor{
	margin-top: 20px;
    background: #000646;
    padding: 20px 40px;
    position: relative;
}

.box_autor svg{
	    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 80px;
    opacity: 0.7;
}
.box_autor p{
	color: #fff;
}
.box_autor h4{
	color: #ffffff;
	font-weight: 600;
}
.box_autor span{
	color: #fff;
}
/********************* ASIDE ***************************/
.aside_more_blog{
	-webkit-box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
    box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);
}
.aside_more_blog .box_head h4{
	background: #000646;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    font-size: 20px;
    margin-bottom: 0;
}
.aside_more_blog .box_body .list_more_blog{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	padding: 20px;
}
.aside_more_blog .box_body .list_more_blog>li{
	position: relative;
	margin-bottom: 30px;
}
.aside_more_blog .box_body .list_more_blog>li:last-child{
	margin-bottom: 0;
}
/**/
.aside_more_blog .box_body .list_more_blog>li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
}
.content_list{
	padding-left: 130px;
}
.content_list a.title{
	color: #000;
    font-weight: 600;
    display: block;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.aside_more_blog .box_body .list_more_blog>li:hover .content_list a.title{
	color: #ffc400;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.content_list p{
	font-weight: 200;
	font-size: 13px;
	margin-bottom: 0;
}
.content_list a.btn_more_blog{
	color: #000;
    font-weight: 600;
    display: block;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.aside_more_blog .box_body .list_more_blog>li:hover .content_list a.btn_more_blog{
	color: #ffc400;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_fb{
	text-align: center;
	margin-top: 25px;
}
/**/
@media(max-width: 1199px){
	.aside_more_blog .box_body .list_more_blog>li img {
	    position: relative;
	    width: 100%;
	}
	.content_list {
	    padding-left: 0;
	    padding-top: 10px;
	}
}
@media(max-width: 991px){
	.aside_more_blog .box_body .list_more_blog>li img {
	    position: absolute;
	    width: 120px;
	}
	.content_list {
	    padding-left: 130px;
	 
	}
	.aside_more_blog{
		margin-top: 20px;
	}
}
@media(max-width: 500px){
	.content_list a.title {
	    font-size: 12px;
	}
	.content_list a.btn_more_blog {
	    font-size: 13px;
	        color: #ffc400;
	}
	.content_list p{
		display: none;
	}
}