:root {
    --azul: #2577bc;
    /*--blue: #051574;*/
    --blue: #0c003e;
    --pink: #a64d90;
    --footer-bg: #f7f8fd;
    --logo-sup: 215px;
    --logo-foot: 154px;
    --banner: 732px;
    --dtrans-img: 800px;
    --ind5-0: 750px;
    --dsb-img: 470px;
    --dsb-img-logos: 500px;
    --e-europe: 550px;
    --e-self-billing: 547px;
    --e-telematic: 611px;
}


*, *::after, *::before{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #0c003e;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 2em;
    overflow-x: hidden;
}



h2 {
    color: var(--blue);
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}

.pink {
    background: linear-gradient(to right, #ab46b0, #f84299);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    /*color: var(--pink);*/
}

.hidden {
    display: none;
}

@media screen{
    .content {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .row {
        width: inherit;
    }

    /* HEADER */
    header {
        width: inherit;
        z-index: 999;
    }

    header .container {
        margin: 0;
        max-width: 100%;
    }

    header .navbar-brand {
        cursor: default;
        margin: 50px 85px 0;
    }

    header .navbar-toggler {
        background-color: #fff;
        border: none;
        color: rgba(37, 119, 188, 0.5) !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba(37, 119, 188, 1)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
    }

    header nav {
        padding-top: 80px;
        display: flex;
        justify-content: space-between;
    }

    header .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-toggler.collapsed + .navbar-collapse {
        display: none;
    }

    header .navbar-nav .nav-link{
        color: var(--azul) !important;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        margin-right: 50px;
    }

    header .nav-link:hover {
        background: linear-gradient(to right, #ab46b0, #f84299);
        -webkit-text-fill-color: transparent;
        background-clip: text;
        -webkit-background-clip: text;
        /*color: var(--pink);*/
    }

    /* BANNER */
    #banner {
        margin: 30px 0;
        width: 100%;
        z-index: 1;
    }

    #banner .carousel-indicators {
        bottom: -40px !important;
    }

    #banner .carousel-indicators [data-bs-target] {
        background-color: var(--azul) !important;
    }
    
    #banner .banner-text {
        margin-left: 150px;
        width: 800px;
    }
    
    #banner .banner-text span {
        font-weight: bold;
    }
    
    #banner .banner-text p {
        font-size: 34px;
        line-height: 1.5em;
        margin: 45px 0 90px;
    }

        #banner .banner-text a {
            background-image: linear-gradient(to right, #2b84c6, #19b3d5);
            /*background-color: var(--azul);*/
            border-radius: 10px;
            color: #fff;
            font-size: 22px;
            padding: 5px 40px;
            text-decoration: none;
            /*text-transform:capitalize;*/
        }

    #banner img {
        margin-right: 40px;
    }

    #banner .carousel-item:nth-of-type(4).banner-text {
        width: 900px;
    }
    
    #banner .carousel-item:nth-of-type(7).banner-text {
        width: 1000px;
    }

    /* MAIN */
    #main {
        position: relative;
    }

    #main p {
        font-size: 18px;
        font-weight: medium;
    }

    .text {
        display: inline-block;
        width: 700px;
    }

    /* DIGITAL TRANSFORMATION */
    #digital-transformation > img {
        width: 100%;
    }

    #digital-transformation .row{
        align-items: center;
        background-color: var(--footer-bg);
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }

    #digital-transformation .text {
        margin-right: 150px;
        text-align: right;
    }

    #digital-transformation .col-6:nth-last-of-type() {
        justify-content: right;
    }

    /* INDUSTRY 5.0 */
    #industry5 .text {
        margin: 180px 0 180px 150px;
    }
    
    #industry5 img {
        align-self: center;
        margin-right: 30px;
    }

    /* DIGITAL SERVICE BOOKLETS */
    #digital-service {
        text-align: center;
    }

    #digital-service > img {
        width: 100%;
    }

    #digital-service .row {
        background-color: var(--footer-bg);
    }

    #digital-service .text {
        margin: auto 0;
    }
    
    #digital-service #img-dsb {
        margin: auto 0;
    }
    
    #digital-service #img-dsb-loghi {
        margin: auto 0;
    }

        #digital-service .text a {
            background-image: linear-gradient(to right, #ab46b0, #f84299);
            /*background-color: var(--azul);*/
            border-radius: 10px;
            color: #fff;
            font-size: 22px;
            padding: 5px 40px;
            text-decoration: none;
            /*text-transform:capitalize;*/
        }

    /* E-INVOCING */
    #e-invocing {
        padding-top: 10px;
        text-align: center;
    }
    
    #e-invocing .content {
        margin: 0 auto;
        width: 1450px;
    }
    
    #e-invocing .paragraph {
        display: flex;
        justify-content: space-between;
        margin: 150px 0;
    }
    
    #e-invocing .text {
        text-align: left;
        align-self: center;
    }

    /* CONTACT US */
    #contact-us {
        margin: 0 auto;
        text-align: center;
        width: 1020px;
    }
    
    #contact-us h2{
        margin: 30px 0;
    }
    
    #contact-us p {
        color: var(--blue);
        font-size: 30px;
        font-weight: normal;
    }
    
    #contact-us .contact-us-input {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    #contact-us .input {
        margin-top: 40px;
        text-align: left;
    }
    
    #contact-us input[type="text"]  {
        border: 1px solid #0c003e;
        border-radius: 15px;
        display: inline-block;
        font-family: "Poppins", Arial, Helvetica, sans-serif;;
        font-size: 20px;
        font-weight: normal;
        padding: 0 10px;
        width: 475px;
    }
    
    #contact-us textarea {
        border: 1px solid #0c003e;
        border-radius: 15px;
        display: inline-block;
        font-family: "Poppins", Arial, Helvetica, sans-serif;;
        font-size: 20px;
        font-weight: normal;
        height: 175px;
        padding: 0 10px;
        resize: none;
        width: 100%;
    }
    
    #contact-us label {
        display: block;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px ;
    }
    
    #contact-us input[type="checkbox"] {
        border: 1px solid #0c003e;
        border-radius: 3px;
        width: 30px;
    }
    
    #contact-us .input.checkbox label {
        display: inline;
        font-size: 15px;
        font-weight: 300;
        text-align: left;
    }
    
    #contact-us button {
        background-color: var(--azul);
        border: none;
        border-radius: 40px;
        color: #fff;
        font-size: 20px;
        padding: 10px 25px;
        text-decoration: none;
        text-transform: uppercase;
    }

    /* FOOTER */
    footer {
        background-color: var(--footer-bg);
        font-size: 16px;
        font-weight: 300;
        margin-top: 95px;
        padding-bottom: 30px;
        text-align: center;
    }

    footer .row {
        padding: 40px 0;
    }

    footer p {
        margin: 0;
    }

    footer a {
        color: #0c003e;
        display: block;
        text-decoration: none;
    }
}

