/*
 *
 * Accademia Palermo 8
 * BY ing. Nicolò Chiellini n.chiellini@4sigma.it
 * dott. Valeria La Mantia v.lamantia@4sigma.it
 *
 */

:root {
    --blu-color-01: #466499;
    --blu-color-02: #adc8d8;
    --blu-color-03: #e2eaef;
    --blu-color-04: #e8f0f5;
    --mattone-color-01: #cb5915;
    --mattone-color-02: #f4ad8c;
    --mattone-color-03: #f5d6c9;
    --mattone-color-04: #f8e9e2;
    --viola-color-01: #a786be;
    --viola-color-02: #d1bddc;
    --viola-color-03: #d5c5e0;
    --viola-color-04: #e2dae8;
    --verde-color-01: #33381a;
    --verde-color-02: #505920;
    --verde-color-03: #697034;
    --verde-color-04: #b2b867;
    --background-html: #fff;
    --claim-text-color: #fff;
    --colore-forma-menu: var(--viola-color-02);
    --colore-forma-top: var(--verde-color-02);
    --colore-forme-svg: var(--verde-color-02);
    --colore-titolo-forma: var(--viola-color-03);
    --colore-sottotitolo-forma: #fff;
    --colore-titolo: var(--viola-color-01);
    --colore-sottotitolo: var(--verde-color-04);
    --colore-generale-link: var(--verde-color-04);
    --colore-generale-link-hover: var(--viola-color-01);
    --colore-titoli-footer: var(--viola-color-03);
    --colore-testi-footer: #fff;
    --colore-testi-footer-hover: var(--viola-color-03);
    --colore-social-menu: #fff;
    --colore-social-menu-hover: var(--verde-color-03);
    --colore-menu-button-open-path-svg: var(--viola-color-01);
    --colore-menu-button-open-path-svg-hover: var(--viola-color-01);
    --colore-menu-button-open-line-svg: var(--blu-color-01);
    --colore-menu-button-open-line-svg-hover: #fff;
    --colore-menu-button-close-path-svg: #fff;
    --colore-menu-button-close-path-svg-hover: transparent;
    --colore-menu-button-close-line-svg: var(--verde-color-02);
    --colore-menu-button-close-line-svg-hover: #fff;
    --colore-social-header: var(--verde-color-04);
    --colore-social-header-hover: var(--viola-color-01);
    --colore-menu-bg: var(--verde-color-03);
    --colore-menu-item: #fff;
    --colore-menu-item-hover: #fff;
    --colore-menu-item-bg: var(--viola-color-02);
    --colore-menu-item-sel: #fff;
    --colore-bottoni: var(--viola-color-01);
    --colore-bottoni-hover: var(--blu-color-01);
    --colore-subscribe-button: var(--viola-color-01);
    --colore-subscribe-button-hover: var(--verde-color-04);
    --colore-social-bg-button: #fff;
    --colore-social-text-button: var(--viola-color-01);
    --colore-contacts-footer-button: var(--viola-color-03);
    --colore-contacts-footer-button-hover: var(--blu-color-01);
    --colore-arrows: var(--viola-color-01);
    --colore-arrows-hover: var(--verde-color-04);
    --form-bg-color: var(--verde-color-03);
    --form-text-color: #fff;
    --form-bg-color-focus: var(--verde-color-04);
    --vh: 100vh;
    --real-vw: calc(100vw - var(--scrollbar-width));
    --scrollbar-width: 0px;
    --page: 1600px;
    --page-medium: 1280px;
    --forma-top-width: calc((var(--real-vw) - var(--page)) / 2 + var(--page) * 3 / 5);
    --forma-menu-width: calc(((var(--real-vw) / 2) - var(--page)) / 2 + var(--page) * 2 / 3);
    --forma-menu-width: calc((var(--real-vw) / 2) * 2 / 5);
}
html {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
    background-color: var(--background-html);
    font-family: 'Poppins';
    overflow-x: hidden;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100vh;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
    position: relative;
    overflow-x: hidden !important;
}

