.cuerpo--fixed {
    height: 100vh !important;
    overflow: hidden !important;
}

.stop-scrolling {
    height: 100vh !important;
    overflow: hidden !important;
}

#dnnMenu {
}

    #dnnMenu ul.topLevel {
        margin: 0;
    }

        #dnnMenu ul.topLevel li > a {
            text-align: left;
        }

        #dnnMenu ul.topLevel > li.dropdown {
            background-color: #d9d9d9;
            border-top: 0;
            float: none;
        }

            #dnnMenu ul.topLevel > li.dropdown > a {
                max-width: none;
            }

                #dnnMenu ul.topLevel > li.dropdown > a:hover {
                }

                #dnnMenu ul.topLevel > li.dropdown > a > span {
                    background-color: rgba(255, 255, 255, 0);
                    padding: 0;
                    color: #636466;
                    line-height: 45px;
                }

            #dnnMenu ul.topLevel > li.dropdown:nth-child(4) > a > span {
                line-height: 25px;
            }

            #dnnMenu ul.topLevel > li.dropdown.open:nth-child(1) > a > span {
                color: #D52B1E;
            }

            #dnnMenu ul.topLevel > li.dropdown.open:nth-child(2) > a > span {
                color: #804000;
            }

            #dnnMenu ul.topLevel > li.dropdown.open:nth-child(3) > a > span {
                color: #2db300;
            }

            #dnnMenu ul.topLevel > li.dropdown.open:nth-child(4) > a > span {
                color: #3399ff;
            }

            #dnnMenu ul.topLevel > li.dropdown.open:nth-child(5) > a > span {
                color: #990099;
            }

            #dnnMenu ul.topLevel > li.dropdown.open:nth-child(6) > a > span {
                color: #D52B1E;
            }

            #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu {
            }

                #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li {
                    background: #d9d9d9;
                    border: 0;
                }

                    #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li > a {
                        background-color: #d9d9d9;
                        padding-left: 50px;
                    }

                        #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li > a span {
                            color: #636466;
                            line-height: 30px;
                        }

    #dnnMenu ul.navbar-nav.sm-collapsible .caret:before {
        content: '\25bc';
        font-size: 25px;
        font-family: "Arial Unicode MS";
    }

    #dnnMenu ul.navbar-nav.sm-collapsible .open > a > .caret:before {
        content: '\25b2';
        font-size: 25px;
        font-family: "Arial Unicode MS";
    }

#M_PI_LOGO {
    width: 100%;
    float: left;
    background-color: #D52B1E;
    height: 90px;
    display: block;
    text-align: center;
}

    #M_PI_LOGO a {
        display: block;
        width: 100%;
        line-height: 90px;
    }

        #M_PI_LOGO a img#dnn_dnnLOGO_imgLogo {
            height: 64px;
        }

.SocialNet_JT_content {
    width: 100%;
}

    .SocialNet_JT_content .content-icons {
        background-color: #d9d9d9;
        line-height: 60px;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

        .SocialNet_JT_content .content-icons .icons-item {
            display: inline-block;
            margin: 0 9px;
        }

            .SocialNet_JT_content .content-icons .icons-item a {
            }

                .SocialNet_JT_content .content-icons .icons-item a img {
                }

    .SocialNet_JT_content .content-register {
        padding: 10px 0;
        padding-left: 40px;
        display: inline-block;
        width: 100%;
        padding-right: 20px !important;
    }

        .SocialNet_JT_content .content-register a {
            color: #939598;
            font-family: 'BreePeru-Light';
            text-decoration: none;
            font-size: 13px;
            top: 2px;
        }

.Footer_JT_content {
    background-color: #f1f2f2;
    box-sizing: border-box;
    padding: 10px 0;
}

    .Footer_JT_content .content-item {
        padding: 10px 0;
        text-align: center;
    }

        .Footer_JT_content .content-item img {
        }

.M_PI_SEARCH {
    width: 50%;
    float: left;
}

    .M_PI_SEARCH .content {
    }

    .M_PI_SEARCH .content-search {
        font-size: 20px;
        line-height: 50px;
        padding-left: 15px;
    }

        .M_PI_SEARCH .content-search:hover {
            cursor: pointer;
        }

        .M_PI_SEARCH .content-search i {
            color: #939598;
            padding: 5px;
        }

    .M_PI_SEARCH .content-pane {
    }

    .M_PI_SEARCH .content-drill {
        background-color: #FFF;
        width: 0;
        margin: 15vh auto 0vh auto;
        z-index: 99999;
        top: 0;
        left: 0;
        height: auto;
        overflow: hidden;
        moz-transition: width .5s ease;
        o-transition: width .5s ease;
        transition: width .5s ease;
        webkit-transition: width .5s ease;
    }

        .M_PI_SEARCH .content-drill .drill-search {
            width: 100%;
            float: left; /*height:56px;text-align:center;padding:0 15px;*/
        }

            .M_PI_SEARCH .content-drill .drill-search .search-triangle {
                width: 10%;
                float: left;
                text-align: left;
            }

                .M_PI_SEARCH .content-drill .drill-search .search-triangle i {
                    font-size: 16px;
                    padding: 5px;
                    margin-top: 16px;
                    color: #636466;
                }

            .M_PI_SEARCH .content-drill .drill-search .search-find {
                width: 10%;
                float: left;
                text-align: right;
            }

                .M_PI_SEARCH .content-drill .drill-search .search-find i {
                    font-size: 22px;
                    padding: 5px;
                    margin-top: 12px;
                    color: #939598;
                }

            .M_PI_SEARCH .content-drill .drill-search .search-consult {
                width: 70%;
                float: left;
            }

                .M_PI_SEARCH .content-drill .drill-search .search-consult input {
                    border: 0;
                    border-bottom: 1px #939598 solid;
                    width: 95%;
                    background-color: rgba(255, 255, 255, 0);
                    margin-top: 10px;
                    padding: 5px;
                }

                    .M_PI_SEARCH .content-drill .drill-search .search-consult input:focus {
                        outline: 0px;
                    }

            .M_PI_SEARCH .content-drill .drill-search .search-close {
                width: 10%;
                float: left;
                text-align: right;
            }

                .M_PI_SEARCH .content-drill .drill-search .search-close i {
                    font-size: 24px;
                    padding: 5px;
                    margin-top: 7px;
                    color: #636466;
                    vertical-align: top;
                }

                .M_PI_SEARCH .content-drill .drill-search .search-close img {
                    margin-top: 10px;
                    display: none;
                    vertical-align: top;
                }

                .M_PI_SEARCH .content-drill .drill-search .search-close i:hover {
                    cursor: pointer;
                }

        .M_PI_SEARCH .content-drill .drill-box {
            width: 100%;
            float: left;
            padding: 65px 0 25px 0;
        }

            .M_PI_SEARCH .content-drill .drill-box .box-results { 
                float: left;
            }

                .M_PI_SEARCH .content-drill .drill-box .box-results .results-title {
                    font-family: BreePeru_Bold;
                    font-size: 25px;
                    color: #c4c4c4;
                    margin-bottom: 10px;
                }

                    .M_PI_SEARCH .content-drill .drill-box .box-results .results-title b {
                    }

                .M_PI_SEARCH .content-drill .drill-box .box-results .results-body {
                }

                    .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item {
                    }

                        .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item a {
                            font-family: BreePeru-Light;
                            font-size: 15px;
                            color: #c4c4c4;
                            padding: 5px 0;
                            margin-bottom: 10px;
                            display: block;
                            line-height: 20px;
                        }

                            .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item a:link {
                                text-decoration: none;
                            }

                            .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item a span {
                            }

                        .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item:nth-child(1) a span {
                            color: #ee1c24;
                        }

                        .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item:nth-child(2) a span {
                            color: #a04e2d;
                        }

                        .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item:nth-child(3) a span {
                            color: #3399ff;
                        }

            .M_PI_SEARCH .content-drill .drill-box .box-consultations { 
                float: left;
            }

                .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-title {
                    font-family: BreePeru_Bold;
                    font-size: 25px;
                    color: #c4c4c4;
                    margin: 10px 0;
                }

                    .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-title b {
                    }

                .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body {
                }

                    .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item {
                    }

                        .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item a {
                            background-color: #e4a4a4;
                            border-radius: 12px;
                            padding: 5px 10px !important;
                            font-family: BreePeru-Light;
                            font-size: 14px;
                            color: #fff;
                            margin-bottom: 10px;
                            line-height: 1.5;
                        }

                            .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item a:link {
                                text-decoration: none;
                            }

                            .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item a span {
                                font-family: BreePeru-Regular;
                            }

    .M_PI_SEARCH.M_PI_SEARCH--show .content-drill {
        width: 100%;
    }

#menuPrincipal {
}