@media screen and (max-width: 1919px) {
    /* 0.75 */
    h2 {
        font-size: 38px;
    }

    /* HEADER */
    header .navbar-brand {
        margin: 30px 50px 0;
    }

    header .navbar-brand img {
        width: calc(var(--logo-sup) * 0.75);
    }

    header nav {
        padding-top: 80px;
        display: flex;
        justify-content: space-between;
    }

    header .navbar-nav .nav-link{
        color: var(--azul) !important;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        margin-right: 50px;
    }

    /* BANNER */
    #banner .banner-text {
        margin-left: 120px;
        width: 650px;
    }
    
    #banner .banner-text p {
        font-size: 28px;
        line-height: 1.5em;
        margin: 30px 0 50px;
    }
    
    #banner .banner-text a {
        font-size: 24px;
        padding: 15px;
    }
    
    #banner img {
        margin-right: 35px;
        z-index: 10;
    }

    #banner .carousel-item:nth-of-type(1) img {
        width: calc(var(--banner) * 0.75);
    }
    #banner .carousel-item:nth-of-type(2) img {
        width: calc(var(--banner) * 0.75);
    }
    #banner .carousel-item:nth-of-type(3) img {
        width: calc(var(--banner) * 0.75);
    }
    #banner .carousel-item:nth-of-type(4) img {
        width: calc(var(--banner) * 0.75);
    }
    #banner .carousel-item:nth-of-type(5) img {
        width: calc(var(--banner) * 0.75);
    }
    #banner .carousel-item:nth-of-type(6) img {
        width: calc(var(--banner) * 0.75);
    }
    #banner .carousel-item:nth-of-type(7) img {
        width: calc(var(--banner) * 0.75);
    }

    /* MAIN */
    
    .text {
        display: inline-block;
        width: 525px;
    }

    /* DIGITAL TRANSFORMATION */
    #digital-transformation .text {
        margin-right: 100px;
    }

    #digital-transformation .row img {
        width: calc(var(--dtrans-img) * 0.85);
    }

    /* INDUSTRY 5.0 */
    #industry5 .text {
        margin: 180px 0 180px 90px;
    }
    
    #industry5 img {
        margin-right: 25px;
        width: calc(var(--ind5-0) * 0.85);
    }

    /* DIGITAL SERVICE BOOKLETS */
    #digital-service {
        background: none;
        text-align: center;
    }
    
    #digital-service .text {
        margin: auto 0;
    }
    
    #digital-service #img-dsb {
        align-self: start;
        width: calc(var(--dsb-img) * 0.75);
    }
    
    #digital-service #img-dsb-loghi {
        align-self: start;
        width: calc(var(--dsb-img-logos) * 0.75);
    }

    /* E-INVOCING */
    #e-invocing {
        padding-top: 10px;
        text-align: center;
    }
    
    #e-invocing .content {
        margin: 0 auto;
        width: 1200px;
    }
    
    #e-invocing .paragraph {
        display: flex;
        justify-content: space-between;
        margin: 150px 0;
    }

    #e-invocing .paragraph:nth-of-type(1) img {
        width: calc(var(--e-telematic) * 0.75);
    }
    #e-invocing .paragraph:nth-of-type(2) img {
        width: calc(var(--e-europe) * 0.75);
    }
    #e-invocing .paragraph:nth-of-type(3) img {
        width: calc(var(--e-self-billing) * 0.75);
    }
    
    #e-invocing .text {
        text-align: left;
        align-self: center;
    }

    #contact-us p {
        font-size: 28px;
    }
}

