/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
}


/* Globales */

.contenedor {
    width: 98%;
    margin: 0 auto;
}

@media only screen and (min-width: 480px) {
    .contenedor {
        width: 95%;
    }
}

@media only screen and (min-width: 768px) {
    .contenedor {
        width: 90%;
    }
}

@media only screen and (min-width: 992px) {
    .contenedor {
        width: 90%;
        max-width: 1100px;
    }
}

.seccion {
    padding: 30px 0;
}

.seccion p {
    font-size: 1.2em;
    text-align: center;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.4em;
    text-align: center;
}

h3 {
    font-size: 1.8em;
    color: navy;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
}

.button {
    background-color: navy;
    padding: 10px 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-size: 1em;
    margin-top: 20px;
    display: inline-block;
    transition: all .3s ease;
    border: 2px solid;
}

.button:hover {
    background-color: rgb(217, 255, 0);
    color: black;
}


/* .button.hollow,
.button.hollow:hover {
    background-color: white;
    color: navy;
} */

.float-right {
    float: right;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* h2::after {
    content: "";
    margin: 0 auto;
    background-image: url(../img/uni4.png);
    height: 120px;
    width: 120px;
    display: block;
} */


/* Logos Universidades */

.list-inline {
    padding-left: 0;
    list-style: none;
    text-align: center!important;
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.img-logoU {
    height: 100px;
}


/* Header */

div.hero {
    /* background-image: url(../img/principal.png); */
    height: 100vh;
    background-position: top center;
    background-size: cover;
}

div.contenido-header {
    padding-top: 40px;
}

@media only screen and (min-width:768px) {
    div.contenido-header {
        padding-top: 10px;
    }
}

nav.redes-sociales {
    text-align: center;
}

nav.redes-sociales a {
    color: #ffffff;
    font-size: 2em;
    margin-right: 20px;
}

nav.redes-sociales a:last-child {
    margin-right: 0;
}

div.informacion-evento {
    text-align: center;
    color: navy;
}

div.informacion-evento p {
    margin: 0;
    display: inline;
    font-size: 20px;
    text-transform: uppercase;
}

div.informacion-evento p i {
    color: #ffffff;
    font-size: 1.8rem;
}

p.fecha {
    float: left;
}

p.inscripcion {
    float: right;
    text-align: right;
}

@media only screen and (min-width:768px) {
    div.informacion-evento {
        width: 70%;
        margin: 0 auto;
        margin-top: 50px;
    }
}

p.slogan {
    text-transform: none !important;
}

p.slogan span {
    font-weight: bold;
}

h1.nombre-sitio {
    font-size: 5.9vw;
    font-family: 'PT Sans', sans-serif;
}

span.colores {
    color: rgb(252, 252, 252);
}

@media only screen and (min-width:768px) {
    h1.nombre-sitio {
        font-size: 11.5vw;
        margin: 0;
        line-height: 1;
    }
}


/* Lettering */

h1.nombre-sitio {
    position: relative;
    text-shadow: 0 0 30px;
}

h1.nombre-sitio span {
    position: relative;
    text-shadow: 0 0 30px;
}

@media only screen and (min-width:992px) {
    h1.nombre-sitio {
        font-size: 11.5vw;
        margin: 0;
        line-height: 1;
    }
}


/* Barra */

div.barra {
    background-color: #03AFF1;
    padding: 20px 0;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

div.logo {
    width: 80%;
    float: left;
}

div.logo img {
    width: 100%;
}

@media only screen and (min-width:768px) {
    div.logo {
        width: 33%;
    }
}


/* Navegcion principal */

nav.navegacion-principal {
    padding: 10px;
    display: none;
    width: 100%;
}

nav.navegacion-principal a {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .6s ease;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

nav.navegacion-principal a:hover {
    background-color: rgb(217, 255, 0);
    color: #000;
    font-weight: bold;
}

nav.navegacion-principal a:last-child {
    border: 2px solid crimson;
    color: crimson;
    font-weight: bold;
}

nav.navegacion-principal a:last-child:hover {
    color: black;
    font-weight: bold;
}

@media only screen and (min-width:768px) {
    nav.navegacion-principal {
        width: 67%;
        float: right;
        text-align: right;
        display: block;
    }
    nav.navegacion-principal a {
        padding: 5px 5px;
        display: inline-block;
        width: auto;
        border-radius: 5px;
        display: inline-block;
        text-align: center;
        margin: 0 10px 0 0;
    }
}


/* Menu movil */

div.menu-movil {
    width: 60px;
    display: block;
    float: right;
    text-align: right;
    margin-top: 12px;
}

div.menu-movil:hover {
    cursor: pointer;
}

@media only screen and (min-width:768px) {
    div.menu-movil {
        display: none;
    }
}

div.menu-movil span {
    height: 8px;
    margin-bottom: 6px;
    background-color: white;
    display: block;
}


/* Programas */

section.programa {
    position: relative;
}

div.contenedor-programa {
    max-width: 100%;
    overflow-x: hidden;
}

div.contenido-programa {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

div.programa-evento {
    background-color: rgb(255, 255, 255, .8);
    padding: 15px;
    margin-top: 20%;
}

@media only screen and (min-width:768px) {
    div.programa-evento {
        width: 60%;
    }
}

@media only screen and (min-width:992) {
    div.programa-evento {
        width: 70%;
    }
}

nav.menu-programa {
    width: 100%;
    border-bottom: 1px solid #03AFF1;
    padding-bottom: 10px;
}

nav.menu-programa a {
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    font-size: 1.2em;
}

@media only screen and (min-width:768px) {
    nav.menu-programa {
        display: table;
    }
}

@media only screen and (min-width:768px) {
    nav.menu-programa a {
        display: table-cell;
    }
}

nav.menu-programa a i,
div.detalle-evento p i {
    color: #03AFF1;
    font-size: 1.5em;
    margin-right: 10px;
}

/* Detalle evento */

div.detalle-evento {
    margin-top: 20px;
    border-bottom: 1px solid #03AFF1;
    padding: 0 20px;
}

div.detalle-evento:nth-child(2) {
    border: none;
}

div.detalle-evento p {
    margin-bottom: 20px;
    font-size: 20px;
}


/* Profesores */

ul.lista-profesores li {
    padding: 10px;
    float: left;
}

@media only screen and (min-width:480px) {
    ul.lista-profesores li {
        width: 50%;
    }
}

@media only screen and (min-width:768px) {
    ul.lista-profesores li {
        width: 33.3%;
    }
}

div.profesor {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 0; */
}

div.profesor img {
    max-width: 100%;
    width: 100%;

    -webkit-transition: all .8s ease-in-out;
    /* Old Chrome, Safari*/
    -moz-transition: all .8s ease-in-out;
    /* Old Firefox*/
    -ms-transition: all .8s ease-in-out;
    /* Internet Explorer*/
    -o-transition: all .8s ease-in-out;
    /*  Old Opera*/
    transition: all .8s ease-in-out;
    /*  Newer Browsers*/
}

div.profesor:hover img {
    /* -webkit-filter: grayscale(0); */
    -webkit-transform: scale(1.1);
    /* Old Chrome, Safari*/
    -moz-transform: scale(1.1);
    /* Old Firefox*/
    -ms-transform: scale(1.1);
    /* Internet Explorer*/
    -o-transform: scale(1.1);
    /*  Old Opera*/
    transform: scale(1.1);
    /*  Newer Browsers*/
}

div.profesor p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    margin: 0;
    /* background-color: blanchedalmond; */
    background-color: navy;
    width: 100%;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    -webkit-transition: all .8s ease-in-out;
    /* Old Chrome, Safari*/
    -moz-transition: all .8s ease-in-out;
    /* Old Firefox*/
    -ms-transition: all .8s ease-in-out;
    /* Internet Explorer*/
    -o-transition: all .8s ease-in-out;
    /*  Old Opera*/
    transition: all .8s ease-in-out;
    /*  Newer Browsers*/
}

div.profesor:hover p {
    bottom: -80px;
    opacity: 0;
}

/* Ingresantes */

ul.lista-ingresantes li {
    padding: 10px;
    float: left;
}

@media only screen and (min-width:480px) {
    ul.lista-ingresantes li {
        width: 50%;
    }
}

@media only screen and (min-width:768px) {
    ul.lista-ingresantes li {
      width:33.3%;
    }
}

div.ingresante {
    position: relative;
    overflow: hidden;
    /* width: 560px;
    height:315px; */
    /* border:3px solid red; */
}

div.ingresante iframe {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all .8s ease-in-out;
  /* Old Chrome, Safari*/
  -moz-transition: all .8s ease-in-out;
  /* Old Firefox*/
  -ms-transition: all .8s ease-in-out;
  /* Internet Explorer*/
  -o-transition: all .8s ease-in-out;
  /*  Old Opera*/
  transition: all .8s ease-in-out;
  /*  Newer Browsers*/
}

div.ingresante img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all .8s ease-in-out;
  /* Old Chrome, Safari*/
  -moz-transition: all .8s ease-in-out;
  /* Old Firefox*/
  -ms-transition: all .8s ease-in-out;
  /* Internet Explorer*/
  -o-transition: all .8s ease-in-out;
  /*  Old Opera*/
  transition: all .8s ease-in-out;
  /*  Newer Browsers*/
}

div.ingresante:hover img {
  /* -webkit-filter: grayscale(0); */
  -webkit-transform: scale(1.1);
  /* Old Chrome, Safari*/
  -moz-transform: scale(1.1);
  /* Old Firefox*/
  -ms-transform: scale(1.1);
  /* Internet Explorer*/
  -o-transform: scale(1.1);
  /*  Old Opera*/
  transform: scale(1.1);
  /*  Newer Browsers*/
}

div.ingresante p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 10px;
  margin: 0;
  /* background-color: blanchedalmond; */
  background-color: navy;
  width: 100%;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  -webkit-transition: all .8s ease-in-out;
  /* Old Chrome, Safari*/
  -moz-transition: all .8s ease-in-out;
  /* Old Firefox*/
  -ms-transition: all .8s ease-in-out;
  /* Internet Explorer*/
  -o-transition: all .8s ease-in-out;
  /*  Old Opera*/
  transition: all .8s ease-in-out;
  /*  Newer Browsers*/
}

div.ingresante:hover p {
  bottom: -80px;
  opacity: 0;
}

/* Clases */

div.clases iframe {
  /* position: absolute; */
  max-width: 100%;
  width: 100%;
  -webkit-transition: all .8s ease-in-out;
  /* Old Chrome, Safari*/
  -moz-transition: all .8s ease-in-out;
  /* Old Firefox*/
  -ms-transition: all .8s ease-in-out;
  /* Internet Explorer*/
  -o-transition: all .8s ease-in-out;
  /*  Old Opera*/
  transition: all .8s ease-in-out;
  /*  Newer Browsers*/
}

ul.lista-clases li {
  padding: 10px;
  float: left;
}

@media only screen and (min-width:480px) {
  ul.lista-clases li {
      width: 50%;
  }
}

@media only screen and (min-width:768px) {
  ul.lista-clases li {
      width: 33.3%;
  }
}

div.clases {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 0; */
}

div.clases img {
  max-width: 100%;
  width: 100%;

  -webkit-transition: all .8s ease-in-out;
  /* Old Chrome, Safari*/
  -moz-transition: all .8s ease-in-out;
  /* Old Firefox*/
  -ms-transition: all .8s ease-in-out;
  /* Internet Explorer*/
  -o-transition: all .8s ease-in-out;
  /*  Old Opera*/
  transition: all .8s ease-in-out;
  /*  Newer Browsers*/
}

/* Biblioteca */

ul.lista-biblioteca li {
  padding: 10px;
  float: left;
}

@media only screen and (min-width:480px) {
  ul.lista-biblioteca li {
      width: 50%;
  }
}

@media only screen and (min-width:768px) {
  ul.lista-biblioteca li {
      width: 33.3%;
  }
}

div.biblioteca {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 0; */
}

div.biblioteca img {
  max-width: 100%;
  width: 100%;

  -webkit-transition: all .8s ease-in-out;
  /* Old Chrome, Safari*/
  -moz-transition: all .8s ease-in-out;
  /* Old Firefox*/
  -ms-transition: all .8s ease-in-out;
  /* Internet Explorer*/
  -o-transition: all .8s ease-in-out;
  /*  Old Opera*/
  transition: all .8s ease-in-out;
  /*  Newer Browsers*/
}



/* Tabla de precios */

p.numero {
    color: navy;
    font-size: 4em;
    display: block;
    margin: 0 0 10px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

ul.lista-precios>li {
    padding: 10px;
}

@media only screen and (min-width:768px) {
    ul.lista-precios>li {
        float: left;
        width: 33.3%;
    }
}

div.tabla-precio {
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    padding: 40px 0px;
    text-align: center;
    transition: all.3s ease;
}

div.tabla-precio:hover {
    transform: scale(1.1);
    border: 1px solid navy;
    box-shadow: 0px 0px 50px #666;
}

div.tabla-precio ul li {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #868686;
    line-height: 26px;
}

div.tabla-precio ul li:before {
    font-family: 'fontAwesome';
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 20px;
    color: green;
    -webkit-font-smoothing: antialiased;
    /* Old Chrome, Safari*/
    -moz-font-smoothing: antialiased;
    /* Old Firefox*/
    -ms-font-smoothing: antialiased;
    /* Internet Explorer*/
    -o-font-smoothing: antialiased;
    /*  Old Opera*/
    content: '\f00c';
}

div.tabla-precio h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

div.tabla-precio p.numero {
    color: #000000;
    margin-top: 20px;
}

footer {
    background-color: #03AFF1;
    padding-top: 20px;
    margin-top: 20px;
}

footer .contenedor>div {
    color: #ffffff;
    padding: 0px 20px;
    font-size: 12px;
}

@media only screen and (min-width:768px) {
    footer .contenedor>div {
        width: 33.3%;
        float: left;
    }
}

footer h3 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}

footer h3 span {
    color: crimson;
}

footer .footer-contacto li {
    margin-bottom: 10px;
}

footer nav.redes-sociales {
    text-align: left;
}

p.copyright {
    background-color: #2e2e2e;
    color: #ffffff;
    padding: 5px 0;
    margin: 20px 0 0 0;
    text-align: center;
}

a.text-muted {
    color: rgb(217, 255, 0);
    font-weight: bold;
}

.what {
    bottom: 10px;
    position: fixed;
    right: 10px;
    width: 80px;
    z-index: 9999;
}


/* Internas */


/* Ingresantes */

.navegacion-principal .activo {
    border-bottom: 2px solid rgb(255, 255, 255);
}

div.galeria a {
    display: inline-block;
    margin-bottom: 5px;
}


/* Ciclos */

.precio-oferta {
    text-decoration: line-through;
    font-size: 25px;
    text-align: left!important;
    margin-left: 30px;
}

div.descuento {
    width: 60px;
    height: 35px;
    top: -5px;
    border-radius: 3px;
    background-color: #e75353;
    text-align: center;
    float: right;
    line-height: 35px;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    margin-top: 0px;
    margin-right: 30px;
}

.badge {
    padding: .7em 0.5em;
}

.izq {
    text-align: left;
    margin-left: 30px;
}


/* Colorbox */

.aver {
    padding: 10px!important;
    text-align: center;
    background-color: #03AFF1;
    color: #ffffff;
}

.imgs {
    padding: 10px!important;
    margin: 10px auto;
    display: block;
}


/* Ciclo */

.modificadoescolar {
    text-align: justify;
    font-size: 0.6em;
    font-family: 'Open Sans', sans-serif;
}

.modificadoescolar h1{
  text-align: justify;
  font-size: 4em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.modificadoescolar h3{
  text-align: justify;
  font-size: 4em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}


.img-responsive{
  display:block;
  max-width:100%;
  height:auto;
  margin: 0 0 20px 0;
}
.videocss{
  justify-content:center!important;
  width: 100%;
  height: 400px;
  margin: 40px 0 10px 0;
}

.start, .end {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  width: 40%;
}
.ciclodatos{
  background-color: #03AFF1;
  color: #ffffff;
  padding: 10px!important;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
  font-size: 2.1em;
}

div.ciclostodos h2{
  font-weight: bold;
  color: navy;
  font-size: 5em;
  display: block;
  margin: 0 0 10px 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

div.ciclostodos p{
  font-size: 3em;
  display: block;
  margin: 0 0 10px 0;
  font-family: 'Oswald', sans-serif;
}

div.ciclostodos h4{
  font-weight: bold;
  color: navy;
  font-size: 3em;
  display: block;
  margin: 40px 0 20px 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

div.ciclostodos ul li{
  font-size: 2em;
  display: block;
  margin: 0 0 10px 0;
  font-family: 'Oswald', sans-serif;
}

nav.menu-ciclos{
  width: 100%;
  border-bottom: 1px solid navy;
  padding: 10px;
  margin: 0 0 30px 0;
}

nav.menu-ciclos a{
  display: block;
  text-align: center;
  color: navy;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
  font-size: 2.9em;
}

@media only screen and (min-width:768px) {
  nav.menu-ciclos{
    display: 	table;
  }
}

@media only screen and (min-width:768px) {
  nav.menu-ciclos a{
    display: 	table-cell;
    color: black;
    font-weight: bold;
  }
}

nav.menu-ciclos a i{
  color: navy;
  font-size: 2em;
  margin-right: 10px;
}

div.ocultar{
  display: none;
}

/* Somos */

#officeImg {
  width: 100%;
  height: 100%;
}

div.aboutUsText p{
  font-family: 'Oswald', sans-serif;
  text-align: justify;
}

div.keepMargin h5{
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}

/* Contactos */

div.contacto{
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        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) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