#cuerpoPrincipal {
    width: 100%;
    float: left;
}

.menu-expandible {
    width: 0;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #d9d9d9;
    moz-transition: width .5s ease;
    o-transition: width .5s ease;
    transition: width .5s ease;
    webkit-transition: width .5s ease;
}

.menu-expandible--fijo {
    width: 100%;
}

.menu-expandible .expandible-close {
    background-color: #d9d9d9;
    color: #636466;
    font-size: 22px;
    width: 100%;
    text-align: right;
    line-height: 50px;
    padding-right: 15px;
}

    .menu-expandible .expandible-close i {
    }

.Idioma {
    padding: 10px 0;
    padding-left: 40px;
    width: 100%;
    float: left;
    background-color: #FFF;
}

    .Idioma a {
        color: #939598;
    }

#dnn_M_Idioma {
    width: 100%;
    float: left;
    background-color: #FFF;
}

.llogin {
    margin: 0;
    background: #FFF;
    width: 100%;
    float: left;
}

    .llogin a {
        float: left;
        padding: 10px 0;
        padding-left: 40px;
        width: 100%;
        color: #939598;
        text-decoration: none;
    }

.menu-boton {
    width: 50%;
    float: left;
    font-size: 20px;
    line-height: 50px;
    text-align: right;
    padding-right: 15px;
}

    .menu-boton i {
        color: #939598;
        padding: 5px;
    }


    .box_m_caja1{
        width: 80%; float: left;border-right: 1px solid; padding-right: 10px;
    }
    .box_m_caja2{
        display: inline-block;padding-left: 20px;width: 20%;
    }
/*Inicio estilos tableta menu*/
@media (max-width:480px){
    .M_PI_SEARCH .content-drill .gen_noticias { 
        height: 78vh !important;
    }
    #buscador_lista2 a {
        width: 100%; 
    }
    .box_m_caja2 .box-results {
        width: 100% !important; 
    }
    .box_m_caja2 .box-consultations {
        width: 100% !important; 
    }
    #resultados_buscador { 
        height: 80vh !important;
    }
    .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item{
        line-height: 40px;
    }
    /* .menu-boton, .M_PI_SEARCH {
        height: 55px;
        line-height: 40px;
    } */
}
@media (max-width:991px){
    .M_PI_SEARCH .content-drill .drill-search .search-triangle,.M_PI_SEARCH .content-drill .drill-search .search-find {
        display: none;
    }
    .M_PI_SEARCH .content-pane {
        position: absolute;
        z-index: 999999;
        top: 55px;
    }
    .M_PI_SEARCH .content-drill {
        height: auto; 
        margin: -1px auto 0vh auto; 
    }
    .M_PI_SEARCH .content-drill .drill-search {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    } 
    .M_PI_SEARCH .content-drill .gen_noticias { 
        padding: 0 15px;
        padding-top: 6vw;
        overflow: auto;
        height: 90vh;
    }
    .M_PI_SEARCH .content-drill .drill-search .search-consult input {
        font-size: 20px;
        color: #c4c4c4;
    }
    #resultados_buscador {
        display: none;
        padding: 0 15px;
        padding-top: 6vw;
        overflow: auto;
        height: 90vh; 
    }
    .box_m_caja1 {
        width: 100%;
        float: left;
        border-right: 0;
        padding-right: 0;
    }

    .box_m_caja2 {
        display: inline-block;
        padding-left: 0;
        width: 100%;
    }
    .box_m_caja2 .box-results {
        width: 50%;
        float: left;
    }
    .box_m_caja2 .box-consultations {
        width: 50%;
        float: left;
    }
    .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item a {
        font-family: BreePeru-Light;
        font-size: 15px;
        color: #c4c4c4;
        padding: 5px 0;
        margin-bottom: 10px;
        display: block;
        line-height: 15px;
    }
    .M_PI_SEARCH .content-drill {
        height: 0;
    }
    .M_PI_SEARCH.M_PI_SEARCH--show .content-drill {
        width: 100%;
        height: 100vh;
    }
    .M_PI_SEARCH .content-drill { 
        moz-transition: height .5s ease;
        o-transition: height .5s ease;
        transition: height .5s ease;
        webkit-transition: height .5s ease;

        moz-transition: width 0s ease;
        o-transition: width 0s ease;
        transition: width 0s ease;
        webkit-transition: width 0s ease;
    }
}

@media (min-width:992px){
    .M_PI_SEARCH .content-drill { 
        margin: 15vh auto 0vh auto; 
    }
    .M_PI_SEARCH .content-drill .drill-box .box-results {
        width: 100%;
        float: left;
    }
    .M_PI_SEARCH .content-drill .drill-box .box-consultations {
        width: 100%;
        float: left;
    }
    .M_PI_SEARCH .content-drill { 
        moz-transition: height 0s ease !important;
        o-transition: height 0s ease !important;
        transition: height 0s ease !important;
        webkit-transition: height 0s ease !important;

        moz-transition: width 0s ease !important;
        o-transition: width 0s ease !important;
        transition: width 0s ease !important;
        webkit-transition: width 0s ease !important;
    } 
}
/*Fin estilos tableta menu*/

@media (min-width:768px) {
    #dnnMenu {
    }

        #dnnMenu ul.topLevel {
            padding: 0;
        }

            #dnnMenu ul.topLevel > li.dropdown {
            }

                #dnnMenu ul.topLevel > li.dropdown > a {
                }

                    #dnnMenu ul.topLevel > li.dropdown > a:hover {
                    }

                    #dnnMenu ul.topLevel > li.dropdown > a > span {
                    }

                #dnnMenu ul.topLevel > li.dropdown:nth-child(4) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(1) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(2) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(3) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(4) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(5) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(6) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu {
                    background-clip: inherit;
                    background-color: rgba(255, 255, 255, 0);
                    border: 0;
                    border-radius: 0;
                    box-shadow: none;
                    display: none;
                    float: none;
                    margin: 0 0;
                    position: static;
                    webkit-box-shadow: none;
                }

                    #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li {
                    }

                        #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li > a {
                        }

                            #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li > a span {
                            }

        #dnnMenu ul.navbar-nav.sm-collapsible .caret:before {
        }

        #dnnMenu ul.navbar-nav.sm-collapsible .open > a > .caret:before {
        }
}