@media screen and (max-width: 1439px) {
    /* 0.63 */
    h2 {
        font-size: 30px;
    }

    /* HEADER */

    header .navbar-brand img {
        width: calc(var(--logo-sup) * 0.63);
    }

    .navbar-nav {
        display: flex;
    }

    .navbar-nav .nav-item {
        margin-left: auto; 
    }

    header nav {
        padding-top: 50px;
        margin: 0;
    }

    header nav a {
        font-size: 13px;
    }

    /* BANNER */

    #banner .banner-text {
        width: 450px;
    }
    
    #banner .banner-text p {
        font-size: 20px;
        line-height: 1.5em;
        margin: 30px 0 50px;
    }
    
    #banner .banner-text a {
        font-size: 18px;
        padding: 13px;
    }
    
    #banner img {
        right: 10px;
        z-index: 10;
    }

    #banner .carousel-item:nth-of-type(1) img {
        width: calc(var(--banner) * 0.63);
    }
    #banner .carousel-item:nth-of-type(2) img {
        width: calc(var(--banner) * 0.63);
    }
    #banner .carousel-item:nth-of-type(3) img {
        width: calc(var(--banner) * 0.63);
    }
    #banner .carousel-item:nth-of-type(4) img {
        width: calc(var(--banner) * 0.63);
    }
    #banner .carousel-item:nth-of-type(5) img {
        width: calc(var(--banner) * 0.63);
    }
    #banner .carousel-item:nth-of-type(6) img {
        width: calc(var(--banner) * 0.63);
    }
    #banner .carousel-item:nth-of-type(7) img {
        width: calc(var(--banner) * 0.63);
    }

    /* MAIN */
    #main p {
        font-size: 18px;
    }

    .text {
        display: inline-block;
        width: 450px;
    }

    /* DIGITAL TRANSFORMATION */
    #digital-transformation .text {
        margin-right: 100px;
    }

    #digital-transformation .row img {
        width: calc(var(--dtrans-img) * 0.75);
    }

    /* INDUSTRY 5.0 */
    #industry5 .text {
        margin: 150px 0 150px 46px;
    }
    
    #industry5 img {
        margin-right: 25px;
        width: calc(var(--ind5-0) * 0.75);
    }

    /* DIGITAL SERVICE BOOKLETS */
    #digital-service {
        text-align: center;
    }
    #digital-service .row {
        padding-top: 20px;
    }
    
    #digital-service .text {
        margin: auto 0;
    }
    
    #digital-service #img-dsb {
        align-self: start;
        width: calc(var(--dsb-img) * 0.75);
    }
    
    #digital-service #img-dsb-loghi {
        align-self: start;
        width: calc(var(--dsb-img-logos) * 0.6);
    }

    /* E-INVOCING */
    #e-invocing {
        padding-top: 10px;
        text-align: center;
    }
    
    #e-invocing .content {
        margin: 0 auto;
        width: 1000px;
    }
    
    #e-invocing .paragraph {
        display: flex;
        justify-content: space-between;
        margin: 150px 0;
    }

    #e-invocing .paragraph:nth-of-type(1) img {
        width: calc(var(--e-telematic) * 0.63);
    }
    #e-invocing .paragraph:nth-of-type(2) img {
        width: calc(var(--e-europe) * 0.63);
    }
    #e-invocing .paragraph:nth-of-type(3) img {
        width: calc(var(--e-self-billing) * 0.63);
    }
    
    #e-invocing .text {
        text-align: left;
        align-self: center;
    }

    #contact-us p {
        font-size: 25px;
    }
}