td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
div, fieldset, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section, form {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}
img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
/*     stroke-width: 0px; */
}
iframe {
    margin: 0px;
    padding: 0px;
    border: none;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
label {
    cursor: pointer;
}
a {
    outline: none;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    color: var(--colore-generale-link);
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
    font-weight: inherit;
}
em strong {
    font-style: italic;
}
i strong {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    color: #fff;
    font-style: italic;
}
*::-webkit-input-placeholder
{
    color: #fff;
    font-style: italic;
}

*::-moz-placeholder
{
    color: #fff;
    font-style: italic;
}
*:-moz-placeholder
{
    color: #fff;
    font-style: italic;
}

*:-ms-input-placeholder
{
    color: #fff;
    font-style: italic;
}
button::-moz-focus-inner {
  border: 0;
}
a:focus {
    outline: none;
}
input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;
}
select {
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAWCAYAAAAW5GZjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozYWZiZjdlZi01YWI5LTQxOTgtYWM4NS03NjY3MTY0OTY4MzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUFGNzc5RkEzNjI0MTFFQkEyMjdCNDFBRUE1NjNBNkUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUFGNzc5RjkzNjI0MTFFQkEyMjdCNDFBRUE1NjNBNkUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRUM3M0JFODJEOTYxMUVCQThENkYzNzEzNEFCMjA0NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRUM3M0JFOTJEOTYxMUVCQThENkYzNzEzNEFCMjA0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PivKHYoAAACeSURBVHjaYvz//z8DsYCJgQQwSBSzgAhGLU9ksQwgngDEBUA8Ayb4/9p2iGIkkAnE06Ds6SBzoDSGM5AVwsA0qDiKYmwKMTTAFHcT8Fs33INAoAnEwngUv0VW/BiKCQcdEMgSYfJjmOLrQMyNR/FXIOaBebCUgAtKkUMDFPBZOBRmwSIGOVKwacjCFYMwDaAI+AmlpyNLMg7BnAIQYADcuSEq6NODFQAAAABJRU5ErkJggg==);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    background-size: 11px 22px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=date] {
    -moz-appearance:textfield;
}
button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
    font-family: 'Poppins';
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type="radio"] {
/*    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;*/
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.hidden,
#select-categoria-progetti .hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.opacity_0 {
    opacity: 0;
}
.opacity_03 {
    opacity: 0.3;
}
.opacity_05 {
    opacity: 0.5;
}
.opacity_06 {
    opacity: 0.6;
}
.inline-block {
    display: inline-block;
}
.inline-desktop {
    display: inline;
}
.table {
    display: table;
    float: none;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.table-row {
    display: table-row;
    float: none;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.wait {
    cursor: wait;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.mb_0 {
    margin-bottom: 0px;
}
.mb_1 {
    margin-bottom: 1px;
}
.w_auto {
    width: auto;
}
.max_w100pe {
    max-width: 100%;
}
.max_w80pe {
    max-width: 80%;
}
.max_w70pe {
    max-width: 70%;
}
.w_33pe {
    width: 33.333333%;
}
.maxw_100pe {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thin {
    font-weight: 100;
}
.extralight {
    font-weight: 200;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.bold,
strong,
b {
    font-weight: 700;
}
.extrabold {
    font-weight: 800;
}
.black-font {
    font-weight: 900;
}
.style-normal {
    font-style: normal;
}
.strike {
    text-decoration: line-through;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;
}
.white, .bianco {
    color: #FFFFFF;
}
.bg-bianco {
    background-color: #ffffff;
}
.grigio-scuro {
    color: #333333;
}
.bg-grigio-scuro {
    background-color: #333333;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.cover-top {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont a {
    font-weight: bold;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 15px;
}
.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}
.gen-text-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-reverse-row {
    flex-direction: row-reverse;
}
.justify-center {
    justify-content: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.video-cover-image {
    display: none !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}
#over-box {
    display: none;
    position: fixed;
    z-index: 9998;
    background-color: rgba( 255,255,255, 0.75);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.noscroll {
    position: fixed;
    overflow-y:scroll
}
.modal-box {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    top: -500px;
    margin-bottom: 40px;
    position: fixed;
    padding: 20px 20px 60px 20px;
    background-color: #fff;
    color: #000;
    text-align: center;
    z-index: 9999;
    opacity: 1;
    box-sizing: border-box;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    max-height: calc(100vh - 80px);
}
.modal-comunicazioni-int {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    overflow-y: auto;
}
.btn-close-modal {
    display: block;
    float: left;
    position: absolute;
    right: -30px;
    top: -30px;
    padding: 10px;
    font-size: 20px;
}
.half-input-cont {
    width: calc(50% - 5px);
}
.third-input-cont {
    width: 33.333333%;
}
.form-half-input-cont {
    width: calc(50% - 5px);
    margin-right: 5px;
}
.form-half-input-cont:last-child {
    width: calc(50% - 5px);
    float: right;
    margin-right: 0px;
}
/*
.form-two-third-input-cont {
    width: calc(((100% - 10px) / 3) * 2 - 20px);
    margin-right: 10px;
}
.form-third-input-cont {
    width: calc(100% / 3);
}
*/
.form-input {
    display: inline-block;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border: 1px solid transparent;
    padding: 0px 20px;
    box-sizing: border-box;
    border-radius: 25px 0px 25px 0px;
    color: var(--form-text-color);
    background-color : var(--form-bg-color);
}
.form-span {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0px 10px 0px 20px;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 12px;
    border: 1px solid transparent;
    background-color: #fff;
}
.form-input:focus,
.form-input-textarea:focus {
    background-color: var(--form-bg-color-focus);
}
.form-select {
    display: inline-block;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border: 1px solid transparent;
    padding: 0px 20px;
    box-sizing: border-box;
    border-radius: 25px 0px 25px 0px;
    color: var(--form-text-color);
    background-color : var(--form-bg-color);
}
.form-input-textarea {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid transparent;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 25px 0px 25px 0px;
    color: var(--form-text-color);
    background-color : var(--form-bg-color);
}
.form-error {
    background-color: red !important;
}
#form-newsletter-cont {
    margin-top: 60px;
}
.btn {
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    line-height: 53px;
    padding: 0px 20px;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    min-width: 150px;
    box-sizing: border-box;
    text-align: center;
}
.btn-blu {
    background-color: var(--blu-color-01);
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.btn-generale-cont {
    display: flex;
}
.btn-generale-text {
    display: inline-block;
    font-size: 18px;
    text-transform: lowercase;
}
.btn-generale-forma {
    display: inline-block;
    height: 20px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.btn-generale-forma svg {
    height: 100%;
}
#btn-form-cont {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.btn-forma {
    display: block;
    height: 75px;
}
.btn-forma svg {
    height: 100%;
}
.btn-forma-small {
    display: block;
    height: 40px;
}
.btn-forma-small svg {
    height: 100%;
}
.txt-intro-sede {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
#palazzi-cont {
    display: flex;
    align-items: flex-end;
}
/* MAIN */
/*.aos-cont {
    overflow-x: hidden;
}*/
.page {
    max-width: var(--page);
    width: 100%;
    float: none;
    margin: 0px auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}
.page-medium {
    max-width: var(--page-medium);
    width: 100%;
    float: none;
    margin: 0px auto;
}
.page-small {
    max-width: 800px;
    width: 100%;
    float: none;
    margin: 0px auto;
}
header {
    padding: 20px 0px;
    box-sizing: border-box;
}
#header-top-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logo-header-cont {
    display: flex;
    align-items: center;
}
#logo-header {
    display: block;
    float: left;
}
#logo-header img {
    height: 100px;
}
#claim-header-cont {
    width: auto;
    padding: 0px 20px;
    box-sizing: border-box;
    color: var(--claim-text-color);
}
/*
#logo-home-cont {
    width: calc((100% / 5) * 3);
}
#logo-home {
    display: block;
    float: left;
    padding: 20px 0px;
    box-sizing: border-box;
}
#logo-home img {
    height: 100px;
*/
#social-header-cont {
    width: 43.5px;
    position: absolute;
    right: 40px;
    top: 120px;
}
#social-header-cont ul {
    text-align: center;
}
#social-header-cont li span {
    display: inline-block;
    margin: 10px 0px;
    color: var(--colore-social-header);
}
#social-header-cont li a {
    display: inline-block;
    margin: 5px 0px;
    color: var(--colore-social-header);
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.body-menu-open {
    position: absolute;
    height: var(--vh);
    top: 0px;
    min-height: -webkit-fill-available;
}
#menu-button-open {
    display: block;
    float: right;
    height: 40px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#menu-button-open svg {
    height: 100%;
}
#menu-button-open #menu-button-path {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#menu-button-open .menu-button-line {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#menu-button-close {
    display: block;
    float: right;
    height: 40px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#menu-button-close svg {
    height: 100%;
}
#menu-button-close #menu-button-path {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#menu-button-close .menu-button-line {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
/* MENU */
#main-cont-bg {
    position: absolute;
    /*]right: 0px;*/
    z-index: 99;
    min-height: 100vh;
    width: 0px;
    background : #000000;
    background : rgba(0, 0, 0, 1);
    opacity : 0.6;
    filter: alpha(opacity=60) progid:DXImageTransform.Microsoft.Alpha(opacity=60) ;
}
#main-cont-bg.show {
    width: 100%;
    transition: width 0.4s;
    -webkit-transition: width 0.4s;
}
#main-cont-bg.hide {
    width: 0px;
    transition: width 0.4s;
    -webkit-transition: width 0.4s;
}
#menu-cont {
    width: 0px;
    min-height: 100vh;
    /*min-height: calc((var(--vh, 1vh) * 100));*/
    position: fixed;
    right: 0px;
    z-index: 100;
    overflow-y: hidden;
    background-color: var(--colore-menu-bg);
}
#menu-cont.show {
    width: calc(var(--real-vw) / 2);
    transition: width 0.4s;
    -webkit-transition: width 0.4s;
}
#menu-cont.hide {
    width: 0px;
    transition: width 0.4s;
    -webkit-transition: width 0.4s;
}
.forma-menu {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: var(--forma-menu-width);
    height: 20vh;
    background-color: var(--colore-forma-menu);
}
#svg-forma-menu-left {
    position: absolute;
    bottom: 0px;
    right: 100%;
    height: 100%;
}
#svg-forma-menu-top {
    position: absolute;
    bottom: 100%;
    right: 0px;
    width: 100%;
}
#menu-button-close-cont {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0px;
    box-sizing: border-box;
}
#social-menu {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.social-menu-cont {
    display: block;
    float: left;
    text-align: center;
    font-style: italic;
    margin-bottom: 5px;
    color: var(--colore-social-menu);
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.social-menu-cont span {
    padding: 0px 5px;
    box-sizing: border-box;
}
.menu-list-item a {
    display: inline-block;
    font-size: 45px;
    line-height: 45px;
    font-family: 'Playfair Display';
    padding: 0px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: var(--colore-menu-item);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.menu-list-item a span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}