@media (min-width:768px) {
    #M_PI_LOGO {
    }

        #M_PI_LOGO a {
        }

            #M_PI_LOGO a img#dnn_dnnLOGO_imgLogo {
            }
}

@media (min-width:768px) {
    .SocialNet_JT_content {
    }

        .SocialNet_JT_content .content-icons {
        }

            .SocialNet_JT_content .content-icons .icons-item {
            }

                .SocialNet_JT_content .content-icons .icons-item a {
                }

                    .SocialNet_JT_content .content-icons .icons-item a img {
                    }

        .SocialNet_JT_content .content-register {
        }

            .SocialNet_JT_content .content-register a {
            }
}

@media (min-width:768px) {
    .Footer_JT_content {
        background-color: #FFF !important;
        text-align: center;
    }

        .Footer_JT_content .content-item {
            display: inline-block;
            width: 32.33333%;
        }

            .Footer_JT_content .content-item img {
            }
}

@media (min-width:768px) {
    .M_PI_SEARCH {
    }

        .M_PI_SEARCH .content {
        }

        .M_PI_SEARCH .content-search {
        }

            .M_PI_SEARCH .content-search i {
            }

        .M_PI_SEARCH .content-pane {
        } 

            .M_PI_SEARCH .content-drill .drill-search {
            }

                .M_PI_SEARCH .content-drill .drill-search .search-triangle {
                    width: 5%;
                }

                    .M_PI_SEARCH .content-drill .drill-search .search-triangle i {
                    }

                .M_PI_SEARCH .content-drill .drill-search .search-find {
                    width: 5%;
                }

                    .M_PI_SEARCH .content-drill .drill-search .search-find i {
                    }

                .M_PI_SEARCH .content-drill .drill-search .search-consult {
                    width: 85%;
                }

                    .M_PI_SEARCH .content-drill .drill-search .search-consult input {
                    }

                .M_PI_SEARCH .content-drill .drill-search .search-close {
                    width: 5%;
                }

                    .M_PI_SEARCH .content-drill .drill-search .search-close i {
                    }

            .M_PI_SEARCH .content-drill .drill-box {
            }

                .M_PI_SEARCH .content-drill .drill-box .box-results {
                }

                    .M_PI_SEARCH .content-drill .drill-box .box-results .results-title {
                    }

                        .M_PI_SEARCH .content-drill .drill-box .box-results .results-title b {
                        }

                    .M_PI_SEARCH .content-drill .drill-box .box-results .results-body {
                    }

                        .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item {
                        }

                            .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item a {
                            }

                                .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item a:link {
                                }

                                .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item a span {
                                }

                            .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item:nth-child(1) a span {
                            }

                            .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item:nth-child(2) a span {
                            }

                            .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item:nth-child(3) a span {
                            }

                .M_PI_SEARCH .content-drill .drill-box .box-consultations {
                }

                    .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-title {
                    }

                        .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-title b {
                        }

                    .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body {
                    }

                        .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item {
                        }

                            .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item a {
                            }

                                .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item a:link {
                                }

                                .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item a span {
                                }
}

@media (min-width:768px) {
    #menuPrincipal {
    }

    #cuerpoPrincipal {
    }

    .menu-expandible {
    }

    .menu-expandible--fijo {
        width: 50%;
    }

    .menu-expandible .expandible-close {
    }

        .menu-expandible .expandible-close i {
        }

    .Idioma {
    }

        .Idioma a {
        }

    #dnn_M_Idioma {
    }

    .llogin {
    }

        .llogin a {
        }

    .menu-boton {
    }

        .menu-boton i {
        }
}

@media (min-width:768px) {
    #dnnMenu2 {
    }

        #dnnMenu2 ul {
            display: table;
            text-align: center;
            width: 100%;
        }

            #dnnMenu2 ul li {
                display: table-row;
            }

            #dnnMenu2 ul.subLevel {
                display: none;
            }

    .navbar-nav2 > :nth-of-type(4) > a {
        display: inline-block;
        width: 225px;
    }
}

@media (min-width:992px) {
    #dnnMenu {
    }

        #dnnMenu ul.topLevel {
            position: fixed;
            top: 5vh;
            left: 15%;
            width: 75%;
        }

            #dnnMenu ul.topLevel > li.dropdown {
                float: left;
                background-color: #e6e7e8;
                width: calc((100% - 230px)/5);
            }

                #dnnMenu ul.topLevel > li.dropdown:hover {
                }

                #dnnMenu ul.topLevel > li.dropdown:nth-child(2) {
                    width: 230px !important;
                }

                #dnnMenu ul.topLevel > li.dropdown > a {
                    padding: 0;
                    height: 7vh;
                    text-align: center;
                }

                    #dnnMenu ul.topLevel > li.dropdown > a:hover {
                        background-color: #e6e7e8;
                    }

                    #dnnMenu ul.topLevel > li.dropdown > a > span {
                        line-height: 7vh;
                    }

                #dnnMenu ul.topLevel > li.dropdown:nth-child(1) > a:hover > span {
                    color: #D52B1E !important;
                }

                #dnnMenu ul.topLevel > li.dropdown:nth-child(2) > a:hover > span {
                    color: #7ab800 !important;
                }

                #dnnMenu ul.topLevel > li.dropdown:nth-child(3) > a:hover > span {
                    color: #0079C1 !important;
                }

                #dnnMenu ul.topLevel > li.dropdown:nth-child(4) > a:hover > span {
                    color: #6e3219 !important;
                }

                #dnnMenu ul.topLevel > li.dropdown:nth-child(5) > a:hover > span {
                    color: #7d0063 !important;
                }

                #dnnMenu ul.topLevel > li.dropdown:nth-child(6) > a:hover > span {
                    color: #D52B1E !important;
                }

                #dnnMenu ul.topLevel > li.dropdown:nth-child(4) > a > span {
                    line-height: 7vh;
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(1) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(2) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(3) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(4) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(5) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown.open:nth-child(6) > a > span {
                }

                #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu {
                    position: fixed !important;
                    z-index: 9999;
                }

    .menu_con_over {
        position: fixed !important;
        top: 11vh;
        display: table !important;
        left: 15% !important;
        width: 85% !important;
        z-index: 999999;
        line-height: 4vh;
        opacity: 0;
    }

    #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li {
        display: table-cell;
        width: 5%;
        vertical-align: middle;
        padding: 0 !important;
    }

        #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li > a {
            padding: 0;
            max-width: none;
            height: 2vh;
        }

            #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li > a span {
                line-height: 4vh;
                color: #FFF;
                width: 100%;
                text-align: center;
            }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(1) ul.dropdown-menu li > a span {
        background-color: #D52B1E !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(2) ul.dropdown-menu li > a span {
        background-color: #7ab800 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(3) ul.dropdown-menu li > a span {
        background-color: #0079C1 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(4) ul.dropdown-menu li > a span {
        background-color: #6e3219 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(5) ul.dropdown-menu li > a span {
        background-color: #7d0063 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(6) ul.dropdown-menu li > a span {
        background-color: #D52B1E !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(1) > ul.dropdown-menu > li:hover > a span {
        background-color: #c4181e !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(2) > ul.dropdown-menu > li:hover > a span {
        background-color: #6ba001 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(3) > ul.dropdown-menu > li:hover > a span {
        background-color: #02659e !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(4) > ul.dropdown-menu > li:hover > a span {
        background-color: #5a2812 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(5) > ul.dropdown-menu > li:hover > a span {
        background-color: #690153 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(6) > ul.dropdown-menu > li:hover > a span {
        background-color: #c4181e !important;
    }

    #dnnMenu ul.navbar-nav.sm-collapsible .caret:before {
    }

    #dnnMenu ul.navbar-nav.sm-collapsible .open > a > .caret:before {
    }
}

