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

    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 NOSOTROS **************************************************/

.sect_nosotros{

    padding: 100px 0;

}

/*****/

.box_nosotros .box_body p{

    font-size: 18px;

    font-weight: 200;

}

/**/



/*****/

.img_nosotros{

    height: 100%;

    width: 100%;

}

.img_nosotros img{

    object-fit: cover;

    width: 100%;

    max-width: 100%;

    min-width: 100%;

    height: 100%;

}

/**/

@media(max-width: 1199px){

    .box_nosotros .box_head .title_general h2 {

        font-size: 50px;

    }

}

@media(max-width: 991px){

    .sect_nosotros{

        padding: 50px 0;

    }

    .box_nosotros{

        margin-bottom: 50px;

    }

}

@media(max-width: 767px){

    .box_nosotros .box_head .title_general h2 {

        font-size: 40px;

    }

    .box_nosotros .title_general h4 {

        font-size: 17px;

    }

    .box_nosotros .box_body p {

        font-size: 16px;

    }

}

@media(max-width: 580px){

    .box_nosotros .box_head .title_general h2 {

        font-size: 30px;

    }

}

/************************************************************************** END SECTION NOSOTROS ****************************************************************************/



/**************************************************************************** SECTION VENTAJAS ******************************************************************************/

.sect_ventajas{

    padding: 100px 0;

    padding-top: 0;

    background: #000232;

    position: relative;

}

.sect_ventajas:before{

    content: "";

    position: absolute;

    bottom: 20px;

    left: -50px;

    width: 400px;

    height: 380px;

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

    background-size: 100%;

    background-repeat: no-repeat;

    opacity: .1;

    -webkit-transform: scaleX(-1);

    -moz-transform: scaleX(-1);

    transform: scaleX(-1);

}

/*****/

.flex_ventajas{

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    flex-flow: row wrap;

    align-items: center;

    justify-content: space-between;

}

/**/

.flex_ventajas .flex_left{

    width: 33%;

}

.flex_ventajas .flex_left>ul{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.flex_ventajas .flex_left>ul>li{

    position: relative;

    padding-left: 60px;

    margin-bottom: 50px;

}

.flex_ventajas .flex_left>ul>li span{

    position: absolute;

    top: 0;

    left: 0;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background: #fecd25;

    color: #fff;

    font-weight: 800;

    text-align: center;

    font-size: 20px;

    line-height: 50px;

}

.flex_ventajas .flex_left>ul>li h5{

    font-weight: 700;

    color: #fecd25;

}

.flex_ventajas .flex_left>ul>li p{

    font-weight: 300;

    font-size: 18px;

    color: #fff;

}

/**/

.flex_ventajas .flex_center{

    width: 31%;

}

/**/

.flex_ventajas .flex_right{

    width: 33%;

}

.flex_ventajas .flex_right>ul{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.flex_ventajas .flex_right>ul>li{

    position: relative;

    padding-right: 60px;

    margin-bottom: 50px;

    text-align: right;

}

.flex_ventajas .flex_right>ul>li span{

    position: absolute;

    top: 0;

    right: 0;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background: #fecd25;

    color: #fff;

    font-weight: 800;

    text-align: center;

    font-size: 20px;

    line-height: 50px;

}

.flex_ventajas .flex_right>ul>li h5{

    font-weight: 700;

    color: #fecd25;

}

.flex_right>ul>li p{

    font-weight: 300;

    font-size: 18px;

    color: #fff;

}

/*****/

@media(max-width: 991px){

    .flex_ventajas .flex_left {

        width: 100%;

    }

    .flex_ventajas .flex_center {

        width: 100%;

    }

    .flex_ventajas .flex_right {

        width: 100%;

    }

    .flex_ventajas .flex_right>ul>li {

        text-align: left;

        padding-left: 60px;

        padding-right: 0;

    }

    .flex_ventajas .flex_right>ul>li span {

        right: auto;

        left: 0;

    }

}



/************************************************************************ END SECTION VENTAJAS ******************************************************************************/



/*********************************************************************** SECTION MISIÓN - VISIÓN ****************************************************************************/



/****/

.flex_contactanos{

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    flex-flow: row wrap;

}

/******/

.flex_contactanos .flex_left{

    width: 50%;

    /*background-image: url(../../../../public/img/fondo/fondo-contacto1.jpg);

    background-size: cover;*/

    padding: 100px 0;

    position: relative;

    z-index: 1;

}

/*.flex_contactanos .flex_left:before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #223a66;

    opacity: .9;

    z-index: -1;

}*/

.flex_contactanos .flex_left .content_contact{

    width: 100%;

    max-width: 560px;

    padding-right: 50px;

    margin-left: auto;

    position: relative;

}

.flex_contactanos .flex_left .content_contact svg{

    position: absolute;

    top: 15px;

    left: -79px;

    color: #cf070f;

    font-size: 170px;

    opacity: .2;

}

.flex_contactanos .flex_left .content_contact h2{

    color: #cf070f;

    font-weight: 800;

    font-size: 45px;

}

.flex_contactanos .flex_left .content_contact p{

    color: #000;

    font-size: 18px;

    font-weight: 300;

}

/**/

/******/

.flex_contactanos .flex_right{

    width: 50%;

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    align-items: center;

    /*background-image: url(../../../../public/img/fondo/fondo-contacto2.jpg);

    background-size: cover;*/

    padding: 100px 0;

    position: relative;

    z-index: 1;

}

/*.flex_contactanos .flex_right:before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #25b3ea;

    opacity: .9;

    z-index: -1;

}*/

.flex_contactanos .flex_right .content_contact{

    width: 100%;

    max-width: 600px;

    margin-left: 50px;

    position: relative;

    padding-right: 50px;

}

/**/

.flex_contactanos .flex_right .content_contact svg{

        position: absolute;

    top: -30px;

    left: -29px;

    color: #cf070f;

    font-size: 200px;

    opacity: .2;

}

.flex_contactanos .flex_right .content_contact h2{

    color: #cf070f;

    font-weight: 700;

    font-size: 45px;

}

.flex_contactanos .flex_right .content_contact p{

    color: #000;

    font-size: 18px;

    font-weight: 300;

}

/**/

@media(max-width: 1199px){

    .flex_contactanos .flex_left .content_contact {

        max-width: 460px;

    }

}

@media(max-width: 991px){

    .flex_contactanos .flex_left {

        width: 100%;

        padding-bottom: 50px;

    }

    .flex_contactanos .flex_right {

        width: 100%;

        padding-bottom: 50px;

    }

    .flex_contactanos .flex_left .content_contact {

        max-width: 690px;

        margin: 0 auto;

    }

    .flex_contactanos .flex_left .content_contact svg {

        top: 15px;

        right: 10px;

        left: auto;;

        font-size: 200px;

    }

    .flex_contactanos .flex_right .content_contact {

        max-width: 690px;

        margin: 0 auto;

    }

}

@media(max-width: 767px){

    .flex_contactanos .flex_left .content_contact {

        max-width: 542px;

        padding: 0 15px;

    }

    .flex_contactanos .flex_right .content_contact {

        max-width: 542px;

        padding: 0 15px;

    }

}

@media(max-width: 580px){

    .flex_contactanos .flex_left .content_contact svg {

        bottom: -90px;

        top: auto;

        font-size: 200px;

    }

    .flex_contactanos .flex_right .content_contact svg {

        top: auto;

        left: 0;

    }

}

/********************************************************************* END SECTION MISIÓN - VISIÓN ***************************************************************************/