/*noinspection CssUnknownTarget*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat');

@font-face {
    font-family: 'Montserrat-Black';
    src: url('/assets/css/fonts/Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-BlackItalic';
    src: url('/assets/css/fonts/Montserrat-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-ThinItalic';
    src: url('/assets/css/fonts/Montserrat-ThinItalic.ttf') format('truetype');
}


:root {
    --btn-bg-color: #e4032e; /* #FFCC00 */
    --btn-color: #fff;

    --link-color: #e4032e; /* #FFCC00 */

    --select2-contain-bg-color: #e4032e;
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    color: #000;
    /*background-image: url('/assets/img/bg.png');
    background-position: top left;
    background-repeat: no-repeat;
     */
    /*background-color: #FDF9F8;*/
    background-color: #fff;

    height: 100%;
    width: 100%;
}

.tab {
    display: none;
}

/* per il select2 */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FFCC00;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

.checkbox_invalid {
    box-shadow: 0 0 0 3px #ffdddd;
}

.radio_invalid {
    box-shadow: 0 0 0 3px #ffdddd;
}



.menu {
    margin-top: 2px;
    text-align: left;
    background-color: #eeeeee;
    color: #000;
    padding: 5px 0 5px 0;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 22px;
    width: 22px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
    /*background-color: #FFCC00;*/
    background-color: var(--btn-bg-color);
    color: var(--btn-color);
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: var(--btn-bg-color);
}


.titolo_blocco {
    text-align: center;
    /*background-color: #FFCC00;*/
    background-color: #eeeeee;
    color: #000;
    text-transform: uppercase;
    /*font-weight: bold;*/
    line-height: 80px;
    font-size: 30px;
    margin-bottom: 20px;
}


.tour_titolo_gen {
    font-weight: bold;
    line-height: 30px;
    font-size: 40px;
    font-weight: 600;
}

.tour_titolo {
    font-weight: bold;
    line-height: 30px;
    font-size: 30px;
}

.tour_desc {
    font-size: 16px;
}

.bg-tappa {
    background-color: #f2f2f2;
}

.bg-tappa-sel {
    background-color: #e2e2e2;
}

.color_link {
    color: #FFCC00;
}

.testo_agree {
    font-size: 14px;
}

.my-wd {
    width: 70% !important;
}

hr {
    border-top-color: #cccccc;
}

form {
    margin: 0 auto;
}

.label_checkbox {
    font-size: 14px;
}

.form-label-custom {
    /* padding: 10px 10px 10px 10px; */
    font-weight: 200;
    min-width: 100px;
}

.form-control {
    border-radius: 10px;
    border: 1px solid #d2d6de;
    color: #878787;
    font-size: 18px;
    padding: 5px;
}

.form-control::placeholder {
    color: #878787;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.form-control-select {
    color: #878787;
    font-size: 14px;
    /*font-style: italic;*/
    text-align-last: center;
    text-align: center;
    text-transform: uppercase;
}

input::placeholder {
    color: #878787;
    font-size: 14px;
    /*font-style: italic;*/
}

textarea.form-control::placeholder {
    color: #999999;
    text-align: left;
}

.blocco_partecipante {
    display: none;
}

.progress-bar-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #FFCC00;
    transition: width .6s ease;
}

.btn-gg-tappa {
    background-color: var(--btn-bg-color);
    color: var(--btn-color) !important;
    border-radius: 0;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 20px;
    font-weight: 400;
    border-radius: 15px;
    min-width: 150px;
    border: 2px solid white;
}

.btn-gg-slot-free {
    background-color: var(--btn-bg-color);
    color: var(--btn-color) !important;
    border-radius: 0;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 20px;
    font-weight: 400;
    border-radius: 15px;
    /*max-width: 100px;*/
    border: 2px solid white;
}

.btn-gg-slot-free:hover {
    transform: scale(1.1);
    opacity: 80%;
}

.btn-gg-slot-attesa {
    background-color: #000;
    color: rgb(255, 204, 0) !important;
    border-radius: 0;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 20px;
    font-weight: 400;
    border-radius: 15px;
    /*max-width: 100px;*/
    border: 2px solid white;
}

.btn-project {
    background-color: var(--btn-bg-color);
    color: var(--btn-color);
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 20px;
    font-weight: 400;
    border-radius: 15px;

    min-width: 250px;
    border: 1px solid white;
}

.btn-project:hover {
    background-color: var(--btn-bg-color);
    color: var(--btn-color);
    border: 1px solid black;
}

.btn-gg-tappa:hover {
    background-color: var(--btn-bg-color);
    color: var(--btn-color);
    border: 1px solid black;
}

.btn-gg-slot-free:hover {
    background-color: var(--btn-bg-color);
    color: var(--btn-color) !important;
    border: 1px solid white;
}

.btn-project-back {
    background-color: #bbbbbb;
    color: #000 !important;
    border-radius: 0;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 20px;
    font-weight: 400;
    border-radius: 15px;
    min-width: 150px;
    border: 1px solid white;
}

.btn-canc-prenotation {
    background-color: #000;
    /*color: rgb(255, 204, 0) !important;*/
    color: #fff !important;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 20px;
    font-weight: 400;
    border-radius: 15px;
    min-width: 250px;
    border: 1px solid white;
}

