/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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;
    font-family: Dosis, sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/* Borda */
.borda {
    position: fixed;
    width: 2vh;
    height: 2vh;
    background-color: #fff;
    z-index: 99;
}

.borda.top,
.borda.bottom {
    width: 100vw;
}

.borda.left,
.borda.right {
    height: 100vh;
}

.borda.right {
    right: 0;
}

.borda.bottom {
    bottom: 0;
}

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


/* ==========================================================================
   FONTS
   ========================================================================== */


@font-face {
    font-family: Nasalization;
    src: url(../fonts/nasalization-rg.ttf);
}



/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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

/*GERAL*/
ul {
    -webkit-padding-start: 0px !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nuvens {
    padding: 0;
    background-image: url(https://2026.veraoarte.com.br/wp-content/uploads/2025/12/so_nuvens-2.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.row {
    margin: 0;
}

.col-xs-12 {
    padding: 0;
}

.color-white {
    color: white;
}


.text-center {
    text-align: center;
}

.opacity50 {
    opacity: 0.5;
}

.opacity90 {
    opacity: 0.9;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-180 {
    padding-top: 180px;
}

.ptp-10 {
    padding-top: 10%;
}


.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-70 {
    padding-bottom: 70px;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.plr-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.plp-10 {
    padding-left: 10%;
}

.plp-20 {
    padding-left: 20%;
}

.plrp-10 {
    padding-left: 10%;
    padding-right: 10%
}



.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mlr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mlr-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mlr-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.pr-30 {
    padding-right: 30px;
}


.absolute {
    position: absolute;
}

.bot-0 {
    bottom: 0;
}

.font-Nasalization {
    font-family: 'Nasalization', sans-serif;
}

.font-dosis {
    font-family: 'Dosis', sans-serif;
}

.font-size-38 {
    font-size: 38px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-16 {
    font-size: 16px !important;
}


.font-weight-600 {
    font-weight: 600;
}


.parallax-internas {
    /* The image used */
    /* Full height */
    /* height: 250px; */
    padding-top: 60px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h2 {
    color: #003582;
    margin: 0;
}

/*MENU*/

.patrocinador_topo {
    background-color: black;
    width: 100%;
}

#menu-menu-principal {
    margin: 0 !important;
    padding: 0 !important;
}

.menu-row {
    position: fixed;
    background-color: #fff;
    height: auto;
    z-index: 3;
    width: 100%;
}

@media (max-width: 905px) {
    nav.nav-menu {
        padding: 10px;
        position: fixed;
        top: 49px;
        left: 16px;
        background-color: white;
        z-index: 9999;
    }
}

nav.nav-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.nav-menu img {
    max-height: 50px;
}

.nav-menu ul {
    list-style: none;
    text-align: center;
}

.nav-menu ul li {
    display: inline-block;
    padding: 20px 7px 20px 7px;
}

.nav-menu ul li a {
    color: #333;
    font-family: "Nasalization", sans-serif;
    font-size: 16px;
}

.nav-menu ul li .sub-menu {
    position: absolute;
    top: 60px;
    z-index: 10;
    display: none;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.nav-menu ul li:hover>.sub-menu {
    display: block;
}


.nav-menu ul li ul li {
    clear: both;
    display: block;
    padding: 10px 15px 10px 15px;
}


/*BOTÃ•ES e Links*/

a.main-button {
    padding: 10px 20px;
    border: 2px solid black;
    color: black;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;

}


a.main-button:hover {
    color: white;
    background-color: black;
    text-decoration: none;

}



a.main-button-dark {
    padding: 10px 20px;
    border: 2px solid #000;
    color: black;
    background-color: white;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}


a.main-button-dark:hover {
    background-color: #f68c35;
    border-color: #3c3c3c;
}

.frostWhite {
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(30px) saturate(200%);
    padding: 40px;
    border-radius: 4px;
}

a.wp-block-button__link:hover {
    color: white;
    text-decoration: none;
    border-bottom: solid 4px #7e3900;
    box-shadow: 0px 5px 8px #743a0b38;
}

a.wp-block-button__link {
    border-bottom: solid 4px #c4783a;
    background-color: #F68C35;
}

@media (max-width: 768px) {
    .somenteDesktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .somenteCelular {
        display: none;
    }
}

/*DOBRA 1*/

body,
html {
    height: 100%;
}

.parallax {
    /* The image used */
    /* Full height */
    height: 100vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wp-block-columns {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}

#title-dobra1 {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: inherit;

    bottom: 0;
    /*! min-height: 50px; */
}

#title-dobra1 img {
    max-width: 80%;
}

.wp-block-group.is-layout-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    max-height: 80vh;
    gap: 7vh;
}

.wp-block-group.is-layout-flex img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

#hero-img1 {
    height: 11vh;
    max-width: 67%;
    width: auto;
}

#hero-img2 {
    height: 40vh;
    max-width: 80%;
}

.scroll-down {
    /* position: absolute; */
    width: 100%;
    text-align: center;
    /* bottom: 80px; */
}


/*DOBRA 2*/

#dobra2 {
    height: auto;
    background-color: transparent;
}

#dobra2 h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
}

