/*!
Theme Name: mcraft
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mcraft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mcraft is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Onest", Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}



/*Main*/

:root {
    --main-color: #262626;
    --grey-color: rgba(38, 38, 38, 0.6);
    --bg-grey: #f3f3f3;
}



p,
body {
    color: var(--main-color);
    font-size: 16px;
    line-height: 22px;
    font-family: "Onest", sans-serif;

}

body {
    overflow-x: hidden;
}

a,
button {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Onest", sans-serif;
}

h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
}

.post,
.page {
    margin-top: -1.5em !important;
    margin-bottom: 0px !important;
}

.passaporto h1 {
    display: inline;
    margin-right: 1.25rem;
}

.passaporto h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#faq h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    color: var(--main-color);
}

h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: var(--main-color);
    text-transform: uppercase;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

h6 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

table {
    border: 1px solid var(--main-color) !important;
    border-radius: 28px;
}

tr {
    border-color: #ccc !important;
}

tr:last-child {
    border-bottom: none !important;
}

td {
    padding: 8px 16px !important;
}

a {
    text-decoration: none;
    color: var(--main-color) !important;
}

.bg-grey {
    background: var(--bg-grey);
}

.bg-white {
    background: #fff;
}

#wpadminbar a {
    color: #fff !important;
}

.top-menu .links a {
    font-weight: 300 !important;
}

.top-menu .navmenu ul {
    margin: 0;
    padding: 0;
}

.top-menu .navmenu ul li {
    list-style: none;
    margin-right: 1.5rem;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

footer {
    border-top: 1px solid var(--main-color);
    background: #f2f2f2;
}

footer .largetext {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

footer .links {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    text-align: right;
}

footer .links a.tel {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0.5rem !important;
    display: block;
}

footer .social {
    text-align: right;
}

footer .social a {
    margin-right: 10px;
}

footer .social a:last-child {
    margin-right: 0;
}

footer .bottom a {
    color: #151515;
    opacity: .4;
}

footer .bottom a {
    margin-right: 10px;
    text-decoration: underline;
}

footer .bottom a:last-child {
    margin-right: 0;
}

button.black {
    background: var(--main-color);
    color: #fff;
    width: 100%;
    padding: 26px 32px;
    border-radius: 100px;
}

button.transparent {
    background: transparent;
    padding: 0px;
    border: none;


}

button.black-small {
    background: var(--main-color);
    color: #fff;
    border-radius: 50px;
    padding: 16px 32px;
}



button.balance {
    color: var(--main-color);
    background: #fff;
    border-radius: 50px;
    padding: 12px 24px;
    border: 1px solid var(--main-color);
    font-weight: 600;
}

.white-text p {
    color: #fff !important;
}

.home h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.home #intro p {
    font-size: 19px;
    line-height: 24px;
    font-weight: 300;
}

.navbrand {
    max-width: 60%;
}

/*Sidebar*/
.sidebar .wrap {
    border-right: 1px solid var(--main-color);
    width: 100%;
}

.sidebar .inner {
    border-bottom: 1px solid var(--main-color);
}

.sidebar .inner .nome {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.sidebar .inner .esci {
    font-size: 14px;
    line-height: 19px;
}

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

.sidebar .wrap ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sidebar .wrap ul li:before {
    content: '';
    width: 17px;
    height: 2px;
    background: var(--main-color);
    display: block;
    margin-right: 0.5rem;
    opacity: .4;
}

.sidebar .wrap ul li.current_page_item:before {
    width: 28px;
    opacity: .6;
}

.sidebar .wrap ul li {
    opacity: 0.4;
    margin-bottom: 0.75rem;
}

.sidebar .wrap ul li.current_page_item {
    opacity: 1;
}

/*Front-Page*/
.page-template-front-page #intro {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 100vh !important;
}

.page-template-front-page .top-menu a {
    color: #fff !important;
}

.page-template-front-page #intro .list {
    color: #fff !important;
}

.page-template-front-page .white-background {
    background: #fff;
    border-radius: 20px;
}

.page-template-front-page .white-background p {
    color: var(--main-color) !important;
    font-weight: 500 !important;
}

.page-template-front-page #intro .pretitle {
    text-transform: uppercase;
}

.page-template-front-page .list .item .numero {
    margin-right: 6px;
    min-width: 40px;
}

