/* cambiare queste variabili colore per settare tutti i colori principali del tema */

:root {
    --colore1: #e30421 !important;
    --colore2: #164772 !important;
}

/* impostazioni colore elementi bootstrap */

.spinner-mapplic {
    color: var(--colore1) !important;
    position: absolute;
    top: 50%;
    left: 50%;
}

.icone-stand {
    fill: var(--colore1) !important;
}

.btn-primary {
    background-color: var(--colore1) !important;
    border-color: var(--colore1) !important;
}

.btn-primary:hover {
    background-color: var(--colore1) !important;
    border-color: var(--colore1) !important;
    opacity: 0.75;
}

.btn-secondary {
    background-color: var(--colore2) !important;
    border-color: var(--colore2) !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--colore1);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(118, 134, 135, 0.25);
}

/* impostazioni generali */

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #707070;
    font-display: fallback;
}

.table {
	color: #707070 !important;
}

div.body-background,
body.help {
    background-color: #fefcf0;
}

/* cookie-bot */

#CybotCookiebotDialogBody {
	max-width: none !important;
}

/* correzione spostamento modal */

body.modal-open,
body.modal-open .navbar.navbar-expand-lg.fixed-top.py-3 {
    overflow: auto !important;
}
body.modal-open[style] {
    padding-right: 0px !important;
}
body.modal-open .navbar.navbar-expand-lg.fixed-top.py-3[style] {
    padding-right: 1rem !important;
}

/* chatbot */

#wp-chatbot-chat-container {
	inset: 0px 10px auto auto !important;
}

/* navbar */

.navbar .nav-item.active .nav-link,
.navbar .nav-item.active .nav-link:hover,
.navbar.active .nav-item.active .nav-link,
.navbar.active .nav-item.active .nav-link:hover {
    color: var(--colore2) !important;
    font-weight: bold;
}

.navbar .nav-item .nav-link {
    color: #fff;
}

.navbar .nav-item .nav-link:hover,
.navbar.active .nav-item .nav-link:hover {
    color: var(--colore1) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--colore1) !important;
    text-decoration: none !important;
    background-color: #fff !important;
}

.navbar.active,
body.expoarea .navbar,
body.help .navbar,
body.single-stand .navbar,
body.chat .navbar {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar,
.dropdown-menu {
    transition: all 0.4s;
}

body.expoarea .navbar .nav-item .nav-link,
body.help .navbar .nav-item .nav-link,
body.single-stand .navbar .nav-item .nav-link,
body.chat .navbar .nav-item .nav-link,
.navbar.active .nav-item .nav-link,
.dropdown-item {
    color: #768687 !important;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #768687;
}

.navbar > ul > li.nav-item.dropdown.show:focus,
.navbar > ul > li.nav-item.dropdown.show > a:focus,
.navbar > ul > li.nav-item.dropdown.show:active,
.navbar > ul > li.nav-item.dropdown.show > a:active,
.navbar ul.navbar-nav li.nav-item.dropdown a#navbarDropdown.nav-link.dropdown-toggle:focus-visible {
    outline-color: transparent !important;
    outline-style: none !important;
    outline-width: 0px !important;
}

.dropdown-menu {
    border: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--colore2) !important;
    background-color: #fff !important;
    font-weight: bold;
}

/* hero image */

