@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
    /*Páginas que no imprimimos*/
    body.home>*,
    body.error404>*,
    body.search>*,
    body.archive>* {
        display: none;
    }
    body.home::after,
    body.error404::after,
    body.search::after,
    body.archive::after {
        content: "PRINT CSS NO DEFINIDA";
        display: block;
        width: 200px;
        padding: 15px;
        border: 2px solid;
        margin: 50px auto 20px;
        text-align: center;
    }
    .navbar,
    .go-back,
    footer,
    .header-top {
        display: none;
    }
    /*Estructura*/
    .printcss-35 {
        float: left;
        width: 35%;
    }
    .printcss-65 {
        float: right;
        width: 65%;
    }
    /*Single*/
    .single-content,
    .single-content .wp-caption .wp-caption-text,
    .single-content blockquote {
        font-size: 14px;
    }
    .single-content .wp-caption {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .single-content p {
        margin-bottom: 10px;
    }
    .single-content .highlighted {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .single-content ol,
    .single-content ul {
        margin-bottom: 10px;
    }
    .single-content h2 {
        font-size: 20px;
        margin: 20px 0 15px;
    }
    .single-content h3 {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .single-content h4 {
        font-size: 16px;
        margin: 20px 0 15px;
    }
    .single-content table {
        font-size: 14px;
    }
    .single-content .tabletitle {
        font-size: 18px;
    }
    .single-content blockquote {
        padding: 0 0 0 60px;
      	min-height:45px;
    }
    .single-content blockquote:before {
        background-size: 40px;
    }
    .title-page {
        border: none;
        margin-bottom: 20px;
    }
    .title-page h1 {
        font-size: 22px;
    }
    /**/
    .banner {
        padding: 10px;
        margin: 35px 0;
        min-height: 100px;
        border: 2px solid #D5FAFF;
    }
    .banner__title {
        min-height: auto;
        margin-bottom: 50px;
    }
    .banner__title h1,
    .banner__title p {
        font-size: 30px;
    }
    .banner__description {
        font-size: 16px;
        line-height: 1.2;
        min-height: 0;
    }
    .banner__description span {
        display: none;
    }
    .banner__help {
        display: none;
    }
    .wrapper-title {
        margin-bottom: 25px;
        border: 2px solid #D5FAFF;
    }
    .title-single {
        padding: 10px;
        min-height: 250px;
        border: 2px solid #D5FAFF;
    }
    .title-single__category {
        font-size: 18px;
    }
    .title-single h1 {
        font-size: 22px;
    }
    .title-single img {
        max-width: 70px !important;
        right: 10px;
        bottom: 10px;
    }
    .list-cat {
        padding: 0 10px 5px;
    }
    .list-cat h2 {
        font-size: 18px;
    }
    .list-cat ul {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .list-cat ul li {
        padding: 2px 0;
    }
    /*Bordes*/
    .single-content,
    .single-content h2,
    .list-cat {
        border-top: 2px solid #73EDFF;
    }
    .single-content h2:first-child,
        {
        border: none
    }
    /*Tooltip*/
    a[data-toggle="popover"] {
        color: #706F6F;
    }
    a[data-toggle="popover"]::after {
        content: ' (*)'
    }
    /*Video*/
    .videocontent {
        padding-bottom: 0;
        border: 2px solid #000078;
        max-width: 420px;
    }
    .video-js .vjs-control-bar {
        display: none !important;
    }
}