.page-template-front-page .list .item {
    margin-right: 10px;
    font-size: 15px;
    line-height: 18px;

}

.page-template-front-page .list .item:last-child {
    margin-right: none;
}

.page-template-front-page button.transparent {
    color: #fff;
    text-align: left;
}

.page-template-front-page .right {
    opacity: .6;

}

.page-template-front-page .list .right .numero {
    margin-right: 10px;
    min-width: 50px;
}

/*Account*/
main {
    min-height: 65vh;
}



/*loyallty*/
.loyallty #totale .right p {
    text-align: right;
}

/*CAA*/
.caa .adress .label {
    font-size: 15px;
    color: var(--main-color);
    opacity: .4;
    margin-bottom: 0.5rem;
}

.caa .adress .value .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

iframe.maps_caa {
    min-height: 500px;
}

/*Loyallty*/
.loyallty .copy span,
#passaporto .copy span {
    font-size: 14px;
    line-height: 20px;
}

.loyallty .copy img,
#passaporto .copy img {
    margin: 0px auto 7px;
}

/*Documentazione*/
.documentazione span {
    font-size: 14px;
    line-height: 18px;
    color: rgba(17, 0, 0, 0.4);
    font-weight: 400;
    letter-spacing: -0.2px;
}

.documentazione .row-docs .col-docs {
    border: 1px solid rgba(243, 243, 243, 1);
    border-right: 0px;
    padding: 1.25rem 1rem;
}

.documentazione .row-docs .col-docs:last-child {
    border-right: 1px solid rgba(243, 243, 243, 1);
}

.documentazione .wrap.docs {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.documentazione .wrap.docs img {
    max-width: 48px;
}

.documentazione .wrap.docs p {
    color: var(--grey-color);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}


.documentazione button.scarica {
    background: transparent;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    padding: 0px;
    border: none;
    font-family: "Onest", sans-serif;
    text-align: left;

}

.accordion-button {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/*FAQ*/
#faq .label span,
#faq .label .numero {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--main-color);
}

#faq .value,
#faq .value p {
    font-size: 16px;
    line-height: 22px;
    color: var(--grey-color);
}

#faq .value {
    max-width: 75%;
    margin-left: 1.75rem;
}

/*Passaporto */
body.page-template-passaporto {
    background: var(--bg-grey) !important;
}

.passaporto .scheda p.label {
    color: rgba(17, 0, 0, 0.4);
    font-size: 15px;
    line-height: 22px;
}

.passaporto .scheda p.value {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.passaporto .title span.numero {
    color: rgba(21, 21, 21, 0.4);
    font-size: 32px;
    line-height: 46px;
}

.passaporto .account hr {
    height: 1px !important;
    background: rgba(21, 21, 21, 0.2) !important;
    opacity: 1 !important;
}

.passaporto .account p.label {
    color: var(--grey-color);
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 0;
}

.passaporto .user {
    border: 1px solid rgba(208, 208, 208, 1);
    width: fit-content;
    padding: 0.5rem 2.75rem 0.5rem 1.25rem;
    border-radius: 0 50px 50px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.passaporto .user .icon {
    width: 44px;
}

.passaporto #tagliandi .wrap {
    border: 1px solid rgba(17, 0, 0, 0.4);
    border-radius: 7px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




.passaporto .link a.scarica {
    color: var(--grey-color) !important;
    text-decoration: underline;
    font-size: 15px !important;
    line-height: 15px;
    cursor: pointer;
}

.passaporto #tagliandi img.icon {
    width: 60px;
}

.passaporto #tagliandi p span.label {
    font-weight: 600;
}

.passaporto #tagliandi p.title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.passaporto #tagliandi a {
    text-decoration: underline;
}


/*Account*/
.profile h1 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
}

.profile p {
    font-size: 14px;
    line-height: 18px;
}

.profile .inner p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.profile .inner .logo {
    max-width: 200px;
}

.profile button {
    background: transparent;
    border: 1px solid #262626;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    font-weight: 600;

}

.profile button.active {
    display: block;
}

.profile button.noactive {
    display: none;
}

.profile button.arrow-button {
    padding: 10px;
    border-radius: 50%;
}

.profile button.visual {
    opacity: 0.8;
    clip-path: inset(0 50% 0 50%);
    transition: clip-path 2.8s ease, opacity 2.8s ease;
}

