/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/* =========================
   BASE / RESET
========================= */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

a {
    text-decoration: none;
}

.mail {
    display: flex;
    align-items: center;
    gap: 10px;
}

.browserupgrade {
    margin: 0.2em 0;
    padding: 0.2em 0;
    background: #ccc;
    color: #000;
}

/* =========================
   ESTRUCTURA GENERAL
========================= */
.wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto !important;
    padding: 0;
}

header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-bottom: 5px solid #fd5800;
}

.cuerpo {
    width: 100%;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    overflow: hidden;
}

.cuerpo .col-wrap {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
}

.cuerpo .col-izq {
    width: 47%;
    float: left;
    min-height: 100px;
    margin: 0 0 40px 0;
}

.cuerpo .col-der {
    width: 47%;
    float: right;
    min-height: 100px;
    margin: 0 0 40px 0;
}

br.limpia {
    clear: both;
}

/* =========================
   TOPBAR
========================= */
header .topbar {
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    overflow: hidden;
    background-color: #fd5800;
}

header .topbar .contactos {
    width: 520px;
    height: 55px;
    float: left;
    padding: 0 0 0 25px;
}

header .topbar .contactos .fono,
header .topbar .contactos .cel,
header .topbar .contactos .mail {
    height: 55px;
    float: left;
}

header .topbar .contactos .fono {
    width: 150px;
}

header .topbar .contactos .cel {
    width: 150px;
}

header .topbar .contactos .mail {
    width: 190px;
}

header .topbar .contactos .fono img {
    width: 24px;
    height: 19px;
    display: block;
    float: left;
    margin: 0;
    padding: 16px 0 0 0;
}

header .topbar .contactos .cel img {
    width: 14px;
    height: 23px;
    display: block;
    float: left;
    margin: 0;
    padding: 13px 0 0 0;
}

header .topbar .contactos .mail img {
    width: 23px;
    height: 17px;
    display: block;
    float: left;
    margin: 0;
    padding: 19px 0 0 0;
}

header .topbar .contactos .fono p,
header .topbar .contactos .cel p,
header .topbar .contactos .mail p {
    display: block;
    float: left;
    margin: 13px 0 0 7px;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
}

