/* AIRNOSTRUM  PRINT CSS */

@media print {
    body {
        background: #fff !important;
        box-shadow: none;
        text-shadow: none;
        background-image: none;
        font-family: serif;
    }
    header,
    footer {
        display: none;
    }
    main {
        float: none;
    }
    main:after {
        content: "Copyright © 2018 Air Nostrum L.A.M. S.A.";
        position: fixed;
        bottom: 20px;
    }
    a {
        color: #CCCCCC;
        text-decoration: underline;
    }
    a:hover {
        color: #CCCCCC;
        text-decoration: underline;
    }
    /*a:after {
		content:" <" attr(href) ">";
	}
    a[href^="http"]:not([href*="javascript:window.print(); void 0;"]):after {
	    content: " (" attr(href) ")";
	}
	a[href^="http"]:not([href*="#"]):after {
	    content: " (" attr(href) ")";
	}
	a[href^="http"]:not([href*="estaciones_de_mantenimiento.html"]):after {
	    content: " (" attr(href) ")";
	}
	a[href^="http"]:not([href*="noticias.html"]):after {
	    content: " (" attr(href) ")";
	}
	a[href^="http"]:not([href*="guia_viajes.html"]):after {
	    content: " (" attr(href) ")";
	}
	a[href^="http"]:not([href*="certificaciones_mantenimiento.html"]):after {
	    content: " (" attr(href) ")";
	    pointer-events: none;
		cursor: default;
	}
	a[href^="http"]:not([href*="referencias_clientes#.html"]):after {
	    content: " (" attr(href) ")";
	}*/
    h1,
    h2,
    h3,
    h4,
    p {
        color: #000000;
        page-break-after: avoid;
    }
    /*
	h2 {
		page-break-after: always;
	}
	h3 + h3 {
		page-break-before: always;
	}
	*/
    ul,
    img,
    table {
        page-break-after: avoid;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    .slider,
    .divInfoAlertWarning,
    .divTime,
    .divIcoAlert,
    .divAlertWar-info {
        display: block;
        page-break-inside: avoid;
    }
    .sidebar,
    .carousel,
    .owl-carousel,
    .bar_lat1,
    #scroll-not {
        display: none!important;
        visibility: hidden;
    }
    .noPrint,
    .icon-tab-mov,
    .icon-tab-mov-manten {
        display: none!important;
        visibility: hidden;
    }
    .titular-de-segundo-n {
        page-break-before: always;
        page-break-after: avoid;
    }
}