
:root {
    /* */
    --color-btn-principale: #fff;
    --background-color-btn-menu: #2a2966;
    --background-color-btn-menu-hover: #82c166;

    --background-color: #fff;
    --background-color-btn-principale: #cf122e;
    /*--background-color-btn-principale: #7c656a;*/
    --background-color-btn-principale-2: #fe0000;
    --background-color-info-general: #badff9;
    --background-color-azzurro-scuro: #57a8c3;
    --background-color-hotel: #ffdfa2;
    --background-color-btn-hotel: #ffbe24;
    --background-color-excursion: #abe1eb;
    --background-color-btn-excursion: #019891;

    --background-color-program: #dae9a2;
    --background-color-btn-program: #87b273;

    --background-color-azzurro-scuro-2: #2a96b2;


    --background-color-input: #fff;
    --background-color-msg-error: #061027;

    --colore-h1-h2-h3-h4-h5: #727677;
    --colore-nome-relatore-paginarelatore: #2a2966;

    --color-link: #000;

    --color-countdown-digit: #000;

    --bs-btn-hover-bg: #badff9;

    /*--background-color-footer: #cf122e;*/
    --background-color-footer: #94242d;

    overflow-x: hidden;
}


@font-face {
    font-family: 'Frutiger';
    src: url("/assets/css/fonts/Frutiger.otf") format("opentype");
    url('/assets/css/fonts/Frutiger.woff') format('woff'), /* Modern Browsers */
    url('/assets/css/fonts/Frutiger.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Frutiger_bold';
    src: url("/assets/css/fonts/Frutiger_bold.otf") format("opentype");
    url('/assets/css/fonts/Frutiger_bold.woff') format('woff'), /* Modern Browsers */
    url('/assets/css/fonts/Frutiger_bold.ttf') format('truetype'), /* Safari, Android, iOS */
}


@font-face {
    font-family: 'GreatSejagad';
    src: url("/assets/css/fonts/GreatSejagad.otf") format("opentype");
    url('/assets/css/fonts/Frutiger_bold.woff') format('woff'), /* Modern Browsers */
    url('/assets/css/fonts/GreatSejagad.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'FrutigerLTStd55Roman';
    src: url("/assets/css/fonts/FrutigerLTStd55Roman.otf") format("opentype");
    url('/assets/css/fonts/FrutigerLTStd55Roman.woff') format('woff'), /* Modern Browsers */
    url('/assets/css/fonts/FrutigerLTStd55Roman.ttf') format('truetype'), /* Safari, Android, iOS */
}


body {
    font-family: 'FrutigerLTStd55Roman', 'Arial', sans-serif;
    color: #000;
}


/*-------- Preloader --------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999999 !important;
}

[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #cf122e;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.container-auth-pwd-recovery {
    background: rgba(203, 0, 36, 0.5);
}

.header_page_background {
    /*background-image: url("/assets/img/sfondo-stellato_new2.jpg");*/
   /* background-image: url("/assets/img/home.png");*/
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: contain;
    /*min-height: 800px; */ /* Imposta una min altezza per evitare che sia troppo piccola */
    width: 100%;
}


.header-page-title {
/*    display: inline-block;
    border-radius: 10px;
    !*font-family: Netron;*!
    font-family: Frutiger;
    color: #000;
    font-size: 30px;
    padding: 5px 20px 5px 20px;
    background-color: #fff;
    margin: 30px 0px 30px 0px;
    text-transform: uppercase;*/

    background-image: url(/assets/img/cornice_rossa.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: contain;
    position: absolute;
    top: 50px;
    left: 30px;
    transform: translate(-10%, -10%);
    height: 180px;
    width: 180px;
    color: #fff;
    font-size: 36px;
    /*font-weight: bold;*/
    font-family: GreatSejagad, serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 20px;
}

.auth-text {
    color: #fff;
    font-size: 28px;
}

.logo_shape {
    margin-top: 80px;
    width: 350px;
}
.logo_auth {
    margin-bottom: 70px;
    margin-top: 35px;
    max-height: 300px;
    height: auto;
}

.logo_shape_sm {
    margin-top: 25px;
    width: 200px;
}

.logo_ricoh_white {
    max-width: 120px;
}

.logo_ricoh_white_sm {
    max-width: 100px;
}



/*.container-fluid {
    padding: 0;
}*/

.navbar-nav > li {
    margin-left: 25px;
    margin-right: 25px;
}

.nav-link {
    color: var(--color-link);
    font-size: 20px;
}

.nav-link:hover, .nav-link-active {
    background-color: #cf122e;
    padding: 8px 12px 8px 12px;
    border-radius: 5px;
    color: #fff;
}

label.error {
    color: red;
    font-style: italic;
}

.header-text {
    font-size: 45px;
    color: #fff;
    text-align: center
}

.header-text-2 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

.blgr-shadow-grey {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
}

.header-div-block-sx {
    position: absolute;
    bottom: 6% !important;
    left: 3%;
    padding: 10px 5px;
    /*  padding: 10px;*/
    height: 200px;
    width: 200px;
    color: #fff;
    font-size: 28px;
}

.border-img-excursion-dx {
    background-image: url(/assets/img/cornice_rosa.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: contain;
}

.img-excursion{
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover;
    /*height: 800px;*/
}

.block-excursion-list {
    color: white;
    text-decoration: none;
}



.div-block-dx-excursion {
    height: 25px;
}

.div-block-dx {
    position: absolute;
    top: 4% !important;
    right: 3%;
    height: 240px;
    width: 240px;
    color: #fff;
    font-family: GreatSejagad, serif;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 25px;
    line-height: 35px;
}


.gradient-excursion {
    /*  background: linear-gradient(left, rgba(255, 199, 70,1), 0);*/
    background: -webkit-linear-gradient(left,rgba(255, 255, 255, 1) 5%, rgba(241, 215, 213, 1) 50%, rgba(241, 215, 213, 0));
    background: -moz-linear-gradient(left,rgba(255, 255, 255,  1) 5%, rgba(241, 215, 213, 1) 50%, rgba(241, 215, 213, 0));
    background: linear-gradient(left,rgba(255, 255, 255,  1) 5%, rgba(241, 215, 213, 1) 50%, rgba(241, 215, 213, 0));
}


/*.div-img-block-center {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    padding: 10px;
    height: 160px;
    width: 160px;
    color: #000;
    font-size: 34px;
    font-weight: bold;
    font-family: GreatSejagad;
}*/

.img-block-center {
    background-image: url(/assets/img/cornice_rosa.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: contain;
}
.div-img-block-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    height: 230px;
    width: 230px;
    color: #fff;
    font-size: 43px;
    /*font-weight: bold;*/
    font-family: GreatSejagad, serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 25px;
}

.div-activity-block-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color: #fff;
    font-size: 43px;
    /*font-weight: bold;*/
    font-family: GreatSejagad, serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 250px;
    width: 250px;
    color: #fff;
    font-size: 38px;
    padding-right: 35px;
}

.div-excursion-img-yellow-block {
    text-align: left;
    padding: 10px;
    height: 110px;
    width: 110px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.footer {
    margin-top: 50px;
    /*height: 90px;*/
    background-color: var(--background-color-footer);
}
.footer-text-link {
    color: white;
    text-decoration: underline;
}

.block-reservation {
    background-color: #f09192;
    padding: 15px;
    margin-top: 30px;
    border-radius: 10px;
}

.hotel-border-bottom {
    border-bottom: 2px solid #f4cd7e;
}

.text-collapse {
    color: #000;
    text-decoration: none !important;
}

.div-radio-check-input {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid var(--background-color-btn-principale);
    accent-color: #ca0202;
    padding: 10px 20px 10px 20px;
    border-radius: 15px !important;
}

.div-radio-check-input:hover {
    border: 2px solid var(--background-color-btn-principale);
    transform: scale(1.10);
}

.div-radio-check-input:has(input[type="radio"]:checked) {
    border: 3px solid white;
    transform: scale(1.1);
    font-size: 19px;
    color: #fff;
    background-color: var(--background-color-btn-principale);
}

.div-radio-check-input:has(input[type="radio"]:checked) .label-radio-check-input {
    color: #fff;

}

.div-radio-check-input:has(input[type="checkbox"]:checked) {
    border: 3px solid white;
    transform: scale(1.1);
    font-size: 23px;
    color: #fff;
    background-color: var(--background-color-btn-principale);
}

.div-radio-check-input:has(input[type="checkbox"]:checked) .label-radio-check-input {
    color: #fff;
}

.input-radio-check {
    /*flex: 0 0 50px;*/
    border: 3px solid #ebf2e4;
    width: 18px;
    height: 18px;
    padding: 0;
    cursor: pointer;
}

.label-radio-check-input {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.50px;
    text-align: left;
    padding: 4px 20px 4px 10px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0rem;
    margin-left: 20px;
}


.select2-selection__rendered {
    line-height: 41px !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-selection__arrow {
    height: 44px !important;
}

.select2-container {
    width: 100% !important;
}

.program-block {
    border: 2px solid var(--background-color-footer);
    border-radius: 20px;
    padding: 20px;
}

.program-day {
    border-bottom: 1px solid var(--background-color-footer);
    display: block;
    margin: 5px 0px 15px 0px;
}

.program-ws-line {
    color: var(--background-color-footer);
    font-weight: bold;
    text-decoration: underline;
}
.showWsList {
    font-size: 19px;
}

.program-excursion-line {
    color: var(--background-color-footer);
    font-weight: bold;
    text-decoration: underline;
}
.program-excursion-line-active {
    font-size: 19px;
}

.block-white {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px
}

.excursion-gallery-div {
    height: 300px;
    overflow-y: hidden;
    margin-top: 25px;
    display: flex;
    align-items: center; /* vertical */
    justify-content: center; /* horizontal */
}

/*********************************************************************************/


.logo-ricoh {
    height: 50px;
    padding: 3px;
}

.logo-social {
    height: 3.5rem;
    padding: 5px 8px;
}

.vh100 {
    height: 100vh;
}


input[type="checkbox"] {
    accent-color: var(--background-color-btn-excursion);
}


/* The container */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: var(--background-color-btn-excursion);
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: var(--background-color-btn-excursion);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 6px;
    top: 10px;
    width: 17px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn.disabled, .btn:disabled {
    opacity: .90;
    box-shadow: inset 0 0 0 1000px rgb(253 0 0 / 35%);
}


/* form */

form {
    margin: 0 auto;
}

.etichetta-input {
    background: var(--background-color-btn-principale);
    color: var(--color-btn-principale);
    font-size: 20px;
    font-weight: bold;
    border-radius: 0 15px 0 0;
    width: 110px;
    padding: 3px 0px 0px 10px;
}

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

.form-control {
    border-radius: 0;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #000;
    font-size: 18px;
    padding: 6px 0px 6px 5px;
    background: var(--background-color-input);
    /* color: #bec1ba;*/
}

.form-control::placeholder {
    color: #bec1ba;
    font-size: 22px;
    text-align: left;
}

textarea .form-control {
    border-radius: 5px;
}

textarea.form-control::placeholder {
    /* color: #3b73ae; */
    color: #0a0a0a;
    font-weight: bold;
    text-align: left;

}

select.form-control {
    /*padding: 2px;*/
}

.container_countdown_page {
    margin-top: 100px;
    margin-bottom: 150px;
}

.countdown {
    margin: 0;
}

.countdown .container_count div {
    background-color: transparent !important;
    font-size: 70px;
    line-height: 80px !important;
    width: 100px !important;
    height: 80px !important;
}

.countdown .container_count span {
    font-size: 20px;
    color: var(--color-countdown-digit);
}

.btn-project {
    background-color: var(--background-color-btn-principale);
    color: var(--color-btn-principale) !important;
    font-size: 20px;
    /* border-radius: 50px; */
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease-in-out;
    min-width: 250px;
    padding: 7px;
}

.btn-project:hover {
    transform: scale(1.1, 1.1);
}

.btn-project-small {
    padding: 5px;
    font-size: 18px;
}

.btn-play {
    transition: all 0.3s ease-in-out;
}

.btn-play:hover {
    transform: scale(1.2, 1.2);
}

.btn-project2 {
    background-color: var(--background-color-btn-principale);
    color: var(--color-btn-principale) !important;
    font-size: 20px;
    /* border-radius: 50px; */
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease-in-out;
    min-width: 250px;
    padding: 7px;
}

.btn-project-menu {
    background-color: #202e55;
    color: #fff !important;
    font-weight: 400;
    font-size: 18px;
    min-width: 100px;
    border: 1px solid white;
    margin-bottom: 10px;
    padding: 8px 8px 8px 8px;
}
.btn-sm-custom {
    padding: 5px;
    font-size: 14px !important;
}

.btn-pool {
/*    background-color: #202e55;
    color: #fff !important;
    font-weight: 400;
    font-size: 18px;
    min-width: 120px;
    border: 1px solid white;
    margin-bottom: 10px;
    padding: 15px 15px 15px 15px;*/

    background-color: var(--background-color-btn-principale);
    color: var(--color-btn-principale) !important;
    font-size: 20px;
    /* border-radius: 50px; */
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease-in-out;
    min-width: 250px;
    padding: 7px;
}
.btn-pool:hover {
    background-color: var(--background-color-btn-principale);
    color: var(--color-btn-principale) !important;
}

.btn-survey {
    background-color: #202e55;
    color: #fff !important;
    font-weight: 400;
    font-size: 18px;
    min-width: 120px;
    border: 1px solid white;
    margin-bottom: 10px;
    padding: 15px 15px 15px 15px;
}

.title_qa {
    background-color: #202e55;
    height: 50px;
    color: white;
    font-size: 22px;
    padding: 8px 8px 8px 14px;
}

.btn-qa {
    background-color: #5F8DB5;
    color: #fff !important;
    font-weight: 400;
    font-size: 18px;
    /*border:1px solid white;*/
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    padding: 10px;
}

.btn-qa:hover {
    background-color: #024576;
}

.btn-project-menu-active {
    background-color: #f8b133;
    color: #ffffff;
    border: 1px solid white;
}

.btn-project-prenotazione-zoom {
    background-color: #f8b133;
    width: 200px;
    color: #ffffff;
    border: 2px solid #ffffff;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 16px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 15px;
    min-width: 120px;
    margin-right: 30px;
}

.btn-project-menu a, a:visited, a:hover {
    /* color: #ff6c42; */
    text-underline: none;
}

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

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


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

.text_link {
    color: var(--color-link) !important;
    text-decoration: underline;
}

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

.text-large {
    font-size: 44px;
}

.text-small {
    font-size: 14px;
}

.streaming-box {
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 20px 15px;
    height: 100%;
}

.streaming-box-video {
    border-radius: 0;
    padding: 2px;
}

.streaming-box h4 {
    padding: 0 0 20px;
}

.streaming-box textarea {
    height: 23vw;
    margin-bottom: 20px;
}

.mnw-150px {
    min-width: 150px;
}


.box_detail {
    padding: 25px 25px 15px 25px;
    /*background-color: #f8f8f8;*/
    background-color: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    /*border: 1px solid #8db3d7;*/
    border: 1px solid var(--background-color-footer);
    margin-bottom: 30px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 20%);
}


.qa_header {
    /*border:1px solid white;*/
    text-align: center;
    background-color: #5F8DB5;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    padding: 10px;
    font-size: 20px;
}

.qa_footer {

    text-align: right;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    padding: 10px;
}

.qa-collapse-btn {
    color: #ffffff;
}

.qa-collapse-btn:hover {
    color: #024576;
}

a[aria-expanded=true] .fa-chevron-down {
    transition: .3s transform ease-in-out;
    transform: rotate(180deg);
}

.video-image {
    margin-bottom: 15px;
    width: 100%;
}

.video-title {
    padding: 5px;
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
    height: 60px;
}

.video-button {
    text-align: center;
}

.video-text {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
    height: 50px;
}

.header_footer {
    width: 100%;
    height: auto;
    display: block;
}


.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.custom-close-modal {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.quiz_pre_label {
    border: 1px solid #fff;
    padding: 4px 5px 4px 5px;
    margin-right: 8px;
}

.quiz_label {

}

.text-event-terminated {
    font-size: 28px;
    color: #ffff;
}

.text-event-terminated-2 {
    font-size: 70px;
    font-weight: bold;
    color: #ff6c42;
}

/*_*/

.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;
}

input::placeholder {
    color: black;
    font-size: 1.2em;
}


.textarea_qa_size {
    height: 150px !important;
    background: #fff;
    border: 1px solid var(--background-color-footer);
}


.programma_titolo {
    text-align: center;
    font-size: 28px;
    color: #fff;
}

.programma_parte1 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #ff6c42;
}

.programma_ora {
    font-size: 20px;
    font-weight: bold;
    color: #ff6c42;
}

.programma_titolo_sezione {
    font-weight: bold;
    font-size: 17px;
    color: #fff;
}

.programma_moderatori {
    font-size: 16px;
    color: #fff;
}

.header-footer-full {
    display: block;
    width: 100%;

}

.header-footer-small {
    display: none;
    width: 100%;
}

.div-logo-sponsor {
    border-radius: 20px;
    border: 1px solid #8db3d7;
    box-shadow: 15px 15px 15px rgb(0 0 0 / 30%);
    background-color: white;
}

.div-media-partner {
    font-size: 30px;
    color: #fff;
    background-color: #3b73ae;
    font-style: italic;
}

@media (max-width: 1200px) {

    .navbar-nav > li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-link {
        font-size: 17px;
    }

    .header-text {
        font-size: 32px;
        color: #fff;
        text-align: center
    }

    .header-text-2 {
        font-size: 28px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        margin-top: 40px
    }

    .btn-project {
        font-size: 17px;
        padding: 9px;
        min-width: 120px;
    }


    .div-img-block-center {
        height: 110px;
        width: 110px;
        color: #000;
        font-size: 19px;

    }

    .page-body-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .title-left-side {
        font-size: 37px;
    }

    h1 {
        font-size: 43px;
    }

    h2 {
        font-size: 35px !important;
    }

    h4 {
        font-size: 27px !important;
    }

    .countdown .container_count div {
        background-color: transparent !important;
        font-size: 60px;
        line-height: 100px !important;
        width: 100px !important;
        height: 100px !important;
    }

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

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

    .menu-bottom-right {
        right: 17px;
    }

    .text-support {
        font-size: 15px;
    }

    .title_qa {
        height: 40px;
        font-size: 17px;
        padding: 5px 5px 5px 5px;
    }

    .text-program-date-bottom-header {
        font-size: 33px;
        /*    color: #74a4ae;*/
    }

    .logo-sponsor {
        max-height: 100px;
        max-width: 220px;
        transition: all 0.3s ease-in-out;
    }

}

/*
************************************** RESPONSIVE **************************************
 */

@media (max-width: 900px) {
    .header-text {
        font-size: 25px;
        color: #fff;
        text-align: center
    }

    .header-text-2 {
        font-size: 22px;
        line-height: 24px;
        color: #fff;
        text-align: center;
        margin-top: 30px
    }


    .header-div-block-sx {
        height: 140px;
        width: 140px;
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    /*    .footer {
            height: 170px;
        }*/
    .div-block-dx-excursion {
        height: 175px;
    }

    .div-block-dx {
        position: absolute;
        top: 2% !important;
        right: 3%;
        padding: 10px;
        /*height: 100px;
        width: 100px;*/
    }

    .div-img-block-center {
        height: 160px;
        width: 160px;
        color: #000;
        font-size: 25px;

    }

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

    .msg-lang {
        font-size: 12px;
    }

    .msg-flag {
        width: 50px
    }

    .header-footer-full {
        display: none;

    }

    .header-footer-small {
        display: block;
    }

    .page-body-content {
        padding-top: 60px;
        padding-bottom: calc(30vh - 77px);
    }

    .etichetta-input {
        font-size: 18px;
        width: 95px;
    }

    .form-check-input {
        margin-left: 2px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px !important;
    }

    h4 {
        font-size: 23px !important;
    }

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

    .container_countdown_page {
        margin-top: 44px;
    }

    .countdown .container_count div {
        background-color: transparent !important;
        font-size: 40px;
        line-height: 90px !important;
        width: 90px !important;
        height: 90px !important;
    }

    .btn-project {
        font-size: 17px;
        padding: 9px;
        min-width: 100px;
    }

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

    .menu-bottom-right {
        font-size: 14px;
    }

    .text-support {
        font-size: 14px;
    }

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


    .title_qa {
        height: 45px;
        font-size: 22px;
        padding: 8px 8px 8px 15px;
    }

    .text-program-bottom-header {
        font-size: 20px;
        font-style: italic;
        /*    color: #74a4ae;*/
    }

    .text-program-date-bottom-header {
        font-size: 30px;
        /*    color: #74a4ae;*/
    }

    .img-fluid-custom-streaming {
        width: 70px;
    }
}


@media (max-width: 670px) {

    .header-page-title {
        position: absolute;
        top: 25px;
        left: 20px;
        height: 100px;
        width: 100px;
        font-size: 24px;
        padding-right: 16px;
    }

    .logo_shape {
        width: 250px;
    }
    .logo_auth {
        max-width: 100%;
        height: auto;
    }

    .header-text {
        font-size: 18px;
        color: #fff;
        text-align: center
    }

    .header-text-2 {
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        text-align: center;
        margin-top: 30px
    }

    .header-div-block-sx {
        height: 90px;
        width: 90px;
        color: #fff;
        font-size: 17px;
    }

}


@media (max-width: 480px) {

    .header-page-title {
        position: absolute;
        top: 10px;
        left: 10px;
        height: 70px;
        width: 70px;
        font-size: 23px;
        padding-right: 16px;
    }

    .title-left-side {
        font-size: 25px;
    }

    .btn-project-on-image {
        font-size: 25px;
        min-width: 250px;
    }

    .etichetta-input {
        font-size: 16px;
        width: 80px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px !important;
    }

    h4 {
        font-size: 20px !important;
    }

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

    .btn-project {
        font-size: 16px;
        padding: 8px;
        min-width: 100px;
    }

    .img-fluid-custom {
        width: 85px;
    }

    .img-fluid-custom-streaming {
        width: 50px;
    }

    .form-control {
        font-size: 18px;
        padding: 10px 0px 10px 15px;
    }

    .form-check-label {
        font-size: 12px;
    }

    .forgot {
        font-size: 12px;
    }

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

    .container_countdown_page {
        margin-top: 40px;
    }

    .countdown .container_count div {
        background-color: transparent !important;
        font-size: 40px;
        line-height: 60px !important;
        width: 60px !important;
        height: 60px !important;
    }

    .textarea_qa_size {
        height: 100px !important;
        font-size: 14px;
    }

    .box_detail {
        margin-bottom: 45px;
        margin-top: 30px;
    }

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

    .menu-bottom-right {
        font-size: 12px;
        right: 10px;
    }

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


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

    .iframe-video-embedded {
        width: 260px;
        height: auto;
    }

    .text-program-date-bottom-header {
        font-size: 23px;
        /*    color: #74a4ae;*/
    }

    .msg-lang {
        margin-top: 5px;
    }
}

@media (max-width: 410px) {
    .header-div-block-sx {
        height: 70px;
        width: 70px;
        font-size: 14px;
    }

    .header-text {
        font-size: 20px;
    }

    .header-text-2 {
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        margin-top: 20px
    }
}