/********************************************** 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(13 16 31) 0,rgb(13 16 31 / 60%) 49%,rgb(13 16 31 / 80%) 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;
}

.flex_left_foot
{
    overflow: hidden;
}

.felx_flot{
    display: flex;

}

.img-animate
{
    animation: move 8s infinite linear;   
}
.animate2{
    animation: rotate 4s infinite linear;
}

@keyframes move {
    from 
    {
        transform: translateX(-50%);
    }

    to 
    {
        transform: translateX(420%);
    }

    
}

@keyframes rotate {
    from 
    {
        transform: rotate3d(0, 1, 0, -180deg);
    }

    to 
    {
        transform: rotate3d(0, 1, 0, 180deg);
    }

    
}


/**/
.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_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: 16px;
    font-weight: 300;
}
.flex_servicios .flex_left .flex_left_foot a{
    display: block;
    width: 100%;
    max-width: 200px;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 2px solid #000;
    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: #F4B40C;
    border-color: #F4B40C;
    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: #000 !important;
    padding: 25px 10px;
    height: 80px;
    border-radius: 0;
    background: #e7eef2;
    border-left: 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 #F4B40C;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.nav_servicios .mixitup-control-active {
    color: #023378 !important;
    background: #ffffff !important;
    border: 0;
    border-top: 3px solid #F4B40C;
    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: #F4B40C;
    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: #023378;
    -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;
    }
}
/************************************************ END SECTION SERVICIOS *******************************************/