.wrap.active .visual {
    opacity: 1;
    clip-path: inset(0 0 0 0);
}

.profile .wrap {
    border: 1px solid rgba(21, 21, 21, 0.2);
    border-radius: 25px;
    height: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.profile .wrap.active {
    background: #f3f3f3;
}

.profile .wrap h6 {
    font-size: 22px;
    line-height: 28px;
}

.profile .wrap .buttons {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.profile .banner-account {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 250px !important;
    border-radius: 20px !important;
}

.profile img.list-icon {
    width: 48px;
}

.profile a.esci {
    color: #fff !important;
    font-size: 13px;
    line-height: 26px;
    text-decoration: underline;
}

.round25 {
    border-radius: 25px;
}

.bl {
    border-left: 1px solid rgba(21, 21, 21, 0.2);
}

/*Certificato */
#certificato h3 {
    font-size: 32px;
    line-height: 38px;
}

#certificato h1 {
    font-size: 56px;
    line-height: 66px;
}

#certificato h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: bold;
}

#certificato .banner {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#certificato .banner .logo img {
    margin: 0px auto;
    display: block;
}

#certificato p.text-right {
    text-align: right;
}

#certificato span {
    color: rgba(21, 21, 21, 1);
    opacity: 0.6;
}

#certificato p.title_coupon {
    font-size: 42px;
    line-height: 46px;
    font-weight: 400;
}

#certificato p.value_coupon {
    font-size: 112px;
    line-height: 100px;
    font-weight: 600;
}

#certificato hr {
    background: rgba(21, 21, 21, 1) !important;
    opacity: 0.1 !important;
    height: 1px !important;
    margin-bottom: 0;
}

#certificato .termini p {
    font-size: 15px;
    line-height: 20px;
}

#certificato .termini p.title {
    font-size: 18px;
    line-height: 22px;
}

.certificato {
    max-height: 102vh;
    overflow: hidden;
}

.certificato .row.full-h {
    height: 105vh;
}

.certificato p.sm {
    font-size: 15px;
    line-height: 18px;
}

.certificato p.firma {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

#certificato .termini {
    border-right: 1px solid rgba(21, 21, 21, 0.1);
}

#terms .modal-dialog {
    max-width: 800px;
    height: auto;
}

#terms .accordion-button {
    color: #262626 !important;
    background: transparent;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 18px;
    line-height: 22px;
}

#terms .accordion-button:not(.collapsed) {
    color: #262626 !important;


}

#bonus .accordion-button:not(.collapsed) {
    color: #262626 !important;
}

#terms .modal-header {
    justify-content: end;
}

#terms button.close {
    background: transparent;
    border: none;
    font-size: 36px;
    text-align: right;
}

#terms .accordion-body p {
    font-size: 16px;
    line-height: 20px;
}

#terms p.title_faq {
    margin-bottom: 0;
}

#terms .accordion-body p {
    font-size: 15px;
    line-height: 18px;
    max-width: 90%;
}

/*Form*/
#myModal form p.title_form,
form#contatto p.title_form {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

#myModal form p.preform,
form#contatto p.preform {
    font-size: 16px;
    line-height: 22px;
}

#myModal label,
form#contatto label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;

}

#myModal input,
form#contatto input {
    display: block;
    width: 100%;
    padding: 7px 15px !important;
    margin-bottom: 15px !important;
    font-size: 16px;
    line-height: 20px;
}

#myModal button.submit,
#contatto button.submit {
    width: fit-content;
    max-width: 320px;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
    border: none !important;
    background: #262626 !important;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 5px !important;
}

#myModal .modal-header,
#contatto .modal-header {
    border: none !important;
    justify-content: end !important;
    height: 50px;
}

#myModal .modal-header button.close,
#contatto .modal-header button.close {
    border: none;
    background: transparent;
    color: #262626;
    font-weight: 700;
    font-size: 40px;
    padding: 0;
    line-height: 18px;
}

#myModal form,
form#contatto {
    max-width: 320px;
}

#myModal .modal-dialog,
#contatto .modal-dialog {
    min-height: 100vh;
    align-items: center;
    display: flex;
}

#myModal .modal-content,
#contatto .modal-content {
    border: none !important
}

body.page-template-certificato {
    overflow-x: hidden;
}

#certificato img.qrcode {
    width: 200px;
    display: block;

}

#certificato img.firma {
    max-width: 50%;
}