@media screen and (max-width: 1400px) {
    header .navbar-collapse {
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        left: 0;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 1000;
    }

    header .container {
        padding: 0;
        padding-right: var(--bs-gutter-x, .8rem);
    }

    header .navbar-nav .nav-link {
        margin: 0;
        margin-right: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .inputNotes {
        width: 90%;
        margin: auto;
    }
    /* 0.55 */
    h2 {
        font-size: 26px;
    }

    /* HEADER */
    header .navbar-brand img {
        width: calc(var(--logo-sup) * 0.55);
    }

    .navbar-nav {
        display: flex;
    }

    .navbar-nav .nav-item {
        margin-left: auto; 
    }

    header nav {
        padding-top: 50px;
        margin: 0;
    }

    header nav a {
        font-size: 13px;
    }

    /* BANNER */

    #banner .banner-text {
        width: 450px;
    }
    
    #banner .banner-text p {
        font-size: 20px;
        line-height: 1.5em;
        margin: 30px 0 30px;
    }
    
    #banner .banner-text a {
        font-size: 18px;
        padding: 13px;
    }
    
    #banner img {
        right: 10px;
        z-index: 10;
    }

    #banner .carousel-item:nth-of-type(1) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(2) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(3) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(4) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(5) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(6) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(7) img {
        width: calc(var(--banner) * 0.55);
    }

    /* MAIN */
    .text {
        display: inline-block;
        width: 430px;
    }

    /* DIGITAL TRANSFORMATION */
    #digital-transformation .text {
        margin-right: 65px;
    }

    #digital-transformation .row img {
        width: calc(var(--dtrans-img) * 0.62);
    }

    /* INDUSTRY 5.0 */
    #industry5 .text {
        margin: 150px 0 150px 46px;
    }
    
    #industry5 img {
        margin-right: 25px;
        width: calc(var(--ind5-0) * 0.65);
    }

    /* DIGITAL SERVICE BOOKLETS */
    #digital-service {
        text-align: center;
    }

    #digital-service .row {
        padding-top: 20px;
    }
    
    #digital-service .text {
        margin: auto 0;
    }
    
    #digital-service #img-dsb {
        align-self: start;
        width: calc(var(--dsb-img) * 0.65);
    }
    
    #digital-service #img-dsb-loghi {
        align-self: start;
        width: calc(var(--dsb-img-logos) * 0.55);
    }

    /* E-INVOCING */
    #e-invocing {
        padding-top: 10px;
        text-align: center;
    }
    
    #e-invocing .content {
        margin: 0 auto;
        width: 900px;
    }
    
    #e-invocing .paragraph {
        display: flex;
        justify-content: space-between;
        margin: 100px 0;
    }

    #e-invocing .paragraph:nth-of-type(1) img {
        width: calc(var(--e-telematic) * 0.55);
    }
    #e-invocing .paragraph:nth-of-type(2) img {
        width: calc(var(--e-europe) * 0.55);
    }
    #e-invocing .paragraph:nth-of-type(3) img {
        width: calc(var(--e-self-billing) * 0.55);
    }
    
    #e-invocing .text {
        text-align: left;
        align-self: center;
    }

    /* CONTACT US */
    #contact-us {
        margin: 0 auto;
        text-align: center;
        width: 550px;
    }
    
    #contact-us h2{
        margin: 15px 0;
    }
    
    #contact-us p {
        color: var(--blue);
        font-size: 22px;
        font-weight: normal;
    }
    
    #contact-us .contact-us-input, .contact-us-send {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #contact-us .input {
        margin-top: 20px;
        text-align: left;
    }
    #contact-us form > .input:last-of-type {
        text-align: center;
    }
    
    #contact-us input[type="text"]  {
        border: 1px solid #0c003e;
        border-radius: 15px;
        display: inline-block;
        font-family: "Poppins", Arial, Helvetica, sans-serif;;
        font-size: 17px;
        font-weight: normal;
        padding: 0 8px;
        width: 500px;
    }
    
    #contact-us textarea {
        border: 1px solid #0c003e;
        border-radius: 15px;
        display: inline-block;
        font-family: "Poppins", Arial, Helvetica, sans-serif;;
        font-size: 17px;
        font-weight: normal;
        height: 130px;
        margin: 0 auto;
        padding: 0 10px;
        resize: none;
        width: 500px;
    }
    
    #contact-us label {
        display: block;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 15px ;
    }
    
    #contact-us input[type="checkbox"] {
        border: 1px solid #0c003e;
        border-radius: 3px;
        width: 30px;
    }
    
    #contact-us .input span {
        font-size: 15px;
        font-weight: 300;
        text-align: center;
    }

    #contact-us .ipnut.input.checkbox {
        width: 500px;
    }
    
    #contact-us button {
        background-color: var(--azul);
        border: none;
        border-radius: 40px;
        color: #fff;
        font-size: 20px;
        padding: 10px 25px;
        text-decoration: none;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 991.98px) {
    .inputNotes {
        width: 90%;
        margin: auto;
    }

    
    /* HEADER */
    header .navbar-brand img {
        width: calc(var(--logo-sup) * 0.55);
    }

    .navbar-nav {
        display: flex;
    }

    .navbar-nav .nav-item {
        margin-left: auto; 
    }

    header nav {
        padding-top: 50px;
        margin: 0;
    }

    header nav a {
        font-size: 13px;
    }

    /* BANNER */

    #banner .banner-text {
        margin: 0;
        text-align: center;
        width: 450px;
    }
    
    #banner .banner-text p {
        font-size: 20px;
        line-height: 1.5em;
        margin: 30px 0 70px;
    }
    
    #banner .banner-text a {
        font-size: 18px;
        padding: 13px;
    }
    
    #banner img {
        margin: 30px 0;
        z-index: 10;
    }

    #banner .carousel-item:nth-of-type(1) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(2) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(3) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(4) img {
        width: calc(var(--banner) * 0.50);
    }
    #banner .carousel-item:nth-of-type(5) img {
        width: calc(var(--banner) * 0.45);
    }
    #banner .carousel-item:nth-of-type(6) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(7) img {
        width: calc(var(--banner) * 0.55);
    }

    /* MAIN */
    .text {
        display: inline-block;
        width: 75%;
    }

    /* DIGITAL TRANSFORMATION */

    #digital-transformation > img {
        width: 100%;
    }

    #digital-transformation .text {
        margin: 0;
        margin-top: 30px;
        text-align: center;
    }

    #digital-transformation .row img {
        width: calc(var(--dtrans-img) * 0.65);
    }

    /* INDUSTRY 5.0 */
    #industry5{
        margin: 40px;
    }
    #industry5 .text {
        margin: 0;
        margin-bottom: 40px;
    }
    
    #industry5 img {
        margin-right: 25px;
        width: calc(var(--ind5-0) * 0.65);
    }

    /* DIGITAL SERVICE BOOKLETS */
    #digital-service {
        text-align: right;
    }
    
    #digital-service .text {
        margin: 40px 50px 40px 0;
    }
    
    #digital-service #img-dsb {
        margin: 0;
        width: calc(var(--dsb-img) * 0.85);
    }
    
    #digital-service #img-dsb-loghi {
        display: none;
    }

    /* E-INVOCING */
    #e-invocing {
        padding-top: 30px;
        text-align: center;
    }
    
    #e-invocing .content {
        margin: 0 auto;
    }
    
    #e-invocing .paragraph {
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        margin: 100px 0;
    }

    #e-invocing .paragraph .text {
        margin: 50px auto;
    }

    #e-invocing .paragraph:nth-of-type(1) {
        margin-top: 20px;
    }
    #e-invocing .paragraph:nth-of-type(2) {
        flex-wrap: wrap;
    }

    #e-invocing .paragraph:nth-of-type(1) img {
        width: calc(var(--e-telematic) * 0.55);
    }
    #e-invocing .paragraph:nth-of-type(2) img {
        width: calc(var(--e-europe) * 0.55);
    }
    #e-invocing .paragraph:nth-of-type(3) img {
        width: calc(var(--e-self-billing) * 0.55);
    }
    
    #e-invocing .text {
        text-align: left;
        align-self: center;
    }

    /* CONTACT US */
    #contact-us {
        margin: 0 auto;
        text-align: center;
        width: 550px;
    }
    
    #contact-us h2{
        margin: 15px 0;
    }
    
    #contact-us p {
        color: var(--blue);
        font-size: 18px;
        font-weight: normal;
    }
    
    #contact-us .contact-us-input {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #contact-us .input {
        margin-top: 20px;
        text-align: left;
    }
    #contact-us form > .input:last-of-type {
        text-align: center;
    }
    
    #contact-us input[type="text"]  {
        border: 1px solid #0c003e;
        border-radius: 15px;
        display: inline-block;
        font-family: "Poppins", Arial, Helvetica, sans-serif;;
        font-size: 17px;
        font-weight: normal;
        padding: 0 8px;
    }
    
    #contact-us textarea {
        border: 1px solid #0c003e;
        border-radius: 15px;
        display: inline-block;
        font-family: "Poppins", Arial, Helvetica, sans-serif;;
        font-size: 17px;
        font-weight: normal;
        height: 130px;
        padding: 0 10px;
        resize: none;
    }
    
    #contact-us label {
        display: block;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 15px ;
    }
    
    #contact-us input[type="checkbox"] {
        border: 1px solid #0c003e;
        border-radius: 3px;
        width: 30px;
    }
    
    #contact-us .input span {
        font-size: 15px;
        font-weight: 300;
        text-align: center;
    }
    
    #contact-us button {
        background-color: var(--azul);
        border: none;
        border-radius: 40px;
        color: #fff;
        font-size: 20px;
        padding: 10px 25px;
        text-decoration: none;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 768px) {
    
    /* HEADER */
    header .navbar-brand {
        margin: 20px 50px;
    }

    header .navbar-brand img {
        width: calc(var(--logo-sup) * 0.55);
    }

    .navbar-nav {
        display: flex;
    }

    .navbar-nav .nav-item {
        margin-left: auto; 
    }

    header nav {
        padding-top: 50px;
        margin: 0;
    }

    header nav a {
        font-size: 13px;
    }

    /* BANNER */
    #banner .banner-text {
        text-align: center;
        width: 450px;
    }
    
    #banner .banner-text p {
        font-size: 20px;
        line-height: 1.5em;
        margin: 30px 0 70px;
    }
    
    #banner .banner-text a {
        font-size: 18px;
        padding: 13px;
    }
    
    #banner img {
        margin: 30px 0;
        z-index: 10;
    }

    #banner .carousel-item:nth-of-type(1) img {
        width: calc(var() * 0.55);
    }
    #banner .carousel-item:nth-of-type(2) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(3) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(4) img {
        width: calc(var(--banner) * 0.50);
    }
    #banner .carousel-item:nth-of-type(5) img {
        width: calc(var(--banner) * 0.45);
    }
    #banner .carousel-item:nth-of-type(6) img {
        width: calc(var(--banner) * 0.55);
    }
    #banner .carousel-item:nth-of-type(7) img {
        width: calc(var(--banner) * 0.55);
    }

    /* MAIN */
    .text {
        display: inline-block;
        width: 85%;
    }

    /* DIGITAL TRANSFORMATION */

    #digital-transformation .text {
        margin: 0;
        margin-top: 30px;
        text-align: center;
    }

    #digital-transformation .row img {
        width: calc(var(--dtrans-img) * 0.55);
    }

    #digital-transformation > img {
        display: none;
    }

    /* INDUSTRY 5.0 */
    #industry5{
        margin: 40px;
    }
    #industry5 .text {
        margin: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    
    #industry5 img {
        margin-right: 25px;
        width: calc(var(--ind5-0) * 0.55);
    }

    /* DIGITAL SERVICE BOOKLETS */
    #digital-service {
        text-align: right;
    }

    #digital-service > img {
        display: none;
    }
    
    #digital-service .text {
        margin: 0;
        margin-top: 40px;
        text-align: center;
    }
    
    #digital-service #img-dsb {
        margin: 0;
        width: 100%;
    }
    
    #digital-service #img-dsb-loghi {
        display: none;
    }

    /* E-INVOCING */
    #e-invocing {
        padding-top: 30px;
        text-align: center;
    }
    
    #e-invocing .content {
        margin: 0 auto;
    }
    
    #e-invocing .paragraph {
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        margin: 100px 0;
    }

    #e-invocing .paragraph:nth-of-type(2) {
        flex-wrap: wrap;
    }

    #e-invocing .paragraph:nth-of-type(1) img {
        width: calc(var(--e-telematic) * 0.55);
    }
    #e-invocing .paragraph:nth-of-type(2) img {
        width: calc(var(--e-europe) * 0.55);
    }
    #e-invocing .paragraph:nth-of-type(3) img {
        width: calc(var(--e-self-billing) * 0.55);
    }
    
    #e-invocing .text {
        margin: 0 100px;
        text-align: center;
        align-self: center;
    }

    /* CONTACT US */
    #contact-us {
        margin: 0 auto;
        text-align: center;
        width: 550px;
    }
    
    #contact-us h2{
        margin: 15px 0;
    }
    
    #contact-us p {
        color: var(--blue);
        font-size: 18px;
        font-weight: normal;
    }
    
    #contact-us .contact-us-input {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #contact-us .input {
        margin-top: 20px;
        text-align: left;
    }
    #contact-us form > .input:last-of-type {
        text-align: center;
    }
    
    #contact-us input[type="text"]  {
        border: 1px solid #0c003e;
        border-radius: 15px;
        display: inline-block;
        font-family: "Poppins", Arial, Helvetica, sans-serif;;
        font-size: 17px;
        font-weight: normal;
        padding: 0 8px;
    }
    
    #contact-us textarea {
        border: 1px solid #0c003e;
        border-radius: 15px;
        display: inline-block;
        font-family: "Poppins", Arial, Helvetica, sans-serif;;
        font-size: 17px;
        font-weight: normal;
        height: 130px;
        padding: 0 10px;
        resize: none;
    }
    
    #contact-us label {
        display: block;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 15px ;
    }
    
    #contact-us input[type="checkbox"] {
        border: 1px solid #0c003e;
        border-radius: 3px;
        width: 30px;
    }
    
    #contact-us .input span {
        font-size: 15px;
        font-weight: 300;
        text-align: center;
    }
    
    #contact-us button {
        background-color: var(--azul);
        border: none;
        border-radius: 40px;
        color: #fff;
        font-size: 20px;
        padding: 10px 25px;
        text-decoration: none;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 576px) {
    h2 {
        font-size: 22px;
    }

    .inputNotes{
        width:90%;
        margin:auto;

    }
    /* HEADER */
    header .navbar-brand {
        margin: 10px 20px;
    }
    
    header .navbar-brand img {
        width: calc(var(--logo-sup) * 0.40);
    }

    .navbar-nav {
        display: flex;
    }

    .navbar-nav .nav-item {
        margin-left: auto; 
    }

    header nav {
        padding-top: 50px;
        margin: 0;
    }

    header nav a {
        font-size: 13px;
    }

    /* BANNER */
    #banner .banner-text {
        text-align: center;
        width: 300px;
    }
    
    #banner .banner-text p {
        font-size: 16px;
        line-height: 1.5em;
        margin: 30px 0 70px;
    }
    
    #banner .banner-text a {
        font-size: 16px;
        padding: 13px;
    }
    
    #banner img {
        margin-top: 50px;
        z-index: 10;
    }

    #banner .carousel-item:nth-of-type(1) img {
        width: calc(var(--banner) * 0.40);
    }
    #banner .carousel-item:nth-of-type(2) img {
        width: calc(var(--banner) * 0.40);
    }
    #banner .carousel-item:nth-of-type(3) img {
        width: calc(var(--banner) * 0.40);
    }
    #banner .carousel-item:nth-of-type(4) img {
        width: calc(var(--banner) * 0.38);
    }
    #banner .carousel-item:nth-of-type(5) img {
        width: calc(var(--banner) * 0.35);
    }
    #banner .carousel-item:nth-of-type(6) img {
        width: calc(var(--banner) * 0.40);
    }
    #banner .carousel-item:nth-of-type(7) img {
        width: calc(var(--banner) * 0.40);
    }

    /* MAIN */

    .text {
        display: inline-block;
    }

    /* DIGITAL TRANSFORMATION */

    #digital-transformation .text {
        text-align: center;
    }

    #digital-transformation .row img {
        width: calc(var(--dtrans-img) * 0.45);
    }

    /* INDUSTRY 5.0 */
    #industry5{
        margin: 40px;
    }
    #industry5 .text {
        margin: 0;
        margin-bottom: 40px;
    }
    
    #industry5 img {
        margin: 0;
        width: calc(var(--ind5-0) * 0.45);
    }

    /* DIGITAL SERVICE BOOKLETS */
    #digital-service {
        text-align: right;
    }
    
    #digital-service .text {
        margin: 0;
        text-align: center;
    }
    
    #digital-service #img-dsb {
        margin: 0;
        width: 100%;
    }
    
    #digital-service #img-dsb-loghi {
        display: none;
    }

    /* E-INVOCING */
    #e-invocing {
        padding-top: 30px;
        text-align: center;
    }
    
    #e-invocing .content {
        margin: 0 auto;
    }
    
    #e-invocing .paragraph {
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        margin: 50px 0;
    }

    #e-invocing .paragraph:nth-of-type(2) {
        flex-wrap: wrap;
    }

    #e-invocing .paragraph:nth-of-type(1) img {
        width: calc(var(--e-telematic) * 0.45);
    }
    #e-invocing .paragraph:nth-of-type(2) img {
        width: calc(var(--e-europe) * 0.45);
    }
    #e-invocing .paragraph:nth-of-type(3) img {
        width: calc(var(--e-self-billing) * 0.45);
    }
    
    #e-invocing .text {
        margin: 0 40px;
        text-align: center;
        align-self: center;
    }

    /* CONTACT US */
    #contact-us {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    
    #contact-us h2{
        margin: 15px 0;
    }
    
    #contact-us p {
        color: var(--blue);
        font-size: 16px;
        font-weight: normal;
    }
    
    #contact-us .contact-us-input {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #contact-us .contact-us-send {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #contact-us .input {
        margin-top: 20px;
        text-align: left;
        width: 90%;
    }
    #contact-us form > .input:last-of-type {
        text-align: center;
    }

    #contact-us input[type="text"]  {
        border: 1px solid #0c003e;
        border-radius: 15px;
        display: inline-block;
        font-family: "Poppins", Arial, Helvetica, sans-serif;;
        font-size: 15px;
        font-weight: normal;
        padding: 0 8px;
        width: 100%;
    }
    
    #contact-us textarea {
        border: 1px solid #0c003e;
        border-radius: 15px;
        display: inline-block;
        font-family: "Poppins", Arial, Helvetica, sans-serif;;
        font-size: 17px;
        font-weight: normal;
        height: 130px;
        padding: 0 10px;
        resize: none;
        width: 100%;
    }
    
    #contact-us label {
        display: block;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 15px ;
    }
    
    #contact-us input[type="checkbox"] {
        border: 1px solid #0c003e;
        border-radius: 3px;
        width: 30px;
    }
    
    #contact-us .input span {
        font-size: 15px;
        font-weight: 300;
        text-align: center;
    }
    
    #contact-us button {
        background-color: var(--azul);
        border: none;
        border-radius: 40px;
        color: #fff;
        font-size: 20px;
        padding: 10px 25px;
        text-decoration: none;
        text-transform: uppercase;
    }

    #contact-us .input.checkbox label {
        font-size: 11px;
    }
}

a.lkfooter {
    color: #0c003e!important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.buttonsend {
    background-image: linear-gradient(to right, #ab46b0, #f84299);
    /*background-color: var(--azul);*/
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    padding: 5px 40px;
    text-decoration: none;
    border:0;
    /*text-transform:capitalize;*/
}

    .buttonsend:hover {
        background-color:#0962ad;
    }


/*

a.lkfooter:visited {
    color: #444444;
    text-decoration: none;
}


    a.lkfooter:hover {
        color: #000000;
        text-decoration: none;
    }


a.lkfooter:active {
    color: #444444;
    text-decoration: none;
}
*/