/********************************************** 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;
    }
}
/******************************************** END 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;
}
/****/

/******************************************* END SECTION DESCRIP HEADER *****************************************/

/********************************************* SECTION GALERIA INMUEBLE *****************************************/
.sect_galeria{
    padding: 50px 0;
    padding-top: 0;
}
/*****/
/*USE CSS for Slider*/
.vehicle-detail-banner {
    margin-bottom: 25px;
}
/**/
.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.banner-slider .slider.slider-for {
    max-width: 84%;
    /*padding-right: 35px;*/
}
.banner-slider .slider.slider-nav {
    max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}
.banner-slider .slider.slider-nav {
    height: 641px;
    overflow: hidden;
}
/*.slider-banner-image {
    height: 610px;
}*/
.banner-slider .slider.slider-nav {
    /*padding: 20px 0 0;*/
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus,
.slider-nav .slick-slide.thumbnail-image .thumbImg img:focus,
.slider-banner-image img:focus,
.slick-slide:focus{
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.slider-nav .slick-slide {
    text-align: center;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.slider-for .slick-prev {
    top: 50%;
    width: 20px;
    left: 10px;
}
.slider-for .slick-next {
    bottom: 0;
    width: 20px;
    right: 10px;
    left: auto;
}
.slider-nav .slick-prev {
    display: block;
    top: 10px;
    transform: rotate(90deg);
}
.slider-nav .slick-next {
    display: block;
    bottom: 10px;
    top: auto;
    transform: rotate(90deg);
}
.slick-prev:before, .slick-next:before{
    opacity: 1!important;
}
/*.slick-prev.slick-arrow {
    background-image: url(../../../../publiximages/black-up-arrow.png);
}
.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
}*/
/*End USE CSS for Slider*/
/******/
@media(max-width: 1199px){
    .banner-slider .slider.slider-nav {
        height: 340px;
    }
}
@media screen and (max-width : 991px) {
    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none;
    }
    .banner-slider .slider.slider-for {
        padding-right: 0;
    }
    .banner-slider .slider.slider-nav {
        height: auto;
    }
    .slider-banner-image {
        height: 500px;
    } 
    .slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
    }
    .slider-nav .slick-slide span {
        padding: 5px 0;
    }
    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px;
    }
    .bid-tag {
        padding: 10px 0 15px;
    }
    .slider.slider-nav.thumb-image {
       white-space: nowrap;
    }
    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }
    .slider-nav .slick-next {
        display: block;
        bottom: 0;
        top: 50%;
        right: 0;
        left: auto;
        transform: rotate(0deg);
        width: 19px;
        background: #45a59c;
        border-radius: 50%;
    }
    .slider-nav .slick-prev {
        display: block;
        bottom: 0;
        top: 50%;
        left: 0;
        right: auto;
        transform: rotate(0deg);
        width: 19px;
        background: #45a59c;
        border-radius: 50%;
    }
}

@media screen and (max-width : 767px) {
    .slider-banner-image {
        height: 400px;
    }
    .slider.slider-nav.thumb-image {
        padding: 0px 20px 0;
        margin: 10px 0px 0;
    }
    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px;
    }
    .slick-prev.slick-arrow {
        background-position: center 10px;
    }
    .slick-next.slick-arrow {
        background-position: center 10px, center;
    }
    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal;
    }
}

@media screen and (max-width: 580px) {
    .slider-banner-image {
        height:340px;
    }
}

@media screen and (max-width : 480px) {
    .slider-banner-image {
        height:280px;
    }
}
/******************************************* 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 #eb5c19;
    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: #eb5c19;
    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: #e29b1f;
    -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 #eb5c19;
    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: 17px;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap; 
}
.box_detalles .box_body>ul>li{
    width: 49%;
    margin-bottom: 15px;
    list-style: square;
}
/**/
.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: 500px){
    .box_form {
        padding: 50px 20px;
    }
}

/******/
/********************************************** END SECTION DESCRIPCION *****************************************/