/****************************************************************** 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,61,144,.9)),color-stop(50%,rgba(0,153,125,.6)),color-stop(60%,rgba(0,0,0,.15)));

    background-image: -o-linear-gradient(to right,rgb(0 6 70) 0,rgb(0 0 0 / 60%) 49%,rgba(0,0,0,.15) 88%);

    background-image: linear-gradient(to right,rgb(0 6 70) 0,rgb(0 0 0 / 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-size: cover;

    background-position: center 50%;

}

/**/

.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){

    .row_height {

        min-height: 200px;

    }

}

@media(max-width: 767px){

    .sect_title_interna h2 {

        font-size: 24px;

    }

    .list_vistas>li>a{

        font-size: 13px;

    }

}

/******************************************************************* SECTION TITLE INTERNA ***************************************************************/



/*************************************************************************** SECTION ALQUILER *******************************************************************************/

.sect_alquiler{

    padding-bottom: 100px;

    padding-top: 100px;

    position: relative;

    overflow: hidden;

}

.sect_alquiler:before{

    content: "";

    position: absolute;

    bottom: 20px;

    right: -50px;

    width: 400px;

    height: 380px;

    background-image: url(../../../../public/img/fondo/fondo-icono.png);

    background-size: 100%;

    background-repeat: no-repeat;

    opacity: .1;

}

/******/

.flex_alquiler{

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    -webkit-flex-flow: row wrap;

    -moz-flex-flow: row wrap;

    flex-flow: row wrap;

}

/**/

.flex_alquiler .flex_items{

    width: 31%;

    margin: 0 auto;

    margin-bottom: 35px;

}

/**/

.flex_alquiler .flex_items .box_alquiler{

        box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.1);

    padding: 20px;

    margin-top: 0;

    background-color: rgb(240 240 255);

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.flex_alquiler .flex_items .box_alquiler:hover {

    -webkit-transform: translateY(-5px);

    -ms-transform: translateY(-5px);

    transform: translateY(-5px);

    -webkit-box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);

    box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);

    -webkit-transition: all ease 500ms;

    -moz-transition: all ease 500ms;

    -ms-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/**/

.flex_alquiler .flex_items .box_alquiler .box_body h5{

    margin-top: 15px;

    font-weight: 700;

    color: #022c68;

}

.flex_alquiler .flex_items .box_alquiler .box_body h6{

    color: #8da0bb;

    padding-bottom: 15px;

}

.flex_alquiler .flex_items .box_alquiler .box_body h6 b{

    color: #f00;

}

/**/

.flex_alquiler .flex_items .box_alquiler .box_foot{

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    justify-content: space-between;

    padding-top: 20px;

    border-top: 1px solid #e8f2f7;

}

.flex_alquiler .flex_items .box_alquiler .box_foot>ul{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.flex_alquiler .flex_items .box_alquiler .box_foot>ul>li{

    display: inline-block;

    margin-right: 10px;

    color: #8da0bb;

}

.flex_alquiler .flex_items .box_alquiler .box_foot a{

    display: block;

    text-decoration: none;

    font-weight: 700;

    color: #cf070f;

    -webkit-transition: all ease 500ms;

    -moz-transition: all ease 500ms;

    -ms-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.flex_alquiler .flex_items .box_alquiler .box_foot a:hover{

    color: #ecb041;

    -webkit-transition: all ease 500ms;

    -moz-transition: all ease 500ms;

    -ms-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/******/

@media(max-width: 991px){

    .sect_alquiler{

        padding: 50px 0;

    }

    .flex_alquiler .flex_items {

        width: 46%;

    }

}

@media(max-width: 767px){

    .flex_alquiler .flex_items {

        width: 100%;

    }

}

/************************************************************************* END SECTION ALQUILER *****************************************************************************/

