/*! 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
   ========================================================================== */
 
  



.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
   }
  
  .ftco-navbar-light {
    background: #fff !important;
    z-index: 3;
    padding: 0px 0px;
    border-radius: px;
    -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light {
        background: #ffffff !important;
        position: relative;
        top: 0;
        padding: 10px 15px; } }
    .ftco-navbar-light .navbar-brand {
      color: #df1e72;
      text-transform: uppercase;
      font-weight: 700; }
      .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
        color: #000; }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-brand {
          color: #000000; } }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px; } }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
      font-size: 14px;
      padding-top: 1.2rem;
      padding-bottom: 1.2rem;
      padding-left: 20px;
      padding-right: 20px;
      font-weight: 400;
      color: #333333;
      position: relative;
      opacity: 1 !important; }
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #df1e72; }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
          padding-left: 0;
          padding-right: 0;
          padding-top: .5rem;
          padding-bottom: .5rem;
          color: rgba(0, 0, 0, 0.7); }
          .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
            color: #000000; } }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
      border: none;
      background: #000000;
      -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
      -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
      box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
      border-radius: 4px;
      padding: 0; }
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
        font-size: 12px;
        color: #ffffff; }
        .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
          background: #df1e72;
          color: #000000; }
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
      color: #000000;
      background: #df1e72;
      border-radius: 0px; }
      @media (max-width: 767.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
          color: #000000;
          background: #df1e72;
          border-radius: 4px; } }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
      color: #df1e72; }
      @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.active > a {
          color: #000000; } }
    .ftco-navbar-light .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
      .ftco-navbar-light .navbar-toggler:focus {
        outline: none !important; }
  
  .social-media p a {
    border: 1px solid #e6e6e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 4px; }
    .social-media p a span {
      color: #df1e72; }
    .social-media p a:hover {
      background: #df1e72;
      border-color: #df1e72; }
      .social-media p a:hover span {
        color: #000000; }
    @media (max-width: 991.98px) {
      .social-media p a {
        border-color: #000000;
        width: 30px;
        height: 30px; }
        .social-media p a span {
          color: #000000; } }



.navbar-agb {
 position: relative;

          }
.navbar-agb img{
  position: absolute;
 
}


.container-fluid {
  height: 90%;
  width: 100%;
}

.carousel-inner img {
  height: 300px;
}


body{
background-color: #fff!important;
}





.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#df1e72;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  
}

.whatsapp-icon {
  margin-top:13px;
}
.whatsapp-icon:hover {
  margin-top:13px;
  color: #012355;
}

.cellphones {
  position:fixed;
  width:60px;
  height:60px;
  bottom:110px;
  right:40px;
  background-color:#012355;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.phone-icon {
  margin-top:13px;
}
.phone-icon:hover {
  margin-top:13px;
  color: #df1e72;
}





.seccion p{
  font-size: 1.2em;
  text-align: center;
}
h2{
  font-family: 'Anton', sans-serif;
  font-size: 2.4em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
}
h2::after{
  content: '';
  margin: 0 auto;
  background-image: url(../img/separador.png);
  height: 30px;
  width: 100px;
  display: block;
}
h3{
  font-family: 'Roboto', sans-serif;
  font-size: 1.8em;
  color: #df1e72;
  margin: 0em;
  letter-spacing: 2px;
}










html {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

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


.background {
  padding: 0 0px 0px;
  position: relative;
  width: 100%;
}

.background::after {
  content: '';
  background: #df1e72;
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -webkit-linear-gradient(top, #fff 0%,#fff 100%);
  background: linear-gradient(to bottom, #fff  0%,#fff  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
  .background {
    padding: 0 0 0px;
  }
}

.containers {
  margin: 0 auto;
  padding: 50px 0px 0 0;
  max-width: 960px;
  width: 100%;
}

.tabla-1 {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.precio-tabla {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .precio-tabla {
    flex-direction: row;
  }
}

.precio-tabla * {
  text-align: center;
  text-transform: uppercase;
}

.producto-d {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.producto-d:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .producto-d {
    border-bottom: none;
    border-right: 1px solid #ff1c7f;
    flex-basis: 100%;
    padding: 25px 25px;
  }

  .producto-d:last-child {
    border-right: none;
  }
}

.img-destacada {
  margin-bottom: 25px;
  max-width: 100%;
}

.nombre-p {
  color: #000000;
  font-weight: 600;
  letter-spacing: 1px;
}

.ul-content {
  color: #df1e72;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
  list-style:none;
}

.ul-p-item {
  border-top: 1px solid #ff1c7f;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 0;
}

.ul-p-item:last-child {
  border-bottom: 1px solid #ff1c7f;
}

.precio-p {
  color: #df1e72;
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.precio-b {
  border: 1px solid #ff1c7f;
  border-radius: 0px;
  color: #df1e72;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.precio-b:hover,
.precio-b:focus {
  background-color: #ffffff;
}

.precio-b.principal-b {
  background-color: #df1e72;
  color: #fff;
}

.precio-b.principal-b:hover,
.precio-b.principal-b:active {
  background-color: #df1e72;
}



h2{
  font-family: 'Roboto', sans-serif ;
  font-weight: 900;
  font-size: 2.4em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  color: #000;
}
h2::after{
  content: '';
  margin: 0 auto;
  background-image: url(../img/separador.png);
  height: 30px;
  width: 100px;
  display: block;
}


/* ==========================================================================
   PRODUCTOS DESTACADOS
   ========================================================================== */
   section.producto-ff{
    position: relative;
  }
  div.contenedor-video{
    max-width: 100%;
    overflow-x: hidden;
  }
  div.contenido-producto{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  div.programa-producto{
    background-color: rgba(255, 255, 255, .8);
    padding: 1px;
    margin-top: 20px;
  }
  @media only screen and (min-width: 768px){
    div.programa-producto{
      padding: 5%;
      width: 60%;
    }
  }
  @media only screen and (min-width: 992px){
    div.programa-producto{
      padding: 5%;
      width: 80%;
    }
  }
  nav.menu-producto-destacado{
    width: 100%;
    border-bottom: 1px solid #df1e72;
    padding-bottom: 10px;
  }
  @media only screen and (min-width: 768px){
    nav.menu-producto-destacado{
      display: table;
    }
  }
  nav.menu-producto-destacado a{
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  @media only screen and (min-width: 768px){
    nav.menu-producto-destacado a{
      display: table-cell;
    }
  }
  nav.menu-producto-destacado a i,
  div.detalle-producto p i{
    color: #df1e72;
    font-size: 1.6em;
    margin-right: 10px;
  }


  h2::after{
    content: '';
    margin: 0 auto;
    background-image: url(../img/separador.png);
    height: 30px;
    width: 100px;
    display: block;
  }



/* ==========================================================================
    PRODUCTOS NUEVOS
   ========================================================================== */

   ul.nuevo-producto li{
    padding: 10px;
    float: left;
  }
  @media only screen and (min-width: 480px){
    ul.nuevo-producto li{
      width: 50%;
    }
  }
  @media only screen and (min-width: 768px){
    ul.nuevo-producto li{
      width: 33.3%;
    }
  }
  div.nuevos{
    position: relative;
    overflow: hidden;
  }
  div.nuevos img{
  max-width: 100%;
  filter: gray;
  -webkit-filter: grayscale(0.5);
  -webkit-transition: all .5s ease-in-out;
  }
  div.nuevos:hover img{
    filter: gray;
    -webkit-filter:grayscale(0);
    -webkit-transform:scale(1.1);
  }
  div.nuevos p{
    position: absolute;
    bottom: 0;
    left: 0em;
    padding: 15px 10px;
    margin: 0em;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    letter-spacing: 2px;
  }
  div.nuevos:hover p{
    bottom: -80px;
    opacity: 0;
  
  }
  

/* ==========================================================================
    CONTADOR
   ========================================================================== */
   .parallax::before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0em;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center ;
    background-attachment: fixed;
    filter: brightness(.5);

  }
div.contador{
    position: relative;
    height: auto;
  }
div.contador::before{
    background-image: url(../img/tarot.jpg);
    content: '';
  }

ul.resumen-evento{
    position: relative;
    padding: 120px 0;
    list-style:none.
  }
ul.resumen-evento li{
    width: 50%;
    float: left;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
  font-weight: 900;
    font-size: 24px;
    list-style:none;
  }


@media only screen and (min-width: 768px){
 ul.resumen-evento li{
   width: 25%;
 }
  }
  p.numeros{
    
   color: #df1e72;
   font-size: 3em;
   
   display: block;
   margin: 0 0 10px 0;
   font-family: 'Roboto', sans-serif;
  font-weight: 900;
 }



 /* ==========================================================================
   TESTIMONIALES
   ========================================================================== */
div.testimoniales{
  padding-bottom: 20px;
}
div.testimonial{
  padding: 5px;
}
@media only screen and (min-width: 768px){
  div.testimonial{
    float: left;
    width: 33.3%;
  }
}

blockquote{
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  position: relative;
  margin: 0 0 10px 0;
  padding-bottom: 20px;
}
blockquote p{
  text-align: justify!important;
  font-size: calc(0.5em + 1vw)!important;
  
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 0 20px 0px 65px;
}
@media only screen and (min-width: 768px){
  div.testimonial blockquote p{
    font-size: 1em!important;
    font-family: 'Roboto', sans-serif ;
    
  }
}
blockquote p::before{
  content: '\201c';
  position: absolute;
  left: 13px;
  top: 8px;
  font-size: 8rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #df1e72;
}
footer.info-testimonial{
  padding: 0;
}
footer.info-testimonial img{
  float: left;
  width: 20%;
  border-radius: 50%;
  margin-left: 20px;
}
footer.info-testimonial cite{
  text-align: left;
  color: #df1e72;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 20px;
  width: 66.6%;
  float: right;
  font-weight: bold;
  font-style: normal;
}
footer.info-testimonial cite span{
color: #000000;
display: block;
text-transform: none;
margin-top: 5px;
}







h2.oraciones{
color: #fff;
font-size: 70px;
}

.btn-primary{
background-color: #df1e72;
border-color: #df1e72;
float: right;

}

.btn-secondary{
  background-color: #012355;
  border-color: #012355;
  float: right;
  
  }
.btn-primary:hover{
  background-color: #012355;
  border-color: #012355;
  }

.btn-primary:focus{
  background-color: #012355;
  border-color: #012355;
   }
h5.card-title{
font-weight: bold;

}
  
h5{

  font-weight: bold;
}


p.terminos{

text-align:justify;
margin: 100px;

}







.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}



.ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
  color: #012355;
}




/* ==========================================================================
   SINCRETIZACION
   ========================================================================== */

   ul.lista-sin > li{
    padding: 10px;
    display: inline-block;
    width: 100%;
  
    }
    @media only screen and (min-width: 768px){
      ul.lista-sin > li{
        padding: 10px;
        display: inline-block;
        }
    }
    @media only screen and (min-width: 768px){
     ul.lista-sin > li{
        float: left;
        width: 33.3%;
      }
    }

    div.tabla-categoria p.sincretizacion{
      color: #000000;
      margin-top: 10px 0;
      text-transform: uppercase;
      text-align: center;
    }
    div.tabla-categoria p.sincretizacion-c{
      font-size: 1em;
      color: #000000;
      text-transform: uppercase;
      border: 20px;
      padding: 20px;
      height: 108px;
      text-align: center;

    }
    @media only screen and (min-width: 768px){
      div.tabla-categoria p.sincretizacion-c{
        font-size: calc(0.1em + 1vw);
      }
    }
    @media only screen and (min-width: 768px){
      div.tabla-categoria p.sincretizacion{
        margin-top: 50px;
        height: 100px;
        text-align: center;
      }
    }
    div.tabla-categoria p.numero-s{
      font-size: 3em;
      text-align: center;
      color: #df1e72;
      font-family: 'Anton', sans-serif;
    }








    /* ==========================================================================
   ORACIONES
   ========================================================================== */
   ul.lista-ora > li{
    padding: 10px;
    display: inline-block;
    width: 100%;
  
    }
    @media only screen and (min-width: 768px){
      ul.lista-ora > li{
        padding: 10px;
        display: inline-block;
        }
    }
    @media only screen and (min-width: 768px){
     ul.lista-ora > li{
        float: left;
        width: 33.3%;
      }
    }

    div.tabla-categoria p.ora{
      color: #000000;
      margin-top: 10px 0;
      text-transform: uppercase;
      text-align: center;
      
    }
    @media only screen and (min-width: 768px){
      div.tabla-categoria p.ora{
        margin-top: 50px;
        height: 100px;
        text-align: center;
      }
    }
    div.tabla-categoria p.ora{
      font-size: 3em;
      text-align: center;
      color: #df1e72;
      font-family: 'Anton', sans-serif;
    }

  /*
/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

body {
  background: #f4f4f4;
}

.banner {
  background: #a770ef;
  background: -webkit-linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);
  background: linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);
}



/* ==========================================================================
   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;
  }
}

