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

.sect_nosotros{

    padding: 100px 0;

}

/*****/

.box_nosotros .box_head h2{

    font-size: 40px;

    font-weight: 600;

    margin-bottom: 30px;

    color: #001a5a;

}

.box_nosotros .box_head h2 span{

    display: block;

}

/**/

.box_nosotros .box_body p{

    font-size: 16px;

}

/**/

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

}

.box_nosotros .box_foot a:hover{

    background: #009BDB;

    border-color: #009BDB;

    color: #ffffff;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/*****/

@media(max-width: 991px){

    .sect_nosotros{

        padding: 50px 0;

    }

    .box_nosotros{

        margin-bottom: 50px;

    }

}

@media(max-width: 767px){

    .box_nosotros .box_head h2 {

        font-size: 30px;

    }

}

/******************************************* END SECTION NOSOTROS ***********************************************/



/***************************************** SECTION MISION - VISION **********************************************/

.sect_mision_vision{

    padding-bottom: 100px;

}

/*****/

.flex_mision_vision{

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    flex-flow: row wrap;

    background: #001A5A;

    position: relative;

}

.flex_mision_vision:before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

    width: 1px;

    height: 100%;

    background: #fff;

}

/*****/

.flex_mision_vision .flex_left{

    width: 45%;

    margin: 0 auto;

    padding: 20px;

    position: relative;

}

.box_mision_vision .box_head h2{

    color: #009BDB;

    font-weight: 600;

}

.box_mision_vision .box_body p{

    color: #fff;

}

.box_mision_vision svg{

    position: absolute;

    bottom: 10px;

    right: 10px;

    opacity: .3;

    color: #fff;

    font-size: 80px;

}

/**/

.flex_mision_vision .flex_right{

    width: 45%;

    margin: 0 auto;

    padding: 20px;

}

/*****/

@media(max-width: 991px){

    .sect_mision_vision{

        padding-bottom: 50px;

    }

}

@media(max-width: 767px){

    .flex_mision_vision .flex_left{

        width: 100%;

    }

    .flex_mision_vision .flex_right{

        width: 100%;

    }

    .flex_mision_vision:before{

        display: none;

    }

    .flex_mision_vision:after{

        content: "";

        position: absolute;

        top: 50%;

        left: 0;

        right: 0;

        margin: 0 auto;

        width: 100%;

        height: 1px;

        /*background: #fff;*/

    }

}

/*************************************** END SECTION MISION - VISION ********************************************/