/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.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
========================================================================== */
@font-face {
  font-family: "Amino";
  src: url("../fonts/Amino-Regular.eot");
  src: local("Amino Regular"), local("Amino-Regular"), url("../fonts/Amino-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Amino-Regular.woff2") format("woff2"), url("../fonts/Amino-Regular.woff") format("woff"), url("../fonts/Amino-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Amino";
  src: url("../fonts/Amino-Light.eot");
  src: local("Amino Light"), local("Amino-Light"), url("../fonts/Amino-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Amino-Light.woff2") format("woff2"), url("../fonts/Amino-Light.woff") format("woff"), url("../fonts/Amino-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Amino";
  src: url("../fonts/Amino-Bold.eot");
  src: local("Amino Bold"), local("Amino-Bold"), url("../fonts/Amino-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Amino-Bold.woff2") format("woff2"), url("../fonts/Amino-Bold.woff") format("woff"), url("../fonts/Amino-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Amino";
  src: url("../fonts/Amino-Medium.eot");
  src: local("Amino Medium"), local("Amino-Medium"), url("../fonts/Amino-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Amino-Medium.woff2") format("woff2"), url("../fonts/Amino-Medium.woff") format("woff"), url("../fonts/Amino-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
  @font-face {
    font-family: "Amino";
    src: url("../fonts/Amino-Black.eot");
    src: local("Amino Black"), local("Amino-Black"), url("../fonts/Amino-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Amino-Black.woff2") format("woff2"), url("../fonts/Amino-Black.woff") format("woff"), url("../fonts/Amino-Black.ttf") format("truetype");
    font-weight: Bolder;
    font-style: normal;
}
/*
* 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; }

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
Author's custom styles
========================================================================== */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  color: #182027;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Amino"; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Amino";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1; }

h4,
h5,
h6 {
  text-transform: none; }

h4 {
  font-size: 1.5rem; }

p {
  text-align: justify;
  margin-bottom: 1rem;
  font-weight: 300; }

figure {
  margin: 0; }

.titulo2 {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px; }

.titulo3 {
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 0.8rem; }

.img-fluid {
  width: 100%;
  height: auto; }

/*.img-historia-2,
.img-historia-3 {
    display: none;
}*/
.btn {
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 2px;
  opacity: 1;
  transition: 0.5s;
  color: #182027;
  text-decoration: none;
  padding: 0 40px;
  background-color: white;
  line-height: 50px;
  border-radius: 50px;
  outline: none; }
  .btn:hover {
    background-color: transparent;
    color: white;
    border-color: white; }

.p-15 {
  padding-left: 25px;
  padding-right: 25px; }

.color-verde-a {
  color: #d2dc41 !important;
  font-size: 1.1rem;
  margin-top: 30px; }

.menu-footer {
  display: none; }
  .menu-footer ul {
    display: flex;
    justify-content: center;
    align-items: end;
    padding-top: 2rem;
    padding-bottom: 1.9rem;
    margin: 0; }
    .menu-footer ul li {
      list-style: none;
      padding: 0 0.9rem; }
    .menu-footer ul a {
      font-size: 1.05rem;
      text-decoration: none;
      color: #fff;
      transition: 0.5s; }
    .menu-footer ul a:hover {
      color: #049f38;
      transition: 0.5s; }

.imagen-social {
  padding-left: 1.1rem; }

.txt-blanco {
  color: white; }

.content-acerca {
  padding-bottom: 2rem; }

.taptap-logo-image img {
  max-height: 32px !important; }

/*** Seccion Intro ***/
#row-intro {
  background: #131a20; }

.bg-header-logo {
  background: url(../img/bg-logo-header.png);
  width: 548px;
  height: 204px; }

/*** Seccion Acerca ***/
#row-acerca {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 3rem; }
  #row-acerca h2 {
    color: #049f38; }

.bg-formas-1 {
  background: url(../img/bg-formas-2.png) no-repeat;
  background-size: cover;
  min-height: 208px; }

/*** Seccion Empresas ***/
#row-empresas {
  background-color: #182027;
  background-image: url(../img/bg-triangulo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: left;
  background-position-y: bottom;
  padding-top: 5rem; }
  #row-empresas .titulo2 {
    color: white; }

.content-logo {
  display: grid;
  grid-template: repeat(4, 150px)/repeat(2, 50%);
  justify-items: center;
  align-items: center;
  padding: 0 0 2.9rem 0; }

.logo {
  opacity: 1;
  transition: 0.5s;
  text-align: center; }
  .logo img {
    max-width: 70%; }

.row-empresa {
  display: flex;
  flex-direction: column; }

/*** Seccion Historia ***/
#row-historia {
  /*.titulo2 {
      text-transform: none;
      font-size: 2.6rem;
      font-weight: 500;
  }*/ }

.historia-parrafo {
  font-size: 1.2rem;
  text-shadow: 1px 1px 4px #000; }

.content-valores {
  display: flex;
  flex-direction: column; }
  .content-valores .historia-item {
    max-height: 300px;
    display: flex; }
    .content-valores .historia-item img {
      object-fit: cover; }

.foto-historia {
  min-height: 430px;
  max-height: 474px;
  margin-bottom: -6px; }

.img-fluid-compromiso {
  width: 100%;
  height: 300px; }

.img-fluid-orientacion {
  width: 100%;
  height: 300px; }

.img-fluid-creatividad {
  width: 100%;
  height: 300px; }

.historia-item {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%; }
  .historia-item:hover figcaption {
    background-color: rgba(24, 32, 39, 0.45); }

.historia-item figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(24, 32, 39, 0.65);
  color: white;
  transition: all 0.35s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .historia-item figcaption h3,
  .historia-item figcaption p {
    text-align: center; }

.fudandor-imagen {
  text-align: center; }
  .fudandor-imagen img {
    max-width: 290px; }

/*** Seccion Responsabilidad ***/
#row-responsabilidad {
  background-color: #049f38;
  padding-top: 3rem; }
  #row-responsabilidad .titulo3 {
    font-size: 1.2rem;
    background: transparent url(../img/titulo-icon.png) no-repeat left center;
    padding-left: 20px;
    background-size: 10px; }

.fotos-responsabilidad {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }

.foto-responsabilidad {
  flex: 50%; }

/*** Seccion Video ***/
#row-video {
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  #row-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }

.video-kio {
  width: 100%;
  height: 330px;
  position: absolute;
  object-fit: cover;
  z-index: -1; }

.texto-video-kio {
  width: 80%;
  height: auto;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  color: white;
  z-index: 1; }

/*** Seccion Footer ***/
#row-footer {
  background-color: #182027; }
  #row-footer a {
    color: white;
    text-decoration: none;
    transition: 0.5s; }
    #row-footer a:hover {
      color: #049f38; }

.content-logo-footer {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.6rem; }

.content-social {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding-top: 1.2rem; }

.infor-kio {
  text-align: center;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem; }
  .infor-kio span,
  .infor-kio address {
    font-size: 0.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    font-style: normal;
    display: block; }

.content-derechos-reservados {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #131a20;
  min-height: 90px; }
  .content-derechos-reservados span {
    font-size: 0.6rem;
    padding-top: 0.5rem; }

.logo-tangelo {
  padding-bottom: 0.1rem;
  padding-left: 0.4rem;
  padding-right: 0.3rem; }

.taptap-logo-wrapper {
  top: 30px;
  left: 30px;
  visibility: hidden; }

.taptap-header-bg-image,
.taptap-header,
.taptap-menu-button-wrapper,
.taptap-search-button-wrapper,
.taptap-logo-wrapper {
  transition: none !important; }

.fancybox-content {
  max-width: 80%;
  position: static;
  background: transparent;
  color: white;
  padding: 1rem; }

.fancybox-container {
  z-index: 99992999; }

.fancybox-close-small {
  color: white !important; }

.fancybox-bg {
  background: #182027;
  opacity: 1 !important; }

.empresa-logo img {
  padding-bottom: 1rem;
  padding-top: 2rem; }

.empresa-descripcion p {
  font-size: 1rem;
  padding-bottom: 1rem;
  margin: 0; }

.empresa-descripcion a {
  background-color: #45ba54;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 0.7rem 1.7rem;
  text-align: center;
  border-radius: 30px; }

.fancybox-button {
  width: 60px;
  height: 60px; }

.wpml-ls-legacy-list-horizontal {
  position: fixed;
  top: 22px;
  right: 80px;
  z-index: 100000; }
  .wpml-ls-legacy-list-horizontal a {
    color: #dbdbdb;
    font-size: 16px; }

.wpml-ls-legacy-list-horizontal > ul li:first-child {
  border-right: 1px solid #dbdbdb; }
  .wpml-ls-legacy-list-horizontal > ul li:first-child a {
    padding: 0px 10px; }

.wpml-ls-link .wpml-ls-native {
  color: white; }

/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.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: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
/* <-------------------vercion movile--------------------> */
@media (min-width: 576px) {
  .historia-parrafo {
    width: 70%; }

  .texto-video-kio {
    font-size: 1.2rem; }

  .titulo2 {
    color: white; }

  .infor-kio {
    padding-bottom: 1.5rem; } }
@media (min-width: 768px) {
  h4 {
    margin-top: 2rem; }

  .logo {
    opacity: 0.5; }
    .logo:hover {
      opacity: 1; }

  .content-logo {
    grid-template: repeat(4, 180px)/repeat(2, 50%); }
    .content-logo .logo img {
      max-width: 90%; }

  .infor-kio span,
  .infor-kio address {
    font-size: 1.1rem;
    padding-left: 1em;
    padding-right: 1em; }

  .infor-kio span {
    display: inline; }

  .img-fluid-compromiso {
    width: 100%;
    height: 300px;
    object-fit: unset; }

  .img-fluid-orientacion {
    width: 100%;
    height: 300px;
    object-fit: unset; }

  .img-fluid-creatividad {
    width: 100%;
    height: 300px;
    object-fit: unset; }

  .historia-item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%; }
    .historia-item:hover figcaption {
      background-color: rgba(24, 32, 39, 0.85); }

  .valores {
    color: #fff;
    font-size: 3.5rem; }

  .content-derechos-reservados span {
    font-size: 0.75rem; }

  #row-empresas {
    background-size: 70%; }

  .foto-responsabilidad {
    flex: 3; }

  .row-empresa {
    flex-direction: row; }

  .fancybox-content {
    padding: 0; }

  .empresa-descripcion p {
    font-size: 0.8rem; }

  .empresa-logo img {
    width: auto;
    padding-top: 0.5rem; }

  .fancybox-button {
    width: 80px;
    height: 80px; }

  .empresa-contenido {
    width: 70%;
    padding-left: 1rem; }

  #row-video {
    height: 400px; }

  .video-kio {
    height: 400px; }

  .texto-video-kio {
    font-size: 1.8rem; }

  /*.img-historia-1,
  .img-historia-3 {
      display: none;
  }
  .img-historia-2 {
      display: block;
  }*/
  .content-valores {
    flex-direction: row; }
    .content-valores .historia-item {
      max-height: 474px; }
      .content-valores .historia-item img {
        top: 0; }

  .taptap-logo-wrapper {
    background: transparent url(../img/bg-logo-header.png) no-repeat;
    background-size: contain;
    width: 338px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0 !important;
    left: 0 !important; }

  .taptap-logo-image {
    padding-bottom: 55px; }
    .taptap-logo-image img {
      max-height: 40px !important; }

  .fotos-responsabilidad .foto-responsabilidad:nth-child(2) {
    order: 3; } }