header .topbar .login-social {
    width: auto;
    min-width: 260px;
    height: 55px;
    float: right;
    padding: 0 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

header .topbar .login-social .login {
    width: auto;
    height: auto;
    float: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

header .topbar .login-social .login span {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    font-weight: 600;
}

header .topbar .login-social .login a {
    width: auto;
    min-width: 120px;
    height: 27px;
    display: inline-block;
    margin: 14px 0 0 0;
    padding: 0 16px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    color: #fd5800;
    background-color: #fff;
    font-size: 12px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: -1px 1px 0 1px rgba(249, 169, 127, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

header .topbar .login-social .login a:hover {
    background-color: #ffefe6;
}

header .topbar .login-social .sociales {
    width: auto;
    height: auto;
}

header .topbar .login-social .sociales img {
    width: 25px;
    float: left;
    margin: 14px 0 0 7px;
}

/* =========================
   MENU PRINCIPAL
========================= */
header .menu {
    width: 100%;
    max-width: 980px;
    min-height: 155px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

header .menu .logo {
    width: 235px;
    height: auto;
    float: none;
    margin: 0;
}

header .menu .logo img {
    width: 100%;
    height: auto;
}

header .menu nav {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
}

header .menu nav ul {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header .menu nav ul li {
    float: none;
    margin: 0;
    padding: 0;
    color: #666666;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

header .menu nav ul li a {
    color: #666666;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

header .menu nav ul li a:hover,
header .menu nav ul li a.active {
    color: #fd5800 !important;
    border-bottom: 1px solid #fd5800 !important;
}

/* =========================
   BOTÓN HAMBURGUESA
========================= */
.menu-toggle {
    display: none;
    padding: 10px 14px;
    background: #fd5800;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 24px;
    cursor: pointer;
}

/* Menu responsivo legacy */
.responsive {
    position: absolute;
    top: -9999px;
}

/* =========================
   PORTADA / SLIDER
========================= */
.portada {
    width: 100%;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.portada figure {
    width: 100%;
    height: 511px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.portada figure img {
    width: auto;
    min-height: 511px;
}

.portada figcaption {
    width: 100%;
    height: 511px;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    display: table;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-background-color: rgba(255, 255, 255, 0.3);
    -moz-background-color: rgba(255, 255, 255, 0.3);
    -ms-background-color: rgba(255, 255, 255, 0.3);
    -o-background-color: rgba(255, 255, 255, 0.3);
}

.portada figcaption .center {
    display: table-cell;
    vertical-align: middle;
}

.portada figcaption .center h2 {
    max-width: 890px !important;
    margin: -25px auto 0 auto;
    padding: 0 30px;
    color: #fd5800;
    text-align: center;
    white-space: normal;
    font-size: 46px;
    line-height: 46px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
}

/* =========================
   FRASES / TEXTOS
========================= */
.cuerpo .frase,
.cuerpo .frase-int {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
}

.cuerpo .frase p {
    margin: 90px 0 100px 0;
    padding: 0;
    color: #666666;
    font-size: 26px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 300;
}

.cuerpo .frase-int p {
    margin: 90px 0 100px 0;
    padding: 0 0 80px 0;
    border-bottom: 1px solid #d9d9d9;
    color: #666666;
    font-size: 26px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 300;
}

.cuerpo .frase p span,
.cuerpo .frase-int p span {
    color: #fd5800;
}

.cuerpo .txt-izq {
    text-align: left !important;
}

/* =========================
   INFOGRAFÍA
========================= */
.cuerpo .infografia {
    width: 100%;
    max-width: 980px;
    height: 440px;
    margin: 0 auto;
    padding: 0 20px;
}

.cuerpo .infografia .iconografia {
    width: 255px;
    height: 310px;
    float: left;
    margin: 0 80px 0 0;
    padding: 0;
}

.cuerpo .infografia .first {
    margin: 0 80px 0 25px !important;
}

.cuerpo .infografia .last {
    margin: 0 !important;
}

.cuerpo .infografia .iconografia h3 {
    margin: 20px 0 15px 0;
    padding: 0;
    color: #fd5800;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.cuerpo .infografia .iconografia h4 {
    margin: 0 40px;
    padding: 0;
    color: #666666;
    font-size: 14px;
    line-height: 15px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
}

/* =========================
   ALIANZAS
========================= */
h3.alianzas {
    margin: 0 0 20px 0;
    padding: 0;
    color: #fd5800;
    text-align: left;
    font-size: 22px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
}

p.alianzas {
    margin: 0 0 40px 0;
    padding: 0 !important;
    color: #666666;
    text-align: left;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
}

p.alianzas span {
    color: #fd5800;
}

.alianzas a {
    color: #fd5800;
}

.alianzas a:hover {
    color: #fd5800;
    text-decoration: underline;
}

/* =========================
   CLIENTES
========================= */
.logos-clientes {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.logos-clientes img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/* =========================
   FORMULARIO
========================= */
.form-wrap {
    width: 80%;
    margin: -25px auto 50px auto;
}

.form-wrap input {
    width: 100%;
    height: 25px;
    margin: 8px 0 30px 0;
    padding: 10px;
    border: 1px solid #fd5800;
    background-color: #fff;
    color: #000;
}

.form-wrap textarea {
    width: 100%;
    height: 240px;
    margin: 8px 0 30px 0;
    padding: 10px;
    border: 1px solid #fd5800;
    background-color: #fff;
    color: #000;
}

.form-wrap label p {
    margin: 0;
    padding: 0;
    color: #666666;
    text-align: left;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.form-wrap input.submit {
    height: 45px;
    margin: 0 -20px 0 0;
    padding: 0;
    border: 0;
    background-color: #fd5800;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.form-wrap input.submit:hover {
    background-color: #d4d4d4;
}

/* =========================
   LOGIN LEGACY
========================= */
.cuerpo h2.bienvenido {
    margin: 0;
    padding: 30px 0;
    color: #fd5800;
    text-align: center;
    font-size: 48px;
    letter-spacing: 4px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
}

p.login-user,
p.login-pass,
p.login-miss {
    color: #666666;
    text-align: center;
    font-size: 14px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
}

p.login-user {
    margin: 10px 0;
    padding: 0;
    letter-spacing: 5px;
    text-transform: uppercase;
}

p.login-pass {
    margin: 25px 0 10px 0;
    padding: 0;
    letter-spacing: 5px;
    text-transform: uppercase;
}

p.login-miss {
    margin: 15px 0;
    padding: 0;
    letter-spacing: 1px;
}

p.login-miss a {
    color: #fd5800;
}

p.login-miss a:hover {
    text-decoration: underline;
}

.cuerpo .login {
    width: 415px;
    height: 280px;
    margin: 0 auto 80px auto;
    padding: 15px 0;
    background-color: #f5f5f5;
}

.cuerpo .login form {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.cuerpo .login form input {
    width: 80%;
    height: 38px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #fd5800;
}

.cuerpo .login form input[type="submit"] {
    padding: 5px 15px;
    border: 0 none;
    cursor: pointer;
    background: #fd5800;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.cuerpo .login form input[type="submit"]:hover {
    opacity: 0.8;
}

/* =========================
   LOGIN MODERNO
========================= */
.login-page-wrap {
    max-width: 420px;
    margin: 40px auto 70px auto;
    padding: 30px 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.login-page-wrap h2 {
    margin: 0 0 25px 0;
    color: #fd5800;
    text-align: center;
    font-size: 32px;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
}

.login-page-wrap .form-group {
    margin-bottom: 18px;
    text-align: left;
}

.login-page-wrap label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
    font-weight: 600;
}

.login-page-wrap input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.login-page-wrap input:focus {
    outline: none;
    border-color: #fd5800;
    box-shadow: 0 0 0 3px rgba(253, 88, 0, 0.12);
}

.login-page-wrap .btn-login {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 8px;
    background: #fd5800;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.login-page-wrap .btn-login:hover {
    opacity: 0.92;
}

.login-page-wrap .text-danger,
.login-page-wrap .validation-summary-errors {
    margin-top: 6px;
    color: #d93025;
    font-size: 13px;
}

/* =========================
   FOOTER
========================= */
footer {
    width: 100%;
    height: 300px;
    margin: 0 auto 0 auto !important;
    padding: 0 !important;
    overflow: hidden;
    background-color: #fd5800;
}

footer .top {
    width: 66px;
    height: 66px;
    margin: 0 auto;
    padding-top: 60px;
}

footer .top img {
    width: 100%;
    margin: 0;
}

footer p.rights {
    margin: 40px 40px;
    padding: 0;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
}

/* =========================
   HELPERS
========================= */
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    clip: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.center-text {
    text-align: center !important;
}

.hide {
    display: none;
}

/* =========================
   TOPBAR EXTRA MODERNO
========================= */
.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.contactos {
    display: flex;
    gap: 20px;
}

.contactos .cel,
.contactos .mail {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* =========================
   MEDIA QUERIES
========================= */
@media only screen and (max-width: 979px) {
    header .topbar {
        display: block;
        height: auto;
        overflow: visible;
        padding: 10px 0;
    }

    header .topbar .contactos {
        display: none;
    }

    header .topbar .login-social {
        width: 100%;
        min-width: auto;
        float: none;
        padding: 0 15px;
        justify-content: center;
    }

    header .topbar .login-social .login {
        width: 100%;
        height: auto;
        float: none;
    }

    header .topbar .login-social .login a {
        width: auto;
        min-width: 140px;
        float: none;
        display: inline-block;
        margin: 0 auto;
        padding: 0 20px;
    }

    header .topbar .login-social .sociales {
        display: none;
    }

    header .menu {
        width: 100%;
        max-width: 980px;
        min-height: auto;
        margin: 0 auto;
        padding: 20px;
        border: 0;
        overflow: hidden;
        flex-wrap: wrap;
    }

    header .menu .logo {
        width: 65%;
        height: auto;
        float: none;
        margin: 35px auto;
    }

    header .menu .logo img {
        width: 100%;
    }

    .menu-toggle {
        display: block;
    }

    header .menu nav {
        display: none;
        width: 100%;
        margin-top: 15px;
    }

    header .menu nav.open {
        display: block;
    }

    header .menu nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        background: #fff7f2;
        border-radius: 10px;
        padding: 15px;
    }

    header .menu nav ul li a {
        display: block;
        width: 100%;
    }

    .cuerpo .infografia {
        width: 100%;
        max-width: 980px;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .cuerpo .infografia .iconografia {
        width: 30%;
        height: 380px;
        margin: 0 auto;
        padding: 0 20px 0 0;
        float: none;
        display: inline-block;
    }

    .cuerpo .infografia .iconografia img {
        width: 75%;
    }

    .cuerpo .infografia .first,
    .cuerpo .infografia .last {
        margin: 0 !important;
    }

    .cuerpo .infografia .last {
        padding: 0 !important;
    }

    .cuerpo .infografia .iconografia h3 {
        margin: 20px 0 15px 0;
        padding: 0;
        color: #fd5800;
        font-size: 22px;
        line-height: 24px;
        text-transform: uppercase;
        font-family: "futura-pt", sans-serif;
        font-style: normal;
        font-weight: 400;
    }

    .cuerpo .infografia .iconografia h4 {
        margin: 0 20px;
        padding: 0;
        color: #666666;
        font-size: 14px;
        line-height: 15px;
        font-family: "futura-pt", sans-serif;
        font-style: normal;
        font-weight: 400;
    }

    .cuerpo .frase,
    .cuerpo .frase-int {
        width: auto;
        max-width: none;
        min-width: none !important;
        height: auto;
        margin: 0 auto;
        padding: 0 20px;
    }

    .cuerpo .frase p {
        margin: 90px 0 70px 0;
        padding: 0;
        color: #666666;
        font-size: 23px;
        font-family: "futura-pt", sans-serif;
        font-style: normal;
        font-weight: 300;
    }

    .cuerpo .frase-int p {
        margin: 90px 0 70px 0;
        padding: 0 0 80px 0 !important;
        color: #666666;
        font-size: 26px;
        font-family: "futura-pt", sans-serif;
        font-style: normal;
        font-weight: 300;
    }

    h3.alianzas {
        margin: 0 0 20px 0;
        padding: 0 20px !important;
        color: #fd5800;
        text-align: left;
        font-size: 22px;
        font-family: "futura-pt", sans-serif;
        font-style: normal;
        font-weight: 400;
    }

    p.alianzas {
        margin: 0 0 40px 0;
        padding: 0 20px !important;
        color: #666666;
        text-align: left;
        font-size: 18px;
        font-family: "futura-pt", sans-serif;
        font-style: normal;
        font-weight: 400;
    }

    .responsive {
        display: block;
        padding: 3% 0 0 0;
        margin: 0 auto;
        position: static;
    }
}

@media only screen and (max-width: 767px) {
    header .topbar {
        display: block;
        height: auto;
        overflow: visible;
        padding: 10px 0;
    }

    header .topbar .contactos {
        display: none;
    }

    header .topbar .login-social {
        width: 100%;
        height: auto;
        float: none;
        padding: 0;
        text-align: center;
    }

    header .topbar .login-social .login {
        width: 100%;
        height: auto;
        float: none;
    }

    header .topbar .login-social .login a {
        width: auto;
        min-width: 140px;
        float: none;
        display: inline-block;
        margin: 0 auto;
        padding: 0 20px;
    }

    header .topbar .login-social .sociales {
        display: none;
    }

    header .menu .logo {
        width: 70%;
    }

    .portada figure {
        width: 100%;
        height: 320px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .portada figure img {
        width: auto;
        min-height: 300px;
    }

    .portada figcaption {
        width: 100%;
        height: 320px;
    }

    .portada figcaption .center h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .cuerpo .frase,
    .cuerpo .frase-int {
        width: auto;
        max-width: none;
        min-width: none !important;
        height: auto;
        margin: 0 auto;
        padding: 0 20px;
    }

    .cuerpo .frase p {
        margin: 90px 0 70px 0;
        padding: 0;
        color: #666666;
        font-size: 20px;
        font-family: "futura-pt", sans-serif;
        font-style: normal;
        font-weight: 300;
    }

    .cuerpo .frase-int p {
        margin: 90px 0 70px 0;
        color: #666666;
        font-size: 24px;
        font-family: "futura-pt", sans-serif;
        font-style: normal;
        font-weight: 300;
    }

    .cuerpo .infografia {
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0 auto;
        padding: 0 0 50px 0 !important;
    }

    .cuerpo .infografia .iconografia {
        width: 255px;
        height: 310px;
        margin: 0 auto !important;
        padding: 0 0 40px 0 !important;
        float: none;
        display: block;
    }

    .cuerpo .infografia .iconografia img {
        width: auto;
    }

    .cuerpo .infografia .first,
    .cuerpo .infografia .last {
        margin: 0 auto !important;
    }

    .cuerpo .col-izq,
    .cuerpo .col-der {
        width: 100%;
        float: none;
        min-height: 100px;
    }

    .cuerpo h2.bienvenido {
        margin: 0;
        padding: 30px 0;
        color: #fd5800;
        text-align: center;
        font-size: 38px;
        letter-spacing: 4px;
        font-family: "futura-pt", sans-serif;
        font-style: normal;
        font-weight: 400;
    }

    .cuerpo .login {
        width: 90%;
        height: 280px;
        margin: 0 auto 80px auto;
        padding: 15px 0;
        background-color: #f5f5f5;
    }

    .form-wrap {
        width: 80%;
        margin: -25px auto 0 20px;
    }

    .login-page-wrap {
        margin: 20px 15px 50px 15px;
        padding: 22px 18px;
    }

    .login-page-wrap h2 {
        font-size: 26px;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}