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

    --background-color: #fffcf7;
    --background-color-btn-principale: #fffcf7;
    --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: #020814;

    --background-color-input-field: #fff;

    overflow-x: hidden;
}

/*@font-face {
    font-family: 'Netron';
    src: url('/assets/css/fonts/Netron.eot'); !* IE9 Compat Modes *!
    src: url('/assets/css/fonts/Netron.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *! url('/assets/css/fonts/Netron.woff') format('woff'), !* Modern Browsers *! url('/assets/css/fonts/Netron.ttf') format('truetype'), !* Safari, Android, iOS *!
}*/

body {
    /*background-image: url("/assets/img/background.jpg");
    background-repeat: repeat, repeat;
    background-position: center, center;
    background-size: cover;*/
    font-family: 'AvenirLTStd-Book', sans-serif;
    height: 100%;
    background-color: var(--background-color);
}


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

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: var(--background-color);
    color: black;
    /*    background-image: url("/assets/img/background.jpg");
        background-repeat: no-repeat, no-repeat;
        background-position: center, center;
        background-size: cover;*/
    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 #2f9299;
    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-form-registration {
    /*background-color: #2b2f3c;*/
    border-radius: 8px;
    border: 1px solid black;
    color: black;
}

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

.py-64px {
    padding-left: 64px;
    padding-right: 64px;
}

.pe-64px {
    padding-right: 64px;
}

.header-el {
    max-width: 300px;
}

.header-dk {
    display: block;
}
.header-tablet {
    display: none;
}
.header-mobile {
    display: none;
}

.leonardo {
    margin-top: 4px;
    font-size: 13px;
}

.session-status {
   /* font-size: 13px;*/
}
.program-div {
    /*margin-bottom: 50px;*/
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid black;
}

.ws-hour {
    font-size: 20px;
    /*color: #26e5e9;*/
}
.ws-title {
    font-size: 20px;
    font-weight: bold;
/*    text-transform: uppercase;*/
}

.ws-descr {
    font-size: 18px;
}

.type-ws-in-header {
    display: none;
    background-color: var(--background-color-footer);
}


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

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

.logo_shape {
    margin-top: 80px;
    width: 350px;
}

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

.logo-header {
    width: 250px;
}

.logo-leonardo {
    width: 250px;
}

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

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

.footer {
    background-color: var(--background-color-footer);
}

.footer-text-link {
    color: white;
    text-decoration: underline;
}

.block-reservation {
    border: 1px solid #fff;
    background-color: var(--background-color-footer);
    color: #fff;
    padding: 15px;
    margin-top: 30px;
    border-radius: 10px;
}

.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: #8296a5;*/
    /*    margin-bottom: 15px;*/
    /*    border: 1px solid var(--background-color-btn-principale);*/
    accent-color: #26e5e9;
    padding: 5px 10px 5px 7px;
    border-radius: 20px !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 #ca0202;
    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) {
    transform: scale(1.1);
    color: #fff;
    appearance: auto;
    clip-path: circle(50% at 50% 50%);
}

.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;*/
    /*    border-radius: 50% !important;
        width: 20px;
        height: 20px;
        padding: 0;
        cursor: pointer;*/
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    border: 2px solid transparent;
    /*background-color: #26e5e9;*/
    background-color: black;
    display: block;
}

.checkbox-round:checked::after {
    content: "\2713"; /* Spunta visibile */
    color: #fff; /* Colore della spunta */
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.div-radio-check-input:has(input[type="checkbox"]:checked) .label-radio-check-input {
    /*color: #26e5e9;*/
    color: black;
    font-weight: bold;
    font-size: 17px;
}

.label-radio-check-input {
    color: #000;
    font-size: 13px;
    text-align: left;
    margin-top: 2px;
    margin-left: 2px;
    cursor: pointer;
    margin-bottom: 0rem;
}

.label-radio-check-input-privacy {
    color: #000;
    font-size: 13px;
    text-align: left;
    margin-top: 2px;
    margin-left: 2px;
    cursor: pointer;
    margin-bottom: 0rem;
}


input[type=checkbox] {
    accent-color: white;
}


.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-btn-principale);
    border-radius: 20px;
    padding: 20px;
}

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

.block-white {
    color: white;
    border: 1px solid 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: 30px;
    border: 1px solid #fff;
    font-size: 18px;
    padding: 8px 15px 8px 15px;
    background: var(--background-color-input-field);
    color: #000;*/
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    outline: 0;
    margin-top: 0 !important;
    font-size: 1rem;
    color: black;
    background: transparent;
    transition: border-color .2s;
    border: 1px solid #9a9ca1;
    border-radius: 4px;
    padding: 12px 16px 10px;
}

.form-control:focus {
    background: transparent;
    color: black !important;
    border: 1px solid #26e5e9;
}

.form-group label {
    font-size: 16px;
    /*margin-left: 25px;*/
    color: #000
}

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


.form-control::placeholder {
    color: white;
    font-size: 16px;
    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);
}
.pe-menu {
    padding-right: 64px
}