@media (min-width: 992px) {
  p {
    line-height: 1.6; }

  .titulo2 {
    font-size: 2.9rem;
    margin-bottom: 2rem; }

  .titulo3 {
    font-size: 1.9rem; }

  #row-empresas .titulo2,
  #row-responsabilidad .titulo2 {
    text-align: left; }

  #row-acerca {
    flex-direction: row;
    padding-top: 0; }

  .parrafo-historia {
    width: 70%;
    font-size: 1.1rem; }

  .valores {
    font-size: 1.5rem; }

  .content-acerca {
    width: 70%;
    padding-left: 7rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 5rem; }

  .content-responsabilidad {
    width: 60%;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 6rem;
    padding-bottom: 5.5rem; }

  .titulo-res {
    font-size: 2rem; }

  #row-responsabilidad {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    background: #049f38 url(../img/bg-responsabilidad-1.png) right bottom no-repeat;
    background-size: 90%; }

  .fotos-responsabilidad {
    width: 40%;
    flex-direction: column; }

  .foto-responsabilidad {
    width: 100%;
    flex: auto; }

  .parrafo-responsabilidad {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    line-height: 1.9rem; }

  .foto-responsabilidad {
    display: flex;
    justify-content: center; }
    .foto-responsabilidad img {
      object-fit: cover; }

  .bg-formas-1 {
    background: url(../img/bg-formas-1.png) no-repeat;
    background-size: cover;
    min-height: 208px;
    width: 30%; }

  #row-video {
    height: 600px; }

  .video-kio {
    height: 600px; }

  .menu-footer {
    display: block; }

  .menu-footer ul li a {
    font-size: 1.2rem; }

  .infor-kio span,
  .infor-kio address {
    line-height: 1.9rem; }

  .firma {
    padding-left: 2rem; }
    .firma a {
      color: white !important; }

  .logo-tangelo {
    padding-bottom: 0.4rem; }

  #row-empresas .titulo2 {
    text-align: center; }

  .content-logo {
    grid-template: repeat(2, 200px)/repeat(4, 25%);
    padding: 0rem 0 3rem 0; }

  .empresa-contenido {
    width: 80%;
    padding-left: 1.9rem; }

  .empresa-descripcion p {
    font-size: 0.91rem;
    text-align: left;
    padding-bottom: 0.7rem; }

  .empresa-descripcion a {
    font-size: 1.1rem; }

  .fancybox-navigation {
    display: none; }

  .fancybox-navigation .fancybox-button {
    width: 80px;
    height: 110px; }

  .content-logo-footer {
    padding-bottom: 1.9rem; }

  .texto-video-kio {
    font-size: 1.9rem;
    width: 70%; }

  .content-derechos-reservados {
    font-size: 0.9rem;
    flex-direction: row; }

  .content-logo .logo img {
    max-width: 80%; }

  .taptap-logo-wrapper {
    width: 418px;
    height: 164px; }

  .taptap-logo-image {
    padding-bottom: 55px; }
    .taptap-logo-image img {
      max-height: 50px !important; } }