.btn-canc-prenotation:hover {
    background-color: #000;
    color: var(--btn-bg-color) !important;
}

.btn-red {
    background-color: #be2929;
    color: #fff !important;
}

.link_privacy {
    color: var(--link-color) !important;
    font-size: 15px;
    font-weight: bold;
    /* text-decoration: underline; */
    text-decoration: none;
    background-color: transparent;
}

.info_link {
    color: var(--link-color) !important;
    font-size: 18px;
    font-weight: bold;
   /* font-style: italic;*/
    /* text-decoration: underline; */
    text-decoration: none;
    background-color: transparent;
}

a.info_link:hover {
    /*background-color: #2a2829;*/
}

.btn-project2 {
    background-color: #74a4ae;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 200px;
    border: 1px solid white;
    margin-bottom: 10px;
}

.btn-project-menu {
    background-color: #c43622;
    color: #fff !important;
    font-weight: 300;
    font-size: 10px;
    min-width: 50px;
    border: 1px solid white;
    margin-bottom: 10px;
    padding: 8px 8px 8px 8px;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding-right: 20px;
    border: 1px solid #fff;
}

input[type='radio'] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
}

.text-underline {
    text-decoration: underline;
}

.text_link {
    color: #fff !important;
    text-decoration: underline;
}

.policy_footer {
    position: relative;
    top: -30px;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
}

.my-fixed-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-top: 30px;
}

.disable_select {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .my-wd {
        width: 60% !important;
    }

    .title_page {
        font-size: 25px;
    }

    .title_page2 {
        font-size: 19px;
    }

    .text_page {
        font-size: 18px;
    }

    .text2_page {
        font-size: 15px;
    }

    .text3_page {
        font-size: 12px;
    }

    .title_page4 {
        font-size: 20px;
    }

    .header_text {
        font-size: 50px;
        font-weight: 1200;
        text-align: center;
        margin: 15px;
    }

    .btn-project {
        font-weight: 100;
        font-size: 15px;
        min-width: 150px;
        padding: 5px 5px 5px 5px;
    }

    .btn-menu-botton2 {
        margin-top: 4px;
    }

    .btn-project-menu {
        font-weight: 300;
        font-size: 13px;
        min-width: 100px;
        padding: 5px 5px 5px 5px;
    }

    .text-support {
        bottom: 20px;
        right: 10px;
        font-size: 14px;
    }
}


@media (max-width: 767px) {
    .titolo_blocco {
        line-height: 45px;
        font-size: 28px;
    }

    .tour_titolo_gen {
        line-height: 20px;
        font-size: 30px;
    }

    .tour_titolo {
        line-height: 20px;
        font-size: 22px;
    }

    .my-wd {
        width: 90% !important;
    }

    .title_page {
        font-size: 22px;
    }

    .text_page {
        font-size: 17px;
    }

    .text2_page {
        font-size: 12px;
    }

    .text3_page {
        font-size: 10px;
    }

    .title_page4 {
        font-size: 18px;
    }

    .header_text {
        font-size: 45px;
        font-weight: 1200;
        text-align: center;
        margin: 15px;
    }

    .form-control {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        height: 25px;
    }

    .form-control::placeholder {
        font-size: 12px;
    }

    input::placeholder {
        font-size: 13px;
    }

    .btn-menu-botton2 {
        margin-top: 2px;
    }

    .btn-project-menu {
        font-weight: 200;
        font-size: 12px;
        min-width: 50px;
        padding: 2px 2px 2px 2px;
    }

    .text-support {
        position: relative;
        width: 300px;
        font-size: 18px;
        margin-left: 40%;
        margin-right: 50%;
    }

    .text-support a:hover {
        color: #202e55;
    }

}


/* Mobile portrait */

@media (max-width: 480px) {
    .titolo_blocco {
        line-height: 45px;
        font-size: 26px;
    }

    .tour_titolo_gen {
        line-height: 17px;
        font-size: 27px;
    }

    .tour_titolo {
        line-height: 17px;
        font-size: 20px;
    }

    .tour_desc {
        font-size: 14px;
    }

    .title_page {
        font-size: 16px;
    }

    .text_page {
        font-size: 12px;
    }

    .text2_page {
        font-size: 11px;
    }

    .title_page4 {
        font-size: 14px;
    }

    .title_page2 {
        font-size: 16px;
    }

    .form-label-custom {
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .btn-project {
        font-weight: 400;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 130px;
    }

    .btn-project-back {
        font-size: 14px;
        min-width: 130px;
    }

    .btn-canc-prenotation {
        font-size: 14px;
        min-width: 130px;
    }

    .btn-project-qa {
        font-weight: 300;
        font-size: 14px;
        border-radius: 15px;
    }

    .btn-project-qa-sent {
        font-weight: 300;
        font-size: 14px;
        border-radius: 15px;
    }

    .header_text {
        font-size: 35px;
        font-weight: 1200;
        text-align: center;
        margin: 15px;
    }

    .btn-menu-botton2 {
        margin-top: -3px;
    }

    .btn-project-menu {
        font-weight: 100;
        font-size: 10px;
        min-width: 50px;
        padding: 2px 2px 2px 2px;
    }
}