@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@keyframes pulse-teal {
    0%,
    to {
        transition: opacity 0.5s linear;
        opacity: 0.3;
    }
    70% {
        transition: opacity 0.5s linear;
        opacity: 0.8;
    }
}
@keyframes show-effect {
    0% {
        transform: translate(0, -50%);
        opacity: 0;
    }
    50% {
        transform: translate(0, -20%);
        opacity: 0;
    }
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}
:root {
    touch-action: pan-x pan-y;
    height: 100%;
}
::-webkit-scrollbar {
    width: 9px;
    border-radius: 50px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 50px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
* {
    padding: 0;
}
body,
html {
    font-family: montserrat, sans-serif;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
h1 {
    font-size: 26px !important;
    font-weight: 400 !important;
}
h2 {
    font-size: 18px !important;
    margin-top: 40px !important;
    font-weight: 200 !important;
}
*,
body {
    margin: 0;
}
body {
    background-color: #fff;
    font-weight: 300;
}
header.page-header {
    height: 70px;
    background-position: 50% 50%;
}
.title-page-site {
    height: auto;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 700px;
    width: 90%;
    padding-left: 0;
    position: relative;
    top: 0;
    margin: 30px auto 0;
    text-align: left;
}
h1.display-2.page-title {
    font-size: 30px !important;
    line-height: 27px;
    font-weight: 600 !important;
}
.bg-color-page,
nav#navbar-main {
    position: relative;
    top: 0;
    width: 100%;
}
.bg-color-page {
    left: 0;
    height: 100%;
    background: #f6f9fc;
}
.contenitore.pagina {
    max-width: 700px;
    width: 90%;
    margin: 50px auto;
    text-align: justify;
}
nav#navbar-main {
    display: flex !important;
    height: auto;
    background-color: #f6f9fc;
    -webkit-animation: show-effect 1.3s linear;
    animation: show-effect 1.3s linear;
}
nav#navbar-main.navbar-expand-lg.fixed-top.custom-nav {
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    height: 80px;
    background: #f6f9fc;
    position: fixed;
    top: 0;
    display: block !important;
}
.tradutor-section.blog-page.footer {
    display: flex;
    padding: 0;
    margin: 0;
}
.container-fluid {
    max-width: 990px !important;
    margin: 0 auto;
    width: 90% !important;
}
a.navbar-brand.mr-lg-5 {
    width: 65px;
    display: none;
}
div#navbar_global {
    left: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
}
.col-6.collapse-brand {
    width: 65px;
    margin: 0 auto;
}
thead {
    background: #f5f5f5;
    padding: 10px;
}
td,
th {
    border: 5px solid #fff;
    padding: 10px;
}
td {
    background: #fafafa;
}
th {
    text-align: inherit;
}
footer.footer {
    display: block !important;
}
@media (max-width: 768px) {
    nav#navbar-main {
        max-width: 100%;
    }
    .title-page-site {
        width: 90%;
    }
    .container-fluid {
        padding-left: 15px !important;
    }
    .navbar > .container-fluid {
        justify-content: space-between !important;
    }
}
.footer {
    background: #f6f6f6;
    padding: 30px 20px;
}
.container-link-footer {
    max-width: 1250px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px;
    flex-direction: row;
    flex-wrap: wrap;
}
.title-sec-footer {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.link-one {
    color: #fff;
}
.orizzontal-container {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    max-width: 1250px;
    margin: 50px auto;
    width: 95%;
}
.copyright {
    color: #fff;
    font-weight: 200;
}
.justify-content-end {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left;
    line-height: 30px;
}
a.nav-link {
    padding: 5px 0;
}
.logo-footer {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.col-lg-12 {
    padding: 0 !important;
}
@media (max-width: 768px) {
    .container-link-footer {
        display: inline-flex;
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .container-sec {
        width: 33%;
        margin-bottom: 20px;
    }
}
@media (max-width: 414px) {
    .container-sec {
        width: 100%;
    }
    .orizzontal-container.bottom,
    .orizzontal-container.top {
        display: flex;
        flex-direction: column;
    }
    .orizzontal-container.top {
        align-content: center;
        align-items: flex-start;
    }
    .logo-footer {
        margin-bottom: 30px;
    }
}
.footer .col-footer .heading {
    color: #8898aa;
    letter-spacing: 0;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
}
.footer .footer-link,
.footer .nav .nav-item .nav-link {
    color: #8898aa;
    font-weight: 500;
}
.footer .footer-link:hover,
.footer .nav .nav-item .nav-link:hover {
    color: #fdd200 !important;
}
.footer .list-unstyled li a {
    display: inline-block;
    padding: 0.125rem 0;
    color: #8898aa;
    font-size: 0.85rem;
}
.footer .list-unstyled li a:hover,
body {
    color: #525f7f;
}
.footer .copyright {
    font-size: 0.875rem;
}
.nav-footer .nav-link {
    font-size: 0.875rem;
    text-decoration: none;
}
.nav-footer .nav-item:last-child .nav-link {
    padding-right: 0;
}
div#allow_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    background: #000 !important;
}
.large-section-cookie {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
span.cookie-consent__message.cookieTitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: #fff;
}
button.btn.btn-white.js-cookie-consent-agree.cookie-consent__agree {
    margin-bottom: 0;
    padding: 5px 0;
    background: #fff;
    border-radius: 5px;
    color: #000;
    outline: 0;
}
.copyright {
    display: none;
}
h2.manage-cookie {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 0;
    line-height: 17px;
    border-right: 1px solid #fff;
    padding-right: 0;
    margin-right: 10px;
    color: #fff;
    margin-top: 0 !important;
}
@media (max-width: 600px) {
    .logo-footer {
        flex-direction: column!important;
        align-items: center;
    }
    .download-app {
        justify-content: center!important;
    }
    .container-sec.one, .container-sec.tree, .container-sec.two {
        margin-bottom: 20px;
        width: 50%;
        text-align: center;
    }
    .large-section-cookie {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    h2.manage-cookie {
        margin-right: 0 !important;
        border-right: 0 !important;
    }
    h2.manage-cookie,
    span.cookie-consent__message.cookieTitle {
        margin-bottom: 10px;
    }
    button.btn.btn-white.js-cookie-consent-agree.cookie-consent__agree {
        padding: 5px 20px;
    }
}
p {
    font-weight: 400;
    line-height: 23px;
}
.info-aziendali {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 14px;
    background: #fde200;
    font-weight: 500;
    padding: 10px 20px;
}
.col-large-footer,
.head-page {
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
}
.col-large-footer {
    max-width: 1250px !important;
    width: calc(90% - 20px);
    flex-direction: row;
    justify-content: space-between;
}
li {
    font-size: 20px;
    font-weight: 600;
    list-style: none;
}
.head-page {
    max-width: 700px;
    width: 90%;
    justify-content: center;
    height: 100px;
}
img.logo-head-booxit {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    object-position: 50%;
}
.logo-head {
    background-image: url(/images/logo-mini-black.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 0;
}
img.logo-footer-big {
    width: 130px;
}
.gestionale-section {
    padding: 50px 30px;
    margin: 0;
    background: gold;
}
h1.title.features {
    font-size: 40px !important;
    color: #000;
    font-weight: 700 !important;
    text-align: center;
}
p.text-description-step {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}
.register-section.footer-btn {
    margin-top: 50px;
}
.register-section {
    max-width: 350px;
    text-align: center;
    margin: 0 auto 50px;
}
.register-now,
.register-now.footer-btn {
    transition: 0.6s cubic-bezier(0.01, 1.69, 0.99, 0.94);
}
.register-now.footer-btn {
    background: #000;
}
.register-now {
    width: 100%;
    max-width: 350px;
    padding: 20px 0;
    border-radius: 50px;
    background: #daa520;
    text-align: center;
    font-size: 24px;
    margin: 0 auto 10px;
    color: #fff;
    font-weight: 500;
}
.download-app,
.sub-text {
    display: flex;
    align-items: center;
}
.sub-text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
}
button#digitalpayment,
button#nfc,
button#tryfree {
    border: 0;
    background: 0 0;
    margin-left: 10px;
    font-size: 18px;
}
.register-now:hover {
    letter-spacing: 3px;
    background: #000;
}
a.register {
    text-decoration: none;
}
.download-app {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 auto;
    margin-top: 0;
}
.download-android,
.download-ios {
    width: 50%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}
.download-ios {
    width: 150px;
    height: 65px;
    background-image: url(/images/app-store.webp);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    cursor: no-drop;
}
.download-android {
    width: 150px;
    height: 65px;
    background-image: url(/images/play-store.webp);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
.social-links {
    display: none;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    max-width: 95%;
}
.social-fb {
    margin: 0 15px;
}

.altumcode-social-share-content.middle_left {
    display: none;
}

/* Css Cookie personalize */

div#CybotCookiebotDialogHeader, div#CybotCookiebotDialogPoweredByText {
    display: none !important;
}
div#CybotCookiebotDialogBodyEdgeMoreDetails {
    justify-content: center !important;
    margin: 10px 0px !important;
}
#CybotCookiebotDialog * {
    font-family: montserrat!important;
    font-size: 12px !important;
    text-align: justify !important;
    font-weight: 500 !important;
}
h2#CybotCookiebotDialogBodyContentTitle {
    font-family: montserrat!important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700 !important;
}
.CybotCookiebotDialogContentWrapper {
    display: flex;
    align-items: center !important;
}
div#CybotCookiebotDialogBodyButtonsWrapper {
    display: flex;
    align-items: center !important;
}
button#CybotCookiebotDialogBodyButtonDecline,button#CybotCookiebotDialogBodyButtonAccept {
    text-align: center !important;
}
button#CybotCookiebotDialogBodyButtonAccept {
    border-radius: 50px !important;
    max-width: 200px;
}
#CybotCookiebotDialog .CybotCookiebotScrollContainer {
    border: 0px;
}
.CybotCookiebotDialogContentWrapper {
    flex-direction: row !important;
}
button#CybotCookiebotDialogBodyButtonAccept {
    min-width: 150px;
}
.CybotCookiebotScrollContainer {
    border: 0px !important;
}
div#CybotCookiebotDialog {
    transform: none !important;
    left: 0px;
    z-index: 2;
    border-radius: 10px !important;
}
@media (max-width: 768px) {
    h2#CybotCookiebotDialogBodyContentTitle {
        margin-top: 0px !important;
    }
    #CybotCookiebotDialogFooter {
        width: auto !important;
        min-width: 200px !important;
    }

    .CybotCookiebotDialogContentWrapper {
        flex-direction: column !important;
    }
    div#CybotCookiebotDialog {
        transform: none !important;
        left: 0px !important;
        z-index: 2;
        right: 0px !important;
        width: 90% !important;
        margin: 0 auto;
        top: 30% !important;
        box-shadow: none !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 520px) {
    div#CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction: row !important;
    }
}


@media (min-width: 768px) {
    div#CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction: column-reverse !important;
    }
    div#CybotCookiebotDialogBodyButtonsWrapper {
        flex-direction: column-reverse !important;
    }
    div#CybotCookiebotDialogFooter {
        max-width: 200px;
        margin-right: 40px !important;
    }
    button#CybotCookiebotBannerCloseButtonE2E {
        position: absolute !important;
        right: 10px !important;
        top: 0px;
    }
    #CybotCookiebotDialog .CookieCard {
        border-bottom: 1px solid #313131;
    }

    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
        width: auto !important;
        max-width: 200px !important;
        text-align: center !important;
        border-radius: 50px !important;
        margin-left: 50px;
    }
    #CybotCookiebotDialog {
        max-width: 90% !important;
        min-width: unset !important;
        bottom: 90px !important;
        top: unset !important;
        box-shadow: none !important;
        padding: 10px 0px !important;
        margin: 0 auto !important;
        left: 0px !important;
        right: 0px !important;
    }
    .CybotCookiebotDialogContentWrapper {
        padding: 0px 0px !important;
    }
    #CybotCookiebotDialog .CybotCookiebotDialogBodyBottomWrapper {
        max-width: 130px;
    }
}

/* end Css Cookie personalize */