@media (min-width: 1200px) {
  p {
    font-size: 1.2rem;
    line-height: 2rem; }

  .wpml-ls-legacy-list-horizontal {
    top: 32px; }

  .color-verde-a {
    font-size: 1.3rem;
    margin-top: 3rem; }

  .textos-acerca {
    max-width: 85%; }

  .textos-responsabilidad {
    max-width: 95%; }

  .historia-parrafo {
    max-width: 50%;
    font-size: 1.5rem; }

  .logo img {
    max-width: none; }

  .row-empresa {
    width: 85%;
    margin: auto; }

  .empresa-logo img {
    padding-top: 0.4em; }

  .fancybox-button {
    width: 90px;
    height: 90px; }

  .empresa-descripcion p {
    padding-bottom: 1rem;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.9rem; }

  .empresa-contenido {
    width: 70%;
    padding-left: 1.9rem; }

  button {
    background-color: #669933;
    border: 1px solid #669933;
    width: 120px;
    border-radius: 13px;
    padding: 2% 4%;
    color: white;
    font-family: sans-serif; }

  .menu-footer ul {
    padding-bottom: 1.1rem; }

  .menu-footer ul li {
    padding: 0 2rem; }

  .content-derechos-reservados span {
    font-size: 0.8rem; }

  /*.img-historia-1,
  .img-historia-2 {
      display: none;
  }*/
  /*.img-historia-3 {
      display: block;
  }*/
  .content-social {
    padding-bottom: 1.3rem; }

  .content-logo {
    max-width: 1200px;
    padding: 1rem 0 5rem 0;
    margin-right: auto;
    margin-left: auto;
    grid-template: repeat(2, 250px)/repeat(4, 25%); }

  .content-logo .logo img {
    max-width: none; }

  #row-video {
    height: 900px; }

  .video-kio {
    height: 900px; }

  .texto-video-kio {
    font-size: 2rem;
    width: 60%; }

  .infor-kio {
    line-height: 3em; }

  #row-empresas {
    padding: 7rem 0 0 0; }

  .content-acerca {
    padding-left: 7rem;
    padding-right: 6rem;
    padding-top: 6rem;
    padding-bottom: 7rem;
    display: flex;
    justify-content: flex-end; }

  .bg-formas-1 {
    width: 40%; }

  #row-responsabilidad .titulo2 {
    margin-bottom: 3rem; }

  .content-responsabilidad {
    padding-bottom: 7rem;
    padding-left: 6rem;
    padding-right: 5rem;
    width: 65%; }

  .titulo2 {
    font-size: 3.2rem;
    font-weight: 500; }

  .fotos-responsabilidad {
    width: 35%; }

  .taptap-logo-wrapper {
    width: 478px;
    height: 174px; }

  .taptap-logo-image {
    padding-bottom: 55px; }
    .taptap-logo-image img {
      max-height: 53px !important; }

  .fancybox-content {
    max-width: 1184px; } }
@media (min-width: 1600px) {
  .historia-parrafo {
    font-size: 1.2rem; }

  .titulo2 {
    font-size: 3.5rem; }

  .titulo3 {
    font-size: 1.85rem; }

  .taptap-logo-wrapper {
    width: 548px;
    height: 204px; }

  .taptap-logo-image {
    padding-bottom: 55px; }
    .taptap-logo-image img {
      max-height: 57px !important; } }
@media (max-width: 575px) {
  #row-responsabilidad .titulo2 {
    font-size: 1.7rem; }

  .taptap-logo-wrapper {
    left: 15px !important; }

  .taptap-menu-button-wrapper {
    right: 10px !important;
    top: 25px !important; }

  .wpml-ls-legacy-list-horizontal {
    top: 27px;
    right: 40px; } }
@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: transparent !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; } }