@media (min-width:992px) {
    #M_PI_LOGO {
        position: fixed;
        top: 0;
        left: 0;
        width: 15%;
        height: 15vh;
        z-index: 999999;
    }

        #M_PI_LOGO a {
            line-height: 15vh;
        }

            #M_PI_LOGO a img#dnn_dnnLOGO_imgLogo {
            }
}

@media (min-width:992px) {
    .SocialNet_JT_content {
    }

        .SocialNet_JT_content .content-icons {
            line-height: 5vh;
            width: auto;
            padding-right: 30px;
            background-color: rgba(255, 255, 255, 0);
        }

            .SocialNet_JT_content .content-icons .icons-item {
            }

                .SocialNet_JT_content .content-icons .icons-item a {
                }

                    .SocialNet_JT_content .content-icons .icons-item a img {
                    }

        .SocialNet_JT_content .content-register {
            padding: 0;
            width: auto;
        }

            .SocialNet_JT_content .content-register a {
                position: relative;
                padding-left: 10px;
            }

    .linea {
        padding-right: 10px;
    }
}

@media (min-width:992px) {
    .Footer_JT_content {
    }

        .Footer_JT_content .content-item:nth-child(1) {
            width: 20%;
            text-align: left;
        }

        .Footer_JT_content .content-item:nth-child(2) {
            width: 25%;
            text-align: left;
        }

        .Footer_JT_content .content-item:nth-child(3) {
            width: 15%;
            text-align: right;
        }

        .Footer_JT_content .content-item img {
        }
}

@media (min-width:992px) {
    .M_PI_SEARCH {
        width: 10%;
        height: 7vh;
        position: fixed;
        top: 5vh;
        right: 0;
        background-color: #e6e7e8;
        z-index: 99999;
    }

        .M_PI_SEARCH .content {
        }

        .M_PI_SEARCH .content-search {
            text-align: center;
            padding: 0;
            line-height: 7vh;
            width: 50%;
        }

            .M_PI_SEARCH .content-search i {
                line-height: 7vh;
                padding: 0 10px;
                padding-bottom: 2px;
            }

        .M_PI_SEARCH .content-pane {
            width: 100%;
            height: 0;
            background-color: #FFF;
            position: fixed;
            top: 10vh;
            right: 0%;
            moz-transition: height .5s ease;
            o-transition: height .5s ease;
            transition: height .5s ease;
            webkit-transition: height .5s ease;
        }

    #menuPrincipal.menuFijado .M_PI_SEARCH .content-pane {
        top: 10vh;
    }

    #menuPrincipal.menuFijado .M_PI_SEARCH .content-drill {
        top: 13vh;
    }

    .M_PI_SEARCH .content-drill {
        top: 15vh;
        left: inherit;
        right: 10%;
        width: 70%;
        height: 0;
        moz-transition: height .5s ease;
        o-transition: height .5s ease;
        transition: height .5s ease;
        webkit-transition: height .5s ease;
    }

        .M_PI_SEARCH .content-drill .drill-search {
            height: 45px;
            border-bottom: 2px solid #c4c4c4
        }

            .M_PI_SEARCH .content-drill .drill-search .search-triangle {
                display: none;
            }

                .M_PI_SEARCH .content-drill .drill-search .search-triangle i {
                }

            .M_PI_SEARCH .content-drill .drill-search .search-find {
                display: none;
            }

                .M_PI_SEARCH .content-drill .drill-search .search-find i {
                }

            .M_PI_SEARCH .content-drill .drill-search .search-consult {
                width: 95%;
                height: 45px;
            }

                .M_PI_SEARCH .content-drill .drill-search .search-consult input {
                    border: 0;
                    font-size: 45px;
                    color: #c4c4c4;
                }

            .M_PI_SEARCH .content-drill .drill-search .search-close {
                height: 45px;
            }

                .M_PI_SEARCH .content-drill .drill-search .search-close i {
                }

        .M_PI_SEARCH .content-drill .drill-box {
        }

            .M_PI_SEARCH .content-drill .drill-box .box-results {
            }

                .M_PI_SEARCH .content-drill .drill-box .box-results .results-title {
                    height: 19px;
                    line-height: 19px;
                }

                    .M_PI_SEARCH .content-drill .drill-box .box-results .results-title b {
                    }

                .M_PI_SEARCH .content-drill .drill-box .box-results .results-body {
                }

                    .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item {
                        height: 20px;
                        margin-bottom: 10px;
                    }

                        .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item a {
                            padding: 0;
                            margin: 0;
                        }

                            .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item a:link {
                            }

                            .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item a span {
                            }

                        .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item:nth-child(1) a span {
                        }

                        .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item:nth-child(2) a span {
                        }

                        .M_PI_SEARCH .content-drill .drill-box .box-results .results-body .body-item:nth-child(3) a span {
                        }

            .M_PI_SEARCH .content-drill .drill-box .box-consultations {
            }

                .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-title {
                    height: 19px;
                    line-height: 19px;
                }

                    .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-title b {
                    }

                .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body {
                }

                    .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item {
                    }

                        .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item a {
                            padding: 0;
                            margin: 0;
                            height: 29px;
                            line-height: 29px;
                        }

                            .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item a:link {
                            }

                            .M_PI_SEARCH .content-drill .drill-box .box-consultations .consultations-body .body-item a span {
                            }

    #resultados_buscador {
        display: none;
    }

    .bg-marca-peru {
        color: rgb(213, 43, 30) !important;
    }

    .bg-cocina {
        color: rgb(110, 50, 25) !important;
    }

    .bg-turismo {
        color: rgb(0, 121, 193) !important;
    }

    .bg-medio-ambiente {
        color: rgb(122, 184, 0) !important;
    }

    .bg-negocios {
        color: rgb(125, 0, 99) !important;
    }

    .M_PI_SEARCH.M_PI_SEARCH--show-md .content-search {
        background-color: #636466;
    }

        .M_PI_SEARCH.M_PI_SEARCH--show-md .content-search i {
            color: #FFF;
        }

    .M_PI_SEARCH.M_PI_SEARCH--show-md .content-pane {
        height: 96px;
    }

    .M_PI_SEARCH.M_PI_SEARCH--show-md .content-drill {
        height: 100%;
    }
}

@media (min-width:992px) {
    #menuPrincipal {
        position: fixed;
        top: 0;
        z-index: 200;
        width: 100%;
        float: left;
        height: 12vh;
        background-color: #FFF;
    }

    #cuerpoPrincipal {
    }

    .menu-expandible {
        width: auto;
        height: 4vh;
        float: right;
        overflow: visible;
    }

    .menu-expandible--fijo {
    }

    .menu-expandible .expandible-close {
    }

        .menu-expandible .expandible-close i {
        }

    .redes-sociales {
    }

    .Idioma {
        width: auto;
        padding: 0;
        padding-right: 18px;
        line-height: 4.5vh;
    }

        .Idioma a {
            font-size: 14px;
        }

    #dnn_M_Idioma {
        width: auto;
    }

    .llogin {
        width: auto;
        height: 5vh;
        line-height: 4.5vh;
    }

        .llogin a {
            width: auto;
            padding: 0;
            padding-right: 10px;
            float: none;
            line-height: 1vh;
        }

    .menu-boton {
        display: none;
    }

        .menu-boton i {
        }
}