.menu-list-item a::before {
    top: 50%;
    height: 15px;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}
.menu-list-item-link {
    position: relative;
}
.menu-list-item-link::before {
    content: '';
    position: absolute;
    width: 100%;
    background: var(--colore-menu-item-bg);
    left: 0;
}
.menu-list-item .sel {
    color: var(--colore-menu-item-sel);
}
.menu-list-item .sel.menu-list-item-link::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    background: var(--colore-menu-item-bg);
}
.menu-list-item .sel.menu-list-item-link {
    color: var(--colore-menu-item-sel);
    font-style: italic;
}
.menu-list-item .sel span {
    transform: scale3d(1, 1, 1);
}
#menu-list li:last-child .btn-forma-small {
    padding-left: 20px;
    box-sizing: border-box;
}
/**/
.forma-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: var(--forma-top-width);
    height: 100%;
    background-color: var(--colore-forma-top);
}
#svg-forma-bottom {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
}
#svg-forma-right {
    position: absolute;
    left: 100%;
    top: 0px;
    height: 100%;
}
#svg-forma-generale-bottom {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
}
#svg-forma-generale-right {
    position: absolute;
    left: 100%;
    top: 0px;
    height: 100%;
}
#svg-forma-palazzo, #svg-forma-footer {
    position: absolute;
    width: var(--real-vw);
    right: 0px;
    bottom: 100%;
}
#text-intro-cont {
    width: calc((100% / 5) * 3);
    margin: 40px 0px 20px 0px;
}
#text-intro-cont h1 {
    font-size: 30px;
    line-height: 35px;
    font-family: 'Playfair Display';
}
#intro-cont {
    width: calc((100% / 5) * 3);
    margin: 20px 0px;
}
.titoli {
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;
    font-family: 'Playfair Display';
}
.titolini-playfair {
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    font-family: 'Playfair Display';
}
.titolini {
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
}
.txt-generici p {
    text-align: center;
}
.testi-footer {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.testi-footer-p {
    font-size: 12px;
    line-height: 20px;
}
.social-footer {
    padding-right: 5px;
    box-sizing: border-box;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.titoli-forma-color {
    color: var(--colore-titolo-forma);
}
.sottotitoli-forma-color {
    color: var(--colore-sottotitolo-forma);
}
.titoli-color {
    color: var(--colore-titolo);
}
.sottotitoli-color {
    color: var(--colore-sottotitolo);
}
.titoli-footer-color {
    color: var(--colore-titoli-footer);
}
.testi-footer-color {
    color: var(--colore-testi-footer);
}
/* K8 di merda */
#font-discipline-palazzo {
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    font-family: 'Playfair Display';
}
.home-palazzo-cont {
    position: relative;
    background-color: var(--blu-color-02);
    padding-bottom: 40px;
}
#intro-text-palazzo-cont {
    position: absolute;
    bottom: calc(100%  - 30px + (var(--forma-bottom-header-height) + var(--forma-palazzo-height) - var(--intersezione-hp)) / 2);
    left: 0px;
}
#footer-forma-cont {
    position: relative;
    background-color: var(--colore-forme-svg);
    margin-top: calc(250.48 * var(--real-vw) / 1920 + 40px);
}
#logo-footer {
    display: block;
    float: left;
    position: absolute;
    bottom: 100%;
}
#logo-footer img {
    height: 80px;
}
#footer-cont {
    margin: 40px 0px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.footer-col {
    width: auto;
    max-width: 450px;
}
#contacts-cont-left {
    width: 30%;
    margin-top: 65px;
}
#contacts-cont-left .sottotitoli-forma-color {
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
#contacts-cont-right {
    width: calc(70% - 20px);
    margin-left: 20px;
}
/* PAGINA GENERICA */
.pg-img-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pg-img-text-img {
    width: calc(50% - 25px);
}
.pg-img-text-img img {
    width: 100%;
    text-align: center;
}
.pg-img-text-text {
    width: calc(50% - 25px);
    position: relative;
    display: flex;
    align-items: center;
}
.pg-img-text-text-forma {
    position: absolute;
    width: 50%;
    z-index: 20;
}
.left-0 {
    left: 0px;
}
.right-0 {
    right: 0px;
}
.pg-img-text-text-testo {
    position: relative;
    z-index: 30;
}
.padding-left50 {
    padding-left: 50px;
}
.padding-right50 {
    padding-right: 50px;
}
.pg-img-full {
    text-align: center;
}
.pg-img-full img,
.pg-img-full picture {
    width: 100%;
}
.pg-img-page, .img-top {
    text-align: center;
}
.pg-img-page img, .img-top img,
.pg-img-page picture, .img-top picture {
    max-width: 100%;
}
.slider-pg-cont {
    overflow: hidden;
    position: relative;
    height: 500px;
}
.slider-pg-cont .page {
    overflow: hidden;
/*     padding: 0px 40px; */
    box-sizing: border-box;
    position: relative;
    height: 500px;
}
.slider-solo-img-pg {
    width: auto;
    height: 500px;
    float: none;
}
.slider-solo-img-pg img,
.slider-solo-img-pg picture {
    width: auto;
    height: 100%;
}
.slider-pg-int-arrow {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    width: 50px;
    z-index: 10;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.slider-pg-int-arrow span {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
}
.slider-pg-int-arrow span svg {
    width: 100%;
}
.slider-pg-int-arrow-left {
    float: left;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 999;
}
.slider-pg-int-arrow-right {
    float: right;
    position: absolute;
    top: 0px;
    right: 20px;
    justify-content: flex-end;
    z-index: 999;
}
.insegnanti-pg-box-bio {
    position: absolute;
    bottom: -500px;
    width: calc(100% - 20px);
    height: 100%;
    margin-right: 20px;
    /*padding: 20px;
    box-sizing: border-box;
    background-color: var(--mattone-color-01);*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.insegnanti-pg-box-bio svg {
    opacity: 0;
    height: 500px;
    width: 100%;
}
.insegnanti-pg-box-bio .insegnanti-pg-box-bio-text {
    position: absolute;
    bottom: -500px;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*
.pg-img-box-cont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.pg-img-box-item-cont {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
}
.pg-img-box-text {
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    text-align: center;
    padding: 20px 5px;
    box-sizing: border-box;
}
.pg-img-box {
    position: relative;
    width: 100%;
}
.pg-img-box:nth-child(4n) {
    margin-right: 0px;
}
.pg-img-box:before {
    content:     "";
    display:     block;
    padding-top: 100%;
}
.pg-img-box img,
.pg-img-box picture {
    position: absolute;
    top: 0px;
    max-width: calc(100% - 15px);
    max-height: calc(100% - 15px);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
*/
/**/
#cta-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
.cta-item {
    display: block;
    float: left;
    height: 100%;
    width: calc(100% / 3);
}
.cta-item-img-cont {
    display: block;
    float: left;
    width: 100%;
    /*height: calc(100% - 75px);*/
    height: 0px;
    padding-top: 119.87%;
}
.cta-nome {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    box-sizing: border-box;
}

.forma-404-500 {
    position: absolute;
    height: 200px;
    z-index: 20;
    text-align: center;
}
.forma-404-500 svg {
    height: 100%;
    fill: var(--blu-color-04);
}
.text-404-500 {
    position: relative;
    text-align: center;
    z-index: 21;
}
#palazzo-hp-svg {
    max-width: 100%;
/*     stroke-width: 1px; */
}
/* MINDBODY */
#bw-widget__schedules-19672 .bw-widget, #bw-widget__schedules-19672 .bw-widget *, .pignose-calendar.pignose-calendar-bw.pignose-calendar-19672, .hc-pignose-calendar.hc-pignose-calendar-bw.hc-pignose-calendar-19672, .pignose-calendar.pignose-calendar-bw.pignose-calendar-19672 *, .hc-pignose-calendar.hc-pignose-calendar-bw.hc-pignose-calendar-19672 * {
    font-family: 'Poppins' !important;
}
.bw-widget__header {
    background-color: var(--colore-forma-top) !important;
}
.bw-widget__date {
    background-color: var(--colore-forma-menu) !important;
    color: var(--colore-sottotitolo-forma) !important;
}
.bw-widget__header .bw-header__title {
    color: var(--colore-sottotitolo-forma) !important;
    font-weight: 800 !important;
}
.bw-widget button.bw-fullcal-button, .bw-widget button.bw-filters__reset, .bw-widget button.bw-session__detail-link, .bw-widget button.bw-more-link, .bw-widget button.bw-more-link, .bw-widget button.bw-header__filter-link, .bw-widget button.bw-header__account-link {
    color: var(--colore-titolo-forma);
    font-style: italic;
}
.bw-widget *, .bw-widget *:before, .bw-widget *:after {
    box-sizing: border-box !important;
}
#bw-widget__schedules-19672 .bw-widget,
.mindbody-widget {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%) !important;
}
.bw-widget--large .bw-fullcal__field {
    padding: 20px !important;
    margin: 0px !important;
}
.bw-datepicker {
    height: 40px !important;
    width: 20% !important;
}
.bw-datepicker__button {
    width: 38px !important;
}
.bw-datepicker__input {
    width: calc(20% - 38px) !important;
}
.hc-pignose-calendar.hc-pignose-calendar-bw .hc-pignose-calendar-top .hc-pignose-calendar-top-month, .hc-pignose-calendar.hc-pignose-calendar-bw .hc-pignose-calendar-top .hc-pignose-calendar-top-year {
    text-align: center;
}
.hc-pignose-calendar .hc-pignose-calendar-header, .hc-pignose-calendar .hc-pignose-calendar-body {
    box-sizing: border-box;
}
#bw-widget__schedules-19672 .bw-embellished.bw-embellished--solid .bw-widget__cta:not(:hover), #bw-widget__schedules-19672 .bw-widget.bw-embellished:not(.bw-embellished--solid) .bw-widget__cta:hover, #bw-widget__schedules-19672 .bw-calendar__day--current > span, #bw-widget__schedules-19672 .bw-filter-count, .hc-pignose-calendar.hc-pignose-calendar-bw.hc-pignose-calendar-19672 .hc-pignose-calendar-body .hc-pignose-calendar-row .hc-pignose-calendar-unit.hc-pignose-calendar-unit-active a, .pignose-calendar.pignose-calendar-bw.pignose-calendar-19672 .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a, .hc-pignose-calendar.hc-pignose-calendar-bw-dark.hc-pignose-calendar-19672 .hc-pignose-calendar-body .hc-pignose-calendar-row .hc-pignose-calendar-unit.hc-pignose-calendar-unit-active a, .pignose-calendar.pignose-calendar-bw-dark.pignose-calendar-19672 .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a, .hc-pignose-calendar-wrapper .hc-pignose-calendar.hc-pignose-calendar-19672 .hc-pignose-calendar-button-group .hc-pignose-calendar-button-apply, .pignose-calendar-wrapper .pignose-calendar.pignose-calendar-19672 .pignose-calendar-button-group .pignose-calendar-button-apply {
    background-color: var(--colore-bottoni) !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#bw-widget__schedules-19672 .bw-fullcal-button, #bw-widget__schedules-19672 .bw-filters__reset, #bw-widget__schedules-19672 .bw-calendar__day--today:not(.bw-calendar__day--current) > span, #bw-widget__schedules-19672 .bw-calendar__heading--current, #bw-widget__schedules-19672 .bw-widget:not(.bw-embellished--solid) .bw-widget__cta:not(:hover), #bw-widget__schedules-19672 .bw-widget.bw-embellished--solid .bw-widget__cta:hover, #bw-widget__schedules-19672 .bw-widget:not(.bw-embellished) .bw-widget__cta:hover, #bw-widget__schedules-19672 .bw-session__canceled, #bw-widget__schedules-19672 .bw-checkbox, #bw-widget__schedules-19672 .bw-header__filter-link.is-open, .pignose-calendar-wrapper .pignose-calendar.hc-pignose-calendar-bw.pignose-calendar-19672 .pignose-calendar-button-group .pignose-calendar-button-cancel, .hc-pignose-calendar-wrapper .hc-pignose-calendar.hc-pignose-calendar-bw-dark.hc-pignose-calendar-19672 .hc-pignose-calendar-button-group .hc-pignose-calendar-button-cancel, .pignose-calendar-wrapper .pignose-calendar.hc-pignose-calendar-bw-dark.pignose-calendar-19672 .pignose-calendar-button-group .pignose-calendar-button-cancel {
    color: var(--colore-generale-link) !important;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.hc-pignose-calendar-wrapper .hc-pignose-calendar.hc-pignose-calendar-bw.hc-pignose-calendar-19672 .hc-pignose-calendar-button-group .hc-pignose-calendar-button-cancel {
    color: var(--colore-generale-link-hover) !important;
}
.bw-widget--large .bw-session__time {
    margin: 0px !important;
    padding-right: 40px;
}
#bw-widget__schedules-19672 .bw-session__detail-link, #bw-widget__schedules-19672 .bw-more-link, #bw-widget__schedules-19672 .bw-session__bio a, #bw-widget__schedules-19672 .bw-session__description a {
    color: var(--colore-generale-link) !important;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.bw-widget--large .bw-session__basics {
    align-items: center !important;
}
.bw-widget--large .bw-session__info {
    display: block !important;
}
/**/