.print {
    display: none;
}

/*loyallty*/
#loyallty span#success-message {
    color: green;
    font-size: 14px;
    display: none;
    position: absolute;
    top: 70px;
    left: 0px;
}

#passaporto span#success-message {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 155%;
    color: green;
}

#passaporto img.qrcode {
    max-width: 200px;
}

#loyallty img.copy,
#passaporto img.copy {
    max-width: 30px;
}

.b24-form-wrapper {
    background: transparent !important;
}

.vdpCell.selectable:hover .vdpCellContent {
    background: var(--main-color) !important;
}

.vdpCell.today .vdpCellContent {
    color: #018692 !important;
}

.b24-form-control-string .b24-form-control:focus:not([readonly]),
.b24-form-control-list .b24-form-control:focus:not([readonly]),
.b24-form-control-text .b24-form-control:focus:not([readonly]),
.b24-form-control-select .field-item:focus:not([readonly]) {
    border-bottom: 1px solid var(--main-color) !important;
}

.b24-form-style-modern .b24-form-control-string .b24-form-control,
.b24-form-style-modern .b24-form-control-list .b24-form-control,
.b24-form-style-modern .b24-form-control-text .b24-form-control,
.b24-form-style-modern .b24-form-control-select .field-item {
    border: 1px solid var(--main-color) !important;
}

.b24-form-btn {
    background-color: var(--main-color) !important;
    border-radius: 50px !important;
}

.b24-form-control-file {
    background: transparent !important;
    border: none !important;
}


/*FAQ*/
#domande h3 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

/*certificato-per-bambini */
.documents p {
    margin-bottom: 0.75rem;
    font-size: 14px;
    line-height: 18px;
}

.documents ul {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0.5rem;
}

.documents h1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;

}

.documents h3 {
    font-size: 22px;
    line-height: 22px;
}

.documents header span {
    font-size: 11px;
    line-height: 14px;
}



/*Controllo*/
.controllo-docs h1 {
    font-size: 40px;
    line-height: 40px;
    color: #018692;
}

.controllo-docs h2 {
    font-size: 22px;
    line-height: 28px;
}

.controllo-docs h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-decoration: underline;
}

.controllo-docs .info p.label {
    font-size: 18px;
    line-height: 22px;
    opacity: .7;
}

.controllo-docs .info p.value {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
}

.controllo-docs .test-bike ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.controllo-docs .test-bike li {
    padding: 5px 0;
    font-size: 12px;
    line-height: 14px;

}

.controllo-docs p.labelok {
    font-size: 13px;
    line-height: 15px;
}

.controllo-docs p.valuek {
    font-size: 18px;
    line-height: 22px;
    color: #018692 !important;
    text-transform: uppercase;
    font-weight: 600;
    width: fit-content;
}

.controllo-docs p.valuek:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #262626;
    display: block;
    opacity: .5;
    margin-top: 3px;
}

/*bonus*/
#bonus .task-text,
#bonus .task-text p {
    font-size: 14px;
    line-height: 20px;
}

#bonus .list-group .numero {
    padding: 11.00px 16.77px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    font-size: 26px;
    line-height: 26px;
}

#bonus ul {
    margin: 0;
    padding: 0;
}

#bonus .task-row {
    border-top: 1px solid #26262638;
}

#bonus .list-group {
    border-right: 1px solid #26262638;
    height: 100%;
    min-height: 500px;

}

#bonus .for-mobile .list-group {
    height: inherit;
    min-height: fit-content;
}

#bonus .list-group .stato {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    width: 70px;
}

#bonus .list-group .punti {
    font-size: 14px;
    line-height: 16px;
}

#bonus .list-group .task {
    font-size: 16px;
    line-height: 22px;
}

#bonus .list-group .stato.fatto {
    color: #018692;
}

#bonus .list-group .stato.nofatto {
    color: #262626;
    opacity: .75;
}

#bonus .item-task {
    border-bottom: 1px solid #26262638;
}

#bonus .num {
    font-size: 15px;
    line-height: 18px;
}

#bonus p.points {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-align: right;
}

#bonus p.why {
    text-align: right;
    font-size: 13px;
    line-height: 15px;
    opacity: .5;
}

#bonus .bottom .inner {
    max-width: 80%;
}

#bonus .item-step {
    border: 1px solid #26262638;
}

