/****************************************************************** 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 29%;

    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 SERVICIO DESCRIPCIÃ“N **********************************************/

.sect_servicio_descrip{

    padding: 100px 0;

}

/**/

.box_servicio_descrip_descrip>.box_body{

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

}

.box_servicio_descrip_descrip .box_body .nav-tabs .nav-item {

    margin-bottom: 0px;

}

.box_servicio_descrip_descrip .box_body .nav-tabs .nav-link {

    border: 1px solid transparent;

    border: 1px solid #ebedf2;

    padding: 10px 40px;

    background: rgba(218, 218, 218, 0.47843137254901963);

    color: #000;

    font-weight: 800;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_servicio_descrip_descrip .box_body .nav-tabs .nav-item.show .nav-link,

.box_servicio_descrip_descrip .box_body .nav-tabs .nav-link.active {

    color: #cf070f;

    background-color: #fff;

    border-color: #dee2e6 #dee2e6 #fff;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/**/

.content_descrip, .content_pasos{

    padding: 20px;

}

.content_descrip h4{

    color: #000;

    font-weight: 800;

    font-size: 20px;

}

.content_descrip p{

    text-align: justify;

    line-height: 1.7;

    color: #888;

}

.content_pasos>ul{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.content_descrip a{

    display: block;

    margin-bottom: 20px;

    color: #888;

    font-weight: 500;

    text-decoration: none;

}

/**/

.content_descrip a>svg .fa-secondary,

.content_pasos ul>li>svg .fa-secondary{

    color: #000;

    opacity: 1;

}

.content_descrip a>svg .fa-primary,

.content_pasos ul>li>svg .fa-primary{

    color: #cf070f;

}

/**/

.content_pasos ul>li{

    color: #888;

}

/**/

.content_galeria{

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    flex-flow: row wrap;

    justify-content: space-between;

    padding: 20px;

}

.content_galeria .item{

    width: 49%;

    margin-bottom: 15px;

}

.content_galeria .item .box_galeria .box_head{

    position: relative;

    overflow: hidden;

}

.content_galeria .item .box_galeria .box_head img{

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.content_galeria .item .box_galeria:hover .box_head img{

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.content_galeria .item .box_galeria .box_body h6{

    background: #c62828;

    color: #fff;

    padding: 8px;

    text-align: center;

    font-weight: 700;

    margin-bottom: 0;

}

.lg-backdrop {

    background-color: rgba(0, 0, 0, 0.8);

}

/**/

@media(max-width: 991px){

    .sect_servicio_descrip{

        padding: 50px 0;

    }

    .box_servicio_descrip_descrip{

        margin-bottom: 20px;

    }

}

@media(max-width: 500px){

    .box_servicio_descrip_descrip .box_body .nav-tabs .nav-item {

        width: 100%;

    }

}

/******************************************** END SECTION SERVICIO DESCRIPCIÃ“N ********************************************/



/********************************************** SECTION ASIDE *************************************************/

.aside_more_servicio_descrip {

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

    margin-bottom: 20px;

    background: #000232;

}

.aside_more_servicio_descrip .more_servicio_descrip_head{

    padding: 20px;

    padding-bottom: 0;

}

.aside_more_servicio_descrip .more_servicio_descrip_head h4{

    font-weight: 600;

    font-size: 20px;

    color: white;

}

.line_design{

    margin-top: 0;

    position: relative;

}

.line_design:before{

    content: "";

    position: absolute;

    top: -2px;

    left: 0;

    width: 50px;

    height: 3px;

    background: #cf070f;

}

/**/

.aside_more_servicio_descrip .more_servicio_descrip_body{

    padding: 20px;

    padding-top: 0;

}

.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li>a{

    display: block;

    text-decoration: none;

    color: #fff;

    font-size: 13px;

    font-weight: 600;

    padding: 10px 0px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.11);

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li>a:hover{

    color: #cf070f;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li:last-child>a{

    border-bottom: 0;

}

.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li>a svg{

    color: #000;

    font-size: 10px;

}

.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li>a svg .fa-secondary{

    color: #cf070f;

}

.aside_more_servicio_descrip .more_servicio_descrip_body .list_more_servicio_descrip>li>a svg .fa-primary{

    color: #cf070f;

}

/******************************************** END SECTION ASIDE ***********************************************/



/*************************************************************************** SECTION FORMULARIO *****************************************************************************/

.sect_formulario{

    padding: 100px 0;

    padding-top: 0;

}

/*****/

.box_form{

    background: #fbfbfb;

    padding: 50px 20px;

    border-radius: 5px;

    box-shadow: 1px 17px 17px 9px rgb(222 222 222 / 43%);

    z-index: 1;

    position: relative;

}

.input_content{

    margin-bottom: 20px;

}

.input_content h6{

    color: #533931;

    font-weight: 600;

}

.input_content input{

    width: 100%;

    padding: 15px;

    border-radius: 25px;

    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: rgb(207 7 15);

    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;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.btn_form:before{

        content: "";

    position: absolute;

    display: block;

    width: 0;

    height: 0;

    border-radius: 50%;

    background-color: #ecb041;

    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;

    -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;

    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;

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

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

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

    z-index: -1;

}

.btn_form:hover::before {

        width: 500px;

    height: 500px;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.btn_form:focus{

    outline: none;

}

/*****/

@media(max-width: 500px){

    .box_form {

        padding: 50px 20px;

    }

}



/************************************************************************* END SECTION FORMULARIO ***************************************************************************/

