/********************************************** SECTION TITLE INTERNA ****************************************/

.sect_title_general {
    padding: 50px 0 !important;
}
.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 INFO CONTACTO ********************************************/
.sect_info_icon{
    padding: 100px 0 0 0;
}
/******/
.box_info_contacto{
    position: relative;
    padding-left: 80px;
}
.box_info_contacto h4{
    color: #001a5a;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 1.1;
}
/**/
.box_info_contacto svg{
        position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    background: #009BDB;
    /* border-radius: 50%; */
    padding: 11px;
    width: 70px !important;
    height: 70px;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_info_contacto:hover svg{
    color: #ffffff;
    background: #001a5a;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_info_contacto a{
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    color: #001a5a;
}
.box_info_message p{
    margin-top: 35px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    color: #001a5a;
}
/******/
@media(max-width: 991px){
    .sect_info_icon{
        padding: 50px 0;
    }
    .box_info_contacto{
        margin-bottom: 30px;
    }
}

/********************************************* END SECTION MISION Y VISION ****************************************/


/************************************************* SECTION FORMULARIO *********************************************/
.sect_formulario{
    padding-bottom: 100px;
}
/*******/
.input_form{
    width: 100%;
    display: block;
    border: 2px solid #ececec;
    background: #f1f1f1;
    color: #13162b;
    padding: 15px;
    margin-bottom: 15px;
}
.input_form::placeholder{
    color: #13162b;
}
.input_form:focus{
    outline: none;
}
.textarea_form{
    width: 100%;
    min-height: 100px;
    display: block;
    border-radius: 5px;
    border: 2px solid #ececec;
    background: #f1f1f1;
    color: #13162b;
    padding: 15px;
    margin-bottom: 25px;
}
.textarea_form::placeholder{
    color: #13162b;
}
.textarea_form:focus{
    outline: none;
}
.btn_enviar{
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    background: #009BDB;
    padding: 20px;
    border: 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_enviar:hover{
    background: #001a5a;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_enviar:focus{
    outline: none;
}
/********/
@media(max-width: 991px){
    .sect_formulario{
        padding-bottom: 50px;
    }
}
/*********************************************** END SECTION FORMULARIO *******************************************/