html, body {
    overflow-x: hidden;
}

body {
    cursor: default;
    font-weight: 400;
    background: #313131;
}

b, strong {
    font-weight: 900;
}

a {
    cursor: pointer;
    color: inherit;
}

a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
        color: inherit;
    }

h1, h2, h3, h4 {
    font-weight: 200;
}

    h1 {
        font-size: 60px;
        text-align: center;
    }

.btn, .btn-primary, .btn-submit {
    margin-right: 0;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: none;
}

.margin-reset {
    margin: 0 !important;
}

.padding-reset {
    padding: 0 !important;
}

.border-reset {
    border: none !important;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.none {
    display: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.title-ul {
    padding-left: 24px;
}

.w1920 {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
    background: #ffffff;
}

.container, .container-fluid {
    position:relative;
}

#autorizzo {
    margin-top: 6px;
}

.form-privacy-minimal a, .form-privacy a {
    font-size: 16px;
    margin-left: 0 !important;
}

.hvr-fade {
    overflow: visible !important;
}

.button_file {
    background: #565656;
    color: #FFFFFF;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
}

.name_file {
    display: block;
    text-align: right;
    color: #565656;
}

.embed-responsive-16by9 {
    padding-bottom: 40%;
}

@media (min-width: 768px) {
    #form_moduloForm5 legend {
        padding-top: 40px;
    }

    #form_moduloForm5 .form-default {
        margin-top: 40px;
    }
}