@media (min-width:992px) {
    #dnnMenu2 {
    }

        #dnnMenu2 ul {
            display: inline-flex;
            display: -ms-inline-flexbox;
            display: -webkit-inline-flex;
        }

            #dnnMenu2 ul li {
                display: block;
                width: 100%;
            }

            #dnnMenu2 ul.subLevel {
                display: inline-block;
            }

    .navbar-nav2 > :nth-of-type(4) > a {
        line-height: 1;
    }
}

@media (min-width:992px) {
    #dnnMenu .dropdown.selected:after, #dnnMenu .dropdown:hover:after {
        position: absolute;
        left: 45%;
        bottom: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(241, 241, 241, 0);
        border-bottom-color: #bababa;
        border-width: 10px;
    }

    #dnnMenu .dropdown:nth-child(1).selected:after, #dnnMenu .dropdown:nth-child(1):hover:after {
        border-bottom-color: #D52B1E;
        display: none;
    }

    #dnnMenu .dropdown:nth-child(2).selected:after, #dnnMenu .dropdown:nth-child(2):hover:after {
        border-bottom-color: #6e3219;
        display: none;
    }

    #dnnMenu .dropdown:nth-child(3).selected:after, #dnnMenu .dropdown:nth-child(3):hover:after {
        border-bottom-color: #7ab800;
        display: none;
    }

    #dnnMenu .dropdown:nth-child(4).selected:after, #dnnMenu .dropdown:nth-child(4):hover:after {
        border-bottom-color: #0079C1;
        display: none;
    }

    #dnnMenu .dropdown:nth-child(5).selected:after, #dnnMenu .dropdown:nth-child(5):hover:after {
        border-bottom-color: #7d0063;
        display: none;
    }

    #dnnMenu .dropdown:nth-child(6).selected:after, #dnnMenu .dropdown:nth-child(6):hover:after {
        border-bottom-color: #D52B1E;
        display: none;
    }
}

@media (min-width:992px) {
    .fp-tableCell {
        padding-top: 0;
    }

    #sectionSlider .fp-tableCell {
        padding-top: 0;
    }

    ::-webkit-scrollbar {
        display: none !important;
    }

    #sectionFooter {
        height: auto !important;
        margin-top: -1px;
    }

        #sectionFooter .fp-tableCell {
            height: auto !important;
            padding-top: 0;
        }
}

@media (min-width:992px) {
    #menuPrincipal.menuFijado {
        height: 10vh !important;
    }

        #menuPrincipal.menuFijado #M_PI_LOGO {
            height: 10vh !important;
            line-height: 10vh !important;
        }

            #menuPrincipal.menuFijado #M_PI_LOGO a {
                height: 10vh !important;
                line-height: 10vh !important;
            }

        #menuPrincipal.menuFijado #dnnMenu ul.topLevel > li.dropdown > a {
            height: 5vh !important;
            line-height: 5vh !important;
        }

        #menuPrincipal.menuFijado #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li > a span {
            height: 4vh !important;
            line-height: 4vh !important;
        }

        #menuPrincipal.menuFijado #dnnMenu ul.topLevel > li.dropdown > a > span:nth-child(1) {
            height: 4vh !important;
            line-height: 5vh !important;
        }

    .menuFijado .M_PI_SEARCH {
        height: 5vh !important;
        line-height: 5vh !important;
    }

    #menuPrincipal.menuFijado .M_PI_SEARCH .content-search {
        height: 5vh !important;
        line-height: 5vh !important;
    }

        #menuPrincipal.menuFijado .M_PI_SEARCH .content-search i {
            height: 5vh !important;
            line-height: 5vh !important;
        }

    #menuPrincipal.menuFijado #dnnMenu ul.topLevel > li.dropdown:hover > ul.dropdown-menu {
        position: fixed !important;
        top: 6vh;
        display: table !important;
        left: 15% !important;
        width: 85% !important;
        z-index: 999999;
        line-height: 4vh;
    }

    #menuPrincipal.menuFijado #dnnMenu ul.topLevel:hover {
        z-index: 999999 !important;
    }

        #menuPrincipal.menuFijado #dnnMenu ul.topLevel:hover > li.dropdown > a {
        }

    #menuPrincipal.menuFijado .M_PI_SEARCH.HL6--fijado .content-search i {
        height: 6vh !important;
        line-height: 6vh !important;
    }

    #menuPrincipal.menuFijado #M_PI_LOGO a img#dnn_dnnLOGO_imgLogo {
        height: 6vh;
    }

    .HL6--fijado {
        height: 6vh !important;
        line-height: 6vh !important;
    }
}

@media (min-width:992px) {
    #fp-nav ul li a.active span,
    .fp-slidesNav ul li a.active span,
    #fp-nav ul li:hover a.active span,
    .fp-slidesNav ul li:hover a.active span {
        height: 14px !important;
        width: 14px !important;
        border-radius: 100% !important;
        background-color: #96989b !important;
    }

    #fp-nav ul li a span,
    .fp-slidesNav ul li a span {
        border-radius: 100% !important;
        position: absolute !important;
        z-index: 1 !important;
        background: rgba(255, 255, 255, 0) !important;
        border: 2px #96989b solid !important;
        width: 14px !important;
        height: 14px !important;
        margin: 0 -8px !important;
        left: 50% !important;
        top: 50% !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
        width: 14px !important;
        height: 14px !important;
        margin: 0 -8px !important;
    }

    #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
        margin: 0 -8px !important;
    }

    #fp-nav.right {
        right: 1% !important;
    }

    #fp-nav ul li, .fp-slidesNav ul li {
        margin: 7px !important;
    }

    .fp-tableCell {
        display: block;
    }
}

.Idioma .btn-link, .llogin .btn-link {
    text-decoration: none;
    font-family: 'BreePeru-Light';
}

.SocialNet_JT_content i.fa {
    vertical-align: middle;
}

.SocialNet_JT_content .icons-item a:hover i.fa {
    color: #000;
}

span#txt_login {
    font-family: 'BreePeru-Regular';
}

span.idi_separador {
    font-family: arial;
    color: #939598;
}

.Idioma .btn-link > span {
    font-family: 'BreePeru-Regular';
}

@media (min-width:1400px) {
    .menu_con_over {
        position: fixed !important;
        top: 11.1vh;
        display: table !important;
        left: 15% !important;
        width: 85% !important;
        z-index: 999999;
        line-height: 4vh;
        opacity: 0;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(1) ul.dropdown-menu li > a span {
        background-color: #D52B1E !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(2) ul.dropdown-menu li > a span {
        background-color: #7ab800 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(3) ul.dropdown-menu li > a span {
        background-color: #0079C1 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(4) ul.dropdown-menu li > a span {
        background-color: #6e3219 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(5) ul.dropdown-menu li > a span {
        background-color: #7d0063 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(6) ul.dropdown-menu li > a span {
        background-color: #D52B1E !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(1) > ul.dropdown-menu > li:hover > a span {
        background-color: #c4181e !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(2) > ul.dropdown-menu > li:hover > a span {
        background-color: #6ba001 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(3) > ul.dropdown-menu > li:hover > a span {
        background-color: #02659e !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(4) > ul.dropdown-menu > li:hover > a span {
        background-color: #5a2812 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(5) > ul.dropdown-menu > li:hover > a span {
        background-color: #690153 !important;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(6) > ul.dropdown-menu > li:hover > a span {
        background-color: #c4181e !important;
    }

    #dnnMenu ul.topLevel > li.dropdown.active > ul.dropdown-menu {
        position: fixed !important;
        top: 11.1vh;
        display: table !important;
        left: 15% !important;
        width: 85% !important;
        z-index: 999;
        line-height: 4vh;
    }

    #menuPrincipal.menuFijado .M_PI_SEARCH .content-drill .drill-search .search-consult input {
        position: relative;
        bottom: 15px;
        height: 45px;
    }

    #menuPrincipal.menuFijado .M_PI_SEARCH .content-drill .drill-search .search-close img {
        margin-bottom: 20px;
    }
}