@media(max-width: 768px) {
    #dobra2 h2 {
        font-size: 30px;
    }
}

#dobra2 p {
    margin-top: 20px;
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #565656;
}

#dobra_video {
    position: relative;
    height: 0;
    overflow: hidden;
    background: black;
}

/* 16x9 Aspect Ratio */
.dobra_video-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.dobra_video-4x3 {
    padding-bottom: 75%;
}


#dobra_video iframe {
    position: absolute;
    top: 13%;
    left: 13%;
    width: 74%;
    height: 74%;
    margin: 0 auto;
    text-align: center;
}

/*DOBRA 3*/

#dobra3 {
    background-color: white;
    color: black;
    text-align: center;
}




/*DOBRA 4*/

#fotos {
    background-color: white;
    height: 80vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

#fundoGaleria {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 25vh 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#fundoGaleria .galeriaTexto {
    color: black;
    max-width: 400px;
}

#fundoGaleria .galeriaTexto h2 {
    font-size: 46px;
}


#fundoGaleria .galeriaTexto p {
    margin-top: 20px;
    text-align: justify;
    font-size: 21px;
    line-height: 28px;
}


@media(max-width: 768px) {
    .parallax {
        height: 100vh;
        background-size: auto;
    }

    .scroll-down {
        position: absolute;
        width: 100%;
        text-align: center;
        padding-top: 15%;
    }
}


/*FICHA TECNICA*/

#ficha-tecnica {
    color: #333;
}

#ficha-tecnica.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
}

#ficha-tecnica.row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.info_ficha_tecnica p {
    font-size: 18px;
    padding-bottom: 10px;
}

.imagem_ficha_tecnica {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}


/*PATROCINADORES*/

#patrocinadores {
    background-image: url('/wp-content/uploads/2026/01/fundo-nuvem.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    text-align: center;
}

#patrocinadores img {
    max-width: 90%;
}


/*CONTATO*/

#contato {
    background-color: white;
    color: #363636;
}

#contato h2 {
    text-align: center;
}


#contato input,
#contato textarea {
    width: 90%;
    padding-left: 15px;
    color: #363636;
    border: none;
    border-bottom: solid 1px;
}

#contato input {
    height: 3em;
}

#contato textarea {
    height: 150px;
}

#contato input.wpcf7-form-control.wpcf7-submit {
    background-color: black;
    border: solid 2px white;
    color: white;
}

#contato input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: black;
    color: white;
}

.informacoes_texto {
    line-height: 2em;
    font-size: 18px;
}




/*SIGA*/

#siga {
    background-color: transparent;
    color: #333;
}

#siga p {
    font-size: 18px;
}

#siga form input {
    background-color: rgba(256, 256, 256, 0.3);
    width: 90%;
    height: 2em;
    border: none;
    padding-left: 15px;
    color: white;
}

#siga input.wpcf7-form-control.wpcf7-submit {
    background-color: transparent;
    border: solid 2px white;
    color: white;
}

#siga input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: white;
    color: black;
}



#siga ::-webkit-input-placeholder {
    color: white;
}

#siga :-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

#siga ::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

#siga :-ms-input-placeholder {
    color: white;
}

#siga .social-list {
    list-style: none;
    -webkit-padding-start: 0px;
}

#siga .social-list li {
    display: inline-block;
    padding: 0 10px 0 0px !important;
}








/* ==========================================================================
   PÃGINA ARCHIVE DE EVENTOS
   ========================================================================== */

.titulo_evento {
    height: 450px;
    background-size: cover !important;
    background-position: center center !important;
}


.events_box {
    border: 1px solid #ccc;
}

.image_event_box {
    margin: 0;
    padding: 0;
}

.title_event_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 30%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Mesma coisa do FrostWhite para a página de eventos */
section.tribe-common-l-container.tribe-events-l-container,
.tribe-events-pg-template {
    background-color: rgba(255, 255, 255, .8) !important;
    backdrop-filter: blur(30px) saturate(200%);
}

#tribe-events-pg-template {
    max-width: 100% !important;
}


.tribe-events-event-image {
    width: 100%;
}

.tribe-events-event-image img {
    max-width: 100%;
    height: auto;
}

.tribe-events-list .tribe-events-list-event-title {
    font-size: 24px !important;
    font-weight: 600;
    text-transform: uppercase;
}

.tribe-events-list .tribe-events-page-title {
    text-transform: uppercase;
    padding-top: 2%;
}

.tribe-events-list-event-description.tribe-events-content {
    font-size: 18px;
}

.tribe-events-loop .tribe-events-event-meta {
    font-size: 16px !important;
}


.tribe-events-list-separator-month,
.tribe-events-day-time-slot {
    background-color: #000 !important;
    color: white;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 6px 10px;
    margin: 0 !important;
}

.tribe-event-url,
.tribe-event-url:hover {

    color: white !important;
    text-transform: uppercase;


}

ul.tribe-events-sub-nav li a {
    color: #fff;
    background-color: rgba(0, 53, 130, 0.5);
    padding: 10px 20px;
    filter: saturate(2);
    display: inline-block;
}