#bonus .item-step {
    border: 1px solid #26262638;
}

#bonus .item-step:first-child {
    border-right: none;
}

#bonus .item-step:last-child {
    border-left: none;
}

#bonus .item-step p {
    font-size: 15px;
    line-height: 20px;
    color: rgba(21, 21, 21, 0.6);
}

#bonus .item-step p.step {
    font-size: 14px;
    line-height: 16px;
    color: rgba(21, 21, 21, 0.4);
}

#bonus .item-step p.title {
    color: #262626;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

#bonus .links p {
    margin-bottom: 0;
    text-align: right;
}

#bonus button.black-small {
    margin: 0 0 0 auto;
    display: block;
}

#bonus .accordion-item .value,
#bonus .accordion-item .value p {
    font-size: 14px;
    line-height: 20px;
}

.task_form input {
    display: block;
    width: 80%;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;

}

.task_form label {
    display: block;
    background: #fff;
    position: absolute;
    width: fit-content;
    left: 12px;
    top: -12px;
    padding: 2px 7px;

}

.task_form textarea {
    padding: 33px 16px 16px 10px;
}

form#contatto input {
    display: block;
    width: 80%;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;

}

form#contatto label {
    display: block;
    background: #fff;
    position: absolute;
    width: fit-content;
    left: 12px;
    top: -12px;
    padding: 2px 7px;

}

form#contatto textarea {
    padding: 20px 16px 16px 10px;
}



#content-to-pdf h2 {
    font-size: 16px !important;
    line-height: 24px !important;
}

.disabled-menu-link a {
    cursor: inherit;
}

.disabled-menu-link a::before {
    content: "";
    /* Обязательно! Без него псевдоэлемент не появится */
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    /* отступ от иконки до текста */
    background-image: url('https://platinum.donnobikes.com/wp-content/themes/mcraft/assets/img/icon-lock-donno.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-top: -4px;
}
.sidebar .wrap ul li.disabled-menu-link:before {
    display: none;
}

.wrap.disabled-item {
    position: relative;
    background-color: #e5e5e53b; /* чуть темнее серого */
    border-radius: 16px;       /* как оригинальный стиль */
    pointer-events: none;
    opacity: 1;
}

/* затемняющий слой */
.wrap.disabled-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.7); /* полупрозрачный белый */
    z-index: 1;
    border-radius: 16px;
}

/* белая кнопка с замком */
.access-denied-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: white;
    padding: 10px 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    color: #000;
}

.access-denied-overlay::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('https://platinum.donnobikes.com/wp-content/themes/mcraft/assets/img/icon-lock-donno.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.wrap-mobile.disabled-item {
    position: relative;
    background-color: transparent;
    border-radius: 12px;
    pointer-events: none;
    opacity: 1;
    overflow: hidden;
}

/* затемняющий слой */
.wrap-mobile.disabled-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    border-radius: 12px;
}

/* "ACCESSO NEGATO" с замочком */
.wrap-mobile .access-denied-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: white;
    padding: 8px 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    color: #000;
        width: 100%;
}

.wrap-mobile .access-denied-overlay::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('https://platinum.donnobikes.com/wp-content/themes/mcraft/assets/img/icon-lock-donno.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



/*Adaprtve*/

@media (max-width:1400px) {

    #bonus button.black-small {
        margin: 0;
        display: block;
    }
}

@media(max-width:1200px) {
    .home h1 {
        font-size: 44px;
        line-height: 54px;

    }

    #certificato h1 {
        font-size: 42px;
        line-height: 46px;
    }

    #certificato h3 {
        font-size: 28px;
        line-height: 34px;
    }


    #certificato p.value_coupon {
        font-size: 80px;
        line-height: 80px;
        font-weight: 600;

    }

    #certificato p.title_coupon {
        font-size: 32px;
        line-height: 40px;
        font-weight: 400;
    }

}

