/********************************************** 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(13 16 31) 0,rgb(13 16 31 / 60%) 49%,rgb(13 16 31 / 80%) 88%);
    background-image: linear-gradient(to right,rgb(0 26 90) 0,rgb(0 26 90) 49%,rgb(0 26 90) 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: #009BDB;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_vistas>li>a:hover{
    color: #ffffff;
    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_servicios{

    padding-top: 100px;

}
/*****/
.flex_servicios{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 80px;
    align-items: center;
}
/**/
.flex_servicios .flex_left{
    width: 50%;
    padding-right: 30px;
}
.flex_servicios .flex_left .flex_left_head h3{
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}
.flex_servicios .flex_left .flex_left_body p{
    text-align: justify;
    font-size: 16px;
}
.flex_left_body li {
    text-align: left;
}
.flex_servicios .flex_left .flex_left_foot a{
    display: block;
    width: 100%;
    max-width: 200px;
    color: #001A5A;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 2px solid #001A5A;
    padding: 20px;
    margin-top: 40px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.flex_servicios .flex_left .flex_left_foot a:hover{
    background: #009BDB;
    border-color: #009BDB;
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.flex_servicios .flex_right{
    width: 50%;
}
/*****/
.nav_servicios{
    width: calc(100% - 100px);
    margin: 0 auto;
}
/**/
.nav_servicios .control, .nav_servicios .control2 {
    font-size: 18px;
    color: #000000 !important;
    padding: 25px 10px;
    height: 80px;
    border-radius: 0;
    background: #f5f5f5;
    border: 1px solid #dedede;
    /* border-top: 3px solid transparent; */
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.nav_servicios .control:hover, .nav_servicios .control2:hover {
    color: #00aff2 !important;
    background: #ffffff !important;
    border: 0;
    border-top: 3px solid #009BDB;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.nav_servicios .mixitup-control-active {
    color: #0d101f !important;
    background: #ffffff !important;
    border: 0;
    border-top: 3px solid #009BDB;
    position: relative;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.filter_serv .owl-nav [class*=owl-]{
    position: absolute;
    top: 0;
    background: #c4953c;
    margin: 0;
    border-radius: 0;
    font-size: 25px;
    line-height: 75px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.filter_serv .owl-nav [class*=owl-]:hover{
    background: #0d101f;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.filter_serv  .owl-nav{
    margin: 0;
}
.filter_serv .owl-prev{
    left: -50px;
    width: 50px;
    height: 100%;
}
.filter_serv .owl-next{
    right: -50px;
    width: 50px;
    height: 100%;
}
/*****/
.sect_servicios .content_mixitup {
    padding-top: 0px;
}
/*****/
@media screen and (min-width: 1281px){
    .sect_servicios .content_mixitup .item, .gap {
        width: calc(100%);
    }
}
@media screen and (min-width: 767px){
    .sect_servicios .content_mixitup .item, .gap {
        width: calc(100%);
        margin: 0;
    }
}
@media(max-width: 767px){
    .flex_servicios .flex_left{
        width: 100%;
        padding-right: 0;
    }
    .flex_servicios .flex_right{
        width: 100%;
        margin-top: 30px;
    }
}
/************************************************ END SECTION SERVICIOS *******************************************/