
            @media print {

                section, .jumbotron {
                    padding: 0;
                }

                main .jumbotron_bar {
                    display: none;
                }
                /* ANCHO 90% TODO EL CONTENIDO GENERAL Y CENTRADO */
                main {
                    width: 90%;
                    margin: 0 auto;
                }

                .jumbotron_body {
                    padding: 25px 0 !important;
                }

                .content_for {
                    margin: 0;
                }
                .content_format h2{
                    margin-top: 0;
                }

                .icon-item {
                    text-align: center;
                    margin: 10px 0;
                }

                /* Quitar o No Mostrar Rutas Internas */
                a[href]:after {
                    display: none;
                }
                /* Rutas que empiecen con http */
                a[href^=http]:after {
                    content: " (" attr(href) ")";
                    display: block;
                }
                /* AGREGAR UN ESPACIADO ALGUN FIX QUE ROMPA*/
                .page-break {
                    display:block;
                    height: 100px;
                    width: 100%;

                }
                .panel-default{
                    color: #2897D4 !important;
                    border: 1px solid #333;
                    border-radius: 5px;
                    padding: 20px;
                }

                .panel-heading {
                    display: none;
                }

                .panel-heading.img:after {
                    /*background: #333 url('./img/01.jpg') no-repeat !important;
                    background-size: cover;*/
                    content: "img";

                    position: absolute;
                    left: 25%;
                    top: 25%;
                    transform: translate(-50%, -50%);
                }
                /*.print-after {
                page-break-after: always;
                }
            
                .print-before {
                page-break-before: always;
                }*/
                section .panels-row .panel{
                    width: 50%;
                    margin: 10 auto;
                }

                a.btn.btn-primary {
                    border: 3px solid #333;
                    font-size: 16px ;
                    font-weight: 500 ;
                    margin-bottom: 10px ;
                    padding: 10px 25px ;
                    text-transform: uppercase ;



                }
            }

            .icon-item {
                text-align: center;
                margin: 10px 0;
            }

            /* Generar mas contraste con este color al texto*/
            .h3.section-title {
                color: #333; /* archivo tipography.scss line 43 le agrega por defecto color: #707070 */
            }

            /* Las listas despegables que se corran a la izquierda */
            .dropdown-menu-right {

                left: 0 ;
                right: auto;

            }

            /* Reducir padding  */

            .jumbotron .jumbotron_body {

                padding: 60px 0;

            }

            /* hover mas contraste   */
            .nav.nav-icons li a:hover i, .nav.nav-icons li a:focus i {

                color: #0072bb !important;
                background: #fff !important;
                box-shadow: 0px 0px 3px 2px #707070;
            }

            /* afecta tambien nav.scss line 369*/
            .nav.nav-icons.nav-icons-selected li:not(.active) a:hover i {
                color: #0072bb !important;
                background: #fff !important;
                box-shadow: 0px 0px 3px 2px #707070;

            }
            .nav.nav-icons li a span {

                color: #333;

            }

            /* que no tengan la clase active ni el hover ni el focus
            .nav.nav-icons.nav-icons-selected li:not(.active):not(:hover) a:not(:focus) i {
              background: #CCC !important;
              color: #707070 !important;
            }*/

            /* Mejorar contraste a etiqueta time en paneles noticias destacadas */
            .panel time {
                opacity: 1;
            }

            /* modificar paneles sacar headings por parrafos o span */
            .panel .h3_title, .h3_title{ /* panel.scss line 34, 16, 142(transicion)*/
                font-size: 1.3em !important;
                font-weight: 500 !important;
                line-height: 1.3 !important;
                margin: .25em 0 !important;
                /*color: red; cambiar color para visualizar mejor que se esta cambiando*/
            }

            /* modificar paneles sacar headings por parrafos o span */
            .icon-item .h3_title{
                font-size: 1.6em !important; /* global.scss line 90*/
                margin-top: 0 !important; /* global.scss line 85*/
                margin-bottom: 0.2em;
                font-weight: 600;
                /*color: red; cambiar color para visualizar mejor que se esta cambiando*/
            }

            .modal-content{
                padding-top:30px;
                padding-left:30px;
                padding-right:30px;
            }