@media (max-width:992px) {
    footer .links {

        text-align: left;
    }

    footer .largetext {
        font-size: 20px;
        line-height: 26px;
    }

    footer .links a.tel {
        font-size: 26px;
        line-height: 32px;
    }

    footer .social {
        text-align: center;
    }

    .certificato .row.full-h {
        height: inherit;
        overflow: inherit;
    }

    .certificato {
        max-height: inherit;
        overflow: inherit;
    }


    #certificato .banner {
        height: fit-content;
    }

    #certificato .banner .logo {
        max-width: 50%;
        margin: 0px auto;
        display: block;
    }

    #certificato img.qrcode {
        width: 200px;
        margin: 0 0 0 0;
        display: block;
    }

    .caa .adress .value .title {
        font-size: 20px;
        line-height: 26px;
    }

    .profile h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .bl {
        border: none
    }



    #bonus .item-step:first-child {
        border-right: 1px solid #26262638;
    }

    #bonus .item-step:last-child {
        border-left: 1px solid #26262638;
    }


}

@media(max-width:768px) {
    .home h1 {
        font-size: 32px;
        line-height: 40px;

    }

    #certificato h3 {
        font-size: 22px;
        line-height: 30px;
    }

    #certificato h1 {
        font-size: 32px;
        line-height: 40px;
    }

    #certificato h2 {
        font-size: 28px;
        line-height: 36px;
    }



    #certificato p.value_coupon {
        font-size: 60px;
        line-height: 60px;
    }

    #certificato p.title_coupon {
        font-size: 28px;
        line-height: 36px;
    }

    #certificato .termini {
        border-right: none;
    }

    #loyallty h3 {
        font-size: 20px;
        line-height: 20px;
    }

    #loyallty .desc {
        max-width: 40%;
    }

    #loyallty .desc p {
        font-size: 15px;
        line-height: 18px;
        max-width: 80%;
    }



    .loyallty .copy span,
    #passaporto .copy span {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        width: max-content;

    }

    #loyallty button.black-small {
        padding: 16px;
    }




}

@media (max-width:575px) {
    #certificato p.text-right {
        text-align: left;
    }

    .profile h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .profile .inner p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .profile .banner-account {
        min-height: 120px !important;
    }

    .profile .wrap-mobile h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .profile .wrap-mobile p {
        font-size: 13px;
        line-height: 16px;
    }

    #masthead b {
        font-size: 14px;
    }

    .documentazione .row-docs .col-docs {
        border-right: 1px solid rgba(243, 243, 243, 1);
    }

    #faq h2 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    #faq .label span,
    #faq .label .numero {
        font-size: 16px;
        line-height: 22px;
    }

    #faq .value {
        margin-left: 1.0rem;
        max-width: 95%;
    }

    h5 {
        font-size: 15px;
        line-height: 20px;
    }

    .caa .adress .value .title {
        font-size: 18px;
        line-height: 24px;
    }

    .accordion-body {
        padding-top: 0px;
    }

    img.top_menulogo {
        width: 140px;
    }

    .footer_col_wrap p {
        font-size: 15px;
        line-height: 20px;
    }

    footer .largetext {
        font-size: 18px;
        line-height: 24px;
    }

    #loyallty .desc {
        max-width: 100%;
    }

    #loyallty .desc p {
        font-size: 15px;
        line-height: 18px;
        max-width: 100%;
    }

    #loyallty th {
        font-size: 13px;
        line-height: 16px;
        padding: 7px;
        overflow-wrap: break-word;
        white-space:
            normal;
    }

    #loyallty td {
        font-size: 13px;
        line-height: 16px;
        padding: 7px !important;
    }

    .passaporto .title span.numero,
    #content-to-pdf .title span.numero {
        color: rgba(21, 21, 21, 0.4);
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .passaporto h1,
    #content-to-pdf h1 {
        font-size: 42px !important;
        line-height: 46px !important;
    }

    #bonus .links {
        display: flex;
        flex-direction: column;
        justify-content: end;
        width: 100%;
    }


}

@media print {
    .noprint {
        display: none !important;
    }

    .print {
        display: block !important;
    }

    #certificato h1 {
        font-size: 45px !important;
        line-height: 56px !important;
    }

    #certificato p.value_coupon {
        font-size: 90px;
        line-height: 90px;
    }

    #certificato button.print {
        background: transparent !important;
        border: 2px solid rgba(21, 21, 21, 1) !important;
        color: rgba(21, 21, 21, 1) !important;
        font-size: 20px !important;
    }

    #certificato button.print img {
        margin-right: 5px !important;
    }




    #certificato hr {
        display: block !important;
    }

    #certificato img.qrcode {
        width: 100px !important;
    }

    #certificato button.print.black {
        font-size: 16px !important;
        line-height: 22px !important;
        padding: 12px 24px !important
    }
}