/********************************************** 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 49 90)),color-stop(50%,rgba(0 49 90,.6)),color-stop(60%,rgba(0,0,0,.15)));
    background-image: -o-linear-gradient(to right,rgb(0 49 90) 0,rgb(0 49 90 / 60%) 49%,rgba(0,0,0,.15) 88%);
    background-image: linear-gradient(to right,rgb(0 49 90) 0,rgb(0 49 90 / 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 SERVICIOS ******************************************/
.sect_proyectos{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.sect_proyectos:before{
    content: "";
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 382px;
    height: 442px;
    background-image: url(../../../../public/img/logo/isotipo-big.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .2;
}
/******/
.box_proyectos{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
/**/
.box_proyectos .box_caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    background: linear-gradient(0deg,#050606,rgba(5,6,6,.99) 1%,transparent);
    padding: 20px;
}
/**/
.box_proyectos .box_caption .box_caption_left{
    width: calc(100% - 110px);
}
.box_proyectos .box_caption .box_caption_left a{
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_proyectos .box_caption .box_caption_left p{
    margin-bottom: 0;
    color: #fff;
}
/**/
.box_proyectos .box_caption .box_caption_right{
    width: 110px;
}
.box_proyectos .box_caption .box_caption_right h4>a{
    font-size: 20px;
    font-weight: 800;
    color: #fbda0d;
    margin-bottom: 0;
    text-decoration: none;
}
/******/
@media(max-width: 991px){
    .sect_proyectos{
        padding: 50px 0;
    }
}
/******************************************** SECTION SERVICIOS ************************************************/