/* 
font-family: 'Montserrat', sans-serif;
       
*/
body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

button, .button {
    font-family: 'Montserrat', Roboto, Arial, sans-serif;
}
 

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* General */
html,
body {
    height: 100%;
    min-height: 100%;
}

    body.home {
        position: relative;
        margin: 0;
        padding: 0;
    }

ul.slides {
    margin: 0;
    padding: 0;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

.row {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

.clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.s-back-switch {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.float-none {
    float: none;
}

.nopadding {
    padding: 0px;
}


.pagi_art ul li {
    padding-left: 0 !important;
}

    .pagi_art ul li:before {
        display: none !important;
    }

header {
    width: 100%;
    /* height: 120px; */
    background-color: rgba(19, 255, 0, 0.5);
    background-color: #fff;
    display: block;
    z-index: 10;
    position: absolute;
}

footer {
    width: 100%;
    background-color: #fff;
    display: block;
    z-index: 0;
    position: relative;
    overflow: hidden;
}

    footer.fixed_ {
        bottom: 0;
        position: absolute;
    }

.home.bg-init, .animsition-overlay-slide {
    background-image: url(../images/bg_cargador.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.btn_appendB {
    display: block;
    padding: 20px;
    position: relative;
}

.main-wrap .btn_appendB button {
    margin: 0 auto;
    outline: none;
}

/* _________________ */
.enlaces_home {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
    transition: all .5s ease-in-out;
}

.side_right {
    right: -40px;
}

.side_left {
    left: -40px;
}

.menudes {
    position: relative;
    /*! overflow: hidden; */
    line-height: normal;
    background: #fff;
}

    .menudes ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
    }

        .menudes ul li {
            box-sizing: border-box;
            text-align: center;
            position: relative;
            margin-bottom: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            padding: 0;
            display: block;
            margin: 0;
        }

            .menudes ul li a {
                text-decoration: none;
                display: block;
                letter-spacing: -1px;
                position: relative;
                height: 200px;
                padding: 0px 10px 0px 130px;
                z-index: 0;
                transition: all 0.2s ease-in-out;
                border-right: 1px solid rgba(0,0,0,0.05);
                border-bottom: 1px solid rgba(0,0,0,0.05);
            }

            .menudes ul li:nth-child(3) a, .menudes ul li:nth-child(6) a {
                border-right: 0px;
            }

            .menudes ul li:nth-child(n+4) a {
                border-bottom: 0px;
            }

    .menudes .icon_hidd {
        width: 140px;
        height: 140px;
        display: block;
        content: "";
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        /* box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1); */
        top: 35%;
        transform: translateY(-50%);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .menudes .icon_hidd i {
            color: #fff;
            height: 80px;
            width: 80px;
            border-radius: 50%;
            font-size: 30px;
            line-height: 80px;
            z-index: 15;
            position: absolute;
            right: 0;
            left: 0;
            margin: 0 auto;
            opacity: 1;
            pointer-events: none;
            transition: all 0.2s ease-in-out;
            top: 50%;
            transform: translateY(-50%);
        }

            .menudes .icon_hidd i img {
                max-height: 100px;
            }

    .menudes [data-background-color="green"] {
        background: linear-gradient(-160deg, #00e24d, #43a047);
        box-shadow: 0 0px 30px 0px rgba(11, 216, 76, 0.8), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2)
    }

    .menudes [data-background-color="blue"] {
        background: linear-gradient(-160deg, #2196F3, #4274a9);
        box-shadow: 0 0px 30px 0px rgba(33, 150, 243, 0.79), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
    }

    .menudes [data-background-color="orange"] {
        background: linear-gradient(-160deg, #db843d, #e28905);
        box-shadow: 0 0px 30px 0px rgba(255, 152, 0, 0.8), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
    }

    .menudes .icon_hidd:after {
        font-family: 'Material Icons';
        content: "arrow_forward";
        font-size: 18px;
        font-weight: normal;
        position: absolute;
        right: 20px;
        bottom: 10px;
        color: rgb(255, 255, 255);
        z-index: 1;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background: #24d261;
        box-shadow: 0px 0px 20px #24d261;
        border-radius: 50%;
        transition: all 0.2s ease-in-out;
        opacity: 0;
    }

    .menudes .icon_hidd:before {
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        position: absolute;
        border-radius: 50%;
    }

.adultos_ .menudes .icon_hidd:before {
    width: 170px;
    height: 170px;
    background: rgba(148, 148, 148, 0.15);
    top: -20px;
    left: -20px;
    box-shadow: 0px 10px 30px rgba(0,0,0,.2);
}

.adultos_ .menudes a:hover .icon_hidd:before {
    width: 130px;
    height: 130px;
    top: 0px;
    left: 0px;
}

.menudes a:hover .icon_hidd:before {
    -webkit-animation: ripple_ 2s ease-in-out infinite;
    animation: ripple_ 2s ease-in-out infinite;
}

@-webkit-keyframes ripple_ {
    0% {
        box-shadow: 0 0 0 0px rgba(241, 241, 241, 0), 0 0 0 0px rgba(241, 241, 241, 0.1);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(241, 241, 241, 0.15), 0 0 0 25px rgba(241, 241, 241, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(241, 241, 241, 0), 0 0 0 0px rgba(241, 241, 241, 0.1);
    }
}

@keyframes ripple_ {
    0% {
        box-shadow: 0 0 0 0px rgba(241, 241, 241, 0), 0 0 0 0px rgba(241, 241, 241, 0.1);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(241, 241, 241, 0.15), 0 0 0 25px rgba(241, 241, 241, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(241, 241, 241, 0), 0 0 0 0px rgba(241, 241, 241, 0.1);
    }
}

.menudes p {
    position: relative;
    font-weight: 800;
    line-height: 18px;
    font-size: 22px;
    text-shadow: 0px 2px 10px rgba(0,0,0,0);
    display: block;
    color: #393738;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding-left: 10px;
    transition: all .3s ease-in-out;
}

.menudes a:hover p {
    color: #fff;
    text-shadow: 0px 2px 10px rgba(0,0,0,.5);
}

.menudes .img_ {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.menudes .back_img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    border-radius: 5px;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.menudes a:hover .back_img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.menudes .back_img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: block;
    content: "";
    background: rgba(0,0,0,.15);
}

.porf_ {
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 3%;
}

    .porf_:after, .porf_:before {
        position: absolute;
        display: block;
        content: "";
        z-index: 1;
        background-size: cover;
        -webkit-animation: hvr-rebote 1s .3s ease-in-out infinite alternate;
        animation: hvr-rebote 1s .3s ease-in-out infinite alternate;
    }

    .porf_:after {
        background-image: url(../images/sheet_01.png);
        width: 222px;
        height: 177px;
        top: -5%;
        right: 0;
    }

    .porf_:before {
        background-image: url(../images/sheet_02.png);
        width: 168px;
        height: 132px;
        top: 40%;
        left: -5%;
        transform: translateY(-50%);
    }

.title_mod {
    position: relative;
    display: block;
    padding: 0px;
    z-index: 1;
    margin: 50px 0px 10px;
}

    .title_mod .box_ {
        position: relative;
        padding: 30px 20px;
    }

        .title_mod .box_ h1 {
            font-size: 36px;
            text-align: center;
            color: #fff;
            letter-spacing: -2px;
            font-weight: 900;
            margin: 0;
            margin-bottom: 2px;
            display: block;
            line-height: 27px;
            text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
            font-family: 'Tienne', serif;
        }

.adultos_ .title_mod .box_ h1 {
    color: #0575ac;
}

.title_mod .box_ h2 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
    padding: 0px 10px;
}

.adultos_ .title_mod .box_ h2 {
    color: #9a9a9a;
}

.junior_ .title_mod .box_ h2 {
    font-family: 'Fredoka One', cursive;
    font-weight: normal;
    font-size: 25px;
    line-height: 22px;
}

.title_mod .box_ p {
    font-size: 24px;
    text-align: center;
    color: #fff;
    letter-spacing: -2px;
    font-weight: 300;
    margin: 0;
    padding: 5px 15px;
    line-height: 25px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.adultos_ .title_mod .box_ p {
    color: #afafaf;
}

.title_mod .rotate_ {
    position: absolute;
    height: 100%;
    width: 30%;
    right: 0;
    top: -20px;
    border-radius: 8px;
    overflow: hidden;
    pointer-events: none;
}

    .title_mod .rotate_ h1 {
        display: block;
        white-space: nowrap;
        /* -webkit-transform: translate(3.5em, 4em) rotate(-90deg); */
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        /* -webkit-transform-origin: 0 0; 
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;*/
        /* transform-origin: 0 0; 
    -ms-transform: none;
    -ms-transform-origin: none;*/
        position: absolute;
        right: -30px;
        font-size: 96px;
        line-height: 70px;
        margin: 0;
        font-weight: 900;
        left: 0%;
        letter-spacing: -3px;
        color: rgba(255, 255, 255, 0.05);
        top: 60%;
    }

.adultos_ .title_mod .rotate_ h1 {
    color: rgba(93, 93, 93, 0.05)
}

/**/
.nav_arrows {
    display: block;
    position: absolute;
    text-align: right;
    padding: 0%;
    right: 0px;
    top: 0px;
}

    .nav_arrows p {
        display: inline-block;
        margin: 0;
        float: left;
    }

        .nav_arrows p i {
            width: 35px;
            height: 35px;
            line-height: 35px;
            display: inline-block;
            background: #fff;
            text-align: center;
            color: #e6e6e6;
            font-size: 20px;
            cursor: pointer;
            margin: 0px;
            transition: all .15s ease-in-out;
        }

            .nav_arrows p i:hover {
                color: #00e24d;
            }

/* _________________________ */
.rotador_princ {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fullwidth {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.slider_home .slick-track {
    position: absolute;
    height: 100%;
    min-height: 100%;
}

.slider_home .slick-list {
    height: 100%;
}

.slider_home {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* margin-top: 105px; */
}

.fundacion_ .slider_home:after {
    background-image: url(../images/bg_bannerFundacion.png);
    position: absolute;
    width: 100%;
    height: 130px;
    content: "";
    display: block;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.slider_home .slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: contain;*/
    background-size: cover;
    background-attachment: fixed;
}

.slick-dots {
    bottom: 0px;
    margin-left: 0; /* Fixes the visible horizontal scroll bar */
}

.slider-nav-thumbnails .slick-slide {
    opacity: 0.8;
}

.slick-center {
    opacity: 1 !important;
}

/* Botones Sig - Ant */
.slick-prev,
.slick-next {
    color: rgba(255, 255, 255, 0);
    text-shadow: none;
    width: 50px;
    background: rgba(255,255,255,.05);
    font-size: 15px;
    border-radius: 0;
    height: 50px;
    text-align: center;
    line-height: 52px;
    position: absolute;
    z-index: 100;
    top: 50%;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

    .slick-prev:after,
    .slick-next:after {
        font-family: 'Material Icons';
        color: rgba(255, 255, 255, 1);
        position: absolute;
        top: 0%;
        font-size: 24px;
        width: 50px;
        height: 50px;
        left: 0;
        right: 0;
    }

.slick-prev:after {
    content: "keyboard_arrow_left";
}

.slick-next:after {
    content: "keyboard_arrow_right";
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    color: rgba(255, 255, 255, 0);
    background-color: #b7d1a3;
}

.slick-slider:hover .slick-next {
    right: 10px;
}

.slick-slider:hover .slick-prev {
    left: 10px;
}

.slick-prev, .slick-next, .slick-prev:after, .slick-next:after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Slider dots */
.slick-dots {
    /* background: red; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: 8px;
    list-style-type: none;
    margin: 0;
}

.rotador_princ .slick-dots {
    right: 25px;
}

.slick-dots li {
}

    .slick-dots li button {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 25px;
        display: block;
        outline: none;
        margin: 10px;
        visibility: visible !important;
        padding: 0px 0px;
        text-indent: -10000px;
        opacity: .5;
        transition: all .35s ease-in-out;
    }

.slick-dots .slick-active {
}

    .slick-dots .slick-active button {
        padding: 10px 0px;
        opacity: 1;
    }

/* Info Rotadores */
.slick-caption {
    width: 60%;
    padding: 20px 20px 20px 100px;
    left: 5%;
    bottom: 3%;
    /* transform: translateY(-50%); */
    /* background: rgba(0,0,0,.5); */
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    transition: all 2s ease-in-out;
    /* overflow: hidden; */
    min-height: 160px;
}

    .slick-caption span {
        /* min-height: 110px; */
        display: block;
    }

.bn_title {
    opacity: 0;
    font-size: 38px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -2px;
    text-shadow: 0 3px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.bn_caption {
    font-family: 'Tienne', serif;
    opacity: 0;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 400;
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);
    line-height: 22px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.bn_button {
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    padding: 10px 0px 10px 30px;
    margin-top: -30px;
    right: -20%;
    top: 50%;
    transform: translateY(-50%);
}

    .bn_button a,
    .main-wrap .enlaceDestacado {
        font-size: 19px;
        font-weight: 700;
        margin-top: 0px;
        letter-spacing: -1px;
        transition: all 0.3s ease-in-out;
        color: #fff;
        position: relative;
        margin-left: 0px;
        padding: 20px 25px;
        border-radius: 3px;
        display: table;
        background: linear-gradient(160deg, rgb(24, 179, 24), rgb(1, 145, 1));
        box-shadow: 0 0px 30px 0px rgba(8, 205, 8, 0.2), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
    }

        .bn_button a:after,
        .enlaceDestacado:after {
            position: absolute;
            width: 10%;
            height: 2px;
            content: "";
            background: #fff;
            display: block;
            bottom: 0%;
            box-shadow: none;
            /* transform: translateY(-50%); */
            border-radius: 7px;
            right: 0;
            left: 0;
            margin: auto;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .bn_button a:hover,
        .enlaceDestacado:hover {
            animation: wobble-vertical 1s ease-in-out;
        }

            .bn_button a:hover:after,
            .enlaceDestacado:hover:after {
                width: 25%;
            }

/**/
.main-wrap .enlaceDestacado {
    display: table;
}

    .main-wrap .enlaceDestacado:hover {
        color: #fff;
    }

.enlaceDestacado:after {
    /*left: -15px;*/
    transition: all 0.3s ease-in-out;
}

.enlaceDestacado:hover:after {
}

.slick-active .animation.bn_title {
    opacity: 1;
    -webkit-animation: fadeInUp 1s ease-in-out .1s both;
    -moz-animation: fadeInUp 1s ease-in-out .1s both;
    -o-animation: fadeInUp 1s ease-in-out .1s both;
    -ms-animation: fadeInUp 1s ease-in-out .1s both;
    animation: fadeInUp 1s ease-in-out .1s both;
}

.slick-active .animation.bn_caption {
    opacity: 1;
    -webkit-animation: fadeInUp 1s ease-in-out .5s both;
    -moz-animation: fadeInUp 1s ease-in-out .5s both;
    -o-animation: fadeInUp 1s ease-in-out .5s both;
    -ms-animation: fadeInUp 1s ease-in-out .5s both;
    animation: fadeInUp 1s ease-in-out .5s both;
}

.slick-active .animation.bn_button {
    opacity: 1;
    -webkit-animation: fadeInLeft .8s ease-in-out .8s both;
    -moz-animation: fadeInLeft .8s ease-in-out .8s both;
    -o-animation: fadeInLeft .8s ease-in-out .8s both;
    -ms-animation: fadeInLeft .8s ease-in-out .8s both;
    animation: fadeInDown .8s ease-in-out .8s both;
}

.bn_button a, .bn_button a:after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* ROTADOR HOME INDICADORES */
.slide-count-wrap {
    font-family: 'Tienne', serif;
    position: absolute;
    display: inline-block;
    z-index: 200;
    color: rgba(255, 255, 255, 0.4);
    float: left;
    width: 100px;
    bottom: 50px;
    left: 0;
    font-weight: 900;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

    .slide-count-wrap h1 {
        opacity: 0;
        display: inline-block;
        width: 60px;
        text-align: center;
        margin: 0;
        font-size: 74px;
        font-weight: 800;
        color: #ffffff;
    }

    .slide-count-wrap h2 {
        display: inline-block;
        font-size: 21px;
        font-weight: 700;
    }

.slick-active .slide-count-wrap h1 {
    opacity: 1;
    -webkit-animation: fadeInUp 1s ease-in-out .5s both;
    -moz-animation: fadeInUp 1s ease-in-out .5s both;
    -o-animation: fadeInUp 1s ease-in-out .5s both;
    -ms-animation: fadeInUp 1s ease-in-out .5s both;
    animation: fadeInUp .8s ease-in-out .3s both;
}

/* Miniaturas */
.slider-nav-thumbnails {
}

    .slider-nav-thumbnails .slick-prev {
        display: none !important;
    }

    .slider-nav-thumbnails .slick-next {
        display: none !important;
    }

.slider-nav-thumbnails {
    position: absolute;
    bottom: 60px;
    height: 90px;
    width: 80%;
    background: transparent;
}

    .slider-nav-thumbnails .slick_mini {
        display: block;
        background: rgba(255, 255, 255, 0.15);
        height: 80px;
        cursor: pointer;
        padding: 10px;
        overflow: hidden;
        position: relative;
        margin-top: 10px;
    }

        .slider-nav-thumbnails .slick_mini i {
            float: left;
            width: 50px;
            height: 50px;
            line-height: 40px;
            top: 50%;
            margin-right: 7px;
            font-weight: normal;
            font-size: 20px;
            letter-spacing: normal;
            display: inline-block;
            transform: translateY(-50%);
            text-align: center;
            border-radius: 50%;
            color: #fff;
            background: #2F1F6D;
            border: 5px solid #2F1F6D;
            position: relative;
        }

        .slider-nav-thumbnails .slick_mini h1 {
            color: #fff;
            font-size: 19px;
            font-weight: 700;
            letter-spacing: -1px;
            text-shadow: 0 1px 1px rgba(0,0,0,0.3);
            margin-top: 14px;
            margin-bottom: -3px;
        }

        .slider-nav-thumbnails .slick_mini p {
            color: #fff;
            font-size: 14px;
            letter-spacing: -1px;
            font-weight: 400;
            margin: 0;
        }

.slick-center.slick_mini {
    background: #2F1F6D;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
    height: 90px;
    margin-top: 0px;
}

    .slick-center.slick_mini i {
        background: #ff7200;
        border: 5px solid rgb(39, 24, 99);
    }

.slider-nav-thumbnails .slick-active, .slider-nav-thumbnails li, .slick_mini i, .slick_mini, .slick-center {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .4s ease-in-out;
}

/* ______________ HEADER ______________ */
.navbar-default {
    /* min-height: 120px; */
    margin-bottom: 0px;
    background-color: #017451;
    border-color: #017451;
    border-width: 0 0 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.03);
    top: auto;
}

/* Menu */
@media (min-width: 992px) {

    .navbar-nav > li { /* padding-top: 27px; */
    }

        .navbar-nav > li > a {
            padding: 0px 11px 0px 11px;
            padding-top: 40px;
            font-weight: 400;
            display: block;
            position: relative;
            cursor: pointer;
            /* min-height: 45px; */
            margin: 0px 0px;
        }

            .navbar-nav > li > a:after,
            .navbar-nav > li > a:before {
                display: block;
                background: rgba(0,0,0,.2);
                position: absolute;
                content: "";
                top: 0px;
                right: 0;
                left: 0;
                margin: 0 auto;
            }

            .navbar-nav > li > a:after {
                width: 50%;
                height: 0px;
                transition: all .35s ease-in-out;
            }

        .navbar-nav > li:hover > a:after {
            height: 5px;
        }

        .navbar-nav > li > a:before {
            width: 0%;
            height: 5px;
            z-index: 1;
            background: rgba(0,0,0,.15);
            transition: all .25s .4s ease-in-out;
        }

        .navbar-nav > li:hover > a:before {
            width: 50%;
        }

        .navbar-nav > li > a p {
            font-family: 'Montserrat', sans-serif;
            margin: 0px;
            padding: 0px 2px;
            text-shadow: none;
            color: #ffffff;
            /*font-size: 18px;*/
            font-size: 17px;
            letter-spacing: -1px;
            text-align: center;
            position: relative;
            transition: all .3s ease-in-out;
            line-height: normal;
            vertical-align: middle;
            font-weight: 400;
            text-transform: none;
        }

            .navbar-nav > li > a p b {
                /*display: block;*/
                font-weight: 500;
            }

    .navbar-nav li.search-wrap {
        margin-top: 25px;
    }

        .navbar-nav li.search-wrap button {
            background: none;
            border: none;
            outline: none;
        }

    /* Hover */
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #017451;
    }

    /* Effect  */
    .cl-effect-5 ._hoverD {
        overflow: hidden;
    }

        .cl-effect-5 ._hoverD p {
            position: relative;
            display: inline-block;
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s ease-in-out;
        }

            .cl-effect-5 ._hoverD p::before {
                position: absolute;
                bottom: 100%;
                content: attr(data-hover);
                color: rgba(0, 0, 0, 0.3);
                padding: 0px 0px;
                -webkit-transform: translate3d(0,0,0);
                -moz-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                transition: all 0.35s ease-in-out;
                opacity: 0;
            }

        .cl-effect-5 ._hoverD:hover p,
        .cl-effect-5 ._hoverD:focus p {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            transform: translateY(100%);
        }

            .cl-effect-5 ._hoverD:hover p::before,
            .cl-effect-5 ._hoverD:focus p::before {
                opacity: 1;
            }
    /* Hover */

    /* Dropdown Submenu HOVER */
    .navbar-nav > li > .dropdown-menu {
        min-width: 200px !important;
        max-width: 200px !important;
        padding: 43px 0px 0px 0px;
        /*padding: 10px 0px 0px 0px;*/
        background: transparent;
        border: 0px solid rgba(0, 0, 0, .15);
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0px;
        animation: fadeInRight .25s ease-in-out;
    }

    .affix .navbar-nav > li > .dropdown-menu {
        padding: 23px 0px 0px 0px;
    }

    .Toggle_act .navbar-default {
        padding: 30px 0px 30px !important;
        position: relative;
    }

    .dropdown-menu > li > a {
        color: rgb(255, 255, 255);
        padding: 13px 15px;
        box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
        font-size: 15px;
        letter-spacing: -1px;
        line-height: 14px;
        font-weight: 400;
        position: relative;
        white-space: normal !important;
        color: rgb(255, 255, 255);
        background: #026547;
        padding: 14px 14px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        transition: all .3s ease-in-out;
    }

    .dropdown-menu > li:last-child > a {
        border-radius: 0px 0px 8px 8px;
    }

    .dropdown-menu > li > a:after {
        position: absolute;
        width: 100%;
        height: 0%;
        bottom: 0;
        left: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.05);
        display: block;
        pointer-events: none;
        transition: all .2s ease-in-out;
    }

    .dropdown-menu > li:hover > a:after {
        height: 100%;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
    .dropdown-menu > li.open > a {
        border-color: rgba(0,0,0,0.04);
        color: #ffffff;
        text-decoration: none;
        background-color: #025d41;
    }

    .dropdown-menu .dropdown .dropdown-toggle {
        padding: 15px 25px 15px 15px;
    }

    .caret {
        /*display: none;width: 0px; height: 0px; opacity: 0;*/
        position: absolute;
        color: rgb(255, 255, 255);
        right: 7px;
        top: 84%;
        transform: translateY(-50%);
        transition: all .15s ease-in-out;
        border-top: 4px dashed;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 0px solid transparent;
    }

    .navbar-nav a:hover .caret {
        color: rgba(0, 0, 0, 0.1);
    }

    body .dropdown-menu .has-submenu .caret {
        display: block;
        opacity: 1;
        visibility: visible;
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        right: 13px;
        content: "";
        background-color: rgb(255, 255, 255);
        display: block;
        pointer-events: none;
        transition: all .4s ease-in-out;
        margin-top: 0px;
        margin-right: auto;
        border: 0px;
    }

    body .dropdown-menu .has-submenu:hover .caret {
        background-color: #fff;
    }

    .dropdown-menu .dropdown-menu {
        min-width: 180px !important;
        max-width: 190px !important;
        margin-top: -43px !important;
        border-radius: 0px 0px 8px 8px;
        padding: 0px;
        border: 0px;
        background: transparent;
        animation: fadeInRight .25s ease-in-out;
        top: auto;
        left: 100%;
    }

    /* Active menu */
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a p, .navbar-default .navbar-nav > .active > a:hover p, .navbar-default .navbar-nav > .active > a:focus p {
        color: #ffffff;
        font-weight: 600;
        background: #017451;
    }

    .navbar .nav .active:after {
        position: absolute;
        width: 15px;
        height: 15px;
        display: block;
        margin: 0 auto;
        z-index: 5;
        background-image: url(../images/act_menu.png);
        background-size: cover;
        content: "";
        bottom: -15px;
        right: 0;
        left: 0;
        -webkit-transition: -webkit-transform .8s ease-in-out, bottom .2s ease-in-out;
        transition: transform .8s ease-in-out, bottom .2s ease-in-out;
    }

    .affix.navbar .nav .active:after {
        bottom: -10px;
    }

    .navbar .nav .active:hover:after {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Logo */
.navbar-header {
    width: 20%;
    float: left;
    display: block;
    background: #fff;
    height: 120px;
    text-align: right;
}

.navbar .container {
    width: 100%;
    padding: 0px;
}

.navbar-default .navbar-brand {
    clear: both;
    display: block;
    padding: 0;
    margin-top: 0px;
    position: relative;
    transition: all .2s ease-in-out;
    float: right;
    height: 100%;
    padding-right: 0px;
    /* background: rebeccapurple; */
}

    .navbar-default .navbar-brand img {
        margin: 0 auto;
        max-height: 100%;
        opacity: 1;
        transition: all .1s ease-in-out;
    }

.navbar.affix > .container .navbar-brand {
    margin-top: 15px;
    pointer-events: none;
}

.affix .navbar-brand > img {
    max-height: 80px;
    /* left: 15px; */
    position: relative;
    /* opacity: 0; */
}

/* Collapsing Navbar Styles */
.navbar-default .navbar-collapse {
    width: 80%;
    float: right;
}

.miga_ {
    width: 100%;
    float: right;
    display: block;
    background: #ff7200;
    margin-bottom: -25px;
    margin-top: 18px;
    padding: 10px 0px;
    transition: all .4s ease-in-out
}

.affix .miga_ {
    padding: 13px 0px;
}

@media(min-width:991px) {
    .navbar-default {
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s;
        transition: all .35s ease-in-out;
        padding: 0;
        height: 105px;
    }

        .navbar-default.affix .navbar-header {
            height: 95px;
        }

        .navbar-default.affix {
            padding: 20px 0px;
            /* padding: 20px 0px 10px; */
            min-height: inherit;
            border-top: 0px solid #0158a4;
            top: -35px;
        }

    .navbar-nav {
        float: none;
        margin-right: 5px;
        /*float: right;
    max-width: 70%;*/
        margin-left: 15px;
    }
}

/* SLIDE NOTICIAS HOME */
.noticias_home {
    position: relative;
    z-index: 10;
    padding: 0;
    margin-bottom: 1%;
    margin-top: 3%;
}

.fundacion_ .noticias_home {
    background: radial-gradient(ellipse at center, #005186 0%,#011722 100%);
    padding-top: 8%;
    padding-bottom: 8%;
    margin-top: 5%;
    margin-bottom: 5%;
}

    .fundacion_ .noticias_home:after,
    .fundacion_ .noticias_home:before {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        transition: all .4s ease-in-out;
        top: 0;
        background-size: cover;
        background-position: center;
        z-index: -1;
        pointer-events: none;
    }

    .fundacion_ .noticias_home:after {
        -webkit-animation: hvr-reb 2s .3s ease-in-out infinite alternate;
        animation: hvr-reb 2s .3s ease-in-out infinite alternate;
        background-image: url(../images/spark_07.png);
    }

    .fundacion_ .noticias_home:before {
        -webkit-animation: hvr-Opa 4s .3s ease-in-out infinite alternate;
        animation: hvr-Opa 4s .3s ease-in-out infinite alternate;
        background-image: url(../images/spark_08.png);
    }

/*OPACIDAD*/
@-webkit-keyframes hvr-Opa {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: .3
    }

    50% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: .3
    }
}

@keyframes hvr-Opa {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: .3
    }

    50% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: .3
    }
}

.junior_ .noticias_home:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .4s ease-in-out;
    top: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/bg_portf.png);
    z-index: -1;
    pointer-events: none;
}

.title_not {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    z-index: 15;
    position: relative
}

._portafolioItems .title_not {
    margin-bottom: 8%;
    margin-top: 15%;
}

.title_not h1,
.title_not h2 {
    color: #017451;
    font-weight: 900;
    font-size: 36px;
    line-height: 27px;
    letter-spacing: -3px;
    text-transform: none;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    position: relative;
    font-family: 'Tienne', serif;
}

    .title_not h1:after {
        position: absolute;
        display: block;
        content: "";
        width: 135px;
        height: 59px;
        top: -70px;
        right: 0px;
        left: 0px;
        margin: 0px auto;
        background-image: url(../images/icon_noticias.png);
        /* animation: rotateInUpRight .6s ease-in-out .6s both; */
        animation: jackInTheBox .7s ease-in-out .6s both;
    }

._single .title_not h2 {
    color: #fff;
}

.title_not p,
._portafolioItems .title_not p {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -2px;
    color: #cccccc;
    font-weight: 400;
    margin: 10px;
    font-family: 'Montserrat', sans-serif;
}

._single .red_home .title_not p {
    color: #ffffff;
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 10px;
}

/* MOD INDICADORES */
.mod_indicadores {
    position: relative;
    display: block;
    margin: 50px 0px;
}

span.mod_indicadores {
    width: 20%;
    float: left;
    z-index: 10;
}

    span.mod_indicadores .linkN_ {
        width: 100%;
    }

.mod_indicadores h2 {
    font-size: 19px;
    line-height: 17px;
    position: relative;
    display: block;
    padding-left: 60px;
    min-height: 50px;
    margin: 0px;
}

    .mod_indicadores h2 a {
        letter-spacing: -1px;
        color: #cacaca;
        padding-top: 7px;
        position: relative;
        display: block;
        font-weight: 300;
        transition: all .3s ease-in-out;
    }

        .mod_indicadores h2 a b {
            display: block;
            font-weight: 500;
        }

        .mod_indicadores h2 a:hover {
            color: #006939;
        }

        .mod_indicadores h2 a i {
            width: 50px;
            height: 50px;
            font-weight: normal;
            color: #d4d4d4;
            line-height: 50px;
            position: absolute;
            left: -60px;
            top: 0px;
            text-align: center;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
            transition: all .3s ease-in-out;
        }

        .mod_indicadores h2 a:hover i {
            background: #00b33d;
            color: #fff;
            box-shadow: 0 0 0 6px rgb(0, 105, 57);
        }

.linkN_ {
}

.indic_ {
}

    .indic_ h1 {
        margin: 0px;
        font-size: 15px;
        position: relative;
        padding-left: 35px;
        min-height: 50px;
        padding-top: 8px;
        color: #cccccc;
        letter-spacing: -1px;
    }

        .indic_ h1 b {
            display: block;
            letter-spacing: 0px;
            font-size: 17px;
            margin-left: 10px;
            color: #b9b9b9;
        }

        .indic_ h1 i {
            position: absolute;
            left: 0px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 50%;
            font-size: 16px;
            color: #fff;
        }

    .indic_ .icon_equal {
        background: #FF9800;
    }

    .indic_ .icon_up {
        background: #12dd43;
    }

    .indic_ .icon_down {
        background: #F44336;
    }

/* _________________________________ */
footer {
}

    footer nav {
    }

    footer ul {
        text-decoration: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    footer li {
        display: inline-block;
    }

        footer li a {
            display: block;
        }

    footer nav img {
    }

.navf_ {
    width: 100%;
    margin: 0 auto;
    padding: 1% 1%;
}

.itemf_ {
    /*width: 20%;*/
    display: inline-block;
    float: left;
}

    .itemf_.logo_ {
        text-align: center;
        padding: 0;
    }

        .itemf_.logo_ .info_foot {
            margin: 0px 10px;
        }

            .itemf_.logo_ .info_foot img {
                min-height: 150px;
                max-height: 150px;
            }

.info_foot {
    display: block;
    position: relative;
    margin: 30px 5px;
}

    .info_foot li {
        width: 100%;
        float: none;
        min-height: 60px;
        display: block;
        padding: 13px 50px 5px 5px;
        position: relative;
        color: #727272;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: -1px;
        line-height: normal;
    }

    .info_foot .col_redes li {
        width: auto;
        float: none;
        display: inline-block;
        padding: 5px;
        min-height: auto;
    }

    .info_foot h1 {
        font-size: 15px;
        color: #adadad;
        margin: 0px;
        margin-top: 1px;
        letter-spacing: -1px;
        margin-bottom: 0px;
        display: block;
        font-weight: 400;
        word-break: break-all;
    }

    .info_foot h2 {
        margin: 0 auto;
        font-size: 22px;
        font-weight: 900;
        color: #017451;
        /* text-transform: uppercase; */
        letter-spacing: -2px;
        margin-bottom: 20px;
        position: relative;
        font-family: 'Tienne', serif;
    }

        .info_foot h2:after {
            width: 30px;
            height: 2px;
            border-radius: 10px;
            display: block;
            content: "";
            margin: 0 auto;
            bottom: -10px;
            position: absolute;
            background: #d6d6d6;
            transition: all .3s ease-in-out;
        }

.text_f {
    position: relative;
    padding: 0px 0px 0px 35px;
}

.info_foot h3 {
    color: #00b33d;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
}

.info_foot p {
    font-size: 17px;
    line-height: 19px;
    color: #b7b7b7;
    letter-spacing: -1px;
    font-weight: 500;
    margin: 0;
}

.info_foot i {
    color: #017451;
    float: left;
    width: 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
}

.logo_f {
    position: relative;
    display: block;
}

    .logo_f a img {
        max-height: 130px;
        position: relative;
    }

.boxx_ {
    padding: 0px;
}

    .boxx_ h1 {
        color: #09a759;
        letter-spacing: -2px;
        display: inline-block;
        margin: 0px;
        position: relative;
        font-size: 18px;
        font-weight: 800;
        line-height: 17px;
    }

    .boxx_ h2 {
        color: #09a759;
        font-weight: 500;
        letter-spacing: -1px;
        font-size: 18px;
        display: inline-block;
        margin: 0px;
    }

    .boxx_ p, .boxx_ a {
        font-size: 17px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -2px;
        color: #c1c1c1;
        text-shadow: none;
        display: inline-block;
        margin: 0px 8px;
        transition: all .3s ease-in-out;
    }

    .boxx_ a {
        color: #017451;
    }

        .boxx_ a:hover {
            color: #20775d;
        }

    .boxx_ nav {
        display: inline-block;
    }

    .boxx_ .nav__ {
        padding: 15px;
        background: #017451;
    }

        .boxx_ .nav__ h1 {
            color: #ffffff;
            letter-spacing: -1px;
        }

        .boxx_ .nav__ a {
            font-weight: 300;
            color: #ffffff;
            font-size: 15px;
            letter-spacing: -1px;
        }

            .boxx_ .nav__ a:hover {
                color: #0a271e;
            }

    .boxx_ .por__ {
        padding: 15px
    }

        .boxx_ .por__ a,
        .boxx_ .por__ p {
            margin: 0px 1px;
        }

.boxsocial_ {
    margin: 5px 0px;
}

.col_redes {
    position: relative;
    /* top: -20px; */
    text-align: center;
}

    .col_redes li a {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-weight: normal;
        text-align: center;
        letter-spacing: normal;
        font-size: 20px;
        margin: 0px 0px;
    }

        .col_redes li a i {
            width: 100%;
            height: 100%;
            line-height: inherit;
            font-weight: normal;
            text-align: center;
            margin: 0px 0px;
            color: #fff;
            border-radius: 50%;
            position: relative;
            font-size: 17px;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    .col_redes i[class*="facebook"] {
        background: #516da9;
    }

    .col_redes i[class*="youtube"] {
        background: #d94e42;
    }

    .col_redes i[class*="twitter"] {
        background: #67b5f5;
    }

    .col_redes i[class*="instagram"] {
        background: #92756e;
    }

    .col_redes li a i:hover {
        animation: wobble-vertical 1s ease-in-out;
    }

/*______________ CONTENIDOS __________________*/
/* BANNER CONT*/
.banner_cont {
    position: relative;
    width: 100%;
    height: calc(100vh - 150px);
    overflow: hidden;
    display: block;
    top: 120px;
    height: 95vh;
    top: 0px;
    z-index: 0;
}

    .banner_cont .title_ {
        float: left;
        display: block;
        position: relative;
        z-index: 30;
        top: 65%;
        transform: translateY(-50%);
        left: 7%;
        text-align: left;
        transition: all 1s ease-in-out;
    }

        .banner_cont .title_ h1 {
            font-size: 36px;
            text-align: center;
            color: #fff;
            letter-spacing: -2px;
            font-weight: 900;
            margin: 0;
            margin-bottom: 10px;
            display: block;
            line-height: 27px;
            text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
            font-family: 'Tienne', serif;
        }

        .banner_cont .title_ h2 {
            color: #fff;
            letter-spacing: -1px;
            margin: 0;
            font-size: 22px;
            line-height: 22px;
            text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15), 0px 0px 15px rgba(255, 255, 255, 0.2);
            font-weight: 200;
            margin-bottom: 0px;
            max-width: 60%;
            margin: auto;
        }

    .banner_cont .img_ {
        width: 100%;
        display: block;
        position: absolute;
        z-index: 0;
        height: 100%;
        background-attachment: fixed;
        transition: all .1s ease-in-out;
        background-size: 100%;
        background-position: center bottom;
    }

        .banner_cont .img_:after {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.05);
            display: block;
            content: "";
            opacity: 1;
            transition: all .35s ease-in-out;
        }

    .banner_cont.sticky_on .img_:after {
        opacity: 1;
        background: rgba(0, 0, 0, 0.14);
    }

    .banner_cont .feat_img {
        position: fixed;
        display: block;
        top: 70px;
        right: 0%;
        width: 40%;
        height: calc(100% - 70px);
        content: "";
        z-index: 5;
        background-repeat: no-repeat;
        transition: all .4s ease-in-out;
        -webkit-animation: fadeInLeft 1s ease-in-out .2s both;
        -moz-animation: fadeInLeft 1s ease-in-out .2s both;
        -o-animation: fadeInLeft 1s ease-in-out .2s both;
        -ms-animation: fadeInLeft 1s ease-in-out .2s both;
        animation: fadeInLeft 1s ease-in-out .2s both;
    }

        .banner_cont .feat_img.sticky_on {
            /*right: 6%;*/
        }

._portafolioItems .banner_cont .feat_img:before {
    position: absolute;
    display: block;
    content: "";
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    transition: all .25s ease-in-out;
    border-right: 0px solid transparent;
    border-left: 15px solid #fff;
    left: 0;
    right: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

/* Banner single */
._single .banner_cont {
    height: 250px;
}

._catg .banner_cont {
    height: 440px;
}

._simuladores .banner_cont {
    height: 400px;
}

._single .banner_cont .title_ {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}

._single .banner_cont .img_ {
    position: relative;
    background-position: center 15px;
}

/* Banner single PORTAFOLIO */
._portafolioItems .banner_cont {
    height: 100%;
    float: right;
    overflow: visible;
}

.block_text {
    padding: 0px 35px 35px 35px;
    background: #fff;
    /* border-radius: 5px; */
    /* box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.05); */
    position: relative;
    z-index: 10;
    margin: 15px;
}

/* Info */
.parraf_ ul li, .parraf_ li {
    color: #868686;
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    list-style-type: none;
}

    .parraf_ ul li:before,
    .parraf_ li:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #109069;
        border-radius: 50%;
        position: absolute;
        left: 5px;
        top: 5px;
    }

/* Listado numerico */
.parraf_ ol li {
    position: relative;
    margin-bottom: 14px;
    letter-spacing: normal;
    display: table;
    list-style-type: none;
    counter-increment: step-counter;
    padding-left: 25px;
    color: #868686;
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
}

    .parraf_ ol li::before {
        content: counter(step-counter);
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 11px;
        background-color: #027552;
        color: white;
        font-weight: 400;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        top: -2px;
    }

.info_ {
    display: block;
    position: relative;
    /*clear: both;
  width: calc(100% - 16%);
  padding: 0% 2%;
  margin-top: -2%;
  z-index: 5;*/
}

    .info_ a {
        font-size: 17px;
        color: #ccc6c6;
        letter-spacing: -1px;
        font-weight: 500;
        position: relative;
        transition: all .35s ease-in-out;
    }

        .info_ a i {
            color: #017451;
            position: relative;
            top: 5px;
        }

        .info_ a:hover {
            color: #017451;
        }

    .info_ p, .Ayuda_ p {
        color: #868686;
        font-size: 16px;
        line-height: 17px;
        font-weight: 300;
        margin-bottom: 20px;
    }

.desc_ {
    padding: 30px 30px 50px;
    border-radius: 3px;
    position: relative;
    z-index: 10;
    margin: 0;
    word-break: break-word;
}

._portafolioItems .desc_ {
    box-shadow: 0px 5px 30px 5px rgba(0,0,0,0.05);
    background: linear-gradient(180deg, #bad3a5, #479c6c);
}


.desc_ h1,
.parraf_ h1 {
    margin: 0px;
    margin-bottom: 15px;
    margin-left: 40px;
    line-height: 22px;
    font-size: 28px;
    color: #017451;
    /* text-shadow: 0px 2px 2px rgba(0,0,0,.1); */
    letter-spacing: -2px;
    font-weight: 700;
    position: relative;
    word-break: break-word;
}

    .desc_ h1::first-letter,
    .parraf_ h1::first-letter {
        font-size: 42px;
        color: #017451;
        display: block;
        margin-left: -38px;
        letter-spacing: 0px;
        position: relative;
        font-weight: 800;
    }

.desc_ p {
}

.desc_.modColor_ p {
    color: #fff;
}

.tags_ {
    padding: 30px;
    background: rgba(53,41,124,1);
    background: linear-gradient(135deg, rgba(53,41,124,1) 0%, rgba(49,32,96,1) 100%);
    border-radius: 5px;
    box-shadow: 0px 5px 30px 5px rgba(0,0,0,.1);
    position: relative;
    margin-top: 1.5%;
    margin-bottom: 5%;
}

    .tags_ nav {
    }

    .tags_ ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: block;
        color: #fff;
    }

    .tags_ li {
        display: inline-block;
        width: 50%;
        float: left;
        min-height: 130px;
        border-top: 1px solid;
        border-right: 1px solid;
        border-color: rgba(0,0,0,.15);
        position: relative;
        cursor: pointer;
    }

    .tags_ ul li:nth-child(-n+2) {
        border-top: 0px;
    }

    .tags_ ul li:nth-child(2n) {
        border-right: 0px;
    }

    .tags_ i {
        position: relative;
        float: left;
        width: 50px;
        height: 130px;
        line-height: 120px;
        text-align: center;
    }

    .tags_ h1 {
        margin: 0px;
        letter-spacing: 0px;
        font-size: 22px;
        font-weight: 800;
        margin-top: 42px;
    }

    .tags_ p {
        color: #fff;
        margin-bottom: 5px;
        letter-spacing: -1px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 300;
    }

.text_ghost {
    position: relative;
    color: #fff;
    font-size: 150px;
    line-height: 130px;
    right: -230px;
    top: -145px;
    font-weight: 800;
    letter-spacing: -10px;
    text-shadow: 0 0px 35px rgba(0,0,0,0.05);
    z-index: -1;
    display: block;
    width: 100%;
    margin-bottom: -240px;
    pointer-events: none;
}

.text_ghost2_ {
    position: relative;
    z-index: 0;
    pointer-events: none;
    text-align: right;
}

.fundacion_ .text_ghost2_ {
    margin-top: -100px;
}

.text_ghost2_ p {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 180px;
    line-height: 140px;
    right: 20px;
    top: 0px;
    font-weight: 900;
    letter-spacing: -10px;
    text-shadow: 0 0px 75px rgba(0, 0, 0, 0.1);
    z-index: -1;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: -240px;
    pointer-events: none;
    opacity: .5;
}

.fundacion_ .text_ghost2_ p {
    margin-bottom: 0px;
    opacity: .6;
}

.text_ghost2_ p b {
    display: block;
}

.fundacion_ .text_ghost2_ p b {
    font-weight: 800;
}

/* PAGINAS SINGLE */
.Contenidos_ {
    position: relative;
    display: block;
    padding-top: 105px;
    padding-bottom: 4%;
}

._single {
}

    ._single .info_ {
        width: 80%;
        margin: 0 auto;
        margin-top: -30px;
        float: none;
        border-radius: 0px;
        background: #fff;
        /* box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1), 0px 18px 20px -10px rgba(0, 0, 0, 0.05); */
        /*padding-bottom: 2%;*/
        z-index: 2;
    }

.main-wrap ._simuladores .info_.cFilter_ {
    margin-top: -100px;
    min-height: auto;
    margin-bottom: 7%;
}

.noBg_ {
    background: transparent !important;
    box-shadow: none !important;
}

._portafolioItems .info_ {
    width: 60%;
    margin-top: 0;
    float: left;
    border-radius: 0;
    box-shadow: none;
}

._single .Contenidos_ .desc_ {
    box-shadow: none;
    background: transparent;
}

._single .pageCont .desc_ {
    background: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1), 0px 18px 20px -10px rgba(0, 0, 0, 0.05);
    margin: 40px -15px 40px 15px;
    padding: 40px 20px 30px 20px;
}

._single .Contenidos_ .desc_ h1 {
    margin-bottom: 15px;
}

._single .Contenidos_ .desc_.modColor_ h1 {
    color: #fff;
    font-weight: 500;
    letter-spacing: -2px;
}

    ._single .Contenidos_ .desc_.modColor_ h1 b {
        font-weight: 500;
        display: block;
    }

.desc_.modColor_ h1::first-letter {
    color: #fff;
    font-weight: 900;
}

._single .Contenidos_ .parraf_ ul {
    list-style-type: none;
}

._single .text_ghost {
    text-shadow: 0 0px 35px rgba(0,0,0,0.03);
}

._single .Contenidos_ .desc_ h2,
.parraf_ h2 {
    line-height: 30px;
    font-size: 30px;
    color: #008000;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
    margin: 0px;
    font-family: 'Tienne', serif;
}

    ._single .Contenidos_ .desc_ h2:after,
    .parraf_ h2:after {
        font-family: FontAwesome;
        content: "\f111";
        color: #0e960e;
        font-size: 4px;
        margin-left: 2px;
    }

._single .Contenidos_ .desc_ h3,
.parraf_ h3 {
    font-size: 20px;
    line-height: 21px;
    color: #017451;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: 'Tienne', serif;
}

._single .Contenidos_ .desc_ h4,
.parraf_ h4 {
    color: #008000;
}

._single .Contenidos_ .desc_ h5,
.parraf_ h5 {
    color: #03bf33;
}

._single .Contenidos_ .modColor_ {
    background: linear-gradient(180deg, #0575ac, #0158a5);
    box-shadow: 0px 5px 40px rgba(5, 116, 172, 0.55);
    border-radius: 10px;
    padding: 35px 30px 30px 25px;
}

/* Share */
.share_ {
}

    .share_ i {
        width: 35px;
        height: 35px;
        background: #109a70;
        border-radius: 50%;
        line-height: 37px;
        margin: 0 auto;
        margin-right: 10px;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

/* BACK TO TOP */
.back-to-top {
    opacity: 1;
    cursor: pointer;
    position: fixed;
    bottom: -50px;
    right: -150px;
    z-index: 101;
    background: #017451;
    color: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 0;
    text-align: center;
    line-height: 33px;
    transition: right .25s ease-in-out;
}

    .back-to-top:hover, .back-to-top:focus {
        color: #fff;
    }

    .back-to-top i {
        position: absolute;
        display: block;
        width: 40px;
        height: 50px;
        line-height: 55px;
        left: 5px;
    }

    .back-to-top.sticky_on {
        right: -50px;
    }

/* TABS */
.tabs_gener {
    display: block;
    /* clear: both; */
    position: relative;
    padding: 3% 0% 3%;
}

    .tabs_gener .desc_ {
    }

        .tabs_gener .desc_ h1 {
        }

    .tabs_gener .nav-tabs {
        margin: 20px 0px 0px;
        border: 0px;
    }

        .tabs_gener .nav-tabs > li {
            display: inline-block;
            float: none;
            position: relative;
            margin: 0px;
        }

            .tabs_gener .nav-tabs > li > a {
                border-radius: 0px;
                margin: 0px;
                border: 0px;
                position: relative;
                color: #fff;
                font-size: 18px;
                letter-spacing: -1px;
                font-weight: 300;
                transition: all .25s ease-in-out;
            }

                .tabs_gener .nav-tabs > li > a:hover {
                    background-color: transparent;
                    color: #ffffff;
                }

            .tabs_gener .nav-tabs > li.active > a,
            .tabs_gener .nav-tabs > li.active > a:hover,
            .tabs_gener .nav-tabs > li.active > a:focus {
                background-color: transparent;
                border: 0px;
                color: #ffffff;
            }

            .tabs_gener .nav-tabs > li:before {
                position: absolute;
                width: 0%;
                height: 3px;
                background: #ffffff;
                display: block;
                content: "";
                bottom: 0px;
                margin: auto;
                right: 0px;
                left: 0px;
                border-radius: 5px;
                z-index: 5;
                transition: all .25s ease-in-out;
            }

            .tabs_gener .nav-tabs > li.active:before {
                background: #ffffff;
                width: 20%;
            }

            .tabs_gener .nav-tabs > li:hover:before,
            .tabs_gener .nav-tabs > li:focus:before {
                width: 20%;
            }

    .tabs_gener .tab-panel_ {
        min-height: 400px;
        padding: 35px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.05);
        position: relative;
        z-index: 10;
        margin: -30px 15px 20px 15px;
        overflow: hidden;
    }

        .tabs_gener .tab-panel_ ul {
            list-style: none;
        }

.tab-panel_ .head_ {
    opacity: 0;
    position: relative;
    display: block;
    margin-bottom: 5%;
    min-height: 65px;
    transition: all .35s ease-in-out;
}

    .tab-panel_ .head_ .icon_ {
        width: 60px;
        height: 60px;
        border-radius: 3px;
        background: #017451;
        padding: 5px 0px;
        text-align: center;
        line-height: 60px;
        padding: 0px;
        color: #fff;
        background: linear-gradient(180deg, #a4bf8d, #479c6c);
    }

        .tab-panel_ .head_ .icon_ img {
        }

    .tab-panel_ .head_ h1 {
        font-size: 26px;
        line-height: 21px;
        color: #388258;
        letter-spacing: -2px;
        font-weight: 700;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: 'Tienne', serif;
    }

    .tab-panel_ .head_ a {
        display: inline-block;
        background-color: #00b33d;
        color: #fff;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 20px;
        border-radius: 25px;
        letter-spacing: -2px;
        margin-top: 8px;
        width: auto;
    }

        .tab-panel_ .head_ a:hover {
            background-color: #006939;
        }

.tab-pane.active .content_ {
    opacity: 0;
    transition: all .35s ease-in-out;
}

.tab-pane.active .head_ {
    opacity: 1;
    -webkit-animation: fadeInUp 1s ease-in-out .1s both;
    -moz-animation: fadeInUp 1s ease-in-out .1s both;
    -o-animation: fadeInUp 1s ease-in-out .1s both;
    -ms-animation: fadeInUp 1s ease-in-out .1s both;
    animation: fadeInUp 1s ease-in-out .1s both;
}

.tab-pane.active .content_ {
    opacity: 1;
    -webkit-animation: fadeInUp 1s ease-in-out 0s both;
    -moz-animation: fadeInUp 1s ease-in-out 0s both;
    -o-animation: fadeInUp 1s ease-in-out 0s both;
    -ms-animation: fadeInUp 1s ease-in-out 0s both;
    animation: fadeInUp 1s ease-in-out 0s both;
}

/* ROTADOR SLIDER ITEMS PORTAFOLIO */
.sliderPort .desc_ {
    padding: 50px 30px 25px;
    margin: 0px 0px 30px 0px;
    z-index: 15
}

    .sliderPort .desc_.modColor_ {
        margin: -15px 0px 30px -5px;
    }

.sliderPort {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 3%;
    display: block;
}

    .sliderPort .slider_ {
        padding: 0px;
        background: #fff;
        border-radius: 8px 0px 0px 8px;
        box-shadow: 0px 5px 30px 5px rgba(0,0,0,0.03);
        position: relative;
        overflow: hidden;
    }

        .sliderPort .slider_ .slick-slide {
            min-height: 350px;
            min-width: 250px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            margin: 0px 0px;
            border-radius: 0px;
        }

    .sliderPort .slick-prev, .sliderPort .slick-next {
        transform: translateY(-50%);
    }

.portafolio_items .slick-caption {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    bottom: inherit;
    top: 0px;
    text-align: center;
    padding: 0;
    left: inherit;
    font-size: initial;
    position: absolute;
    z-index: 0;
    transition: all .5s ease-in-out;
}

    .portafolio_items .slick-caption:hover {
        background: rgba(57, 61, 66, 0.4);
    }

    .portafolio_items .slick-caption:after {
        position: absolute;
        display: block;
        font-family: FontAwesome;
        content: "\f054";
        height: 30px;
        width: 30px;
        line-height: 27px;
        color: #fff;
        text-align: center;
        background: rgba(255, 255, 255, 0.1);
        text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
        border: 3px solid;
        font-size: 12px;
        font-weight: normal;
        border-radius: 50%;
        right: 10px;
        top: -80px;
        transition: all .25s ease-in-out;
    }

    .portafolio_items .slick-caption:hover:after {
        top: 10px;
        right: 10px;
    }

    .portafolio_items .slick-caption h1 {
        color: #fff;
        font-size: 22px;
        font-weight: 800;
        letter-spacing: -1px;
        text-shadow: 0px 2px 2px rgba(0,0,0,.2);
        z-index: 10;
        margin-top: 15px;
        line-height: 20px;
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
    }

        .portafolio_items .slick-caption h1 b {
            display: block;
            font-size: 22px;
            font-weight: 800;
        }

.nav_portafolio {
    display: block;
    position: relative;
    text-align: center;
    padding: 0%;
}

.main-wrap .nav_portafolio p {
    display: inline-block;
    margin: 0;
    float: none;
    padding: 10px;
    transition: all .3s ease-in-out;
}

    .main-wrap .nav_portafolio p i {
        width: 45px;
        height: 45px;
        line-height: 46px;
        display: inline-block;
        background: #03a859;
        background: linear-gradient(-160deg, #f9c74a, #f9a74a);
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        margin: 0px;
        box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.05), 0px 10px 30px rgba(0, 0, 0, 0.2);
        transition: all .3s ease-in-out;
    }

.jovenes_.main-wrap .nav_portafolio p i {
    background: linear-gradient(-160deg, #f48535, #da7831);
}

.fundacion_.main-wrap .nav_portafolio p i {
    background: #03a859;
}

.principal_.main-wrap .modColor_ .nav_portafolio p i {
    background: linear-gradient(-160deg, #2196F3, #4274a9);
}

.main-wrap .nav_portafolio p:hover i {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 10px 30px rgba(0, 0, 0, 0.3);
}

/* JUNIOR */
.hoverJunior_ {
    position: absolute;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
}

    .hoverJunior_ i {
        position: relative;
        display: block;
        width: 300px;
        height: 400px;
        border-radius: 150px;
        bottom: -70px;
        left: -30px;
        background: linear-gradient(-90deg, #0d70d0, #081042);
        z-index: -1;
        -moz-transform: rotate(220deg);
        -o-transform: rotate(220deg);
        transform: rotate(220deg);
        opacity: 0;
        transition: all .8s ease-in-out;
    }

.junior_ .photoD_:hover .hoverJunior_ i {
    opacity: 1;
    left: -10px;
}

.hoverJunior_:after {
    width: 150px;
    height: 300px;
    display: block;
    content: "";
    position: absolute;
    border-radius: 100px;
    z-index: -1;
    bottom: -120px;
    left: 130px;
    opacity: 0;
    background: linear-gradient(-160deg, #05bc5a, #078154);
    box-shadow: 0 0px 30px 0px rgba(6, 157, 87, 0.6), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
    -moz-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg);
    transition: all .6s ease-in-out;
}

.junior_ .photoD_:hover .hoverJunior_:after {
    opacity: 1;
    left: 200px;
}

.hoverJunior_:before {
    width: 150px;
    height: 500px;
    display: block;
    content: "";
    position: absolute;
    border-radius: 100px;
    z-index: 0;
    bottom: -180px;
    left: -120px;
    background: linear-gradient(-160deg, #00e24d, #43a047);
    box-shadow: 0 0px 30px 0px rgba(6, 157, 87, 0.6), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
    -moz-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg);
    opacity: 0;
    transition: all .6s ease-in-out;
}

.junior_ .photoD_:hover .hoverJunior_:before {
    opacity: 1;
    left: -150px;
}

.junior_ .hoverJunior_ i:after,
.junior_ .hoverJunior_ i:before,
.junior_ .title_back:after,
.junior_ .title_back:before {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    transition: all .4s ease-in-out;
    opacity: 0;
    background-size: contain;
}

.junior_ .hoverJunior_ i:after {
    bottom: 10px;
    right: 40px;
    background-image: url(../images/Junior_icon02.png);
}

.junior_ .photoD_:hover .hoverJunior_ i:after {
    opacity: 1;
    bottom: -5px;
    right: 70px;
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.junior_ .hoverJunior_ i:before {
    bottom: 10px;
    left: 40px;
    background-image: url(../images/Junior_icon03.png);
}

.junior_ .photoD_:hover .hoverJunior_ i:before {
    opacity: 1;
    bottom: 25px;
    left: 70px;
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.junior_ .title_back:after {
    top: 10px;
    right: 40px;
    background-image: url(../images/Junior_icon01.png);
}

.junior_ .photoD_:hover .title_back:after {
    opacity: 1;
    top: -50px;
    right: 10px;
    -moz-transform: rotate(280deg);
    -o-transform: rotate(280deg);
    transform: rotate(280deg);
}

.junior_ .title_back:before {
    bottom: 10px;
    right: 40px;
    background-image: url(../images/Junior_icon04.png);
}

.junior_ .photoD_:hover .title_back:before {
    opacity: 1;
    bottom: -10px;
    right: 110px;
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* CONTENIDOS FOOTER */
.Ayuda_ {
    position: relative;
    display: block;
    margin-top: 5%;
}

    .Ayuda_ aside {
        position: relative;
    }

    .Ayuda_ .desc_ {
        position: absolute;
        margin: 0px 30px 0px 50px;
        padding: 30px;
        max-width: 20%;
    }

.menu_list {
    min-height: 180px;
    display: block;
    position: relative;
    padding-left: 27%;
    padding-right: 17%;
}

.menu_icon {
    position: relative;
    display: block;
    min-height: 180px;
    background: #2F1F6D;
    padding-left: 27%;
    padding-right: 17%;
}

.Ayuda_ .desc_ h2 {
    font-size: 18px;
    line-height: 18px;
    color: #2F1F6D;
    letter-spacing: -1px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.Ayuda_ .desc_ i {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ff7200;
    padding: 5px 0px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.Ayuda_ .desc_ a {
    display: table;
    background-color: #2F1F6D;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 25px;
    letter-spacing: -2px;
    transition: all .5s ease-in-out;
    margin: 0 auto;
    margin-top: 10px;
}

    .Ayuda_ .desc_ a:hover {
        background-color: #ff7200;
    }

/**/
.menu_list nav {
    margin-top: 30px;
    margin-bottom: 30px;
}

.menu_list ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .menu_list ul a {
        color: #cacaca;
        font-size: 16px;
        letter-spacing: -1px;
        line-height: 16px;
        padding: 10px 0px 10px 15px;
        display: block;
        position: relative;
        font-weight: 500;
        transition: all .5s ease-in-out;
    }

        .menu_list ul a:after {
            position: absolute;
            width: 0px;
            height: 2px;
            top: 50%;
            border-radius: 3px;
            transform: translateY(-50%);
            left: 0;
            content: "";
            background-color: rgba(0,0,0,0.1);
            display: block;
            transition: all .2s ease-in-out;
        }

        .menu_list ul a:hover:after {
            background-color: #ff7200;
            width: 10px;
        }

        .menu_list ul a:hover {
            color: #ff7200;
        }

/**/
.menu_icon nav {
    margin-top: 30px;
}

.menu_icon ul {
    list-style-type: none;
    padding: 0px 15px;
    margin: 0;
    text-align: justify;
}

    .menu_icon ul:after {
        content: ' ';
        display: inline-block;
        width: 100%;
        height: 0
    }

.menu_icon li {
    position: relative;
    display: inline-block;
    padding: 0px 13px;
}

.menu_icon a {
    display: block;
    position: relative;
    text-align: center;
}

.menu_icon i {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
    position: relative;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    margin-bottom: 20px;
    text-align: center;
}

    .menu_icon i:after {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        background: #ff7200;
        color: #fff;
        display: block;
        top: 20px;
        right: -10px;
        opacity: 0;
        text-align: center;
        font-style: normal;
        font-weight: normal;
        transition: all .3s ease-in-out;
    }

.menu_icon a:hover i:after {
    right: -20px;
    opacity: 1;
}

.menu_icon a:hover i {
    background: rgba(0, 0, 0, 0.15);
    -webkit-animation: ripple_port 2s ease-in-out infinite;
    animation: ripple_port 2s ease-in-out infinite;
}

@-webkit-keyframes ripple_port {
    0% {
        box-shadow: 0 0 0 0px rgba(241, 241, 241, 0), 0 0 0 0px rgba(241, 241, 241, 0.1);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(241, 241, 241, 0.1), 0 0 0 20px rgba(241, 241, 241, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(241, 241, 241, 0), 0 0 0 0px rgba(241, 241, 241, 0.05);
    }
}

@keyframes ripple_port {
    0% {
        box-shadow: 0 0 0 0px rgba(241, 241, 241, 0), 0 0 0 0px rgba(241, 241, 241, 0.1);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(241, 241, 241, 0.1), 0 0 0 20px rgba(241, 241, 241, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(241, 241, 241, 0), 0 0 0 0px rgba(241, 241, 241, 0.1);
    }
}

.menu_icon img {
    max-width: 45px;
    margin-top: 10px;
    position: relative;
}

.menu_icon p {
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: -1px;
    position: relative;
    transition: all .3s ease-in-out;
    margin-bottom: 15px;
}

    .menu_icon p b {
        display: block;
        font-weight: 500;
        letter-spacing: -1px;
    }

    .menu_icon p:before {
        position: absolute;
        width: 0px;
        height: 3px;
        background: #fff;
        display: block;
        content: "";
        bottom: -10px;
        margin: auto;
        right: 0px;
        left: 0px;
        border-radius: 5px;
        z-index: 5;
        transition: all .2s ease-in-out;
    }

.menu_icon a:hover p:after {
    font-weight: 600;
}

.menu_icon a:hover p:before,
.menu_icon a:focus p:before {
    width: 25px;
}


/* ___________ */
/* MIGA */
.miga_ .list_ {
    width: 75%;
    float: right;
    display: block;
    position: relative;
    color: #fff;
}

.scroll_ {
    position: relative;
    float: right;
}

.back_ {
    display: inline-block;
    float: left;
}

    .back_ h1 {
        margin: 0;
    }

        .back_ h1 a {
            color: #fff;
            display: block;
            padding: 0px 5px 0px 12px;
            font-size: 15px;
            letter-spacing: -1px;
            margin: 4px 0px;
            font-weight: 500;
            position: relative;
            transition: all .25s ease-in-out;
        }

            .back_ h1 a:after {
                font-family: FontAwesome;
                content: "\f053 ";
                left: 0px;
                position: absolute;
                font-size: 9px;
                top: 50%;
                transform: translateY(-50%);
                transition: all .25s ease-in-out;
            }

            .back_ h1 a:hover {
                color: rgba(0,0,0,.3);
            }

                .back_ h1 a:hover:after {
                    left: 3px;
                    color: rgba(0,0,0,.3);
                }

/* Miga break_ */
.break_ {
    padding-left: 30px;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 25px;
}

    .break_ ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .break_ ul li {
            display: inline-block;
        }

        .break_ ul a {
            opacity: .6;
            font-size: 16px;
            color: #fff;
            letter-spacing: -1px;
            text-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
            position: relative;
            padding: 0px 20px 0px 0px;
            margin: 0px 2px;
            display: block;
            font-weight: 400;
            transition: all .2s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .break_ ul a:hover {
                opacity: 1
            }

        .break_ ul li:last-child a {
            padding: 0px;
            margin: 0px;
            font-weight: 700;
            opacity: 1;
        }

        .break_ ul a:after {
            font-family: 'Material Icons';
            content: "arrow_forward";
            width: 20px;
            height: 20px;
            color: #fff;
            position: absolute;
            text-align: center;
            font-size: 13px;
            line-height: 24px;
            pointer-events: none;
            opacity: .5;
        }

        .break_ ul li:last-child a:after {
            display: none;
        }

#nav_ {
    list-style: none;
    /* overflow: hidden; */
    text-align: right;
    margin: 0;
    padding: 0;
    padding-right: 15px;
}

    #nav_ li {
        display: inline-block;
        margin-bottom: 0;
        position: relative;
    }

    #nav_ a {
        color: #fff;
        display: block;
        padding: 1px 13px;
        font-size: 14px;
        letter-spacing: -1px;
        font-weight: 400;
        transition: all .25s ease-in-out;
        position: relative;
        border-radius: 30px;
        z-index: 0;
    }

        #nav_ a:hover {
            /* color: rgba(255, 255, 255, 0.54); */
        }

    #nav_ .current a {
        color: #fff;
    }

    #nav_ a:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        height: 1px;
        z-index: 0;
        border-radius: 20px;
        background: #fff;
        transition: all .35s ease-in-out;
    }

    #nav_ .current a:before {
        width: 25%;
    }

    #nav_ a:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 24px;
        opacity: 0;
        z-index: -1;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.15);
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition: -webkit-transform 0s 0.2s, opacity 0.2s;
        transition: transform 0s 0.2s, opacity 0.2s;
    }

    #nav_ a:hover:after {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transition: -webkit-transform 0.2s, opacity 0.1s;
        transition: transform 0.2s, opacity 0.1s;
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

/* INDICADOR MOUSE_DOWN */
.indicador {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    width: 60px;
    display: block;
    text-align: center;
    -webkit-animation: fadeInUp 800ms ease-in-out 1300ms both;
    -moz-animation: fadeInUp 800ms ease-in-out 1300ms both;
    -o-animation: fadeInUp 800ms ease-in-out 1300ms both;
    -ms-animation: fadeInUp 800ms ease-in-out 1300ms both;
    animation: fadeInUp 800ms ease-in-out 1300ms both;
    transition: all .25s ease-in-out;
}

    .indicador a {
        width: 60px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        position: relative;
        display: block;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

        .indicador a:before {
            position: absolute;
            width: 60px;
            height: 60px;
            display: block;
            content: "";
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.05);
            -webkit-animation: ripple_port 2s ease-in-out infinite;
            animation: ripple_port 2s ease-in-out infinite;
            bottom: -45px;
            left: -2px;
        }

        .indicador a img {
            height: 42px;
            position: relative;
            margin-top: 7px;
        }

    .indicador.sticky_on {
        bottom: -100px;
    }

.rotador_princ .indicador {
    width: 50px;
    bottom: 25px;
    z-index: 9;
    right: 25px;
    left: auto;
}

.fundacion_ .rotador_princ .indicador {
    bottom: 105px;
    right: 125px;
}

.rotador_princ .indicador a {
    height: 60px;
}

    .rotador_princ .indicador a:before {
        bottom: -1px;
    }

.Contenidos_ .indicador {
    bottom: 50px;
}

/* INFORMACION GENERAL */
.info_cards {
    display: block;
    clear: both;
    position: relative;
}

.card_ aside {
    padding: 50px 30px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 5px 30px 5px rgba(0,0,0,0.03);
    position: relative;
}

.card_:nth-child(3n+2) {
    /*background: red;
    margin-top: 2%;*/
}

.card_:nth-child(3n+3) {
    /*background: blue;
    margin-top: 5%;*/
}

.card_ h2 {
    font-size: 20px;
    line-height: 20px;
    color: #88888a;
    letter-spacing: -1px;
    font-weight: 700;
    max-width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
}

.card_ a {
    display: table;
    background: #03a859;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 25px;
    letter-spacing: -1px;
    transition: all .5s ease-in-out;
    margin: 0 auto;
    margin-top: 20px;
}

    .card_ a:hover {
        color: #fff;
        background-color: #006939;
    }

/* NOTICIAS */
.noticias_ {
    /*margin-top: -10%;*/
    margin-top: -2%;
    margin-bottom: 3%;
}

    .noticias_ .card_ aside {
        padding: 0px;
        overflow: hidden;
        box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.05);
        margin: 15px 0px;
    }

    .noticias_ .head_ {
        padding: 0px 20px 20px;
        position: relative;
    }

    .noticias_ .min_ {
        min-height: 250px;
        display: block;
        position: relative;
    }

        .noticias_ .min_ a {
            position: absolute;
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 0px;
            top: 0;
            margin-top: 0;
            background: rgba(47, 31, 109, 0);
            outline: none;
        }

    .noticias_ aside:hover .min_ a {
        background: rgba(0, 0, 0, 0.3)
    }

    .noticias_ .head_ h2 {
        max-width: 100%;
        font-weight: 500;
    }

    .noticias_ .head_ p {
        font-size: 14px;
        line-height: 15px;
        height: 60px;
        overflow: hidden;
    }

    .noticias_ .head_ span {
        position: relative;
        width: calc(100% - 40px);
        text-align: center;
        display: block;
        margin: 0 auto;
        top: -20px;
    }

        .noticias_ .head_ span h3 {
            background: #017451;
            color: #fff;
            padding: 10px;
            display: inline-block;
            font-size: 15px;
            margin: 0px;
            letter-spacing: -1px;
            position: relative;
        }

            .noticias_ .head_ span h3:after {
                content: "";
                background: rgba(0,0,0,.1);
                bottom: -25px;
                position: absolute;
                display: block;
                height: 15px;
                width: 1px;
                left: 0;
                right: 0;
                margin: auto;
            }

            .noticias_ .head_ span h3 i {
                width: auto;
                height: auto;
                background: transparent;
                padding: 0px;
                margin: 0;
            }

    .noticias_ .head_ .card_ a {
        margin-top: 10px;
    }

.redC_ {
}

    .redC_ .card_ a:after {
        position: absolute;
        display: block;
        content: "";
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0;
        opacity: 0;
        transition: all .2s .3s ease-in-out;
        background: linear-gradient(190deg, #bad3a5, #419265);
    }

    .redC_ .card_ a:hover:after {
        opacity: 1;
        animation: slideInDown .2s .3s ease-in-out both;
    }

    .redC_ .card_ a:before {
        color: #fff;
        text-shadow: 0px 1px 2px rgba(0,0,0,.3);
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        font-family: 'Material Icons';
        content: "arrow_forward";
        position: absolute;
        height: 50px;
        width: 0px;
        display: block;
        right: 0;
        left: 0px;
        margin: 0 auto;
        opacity: 0;
        z-index: 5;
        top: 43%;
        transition: all .2s ease-in-out;
        transform: translateY(-50%);
    }

    .redC_ .card_ a:hover:before {
        width: 50px;
        opacity: 1;
        animation: slideInRight .2s ease-in-out .2s both;
    }

/* Pag */
ul.pagination {
    margin: 20px 0px;
    margin-top: 40px;
    display: block;
    text-align: center;
}

    ul.pagination li {
        float: none;
        display: inline-block;
        height: auto;
    }

        ul.pagination li a,
        .pagination > li > a, .pagination > li > span, ul.pagination li button {
            transition: all .35s ease-in-out;
            height: 40px;
            min-width: 40px;
            text-align: center;
            font-size: 16px;
            line-height: 22px;
            border-radius: 50%;
            color: #9c9c9c;
            padding: 10px;
            border: 0px;
            font-weight: 600;
        }

        .pagination > .active > span,
        ul.pagination li.active a {
            background-color: #03a859;
            border-color: #03a859;
        }

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 25px;
    padding: 10px 20px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 25px;
    padding: 10px 20px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #ffffff;
    background-color: #03a859;
    border-color: #03a859;
}

ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
    background: #03a859;
}

/* __ GALERIA ___ */
.cGaleria_ {
    /*margin-top: -5%;*/
}

.demo-gallery > ul {
    margin-bottom: 70px;
    margin-top: 20px;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

    .demo-gallery > ul > li {
        /*float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  width: 200px;*/
        padding: 0px;
        clear: both;
        position: relative;
        display: block;
        border: 0px;
        margin-bottom: 10px;
    }

        .demo-gallery > ul > li a {
            border: 0px solid #FFF;
            display: block;
            position: relative;
            /*float: left;*/
            float: none;
            padding: 0px 0px;
        }

            .demo-gallery > ul > li a > img {
                -webkit-transition: -webkit-transform .5s ease 0s;
                -moz-transition: -moz-transform .5s ease 0s;
                -o-transition: -o-transform .5s ease 0s;
                transition: transform .5s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                height: 100%;
                width: 100%;
                overflow: hidden;
                border-radius: 5px;
            }

            .demo-gallery > ul > li a:hover > img {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.98, 0.98, 0.98);
            }

            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
                opacity: 1;
            }

            .demo-gallery > ul > li a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }

                .demo-gallery > ul > li a .demo-gallery-poster > img {
                    left: 50%;
                    margin-left: -10px;
                    margin-top: -10px;
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    -webkit-transition: opacity 0.3s ease 0s;
                    -o-transition: opacity 0.3s ease 0s;
                    transition: opacity 0.3s ease 0s;
                }

            .demo-gallery > ul > li a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.5);
            }

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

    .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

._galeria .demo-gallery {
    padding-bottom: 20px;
}

/* FILTER */
.cFilter_,
._single .cFilter_ {
    min-height: 500px;
    background: transparent !important;
    box-shadow: none !important;
    width: 95%;
    margin-bottom: 1%;
}

._catg._single .cFilter_ {
    margin-bottom: 4%;
}

.cFilter_ .card_ {
    margin-top: 0;
    margin-bottom: 30px;
}

.contMult_ .card_ .element-item {
    margin-bottom: 0px;
}

.redC_.cFilter_ .card_ {
    margin-bottom: 0px;
}

.cFilter_ .card_ .element-item {
    width: 33%;
    padding: 0px 10px;
}

.cFilter_ .head_ h2 {
    height: 40px;
    overflow: hidden;
}

.cFilter_ .min_ {
    border-radius: 5px 5px 0px 0px;
}

.contMult_ .min_ {
    min-height: 190px;
    max-height: 190px;
    overflow: hidden;
}

.grid_filter {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 1%;
}

.portdes .grid_filter .element-item {
    width: 49%;
    float: left;
}

/* clear fix */
.grid_filter:after {
    content: '';
    display: block;
    clear: both;
}

.grid_filter .Itemp_ .photoD_:after {
    border-radius: 0px;
}

.redC_ .min_ {
    background-size: contain;
}

/* Filter Buttons */
.cFilter_ .filters-button-group {
    padding: 20px;
    text-align: center;
    margin-top: -8%;
}

.cFilter_ .button {
    display: inline-block;
    position: relative;
    padding: 13px 18px;
    margin: 5px 0px;
    background: rgba(255, 255, 255, 0);
    border: none;
    z-index: 0;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0px 2px 2px rgba(0,0,0,.2);
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-weight: 600;
    letter-spacing: -1px;
    transition: all .2s ease-in-out;
}

    .cFilter_ .button:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        height: 2px;
        z-index: -2;
        background: rgba(255, 255, 255, 1);
        transition: all .25s ease-in-out;
    }

    .cFilter_ .button:hover:after {
        width: 20px
    }

    .cFilter_ .button:hover {
        /* transition: all .1s ease-in-out; */
        background: rgba(255, 255, 255, 0.09);
        color: #fff;
    }

    .cFilter_ .button:active,
    .cFilter_ .button.is-checked {
        background-color: #098a63;
    }

    .cFilter_ .button.is-checked {
        color: white;
    }

    .cFilter_ .button:active {
        box-shadow: none;
    }

/* Servicios */
.cServicios_ {
}

    .cServicios_ .card_ {
        padding: 0px 10px;
        margin-bottom: 10px;
    }

        .cServicios_ .card_ aside {
            padding: 0px 0px 25px 25px;
            background: #c76c6c;
            background: transparent;
            box-shadow: none;
        }

        .cServicios_ .card_ a:hover {
            background: #fff;
        }

    .cServicios_ .cardF_ a i {
        width: auto;
        height: auto;
        border-radius: unset;
        padding: 0;
        background: transparent;
    }

/* Modal Center */
.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.in .modal-dialog {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.9);
}

    .modal-backdrop.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

.modal-open .modal {
    margin: auto;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
        max-width: 720px;
    }
}

.coop_ .modal-content {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
}

.coop_ .modal-body {
    padding: 0px;
}

.coop_ .close {
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #017451;
    border-radius: 4px;
    display: block;
    border: none;
    text-shadow: none;
    position: absolute;
    top: 33px;
    right: 2px;
    outline: none;
}

.coop_ .foto_ {
    opacity: 0;
    min-height: 350px;
    position: relative;
    padding: 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 5px 30px 5px rgba(0,0,0,0.1);
}

.modal-open .coop_ .foto_, .modal-open .coop_ .close {
    opacity: 1;
    -webkit-animation: bounceInDown 1s ease-in-out .1s both;
    -moz-animation: bounceInDown 1s ease-in-out .1s both;
    -o-animation: bounceInDown 1s ease-in-out .1s both;
    -ms-animation: bounceInDown 1s ease-in-out .1s both;
    animation: bounceInDown 1s ease-in-out .1s both;
}

.coop_ .foto_ .min_ {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
}

.coop_ .detalle_ {
    opacity: 0;
    min-height: 350px;
    max-height: 600px;
    overflow: auto;
    position: relative;
    padding: 70px 20px 20px;
    margin-top: 20px;
    right: 15px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 5px 30px 5px rgba(0,0,0,0.1);
}

.modal-open .coop_ .detalle_ {
    opacity: 1;
    -webkit-animation: bounceInDown 1s ease-in-out .3s both;
    -moz-animation: bounceInDown 1s ease-in-out .3s both;
    -o-animation: bounceInDown 1s ease-in-out .3s both;
    -ms-animation: bounceInDown 1s ease-in-out .3s both;
    animation: bounceInDown 1s ease-in-out .3s both;
}

.coop_ .detalle_ h2 {
    font-size: 22px;
    line-height: 22px;
    color: #595763;
    letter-spacing: -1px;
    font-weight: 600;
    max-width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
}

.coop_ .detalle_ p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    height: auto;
    overflow: visible;
    color: #b3b3b3;
    margin-top: 20px;
    display: block;
    position: relative;
    clear: both;
}

.coop_ .detalle_ a {
    background: #03a859;
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 16px;
    margin: 0px;
    letter-spacing: 0px;
    position: relative;
    transition: all .35s ease-in-out;
    width: fit-content;
}

    .coop_ .detalle_ a i {
        font-size: 20px;
        float: left;
        position: relative;
        top: 1px;
        margin-right: 10px;
    }

    .coop_ .detalle_ a:hover {
        background: #006939;
    }

/* ___________________________________________________

      CONTACTENOS
_____________________________________________________*/
.formulario_ {
    position: relative;
    padding: 30px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px 5px rgba(0,0,0,0.03);
    margin-top: 1.5%;
    margin-bottom: 0%;
    border-radius: 5px;
}

.w_50 {
    width: 50%;
    float: left;
}

.budget {
    height: 55px;
}

.field-validation-error {
    position: absolute;
    bottom: 0px;
    right: 0px;
    pointer-events: none;
    background: #F44336;
    color: #fff !important;
    text-indent: -1px;
    min-height: auto;
    border-radius: 3px 0px 3px 0px;
}

    .field-validation-error span {
        font-size: 12px;
        padding: 0px 10px;
        line-height: normal;
        font-weight: normal;
    }

/* ANIMACION WAVE PORTAFOLIO HOME */
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    top: -1px;
    background-color: #86377b;
    background-color: transparent;
}

.bgTop {
    z-index: 10;
    opacity: 0.7;
}

.bgMiddle {
    z-index: 5;
    opacity: .5;
}

.bgBottom {
    /*z-index: 5;*/
    z-index: 15;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    /*background-position: 0 bottom;
  transform-origin: center bottom;*/
    background-position: 0 top;
    transform-origin: center top;
}

.bg_wave_bottom .wave {
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    /*animation: move_wave 10s linear infinite;*/
    animation: move_wave 35s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    /*animation: move_wave 15s linear infinite;*/
    animation: move_wave 70s linear infinite;
}

.bg_wave {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 0;
    pointer-events: none;
}

.bg_wave_bottom {
    top: 2px;
}

.wave_home {
    display: block;
    position: absolute;
    width: 100%;
    clear: both;
    background: #ffffff;
    background: linear-gradient(180deg, #eaeaea, #ffffff);
    background-size: cover;
    background-position: right;
    padding-top: 350px;
    top: 30px;
}

/* _____________ */
.single_wave {
    display: block;
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 10;
    transform: rotate(-175deg);
    height: 200px;
    bottom: -13px;
    opacity: .2;
    pointer-events: none;
}

/*Hover*/
@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*Hover*/

/* CLOUD FUND */
.cloud_ {
    z-index: inherit;
}

    .cloud_:after,
    .cloud_:before {
        position: absolute;
        display: block;
        content: "";
        transition: all .4s ease-in-out;
        top: 0;
        background-size: cover;
        background-position: center;
        z-index: -1;
        pointer-events: none;
    }

    .cloud_:after {
        width: 213px;
        height: 517px;
        left: -60px;
        background-image: url(../images/cloud_01.png);
    }

    .cloud_:before {
        width: 177px;
        height: 276px;
        left: 25%;
        background-image: url(../images/cloud_02.png);
    }

/* Tooltip panel icons */
.tooltip_ {
    transition: all 0.3s ease-in-out;
    position: relative;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 40px;
    clear: both;
    background: transparent;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
}

    .tooltip_:hover {
        background: #00e24d;
        box-shadow: 0px 0px 30px rgba(0, 255, 10, 0.2);
    }

    .tooltip_ i {
        transition: all 0.3s ease-in-out;
        text-shadow: 0px 0px 30px rgba(0, 255, 10, 0);
        color: #50635a;
        font-size: 16px;
    }

    .tooltip_:hover i {
        color: #fff;
        text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5);
    }

    .tooltip_ .tip_chart {
        opacity: 0;
        top: 65%;
        right: 15px;
        pointer-events: none;
        position: absolute;
        z-index: 100;
        padding: 0px 10px;
        line-height: normal;
        cursor: pointer;
        display: inline-block;
        min-width: 140px;
        color: #fff;
        background: #ffffff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .tooltip_ .tip_chart:before {
            opacity: 0;
            position: absolute;
            z-index: -1;
            content: '';
            right: 0;
            top: 0;
            border-style: solid;
            border-width: 0px 0px 10px 10px;
            border-color: transparent transparent #ffffff transparent;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            -webkit-transition-property: transform;
            transition-property: transform;
        }

    .tooltip_:hover > .tip_chart {
        display: block;
        opacity: 1;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

        .tooltip_:hover > .tip_chart:before {
            opacity: 1;
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

    .tooltip_ .tip_chart h1 {
        font-size: 16px;
        margin: 10px 0px;
        letter-spacing: -1px;
        font-weight: 300;
        color: #c7c7c7;
    }

        .tooltip_ .tip_chart h1 b {
            font-weight: 500;
        }

/* CONTENIDOS WIDGET BOX */
.widgetArea {
    /* margin-bottom: 30px; */
    /* right: -40px; */
}

.widgetBox_ {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0px 15px;
    width: 30%;
    flex: 1;
}

    .widgetBox_ .head {
    }

        .widgetBox_ .head h1 {
            position: relative;
            margin: 0px 0px 15px;
            font-size: 20px;
            line-height: 20px;
            letter-spacing: -1px;
            color: #d8d2d2;
            font-weight: 500;
            padding: 5px 15px 15px 65px;
            /* text-align:  right; */
        }

        .widgetBox_ .head b {
            color: #1e7b5f;
            display: block;
            text-transform: capitalize;
            font-size: 24px;
            font-weight: 700;
        }

        .widgetBox_ .head i {
            position: absolute;
            left: 0px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-weight: normal;
            border-radius: 50%;
            top: 0;
            font-size: 22px;
            color: rgb(255, 255, 255);
            background: linear-gradient(-160deg, #00ad78, #076145);
            box-shadow: 0 0px 30px 0px rgba(1, 116, 81, 0.39), 0 10px 20px 0px rgba(0, 0, 0, 0.05), 0 7px 8px -5px rgba(1, 116, 81, 0.2);
        }

            .widgetBox_ .head i:after {
                width: 70px;
                height: 70px;
                display: block;
                content: "";
                position: absolute;
                border-radius: 50%;
                top: -10px;
                right: -10px;
                z-index: -1;
                background: rgba(255, 255, 255, 0.4);
                box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
            }

    .widgetBox_ .eBody {
        position: relative;
        display: block;
    }

.eBody nav {
}

.eBody ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.eBody li {
    display: block;
}

    .eBody li a {
        position: relative;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -2px;
        color: #cac7c7;
        font-weight: 500;
        display: block;
        margin: 15px 0px 15px 10px;
        background: white;
        padding: 10px 5px 10px 30px;
        border-radius: 35px;
        transition: all .25s ease-in-out;
    }

        .eBody li a:hover {
            color: #019d6d;
        }

        .eBody li a i {
            position: absolute;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            font-size: 16px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            top: 50%;
            font-weight: 900;
            transform: translateY(-50%);
            left: -7px;
            color: #c1bebb;
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.49);
            transition: all .5s ease-in-out;
        }

        .eBody li a:hover i {
            box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5), 3px 3px 30px rgba(0, 0, 0, 0.35);
            background: rgb(1, 157, 109);
            color: #fff;
        }

.eBody p {
    color: #a9a9a9;
    font-size: 17px;
    line-height: 16px;
    letter-spacing: -1px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding: 10px 15px;
}

.eBody .pageCont_a {
    display: table;
    background: #03a859;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 25px;
    letter-spacing: -1px;
    transition: all .5s ease-in-out;
    margin: 0 auto;
    margin-top: 20px;
}

    .eBody .pageCont_a:hover {
        color: #fff;
        background-color: #006939;
    }

.eBody li .wImg_ {
    margin: 10px 0px 10px 10px;
    padding: 5px 5px 5px 90px;
    height: 90px;
}

    .eBody li .wImg_ .img_ {
        position: relative;
        min-height: 80px;
        display: inline;
    }

.wImg_ span {
    width: 80px;
    height: 80px;
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0%;
    transform: translateY(0%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.eBody li .wImg_ p {
    padding: 15px;
    display: inline-block;
    font-size: 19px;
    top: 10px;
    position: relative;
    margin: 0;
    transition: all .2s ease-in-out;
}

.eBody li .wImg_:hover p {
    color: #019d6d;
}

/* ACCORDION */
.accordion_ {
}

    .accordion_ .panel-group .panel {
        border-radius: 0px;
        border: 0px;
    }

.panel-default > .panel-heading {
    background-color: transparent;
}

.accordion_ .tittle_ {
}

    .accordion_ .tittle_ a {
        display: block;
        padding: 20px 20px 20px 160px;
        border-radius: 5px;
        border: 1px solid #ffffff;
        min-height: 145px;
        background: #fff;
        box-shadow: 0px 5px 40px 5px rgba(97, 95, 95, 0);
        transition: all .8s ease-in-out;
    }

.accordion_ .active .tittle_ a {
    border: 1px solid #f9f9f9;
    box-shadow: 0px 5px 40px 5px rgba(97, 95, 95, .1);
}

.accordion_ .tittle_ a span {
    width: 110px;
    height: 110px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 20px;
}

    .accordion_ .tittle_ a span i {
        position: absolute;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 36px;
        border-radius: 50%;
        top: 50%;
        font-weight: 900;
        right: -20px;
        color: #ffffff;
        box-shadow: 0 0 0 4px rgb(255, 255, 255);
        transition: all .2s ease-in-out;
        background: #017451;
        transform: translateY(-50%) rotate(-180deg);
        font-size: 18px;
    }

.accordion_ .tittle_ a.collapsed span i {
    background: #15a77a;
    transform: translateY(-50%);
}

.accordion_ .tittle_ a:hover span i {
    box-shadow: 0 0 0 6px rgb(255, 255, 255);
}

.Contenidos_ .accordion_ .tittle_ a h3 {
    color: #017451;
}

.accordion_ .tittle_ a p {
}

.accordion_ .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #ddd;
    padding: 20px 30px;
}

.panel_info {
    display: block;
    clear: both;
    width: 100%
}

    .panel_info .nav-pills {
        margin: 0px 0px 50px;
    }

    .panel_info ul li {
    }

        .panel_info ul li:before {
            width: 1px;
            height: 15px;
            background-color: #e4e4e4;
            border-radius: 1px;
            right: 5px;
            left: auto;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
        }

        .panel_info ul li:last-child:before {
            display: none;
        }

    .panel_info .nav-pills > li > a {
        color: #c1bcbc;
        font-weight: 600;
        transition: all .25s ease-in-out;
        font-size: 16px;
    }

        .panel_info .nav-pills > li > a:hover {
            color: #0f7153;
        }

    .panel_info .nav-pills > li.active > a,
    .panel_info .nav-pills > li.active > a:hover,
    .panel_info .nav-pills > li.active > a:focus {
        color: #068860;
        background-color: #ffffff;
    }

        .panel_info .nav-pills > li.active > a:after {
            position: absolute;
            width: 10px;
            height: 2px;
            bottom: -10px;
            border-radius: 3px;
            right: 0;
            left: 0;
            margin: auto;
            content: "";
            display: block;
            background-color: #109e73;
            animation: fadeInLeft .5s ease-in-out .1s both;
        }

    .panel_info h3 {
        margin: 25px 0px;
    }

/* DESCARGA FORMATOS */
.down_form {
}

    .down_form .tittle_ a {
        padding: 20px 20px 20px 140px;
        min-height: 170px;
    }

        .down_form .tittle_ a span {
            width: 90px;
            height: 90px;
            background: linear-gradient(190deg, #bad3a5, #419265);
        }

            .down_form .tittle_ a span .icon_hidd {
                line-height: 90px;
                width: 90px;
                height: 90px;
                text-align: center;
                left: 0px;
                font-size: 33px;
                color: #FFF;
            }

        .down_form .tittle_ a:hover span .icon_hidd {
            opacity: 1;
            animation: wobble-vertical 1s ease-in-out;
        }

.accordion_ .tittle_ a span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.down_form .tittle_ a span i {
    background: #03a859;
    line-height: 35px;
    transform: translateY(-50%) rotate(0deg);
}

.down_form .tittle_ a:hover span i {
    background: #1ec776;
}

.Contenidos_ .down_form .tittle_ a h3 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0px;
}

.Contenidos_ .down_form .tittle_ a p {
    font-size: 15px;
    line-height: 15px;
}

.down_form ul.pagination li {
    padding-left: 0px;
}

.down_form ul li:before, .down_form li:before {
    display: none;
}

/* Maps */
.google-map {
    background: #E5E3DF;
    height: 400px;
    margin: -35px 0 30px 0;
    width: 100%;
}

    .google-map.small {
        height: 250px;
        border-radius: 6px;
        margin: 0;
        clear: both;
    }

._single .Contenidos_ .google-map h2 {
    line-height: 18px;
    font-size: 18px;
}

.google-map img {
    max-width: 9999px;
}

.google-map-borders {
    border: 1px solid #DDD;
    padding: 4px;
    border-radius: 4px;
}

/* CATEGORIA */
.categoria_ {
    margin-top: -2%;
    margin-bottom: 3%;
}

    .categoria_ .box_ aside {
        padding: 25px 25px;
        background: #fff;
        border-radius: 2px;
        box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.02);
        position: relative;
        overflow: hidden;
        margin: 15px 0px;
    }

        .categoria_ .box_ aside:after {
            position: absolute;
            content: "";
            display: block;
            width: 30%;
            height: 100%;
            background: linear-gradient(190deg, #bad3a5, #419265);
            border-radius: 2px 0px 0px 2px;
            z-index: 0;
            top: 0px;
            left: 0px;
            margin: 0 auto;
            opacity: 0;
            transition: all .25s ease-in-out;
        }

    .categoria_ .box_:hover aside:after {
        opacity: 1;
        animation: slideInLeft .25s ease-in-out;
    }

    .categoria_ .box_:nth-child(3n+2) {
        /*background: red;
      margin-top: 2%;*/
    }

    .categoria_ .box_:nth-child(3n+3) {
        /*background: blue;
      margin-top: 4%;*/
    }

    .categoria_ .box_ aside h2 {
        line-height: 24px;
        font-size: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        overflow: hidden;
        min-height: 40px;
        margin-bottom: 10px;
        transition: all .25s ease-in-out;
        word-break: break-word;
        font-weight: 700;
        left: -3px;
    }

    .categoria_ .box_:hover aside h2 {
        color: #78b082;
    }

    .categoria_ .box_ aside p {
        font-size: 16px;
        line-height: 17px;
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -moz-line-clamp: 3;
        -moz-box-orient: vertical;
        display: -moz-box;
        min-height: 50px;
    }

    .categoria_ .box_ aside .head_ {
        padding: 0px;
        z-index: 10;
    }

    .categoria_ .box_ aside i {
        width: 50px;
        height: 50px;
        font-weight: normal;
        color: #ffffff;
        line-height: 50px;
        position: relative;
        top: 0px;
        margin-top: 1px;
        text-align: center;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0);
        transition: all .25s ease-in-out;
    }

    .categoria_ .box_:hover aside i {
        animation: wobble-vertical 1s ease-in-out;
    }

/**/
.error_page {
}

    .error_page .slider_home {
        height: 100%;
        margin-top: 0px;
    }

        .error_page .slider_home:before {
            display: none
        }

    .error_page .navbar-default {
        background-color: transparent;
        box-shadow: none;
    }

    .error_page .falling-leaves {
        z-index: 5;
    }

.errorBG_:after, .errorBG_:before {
    position: absolute;
    display: block;
    content: "";
    z-index: 1;
    background-size: cover;
    -webkit-animation: hvr-rebote 2s .3s ease-in-out infinite alternate;
    animation: hvr-rebote 2s .3s ease-in-out infinite alternate;
}

.errorBG_:after {
    background-image: url(../images/sheet_01.png);
    width: 222px;
    height: 177px;
    top: -15%;
    left: -20%;
    -webkit-animation: hvr-rebote 2s .3s ease-in-out infinite alternate;
    animation: hvr-rebote 2s .3s ease-in-out infinite alternate;
}

.errorBG_:before {
    background-image: url(../images/sheet_02.png);
    width: 168px;
    height: 132px;
    top: 70%;
    right: -10%;
    transform: translateY(-50%);
    -webkit-animation: hvr-rebote 3s .3s ease-in-out infinite alternate;
    animation: hvr-rebote 3s .3s ease-in-out infinite alternate;
}


@media (min-width: 992px) {
    .error_page .navbar-nav > li > a p {
        color: rgb(255, 255, 255);
        background: transparent;
    }

    .error_page .navbar-default .navbar-nav > .active > a, .error_page .navbar-default .navbar-nav > .active > a:hover, .error_page .navbar-default .navbar-nav > .active > a:focus, .error_page .navbar-default .navbar-nav > .active > a p, .error_page .navbar-default .navbar-nav > .active > a:hover p, .error_page .navbar-default .navbar-nav > .active > a:focus p {
        color: #ffffff;
        font-weight: 400;
        background: transparent;
    }

    .error_page .affix .navbar-nav > li > a p,
    .error_page .navbar-default.affix .navbar-nav > .active > a, .error_page .navbar-default.affix .navbar-nav > .active > a:hover, .error_page .navbar-default.affix .navbar-nav > .active > a:focus, .error_page .navbar-default.affix .navbar-nav > .active > a p, .error_page .navbar-default.affix .navbar-nav > .active > a:hover p, .error_page .navbar-default.affix .navbar-nav > .active > a:focus p {
        color: rgb(208, 208, 208);
    }
}

.error_page .navbar-default.affix {
    background: #fff
}

.error_page .navbar-default .navbar-nav > .open > a,
.error_page .navbar-default .navbar-nav > .open > a:hover,
.error_page .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.error_page .slider_home .slide {
    background-attachment: fixed;
}

.error_page .slick-caption {
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    top: 60%;
    transform: translateY(-50%);
    padding: 0;
}

/**/
.errorBG_ {
    padding: 25px 50px;
    background: #fff;
    animation: fadeInUp 1s ease-in-out .5s both;
}

    .errorBG_ h1 {
        position: relative;
        z-index: 200;
    }

.backgroundclip .errorBG_ h1 span {
    background: url(../images/bg_errorText.jpg) no-repeat;
}

.backgroundclip .errorBG_ h2 span {
    background: url(../images/bg_errorText.jpg) no-repeat;
}

.backgroundclip .errorBG_ h1 span, .backgroundclip .errorBG_ h2 span {
    background-size: 100%;
    background-attachment: fixed;
    background-position: center 110px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.errorBG_ h1 span {
    margin: 0 auto;
    font-size: 240px;
    line-height: 200px;
    color: #fff;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.errorBG_ h2 {
    z-index: 100;
}

    .errorBG_ h2 span {
        margin: 0 auto;
        font-size: 80px;
        line-height: 60px;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

.errorBG_ h1, .errorBG_ h2 {
    -webkit-transition: all 0.2s ease;
    width: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    position: relative;
    margin: 0
}

    .errorBG_ h1 span, .errorBG_ h2 span {
        display: block;
        min-height: auto;
        position: relative;
    }

.errorBG_ p {
    color: #b3b2b2;
    margin: 0;
    font-size: 20px;
    letter-spacing: -2px;
    font-family: 'Tienne', serif;
}

.errorBG_ h3 {
    line-height: 26px;
    font-size: 26px;
    color: #c7c4c4;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
    margin: 0px;
    margin-top: 20px;
    text-align: center;
}

    .errorBG_ h3:after {
        font-family: FontAwesome;
        content: "\f111";
        color: #017451;
        font-size: 6px;
        margin-left: 5px;
    }

/* MULTIMEDIA VIDEOS */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
}

    .embed-responsive iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* */
.date_post {
    margin-bottom: 20px;
}

    .date_post ul {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .date_post li {
    }

.info_ .date_post li {
    display: inline-block;
    padding: 0px 10px;
}

    .info_ .date_post li:before {
        width: 3px;
        height: 3px;
        border-radius: 3px;
        top: 50%;
        right: 0px;
        left: auto;
        background: #e4dede;
    }

    .info_ .date_post li:last-child:before {
        display: none;
    }

.date_post a {
    font-size: 18px;
    font-weight: 400;
    color: #b3b0b0;
}

    .date_post a:hover {
        color: #bfb9b9;
    }

.info_ .date_post i {
    color: #017451;
    padding: 0px 5px;
}

.info_ .date_post b {
}

/**/
.Contenidos_ .date_panel {
    text-align: center;
    display: block;
    position: relative;
}

.Contenidos_ .accordion_ .tittle_ a .date_panel h3 {
    color: #fff;
    font-size: 46px;
    margin: 35px 0px 5px;
    display: block;
}

.Contenidos_ .accordion_ .tittle_ a .date_panel h4 {
    color: #fff;
    margin: 0;
    font-size: 15px;
    padding-top: 5px;
    display: block;
}

/* CONTENIDOS PRINCIPAL */
.area__ {
    position: relative;
    display: block;
}

.container__ {
    width: 100%;
    background: rebeccapurple;
    position: relative;
    display: block;
    background: #fff;
    padding: 0;
    z-index: 2;
}

/* _________________________________________________________________________________________
____________________________________________________________________________________________
__________________________________________________________________________________________*/
/* Button Responsive menu */
.navbar-header .navbar-toggle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 0px;
    background: #00b33d;
    cursor: pointer;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    transition: all .25s ease-in-out;
}

    .navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:focus {
        background-color: #01af3c;
    }

    .navbar-header .navbar-toggle .icon-bar {
        width: 15px;
        margin: 0 auto;
        background-color: #fff;
    }

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}

.affix .navbar-header .navbar-toggle {
    margin-top: 33px;
}

/* Menu Nav */
@media (max-width: 991px) {
    .navbar-header {
        float: left;
    }

    .navbar-left, .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block;
    }

    .main-wrap .navbar-collapse {
        overflow: scroll !important;
    }

    .navbar-fixed-top {
        position: relative;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav > li {
        float: none;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 20px;
            padding-left: 40px;
        }

            .navbar-nav > li > a p {
                display: inline-block;
                margin: 0;
                min-height: 35px;
                font-size: 18px;
                font-weight: 500;
                letter-spacing: -1px;
                color: #ffffff;
                line-height: 35px;
            }

    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        position: relative;
        margin: 0;
        margin-right: -20px;
        width: 35px;
        height: 35px;
        line-height: 33px;
        border-radius: 50%;
        border: 0px;
        background: #00b33d;
        color: #fff;
        font-size: 20px;
    }

    .navbar-default .navbar-nav > .active > a p,
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background: #00b33d;
    }

    .navbar-nav .open .dropdown-menu {
        position: relative;
        max-width: 100%;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            display: block;
            margin: 0;
            min-height: 35px;
            font-size: 17px;
            font-weight: 400;
            letter-spacing: -1px;
            color: #ffffff;
            line-height: 35px;
            padding: 5px 80px;
            position: relative;
            background: transparent;
        }

        .navbar-nav .open .dropdown-menu .dropdown-menu {
            padding-left: 80px;
        }

    .navbar-nav.sm-collapsible ul .dropdown-menu > li > a {
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }
}
/* //Menu Nav */

/*Buscador interno*/
.search_box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.main-wrap .input-group {
}

    .main-wrap .input-group input {
        height: 40px;
        font-size: 17px;
        line-height: 17px;
        color: #9a9e9e;
        letter-spacing: -1px;
        padding: 5px 15px;
        box-shadow: none;
        border-radius: 30px;
        border: 1px solid #e8e8e8;
    }

.main-wrap .input-group-btn {
    margin-right: -20px;
    position: relative;
    left: -20px;
    z-index: 30;
}

    .main-wrap .input-group-btn button {
        height: 40px;
        border-radius: 50% !important;
        background-color: #017451;
        border-color: #017451;
        outline: none;
        box-shadow: 0 0 0 0px rgba(0, 179, 61, 0);
        transition: all .25s ease-in-out;
    }

        .main-wrap .input-group-btn button:focus,
        .main-wrap .input-group-btn button:active {
            background-color: #017451;
            border-color: #017451;
            outline: none;
        }

        .main-wrap .input-group-btn button:hover {
            box-shadow: 0 0 0 3px rgb(1, 116, 81)
        }

/* Resultados Busqueda */
.msgResultado {
    text-align: center;
    color: #3c7cb9;
}


/** ___________________________________________________________

        RED DE PORTALES 
 ____________________________________________________________*/
.seccionToggle {
    display: none;
    height: auto;
    background: #0158a4;
    z-index: 10;
    top: 0;
    position: relative;
    overflow: hidden;
}

.junior_ .seccionToggle {
    background: #fa9b29;
}

.jovenes_ .seccionToggle {
    background: #f48535;
}

.fundacion_ .seccionToggle {
    background: #03a859;
}

.navbar-nav .red_port {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    /*overflow: hidden;*/
    height: 100%;
    opacity: 1;
    transition: all .1s ease-in-out;
}

.affix .navbar-nav .red_port {
    opacity: 0;
    top: -15px;
}

.Toggle_act .navbar-default {
    border-top: 0px solid #0158a4;
}

.navbar-nav li .btn-toggle {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #FFF;
    display: block;
    background: #0158a4;
    text-align: left;
    padding: 10px 10px 20px 10px;
    margin: 0px;
    height: 107px;
    width: 107px;
    opacity: 1;
    transition: all 0.05s ease-in-out;
}

.junior_ .navbar-nav li .btn-toggle {
    background: #f9ae4b
}

.jovenes_ .navbar-nav li .btn-toggle {
    background: #f48535;
}

.fundacion_ .navbar-nav li .btn-toggle {
    background: #03a859;
}

.navbar-nav li .btn-toggle:hover {
    text-decoration: none;
}

.navbar-nav li .btn-close:after,
.navbar-nav li .btn-open:after {
    font-family: 'FontAwesome';
    content: "\f077";
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    bottom: 5px;
    font-weight: normal;
    text-align: center;
}

.navbar-nav li .btn-close:after {
    content: "\f077";
}

.navbar-nav li .btn-open:after {
    content: "\f078";
}

.navbar-nav li .btn-close, .navbar-nav li .btn-toggle {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-toggle i {
    font-size: 18px;
    text-shadow: 0px 2px 5px rgba(0,0,0,.2);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: linear-gradient(-160deg, #2196F3, #4274a9);
    box-shadow: 0 0px 30px 0px rgba(33, 150, 243, 0.79), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
    transition: all .2s ease-in-out;
}

.junior_ .btn-toggle i {
    background: linear-gradient(-160deg, #f9c74a, #f9a74a);
    box-shadow: 0 0px 30px 0px rgba(249, 191, 74, 0.9), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.jovenes_ .btn-toggle i {
    background: linear-gradient(-160deg, #f48535, #da7831);
    box-shadow: 0 0px 30px 0px rgba(244, 133, 53, 0.7), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.fundacion_ .btn-toggle i {
    background: linear-gradient(-160deg, #00e24d, #43a047);
    box-shadow: 0 0px 30px 0px rgba(11, 216, 76, 0.8), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.btn-toggle span {
    position: relative;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
    margin: 0 auto;
    margin-bottom: 10px;
    padding-top: 5px;
    transition: all .2s ease-in-out;
}

.btn-toggle:hover span {
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,1)
}

.btn-toggle h1 {
    position: relative;
    display: block;
    font-size: medium;
    text-align: center;
    margin: 0;
}

.items_red {
    position: relative;
    display: block;
}

    .items_red .box_ {
        padding: 0;
    }

        .items_red .box_ a {
            display: block;
            height: 250px;
            transition: all .1s ease-in-out;
            overflow: hidden;
            position: relative;
        }

        .items_red .box_._active a:after {
            color: #fff;
            text-shadow: 0px 1px 2px rgba(0,0,0,.3);
            font-size: 28px;
            line-height: 60px;
            text-align: center;
            font-family: 'Material Icons';
            content: "bookmark";
            position: absolute;
            height: 100%;
            width: 0px;
            display: block;
            right: 0;
            top: 0;
            opacity: 0;
            z-index: 5;
            transition: all .2s ease-in-out;
        }

.Toggle_act .items_red .box_._active a:after {
    width: 50px;
    opacity: 1;
    animation: slideInRight .2s ease-in-out .5s both;
}

.items_red .infoR_ {
    text-align: center;
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 20px;
}

.items_red .titleE {
    text-align: right;
}

.items_red h4 {
    position: relative;
    font-weight: 700;
    line-height: 24px;
    font-size: 22px;
    letter-spacing: -1px;
    display: block;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
}

.items_red .titleE h2 {
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 200;
    position: relative;
    display: block;
    padding-right: 10px;
    margin-bottom: 0;
    border-right: 1px solid rgba(255,255,255,.5);
}

.items_red span {
    display: block;
}

.items_red i {
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    margin: 0px 0px 15px;
}

    .items_red i:before {
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        position: absolute;
        border-radius: 50%;
    }

.items_red a:hover i:before,
.items_red ._active a i:before {
    -webkit-animation: ripple_ 2s ease-in-out infinite;
    animation: ripple_ 2s ease-in-out infinite;
}

.items_red [data-background-color="green"] {
    box-shadow: 0 0px 30px 0px rgba(11, 216, 76, 0.8), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
    background: linear-gradient(-160deg, #00e24d, #43a047);
}

.items_red [data-background-color="blue"] {
    box-shadow: 0 0px 30px 0px rgba(33, 150, 243, 0.79), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
    background: linear-gradient(-160deg, #2196F3, #4274a9);
}

.items_red [data-background-color="orange"] {
    box-shadow: 0 0px 30px 0px rgba(255, 152, 0, 0.8), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
    background: linear-gradient(-160deg, #db843d, #e28905);
}

.items_red h1 {
    margin: 0;
    position: relative;
    font-weight: 800;
    line-height: 26px;
    font-size: 24px;
    letter-spacing: -1px;
    text-shadow: 0px 2px 10px rgba(0,0,0,0);
    display: block;
    color: #fff;
}

.items_red p {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -1px;
    font-weight: 300;
}

    .items_red p:after {
        width: 0px;
        height: 1px;
        display: block;
        content: "";
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -10px;
        position: absolute;
        background: #fff;
        transition: all .8s ease-in-out;
    }

.items_red a:hover p:after {
    width: 50px;
}

.items_red .back_img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 0;
    opacity: .1;
    transition: all .9s ease-in-out;
}

.junior_ .items_red .back_img {
    opacity: .9;
}

.jovenes_ .items_red .back_img {
    opacity: .9;
}

.fundacion_ .items_red .back_img {
    opacity: .4;
}

.items_red .back_img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: block;
    content: "";
    background: rgba(0,0,0,0.3);
}

/*.items_red ._active .back_img{
        opacity: .8;}*/

.items_red a:hover .back_img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.items_red a span {
    -webkit-animation: fadeInDown 1s ease-in-out .6s both;
    -moz-animation: fadeInDown 1s ease-in-out .6s both;
    -o-animation: fadeInDown 1s ease-in-out .6s both;
    -ms-animation: fadeInDown 1s ease-in-out .6s both;
    animation: fadeInDown 1s ease-in-out .6s both;
}

.items_red a h1 {
    -webkit-animation: fadeInDown 1s ease-in-out .4s both;
    -moz-animation: fadeInDown 1s ease-in-out .4s both;
    -o-animation: fadeInDown 1s ease-in-out .4s both;
    -ms-animation: fadeInDown 1s ease-in-out .4s both;
    animation: fadeInDown 1s ease-in-out .4s both;
}

.items_red a p {
    -webkit-animation: fadeInUp 1s ease-in-out .8s both;
    -moz-animation: fadeInUp 1s ease-in-out .8s both;
    -o-animation: fadeInUp 1s ease-in-out .8s both;
    -ms-animation: fadeInUp 1s ease-in-out .8s both;
    animation: fadeInUp 1s ease-in-out .8s both;
}

/* Tooltip panel icons */
.tool_ .tip_chart {
    opacity: 0;
    top: 80%;
    pointer-events: none;
    position: absolute;
    z-index: 100;
    padding: 0em 0.5em;
    line-height: normal;
    cursor: pointer;
    display: inline-block;
    width: 130px;
    color: #fff;
    background: #03a859;
    right: 10px;
    box-shadow: 0px 0px 15px rgba(102, 187, 106, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.onTop_ .tip_chart {
    width: 100px;
    padding: 0em 0.1em;
    top: -30px;
    right: -15px;
}

.tool_ .tip_chart:before {
    opacity: 0;
    position: absolute;
    z-index: -1;
    content: '';
    right: 0;
    left: inherit;
    top: 0;
    border-style: solid;
    border-width: 0px 0px 10px 10px;
    border-color: transparent transparent #03a859 transparent;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.tool_.onTop_ .tip_chart:before {
    border-width: 10px 10px 0px 0px;
    border-color: #03a859 transparent;
}

.tool_:hover > .tip_chart,
.tool_.hover_ > .tip_chart {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.tool_.onTop_:hover > .tip_chart,
.tool_.onTop_.hover_ > .tip_chart {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.tool_:hover > .tip_chart:before,
.tool_.hover_ > .tip_chart:before {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tool_.onTop_:hover > .tip_chart:before,
.tool_.onTop_.hover_ > .tip_chart:before {
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
}

.tool_ .tip_chart h1,
.tool_ .tip_chart h3 {
    font-size: 15px;
    margin: 10px 0px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #fff;
}

/* ____________________________________
        ROTADOR NOTICIAS HOME 
_____________________________________*/
.slide_noticias {
    min-height: 450px;
    padding: 0px 50px;
}

    .slide_noticias .slick-slider {
        overflow: hidden;
    }

    .slide_noticias .slick-center {
        z-index: 2;
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.twoCol .itemn_ {
    padding: 0px 15px;
    opacity: 1;
}

.itemn_ {
    opacity: 1;
    padding: 5px 15px;
    transition: all .25s ease-in-out;}

    .width_OneItem {  
        right: 0;
        margin-left: auto;
        margin-right: auto;}

   

._single .itemn_ {
    margin-bottom: 30px;}

.itemn_ a {
    transition: all .25s ease-in-out;
    display: block;
    height: 380px;
    position: relative;
}

    .itemn_ a:after {
        position: absolute;
        z-index: -1;
        width: 40%;
        height: 90%;
        display: block;
        content: "";
        top: 5%;
        right: 0px;
        background: linear-gradient(180deg, #bad3a5, #347b53);
    }

.itemn_ .photo {
    height: 100%;
    position: absolute;
    display: block;
    border-radius: 0;
    transition: all .25s ease-in-out;
    width: 60%;
    z-index: 0;
}

.Noticop__ .itemn_ .photo {
    background-size: contain;
    background-color: #fff;
}

.fundacion_ .itemn_ .photo {
    height: 300px;
    border-radius: 8px 8px 0px 0px;
}

.adultos_ .itemn_ a:hover .photo {
    box-shadow: 0px 20px 30px -15px rgba(0,0,0,.4);
}

.itemn_ .photo:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: block;
    content: "";
    background: rgba(0,0,0,0);
    transition: all .25s ease-in-out;
}

.itemn_ a:hover .photo:after {
    background: rgba(0,0,0,.4);
}

.itemn_ .photo:before {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,.3);
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    font-family: 'Material Icons';
    content: "arrow_forward";
    position: absolute;
    height: 50px;
    width: 0px;
    display: block;
    right: 0;
    left: 0px;
    margin: 0 auto;
    opacity: 0;
    z-index: 5;
    top: 50%;
    transition: all .2s ease-in-out;
    transform: translateY(-50%);
}

.itemn_ a:hover .photo:before {
    width: 50px;
    opacity: 1;
    animation: slideInRight .2s ease-in-out .2s both;
}

.slide_noticias .slick-center .photo {
    margin-top: 10px;
}

.itemn_ .met_ {
    padding: 30px 25px 25px;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    width: 45%;
    height: 80%;
    top: 10%;
    right: 3%;
    position: absolute;
}

.junior_ .itemn_ .met_ {
    transition: all .5s ease-in-out;
    padding: 35px 25px 30px 100px;
}

.adultos_ .itemn_ .met_ {
    transition: all .5s ease-in-out;
    padding: 35px 25px 30px 100px;
}

.fundacion_ .itemn_ .met_ {
    padding: 35px 30px 20px 30px;
    background: #fff;
}

.junior_ .itemn_ .met_:after {
    display: block;
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    right: 60px;
    top: 5px;
    z-index: -1;
    border-radius: 50px;
    background: transparent;
    transition: all .25s ease-in-out;
}

.junior_ .itemn_ a:hover .met_:after {
    right: 0px;
    background: #0575ac;
}

.itemn_ .met_ span {
    position: relative;
    padding: 5px;
    background: #ffffff;
    transition: all .25s ease-in-out;
    display: block;
    text-align: right;
}

.fundacion_ .itemn_ .met_ span {
    border-radius: 0px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 13px;
    width: max-content;
    width: -moz-max-content;
    height: auto;
    top: -25px;
    display: inline-block;
    background: #00b33d;
}

.fundacion_ .itemn_:hover .met_ span {
    padding: 13px 20px;
}

.junior_ .itemn_ .met_ span {
    background: linear-gradient(-160deg, #f9c74a, #f9a74a);
}

.adultos_ .itemn_ .met_ span {
    transition: all .2s ease-in-out;
    background: #f9a74a;
}

.adultos_ .itemn_ a:hover .met_ span {
    background: #2196F3;
    box-shadow: 0 0px 30px 0px rgba(33, 150, 243, 0.79), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.junior_ .itemn_ .met_ span:after,
.junior_ .itemn_ .met_ span:before {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    content: "";
    transition: all .4s ease-in-out;
    opacity: 0;
    background-size: contain;
}

.junior_ .itemn_ .met_ span:after {
    bottom: 10px;
    right: 40px;
    background-image: url(../images/Junior_icon01.png);
}

.junior_ .itemn_ a:hover .met_ span:after {
    opacity: 1;
    bottom: -5px;
    right: 70px;
    -moz-transform: rotate(280deg);
    -o-transform: rotate(280deg);
    transform: rotate(280deg);
}

.junior_ .itemn_ .met_ span:before {
    top: 10px;
    left: 50px;
    background-image: url(../images/Junior_icon04.png);
}

.junior_ .itemn_ a:hover .met_ span:before {
    opacity: 1;
    top: -10px;
    left: 75px;
    -moz-transform: rotate(-190deg);
    -o-transform: rotate(-190deg);
    transform: rotate(-190deg);
}

.slide_noticias .slick-center .met_ span {
    background: #e28905;
    box-shadow: 0 0px 30px 0px rgba(226, 137, 5, 0.7);
    top: -30px;
}

.itemn_ .met_ span h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 17px;
    color: #c7c7c7;
    transition: all .25s ease-in-out;
}

.junior_ .itemn_ .met_ span h2 {
    color: #ffffff;
}

.adultos_ .itemn_ .met_ span h2 {
    color: #ffffff;
}

.slide_noticias .slick-center .met_ h2 {
    color: #fff;
}

.fundacion_ .itemn_ .met_ span h2 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.itemn_ .met_ span h2 b {
    display: block;
    font-size: 16px;
}

.fundacion_ .itemn_ .met_ span h2 b {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

.itemn_ .met_ h1 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 18px;
    color: #017451;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
    transition: all .25s ease-in-out;
    text-align: center;
    font-family: 'Tienne', serif;
}

.itemn_ a:hover .met_ h1 {
    color: #679c72;
}

.itemn_ .met_ h1:after,
.itemn_ .met_ h1:before {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    border-radius: 3px;
    bottom: -15px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transition: all .25s ease-in-out;
}

.itemn_ .met_ h1:after {
    background: rgba(0, 0, 0, 0.1);
}

.itemn_ a:hover .met_ h1:after {
    background: rgba(0, 0, 0, 0.05);
}

.itemn_ .met_ h1:before {
    z-index: 1;
    width: 0px;
    background: #bad3a5;
}

.itemn_ a:hover .met_ h1:before {
    width: 40px;
}

.itemn_ .met_ p {
    color: #a5a5a5;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 10px;
}

.slide_noticias .slick-center .met_ h1 {
    color: #0575ac;
}

.itemn_ .met_ h3 {
    font-size: 16px;
    position: relative;
    line-height: 15px;
    background: #017451;
    color: #fff;
    padding: 13px;
    letter-spacing: -1px;
    display: block;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    transition: all .25s ease-in-out;
}

.itemn_ a:hover .met_ h3 {
    padding: 13px 18px;
    background: #679c72;
}

.itemn_ .sub_ {
    /* display: none; */
    position: relative;
    /* text-align: center; */
    padding: 0px;
    transition: all .2s ease-in-out;
}

.fundacion_ .itemn_ .sub_ {
    display: block;
    background: #fff;
    border-radius: 0px 0px 8px 8px;
}

.itemn_ .sub_:after {
    display: none;
    width: 0px;
    height: 1px;
    display: block;
    content: "";
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 5px;
    position: absolute;
    background: #e6e6e6;
    transition: all 1s ease-in-out;
}

.slide_noticias .slick-center .sub_ {
    display: block;
}

    .slide_noticias .slick-center .sub_:after {
        display: block;
        animation: shake 2s ease-in-out .5s both;
        width: 100px;
    }

.itemn_ .sub_ p {
    display: inline-block;
    margin: 0 3px;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #c3c3c3;
}

.fundacion_ .itemn_ .sub_ p {
    font-size: 16px;
}

.itemn_ .sub_ p i {
    font-size: 14px;
    position: relative;
    top: 1px;
}

/* __________________________
  PORTAFOLIO DESTACADOS HOME
____________________________*/
.portdes {
    padding: 0px 40px;
    overflow: hidden;
}

.cFilter_ .portdes {
    padding: 0px 0px;
}

.portdes .slick-dots {
    right: -40px;
}

.Itemp_ li {
    list-style-type: none;
    /*width: 620px !important;*/
    height: 270px;
}

.cFilter_ .Itemp_ li {
    height: 320px;
}

.Itemp_ .photoD_ {
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
}

.Itemp_ .photoMin_ {
    height: 100%;
    display: block;
    width: 50%;
    z-index: 5;
    position: relative;
    position: absolute;
    background-size: cover;
    background-position: center center;
    transition: all .5s ease-in-out;
}

.Itemp_ li:nth-child(4n+3) .photoMin_,
.Itemp_ li:nth-child(4n+4) .photoMin_,
.Itemp_ .element-item:nth-child(4n+3) .photoMin_,
.Itemp_ .element-item:nth-child(4n+4) .photoMin_ {
    right: 0;
}

.Itemp_ a:hover .photoMin_ {
}

.Itemp_ .photoMin_:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    display: block;
    content: "";
    z-index: 1;
    top: 0;
    background: rgba(0,0,0,0);
    transition: all .25s ease-in-out;
}

.Itemp_ a:hover .photoMin_:after {
    background: rgba(0,0,0,0.3);
}

.Itemp_ .photoMin_:before {
    position: absolute;
    display: block;
    content: "";
    z-index: 5;
    top: 20%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    transition: all .25s ease-in-out;
    right: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
}

.Itemp_ a:hover .photoMin_:before {
    top: 50%;
}

.Itemp_ li:nth-child(4n+3) .photoMin_:before,
.Itemp_ li:nth-child(4n+4) .photoMin_:before,
.Itemp_ .element-item:nth-child(4n+3) .photoMin_:before,
.Itemp_ .element-item:nth-child(4n+4) .photoMin_:before {
    border-right: 0px solid transparent;
    border-left: 15px solid #fff;
    right: auto;
    left: 0;
}

.Itemp_ .title_back {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 50%;
    padding: 20px 90px 25px 20px;
    right: 0;
}

.Itemp_ li:nth-child(4n+3) .title_back,
.Itemp_ li:nth-child(4n+4) .title_back,
.Itemp_ .element-item:nth-child(4n+3) .title_back,
.Itemp_ .element-item:nth-child(4n+4) .title_back {
    left: 0;
    right: auto;
}

.Itemp_ .title_back h1 {
    font-size: 26px;
    color: #017451;
    letter-spacing: -2px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
    display: block;
    line-height: 24px;
    transition: all .25s ease-in-out;
}

.Itemp_ a:hover .title_back h1 {
    color: #679c72
}

.Itemp_ .title_back h2 {
    margin: 0;
    margin-left: 10px;
    font-size: 16px;
    line-height: 15px;
    color: #a2a2a2;
    letter-spacing: -2px;
    font-weight: 500;
    margin-bottom: 10px;
}

.Itemp_ .title_back p {
    font-size: 18px;
    line-height: 17px;
    color: #b3b3b3;
    letter-spacing: -1px;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 35px;
}

.Itemp_ .title_back i {
    background: linear-gradient(-160deg, #017451, #044430);
    color: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    line-height: 60px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    top: auto;
    transition: all .25s ease-in-out;
}

.Itemp_ a:hover .title_back i {
    box-shadow: 0 0px 30px 0px rgba(1, 116, 81, 0.49), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(1, 116, 81, 0.2);
}

.Itemp_ .title_back i:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
}

.Itemp_ a:hover .title_back i:before {
    -webkit-animation: ripple_green 2s ease-in-out infinite;
    animation: ripple_green 2s ease-in-out infinite;
}

@-webkit-keyframes ripple_green {
    0% {
        box-shadow: 0 0 0 0px rgba(1, 116, 81, 0), 0 0 0 0px rgba(1, 116, 81, 0.1);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(1, 116, 81, 0.1), 0 0 0 20px rgba(1, 116, 81, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(1, 116, 81, 0), 0 0 0 0px rgba(1, 116, 81, 0.1);
    }
}

@keyframes ripple_green {
    0% {
        box-shadow: 0 0 0 0px rgba(1, 116, 81, 0), 0 0 0 0px rgba(1, 116, 81, 0.1);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(1, 116, 81, 0.1), 0 0 0 20px rgba(1, 116, 81, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(1, 116, 81, 0), 0 0 0 0px rgba(1, 116, 81, 0.1);
    }
}

a.enlaceDest {
    padding: 10px 25px;
    border-radius: 30px;
    display: table;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.05);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -1px;
    position: relative;
    transition: all .2s ease-in-out;
    margin-top: 15px;
}

    a.enlaceDest:hover {
        padding: 10px 40px 10px 20px;
    }

.adultos_ a.enlaceDest {
    background: linear-gradient(-160deg, #2196F3, #4274a9);
    box-shadow: 0 5px 30px 0px rgba(33, 150, 243, 0.49), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(37, 146, 234, 0.15);
}

a.enlaceDest:after {
    font-family: 'Material Icons';
    content: "arrow_forward";
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    opacity: 0;
    transition: all .2s ease-in-out;
}

a.enlaceDest:hover:after {
    right: 15px;
    opacity: 1;
}

a.enlaceDest02 {
    padding: 10px 25px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 auto;
    background: #f48535;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -1px;
    position: relative;
    transition: all .2s ease-in-out;
}

    a.enlaceDest02:hover {
        padding: 10px 40px 10px 20px;
    }

    a.enlaceDest02:after {
        font-family: 'Material Icons';
        content: "add";
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        right: 25px;
        opacity: 0;
        transition: all .2s ease-in-out;
    }

    a.enlaceDest02:hover:after {
        right: 15px;
        opacity: 1;
    }
/*___________________________________
      ENLACES DE INTERES HOME
___________________________________*/
.links_home {
}

    .links_home nav {
        /*background: rebeccapurple;*/
        padding: 20px;
    }

    .links_home ul {
        list-style-type: none;
        padding: 0px 15px;
        margin: 0;
        display: -webkit-flex; /* Safari */
        -webkit-justify-content: space-around; /* Safari 6.1+ */
        display: flex;
        justify-content: space-around;
        text-align: justify;
    }

    .links_home li {
        position: relative;
        width: 20%;
        display: inline-block;
    }

        .links_home li a {
            position: relative;
            text-align: center;
            display: block;
        }

            .links_home li a h1 {
                margin: 0;
                font-size: 22px;
                line-height: 20px;
                color: #4a4949;
                letter-spacing: -2px;
                font-weight: 800;
                position: relative;
                margin-bottom: 20px;
                transition: all .3s ease-in-out;
            }

.junior_ .links_home li a h1 {
    color: #bdb9b9;
    text-align: right;
    font-size: 26px;
    line-height: 23px;
    margin-top: -10px;
}

.adultos_ .links_home li a h1 {
    color: #bdb9b9;
}

.adultos_ .links_home li a:hover h1 {
    color: #0575ac;
}

.jovenes_ .links_home li a h1 {
    color: #b5b0b0;
}

.jovenes_ .links_home li a:hover h1 {
    color: #f48535;
}

.fundacion_ .links_home li a h1 {
    color: #bdb9b9;
}

.fundacion_ .links_home li a:hover h1 {
    color: #928a8a;
}

.links_home li a h1 b {
    display: block;
    font-weight: 800;
}

.links_home a:hover h1 {
    color: #0575ac;
}

.junior_ .links_home a:hover h1 {
    color: #ff7200;
}

.links_home a h1:after {
    width: 0px;
    height: 2px;
    border-radius: 5px;
    display: block;
    content: "";
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -15px;
    position: absolute;
    background: #0575ac;
    transition: all .3s ease-in-out;
}

.junior_ .links_home a h1:after {
    background: #ff7200;
    left: auto;
}

.jovenes_ .links_home a h1:after {
    background: #f48535;
}

.links_home a:hover h1:after {
    width: 30px;
}

.fundacion_ .links_home a h1:after {
    background: #ff7200;
}

.links_home .icon_hidd {
    width: 110px;
    height: 110px;
    display: block;
    content: "";
    position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
}

.junior_ .links_home .icon_hidd {
    margin: initial;
    margin-bottom: 0px;
}

.links_home a:hover .icon_hidd {
    background: rgba(255, 255, 255, 0);
}

.links_home .icon_hidd i {
    background: linear-gradient(-160deg, #0575ac, #004582);
    box-shadow: 0 0px 35px rgba(33, 150, 243, 0.8), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(4, 108, 165, 0.5);
    color: #fff;
    text-shadow: 0px 0px 15px rgba(255, 255, 225, 0.42);
    font-weight: normal;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 75px;
    z-index: 15;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    top: 50%;
    transform: translateY(-50%);
}

.junior_ .links_home .icon_hidd i {
    background: linear-gradient(-160deg, #f9c74a, #f9a74a);
    box-shadow: 0 0px 30px 0px rgba(249, 191, 74, 0.4), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

    .junior_ .links_home .icon_hidd i img {
        margin: 0;
        top: -5px;
        position: relative;
    }

.jovenes_ .links_home .icon_hidd i {
    background: linear-gradient(-160deg, #f48535, #da7831);
    box-shadow: 0 0px 30px 0px rgba(244, 133, 53, 0.7), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.fundacion_ .links_home .icon_hidd i {
    background: #f48535;
    box-shadow: 0 0px 30px 0px rgba(244, 133, 53, 0.7), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.links_home a:hover .icon_hidd {
    animation: wobble-vertical 1s ease-in-out;
}

.links_home .icon_hidd:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
}

.links_home a:hover .icon_hidd:before {
    -webkit-animation: rippleGray_ 2s ease-in-out infinite;
    animation: rippleGray_ 2s ease-in-out infinite;
}

@-webkit-keyframes rippleGray_ {
    0% {
        box-shadow: 0 0 0 0px rgba(5, 117, 172, 0), 0 0 0 0px rgba(5, 117, 172, 0.1);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(5, 117, 172, 0.15), 0 0 0 25px rgba(5, 117, 172, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(5, 117, 172, 0), 0 0 0 0px rgba(5, 117, 172, 0.1);
    }
}

@keyframes rippleGray_ {
    0% {
        box-shadow: 0 0 0 0px rgba(185, 185, 185, 0), 0 0 0 0px rgba(185, 185, 185, 0.1);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(185, 185, 185, 0.15), 0 0 0 25px rgba(185, 185, 185, 0);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(185, 185, 185, 0), 0 0 0 0px rgba(185, 185, 185, 0.1);
    }
}

/* FUND */
.junior_ .links_home .icon_hidd i:after,
.junior_ .links_home .icon_hidd i:before,
.fundacion_ .links_home .icon_hidd i:after,
.fundacion_ .links_home .icon_hidd i:before {
    position: absolute;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    content: "";
    display: block;
    z-index: 1;
    transition: all .35s ease-in-out;
}

.junior_ .links_home .icon_hidd i:after,
.fundacion_ .links_home .icon_hidd i:after {
    background: url(../images/spark_01.png);
    top: -5px;
    opacity: .8
}

.junior_ .links_home a:hover .icon_hidd i:after,
.fundacion_ .links_home a:hover .icon_hidd i:after {
    opacity: 0;
    top: -30px;
}

.junior_ .links_home .icon_hidd i:before,
.fundacion_ .links_home .icon_hidd i:before {
    background: url(../images/spark_02.png);
    bottom: 35px;
    opacity: 0;
}

.junior_ .links_home a:hover .icon_hidd i:before,
.fundacion_ .links_home a:hover .icon_hidd i:before {
    bottom: -5px;
    opacity: 1;
}

/* ROMB JUNIOS MODULOS */
.elements_ {
    display: block;
    z-index: 50;
    position: relative;
}

.posBottom {
    top: 60%;
    transform: translateY(-50%);
    left: -15%;
}

.fundacion_ .side_left .posBottom {
    top: 80%;
}

.posTop {
    top: 10%;
    transform: translateY(-50%);
    left: 95%;
}

.fundacion_ .side_left .posTop {
    top: -5%;
    left: 65%;
}

.sliderPort .posBottom {
    top: 70%;
    left: 85%;
}

.sliderPort .posTop {
    left: -20%;
    top: -10%;
}

.romb01, .romb02, .romb03,
.romb04, .romb05, .romb06,
.romb07, .romb08, .romb09,
.romb10, .romb11, .romb12,
.romb13, .romb14, .romb15,
.romb16, .romb17, .romb18,
.star01, .star02, .star03,
.spark_03, .spark_04, .spark_05,
.spark_06, .spark_07, .spark_08 {
    display: block;
    content: "";
    position: absolute;
    z-index: 50;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
}

.romb01 {
    width: 96px;
    height: 127px;
    background-image: url(../images/romb_01.png);
}

.romb02 {
    width: 58px;
    height: 77px;
    background-image: url(../images/romb_02.png);
    top: 35px;
}

.fundacion_ .romb02 {
    left: 30px;
    z-index: 0;
}

.romb03 {
    width: 60px;
    height: 60px;
    background-image: url(../images/Junior_icon05.png);
    top: 45px;
    left: 40px;
}

.fundacion_ .romb03 {
    top: 50px;
    left: 70px;
}

.romb04 {
    width: 106px;
    height: 123px;
    background-image: url(../images/romb_04.png);
}

.romb05 {
    width: 48px;
    height: 49px;
    background-image: url(../images/romb_05.png);
    top: 55px;
    left: 50px;
}

.romb06 {
    width: 72px;
    height: 30px;
    background-image: url(../images/Junior_icon06.png);
    top: 10px;
    left: -15px;
}

.romb07 {
    width: 140px;
    height: 146px;
    background-image: url(../images/romb_06.png);
}

.romb08 {
    width: 72px;
    height: 101px;
    background-image: url(../images/romb_07.png);
    top: -10px;
}

.romb09 {
    width: 72px;
    height: 30px;
    background-image: url(../images/Junior_icon06.png);
    top: 70px;
    left: 50px;
}

.romb10 {
    width: 72px;
    height: 101px;
    background-image: url(../images/romb_08.png);
    left: -5px;
}

.romb11 {
    width: 72px;
    height: 78px;
    background-image: url(../images/romb_09.png);
    top: 20px;
    left: 30px;
}

.romb12 {
    width: 50px;
    height: 50px;
    background-image: url(../images/Junior_icon03.png);
    z-index: 0;
    top: 40px;
    left: 20px;
}

.romb13 {
    width: 140px;
    height: 146px;
    background-image: url(../images/romb_10.png);
}

.romb14 {
    width: 80px;
    height: 80px;
    background-image: url(../images/romb_12.png);
}

.romb16 {
    width: 96px;
    height: 127px;
    left: 20px;
    background-image: url(../images/romb_13.png);
}

.romb17 {
    width: 48px;
    height: 49px;
    top: 60px;
    left: 5px;
    background-image: url(../images/romb_14.png);
}

.romb18 {
    width: 140px;
    height: 146px;
    z-index: 0;
    background-image: url(../images/romb_15.png);
}

.star01 {
    width: 80px;
    height: 80px;
    left: 70px;
    top: 40px;
    background-image: url(../images/star_01.png);
}

.star02 {
    width: 80px;
    height: 80px;
    z-index: 0;
    left: -30px;
    background-image: url(../images/star_02.png);
}

.star03 {
    width: 80px;
    height: 80px;
    z-index: 5;
    background-image: url(../images/star_03.png);
}

.spark_03 {
    width: 151px;
    height: 111px;
    background-image: url(../images/spark_03.png);
}

.spark_04 {
    width: 151px;
    height: 111px;
    background-image: url(../images/spark_04.png);
}

.spark_05 {
    width: 134px;
    height: 149px;
    left: -50px;
    background-image: url(../images/spark_05.png);
}

.spark_06 {
    width: 134px;
    height: 149px;
    left: -50px;
    background-image: url(../images/spark_06.png);
}

.spark_07 {
    width: 128px;
    height: 118px;
    background-image: url(../images/spark_09.png);
}

.spark_08 {
    width: 128px;
    height: 118px;
    background-image: url(../images/spark_10.png);
}

/* Float */
@-webkit-keyframes hvr-reb {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-reb {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes reboteAni {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes reboteAni {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.float_01 {
    -webkit-animation-name: reboteAni, hvr-reb;
    animation-name: reboteAni, hvr-reb;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/* Float */
@-webkit-keyframes hvr-rebote {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes hvr-rebote {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-webkit-keyframes reboteAnimac {
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes reboteAnimac {
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.float_02 {
    -webkit-animation-name: reboteAnimac, hvr-rebote;
    animation-name: reboteAnimac, hvr-rebote;
    -webkit-animation-duration: .4s, 2s;
    animation-duration: .4s, 2s;
    -webkit-animation-delay: 0s, .4s;
    animation-delay: 0s, .4s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/* Float */
@-webkit-keyframes hvr-rebote_Y {
    0% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@keyframes hvr-rebote_Y {
    0% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@-webkit-keyframes reboteAnimac_Y {
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@keyframes reboteAnimac_Y {
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}

.float_03 {
    -webkit-animation-name: reboteAnimac_Y, hvr-rebote_Y;
    animation-name: reboteAnimac_Y, hvr-rebote_Y;
    -webkit-animation-duration: .2s, 1.5s;
    animation-duration: .2s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .2s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    animation-iteration-count: infinite, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/* ENLACES DESTACADOS HOME JOVENES */
.jovenes_ .menudes {
    overflow: hidden;
    border-radius: 10px 0px 0px 10px;
    margin-right: -1px;
}

.slideDest_ {
}

.fundacion_ .slideDest_ {
    margin-left: 1px;
}

.slideDest_ .itemDest_ {
    height: 350px;
    overflow: hidden;
}

.adultos_ .slideDest_ .itemDest_ {
    height: 380px;
}

.fundacion_ .slideDest_ .itemDest_ {
    height: 380px;
}

.slideDest_ .itemDest_ a {
    height: 100%;
    position: relative;
    display: block;
}

    .slideDest_ .itemDest_ a:after {
        position: absolute;
        z-index: -1;
        width: 130%;
        height: 0%;
        display: block;
        content: "";
        bottom: -10%;
        right: 0px;
        left: -15px;
        margin: 0 auto;
        transition: all .3s ease-in-out;
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
        background: linear-gradient(180deg, #03bd5a, #028053);
        box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.35);
    }

.fundacion_ .slideDest_ .itemDest_ a:after {
    transform: rotate(0deg);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
}

.slideDest_ .itemDest_ a:hover:after {
    bottom: -10%;
    height: 50%;
}

.fundacion_ .slideDest_ .itemDest_ a:hover:after {
    bottom: 0%;
    height: 100%;
}

.adultos_ .slideDest_ .itemDest_ a:after {
    display: none;
}

.menudes .slideDest_ .img_ {
    width: 100%;
    right: 0;
}

.menudes .slideDest_ .icon_hidd {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 130px;
    height: 130px;
    top: 40%;
    transition: all .5s ease-in-out;
    background-size: cover;
}

.menudes .slideDest_ a:hover .icon_hidd {
    top: 50%;
}

.adultos_ .menudes .slideDest_ a:hover .icon_hidd {
    top: 45%;
}

.fundacion_ .menudes .slideDest_ .icon_hidd {
    top: 60%;
    width: 90px;
    height: 90px;
}

.menudes .slideDest_ .icon_hidd i {
    height: 130px;
    width: 130px;
    font-size: 36px;
    line-height: 130px;
    z-index: 0;
    transition: all .5s ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.15), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.menudes .slideDest_ a:hover .icon_hidd i {
    background: #f48535;
    box-shadow: 0 0px 30px 0px rgba(244, 133, 53, 0.7), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.adultos_ .menudes .slideDest_ a:hover .icon_hidd i {
    background: #03a859;
    box-shadow: 0 0px 30px 0px rgba(3, 168, 89, 0.85), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.fundacion_ .menudes .slideDest_ .icon_hidd i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    background: #f48535;
    box-shadow: 0 0px 30px 0px rgba(244, 133, 53, 0.7), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

    .junior_ .menudes .icon_hidd i:after,
    .junior_ .menudes .icon_hidd i:before,
    .fundacion_ .menudes .slideDest_ .icon_hidd i:after,
    .fundacion_ .menudes .slideDest_ .icon_hidd i:before {
        position: absolute;
        background-repeat: no-repeat;
        width: 90px;
        height: 90px;
        content: "";
        display: block;
        z-index: 1;
        transition: all .35s ease-in-out;
    }

.junior_ .menudes .icon_hidd i:after,
.junior_ .menudes .icon_hidd i:before {
    left: -5px;
}

.junior_ .menudes .icon_hidd i:after,
.fundacion_ .menudes .slideDest_ .icon_hidd i:after {
    background: url(../images/spark_01.png);
    top: -5px;
    opacity: .8
}

.junior_ .menudes a:hover .icon_hidd i:after,
.fundacion_ .menudes .slideDest_ a:hover .icon_hidd i:after {
    opacity: 0;
    top: -30px;
}

.junior_ .menudes .icon_hidd i:before,
.fundacion_ .menudes .slideDest_ .icon_hidd i:before {
    background: url(../images/spark_02.png);
    bottom: 35px;
    opacity: 0;
}

.junior_ .menudes a:hover .icon_hidd i:before,
.fundacion_ .menudes .slideDest_ a:hover .icon_hidd i:before {
    bottom: -5px;
    opacity: 1;
}

.menudes .slideDest_ .icon_hidd:after {
    z-index: 10;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 0px;
    background: #f9c34a;
    box-shadow: 0px 0px 20px #f9c34a;
}

.adultos_ .menudes .slideDest_ .icon_hidd:after {
    bottom: 38px;
}

.adultos_ .menudes .slideDest_ .icon_hidd:after {
    background: #f48535;
    box-shadow: 0px 0px 20px #f48535;
}

.menudes .slideDest_ a:hover .icon_hidd:after {
    right: -20px;
}

.adultos_ .menudes .slideDest_ a:hover .icon_hidd:after {
    right: -30px;
}

.fundacion_ .menudes .slideDest_ a:hover .icon_hidd:after {
    right: -30px;
}

.menudes .slideDest_ p {
    position: absolute;
    bottom: 30px;
    top: auto;
    letter-spacing: -2px;
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 800;
    line-height: 20px;
    font-size: 24px;
    color: #b5b0b0;
}

.adultos_ .menudes .slideDest_ p {
    color: #474445
}

.adultos_ .menudes .slideDest_ a:hover p {
    color: #ffffff
}

.fundacion_ .menudes .slideDest_ a p {
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.menudes .slideDest_ p b {
    font-weight: 800;
    line-height: 20px;
    font-size: 24px;
    display: block;
}

.menudes .slideDest_ .back_img {
    transition: all .5s ease-in-out;
    height: 70%;
}

.fundacion_ .menudes .slideDest_ .back_img {
    height: 100%;
    opacity: 1;
    border-radius: 0px;
}

.adultos_ .menudes .slideDest_ .back_img {
    height: 100%;
}

/* RED CONVENIOS HOMNE */
.red_home {
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 8%;
    padding-top: 3%;
    z-index: 0;
}

._single .red_home {
    padding-bottom: 7%;
}

._single .widgetArea .red_home {
    padding-bottom: 13%;
}

.slideRedhome_ {
    padding: 20px 100px;
}

.photoR_ {
    display: block;
    height: 130px;
    margin: 0px 20px;
    position: relative;
    opacity: .5;
    padding: 0px;
    transition: all .2s ease-in-out;
}

    .photoR_:hover {
        opacity: 1;
    }

    .photoR_ span {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: all .25s ease-in-out;
        padding: 10px 50px 10px 10px;
    }

    .photoR_:hover span {
        opacity: 1;
    }

    .photoR_ span:after {
        position: absolute;
        display: block;
        content: "";
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0;
        opacity: 0;
        transition: all .4s .5s ease-in-out;
        background: linear-gradient(190deg, #bad3a5, #419265);
    }

    .photoR_:hover span:after {
        opacity: 1;
        animation: slideInDown .4s .5s ease-in-out both;
    }

    .photoR_ h2 {
        position: relative;
        z-index: 5;
        margin: 0px;
        font-size: 22px;
        line-height: 20px;
        color: #ffffff;
        letter-spacing: -1px;
        font-weight: 400;
        top: 100%;
        opacity: 0;
        transform: translateY(-50%);
        transition: all .4s .7s ease-in-out;
    }

    .photoR_:hover h2 {
        opacity: 1;
        top: 50%;
    }

    .photoR_ i {
        position: relative;
        z-index: 5;
        position: absolute;
        right: -5px;
        bottom: 10px;
        text-align: center;
        width: 50px;
        height: 50px;
        color: #62a476;
        line-height: 50px;
        background: #fff;
        box-shadow: 0px 10px 15px rgba(0,0,0,.2);
    }

    .photoR_:hover i {
        animation: fadeInUp .5s .4s ease-in-out both;
    }

.slideRedhome_ .slick-prev,
.slideRedhome_ .slick-next {
    width: 90px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

    .slideRedhome_ .slick-prev:hover, .slideRedhome_ .slick-prev:focus,
    .slideRedhome_ .slick-next:hover, .slideRedhome_ .slick-next:focus {
        background-color: transparent !important;
    }

.slideRedhome_ .slick-slider .slick-prev {
    left: -90px;
    background-image: url(../images/slick_prev.png);
}

.slideRedhome_ .slick-slider:hover .slick-prev {
    left: -90px;
    background-image: url(../images/slick_prevH.png);
}

.slideRedhome_ .slick-slider .slick-next {
    right: -90px;
    background-image: url(../images/slick_next.png);
}

.slideRedhome_ .slick-slider:hover .slick-next {
    right: -90px;
    background-image: url(../images/slick_nextH.png);
}

.slideRedhome_ .slick-prev, .slideRedhome_ .slick-next,
.slideRedhome_ .slick-prev:after, .slideRedhome_ .slick-next:after {
    display: none;
}

/* RED CONVENIOS HOMNE */
.enlaces_dest {
    margin-top: -5%;
    margin-bottom: 1.5%;
    position: relative;
}

.widgetArea .enlaces_dest {
    margin-top: -11%;
}

.slideEnlaces_ {
    width: 85%;
    float: none;
    margin: 0 auto;
    display: block;
}

.photoE_ {
    display: block;
    height: 270px;
    position: relative;
    padding: 20px;
    z-index: 0;
    margin-bottom: 40px;
}

    .photoE_:after {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        display: block;
        content: "";
        z-index: -1;
        background: rgba(0,0,0,0.2);
    }

    .photoE_ .hidden_ {
        position: absolute;
        top: -10%;
        right: 0px;
        left: 0px;
        margin: auto;
        width: 85%;
        height: 80%;
        background: linear-gradient(180deg, rgba(186, 211, 165, 0.9), rgba(52, 123, 83, 1));
        box-shadow: 0px 10px 15px -5px rgba(0,0,0,.15);
        z-index: 10;
        text-align: center;
        opacity: 0;
        transition: all .4s .3s ease-in-out;
    }

    .photoE_:hover .hidden_ {
        opacity: 1;
        top: 8%;
        height: 100%;
    }

    .photoE_ .hidden_ h2 {
        position: absolute;
        right: 0;
        margin: auto;
        padding: 0px 10px;
        font-size: 24px;
        line-height: 22px;
        letter-spacing: -1px;
        color: #fff;
        font-weight: 700;
        text-shadow: 0px 2px 5px rgba(0,0,0,.3);
        bottom: 60px;
        opacity: 0;
        transition: all .6s .4s ease-in-out;
    }

    .photoE_:hover .hidden_ h2 {
        bottom: 30px;
        opacity: 1;
    }

    .photoE_ .hidden_ h2:after {
        position: absolute;
        display: block;
        content: "";
        width: 0px;
        height: 2px;
        border-radius: 5px;
        bottom: -10px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0px 1px 5px rgba(0,0,0,.3);
        transition: all .4s .9s ease-in-out;
    }

    .photoE_:hover .hidden_ h2:after {
        width: 40px;
    }

    .photoE_ .hidden_ i {
        color: #fff;
        text-shadow: 0px 2px 5px rgba(0,0,0,.2);
        font-size: 48px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 40%;
        opacity: 0;
        transition: all .6s .5s ease-in-out;
    }

    .photoE_:hover .hidden_ i {
        top: 30%;
        opacity: 1;
    }

    .photoE_ .infom_ {
        position: absolute;
        left: 0;
        margin: auto;
        padding: 0px 25px;
        bottom: 20px;
        opacity: 1;
    }

    .photoE_:hover .infom_ {
        bottom: 50px;
        opacity: 0;
        transition: all .4s .3s ease-in-out;
    }

    .photoE_ .infom_ h2 {
        margin: 0;
        font-size: 24px;
        line-height: 22px;
        letter-spacing: -1px;
        color: #fff;
        font-weight: 700;
        text-shadow: 0px 2px 5px rgba(0,0,0,.3);
    }

    .photoE_ .infom_ i {
        color: #fff;
        text-shadow: 0px 2px 5px rgba(0,0,0,.2);
        font-size: 28px;
        margin-bottom: 15px;
    }

/* ______________________________________________________________ 
                        RESPONSIVE WEB
________________________________________________________________*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /*.navbar-default{background: rebeccapurple;}*/
 
    .navbar-default .navbar-brand { 
        padding-right: 0px; }

    .search__suggestion {
        width: 100% }

    .main-wrap .navbar-nav > li > a.has-submenu {
        padding: 0px 15px 0px 2px;}

    .main-wrap .navbar-nav > li > a {
        padding: 0px 5px 0px 5px;
    }

        .main-wrap .navbar-nav > li > a p {
            font-size: 15px;
            font-weight: 700;
            padding: 0px 0px;
        }

    .navbar-header {
        width: 12%;
    }

    .navbar-default .navbar-collapse {
        width: 88%;
    }

    .navbar-default {
        padding: 0px 0px 0px;
        height: 80px;
    }

        .navbar-default.affix{
            padding: 0;
            top: -10px;
            height: 75px;
        }

    .navbar-nav {
        margin-right: 5px;
        margin-left: 5px;
        text-align: center;   }

        .navbar-nav .red_port {
            right: 0;
        }

        .navbar-nav > li > .dropdown-menu {
            padding: 20px 0px 0px 0px;
        }

        .navbar-nav.sm-collapsible .caret:before {
            display: none
        }

        .navbar-nav > li {
            float: none;
            display: inline-block;
        }

            .navbar-nav > li.search-wrap {
                top: -11px;
            }

        .navbar-nav li .btn-toggle {
            padding: 0px 3px 0px 3px;
            width: 100px;
            height: 95px;
        }

        .navbar-nav li .btn-close:after, .navbar-nav li .btn-open:after {
            font-size: 8px;
            bottom: -2px;
        }

    .btn-toggle span {
        top: 10px;
    }

    .btn-toggle h1 {
        margin-top: 15px;
    }

    .tool_.hover_ > .tip_chart {
        opacity: 0;
    }

    .menudes {
        margin-top: 0px;
    }

        .menudes p {
            line-height: 16px;
            font-size: 20px;
            padding-left: 0px;
            margin: 0
        }

    .principal_ .menudes .icon_hidd i {
        height: 60px;
        width: 60px;
        font-size: 24px;
        line-height: 60px;
    }

    .principal_ .menudes .icon_hidd {
        width: 85px;
        height: 85px;
        right: 15px
    }

    .principal_ .menudes ul li a {
        padding: 0px 10px 0px 90px;
    }

    .principal_ .menudes .img_ {
        width: 100px;
    }

    .principal_ .menudes .icon_hidd:after {
        display: none;
    }

    .items_red .box_ a {
        height: 210px;
    }

    .items_red h1 {
        line-height: 20px;
        font-size: 20px;
    }

    .items_red p {
        font-size: 15px;
        line-height: 13px;
    }

    .items_red h4 {
        line-height: 18px;
        font-size: 20px;
    }

    .items_red .titleE h2 {
        font-size: 15px;
        line-height: 13px;
    }

    .rotador_princ{     
        height: 80%;}

    .slider_home {
        margin-top: 80px;
        height: 90%;
    }

    .fundacion_ .slider_home:after {
        height: 90px;
    }

    .bn_button a, .main-wrap .enlaceDestacado {
        font-size: 16px;
        padding: 10px 25px;
    }

    .slick-caption {
        bottom: 10%;
        left: 2%;
    }

    .bn_title {
        font-size: 26px;
        margin-bottom: 5px;
        line-height: 22px;
    }

    .bn_caption {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .bn_button {
        /*margin-top: 15px*/
        right: -30%;
        padding: 0;
    }

    .slide-count-wrap h1 {
        font-size: 80px;
    }

    .mod_indicadores div {
        padding: 0px;
    }

    .mod_indicadores section.slick-slider {
        padding: 0px 30px;
    }

    footer:after {
        left: -210px;
    }

    .col_redes li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    footer section .col-md-9 div {
        padding: 0px;
    }

    .error_page .slick-caption {
        width: auto;
        max-width: max-content;
    }

    .categoria_ .box_ aside h2 {
        word-break: break-word;
    }

    .Contenidos_ {
        padding-top: 80px;
    }

        .Contenidos_ .indicador {
            bottom: 60px;
        }

    ._single .banner_cont {
        height: 260px;
    }

    .banner_cont .title_ h1 {
        font-size: 30px;}

    .categoria_ .box_ aside h2 {
        line-height: 20px;
        font-size: 20px;
        min-height: 42px;
    }

    .info_cards.categoria_ .box_ {
        min-height: 200px;
    }

    .cFilter_.col-md-11.center-block {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    .cFilter_ .card_ {
        padding: 0px 10px;
    }

    .down_form .tittle_ a {
        padding: 10px 10px 10px 80px;
        min-height: 190px;
    }

        .down_form .tittle_ a span {
            left: 0px;
            width: 70px;
            height: 70px;
        }

            .down_form .tittle_ a span .icon_hidd {
                line-height: 70px;
                width: 70px;
                height: 70px;
            }

    .Contenidos_ .down_form .tittle_ a h3 {
        font-size: 18px;
        line-height: 17px;
    }

    .down_form .tittle_ a span i {
        display: none;
    }

    .desc_ h1, .parraf_ h1 {
        line-height: 26px;
        font-size: 26px;
    }

        .desc_ h1::first-letter, .parraf_ h1::first-letter {
            font-size: 46px;
        }

    .noticias_ .head_ p {
        height: 55px;
    }
    .modal.noticias_ .head_ p {
        height: auto;
    }

    .cServicios_ .card_ aside {
        padding: 0px 0px 25px 5px;
    }

    .banner_cont .feat_img {
        background-size: contain;
        width: 300px;
        background-position: bottom;
    }
    
    .container__ {
        margin-top: 0px;
        width: 100%;
        margin-left: 0%;
    }

    .side_right {
        right: 0px;
        top: -20px;
    }

    .side_left {
        left: 0px;
    }

    .title_mod:after {
        height: 105%;
        top: -3%;
        border-radius: 7px;
    }

    .title_mod .box_ h1 {
        font-size: 28px;
        line-height: 26px
    }

    .title_mod .box_ h2 {
        font-size: 20px;
        line-height: 17px;
    }

    .title_mod .box_ p {
        font-size: 17px;
        line-height: 17px
    }

    .menudes .menu{    
        padding: 5% 0% 5%;}
    .menudes .icon_hidd {
        width: 110px;
        height: 110px;}
    .menu__item-name {
        font-size: 22px;}
    .menudes .menu--salal .menu__item{    
        padding: 5% 0% 0% 130px;}
    .menudes .menu--salal .menu__item-label2{
        margin: 0px;
        padding: 30px 0px 15px 0px;}

    .Itemp_ .title_back{    
        padding: 20px 50px 25px 20px;}
    .Itemp_ .title_back h1 {
        font-size: 22px;}
    .Itemp_ .title_back i{
        height: 40px;
        width: 40px;
        line-height: 40px;}
    .Itemp_ .title_back p {
        font-size: 16px;
        margin-bottom: 20px;}

    .portdes {
        padding: 0px 10px;}
    .porf_:before{    
        left: -10%;}

    ._single .itemn_{    
        padding: 0px 7px;}

    .slide_noticias{
        padding: 0;
        min-height: 330px; }

    .itemn_ a{
        height: auto;
        min-height: 280px;}
        .itemn_ a:after{
            width: 100%;
            height: 10%;
            top: -1.5%;
            right: 0%;
            background: linear-gradient(-130deg, #bad3a5, #347b53);}

    .itemn_ .met_{
        height: 100%;
        top: 0%;
        padding: 20px 20px 20px;
        right: 0;
        position: relative;
        float: right;}
    .itemn_ .photo{    
        width: 55%;
        background-position: center top;}
    .itemn_ .met_ h1{
        font-size: 16px;}
    .itemn_ .met_ span{
        display: none;}
    .itemn_ .met_ span h2{
        font-size: 21px;}
    .itemn_ .met_ h3 {
        font-size: 14px;}
    .itemn_ .met_ p{
        font-size: 14px;}

    .photoR_{
        background-size: contain;}

    .slideEnlaces_ {
        width: 100%;}
    .info_foot h2{
        font-size: 20px;}
    .info_foot p {
        font-size: 15px;}
    .title_not h1, .title_not h2{    
        font-size: 28px;}
    ._single .red_home .title_not p{    
        font-size: 20px;}
    .photoE_ .infom_ h2{
        font-size: 20px;}

    .errorBG_ h1 span{    
        font-size: 200px;
        line-height: 160px;}
        
    ._single .info_ {
        width: 95%;}
    .eBody li .wImg_ {padding: 5px 5px 5px 70px;}
    .wImg_ span {width: 70px;height: 70px;}

    .main-wrap ._simuladores .info_.cFilter_ {margin-top: -20px;}

    ._portafolioItems._single .banner_cont{height: 100%;}
    ._portafolioItems._single .info_ { width: 70%;}
    ._portafolioItems .banner_cont .feat_img{background-size: cover;background-position: top;}

}
 
@media (max-width: 991px) {
    /*.navbar-default .navbar-brand{background: red;}*/

    .navbar-header {
        width: 100%;
        float: none;
    }

    .navbar-default {
        border-top: 0px solid !important;
    }

        .navbar-default .navbar-brand {
            margin-top: -50px;
            float: left; 
            max-width: 220px;
        }

    .navbar.affix > .container .navbar-brand {
        margin-top: -45px;
    }

    .navbar-default .navbar-collapse {
        width: 100%;
        float: none;
        margin-top: 0px;
    }

    .navbar-nav {
        margin: 0;}

    .navbar-default .navbar-nav > li > a{
        background: #ffffff;}    

        .navbar-default .navbar-nav > li > a p{
            color: #b9b9b9; }

    .navbar-default .navbar-nav .open .dropdown-menu{
        background: #ffffff;}   

        .navbar-default .navbar-nav .open .dropdown-menu > li > a{
            color: #b9b9b9; }

    .navbar > .container .navbar-brand {
        float: none;
        display: block;
        margin: 0 auto;
        top: 0;
        padding: 0;
    }

    .navbar-header .navbar-toggle {
        float: left;
        position: absolute;
        margin: 30px 30px;
    }

    .navbar-nav .search-wrap {
        display: none;
    }

    .fundacion_ .navbar-default {
        border-top: 0px solid #03a859;
    }

    .navbar-collapse.collapse.in .navbar-nav .red_port {
        opacity: 1;
        right: 0;
        height: 108px;
        overflow: hidden;
    }

    .navbar-nav .red_port {
        right: -110px;
        ;
        opacity: 0;
        transition: all .1s ease-in-out;
    }

    .tool_.hover_ > .tip_chart {
        opacity: 0;
    }

    .search-wrap {
        display: none;
    }

    .items_red .box_ a {
        height: 180px;
    }

    .items_red h1 {
        line-height: 18px;
        font-size: 18px;
    }

    .items_red p {
        font-size: 14px;
        line-height: 13px;
    }

    .items_red h4 {
        line-height: 17px;
        font-size: 18px;
    }

    .items_red .titleE h2 {
        font-size: 14px;
        line-height: 12px;
    }

    .items_red i {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .menudes {
        width: 100%;
        margin-top: -60px;
        padding-bottom: 10px;
    }

    .menu--salal .menu__item-name::before{
        display: none;}

    .slick-caption {
        width: 70%;
    }

    .slick-caption {
        bottom: 5%;
    }

    .bn_title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .bn_caption {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .bn_button {
        margin-top: 0px
    }

    .mod_indicadores {
        margin: 0px 0px;
    }

        .mod_indicadores h2 {
            font-size: 16px;
            line-height: 15px;
        }

    span.mod_indicadores {
        width: 30%;
    }

    .linkN_ {
        width: 40%;
    }

    .indic_ {
        width: 60%;
    }

        .indic_ h2 {
            text-indent: -2000px;
        }

    .mod_indicadores h2 a i {
        text-indent: 0px;
    }

    .btn-filter-wrap .btn-filter {
        padding: 10px 10px;
    }

    footer:before {
        height: 5px;
    }

    footer:after {
        display: none;
    }

    /*footer .col-md-3 {
        display: none;
    }*/

    footer .col-md-9 {
        width: 100%;
    }

        footer .col-md-9 .col-md-3 {
            display: block;
        }

    .info_foot li {
        padding: 13px 40px 5px 5px;
    }

    .info_foot i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .boxx_, .boxx_ .col-md-7 div {
        text-align: center;
    }

        .boxx_ .col-md-4 p {
            display: initial;
        }

        .boxx_ .col-md-1 {
            display: none;
        }

        .boxx_ .col-md-4 {
            width: 100%;
            float: none;
            margin-bottom: 15px;
            text-align: center !important;
        }

        .boxx_ .col-md-7 {
            width: 100%;
            float: none;
        }

    .error_page {
        padding-top: 105px;
    }

        .error_page .slick-caption {
            top: 50%;
        }

    .errorBG_ h1 span {
        font-size: 180px;
        line-height: 140px;
    }

    .errorBG_ h2 span {
        font-size: 40px;
        line-height: 30px;
    }

    .error_page .slick-caption {
        width: auto;
        max-width: max-content;
    }

    .itemf_ {
        width: 50%;
        text-align: left !important;
    }

    .text-right .info_foot h2:after {
        right: auto;
        left: 0;
    }

    .itemf_.logo_ {
        display: none
    }

    ._single .info_ {
        width: 98%;
    }

    .categoria_ .box_ {
        width: 50%;
        float: left;
    }

    ._single .banner_cont {
        margin-top: 0px;
        height: 300px;
    }

        ._single .banner_cont .img_ {
            height: 450px;
            background-position: center;
            background-size: cover;
        }

    .navbar-default {
        padding: 0
    }

        .navbar-default .navbar-brand {
            margin-top: -60px;
        }

    .banner_cont:before {
        background-position: right;
    }

    ._single .banner_cont .title_ {
        top: 50%;
    }

    .categoria_ {
        width: 95%;
        margin: 0 auto;
    }

    .banner_cont {
        height: 75vh;
    }

        .banner_cont .img_ {
            background-position: center;
            background-size: cover
        }

        .banner_cont .title_ {
            top: 50%;
        }

    .desc_ {
        margin: 0px 0px 20px;
    }

    .widgetArea {
        margin: 0 auto;
    }

    .info_cards .card_ {
        margin-top: auto;
        margin-bottom: 15px;
    }

    .banner_cont .feat_img {
        background-size: cover;
        width: 100%;
        background-position: center center;
        position: relative;
        top: 0px;
        height: 100%;
    }

    ._portafolioItems ._single .info_ {
        width: 100%;}

    .tabs_gener .desc_ {
        padding: 20px 20px;
    }

    .tabs_gener .tab-panel_ {
        padding: 20px;
    }

    .tabs_gener .desc_ h1 {
        line-height: 24px;
        font-size: 24px;
    }

        .tabs_gener .desc_ h1::first-letter {
            font-size: 46px;
        }

    .container__ {
        width: 98%;
        margin-left: 1%;
    }

    .side_right {
        right: 0px;
    }

    .side_left {
        left: 0px;
    }

    .jovenes_ .menudes .back_img, .adultos_ .menudes .back_img {
        opacity: .5
    }

    .menudes {
        margin-bottom: 5%;
    }

    .principal_ .menudes ul li {
        width: 50%;
    }

    .enlaces_home.side_right .title_mod {
        display: none
    }

    .enlaces_home.side_left .title_mod {
        display: none
    }

    .enlaces_home .portdes {
        float: none;
        margin: 0 auto;
    }

    .twoCol {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
        width: 100%;
    }

    .Itemp_ .photoMin_ {
        background-position: -50px bottom
    }

    .Itemp_ a:hover .photoMin_ {
        background-position: -10px bottom
    }

    .boxx_ p, .boxx_ a, .boxx_ h1 {
        text-align: center;
    }

    .accordion_ .panel.col-md-6 {
        width: 100%;
        float: none;
    }

    .down_form .tittle_ a {
        min-height: auto;
    }

    .noticias_ .head_ h2 {
        min-height: 40px;
    }

    ._single .text_ghost {
        margin-bottom: 0px;
        display: none
    }

    ._single .sliderPort .slider_ {
        width: 65%;
    }

    ._single .sliderPort .desc_.modColor_ {
        width: 35%;
    }

    .slide-count-wrap{display: none}
    .slick-caption {bottom: 10%;padding: 10px;}
    .bn_button{position: relative;top: auto;right: auto;transform: none;padding: 0;}
    .bn_caption{line-height: 25px;}
    .bn_button a, .main-wrap .enlaceDestacado{padding: 15px;font-size: 17px;margin-top: 10px}
    .rotador_princ .indicador{bottom: 75px;}

    .menu{padding: 5% 0% 5%;}
    .menudes .icon_hidd {width: 110px;height: 110px;}
    .enlaces_home .menu--salal .menu__item{width: 50%;padding: 5% 2% 0% 120px;}
    .enlaces_home .menu__item-name { font-size: 20px;}
    .enlaces_home .menu--salal .menu__item-label, .menu--salal .menu__item-label2{font-size: 15px !important; padding: 20px 20px 15px 10px !important; min-height: 80px;}

    .title_mod .box_ h1 {font-size: 28px;}
    .porf_:before{left: -15%;}
    .porf_:after{right: -20%;}
    .portdes { padding: 0px 0px;}
    .Itemp_ .title_back i{width: 40px; height: 40px; line-height: 40px;font-size: 21px;}
    .Itemp_ .title_back{padding: 20px 20px 55px 20px;}
    .Itemp_ .title_back h1{font-size: 20px;line-height: 19px;}
    .Itemp_ .title_back p{font-size: 16px;line-height: 15px;margin-left: 5px;margin-bottom: 20px;}

    .noticias_home{margin-top: 15%;}
    .title_not h1, .title_not h2{}

    .itemn_ a{
        position: relative;
        height: auto;
        margin-bottom: 20px;} 
    .itemn_ .met_{
        position: relative;
        height: auto;
        margin: 0 auto;
        width: 80%;
        right: auto;
        left: auto;
        margin-top: -3%;
        }
    .itemn_ .photo{
        position: relative;
        height: 250px;
        margin: 0 auto;
        width: 90%;
        right: auto;
        left: auto;
        }
    .itemn_ a:after{
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        }

    .Noticop__ .itemn_ .photo {
        background-size: cover;}

        .Noticop__ .itemn_ .met_{
            width: 80%;}
        .Noticop__ .itemn_ .photo{
            width: 90%;}
        .Noticop__ .itemn_ a:after{
            width: 100%;}
        .Noticop__ .itemn_ .met_ h1{min-height: 60px;}

    footer .boxx_ .por__ {
        width: 100%; 
        text-align: center !important;}

    .widgetArea .widgetBox_{
        margin: 10px 0px;
        width: 50%;
        float: left;
        display: inline-block;}

    .cFilter_, ._single .cFilter_{
        width: 100%;
        margin-top: 0px;}
    .cFilter_ .button{    
        background: rgb(42, 193, 120);}
    .cFilter_ .card_ .element-item {
        width: 49%;}
    .cFilter_ .filters-button-group{
        margin-top: 0; }
    .cFilter_ .Itemp_ li {
        height: 250px;}

    .banner_cont .title_ h1 {
        font-size: 28px;
        font-weight: 600;}
    .banner_cont .title_ h2{    
        font-size: 20px;
        line-height: 20px;}

    .parraf_ h2 {
        line-height: 23px;
        font-size: 24px;}

} 
 
@media (max-width: 768px) {
    /*.navbar-default .navbar-brand{background: blue;}*/

    .navbar-header{
        margin:0 auto !important;
    }

    .navbar-default .navbar-collapse {
        border: 0;
        margin: 0 auto;
        padding: 0px;
    }

    .navbar-default {
        min-height: 100px;
    }

    .rotador_princ .indicador {
        display: none;
    }

    .slider_home {
        margin-top: 100px;
        height: 400px;
    }

    .slider_home .slide{
        background-attachment: inherit;}

    .rotador_princ {
        height: 500px;
    }       

    .slick-caption {
        width: 90%;
    }

    .slick-caption {
        bottom: 10%;
        left: 0%;
    }

    .bn_title {
        font-size: 18px;
        letter-spacing: -1px;
        line-height: 17px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .bn_caption {
        font-size: 19px;
        line-height: 20px;
        letter-spacing: 0px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .bn_button {
        margin-top: 0px
    }

    .slick-caption span {
        min-height: auto
    }

    .bn_button a {
        font-size: 15px;
        padding: 10px 30px;
    }

    .fundacion_ .slider_home:after {
        display: none;
    }

    .slide-count-wrap {
        display: none;
    }

    .slick-caption {
        padding: 20px
    }

    .menudes {
        margin-top: -30px;
    }

    .jovenes_ .menudes {
        margin-right: auto;
    }

    .menudes ul {
        -ms-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }

    .menudes .col-md-3 {
        width: 50%;
        float: left;
        -ms-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        transform: skewY(0deg);
    }

    .indic_ {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

        .indic_ .col-md-3 {
            width: 25%;
            float: left;
        }

        .indic_ .col-md-9 {
            width: 75%;
        }

    span.mod_indicadores {
        width: 100%;
        float: none;
    }

    .title_not h1 {
        font-size: 30px;
    }

    .items_red .box_ {
        width: 50%;
        float: left;
    }

    footer .col-md-9 .col-md-3 {
        width: 50%;
        float: left;
    }

    .info_foot li {
        text-align: left;
    }

    .info_foot h2 {
        text-align: left;
    }

    .error_page .rotador_princ {
        height: 100%;
    }

    .backgroundclip .errorBG_ h1 span, .backgroundclip .errorBG_ h2 span {
        background-attachment: inherit;
        background-position: center;
    }

    .errorBG_ h1 span {
        font-size: 50px;
        line-height: 60px;
    }

    ._single .banner_cont {
        height: 300px;
    }

        ._single .banner_cont .img_ {
            height: 300px;
            background-position: center;
            background-size: cover;
            background-attachment: inherit;
        }

    .banner_cont .title_ h1 b {
        font-size: 23px;
        line-height: 24px;
        display: inline-block;
    }

    .categoria_ {
        width: 80%;
    }

        .categoria_ .box_ aside i {
            margin-bottom: 10px;
        }

        .categoria_ .box_ aside:after {
            display: none;
        }

    .Contenidos_ .indicador {
        display: none;
    }

    .banner_cont {
        height: 300px;
    }

        .banner_cont .img_ {
            height: 300px;
            background-position: center;
            background-size: cover;
            background-attachment: inherit;
        }

    .formulario_ {
        padding: 20px;
    }

    .cd-form {
        padding: 5px 0px;
    }

    .w_50 {
        width: 100%;
        float: none;
    }

    .info_cards .card_ {
        width: 100%;
        float: none;
    }

    .coop_ .foto_ {
        min-height: 200px;
        background: rgba(255, 255, 255, 0);
        box-shadow: none;
    }

        .coop_ .foto_ .min_ {
            min-height: 200px;
            background-size: contain;
            background-color: #fff;
        }

    .coop_ .detalle_ {
        min-height: 150px;
        padding: 50px 20px 20px;
        z-index: -1;
        right: auto;
        max-width: 80%;
        left: auto;
        margin: 0 auto;
        margin-top: -15px;
        float: none;
    }

    .accordion_ .panel-group .panel {
        padding: 0;
    }

    .widgetArea {
        width: 100%;
        right: auto;
    }

    .widgetBox_ {
        width: 70%;
        margin: 0 auto;
    }

    

    .tabs_gener .nav-tabs {
        margin: 20px 0px 0px;
    }

    .tabs_gener .tab-panel_ {
        margin: 0;
    }

    .sliderPort .slider_ {
        max-width: 280px;
        margin: 0 auto;
    }

    .banner_cont .title_ h1 b:after {
        display: none;
    }

    .slide_noticias {
        width: 100%;
        margin: 0 auto;
    }

    .menudes {
        width: 100%;
        margin: 0 auto;
        float: none;
        margin-top: -30px;
        margin-bottom: 0%;
    }

    .enlaces_home .menu--salal .menu__item{
        width: 100%;
        float: none;
    }

    .itemn_ .met_ span {
        width: 70px;
        height: 70px;
        left: 25px;
        padding-top: 20px;
    }

        .itemn_ .met_ span h2 {
            font-size: 22px;
        }

    .enlaces_home.side_left {
        width: 75%;
        margin: 0 auto;
        float: none;
    }

    .principal_ .menudes ul li {
        width: 100%;
    }

    .links_home ul {
        display: block;
    }

    .links_home li {
        width: 50%;
        display: inline-block;
        float: left;
    }

    .items_red .box_ a {
        height: 120px;
    }

    .items_red i {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .items_red a p {
        display: none;
    }

    .items_red .titleE h2 {
        display: none;
    }

    .wave {
        background-size: contain
    }

    .cloud_:before {
        display: none;
    }

    .fundacion_ #slide_noticiasCOL {
        margin-bottom: 15%;
    }

    .categoria_ .box_ {
        width: 100%;
        float: none;
    }

    .banner_cont .title_ h1 {
        font-size: 34px;
        line-height: 32px;
    }

    .banner_cont .title_ h2 {
        font-size: 18px;
        line-height: 18px;
        max-width: 90%;
    }

    .cFilter_ .col-md-12 {
        float: none;
    }

    .cFilter_ .Itemp_ {
        position: relative !important;
        width: 90%;
        top: auto !important;
        left: auto !important;
        margin: 0 auto;
    }

    ._single .sliderPort .slider_ {
        width: 100%;
        max-width: 100%;
    }

    ._single .sliderPort .desc_.modColor_ {
        width: 100%;
    }

    .porf_:after, .porf_:before,
    .errorBG_:after, .errorBG_:before{
        display: none;
    }

    .itemn_ .photo {
        background-size: cover;}

        .itemn_ .met_{
            width: 80%;}
        .itemn_ .photo{
            width: 90%;}
        .itemn_ a:after{
            width: 100%;}
        .itemn_ .met_ span{
            display: none; }

    .itemf_ {
        width: 100%;
        float: none;}

    .title_not {
        width: 100%;}
    .title_not h1, .title_not h2{
        font-size: 26px;
        line-height: 25px;
        letter-spacing: -1px; }

    .widgetArea .widgetBox_ {
        margin: 10px 0px;
        width: 100%;
        float: none;
        display: inline-block;}
    .cFilter_ .card_ .element-item {
        width: 100%;
        float: none}

    .portdes .grid_filter .element-item {
        width: 100%;
        float: none;}
    .Itemp_ .photoMin_ {
        background-position: 0px center;  }

    .Itemp_ a:hover .photoMin_ {
        background-position: -10px center }

    .info_ .card .card-content {
        padding: 10px 0px;}

    .main-wrap ._simuladores .info_.cFilter_ {
        margin-top: -30px;}

} 

@media (max-width: 480px) {
    /*.navbar-default .navbar-brand{background: yellow;}*/

    .indic_ {
        display: none;
    }

    .wave {
        background-size: contain;
    }

    .navbar-default .navbar-brand {
        max-width: 120px;
    }

    .slick-caption {
        width: 100%;
    }

    .menudes {
        width: 100%;
    }

    .slide_noticias {
        width: 100%;
    }

    .enlaces_home.side_left {
        width: 100%;
    }

    footer .col-md-9 .col-md-3 {
        width: 100%;
        float: none;
    }

    .info_foot i {
        top: 0;
    }

    .categoria_ {
        width: 100%;
    }

    .cd-form {
        width: 100%;
        padding: 5px 10px;
    }

    .cFilter_ .filters-button-group {
        padding: 0
    }

    .cFilter_ .button {
        padding: 10px 10px
    }

    .noticias_ .min_ {
        min-height: 150px;
    }

    .down_form .tittle_ a {
        padding: 20px 20px 20px 20px;
    }

        .down_form .tittle_ a span {
            width: 60px;
            height: 60px;
            position: relative;
            left: 0;
        }

            .down_form .tittle_ a span .icon_hidd {
                line-height: 60px;
                width: 60px;
                height: 60px;
                font-size: 22px;
            }

            .down_form .tittle_ a span i {
                line-height: 25px;
                width: 25px;
                height: 25px
            }

    .widgetBox_ {
        width: 100%;
    }

    .noticias_ .head_ p {
        height: auto;
    }

    .accordion_ .tittle_ a {
        padding: 20px;
    }

        .accordion_ .tittle_ a span {
            width: 60px;
            height: 60px;
            position: relative;
            left: 0;
            float: left;
        }

    .Contenidos_ .accordion_ .tittle_ a h3 {
        clear: both;
        display: block;
        padding-top: 12px;
    }

    .Contenidos_ .accordion_ .tittle_ a .date_panel h3 {
        font-size: 35px;
        margin: 24px 0px 0px;
        padding-top: 0px;
    }

    .accordion_ .tittle_ a span i {
        width: 25px;
        height: 25px;
        line-height: 26px;
    }

    .panel-default > .panel-heading {
        padding: 0
    }

    .accordion_ .panel-group .panel-heading + .panel-collapse > .panel-body {
        padding: 20px 0px;
    }

    .info_cards .card_ {
        padding: 0
    }

    .cServicios_ .card_ aside {
        padding: 0px 0px 10px 0px;
    }

    .date_post {
        display: none;
    }

    .sliderPort .slider_ {
        width: 260px;
    }

    .links_home li {
        width: 100%;
        float: none;
    }

    .itemf_ {
        width: 90%;
        float: none;
        margin: 0 auto;
        display: block;
    }

    .Contenidos_ .cd-form {
        width: 100%;
        padding: 5px 0px;
    }

    .banner_cont .title_ h1 {
        font-size: 28px;
        line-height: 26px
    }

    .Contenidos_ .accordion_ .tittle_ a .date_panel h3 {
        font-size: 24px;
        line-height: 7px;
    }

    .cFilter_ .col-md-12 {
        padding: 0;
    }

    .Itemp_ {
        height: 320px;
    }

        .Itemp_ .title_back h1 {
            font-size: 28px;
            line-height: 22px;
        }

    .Itemp_ {
        height: auto;}

        .Itemp_ li{    
            height: 190px;}
        .Itemp_ .title_back p{
            display: none }
        .Itemp_ .title_back h1 {
            font-size: 20px;
            line-height: 19px;}

    .title_not h1:after{
        display: none}

    .slide_noticias{
        padding: 0px 0px;}

    .slideRedhome_ {
        padding: 20px 10px;}

    .slideEnlaces_ {
        width: 100%;}

    ._single .red_home .title_not p{
        font-size: 20px;
        line-height: 19px;
        max-width: 100%;}

    .break_{
        display: none; }

    .ahorro_sim div{
        padding: 0px;
        margin: 0; }

    .main-wrap .card .card-header{
        margin:0px;
        padding: 20px;}

    .main-wrap .card .card-header .icon_card{
        display: none; }

    .main-wrap .card .card-header .category{
        font-size: 15px; }
    

} /**/ 
 