.menuFijado .menu_con_over {
    top: 6vh !important;
}

.menuFijado.menu_fijado_2 #dnnMenu ul.topLevel {
    top: 0 !important;
    z-index: 999999;
}

    .menuFijado.menu_fijado_2 #dnnMenu ul.topLevel .dropdown {
        height: 6vh;
        line-height: 6vh;
    }

    .menuFijado.menu_fijado_2 #dnnMenu ul.topLevel > li.dropdown > a > span:nth-child(1) {
        line-height: 7vh !important;
    }

.menuFijado.menu_fijado_2 .M_PI_SEARCH {
    top: 0;
    z-index: 9999 !important;
    height: 6vh !important;
    line-height: 6vh !important;
}

.caret_up {
}

@media (min-width:1000px) {
    #M_PI_LOGO a {
        line-height: 100px;
    }

    #M_PI_LOGO {
        height: 100px;
    }

    #menuPrincipal {
        height: 75px;
    }

    #dnnMenu ul.topLevel {
        top: 30px;
        height: 45px;
    }

        #dnnMenu ul.topLevel > li.dropdown > a, #dnnMenu ul.topLevel > li.dropdown > a > span {
            line-height: 45px;
        }

        #dnnMenu ul.topLevel > li.dropdown > a {
            height: 45px;
        }

    .menu_con_over {
        top: 75px;
    }

    #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li > a span {
        line-height: 25px;
    }

    #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li > a {
        height: 25px;
    }

    #dnnMenu ul.topLevel > li.dropdown:nth-child(4) > a > span {
        line-height: 30px;
    }

    .menu-expandible {
        height: 30px;
    }

    .Idioma .btn-link {
        border: none !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .Idioma {
        line-height: 30px;
    }

    .llogin {
        height: 30px;
        line-height: 30px;
    }

        .llogin a {
            line-height: 30px;
        }

        .llogin .btn-link {
            padding-bottom: 0;
            padding-top: 0;
            border: none;
        }

    .SocialNet_JT_content .content-icons {
        line-height: 30px;
    }

    .M_PI_SEARCH .content-search, .M_PI_SEARCH .content-search i {
        line-height: 45px;
        padding-bottom: 0;
    }

    .M_PI_SEARCH {
        height: 45px;
        line-height: 45px;
        top: 30px;
    }

        .M_PI_SEARCH.M_PI_SEARCH--show-md .content-pane {
            top: 75px;
            height: 100%;
        }

        .M_PI_SEARCH.M_PI_SEARCH--show-md .content-drill {
            top: 90px;
        }

    .SocialNet_JT_content .content-register a {
        top: 0;
    }

    #dnnMenu li > a span {
        font-size: 13px;
    }

    .M_PI_SEARCH .content-drill .drill-search .search-consult input {
        margin-top: 0;
        height: 45px;
    }

    #menuPrincipal.menuFijado {
        height: 80px !important;
    }

        #menuPrincipal.menuFijado #M_PI_LOGO a {
            height: 80px !important;
            line-height: 80px !important;
        }

        #menuPrincipal.menuFijado #M_PI_LOGO {
            height: 80px !important;
            line-height: 80px !important;
        }

    .menuFijado #dnnMenu ul.topLevel {
        top: 0;
    }

    #menuPrincipal.menuFijado #dnnMenu ul.topLevel > li.dropdown > a {
        height: 80px !important;
        line-height: 80px !important;
    }

    .menuFijado .M_PI_SEARCH {
        height: 80px !important;
        line-height: 80px !important;
        top: 0;
        z-index: 999999;
    }

    #menuPrincipal.menuFijado .M_PI_SEARCH .content-search {
        height: 80px !important;
        line-height: 80px !important;
    }

    #menuPrincipal.menuFijado .redes-sociales {
        display: none;
    }

    .menuFijado.menu_fijado_2 #dnnMenu ul.topLevel > li.dropdown > a > span:nth-child(1) {
        height: 55px !important;
        line-height: 55px !important;
    }

    #menuPrincipal.menuFijado.menu_fijado_2 #dnnMenu ul.topLevel > li.dropdown > a {
        line-height: 55px !important;
        height: 55px !important;
    }

    .menuFijado.menu_fijado_2 #dnnMenu ul.topLevel .dropdown {
        line-height: 55px !important;
        height: 55px !important;
    }

    #menuPrincipal.menuFijado #dnnMenu ul.topLevel > li.dropdown > ul.dropdown-menu > li > a span {
        height: 25px !important;
        line-height: 25px !important;
    }

    .menuFijado .menu_con_over {
        top: 55px !important;
    }

    .menuFijado.menu_fijado_2 .M_PI_SEARCH {
        height: 55px !important;
    }

    #menuPrincipal.menu_fijado_2 .M_PI_SEARCH .content-search {
        line-height: 45px !important;
        height: 45px !important;
    }

    #menuPrincipal.menuFijado .M_PI_SEARCH.HL6--fijado .content-search i {
        line-height: 55px !important;
        height: 55px !important;
    }

    #menuPrincipal.menuFijado .M_PI_SEARCH .content-pane {
        top: 80px;
    }

    #menuPrincipal.menuFijado .M_PI_SEARCH .content-drill {
        top: 95px;
    }
}

.no_resultados {
    display: none;
}

    .no_resultados p {
        margin: 15px 0 0 0;
    }

@media (min-width:1020px) and (max-width:1030px) and (min-height:660px) and (max-height:670px) {
    #dnnMenu .dropdown .dropdown-menu li:nth-child(1) {
        display: none !important;
    }

    .contenedor_slider #sli_slider .item span {
        padding: 0 10% !important;
    }

    .contenedor_slider .arrow-left {
        left: 20px !important;
    }

    .contenedor_slider .arrow-right {
        right: 20px !important;
    }

    .Discover_JT_content .content-list .list-item .item-description .description-separation {
        margin-top: -10px !important;
        margin-left: -5px !important;
    }

    .Discover_JT_content .content-list .list-item .item-description .description-title h2 {
        letter-spacing: 7px !important;
    }

    .Discover_JT_content .content-list .list-item:nth-child(3) .item-description .description-title h2 {
        letter-spacing: 0px !important;
    }

    .Activities_JT_content .content-group .group-item {
        width: 25% !important;
    }
}

@media (min-width:992px) {
}