.hero-arrow-down {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.hero-image-home {
    background-image: url('../images/esterno.jpg');
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#hero-img-home[data-href] {
    cursor: pointer !important;
}

.hero-link-home {
    height: 50vh;
    position: absolute;
    cursor: pointer !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.hero-icona-home {
    background-image: url('../images/esterno-icona1.png');
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.hero-icona2-home {
    background-image: url('../images/esterno-icona2.png') !important;
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.hero-icona2-home.cambio-icona {
    background-image: url('../images/esterno-icona2.png') !important;
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

/* banner */

.img-fluid-banner {
    width: 100%;
    height: auto;
}

#banner {
    margin-top: 0.5rem;
}

/* content */

.sottotitolo-home {
    font-weight: bold;
    color: var(--colore1);
}

#intro-title-webinar {
    color: #768687;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

#intro-title {
    color: #768687;
    text-transform: uppercase;
    text-align: center;
}

#intro-text {
    color: #768687;
    text-align: center;
}

.card-cta {
    border: none;
}

.card-cta-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.card-cta-text {
    text-align: center;
}

/* footer */

.text-copyright {
    float: right;
    padding-right: 1rem;
}

#footer {
    background-color: var(--colore2);
    color: #fff;
}

#footer .title {
    color: #fff;
    text-transform: uppercase;
}

#footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.2);
    text-align: left;
    font-size: 0.9rem;
	padding-left: 1rem;
}

#footer ul {
    list-style-type: none;
    padding: 0;
}

#footer ul li {
    padding-bottom: 0.5rem;
	display: inline;
}

#footer ul li a {
    color: #ffffff;
    text-decoration: underline;
}

#footer ul li a:hover {
    color: var(--colore1);
    text-decoration: underline;
}

/* hall */

.modal-body-faculty p {
	margin-bottom: 0 !important;
}

.div-area-espositiva {
    position: absolute;
    z-index: 10;
    cursor: pointer !important;
}

.div-faculty {
    position: absolute;
    z-index: 10;
    cursor: pointer !important;
}

.div-segreteria {
    position: absolute;
    z-index: 10;
    cursor: pointer !important;
}

