/********************************************** 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(0 49 90) 0,rgb(0 49 90 / 60%) 49%,rgba(0,0,0,.15) 88%);
    background-image: linear-gradient(to right,rgb(0 49 90) 0,rgb(0 49 90 / 60%) 49%,rgba(0,0,0,.15) 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;
}
/*****/
.flex_nosotros{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}
/*****/
.flex_nosotros .flex_left img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*****/
.flex_nosotros .flex_right{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}
/**/
.flex_nosotros .flex_right .content h2{
    color: #00315a;
    font-weight: 700;
    font-size: 45px;
}
.flex_nosotros .flex_right .content h2 span{
    font-size: 25px;
    font-weight: 400;
}
.flex_nosotros .flex_right .content p{
    color: #2e4f33;
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
}
.flex_nosotros .flex_right .content h4{
    color: #00315a;
    font-weight: 600;
    margin-bottom: 25px;
}
.flex_nosotros .flex_right .content .list_carac{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.flex_nosotros .flex_right .content .list_carac>li{
    position: relative;
    padding-left: 50px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 25px;
}
.flex_nosotros .flex_right .content .list_carac>li span{
    position: absolute;
    top: 5px;
    left: 0;
    background: #eb5c19;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    border-radius: 20px;
}
.flex_nosotros .flex_right .content .list_carac>li h5{
    color: #eb5c19;
    margin-bottom: 0;
}
.btn_vermas{
    display: block;
    padding: 20px;
    color: #fff;
    width: 100%;
    background: #ac8c2f;
    max-width: 200px;
    font-size: 20px;
    text-align: center;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_vermas:hover{
    color: #000;
    text-decoration: none;
    background: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
@media(max-width: 991px){
    .sect_nosotros{
        padding: 50px 0;
    }
}
@media(max-width: 767px){
    .flex_nosotros .flex_right .content h2 {
        font-size: 25px;
    }
    .flex_nosotros .flex_right .content h2 span{
        font-size: 18px;
    }
    .flex_nosotros .flex_right .content p {
        color: #2e4f33;
        font-weight: 300;
        font-size: 16px;
    }
}
@media(max-width: 550px){
    .flex_nosotros .flex_right{
        padding: 0 15px;
    }
}
/************************************** END SECTION NOSOTROS **************************************/

/************************************ SECTION MISION - VISION **************************************/
.sect_ocacion{

}
/*****/
.flex_ocacion{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}
/*****/
.flex_ocacion .flex_left{
    width: 50%;
}
.flex_ocacion .flex_left img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*****/
.flex_ocacion .flex_right{
    width: 50%;
    background: #00346f;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}
.sect_ocacion.vision .flex_ocacion .flex_right{
    background: #eb5c19;
}
/**/
.flex_ocacion .flex_right .content h2{
    color: #fff;
    font-weight: 700;
    font-size: 45px;
}
.flex_ocacion .flex_right .content h2 span{
    font-size: 25px;
    font-weight: 400;
}
.flex_ocacion .flex_right .content p{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
}
.flex_ocacion .flex_right .content h4{
    color: #ac8c2f;
    font-weight: 600;
    margin-bottom: 25px;
}
.flex_ocacion .flex_right .content .list_carac{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.flex_ocacion .flex_right .content .list_carac>li{
    position: relative;
    padding-left: 50px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 25px;
}
.flex_ocacion .flex_right .content .list_carac>li span{
    position: absolute;
    top: 5px;
    left: 0;
    background: #ac8c2f;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    border-radius: 20px;
}
.flex_ocacion .flex_right .content .list_carac>li h5{
    color: #fff;
    margin-bottom: 0;
}
.btn_vermas{
    display: block;
    padding: 20px;
    color: #fff;
    width: 100%;
    background: #ac8c2f;
    max-width: 200px;
    font-size: 20px;
    text-align: center;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_vermas:hover{
    color: #000;
    text-decoration: none;
    background: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
@media(max-width: 991px){
    .flex_ocacion .flex_left {
        width: 100%;
    }
    .flex_ocacion .flex_right{
        width: 100%;
        padding: 50px;
    }
}
@media(max-width: 550px){
    .flex_ocacion .flex_right .content h2 {
        font-size: 30px;
    }
    .flex_ocacion .flex_right .content h2 span{
        font-size: 18px;
    }
    .flex_ocacion .flex_right{
        padding: 50px 15px;
    }
}
/***************************************************** END SECTION MISION VISION ***************************************************/

/********************************************************** SECTION CONTADOR *******************************************************/
.sect_contador{
    padding: 100px 0;
}
/*****/
.flex_contador{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}
.flex_contador .item{
    width: 25%;
    padding: 20px;
    border-right: 1px solid #fff;
}
.flex_contador .item:last-child{
    border-right: 0;
}
.flex_contador .item .item_head span{
    display: block;
    text-align: center;
    color: #00315a;
    font-weight: 800;
    font-size: 50px;
}
.flex_contador .item .item_body h5{
    text-align: center;
    color: #00315a;
    font-weight: 800;
    font-size: 18px;
}
.flex_contador .item .item_body p{
    color: #00315a;
    text-align: center;
    font-size: 17px;
}
/**/
@media(max-width: 1199px){
    .flex_contador .item .item_body h5 {
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .flex_contador .item .item_head span {
        font-size: 38px;
    }
    .flex_contador .item {
        padding: 10px;
    }
    .flex_contador .item .item_body p {
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .flex_contador .item {
        width: 50%;
    }
    .flex_contador .item:nth-child(1){
        border-bottom: 1px solid #fff;
    }
    .flex_contador .item:nth-child(2){
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
}
@media(max-width: 600px){
    .flex_contador .item .item_body h5 {
        font-size: 16px;
    }
    .flex_contador .item .item_head span {
        font-size: 40px;
    }
}
/**************************************************** END SECTION CONTADOR *******************************************************/
