/********************************************** 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 0 0 / 49%) 0,rgb(0 0 0 / 24%) 49%,rgb(0 0 0 / 30%) 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: #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;

}

/*****/

.content_mixitup {

    padding-top: 0;

}

/*****/

.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: 14px;

    margin: 0;

}

.flex_servicios .flex_left .flex_left_foot a{

    display: block;

    width: 100%;

    max-width: 200px;

    color: #000000;

    font-weight: 700;

    text-align: center;

    text-decoration: none;

    border: 2px solid #000000;

    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: #c4953c;

    border-color: #c4953c;

    color: #ffffff;

    -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: #000000 !important;

    background: #ffffff !important;

    border: 0;

    border-top: 3px solid #c4953c;

    -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 #c4953c;

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

}

/*****/

@media screen and (min-width: 991px){

    .content_mixitup .item, .gap {

        width: calc(100%);

    }

}

@media(max-width: 991px){

    .sect_servicios{

        padding: 50px 0;

        padding-bottom: 0;

    }

}

@media screen and (min-width: 767px){

    .content_mixitup .item, .gap {

        width: calc(100%);

    }

}

@media(max-width: 767px){

    .flex_servicios .flex_left{

        width: 100%;

        padding-right: 0;

    }

    .flex_servicios .flex_right{

        width: 100%;

        margin-top: 30px;

    }

}



.flex_left_body li {

    text-align: left;

}

/************************************************ END SECTION SERVICIOS *******************************************/



.service_descrip .owl-prev{

    position: absolute;

    left: 5px;

    background: #ffffff;

    top: 50%;

    border-radius: 50px;

    padding: 10px;

    -webkit-transform: translate(0px, -50%);

    -ms-transform: translate(0px, -50%);

    -o-transform: translate(0px, -50%);

    transform: translate(0px, -50%);

}

.service_descrip .owl-prev svg{

    font-size: 20px;

}

.service_descrip .owl-prev svg .fa-secondary,

.service_descrip .owl-next svg .fa-secondary{

    color: #000000;

}

.service_descrip .owl-prev svg .fa-primary,

.service_descrip .owl-next svg .fa-primary{

    color: #000000;

}

.service_descrip .owl-next{

    position: absolute;

    right: 5px;

    background: #ffffff;

    top: 50%;

    border-radius: 50px;

    padding: 10px;

    -webkit-transform:  translate(0px, -50%);

    -ms-transform:  translate(0px, -50%);

    -o-transform:  translate(0px, -50%);

    transform:  translate(0px, -50%);

}

.service_descrip .owl-next svg{

    font-size: 20px;

}