.title-page {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    /*background-image: linear-gradient(270deg, #00b2ff -90%, #d8d8d8);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.btn-close-x {
    background-color: transparent;
    border-radius: 50%;
    color: black;
    border: 1px solid black;
    font-size: 14px;
   /* font-weight: bold;*/
    /*padding: 5px;*/
    /*padding: 0px 8px 0px 8px;*/
    cursor: pointer;
}

.btn-small {
    min-height: 44px;
    min-width: 155px;
    font-size: .75rem;
    letter-spacing: .17px;
    line-height: 1.5;
}
.my-text-link {
/*    margin-left: 10px;*/
/*    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: initial;*/
    /*color: #26e5e9;*/
    color: black;
    font-size: 14px;
    text-decoration: underline;
}
.my-text-link:hover {
    font-size: 16px;
}

.language-menu {
    color: black;
}

.language-menu:hover {
    font-size: 16px;
}

.language-menu-selected {
    font-weight: bold;
}
.language-menu-unselect {
    text-decoration: none;
}

.text-blue {
    color: #26e5e9;
    font-size: 14px;
    text-decoration: none;
}


.btn-project {
    background-color: var(--background-color-btn-principale);
    color: var(--color-btn-principale) !important;
    font-size: 14px;
    font-family: 'AvenirLTStd-Medium', sans-serif;
    /*font-weight: bold;*/
    /* border-radius: 50px; */
    /*box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease-in-out;*/
    min-width: 180px;
    border-radius: 35px;
    /*padding: 1px 40px 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    letter-spacing: .2px;
    line-height: 1.125rem;
    border: 1px solid black;
    text-transform: uppercase;
}

.btn-project:hover {
    /*transform: scale(1.1, 1.1);*/
    background: hsla(0,0%,100%,.8)
}

.btn-project-secondary {
    color: #fff;
    background-color: transparent;
    padding: 1px 28px 0;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration-line: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-project-secondary:before {
    height: calc(100% - 2px);
    width: calc(100% - 4px);
    border: 3px solid transparent;
    background: linear-gradient(135.27deg, #00e9eb 5.35%, #1465f5 97.34%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: source-out;
    -webkit-mask-composite: source-out;
}

.btn-book {
    padding-left: 50px;
    padding-right: 50px;
}

.btn-secondary-container {
    touch-action: manipulation;
    position: relative;
    cursor: pointer;
    /*min-width: 198px;*/
    letter-spacing: .2px;
    line-height: 1.125rem;
    text-align: center;
    height: 52px;
}

.btn-secondary-container:before {
    border-radius: 150px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 220px;
}

.btn-project-secondary:hover {
    /*transform: scale(1.1, 1.1);*/
    color: #26e5e9;
    background: none;
}

.checkbox-leo {
    font-size: .75rem;
    cursor: pointer;
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-radius: 6px;
    margin-right: 12px;
    border: 1px solid #000;
    color: #000;
    position: relative;
    display: block;
    background-color: transparent;
}

.checkbox-leo-active {
    border: 2px solid transparent;
    background-color: #26e5e9;
}





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

.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;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #8db3d7;
    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: 300px !important;
    background: #fff;
    border: 1px solid #8db3d7;
}


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

.col-ssm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-ssm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}


.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #9a9ca1;
    cursor: text;
    height: 40px;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 20px;
    margin-top: 7px;
}

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

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


@media (max-width: 1368px) {

    .header-dk {
        display: none;
    }

    .header-tablet {
        display: block;
    }
}

@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
    }

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


    .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) {

    .logo-leonardo {
        width: 180px;
    }
    .logo-header {
        width: 180px;
    }

    .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) {

    .header-dk {
        display: none;
    }

    .header-tablet {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .header-el {
        max-width: 320px;
    }

    .type-ws-in-footer {
        display: none;
    }

    .type-ws-in-header {
        display: block;
    }

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

    .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: 16px;
/*        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) {

    .py-64px {
        padding-left: 24px;
        padding-right: 24px;
    }

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

    .title-page {
        font-size: 24px;
    }

    .pe-menu {
        padding-right: 32px
    }

    .header-el {
        max-width: 280px;
    }

    .session-status {
        font-size: 14px;
    }

    .logo_shape {
        width: 250px;
    }

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

    .ws-title {
        font-size: 17px;
    }

    .ws-descr {
        font-size: 15px;
    }

}

@media (max-width: 576px) {
    .mt-menu-footer {
        margin-top: 24px;
    }
}

@media (max-width: 480px) {
    .pe-menu {
        padding-right: 16px
    }

    .py-64px {
        padding-left: 18px;
        padding-right: 18px;
    }

    .pe-64px {
        padding-right: 18px;
    }

    .header-el {
        max-width: 200px;
    }

    .ws-hour {
        font-size: 24px;
    }

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


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

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

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

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

    .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: 380px) {

    .col-ssm-8 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-ssm-4 {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 15px;
    }
    .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
    }
}