@media (min-width:481px) and (max-width:991px) {
    .menu-boton, .M_PI_SEARCH {
        height: 55px;
        line-height: 55px;
    }

    #M_PI_LOGO {
        height: 90px;
    }

        #M_PI_LOGO a {
            line-height: 90px;
        }

    .Licensee_JT_content .content-title {
        width: 100%;
    }

        .Licensee_JT_content .content-title h1 {
            width: 66%;
            text-align: center;
            margin: 0 auto;
            font-size: 16px;
            color: #636466;
            line-height: 1.4;
            margin-bottom: 15px;
            font-family: BreePeru-Light;
            left: 17% !important;
        }

    .Licensee_JT_content {
        height: 175px;
        padding: 30px 0 25px 0 !important;
    }

    .contenedor_slider #sli_slider .item .img {
        height: 705px !important;
    }

    .contenedor_slider .arrow-left, .contenedor_slider .arrow-right {
        top: 310px !important;
    }

    .contenedor_slider .arrow-left {
        left: 20px !important;
    }

    .contenedor_slider .arrow-right {
        right: 20px !important;
    }

    .Licensee_JT_content .content-useBrans a {
        color: #FFF;
        background: #D52B1E;
    }

    .contenedor_slider #sli_slider .item .sli_titulo {
        font-size: 35px !important;
        line-height: 1.1;
    }

    .contenedor_slider #sli_slider .item .sli_descripcion {
        font-size: 22px !important;
        line-height: 1.1;
    }

    .contenedor_slider #sli_slider .item span {
        top: 400px;
    }

    .Discover_JT_content .content-list .list-item .item-background img {
        height: auto;
    }

    .Discover_JT_content .content-list .list-item .item-description {
        height: 145px;
    }

    .Discover_JT_content .content-list .list-item:hover .item-description {
        height: 145px !important;
    }

    .Discover_JT_content .content-list .list-item .item-description .description-title {
        text-align: center;
        top: 45%;
        margin-top: -15px;
    }

        .Discover_JT_content .content-list .list-item .item-description .description-title h2 {
            font-size: 16px;
            letter-spacing: 5px;
        }

    .Discover_JT_content .content-list .list-item:nth-child(1) .item-background {
        display: block;
    }

    .Discover_JT_content .content-list .list-item .item-description .description-subtitle {
        margin-top: 35px;
    }

    .Discover_JT_content .content-list .list-item .item-description .description-btnMore {
        text-align: center;
        margin-top: 50px;
    }

        .Discover_JT_content .content-list .list-item .item-description .description-btnMore button {
            border: none;
            border-bottom: 1px #fff solid;
            border-radius: 0;
            padding: 2px 0;
        }

    .Discover_JT_content .content-list .list-item:nth-child(1) .item-description .description-btnMore {
        display: block;
    }

    .Discover_JT_content .content-list .list-item .item-description .left_arrow {
        display: inline-block !important;
        font-size: 16px;
        vertical-align: middle;
        color: #fff;
        padding-left: 2px;
    }

    .contenedor_noticias_carrusel_lista_item:nth-child(6n+1) .contenedor_noticias_carrusel_lista_div, .contenedor_noticias_carrusel_lista_item:nth-child(6n+2) .contenedor_noticias_carrusel_lista_div {
        width: 98%;
        margin: 0 auto;
    }

        .contenedor_noticias_carrusel_lista_item:nth-child(6n+1) .contenedor_noticias_carrusel_lista_div .contenedor_noticias_carrusel_lista_item_img img, .contenedor_noticias_carrusel_lista_item:nth-child(6n+2) .contenedor_noticias_carrusel_lista_div .contenedor_noticias_carrusel_lista_item_img img {
            height: auto;
        }

    .contenedor_noticias_carrusel_lista_item:nth-child(6n+1) .contenedor_noticias_carrusel_lista_item_img, .contenedor_noticias_carrusel_lista_item:nth-child(6n+2) .contenedor_noticias_carrusel_lista_item_img {
        overflow: hidden;
        height: 17.5em;
        display: block !important;
        
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .contenedor_noticias_carrusel_lista_item_img {
        display: none !important;
    }

    .contenedor_noticias_carrusel_lista_item {
        text-decoration: none !important;
    }

        .contenedor_noticias_carrusel_lista_item:nth-child(6n+1) .contenedor_noticias_carrusel_lista_item_detalle_resumen span, .contenedor_noticias_carrusel_lista_item:nth-child(6n+2) .contenedor_noticias_carrusel_lista_item_detalle_resumen span {
            display: inline-block;
        }

        .contenedor_noticias_carrusel_lista_item:nth-child(6n+1) .contenedor_noticias_carrusel_lista_item_detalle_resumen p, .contenedor_noticias_carrusel_lista_item:nth-child(6n+2) .contenedor_noticias_carrusel_lista_item_detalle_resumen p {
            display: block;
        }

        .contenedor_noticias_carrusel_lista_item:nth-child(6n+1) .contenedor_noticias_carrusel_lista_item_detalle_titulo h4, .contenedor_noticias_carrusel_lista_item:nth-child(6n+2) .contenedor_noticias_carrusel_lista_item_detalle_titulo h4 {
            margin: 0;
        }

        .contenedor_noticias_carrusel_lista_item:nth-child(6n+3) .contenedor_noticias_carrusel_lista_item_detalle_seccion, .contenedor_noticias_carrusel_lista_item:nth-child(6n+4) .contenedor_noticias_carrusel_lista_item_detalle_seccion, .contenedor_noticias_carrusel_lista_item:nth-child(6n+5) .contenedor_noticias_carrusel_lista_item_detalle_seccion, .contenedor_noticias_carrusel_lista_item:nth-child(6n+6) .contenedor_noticias_carrusel_lista_item_detalle_seccion {
            padding-top: 15px;
            padding-bottom: 10px;
        }

    .Activities_JT_content .content-title h3 {
        font-size: 40px;
        color: #636466;
        margin-top: 50px;
    }

    .Activities_JT_content .content-group .group-item .item-background img {
        height: auto;
    }

    .Activities_JT_content .content-group .group-item .item-background {
        height: 200px;
    }

    .Activities_JT_content .content-group a:nth-last-child(1) {
        display: block;
    }

    .Activities_JT_content .content-group .group-item .item-details .details-activity {
        font-size: 20px;
    }

    .Brans_JT_content .content-use .use-background img, .Brans_JT_content .content-communicate .communicate-background img {
        height: auto !important;
    }

    .Brans_JT_content .content-use .use-title h4, .Brans_JT_content .content-communicate .communicate-title h4 {
        font-size: 40px !important;
        top: 0 !important;
    }

    .Brans_JT_content .content-use .use-description, .Brans_JT_content .content-communicate .communicate-description {
        font-size: 16px !important;
    }

    .Brans_JT_content .content-use .use-title, .Brans_JT_content .content-communicate .communicate-title {
        top: 40% !important;
        margin-top: -26px !important;
    }

    .Brans_JT_content .content-use .use-description, .Brans_JT_content .content-communicate .communicate-description {
        top: 50% !important;
        margin-top: -14px !important;
    }

    .Brans_JT_content .content-use .use-btnPeru, .Brans_JT_content .content-communicate .communicate-email {
        top: 63% !important;
    }

    .Brans_JT_content .content-use .use-btnPeru {
        margin-top: 10px;
    }

    .navbar-nav2 > li span {
        font-family: BreePeru-Regular !important;
    }

    .Footer_JT_content .content-item:nth-child(2) {
        text-align: left;
    }
}

@media (max-width:772px) {
    .Licensee_JT_content .content-title h1 {
        width: 90% !important;
        font-size: 14px;
    }
}

