/********************************************** 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;
    text-transform: uppercase;
}
.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;
    }
    .row_height {
        min-height: 290px;
    }
}
@media(max-width: 767px){
    .sect_title_interna h2 {
        font-size: 24px;
    }
    .list_vistas>li>a{
        font-size: 13px;
    }
    .sect_title_interna {
        padding: 35px 0;
    }
    .row_height {
        min-height: 350px;
    }
}
/********************************************** SECTION TITLE INTERNA ****************************************/


/********************************************* SECTION DESCRIP HEADER *******************************************/
.sect_descrip_header{
    padding: 50px 0;
}
/****/
.flex_descrip_header{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
/**/
.flex_descrip_header .flex_title{
    width: auto;
    padding: 0 30px;
    border-right: 1px solid #d2d2d2;
}
.flex_descrip_header .flex_title h2{
    font-weight: 700;
    color: #00315a;
}
/**/
.flex_descrip_header .flex_carac{
    width: auto;
    padding: 0 30px;
    line-height: 69px;
    border-right: 1px solid #d2d2d2;
}
.flex_descrip_header .flex_carac>ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.flex_descrip_header .flex_carac>ul>li{
    display: inline-block;
    margin: 0 10px;
}
.flex_descrip_header .flex_carac>ul>li svg {
    display: block;
    margin: 0 auto;
    color: #e8531a;
}
/**/
.flex_descrip_header .flex_price{
    width: auto;
    padding: 0 30px;
}
.flex_descrip_header .flex_price h5{
    font-weight: 700;
    color: #e8501b;
}
/****/
@media(max-width: 1199px){
    .flex_descrip_header .flex_title {
        padding: 0 15px;
    }
}

@media(max-width: 991px){
    .flex_descrip_header .flex_title {
        width: 100%;
        border-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    .flex_descrip_header .flex_carac{
        display: none;
    }
}
/******************************************* END SECTION DESCRIP HEADER *****************************************/

/********************************************* SECTION GALERIA INMUEBLE *****************************************/
.sect_galeria{
    padding: 100px 0;
}
/*****/
/******************************************* END SECTION GALERIA INMUEBLE ***************************************/

/************************************************ SECTION DESCRIPCION *******************************************/
.sect_descripcion{
    padding: 100px 0;
    background: #f5f5f5;
}
/******/
.box_form{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #fbfbfb;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 1px 17px 17px 9px rgb(222 222 222 / 43%);
    z-index: 1;
    position: relative;
}
/******/
.box_form h4{
    font-weight: 700;
    color: #00315a;
    font-size: 23px;
}
.hr_title{
    width: 50px;
    border-top: 5px solid #245c81;
    margin-left: 0;
}
/******/
.input_content{
    margin-bottom: 20px;
}
.input_content h6{
    color: #533931;
    font-weight: 600;
}
.input_content input{
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    border: 0;
    box-shadow: -1px 4px 5px rgb(204 204 204 / 31%);
}
.input_content input:focus{
    outline: none;
}
.select_form{
    width: 100%;
    padding: 15px;
    border-radius: 25px;
    border: 0;
    box-shadow: -1px 4px 5px rgb(204 204 204 / 31%);
}
.select_form:focus{
    outline: none;
}
.input_content textarea{
    width: 100%;
    padding: 15px;
    border-radius: 25px;
    border: 0;
    min-height: 100px;
    box-shadow: -1px 4px 5px rgb(204 204 204 / 31%);
}
.input_content textarea:focus{
    outline: none;
}

/**/
.btn_form{
    display: block;
    position: relative;
    background-color: #245c81;
    padding: 17px 50px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    border: 0;
    letter-spacing: -0.4px;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_form:hover {
    background: #ffc400;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.btn_form:focus{
    outline: none;
}
/*****/
.box_descripcion{
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.box_descripcion .box_head h4{
    font-weight: 700;
    color: #00315a;
    font-size: 23px;
}
.box_descripcion .hr_title{
    width: 50px;
    border-top: 5px solid #ffc400;
    margin-left: 0;
}
/**/
.box_detalles{
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.box_detalles .box_head h4{
    font-weight: 700;
    color: #00315a;
    font-size: 23px;
}
.box_detalles .box_body>ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.box_detalles .box_body>ul>li{
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}
/**/
.box_caracteristicas{
    background: #fff;
    padding: 20px;
}
.box_caracteristicas .box_head h4{
    font-weight: 700;
    color: #00315a;
    font-size: 23px;
}
.box_caracteristicas .box_body>ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.box_caracteristicas .box_body>ul>li{
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}
/*****/
@media(max-width: 991px){
    .sect_descripcion{
        padding: 50px 0;
    }
    .box_details{
        margin-bottom: 30px;
    }
}
@media(max-width: 500px){
    .box_form {
        padding: 50px 20px;
    }
}

/******/
/********************************************** END SECTION DESCRIPCION *****************************************/