﻿@charset "UTF-8";
/* CSS Document */

/*Body generale*/

body {
    margin: 0;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    /* Location of the image */
    background-image: url(-background.svg);
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
    /* Set a background color that will be displayed
     while the background image is loading */
    background-color: white;
    color: grey !important;
}

/*@font-face {
    font-family: Muli;
    src: url(Muli.ttf);
}*/

p, h1, h2, h3, h4, h5 {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    ;
}

/*Responsive*/
/* Style the header with a grey background and some padding */
.header {
    overflow: hidden;
    /* background-color: rgba(255,153,0);*/
    padding: 20px 20px;
    /*display:none !important;*/
}

    .header img {
        width: 100%;
        height: auto;
    }

@media screen and (max-width: 500px) {

    .header img {
        width: 50%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Style the header links */
.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}

    /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
    .header a.logo {
        font-size: 25px;
        font-weight: bold;
    }

a.logo img {
    max-width: 50%;
}

/* Change the background color on mouse-over */
.header a:hover {
    /*  background-color: rgba(255,153,0);*/
    color: black;
}

/* Style the active/current link*/
.header a.active {
    background-color: dodgerblue;
    color: #666666;
}

/* Float the link section to the right */
.header-right {
    float: right;
    text-align: right;
}

    .header-right p {
        color: #666666;
        font-size: 1.3em;
        font-weight: bold;
    }

    .header-right img {
        width: 12%;
    }

    .header-right span#titolo-offerta {
        font-size: 1.8em;
        text-transform: uppercase;
    }


/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
        text-align: center;
    }

        .header-right img {
            width: 25%;
            margin-top: 5%;
        }
}

/* Blocco contenuto centrale */

.center-div {
    margin: 0 auto;
    max-width: 750px;
    height: auto;
    border-radius: 3px;
    margin-top: 8%;
    margin-bottom: 8%;
}

    .center-div img {
        width: 100%;
        height: auto;
    }

div#benvenuto {
    color: #666666;
    font-size: 2.2em;
    text-align: center;
    padding: 5% 0 5% 0;
    line-height: 1.3em;
    font-weight: bold;
}

div#iniziare {
    color: #666666;
    font-size: 2.2em;
    text-align: left;
    padding: 5% 0 0 0;
    line-height: 1.2em;
    font-weight: bold;
}

div#ricorda {
    color: #666666;
    font-size: 2.2em;
    font-weight: 300;
}

    div#ricorda ul li {
        margin-bottom: 2%;
    }


div#col-sx {
    float: left;
    width: 50%;
    text-align: center;
}

div#col-dx {
    float: left;
    width: 50%;
    text-align: center;
}

div#col-sx img {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div#col-dx img {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div#col-sx a {
    color: #666666;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}

div#col-dx a {
    color: #666666;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}

div#col-sx a:hover {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
}

div#col-dx a:hover {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
}

div#col-sx p {
    margin-top: 10%;
}

div#col-dx p {
    margin-top: 10%;
}

div#col-sx:hover img {
    opacity: 0.5;
    transition: 1.5s;
}

div#col-dx:hover img {
    opacity: 0.5;
    transition: 1.5s;
}


a.button {
    background-image: linear-gradient(white, lightgrey);
    border: none;
    color: #f15a24;
    padding: 45px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5em;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

    a.button:hover {
        background-image: linear-gradient(white, white) !important;
        text-decoration: none !important;
        color: #f15a24 !important;
    }

.step {
    float: left;
    width: 15%;
    margin-right: 2%;
    color: #666666;
    font-size: 1.3em;
    height: 25px;
    vertical-align: central;
}

div#percent-1 {
    float: left;
    width: 83%;
    background-color: lightgray;
    height: 25px;
    display: block;
}


/* stile del form*/

.cbp-mc-form {
    position: relative;
}

    .cbp-mc-form:before,
    .cbp-mc-form:after {
        content: " ";
        display: table;
    }

    .cbp-mc-form:after {
        clear: both;
    }

.cbp-mc-column {
    width: 32%;
    padding: 10px 30px;
    float: left;
}

.cbp-mc-form label {
    display: block;
    /*	padding: 40px 5px 5px 2px;*/
    font-size: 0.8em;
    cursor: pointer;
    color: #666666;
    padding-bottom: 5px;
    /*text-decoration:underline;*/
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.2;
    font-size: 0.8em;
    padding: 12px 10px;
    color: grey;
    display: block;
    width: 90%;
    /*background: transparent;*/
}


input[type=button], input[type=submit], input[type=reset] {
    background-color: #f15a24;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
}

input[type=submit] {
    position: relative;
    float: right;
}

    input[type=submit]:hover {
        background-color: white;
        color: #f15a24;
    }

input[type=reset] {
    background-color: lightgrey;
}

    input[type=reset]:hover {
        background-color: white;
        color: #f15a24;
    }


div#btn_indietro {
    float: left;
    width: 50%;
}

div#btn_avanti {
    float: left;
    width: 50%;
    text-align: right;
}


input[type="checkbox"] {
    vertical-align: middle;
}

@media screen and (max-width: 500px) {
    .cbp-mc-column {
        width: 100%;
        margin: 0;
    }
}






/* fine stile del form */





@media screen and (max-width: 500px) {

    .center-div {
        margin: 0 auto;
        max-width: 90%;
        height: auto;
    }


    div#col-sx {
        float: left;
        width: 100%;
        background-color: white;
        margin-bottom: 5%;
    }

    div#col-dx {
        float: left;
        width: 100%;
        background-color: black;
    }

    div#iniziare {
        color: #666666;
        font-size: 1.5em;
        text-align: left;
        padding: 5% 2% 0 2%;
        line-height: 1.2em;
        font-weight: bold;
    }

    div#ricorda {
        color: #666666;
        font-size: 1.5em;
        font-weight: 300;
        padding: 0 %2 0 2%;
    }

        div#ricorda ul li {
            margin-bottom: 2%;
        }
}

/*Footer*/

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: #f15a24 !important;
    text-align: center;
    font-size: 11px;
    font-weight: 300 !important;
    padding: 15px 0 5px !important;
}

    .footer a {
        font-weight: 700;
        text-decoration: none;
        color: #f15a24 !important;
    }