@media (max-width:480px) {
    .menu-boton, .M_PI_SEARCH {
        height: 55px;
        line-height: 55px;
    }

    #M_PI_LOGO {
        height: 90px;
    }

        #M_PI_LOGO a {
            line-height: 90px;
        }

    .contenedor_slider #sli_slider .item .img {
        height: 300px !important;
    }

    .contenedor_slider .arrow-left, .contenedor_slider .arrow-right {
        top: 125px !important;
    }

    .contenedor_slider .arrow-left {
        left: 10px !important;
    }

    .contenedor_slider .arrow-right {
        right: 10px !important;
    }

    .Licensee_JT_content .content-title {
        display: none;
    }

    .Licensee_JT_content .content-useBrans a {
        color: #FFF;
        background: #D52B1E;
    }

    .contenedor_slider #sli_slider .item .sli_titulo {
        font-size: 22px !important;
        line-height: 1.1;
        padding: 0 10% !important;
    }

    .contenedor_slider #sli_slider .item .sli_descripcion {
        font-size: 16px !important;
        line-height: 1.1;
    }

    .Discover_JT_content .content-list .list-item .item-background img {
        height: auto;
    }

    .Discover_JT_content .content-list .list-item .item-description {
        height: 75px;
    }

    .Discover_JT_content .content-list .list-item:hover .item-description {
        height: 75px !important;
    }

    .Discover_JT_content .content-list .list-item .item-description .description-title {
        text-align: center;
        top: 20%;
        margin-top: -15px;
        padding-bottom: 5px;
    }

        .Discover_JT_content .content-list .list-item .item-description .description-title h2 {
            font-size: 16px;
            letter-spacing: 5px;
        }

    .Discover_JT_content .content-list .list-item:nth-child(1) .item-background {
        display: block;
    }

    .Discover_JT_content .content-list .list-item .item-description .description-subtitle {
        margin-top: 35px;
    }

    .Discover_JT_content .content-list .list-item .item-description .description-btnMore {
        text-align: center;
        margin-top: 0;
    }

        .Discover_JT_content .content-list .list-item .item-description .description-btnMore button {
            border: none;
            border-bottom: 1px #fff solid;
            border-radius: 0;
            padding: 2px 0;
        }

    .Discover_JT_content .content-list .list-item:nth-child(1) .item-description .description-btnMore {
        display: block;
    }

    .Discover_JT_content .content-list .list-item .item-description .left_arrow {
        display: inline-block !important;
        font-size: 16px;
        vertical-align: middle;
        color: #fff;
        padding-left: 2px;
    }

    .Discover_JT_content .content-list .list-item:nth-child(3) .item-description .description-title {
        top: 15% !important;
    }

    .Discover_JT_content .content-list .list-item:nth-child(3) .item-description .description-btnMore {
        margin-top: 0 !important;
    }

    .Discover_JT_content .content-list .list-item:nth-child(3) .item-description .description-title h2 {
        line-height: 1;
    }

    .contenedor_noticias_titulo h3 {
        font-size: 25px;
    }

    .contenedor_noticias_carrusel_lista_item {
        text-decoration: none !important;
    }

    .contenedor_noticias_carrusel_lista_item_img {
        overflow: hidden;
        display: none;
    }

    .contenedor_noticias_carrusel_lista_div {
        width: 95%;
        margin: 0 auto;
    }

    .contenedor_noticias_carrusel_lista {
        display: none;
    }

        .contenedor_noticias_carrusel_lista:nth-child(1) {
            display: block !important;
        }

            .contenedor_noticias_carrusel_lista:nth-child(1) .contenedor_noticias_carrusel_lista_item:nth-child(1) .contenedor_noticias_carrusel_lista_item_img, .contenedor_noticias_carrusel_lista:nth-child(1) .contenedor_noticias_carrusel_lista_item:nth-child(2) .contenedor_noticias_carrusel_lista_item_img {
                display: block;
            }

    .contenedor_noticias_carrusel_lista_item_detalle_titulo h4 {
        width: 90%;
        margin: 5px auto;
        font-size: 18px;
        line-height: 1.1;
    }

    .contenedor_noticias_carrusel_lista_item_detalle_seccion {
        font-size: 16px;
    }

    .contenedor_noticias_carrusel_lista_item .contenedor_noticias_carrusel_lista_item_detalle {
        padding-bottom: 10px;
    }

    .Activities_JT_content .content-group .group-item .item-details .details-arrow {
        bottom: 35px;
        right: 35px;
    }

    .Activities_JT_content .content-group .group-item .item-details .details-day, .Activities_JT_content .content-group .group-item .item-details .details-month {
        top: 25px;
    }

    .Activities_JT_content .content-group .group-item .item-details .details-activity {
        top: 45px;
    }

    .Activities_JT_content .content-title h3 {
        color: #636466;
        font-size: 25px;
    }

    .Activities_JT_content .content-more {
        margin-bottom: 25px;
    }

    .Brans_JT_content .content-use .use-background img, .Brans_JT_content .content-communicate .communicate-background img {
        height: auto !important;
    }

    .Brans_JT_content .content-use .use-btnPeru a {
        font-size: 16px !important;
    }

    .Brans_JT_content .content-use .use-btnPeru, .Brans_JT_content .content-communicate .communicate-email {
        top: 0 !important;
        position: relative !important;
        margin-top: 20px;
    }

    .Brans_JT_content .content-communicate .communicate-email {
        margin-top: 10px;
    }

    .Brans_JT_content .content-use .use-title, .Brans_JT_content .content-communicate .communicate-title, .Brans_JT_content .content-use .use-title h4, .Brans_JT_content .content-communicate .communicate-title h4 {
        top: 0 !important;
        position: relative !important;
    }

    .Brans_JT_content .content-use .use-description, .Brans_JT_content .content-communicate .communicate-description {
        top: 0 !important;
        position: relative !important;
        line-height: 1.2 !important;
    }

    .Brans_JT_content .content-communicate .communicate-email .email-txtEmail input {
        padding: 10px 17px !important;
    }

    #sectionActivities .Brans_JT_content .content-communicate .communicate-email .email-arrowR i {
        padding: 13px !important
    }

    .contenedor_licenciatario {
        position: absolute;
        width: 100%;
        height: 125px;
        top: 50%;
        margin-top: -62.5px;
    }

    .content-icons.footer_iconos {
        display: none !important;
    }

    .Footer_JT_content .content-item:nth-child(3) {
        padding: 50px 0 10px 0 !important;
    }

    .M_PI_SEARCH .content-drill .drill-search .search-consult input {
        margin-top: 0;
        padding: 0;
        line-height: 2;
    }
}

.div_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,1);
    text-align: center;
    line-height: 100vh;
    z-index: 999;
}

.loading {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
}

    .loading.reversed li {
        border: 3px solid white;
        -webkit-animation: LOADINGREV 2s infinite;
        animation: LOADINGREV 2s infinite;
    }

        .loading.reversed li:nth-child(1n) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .loading.reversed li:nth-child(2n) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading.reversed li:nth-child(3n) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

    .loading li {
        height: 0;
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        margin: 0;
        height: 10px;
        width: 10px;
        border: 3px solid #D52B1E;
        border-radius: 100%;
        -webkit-transform: transformZ(0);
        transform: transformZ(0);
        -webkit-animation: LOADING 2s infinite;
        animation: LOADING 2s infinite;
    }

        .loading li:nth-child(1n) {
            left: -20px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .loading li:nth-child(2n) {
            left: 0;
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading li:nth-child(3n) {
            left: 20px;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

.grid-row:after {
    content: '';
    display: table;
    clear: both;
}

.grid-row .col {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
}

    .grid-row .col + .col {
        background: blue;
        left: auto;
        right: 0;
    }

@-webkit-keyframes LOADING {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #D52B1E;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: white;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #D52B1E;
    }
}

@keyframes LOADING {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #D52B1E;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: white;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #D52B1E;
    }
}

@-webkit-keyframes LOADINGREV {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: white;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: #D52B1E;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: white;
    }
}

@keyframes LOADINGREV {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: white;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: #D52B1E;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: white;
    }
}

#div_loading .group img {
    margin-top: -100px;
}


