/********************************************** 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 **************************************************/

.sect_blog{

	padding: 100px 0;

	padding-bottom: 0px;

}

/**/

.box_blog{

    -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 .box_head{

	position: relative;

}

.box_blog .box_head:before,

.box_blog .box_head:after{

	content: "";

	position: absolute;

	top: 0;

	width: 0%;

	height: 100%;

	background: #000;

	opacity: .3;

	-webkit-transition: all ease 500ms;

	-o-transition: all ease 500ms;

	transition: all ease 500ms;

}

.box_blog .box_head:before{

	left: 0;

}

.box_blog .box_head:after{

	right: 0;

}

.box_blog:hover .box_head:before{

	width: 50%;

	-webkit-transition: all ease 500ms;

	-o-transition: all ease 500ms;

	transition: all ease 500ms;

}

.box_blog:hover .box_head:after{

	width: 50%;

	-webkit-transition: all ease 500ms;

	-o-transition: all ease 500ms;

	transition: all ease 500ms;

}

/**/

.box_blog .box_body{

	padding: 20px;

	padding-bottom: 0;

}

.box_blog .box_body .info_blog{

	display: -webkit-flex;

	display: -moz-flex;

	display: -ms-flex;

	display: -o-flex;

	display: flex;

	flex-flow: row wrap;

	align-items: center;

}

.box_blog .box_body .info_blog strong{

	color: #e9c75d;

    font-size: 25px;

    margin-right: 15px;

    border-bottom: 2px solid;

}

.box_blog .box_body .info_blog p{

	margin-bottom: 0;

}

/**/

.box_blog .box_body h4{

	margin-top: 20px;

	font-weight: 700;

    font-size: 18px;

}

.box_blog .box_body p{

	font-weight: 200;

	margin-bottom: 0;

}

/**/

.box_blog .box_foot{

	padding: 20px;

}

.box_blog .box_foot a{

	display: block;

    background: #000646;

    color: #fff;

    font-weight: 700;

    width: 100%;

    max-width: 150px;

    margin: 0 auto;

    margin-left: 0;

    position: relative;

    text-align: center;

    border: 2px solid #000646;

    text-decoration: none;

    letter-spacing: 3px;

    padding: 15px;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_blog .box_foot a:hover{

	background: #ffffff;

    color: #000646;

    border-color: #000646;

	-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: 0px;

	}

	.box_blog{

		margin-bottom: 30px;

	}

}



/***************************************** 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: #000646;

    color: #fff;

    border-color: #000646;

}



.pagination_cat li.active a:hover{



    background: #ffffff;

    color: #000646;

    border-color: #000646;



}



.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;



}
/*********************************************** SECTION GALERÍA O NOVEDADES **********************************************/
.flex_galeria{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}
.flex_galeria .flex_item{
    width: 25%;
}
/**/
.box_galeria a{
    display: block;
    position: relative;
}
.box_galeria a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_galeria:hover a:before{
    opacity: .6;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_galeria a svg{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.box_galeria:hover a svg{
    opacity: 1;
     -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .flex_galeria .flex_item {
        width: 50%;
    }
}
@media(max-width: 600px){
    .flex_galeria .flex_item {
        width: 100%;
    }
}
/******************************************** END SECTION GALERÍA O NOVEDADES *********************************************/