ul.tribe-events-sub-nav li a:hover {
    filter: saturate(1);
}

.tribe-events-venue-map {
    width: 100% !important;
}

.tribe-events-venue-details {
    font-weight: 200;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

@media (max-width: 991px) {
    .tribe-events-list .tribe-events-venue-details {
        border: none !important;
    }
}


#tribe-bar-form label {
    font-family: 'Dosis', sans-serif;
    font-size: 14px !important;
}


#tribe-bar-form .tribe-bar-submit input[type=submit] {
    padding: 10px 20px;
    border: 2px solid #000 !important;
    color: white !important;
    background-color: #000 !important;
    font-family: 'Dosis', sans-serif;
    font-size: 14px !important;
    text-decoration: none;
    text-transform: uppercase;

}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
    background-color: #3c3c3c !important;
    border-color: #3c3c3c !important;

}

.bb-events {
    border-bottom: 1px solid #ccc;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    margin-left: 12px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
    background-color: transparent !important;
    border: none;
}

.tribe-events .tribe-events-c-events-bar__search-container {
    background-color: transparent !important;
}

div#tribe-events-view-selector-content {
    background-color: transparent;
}

input#tribe-events-events-bar-keyword {
    background-color: white;
    border-radius: 4px;
    padding: 10px 40px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
    gap: 40px;
}

.single-event-featured-image .tribe-events-event-image img {
    height: 360px;
    width: auto;
    display: block;
    margin: 0px auto;
}

/* ==========================================================================
   SINGLE EVENTOS
   ========================================================================== */


.sub-nav-row {
    padding: 0 !important;
}

.tribe-events-nav-next,
.tribe-events-nav-previous {
    padding: 0;
    /* background-color: #000; */
    margin: 0 !important;
}

.tribe-events-nav-next a,
.tribe-events-nav-previous a {
    color: #000000;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    /* background-color: #000; */
}

.tribe-events-meta-group {
    width: 100% !important;

}

ul.tribe-events-sub-nav {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}

h1.tribe-events-single-event-title {
    font-size: 3em;
}


.tribe-events-nav-next:hover,
.tribe-events-nav-previous:hover,
.tribe-events-nav-next:hover a,
.tribe-events-nav-previous:hover a {
    /* background-color: #3c3c3c !important; */
    /* border-color: #3c3c3c !important; */
}


.type-tribe_events {
    border: none !important;
}

.tribe-events-cal-links {
    /*     display: none; */
}

.event-details-column {}

.tribe-events-single-section-title {
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 20px;
}

.tribe-events-sub-nav {
    margin-bottom: 50px !important;
}


.single-event-content img {
    width: 100% !important;
    height: auto !important;
}

.single-event-content .wp-caption {
    width: 100% !important;
    height: auto !important;
}

.single-event-content p {
    text-align: justify;
}



/* ==========================================================================
GALERIA ARCHIVE
   ========================================================================== */

.feat-img-galeria-thumb {
    height: 300px;
    background-position: top center !important;
    background-size: cover !important;
}


.meta-galeria-thumb:hover {}


.meta-galeria-thumb {
    position: absolute;
    bottom: 0;
    background-color: rgba(58, 123, 173, 0.7);
    min-height: 100px;
    padding: 10px 20px;
}


.meta-galeria-thumb:hover {
    background-color: rgba(58, 123, 173, 0.9);
}


.meta-galeria-thumb h2 {
    line-height: 1.5em;
    color: white;
}

.meta-galeria-thumb a {
    text-decoration: none;
}

.meta-galeria-thumb a:hover {
    text-decoration: none;
}





/* ==========================================================================
GALERIA SINGLE
   ========================================================================== */

.galerias-meta {
    width: 100%;
}

.galerias-meta p {
    color: black;
    text-transform: uppercase;
    text-align: center;
}


dl.gallery-item,
dt.gallery-icon.landscape {
    height: 280px !important;
    overflow: hidden !important;
    position: relative;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33.333333333% !important;
}

#gallery-1 img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    border: none;
    min-height: 100% !important;
    max-height: 150% !important;
    width: auto !important;
    min-width: 100% !important;
    overflow: hidden !important;
    display: block;
}

a.wp-block-button__link.has-text-align-center.wp-element-button.button-download {
    margin: 20px auto;
    display: block;
    width: 400px;
}

@media (max-width: 768px) {
    #gallery-1 .gallery-item {
        min-width: 100% !important;

    }
}


@media (min-width: 500px) and (max-width: 768px) {


    dl.gallery-item,
    dt.gallery-icon.landscape {
        height: 480px !important;
    }
}



/* ==========================================================================
 FOOTER
   ========================================================================== */

@media (max-width: 768px) {

    .center-div-mobile {
        text-align: center;
    }

    .padding-div-mobile {
        padding-top: 30px;
    }

}



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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    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.
   ========================================================================== */

@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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    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;
    }
}

/*STICKY BUTTONS - Download button*/

.sticky-buttons.-right-center.-space {
    margin-right: 10px;
}