.hero-icone {
    background-image: url('../images/hall-icone.png');
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.hero-icona-area-expo {
    background-image: url('../images/hall-icona-area-expo.png') !important;
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.hero-icona-area-expo.cambio-icona {
    background-image: url('../images/hall-icona-area-expo.png') !important;
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.hero-icona-faculty {
    background-image: url('../images/hall-icona-faculty.png') !important;
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.hero-icona-faculty.cambio-icona {
    background-image: url('../images/hall-icona-faculty.png') !important;
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.hero-icona-segreteria {
    background-image: url('../images/hall-icona-segreteria.png') !important;
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.hero-icona-segreteria.cambio-icona {
    background-image: url('../images/hall-icona-segreteria.png') !important;
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

video#video1 {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 97%;
    width: 100%;
    height: 97vh;
    object-fit: cover;
    object-position: center;
    transition: transform 0.25s, filter 0.25s ease-in-out;
}

.nascondi {
    filter: opacity(0);
    z-index: -100;
}

.mostra {
    filter: opacity(100%);
    z-index: 100;
}

.hallModal .modal-dialog,
.hallModal .modal-content {
    border-radius: 0px !important;
}

.hallModal .modal-header {
    border-bottom: 0px;
    padding-bottom: 0px !important;
}

.hallModal .modal-body {
    border-top: 1px solid #dee2e6;
    margin-left: 4.5rem;
    margin-right: 3.5rem;
}

.modal-icon-hall {
    margin-right: 1rem;
}

.modal-segreteria-dati {
    font-size: 0.9rem;
}

.modal-icon-hall {
    height: 40px;
    width: auto;
}

.link-modal-segreteria,
.link-modal-segreteria:hover {
    color: #ef7b10;
}

.hero-image-hall {
    background-image: url('../images/hall.jpg');
    height: 97vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* chat */

.chat #content {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
    margin-top: 6rem;
}

/* area espositiva */

#hero-script {
    margin-top: 55px;
}

.hidden {
    display: none;
}

/* help */

.container.container-home-content.content-help {
    margin-top: 5rem;
}

.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.faq-nav .nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #616161;
    transition: background-color 0.2s ease;
}
.faq-nav .nav-link:hover {
    background-color: #f6f6f6;
}
.faq-nav .nav-link.active {
    background-color: #f6f6f6;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
}
.faq-nav .nav-link:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 0;
}
.faq-nav .nav-link i.mdi {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
}

.tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.tab-content .card {
    border-radius: 0;
}
.tab-content .card-header {
    padding: 15px 16px;
    border-radius: 0;
    background-color: #f6f6f6;
}
.tab-content .card-header h5 {
    margin: 0;
}
.tab-content .card-header h5 button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    white-space: normal;
}
.tab-content .card-header h5 button:hover,
.tab-content .card-header h5 button:focus,
.tab-content .card-header h5 button:active,
.tab-content .card-header h5 button:hover:active {
    text-decoration: none;
}
.tab-content .card-body p {
    color: #616161;
}
.tab-content .card-body p:last-of-type {
    margin: 0;
}

.accordion > .card:not(:first-child) {
    border-top: 0;
}

.collapse.show .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* stand */

.video-iframe {
    width: 438px;
    height: 240px;
    margin-top: 0.5rem;
}

.standModal .modal-dialog,
.standModal .modal-content {
    border-radius: 0px !important;
}

.standModal .modal-header {
    border-bottom: 0px;
    padding-bottom: 0px !important;
}

.standModal .modal-body {
    border-top: 1px solid #dee2e6;
    margin-left: 4.5rem;
    margin-right: 3.5rem;
}

.close-modal-video {
    color: #fff;
}

.close-modal-video:hover {
    color: var(--colore1);
}

.modal-dialog-video {
    max-width: max-content;
}

.modal-content-brochure,
.modal-dialog-brochure {
    height: 480px;
}

.modal-dialog-rollup {
    max-width: 80%;
    margin: 1rem auto;
}

.img-fluid-rollup {
    width: 100%;
	height: auto;
}

.close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.intro-stand {
    color: #768687;
    text-transform: uppercase;
    font-weight: bold;
}

.text-stand {
	text-align: justify !important;
    padding-top: 1.6rem;
}

.title-stand {
    color: var(--colore1);
    font-weight: bold;
}

.link-stand,
.link-stand:hover {
    font-weight: bold;
    color: #707070;
    font-size: 1.1rem;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

.btn-stand.btn-group .btn.btn-secondary {
    background-color: var(--colore1);
}

.btn-stand.btn-group .btn {
    font-size: 0.8rem;
    padding: 0.85rem 2.13rem;
    margin: 0px;
    border-radius: 2px;
    border: 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    white-space: normal !important;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff !important;
    text-transform: uppercase;
    word-wrap: break-word;
}

.btn-stand.btn-group .btn:hover {
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .hidden-xs {
        display: none;
    }
	
	.btn.btn-primary {
    	font-size: 0.8rem;
	}

    /* navbar */

    #hamburger-menu {
        height: 28px;
        fill: var(--colore2);
    }

    .navbar-toggler {
        padding-right: 0 !important;
    }

    .navbar.navbar-expand-lg.fixed-top.py-3 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }

    .navbar .nav-item .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: 0.9rem;
    }

    .dropdown-item {
        padding-right: 1.3rem;
        padding-left: 1.3rem;
        font-size: 0.8rem;
    }

    .navbar-brand {
        font-size: 1rem;
    }

    /* hero img */

    .hero-image-home {
        margin-top: 54px;
        height: 85vh;
    }
	
	.hero-icona-home, .hero-icona2-home, .hero-icona2-home.cambio-icona {
		height: 85vh;
	}

	.hero-arrow-down {
    	width: 28px;
	}
	
	@media (min-height: 600px) {
		.hero-image-home {
        	margin-top: 54px;
        	height: 65vh;
    	}
	
		.hero-icona-home, .hero-icona2-home, .hero-icona2-home.cambio-icona {
			height: 65vh;
		}
	}


    /* content */

    #content {
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: 0;
        margin-right: 0;
    }

	#intro-title {
    	font-size: 1.3rem;
    	margin-bottom: 2.5rem;
    	line-height: 1.5rem;
	}
	
	#intro-title-webinar {
    	font-size: 1.5rem;
    	margin-bottom: 2.5rem;
    	line-height: 1.7rem;
	}

    #intro-text {
        font-size: 0.8rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .card-cta-img {
        padding-top: 2.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
        width: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .card-cta .card-body {
        padding: 0.6rem;
    }

    .card-cta-title {
        font-size: 1.6rem;
        padding-bottom: 2rem;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100vw;
    }

    .card-cta-text {
        font-size: 0.8rem;
        padding-bottom: 1rem;
    }

    .icon-cta {
        padding-bottom: 0.2rem;
    }

    /* footer */

    #footer {
        font-size: 0.9rem !important;
    }

    #footer .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }

	#footer .footer-copyright {
	    height: auto !important;
		text-align: center;
		line-height: unset;
		font-size: 0.8rem !important;
		padding-left: unset;
	}

	.text-copyright {
	    text-align: center;
		float: none;
		display: block !important;
	}

	#footer ul {
    	margin-top: 1rem;
	}

    .chat-footer {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
    }

    /* hall */

    .hallModal .modal-content {
        font-size: 0.8rem;
    }

    .hallModal .modal-body {
        margin-right: 2.5rem;
    }

    @media (orientation: portrait) {
        @media (max-height: 639.98px) {
            .hero-image-hall {
                background-image: url('../images/hall-mobile.jpg') !important;
                height: 80vh !important;
                width: 100% !important;
                min-height: 80vh !important;
                min-width: 100% !important;
                background-size: cover !important;
            }

            .div-segreteria {
                width: 40%;
                height: 55vh;
                top: 0;
                right: 0;
                margin-top: 25vh;
            }

            .div-faculty {
                width: 40%;
                height: 55vh;
                top: 0;
                left: 0;
                margin-top: 25vh;
            }

            .div-area-espositiva {
                width: 100%;
                height: 25vh;
            }

            .hero-icone {
                background-image: url('../images/hall-icone-mobile.png');
                height: 80vh;
            }
        }

        @media (min-height: 640px) {
            .hero-image-hall {
                background-image: url('../images/hall-mobile.jpg') !important;
                height: 60vh !important;
                width: 100% !important;
                min-height: 60vh !important;
                min-width: 100% !important;
                background-size: cover !important;
            }

            .div-segreteria {
                width: 40%;
                height: 50vh;
                top: 0;
                right: 0;
                margin-top: 20vh;
            }

            .div-faculty {
                width: 40%;
                height: 50vh;
                top: 0;
                left: 0;
                margin-top: 20vh;
            }

            .div-area-espositiva {
                width: 100%;
                height: 20vh;
            }

            .hero-icone {
                background-image: url('../images/hall-icone-mobile.png');
                height: 60vh;
            }
        }
    }

    @media (orientation: landscape) {
        .div-area-espositiva {
            width: 100%;
            height: 30vh;
        }

        .div-faculty {
            width: 38%;
            height: 70vh;
            bottom: 0;
            left: 0;
        }

        .div-segreteria {
            width: 38%;
            height: 70vh;
            bottom: 0;
            right: 0;
        }
    }

    .hero-image-hall {
        margin-top: 50px;
    }

    /* help */
	
	#faq-tab-content, #faq-tab-content .card-header h5 button.btn {
		font-size: 0.8rem;
	}

    .content-help {
        margin-top: 50px !important;
        padding-top: 2rem !important;
    }

    #faq {
        margin-top: 2rem !important;
    }

    /* stand */
	
	.div-offerta-giorno {
		margin-top: 1.6rem;
	}

    .video-iframe {
        width: 310px;
        height: 180px;
    }

    .modal-body-video {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .standModal .modal-content,
    .standModal .modal-content a {
        font-size: 0.8rem;
    }

    .standModal .modal-body {
        margin-right: 2.5rem;
    }

    .modal-dialog-rollup {
        margin: 0.5rem auto !important;
    }

    .container.container-stand {
        margin-top: 54px;
    }

    .intro-stand {
        font-size: 1.7rem;
        margin-bottom: 2.5rem;
    }

    .logo-stand {
        width: 40%;
        height: auto;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }

    .btn-stand.btn-group .btn {
        padding: 0.85rem 0.85rem !important;
        font-size: 0.6rem !important;
    }

    #intro-text.text-stand {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #intro-text.text-stand p {
        font-size: 0.9rem !important;
    }

    .margin-intro-stand {
        margin-top: 2.5rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* navbar */

    #hamburger-menu {
        height: 28px;
        fill: var(--colore2);
    }

    .navbar-toggler {
        padding-right: 0 !important;
    }

    .navbar.navbar-expand-lg.fixed-top.py-3 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }

    .navbar .nav-item .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: 0.9rem;
    }

    .dropdown-item {
        padding-right: 1.3rem;
        padding-left: 1.3rem;
        font-size: 0.8rem;
    }

    .navbar-brand {
        font-size: 1rem;
    }

    /* hero img */

    .hero-image-home {
        margin-top: 54px;
        height: 80vh;
    }

	.hero-icona-home, .hero-icona2-home, .hero-icona2-home.cambio-icona {
		height: 80vh;
	}
	
	.hero-arrow-down {
    width: 28px;
	}

	
    /* content */

    #content {
        margin: 2rem;
    }

    #intro-title {
		font-size: 1.4rem;
		margin-bottom: 2.5rem;
		line-height: 1.7rem;
    }
	
	#intro-title-webinar {
		font-size: 1.6rem;
		margin-bottom: 2.5rem;
		line-height: 1.9rem;
    }

    #intro-text {
        font-size: 0.8rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .card-cta-img {
        padding-top: 2.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
        width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .card-cta .card-body {
        padding: 0.6rem;
    }

    .card-cta-title {
        font-size: 1.6rem;
        padding-bottom: 2rem;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100vw;
    }

    .card-cta-text {
        font-size: 0.8rem;
        padding-bottom: 1rem;
    }

    .icon-cta {
        padding-bottom: 0.2rem;
    }

    /* footer */
	
	#footer ul {
    	margin-top: 1rem;
	}
	
	#footer .footer-copyright {
	    height: auto !important;
		text-align: center;
		line-height: unset;
	}
	
	.text-copyright {
	    text-align: center;
		float: none;
		display: block !important;
	}

    #footer {
        font-size: 0.9rem !important;
    }

    #footer .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .footer-copyright {
        font-size: 0.8rem !important;
    }

    .chat-footer {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
    }

    /* hall */

    .hallModal .modal-content {
        font-size: 0.9rem;
    }

    @media (orientation: portrait) {
        .hero-image-hall {
            background-image: url('../images/hall-mobile.jpg') !important;
            height: 70vh !important;
            width: 100% !important;
            min-height: 70vh !important;
            min-width: 100% !important;
            background-size: cover !important;
        }

        .div-segreteria {
            width: 40%;
            height: 50vh;
            top: 0;
            right: 0;
            margin-top: 20vh;
        }

        .div-faculty {
            width: 40%;
            height: 50vh;
            top: 0;
            left: 0;
            margin-top: 20vh;
        }

        .div-area-espositiva {
            width: 100%;
            height: 20vh;
        }

        .hero-icone {
            background-image: url('../images/hall-icone-mobile.png');
            height: 70vh;
        }
    }

    @media (orientation: landscape) {
        .div-area-espositiva {
            width: 100%;
            height: 30vh;
        }

        .div-faculty {
            width: 38%;
            height: 70vh;
            bottom: 0;
            left: 0;
        }

        .div-segreteria {
            width: 38%;
            height: 70vh;
            bottom: 0;
            right: 0;
        }
    }

    .hero-image-hall {
        margin-top: 54px;
    }

    /* help */
	
	#faq-tab-content, #faq-tab-content .card-header h5 button.btn {
		font-size: 0.8rem;
	}

    .content-help {
        margin-top: 50px !important;
        padding-top: 2rem !important;
    }

    #faq {
        margin-top: 2rem !important;
    }

    /* stand */

    .stand-modal-body,
    .stand-modal-body a {
        font-size: 0.8rem;
    }

    .video-iframe {
        width: 350px;
        height: 200px;
    }

    .standModal .modal-content {
        font-size: 0.9rem;
    }

    .modal-dialog-rollup {
        margin: 0.5rem auto !important;
    }

    .container.container-stand {
        margin-top: 54px;
    }

    .intro-stand {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .margin-intro-stand {
        margin-top: 2.5rem;
    }

    .logo-stand {
        width: 40%;
        height: auto;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }

    .btn-stand.btn-group .btn {
        padding: 0.85rem 1.4rem !important;
        font-size: 0.7rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	
	/* chatbot */
	
	#wp-chatbot-chat-container {
		display: none;
	}
	
    /* navbar */

    #hamburger-menu {
        height: 30px;
        fill: var(--colore2);
    }

    .navbar-toggler {
        padding-right: 0 !important;
    }

    .navbar.navbar-expand-lg.fixed-top.py-3 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }

    .navbar .nav-item .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: 1rem;
    }

    .dropdown-item {
        padding-right: 1.3rem;
        padding-left: 1.3rem;
        font-size: 0.9rem;
    }

    .navbar-brand {
        font-size: 1.1rem;
    }

    /* hero img */

    .hero-image-home {
        margin-top: 56px;
        height: 90vh;
    }
	
	.hero-icona-home, .hero-icona2-home, .hero-icona2-home.cambio-icona {
		height: 90vh;
	}
	
    /* content */

    .container-home-content {
        width: 100% !important;
        max-width: none !important;
    }

    #content {
        margin: 2rem;
    }

    #intro-title {
        font-size: 2.0rem;
        margin-bottom: 2.5rem;
    }
	
	#intro-title-webinar {
        font-size: 2.2rem;
        margin-bottom: 2.5rem;
    }

    #intro-text {
        font-size: 0.9rem;
        padding-left: 3rem;
        padding-right: 3rem;
        margin-bottom: 2.5rem;
    }

    .card-cta-img {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
    }

    .card-cta .card-body {
        padding: 0.6rem;
    }

    .card-cta-title {
        font-size: 1.6rem;
        padding-bottom: 2rem;
        height: 105px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100vw;
    }

    .card-cta-text {
        font-size: 0.8rem;
        padding-bottom: 1rem;
    }

    .icon-cta {
        padding-bottom: 0.2rem;
    }

    /* footer */

    #footer {
        font-size: 0.9rem !important;
    }

    #footer .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }

	.footer-copyright {
		font-size: 0.8rem !important;
	}

    .chat-footer {
        float: right;
    }

    /* hall */

    .hallModal .modal-dialog,
    .hallModal .modal-content {
        max-height: 400px !important;
        max-width: 400px !important;
    }

    @media (orientation: portrait) {
        .hero-image-hall {
            background-image: url('../images/hall-mobile.jpg') !important;
            height: 80vh !important;
            width: 100% !important;
            min-height: 60vh !important;
            min-width: 100% !important;
            background-size: cover !important;
        }

        .div-segreteria {
            width: 40%;
            height: 55vh;
            top: 0;
            right: 0;
            margin-top: 25vh;
        }

        .div-faculty {
            width: 40%;
            height: 55vh;
            top: 0;
            left: 0;
            margin-top: 25vh;
        }

        .div-area-espositiva {
            width: 100%;
            height: 25vh;
        }

        .hero-icone {
            background-image: url('../images/hall-icone-mobile.png');
            height: 80vh;
        }
    }

    @media (orientation: landscape) {
        .div-area-espositiva {
            width: 100%;
            height: 30vh;
        }

        .div-faculty {
            width: 38%;
            height: 70vh;
            bottom: 0;
            left: 0;
        }

        .div-segreteria {
            width: 38%;
            height: 70vh;
            bottom: 0;
            right: 0;
        }
    }

    .hero-image-hall {
        margin-top: 56px;
    }

    /* help */
	
	#faq-tab-content, #faq-tab-content .card-header h5 button.btn {
		font-size: 0.8rem;
	}

    .content-help {
        margin-top: 35px !important;
    }

    .content-help {
        margin-top: 50px !important;
        padding-top: 2rem !important;
    }

    #faq {
        margin-top: 2rem !important;
    }

    /* stand */

    .standModal .modal-dialog,
    .standModal .modal-content {
        max-height: 400px !important;
        max-width: 600px !important;
        min-width: 600px !important;
    }

    .container.container-stand {
        margin-top: 56px;
    }

    .intro-stand {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .margin-intro-stand {
        margin-top: 2.5rem;
    }

    .logo-stand {
        width: 40%;
        height: auto;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* navbar */

    .navbar.navbar-expand-lg.fixed-top.py-3 {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }

    .navbar .nav-item .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: 0.9rem;
    }

    .dropdown-item {
        padding-right: 1.3rem;
        padding-left: 1.3rem;
        font-size: 0.8rem;
    }

    .navbar-brand {
        display: none;
    }

    /* content */

    #content {
        margin: 4rem;
    }

	#intro-title {
        font-size: 1.9rem;
        margin-bottom: 2.5rem;
    }
	
    #intro-title-webinar {
        font-size: 2.1rem;
        margin-bottom: 2.5rem;
    }

    #intro-text {
        font-size: 0.8rem;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 2.5rem;
    }

    .card-cta-img {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 2rem;
    }

    .card-cta-title {
        font-size: 1.5rem;
        padding-bottom: 2rem;
        height: 105px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100vw;
    }

    .card-cta-text {
        font-size: 0.8rem;
        padding-bottom: 1rem;
    }

    .icon-cta {
        padding-bottom: 0.2rem;
    }

    /* footer */

    #footer {
        font-size: 0.9rem !important;
    }

    #footer .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .footer-copyright {
        font-size: 0.8rem !important;
    }

    .chat-footer {
        float: right;
    }

    /* hall */

    .div-segreteria {
        width: 40%;
        height: 70vh;
        bottom: 0;
        right: 0;
    }

    .div-faculty {
        width: 40%;
        height: 70vh;
        bottom: 0;
        left: 0;
    }

    .div-area-espositiva {
        width: 100%;
        height: 30vh;
    }

    .hallModal .modal-dialog,
    .hallModal .modal-content {
        max-height: 400px !important;
        max-width: 400px !important;
    }

    /* stand */

    .standModal .modal-dialog,
    .standModal .modal-content {
        max-height: 400px !important;
        max-width: 600px !important;
        min-width: 600px !important;
    }

    .container.container-stand {
        max-width: 850px !important;
        margin-top: 45px;
    }

    .intro-stand {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .logo-stand {
        width: 60%;
        height: auto;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }

    .btn-stand.btn-group .btn {
        padding: 0.85rem 1.4rem !important;
        font-size: 0.7rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }

    /* navbar */

    .navbar.navbar-expand-lg.fixed-top.py-3 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }

    .navbar .nav-item .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: 1rem;
    }

    .dropdown-item {
        padding-right: 1.3rem;
        padding-left: 1.3rem;
        font-size: 0.9rem;
    }

    .navbar-brand {
        display: none;
    }

    /* content */

    #content {
        margin: 4rem;
    }

    #intro-title {
        font-size: 2.0rem;
        margin-bottom: 2.5rem;
    }
	
    #intro-title-webinar {
        font-size: 2.2rem;
        margin-bottom: 2.5rem;
    }

    #intro-text {
        font-size: 0.9rem;
        padding-left: 3rem;
        padding-right: 3rem;
        margin-bottom: 2.5rem;
    }

    .card-cta-img {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 2rem;
    }

    .card-cta-title {
        font-size: 1.6rem;
        padding-bottom: 2rem;
        height: 105px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100vw;
    }

    .card-cta-text {
        font-size: 0.8rem;
        padding-bottom: 1rem;
    }

    .icon-cta {
        padding-bottom: 0.2rem;
    }

    /* footer */

    #footer {
        font-size: 0.9rem !important;
    }

    #footer .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .footer-copyright {
        font-size: 0.8rem !important;
    }

    .chat-footer {
        float: right;
    }

    /* hall */

    .div-segreteria {
        width: 40%;
        height: 70vh;
        bottom: 0;
        right: 0;
    }

    .div-faculty {
        width: 40%;
        height: 70vh;
        bottom: 0;
        left: 0;
    }

    .div-area-espositiva {
        width: 100%;
        height: 30vh;
    }

    .hallModal .modal-dialog,
    .hallModal .modal-content {
        max-height: 400px !important;
        max-width: 400px !important;
    }

    /* stand */

    .standModal .modal-dialog,
    .standModal .modal-content {
        max-height: 400px !important;
        max-width: 600px !important;
        min-width: 600px !important;
    }

    .container.container-stand {
        max-width: 1000px !important;
        margin-top: 58px;
    }

    .intro-stand {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .logo-stand {
        width: 60%;
        height: auto;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }

    .btn-stand.btn-group .btn {
        padding: 0.85rem 1.4rem !important;
    }
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1540px;
    }

    /* navbar */

    .navbar.navbar-expand-lg.fixed-top.py-3 {
        padding-bottom: 0.5rem !important;
        padding-top: 0.5rem !important;
    }

    .navbar .nav-item .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: 1.1rem;
    }

    .dropdown-item {
        padding-right: 1.3rem;
        padding-left: 1.3rem;
        font-size: 1rem;
    }

    .navbar-brand {
        display: none;
    }

    /* content */

    #content {
        margin: 8rem;
    }

    #intro-title {
        font-size: 2.3rem;
        margin-bottom: 2.5rem;
    }
	
	#intro-title-webinar {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }

    #intro-text {
        font-size: 1.1rem;
        padding-left: 3rem;
        padding-right: 3rem;
        margin-bottom: 3rem;
    }

    .card-cta-img {
        padding-left: 7rem;
        padding-right: 7rem;
        padding-bottom: 2.5rem;
    }

    .card-cta-title {
        font-size: 1.8rem;
        padding-bottom: 2rem;
        height: 105px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100vw;
    }

    .card-cta-text {
        font-size: 0.9rem;
        padding-bottom: 1rem;
    }

    .icon-cta {
        padding-bottom: 0.2rem;
    }

    /* footer */

    #footer .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .chat-footer {
        float: right;
    }

    /* hall */

    .div-segreteria {
        width: 40%;
        height: 70vh;
        bottom: 0;
        right: 0;
    }

    .div-faculty {
        width: 40%;
        height: 70vh;
        bottom: 0;
        left: 0;
    }

    .div-area-espositiva {
        width: 100%;
        height: 30vh;
    }

    .hallModal .modal-dialog,
    .hallModal .modal-content {
        max-height: 400px !important;
        max-width: 400px !important;
    }

    /* stand */

    .standModal .modal-dialog,
    .standModal .modal-content {
        max-height: 400px !important;
        max-width: 600px !important;
        min-width: 600px !important;
    }

    .container.container-stand {
        max-width: 1200px !important;
        margin-top: 58px;
    }

    .intro-stand {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .logo-stand {
        width: 60%;
        height: auto;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }
	
}
