/****************************************************************** 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-position: center 34%;

    background-size: cover;

}

/**/

.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 GALERÍA ******************************************************************/

.sect_galeria{

    padding-top: 100px;

    padding-bottom: 100px;

    position: relative;

    overflow: hidden;

}

.sect_galeria: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;

}

/**/

.control, .control2 {

    font-size: 14px;

    color: #cf070f !important;

    border: 2px solid #cf070f;

    font-weight: 800;

    padding: 10px 14px;

    line-height: 1.4;

    border-radius: 0 !important;

    /*height: auto;*/

    background: #fff;

    min-height: 57px;

}

.mixitup-control-active {

    color: #ffffff !important;

    background: #ecb041 !important;

    transition: all ease 500ms;

    border: 2px solid #ecb041;

}

.control:hover, .control2:hover {

    color: #fff !important;

    background: #ecb041;

    border: 2px solid #ecb041;

    transition: all ease 500ms;

}

/**/

.galeria_nav .owl-prev{

    position: absolute;

    left: -25px;

    top: 50%;

    -webkit-transform:  translate(0px, -50%);

    -ms-transform:  translate(0px, -50%);

    -o-transform:  translate(0px, -50%);

    transform:  translate(0px, -50%);

}

.galeria_nav .owl-prev svg{

    font-size: 20px;

}

.galeria_nav .owl-prev svg .fa-secondary,

.galeria_nav .owl-next svg .fa-secondary{

    color: #c62828;

}

.galeria_nav .owl-prev svg .fa-primary,

.galeria_nav .owl-next svg .fa-primary{

    color: #c62828;

}

.galeria_nav .owl-next{

    position: absolute;

    right: -25px;

    top: 50%;

    -webkit-transform:  translate(0px, -50%);

    -ms-transform:  translate(0px, -50%);

    -o-transform:  translate(0px, -50%);

    transform:  translate(0px, -50%);

}

.galeria_nav .owl-next svg{

    font-size: 20px;

}

/**/

.box_galeria{

    background: #fff;

    border-radius: 4px;

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.17);

}

.box_galeria .box_head{

    position: relative;

}

.box_galeria .box_head span{

    position: absolute;

    top: 0;

    right: 0;

    background: #c62828;

    color: #fff;

    padding: 5px 10px;

    font-weight: 800;

}

/**/

.box_galeria .box_body{

    margin-top: -30px;

    padding: 0 20px;

    position: relative;

    z-index: 1;

}

.box_galeria .box_body img{

        border-radius: 50%;

    background: #ffdf;

    border: 2px solid #fff;

}

.box_galeria .box_body h4{

    font-weight: 600;

    font-size: 17px;

    margin-top: 20px;

}

.box_galeria .box_body p{

    color: #a5a5a5;

}

/**/

.box_galeria .box_foot{

    padding-bottom: 20px;

}

.box_galeria .box_foot a{

    display: block;

    background: #cf070f;

    padding: 15px;

    width: 100%;

    max-width: 150px;

    margin: 0 auto;

    margin-top: 25px;

    color: #fff;

    font-weight: 800;

    text-decoration: none;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_galeria .box_foot a:hover{

    background: #ecb041;

    color: #fff;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/**/

@media(max-width: 1199px){

    .control, .control2 {

        min-height: 73px;

    }

}

@media(max-width: 991px){

    .control, .control2 {

        min-height: 53px;

    }

    .sect_galeria{

        padding-top: 50px;

        padding-bottom: 50px;

    }

}

@media(max-width: 600px){

    .galeria_nav .owl-nav{

        display: -webkit-flex;

        display: -moz-flex;

        display: -ms-flex;

        display: -o-flex;

        display: flex;

        flex-flow: row wrap;

        justify-content: center;

    }

    .galeria_nav .owl-prev {

        position: relative;

        left: auto;

        top: auto;

        -webkit-transform: translate(0px, 0%);

        -ms-transform: translate(0px, 0%);

        -o-transform: translate(0px, 0%);

        transform: translate(0px, 0%);

        margin-top: 20px;

        margin-right: 10px;   

    }

    .galeria_nav .owl-next {

        position: relative;

        right: auto;

        top: auto;

        -webkit-transform: translate(0px, 0%);

        -ms-transform: translate(0px, 0%);

        -o-transform: translate(0px, 0%);

        transform: translate(0px, 0%);

        margin-top: 20px; 

        margin-left: 10px;  

    }

    .content_mixitup {

        padding-top: 25px;

    }

}

/***************************************************************** END SECTION GALERÍA ********************************************************************/

