﻿@media all {
    .wp-block-button.is-style-squared {
        border-radius: 0;
    }

    .wp-block-cover-image {
        position: relative;
        background-size: cover;
        background-position: 50%;
        min-height: 430px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1em;
        box-sizing: border-box;
    }

        .wp-block-cover-image.has-background-dim:not([class*=-background-color]) {
            background-color: #000;
        }

        .wp-block-cover-image.has-background-dim:before {
            content: "";
            background-color: inherit;
        }

        .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 1;
            opacity: .5;
        }

        .wp-block-cover-image:after {
            display: block;
            content: "";
            font-size: 0;
            min-height: inherit;
        }

        .wp-block-cover-image p:not(.has-text-color) {
            color: inherit;
        }

    .wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover {
        color: #fff;
    }

    .wp-block-cover-image .wp-block-cover-image-text {
        font-size: 2em;
        line-height: 1.25;
        z-index: 1;
        margin-bottom: 0;
        max-width: 840px;
        padding: .44em;
        text-align: center;
    }

    h1, h2, h3, h4, h5 {
        overflow-wrap: break-word;
    }

    .wp-block-image {
        margin: 0 0 1em;
    }


        .wp-block-image:not(.is-style-rounded) img {
            border-radius: inherit;
        }

        .wp-block-image.aligncenter {
            text-align: center;
        }

    ol, ul {
        overflow-wrap: break-word;
    }

    p {
        overflow-wrap: break-word;
    }

    .wp-block-spacer {
        clear: both;
    }

    .has-text-align-center {
        text-align: center;
    }

    .aligncenter {
        clear: both;
    }
}
@media all {
    .wp-block-editor-blocks-features:after {
        display: block;
        content: "";
        clear: both;
    }

    .wp-block-editor-blocks-features .feature {
        float: left;
        margin-right: 5%;
        width: 47.5%;
    }

    .wp-block-editor-blocks-features .feature__image {
        max-width: 50px;
        margin-bottom: 1.5em;
        display: inline-block;
    }

    .wp-block-editor-blocks-features .feature__heading {
        margin-top: 0;
    }

    .wp-block-editor-blocks-features .feature__text {
        margin-bottom: 0;
    }

    @media only screen and (max-width: 1040px) {
        .wp-block-editor-blocks-features .feature {
            margin-left: auto !important;
            margin-right: auto !important;
            width: 300px !important;
            float: none;
            margin-bottom: 10%;
        }

            .wp-block-editor-blocks-features .feature:last-child {
                margin-bottom: 0;
            }
    }
}
@media all {
    body {
        margin: 0;
    }

    article, aside, figure, footer, header, nav {
        display: block;
    }

    a {
        background-color: transparent;
    }

        a:active, a:hover {
            outline: 0;
        }

    b {
        font-weight: bold;
    }

    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    img {
        border: 0;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    figure {
        margin: 1em 40px;
    }

    button, input, textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    button {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
        cursor: pointer;
    }

        button::-moz-focus-inner, input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    input {
        line-height: normal;
    }

        input[type="checkbox"] {
            box-sizing: border-box;
            padding: 0;
        }

    textarea {
        overflow: auto;
    }

    body {
        color: #303135;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 1.6;
        overflow-wrap: break-word;
    }

    nav, label, input {
        font-family: sans-serif;
        font-size: 14px;
    }

    h1, h2, h3, h4, h5 {
        font-family: sans-serif;
        line-height: 1.25;
        color: #2d2e33;
    }

    p {
        margin: 0 0 1.5em;
    }

    i {
        font-style: italic;
    }

    *, *:before, *:after {
        box-sizing: inherit;
    }

    body {
        background-color: #fff;
    }

    ul {
        list-style: disc;
    }

    ol {
        list-style: decimal;
    }


    figure {
        margin: 1em 0;
    }

    label {
        font-size: 14px;
        color: #9e9e9e;
    }

    button {
        border: 1px solid;
        border-color: #ccc #ccc #bbb;
        border-radius: 3px;
        background-color: #e6e6e6;
        padding: 8px;
    }

        button:hover {
            border-color: #ccc #bbb #aaa;
        }

        button:focus, button:active {
            border-color: #aaa #bbb #bbb;
        }

    textarea {
        color: #666;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 8px;
    }

        textarea:focus {
            color: #111;
        }

    textarea {
        width: 100%;
    }

    a {
        color: #253e80;
    }

        a:hover, a:focus, a:active {
            color: #253e80;
        }

        a:focus {
            outline: thin dotted;
        }

        a:hover, a:active {
            outline: 0;
        }

    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .entry-content:before, .entry-content:after, .wrapper:before, .wrapper:after {
        content: "";
        display: table;
        table-layout: fixed;
    }

    .entry-content:after, .wrapper:after {
        clear: both;
    }

    .wrapper {
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
    }

    .site-content {
        padding-bottom: 25px;
        overflow-x: hidden;
    }

    .site-branding {
        width: 30%;
        float: left;
    }

    .site-title {
        margin: 0;
        font-size: 24px;
        font-weight: bold;
        padding: 6px 0;
    }

        .site-title a {
            text-decoration: none;
            color: #253e80;
        }

    .site-description {
        color: #8e8e8e;
        margin: 0;
    }

    .menu-1 {
        font-size: 14px;
    }

    .menu-1 {
        display: block;
        float: right;
        text-align: right;
        width: 60%;
    }

        .menu-1 ul {
            list-style: none;
            margin: 0;
            padding-left: 0;
        }

        .menu-1 li {
            display: inline-block;
            position: relative;
        }

        .menu-1 .nav-menu > li:last-child {
            margin-right: -15px;
        }

        .menu-1 a {
            display: block;
            text-decoration: none;
        }

        .menu-1 li:hover a {
            color: rgba(255, 255, 255, 0.8);
        }

        .menu-1 li:hover {
            background-color: #114C82;
        }

        .menu-1 a {
            padding: 15px;
            color: #6d6d6d;
        }

    .menu-toggle {
        display: none;
    }

    .content-area {
        width: 600px;
        float: left;
    }

    .hentry {
        margin: 0 0 1.5em;
    }

    iframe {
        max-width: 100%;
        width: 100%;
    }

    .page-template-default .site-content .wrapper {
        max-width: 100%;
    }

    .page-template-default .entry-content > * {
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-default .hentry, .page-template-default .site-content {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .wp-block-editor-blocks-features .feature__image {
        width: 50px;
    }

    .page-template-default .content-area {
        float: none;
        margin: 0 auto;
    }

    .page-template-default .content-area {
        width: 100%;
    }

    .wp-block-cover-image {
        min-height: 600px;
    }

    @media screen and (max-width: 600px) {
        .menu-1 {
            background: none;
        }

            .menu-1 a {
                border-top: 1px solid #2c468a;
            }

        .menu-toggle {
            background-color: #253e80;
            color: white;
            margin: 0 auto;
            width: 100%;
            border: 0;
            border-radius: 0;
        }

        .menu-toggle {
            display: block;
            background-color: #253e80;
        }

        .menu-1 li {
            float: none;
            width: 100%;
        }
    }

    @media screen and (max-width: 1040px) {
        .site-content, .content-area {
            width: 100%;
            float: none;
        }

        .page-template-default .site-content > .wrapper {
            padding-left: 0;
            padding-right: 0;
        }

        .menu-1 .nav-menu > li:first-child {
            margin-left: 0;
        }

        .page-template-default .entry-content > * {
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
    }
}
@media all {
    body {
        font-family: 'Roboto', sans-serif;
    }

    .menu-toggle {
        display: none;
    }

    .ffmenu {
        padding: 40px 20px 40px 20px;
        font-size: 18px;
    }

    .soft {
        padding: 12px;
    }

    .socialinks {
        margin: auto;
        padding: 20px 0 20px 40px !important;
        text-align: left;
    }

    label {
        width: 100%;
    }

    a:hover {
        text-decoration: none;
    }

    .wrapper {
        max-width: 1140px;
    }

    .site-title {
        padding: 0 0 6px 0;
        line-height: 1;
    }

    .page-template-default .entry-content > * {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-block-cover-image-text {
        text-align: left !important;
        font-size: 25px !important;
        font-weight: 300 !important;
        float: left;
        width: 970px !important;
    }

    .wp-block-editor-blocks-features .feature {
        float: left;
        margin: auto !important;
        width: 47.5%;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .tit {
        text-align: left;
        color: #fff;
        font-weight: 300;
    }

    .tit {
        text-align: left;
        color: #fff;
        font-weight: 300;
    }

    .content-area {
        width: 100%;
        float: left;
    }

    .titsup {
        text-align: left;
        color: #fff;
        font-weight: 300;
        font-size: 22px;
        line-height: 2.4;
        padding-left: 25px;
    }

    .blocolumn {
        -webkit-box-shadow: 8px 8px 14px -4px rgba(0,0,0,0.18);
        -moz-box-shadow: 8px 8px 14px -4px rgba(0,0,0,0.18);
        box-shadow: 8px 8px 14px -4px rgba(0,0,0,0.18);
    }

    .btn-primary {
        color: #fff;
        background-color: #0096D6;
        border-color: #1B79B7;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #1B79B7;
            border-color: #1B79B7;
        }

    .menu-1 {
        display: block;
        float: right;
        text-align: right;
        width: 100% !important;
    }

        .menu-1 a {
            padding: 15px;
            color: #666;
            font-size: 16px;
            font-weight: bold;
        }

        .menu-1 li:hover, .menu-1 li:active {
            background-color: #0096D6;
        }

            .menu-1 li:hover a {
                color: #fff;
            }

    @media screen and (max-width: 600px) {
        .menu-1 a {
            border-top: 1px solid transparent;
        }

        .titsup {
            line-height: 1.8;
        }
    }

    .titlehome {
        font-family: roboto;
        font-weight: 300;
        padding: 95px 25px 25px 25px;
        color: #0096D6;
        text-align: center;
    }

    .feature__heading {
        color: #0096D6;
        font-size: 20px;
    }

    .wp-block-editor-blocks-features .feature__image {
        width: 150px;
    }

    .wp-block-editor-blocks-features .feature__image {
        max-width: 150px;
        margin-bottom: 1.5em;
        display: inline-block;
    }

    .blocco-testo {
        width: 70vw;
    }

    .menu-2, .site-footer, .sub-footer {
        background: #1D1D1D;
    }

    .menu-2 {
        font-size: 14px;
    }

    .menu-2 {
        display: block;
    }

    .site-footer {
        padding-top: 100px;
        padding-bottom: 75px;
    }

        .site-footer, .site-footer a, .sub-footer, .sub-footer a {
            color: rgba( 255, 255, 255, 0.5 );
        }

            .sub-footer .wrapper {
                padding-top: 25px;
                padding-bottom: 25px;
                border-top: 1px solid #2b2b2b;
            }

    .footer-widget {
        width: 22%;
        float: left;
        margin-right: 4%;
    }

    .footer-widget-4 {
        margin-right: 0;
    }

    .btncall {
        border: 1px solid #0096d6 !important;
        border-radius: 5px !important;
    }

    .wp-block-cover-image {
        min-height: 80vh !important;
        background-color: transparent !important;
    }
}

.top-center{
    position:absolute;
    top:15%;
    left:50%;
    transform:translate(-50%,-15%);
    position:absolute;
}


.site-title, .site-description {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.page-template-default .entry-content > * {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.slide1, .slide2, .slide3, .slide4, .slide4, .slide5, .slide6 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide2 {
    background: url(/assets/img/slide_industria.jpg)no-repeat center;
    background-size: cover;
    animation: fade2a3 15s infinite;
    -webkit-animation: fade2a3 15s infinite;
}
.slide2 {
    background-size: cover;
    animation: fade2a3 15s infinite;
    -webkit-animation: fade2a3 15s infinite;
}

.slide3 {
    background-size: cover;
    animation: fade1a3 15s infinite;
    -webkit-animation: fade1a3 15s infinite;
}

.slide3 {
    background: url(/assets/img/selfbilling_banner-1.jpg)no-repeat center;
    background-size: cover;
    animation: fade1a3 15s infinite;
    -webkit-animation: fade1a2 15s infinite;
}

.slide4 {
    background: url(/assets/img/slide3.jpg)no-repeat center;
    background-size: cover;
    animation: fade3a3 15s infinite;
    -webkit-animation: fade2a1 15s infinite;
}

.slide5 {
    background-size: cover;
    animation: fade1a2 10s infinite;
    -webkit-animation: fade1a2 10s infinite;
}

.slide5 {
    background: url(/assets/img/slide5.jpg)no-repeat center;
    background-size: cover;
    animation: fade1a2 10s infinite;
    -webkit-animation: fade1a2 10s infinite;
}

.slide6 {
    background-size: cover;
    animation: fade2a2 10s infinite;
    -webkit-animation: fade2a2 10s infinite;
}

.slide6 {
    background: url(/assets/img/slide6.jpg)no-repeat center;
    background-size: cover;
    animation: fade2a2 10s infinite;
    -webkit-animation: fade2a2 10s infinite;
}

.slider {
    max-width: 300px;
    height: 200px;
    position: relative;
}

*, ::after, ::before {
    box-sizing: border-box;
}

article, aside, figure, footer, header, nav {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

b {
    font-weight: bolder;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button, input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button {
    text-transform: none;
}

button, html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

h1, h2, h3, h4, h5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-md-4, .col-sm-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-check-label {
    margin-bottom: 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn:disabled {
    opacity: .65;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    }

    .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    }

    .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

.btn-outline-primary {
    background-color: #0062cc;
    border-color: #0069d9;
    background-color: transparent;
    background-image: none;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    }

    .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

.collapse:not(.show) {
    display: none;
}


.d-block {
    display: block !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.text-center {
    text-align: center !important;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    body {
        min-width: 992px !important;
    }
}
body {
    font-family: 'Roboto', sans-serif;
}

.menu-toggle {
    display: none;
}

.ffmenu {
    padding: 40px 20px 40px 20px;
    font-size: 18px;
}

.soft {
    padding: 12px;
}

.socialinks {
    margin: auto;
    padding: 20px 0 20px 40px !important;
    text-align: left;
}

label {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    max-width: 1140px;
}

.site-title {
    padding: 0 0 6px 0;
    line-height: 1;
}

.page-template-default .entry-content > * {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-cover-image-text {
    text-align: left !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    float: left;
    width: 970px !important;
}

.wp-block-editor-blocks-features .feature {
    float: left;
    margin: auto !important;
    width: 47.5%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.tit {
    text-align: left;
    color: #fff;
    font-weight: 300;
}

.tit {
    text-align: left;
    color: #fff;
    font-weight: 300;
}

.content-area {
    width: 100%;
    float: left;
}

.titsup {
    text-align: left;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 2.4;
    padding-left: 25px;
}

.blocolumn {
    -webkit-box-shadow: 8px 8px 14px -4px rgba(0,0,0,0.18);
    -moz-box-shadow: 8px 8px 14px -4px rgba(0,0,0,0.18);
    box-shadow: 8px 8px 14px -4px rgba(0,0,0,0.18);
}

.btn-primary {
    color: #fff;
    background-color: #0096D6;
    border-color: #1B79B7;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #1B79B7;
        border-color: #1B79B7;
    }

.menu-1 {
    display: block;
    float: right;
    text-align: right;
    width: 100% !important;
}

    .menu-1 a {
        padding: 15px;
        color: #666;
        font-size: 16px;
        font-weight: bold;
    }

    .menu-1 li:hover, .menu-1 li:active {
        background-color: #0096D6;
    }

        .menu-1 li:hover a {
            color: #fff;
        }

@media screen and (max-width: 600px) {
    .menu-1 a {
        border-top: 1px solid transparent;
    }

    .titsup {
        line-height: 1.8;
    }
}

.titlehome {
    font-family: roboto;
    font-weight: 300;
    padding: 95px 25px 25px 25px;
    color: #0096D6;
    text-align: center;
}

.feature__heading {
    color: #0096D6;
    font-size: 20px;
}

.wp-block-editor-blocks-features .feature__image {
    width: 150px;
}

.wp-block-editor-blocks-features .feature__image {
    max-width: 150px;
    margin-bottom: 1.5em;
    display: inline-block;
}

.blocco-testo {
    width: 70vw;
}

.menu-2, .site-footer, .sub-footer {
    background: #1D1D1D;
}

.menu-2 {
    font-size: 14px;
}

.menu-2 {
    display: block;
}

.site-footer {
    padding-top: 100px;
    padding-bottom: 75px;
}

    .site-footer, .site-footer a, .sub-footer, .sub-footer a {
        color: rgba( 255, 255, 255, 0.5 );
    }

        .sub-footer .wrapper {
            padding-top: 25px;
            padding-bottom: 25px;
            border-top: 1px solid #2b2b2b;
        }

.footer-widget {
    width: 22%;
    float: left;
    margin-right: 4%;
}
.footer-widget-4 {
    margin-right: 0;
}
.btncall {
    border: 1px solid #0096d6 !important;
    border-radius: 5px !important;
}
.wp-block-cover-image {
    min-height: 80vh !important;
    background-color: transparent !important;
}
@keyframes fade1a3 {
    0% {
        opacity: 1;
    }

    34% {
        opacity: 0;
    }

    68% {
        opacity: 0;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade2a3 {
    0% {
        opacity: 0;
    }

    34% {
        opacity: 1;
    }

    68% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fade3a3 {
    0% {
        opacity: 0;
    }

    34% {
        opacity: 0;
    }

    68% {
        opacity: 1;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade1a2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}
@keyframes fade2a2 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media all {
    .wp-block-image {
        margin: 0 0 1em;
    }




        .wp-block-image:not(.is-style-rounded) img {
            border-radius: inherit;
        }

        .wp-block-image .aligncenter {
            display: table;
        }

        .wp-block-image .aligncenter {
            margin-left: auto;
            margin-right: auto;
        }

        .wp-block-image figure {
            margin: 0;
        }

    .aligncenter {
        clear: both;
    }
}
@media all {
    figure {
        display: block;
    }

    img {
        border: 0;
    }

    figure {
        margin: 1em 40px;
    }

    *, *:before, *:after {
        box-sizing: inherit;
    }



    figure {
        margin: 1em 0;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-default .entry-content > * {
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
    }

    @media screen and (max-width: 1040px) {
        .page-template-default .entry-content > * {
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
    }
}
@media all {
    .page-template-default .entry-content > * {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}
*, ::after, ::before {
    box-sizing: border-box;
}
figure {
    display: block;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    img {
        page-break-inside: avoid;
    }
}
.page-template-default .entry-content > * {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
@media all {
    h3 {
        overflow-wrap: break-word;
    }

    p {
        overflow-wrap: break-word;
    }

    .aligncenter {
        clear: both;
    }
}
@media all {
    .wp-block-editor-blocks-features:after {
        display: block;
        content: "";
        clear: both;
    }

    .wp-block-editor-blocks-features .feature__heading {
        margin-top: 0;
    }

    .wp-block-editor-blocks-features .feature__text {
        margin-bottom: 0;
    }
}
@media all {
    h3 {
        font-family: sans-serif;
        line-height: 1.25;
        color: #2d2e33;
    }

    p {
        margin: 0 0 1.5em;
    }

    i {
        font-style: italic;
    }

    *, *:before, *:after {
        box-sizing: inherit;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .page-template-default .entry-content > * {
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
    }

    @media screen and (max-width: 1040px) {
        .page-template-default .entry-content > * {
            max-width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
    }
}
@media all {
    .soft {
        padding: 12px;
    }

    .page-template-default .entry-content > * {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .feature__heading {
        color: #0096D6;
        font-size: 20px;
    }
}
*, ::after, ::before {
    box-sizing: border-box;
}
h3 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h3 {
    font-size: 1.75rem;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width:992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    h3, p {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }
}


.parallax {
    /* The image used */
    /* Full height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}