/********************************************** 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;
}
/**/
.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 NOSOTROS *************************************************/
.sect_nosotros{
    padding: 100px 0;
}
/*****/
.box_nosotros .box_head h2{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.box_nosotros .box_head h2 span{
    display: block;
}
/**/
.box_nosotros .box_body p{
    font-size: 16px;
    font-weight: 100;
    text-align: justify;
}
/**/
.box_nosotros .box_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;
}
.box_nosotros .box_foot a:hover{
    background: #F4B40C;
    border-color: #F4B40C;
    color: #fff;
    -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: 100px 0;
}
/*****/
.flex_mision_vision{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    background: #023378;
    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: #F4B40C;
    font-weight: 600;
}
.box_mision_vision .box_body p{
    color: #fff;
    text-align: justify;
}
.box_mision_vision svg{
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: .3;
    color: #F4B40C;
    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 ********************************************/
/************************************************************ SECTION HEXAGONO ************************************************************/
.sect_valores{
    padding-bottom: 100px;
    padding-top: 50px;
}
/******/
.box_valores{
    margin-bottom: 100px;
}
.box_valores .box_head{
    position: relative;
}
.box_valores .box_head svg{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 70px;
    color: #fff;
}
/**/
.hexagono {
    display: block;
    height: 100px;
    margin: 0 auto;
    position: relative;
    background: #F4B40C;
    width: 200px;
}
.hexagono:before {
    border-right: 100px solid transparent;
    border-bottom: 50px solid #F4B40C;
    border-left: 100px solid transparent;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: -50px;
    width: 0;
}
.hexagono:after {
    border-top: 50px solid #F4B40C;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    bottom: -50px;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
}
/**/
.box_valores .box_body{
    margin-top: 60px;
    text-align: center;
}
.box_valores .box_body h4{
    font-weight: 700;
    color: #5a3733;
}
.box_valores .box_body p{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
/********************************************************** END SECTION HEXAGONO **********************************************************/