/* OVERCAGE */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover {
        color: var(--colore-generale-link-hover);
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .btn-blu:hover {
        background-color: var(--viola-color-01);
        color: #fff;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
    .btn-generale-cont:hover #svg-button-generale .cls-1 {
        fill: var(--colore-generale-link-hover);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .social-menu-cont:hover {
        color: var(--colore-social-menu-hover);
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .menu-list-item a:hover {
        color: var(--colore-menu-item-hover);
        font-style: italic;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .menu-list-item a:hover::before {
        transform-origin: 0% 50%;
        transform: scale3d(1, 1, 1);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .menu-list-item a:hover span {
        transform: scale3d(1, 1, 1);
    }
    #menu-button-open:hover {
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #menu-button-open:hover #menu-button-path {
        fill: var(--colore-menu-button-open-path-svg-hover);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #menu-button-open:hover .menu-button-line {
        stroke: var(--colore-menu-button-open-line-svg-hover);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #menu-button-close:hover {
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #menu-button-close:hover #menu-button-path {
        fill: var(--colore-menu-button-close-path-svg-hover);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #menu-button-close:hover .menu-button-line {
        stroke: var(--colore-menu-button-close-line-svg-hover);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #social-header-cont li a:hover {
        color: var(--colore-social-header-hover);
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .testi-footer:hover, .social-footer:hover {
        color: var(--colore-testi-footer-hover);
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    #contacts-cont-left .sottotitoli-forma-color:hover {
        color: var(--viola-color-01);
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .slider-pg-int-arrow:hover #svg-arrows .cls-1 {
        fill: var(--colore-arrows-hover);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    /*
    .slider-solo-img-pg:hover {
        cursor: pointer;
    }
    */
    .slider-solo-img-pg:hover .insegnanti-pg-box-bio {
        bottom: 0px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .slider-solo-img-pg:hover .insegnanti-pg-box-bio svg {
        opacity: 0.9;
    }
    .slider-solo-img-pg:hover .insegnanti-pg-box-bio .insegnanti-pg-box-bio-text {
        bottom: 0px;
        opacity: 1;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    /* MINDBODY */
    .hc-pignose-calendar-wrapper .hc-pignose-calendar .hc-pignose-calendar-button-group .hc-pignose-calendar-button-apply:hover {
        background-color: var(--colore-bottoni-hover) !important;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #bw-widget__schedules-19672 .bw-session__detail-link:hover, #bw-widget__schedules-19672 .bw-more-link:hover, #bw-widget__schedules-19672 .bw-session__bio a:hover, #bw-widget__schedules-19672 .bw-session__description a:hover {
        color: var(--colore-generale-link-hover)!important;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    #bw-widget__schedules-19672 .bw-fullcal-button:hover, #bw-widget__schedules-19672 .bw-filters__reset:hover, #bw-widget__schedules-19672 .bw-calendar__day--today:not(.bw-calendar__day--current) > span:hover, #bw-widget__schedules-19672 .bw-calendar__heading--current:hover, #bw-widget__schedules-19672 .bw-widget:not(.bw-embellished--solid) .bw-widget__cta:not(:hover):hover, #bw-widget__schedules-19672 .bw-widget.bw-embellished--solid .bw-widget__cta:hover, #bw-widget__schedules-19672 .bw-widget:not(.bw-embellished) .bw-widget__cta:hover, #bw-widget__schedules-19672 .bw-session__canceled:hover, #bw-widget__schedules-19672 .bw-checkbox:hover, #bw-widget__schedules-19672 .bw-header__filter-link.is-open:hover, .pignose-calendar-wrapper .pignose-calendar.hc-pignose-calendar-bw.pignose-calendar-19672 .pignose-calendar-button-group .pignose-calendar-button-cancel:hover, .hc-pignose-calendar-wrapper .hc-pignose-calendar.hc-pignose-calendar-bw-dark.hc-pignose-calendar-19672 .hc-pignose-calendar-button-group .hc-pignose-calendar-button-cancel:hover, .pignose-calendar-wrapper .pignose-calendar.hc-pignose-calendar-bw-dark.pignose-calendar-19672 .pignose-calendar-button-group .pignose-calendar-button-cancel:hover {
        color: var(--colore-generale-link-hover)!important;
        text-decoration: none !important;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .hc-pignose-calendar-wrapper .hc-pignose-calendar.hc-pignose-calendar-bw.hc-pignose-calendar-19672 .hc-pignose-calendar-button-group .hc-pignose-calendar-button-cancel:hover {
        color: var(--colore-generale-link-hover)!important;
    }
    .bw-widget button.bw-widget__cta:hover, .bw-widget a.bw-widget__cta:hover {
        color: var(--colore-generale-link-hover)!important;
        text-decoration: none !important;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    /**/
}
@media only screen and (min-width:1024px) and (max-width:1279px) {
    :root {
    --forma-menu-width: calc((var(--real-vw) / 2) * 2 / 3.5);
    }
    .page {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-medium {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .page-small {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    #social-header-cont {
        right: 20px;
    }
    #menu-cont.show {
        width: calc(var(--real-vw) / 1.5);
    }
    .forma-menu {
        height: 150px;
    }
    #logo-footer {
        bottom: 90%;
    }
    .insegnanti-pg-box-bio {
        bottom: 0px;
    }
    .insegnanti-pg-box-bio svg {
        opacity: 0.6;
        mix-blend-mode: multiply;
    }
    .insegnanti-pg-box-bio .insegnanti-pg-box-bio-text {
        bottom: 0px;
        opacity: 1;
        padding: 70px 20px;
        justify-content: flex-end;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    :root {
        --forma-menu-width: calc((var(--real-vw) / 2) * 2 / 1.5);
        --forma-top-width: calc((var(--real-vw) - var(--page)) / 2 + var(--page) * 3 / 5.5);
    }
    #palazzi-cont {
        display: block;
    }
    #palazzi-cont .w_55pe {
        width: 100%;
    }
    #palazzi-cont .w_45pe {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .page {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-medium {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .page-small {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    #social-header-cont {
        right: 20px;
    }
    #menu-cont.show {
        width: var(--real-vw);
    }
    .forma-menu {
        height: 180px;
    }
    #logo-footer {
        bottom: 90%;
    }
    #footer-cont {
        margin: 60px 0px;
        flex-wrap: wrap;
    }
    /*
    .footer-col:first-child {
        width: 100%;
        max-width: unset;
        margin-bottom: 20px;
    */
    .footer-col {
        width: calc(50% - 10px);
        max-width: unset;
        margin-bottom: 20px;
    }
    #text-intro-cont h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .titoli {
        font-size: 25px;
        line-height: 30px;
    }
    .insegnanti-pg-box-bio {
        bottom: 0px;
    }
    .insegnanti-pg-box-bio svg {
        opacity: 0.6;
        mix-blend-mode: multiply;
    }
    .insegnanti-pg-box-bio .insegnanti-pg-box-bio-text {
        bottom: 0px;
        opacity: 1;
        padding: 70px 20px;
        justify-content: flex-end;
    }
    .pg-img-text-img {
        width: calc(50% - 10px);
    }
    .pg-img-text-text {
        width: calc(50% - 10px);
    }
    #contacts-cont-left {
        width: 100%;
        margin-top: 0px;
    }
    #contacts-cont-right {
        width: 100%;
        margin-left: 0px;
        margin-top: 40px;
    }
}
@media only screen and (min-width:220px) and (max-width:767px) {
    :root {
        --forma-menu-width: calc((var(--real-vw) / 2) * 2 / 1.4);
        --forma-top-width: calc((var(--real-vw) - var(--page)) / 2 + var(--page) * 3 / 5.5);
    }
    #palazzi-cont {
        display: block;
    }
    #palazzi-cont .w_55pe {
        width: 100%;
    }
    #palazzi-cont .w_45pe {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .page {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-medium {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .page-small {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    #form-newsletter-cont {
        margin-top: 20px;
    }
    .home-palazzo-cont {
        margin-bottom: 40px;
    }
    #social-header-cont {
        right: 10px;
        top: 80px;
    }
    #menu-cont {
        min-height: calc((var(--vh, 1vh) * 100));
    }
    #menu-cont.show {
        width: var(--real-vw);
    }
    #menu-button-close-cont {
        height: 110px;
    }
    .menu-list-item a {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 12px;
    }
    #logo-header img {
        height: 70px;
    }
    #claim-header-cont {
        padding: 0px 10px;
        font-size: 10px;
        line-height: 13px;
    }
    .forma-top {
        width: 100vw;
    }
    #text-intro-cont {
        width: calc(100% - 50px);
        margin: 20px 0px;
    }
    .forma-top #svg-forma-right, .forma-top #svg-forma-generale-right {
        display: none;
    }
    #intro-text-palazzo-cont {
        position: relative;
        bottom: 40px;
        left: unset;
    }
    .forma-menu {
        height: 130px;
    }
    #logo-footer {
        bottom: 90%;
    }
    #footer-cont {
        margin: 100px 0px 40px 0px;
        flex-wrap: wrap;
    }
    .footer-col {
        max-width: unset;
        margin-bottom: 20px;
    }
    .footer-col:nth-child(odd) {
        width: calc(66% - 10px);
    }
    .footer-col:nth-child(even) {
        width: calc(33% - 10px);
    }
    .testi-footer-p, .testi-footer {
        font-size: 10px;
        line-height: 16px;
    }
    #text-intro-cont h1 {
        font-size: 18px;
        line-height: 23px;
    }
    .titoli {
        font-size: 20px;
        line-height: 25px;
    }
    .titolini {
        font-size: 18px;
        line-height: 23px;
    }
    .titolini-playfair {
        font-size: 15px;
        line-height: 20px;
    }
    body {
        font-size: 13px;
        line-height: 18px;
    }
    .btn-forma {
        height: 50px;
    }
    .insegnanti-pg-box-bio {
        bottom: 0px;
    }
    .insegnanti-pg-box-bio svg {
        opacity: 0.6;
        mix-blend-mode: multiply;
    }
    .insegnanti-pg-box-bio .insegnanti-pg-box-bio-text {
        bottom: 0px;
        opacity: 1;
        padding: 70px 20px;
        justify-content: flex-end;
    }
    .aos-cont {
        height: auto;
    }
    .aos-cont .w_48pe {
        width: 100%;
        margin-bottom: 20px;
    }
    .pg-img-text {
        display: block;
    }
    .pg-img-text-text {
        width: 100%;
    }
    .pg-img-text-img {
        width: 100%;
        margin: 20px 0px;
    }
    .slider-pg-int-arrow-left {
        left: 10px;
        top: 0px;
        height: 500px;
        bottom: auto;
    }
    .slider-pg-int-arrow-right {
        right: 10px;
        top: 0px;
        height: 500px;
    }
    .slider-pg-only-cont.slider-pg-cont {
        height: 250px;
    }
    .slider-pg-only-cont.slider-pg-cont .page {
        height: 250px;
    }
    .slider-pg-only-cont .slider-solo-img-pg {
        height: 250px;
    }
    .slider-pg-only-cont .slider-pg-int-arrow-left,
    .slider-pg-only-cont .slider-pg-int-arrow-right {
        height: 250px;
    }
    #cta-cont {
        display: block;
    }
    .cta-item {
        width: 100%;
    }
    #contacts-cont-left {
        width: 100%;
        margin-top: 0px;
    }
    #contacts-cont-right {
        width: 100%;
        margin-left: 0px;
        margin-top: 40px;
    }
    .form-input {
        font-size: 12px;
    }
    .modal-box {
        margin-bottom: 0px;
        padding: 10px 10px 40px 10px;
        width: 300px;
        margin-left: -150px;
    }
    .btn-close-modal {
        right: -5px;
        top: -10px;
        padding: 0px;
    }
}
