/*
 *
 * BY ing. Nicolò Chiellini n.chiellini@4sigma.it
 * dott. Valeria La Mantia v.lamantia@4sigma.it
 * dott. Livia Ranzini l.ranzini@4sigma.it
 *
 */
:root {
    --scrollbar-width: 0px;
    --vh: 1vh;
    --bianco: #fff;
    --nero: #000;
    --bianco-sporco: #F9F8F8;
    --grigio: #656565;
    --viola: #5B65E2;
    --viola-link: #4350FF;
    --viola-menu: #4D55DC;
    --blu: #2A38E4;
    --prugna: #320E3B;
}

html {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
    font-family: 'Source Sans 3', sans-serif;
    overflow-x: hidden;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100vh;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
    color: #323232;
}

td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section, form, fieldset, marquee,
figure, figcation {
    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;
}
video[poster] {
    height:100%;
    object-fit: cover;
}
video {
    max-width: 100%;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
label {
    cursor: pointer;
}
a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    color: var(--viola-link);
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
    font-weight: inherit;
}
i strong, em strong {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder {
/*     color: #bdbdbd; */
}
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;
/*     font-family: 'Poppins'; */
}
input[type=checkbox] {
    cursor: pointer;
}
select {
    -webkit-appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABESURBVHgBjcyBCQAgCARAR7H9d6pRvgKLKH0THgT/FADNokJm3GeKdavYAoYvhAWVYQ/tToQpOj4/OEUE5yjAf8jBIeoGquxQXtjIBwAAAABJRU5ErkJggg==');
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    background-size: 14px 8px;
}
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: 'Source Sans 3';
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type="radio"] {
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.vis_hidden {
    visibility: hidden;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}
.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
}
.w_auto {
    width: auto;
}
.max_w50pe {
    max-width: 50%;
}
.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;
}
.extralight {
    font-weight: 200;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.style-normal {
    font-style: normal;
}
.strike {
    text-decoration: line-through;
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.bold,
strong,
b {
    font-weight: 700;
}
.extrabold {
    font-weight: 900;
}
.red {
    color: red;
}
.green {
    color: green;
}
.black,
.nero {
    color: var(--nero);
}
.white, .bianco {
    color: var(--bianco);
}
.bianco_sporco {
    color: var(--bianco-sporco);
}
.bg_bianco_sporco {
    background-color: var(--bianco-sporco);
}
.grigio {
    color: var(--grigio);
}
.viola {
    color: var(--viola);
}
.viola_link {
    color: var(--viola-link);
}
.blue {
    color: var(--blu);
}
.prugna {
    color: var(--prugna);
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cover-picture img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.cover-picture-full img {
    object-fit: cover;
    min-width: 100%;
    height: 100%;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.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 {
    overflow: hidden;
}
.ritch-cont * {
}

.ritch-cont a {
    font-weight: bold;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 20px;
    display: block;
}
.ritch-cont ol,
.ul-list ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 20px;
}
.ritch-cont li,
.ul-list 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;
}
.flex-wrap {
    flex-wrap: wrap;
}
.video-cover-image {
    display: none !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.half-input-cont {
    width: calc(50% - 10px);
}
.half-input-cont:first-child {
    float: left;
}
.half-input-cont:last-child {
    float: right;
}
/* 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: transparent;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.noscroll {
    position: fixed;
    overflow-y: scroll
}
.blur {
    filter: blur(3px);
}
.btn-blu {
    background-color: var(--blu);
    border: 2px solid var(--blu);
    color: var(--bianco);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.btn-border-blu {
    background-color: transparent;
    border: 2px solid var(--blu);
    color: var(--blu);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.btn {
    height: 40px;
    min-width: 130px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    padding: 0px 30px;
    box-sizing: border-box;
    border-radius: 20px;
}
.btn-bianco {
    background-color: var(--bianco);
    border: 2px solid var(--bianco);
    color: var(--viola);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.sfumatura-top {
    background: linear-gradient(106.11deg, #5B65E2 15.87%, rgba(6, 20, 190, 0) 70.52%);
    display: block;
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.sfumatura-dx {
    background: linear-gradient(106.11deg, rgba(6, 20, 190, 0) 15.87%, #5B65E2 70.52%);
    mix-blend-mode: multiply;
    display: block;
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.titolo-sezioni {
    font-family: 'Source Serif 4';
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}
.titolo-pagine {
    font-family: 'Source Serif 4';
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    text-align: center;
}
.text-cover-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
    /* padding-top: 90px; */
    box-sizing: border-box;
}
.text-cover {
    font-family: 'Source Serif 4';
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    color: var(--bianco);
}
.text-cover-medium {
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
}
.descrizione-pagine {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    padding: 40px 0px;
    box-sizing: border-box;
}


.img-cover {
    width: 100% ;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.img-cover-cerchio {
    width: 100% ;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 50%;
}
.img-cover-form {
    width: 100% ;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    position: absolute;
    z-index: 1;
}
.img-cerchio-big-cont {
    display: block;
    width: 490px;
    height: 490px;
}
.img-cerchio-small-cont {
    display: block;
    float: left;
    width: 300px;
    height: 300px;
}
.anchor-box {
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    font-family: 'Source Serif 4';
    font-weight: 300;
    color: var(--viola-link);
}
.anchor-box-ico {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin-right: 20px;
}
.icona-center {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: -60px;
    right: calc(50% - 60px);
    background-color: var(--bianco);
    border-radius: 60px;
}
.icona-servizi-freccia,
.icona-freccia-indietro {
    margin-right: 20px;
}
.hr-bianco-sporco {
    display: block;
    float: left;
    width: 150px;
    height: 8px;
    background-color: var(--bianco-sporco);
    margin-bottom: 15px;
}
.lista-prestazioni {
    padding: 0px 0px 0px 100px;
}
.row-prestazione-achor {
    position: absolute;
    top: -90px;
}

/* MAIN */
.page-base {
    max-width: 1560px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.page-main {
    max-width: 1430px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
header {
    height: 90px;
    background-color: var(--viola);
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
}
main {
    padding-top: 90px;
    box-sizing: border-box;
    min-height: calc((var(--vh, 1vh) * 100) - 170px);
}
/* Logo Top */
#logo-header {
    display: block;
    float: left;
    width: 281px;
    position: absolute;
    left: 20px;
    top: 0px;
}
#logo-img-omino {
    display: inline-block;
    float: left;
    height: 50px;
    margin: 20px 10px 20px 0px;
    position: relative;
}
#logo-img-omino img {
    height: 100%;
}
#logo-img-scritta {
    display: inline-block;
    float: left;
    height: 30px;
    padding: 30px 0px;
}
/* MENU */
#burger-menu {
    display: none;
/*     position: relative; */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    text-align: center;
    color: white;
    z-index: 100;
}
.menu-header-toggle-drop-down {
    /* Freccia che toggola il menu nel mobile */
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
    float: left;
    height: 70px;
    line-height: 70px;
    width: 70px;
    text-align: center;
    background-color: var(--viola-menu);
    color: white;
}
#menu-header {
    height: 90px;
/*    display: flex;
    justify-content: space-between;*/
}
#menu-header-cont {
    width: 350px;
    display: flex;
    float: none;
    justify-content: space-between;
    margin: 0px auto 0px auto;
    height: 90px;
    padding-top: 35px;
    box-sizing: border-box;
}
.menu-header-el-13 {
    width: 33.333%;
}
#menu-header-right {
/*     display: none; */
    width: 281px;
    height: 90px;
    top: 0px;
    padding-top: 25px;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
}
.menu-header {
    display: block;
    float: left;
    width: 100%;
}
/*.menu-header i {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}*/
/*.header-cont-right {
    width: calc(100% / 3);
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
}*/
.nav-top-int {
     color: white;
    font-weight: 400;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    height: 60px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

#menu-header-cont .nav-top-int i {
/*     color: transparent; */
}
#menu-header-right .btn {
    width: 120px;
    padding: 0px;
    text-align: center;
    box-sizing: border-box;
/*     font-weight: 700; */
}
#menu-header-right .btn:first-child {
    color: white;
}
.menu-header-el {
    position: relative;
}
.menu-header-sel {
    display: none;
    position: absolute;
    top: 25px;
    left: calc(50% - 13px);
    color: #D9D9D9;
    font-size: 10px;
    line-height: 20px;
}
#last-menu-header-sel {
    left: calc(50% - 5px);
}
.menu-header.sel .menu-header-sel {
    display: block;
}
.menu-header-drop-down {
    width: 280px;
    height: auto;
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    float: left;
    position: absolute;
    z-index: 2;
    top: 55px;
    left: -84px;
    background-color: white;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 1;
    padding: 7.5px 0px;
}
.menu-header-drop-down.show {
    display: block;
}
.menu-header-drop-down.hide {
    display: none;
}
.menu-header-drop-down-el {
    display: block;
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    padding: 7.5px 0px;
    color: var(--viola-link);
    box-sizing: border-box;
}
/* FOOTER */
footer {
    background-color: var(--viola);
    color: var(--bianco);
    height: 170px;
    padding: 40px 0px 0px 0px;
    box-sizing: border-box;
}
.footer-sx-cont {
    width: 85%;
    height: 100%;
    display: block;
    float: left;
}
.footer-dx-cont {
    width: 15%;
    height: 100%;
    display: block;
    float: left;
}
.footer-logo-cont,
.footer-menu-cont {
    display: block;
    float: left;
    width: 160px;
}
.footer-menu-cont a {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: white;
    font-weight: 400;
}
.footer-menu-cont a:last-child {
    margin-bottom: 0px;
}
.footer-social {
    text-align: right;
    padding-bottom: 35px;
}
.footer-info {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: right;
    color: #fff;
}
.footer-info-cont {
    text-align: right;
}
.footer-social i {
    color: #fff;
    font-size: 32px;
    line-height: 35px;
    padding-left: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
/* Pagine */

#hp-sec-1 .text-cover-cont {
    padding-top: 90px;
}
.hp-img-cover-cont {
    height: calc(100vh - 240px);
    min-height: 600px;
    overflow: hidden;
}
.hp-img-cover-cont picture {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* HP2 Numeri */
#hp-sec-2 {
    width: 100%;
    min-height: 240px;
    background-color: var(--bianco-sporco);
}
.hp-numeri-cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 50px;
    box-sizing: border-box;
}
.hp-numeri-obj {
    display: block;
    float: left;
    width: 20%;
    height: 100%;
}
.numeri-text {
    font-family: 'Source Serif 4';
    font-size: 64px;
    line-height: 72px;
    font-weight: 300;
    color: var(--viola);
    text-align: center;
}
.numeri-text-dida {
    font-family: 'Source Serif 4';
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: var(--grigio);
    text-align: center;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
}
/* HP Bisogno */
#hp-sec-3 h2 {
    margin-top: 45px;
}
.hp-bisogno-cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 60px;
    box-sizing: border-box;
}
.hp-bisogno-obj {
    display: block;
    float: none;
    width: calc(100% / 6);
    height: 100%;
}
.hp-bisogno-icona {
    display: block;
    float: none;
    width: 120px;
    height: 120px;
    border: 2px solid var(--blu);
    border-radius: 60px;
    background-color: transparent;
    margin: 0 auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.hp-bisogno-titolo {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: var(--blu);
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;

}
.omino-icona {
    fill: var(--blu);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}



.text-cover-palestre-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.img-text-cont {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* HP 5 Cura */
#hp-sec-5 {
    width: 100%;
    min-height: 665px;
    background-color: var(--bianco-sporco);
}
#hp-sec-5 h3 {
    margin: 60px 0px 80px 0px;
}
.fascia-cura-img-cont {
    display: block;
    float: left;
    width: calc(100% - 80px);
    height: 420px;
}
/* HP 6 */
#hp-sec-6 h3 {
    margin: 60px 0px 10px 0px;
}
#slider-cont {
    margin: 10px 0px 100px 0px;
    height: 200px;
    overflow: hidden;
}
#slider {
    height: 200px;
    float: none;
}
.slider-obj {
    display: block;
    float: none;
    width: 200px;
    height: 200px;
}
/* HP 7 */
#hp-sec-7 {
    min-height: 750px;
    background-color: var(--bianco-sporco);
    position: relative;
}
#hp-sec-7 .page-main {
    position: relative;
    z-index: 2;
}
#hp-contatti-titolo-cont {
    margin: 35px 0px 80px 0px;
}
#titolo-contatti-grazie {
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Source Serif 4';
}
/* HP 8 */
#hp-sec-8 h3 {
    margin: 60px 0px;
}
.hp-contatti-left {
    width: 45%;
}
.hp-contatti-right {
    width: 50%;
    float: right;
}
.contatti-icona {
    width: 32px;
    display: block;
    float: left;
}
.contatti-titolo {
    width: 95px;
    display: block;
    float: left;
}
.contatti-link {
    width: calc(100% - 147px);
    display: block;
    float: right;
}
.contatti-mappa-cont {
    display: block;
    float: left;
    width: 100%;
    height: 410px;
}
.contatti-text-cont {
    display: block;
    float: left;
    width: 90%;
    height: auto;
}

/* Fomr HP e Contatti */
.form-cont {
    display: flex;
    justify-content: center;
    top: 0px;
    left: 0px;
    z-index: 4;
}
.form-cont form {
    width: 100%;
    max-width: 656px;
}
.form-input {
    display: block;
    float: left;
    width: 100%;
    height: 52px;
    font-family: 'Source Sans 3';
    font-size: 18px;
    line-height: 50px;
    font-weight: 300;
    border: 1px solid var(--nero);
    border-radius: 2px;
    color: var(--nero);
    background-color: var(--bianco);
    padding: 0px 20px;
    box-sizing: border-box;
    margin-top: 10px;
}
.form-select {
    display: inline-block;
    float: left;
    width: 100%;
    height: 52px;
    color: var(--bianco);
    font-size: 20px;
    font-family: 'Source Sans 3';
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    border: 1px solid var(--blu);
    border-radius: 2px;
    background-color: var(--blu);
    padding: 0px 20px;
    box-sizing: border-box;
    margin-top: 10px;
}
.form-text-area-cont {
    overflow: hidden;
}
.form-text-area-cont .form-input-textarea {
    z-index: 10;
    position: relative;
}
.form-text-area-cont label {
    z-index: 10;
    position: relative;
}
.form-input-textarea {
    width: 100%;
    height: 100px;
    font-family: 'Source Sans 3';
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    border: 1px solid var(--nero);
    border-radius: 2px;
    color: var(--nero);
    background-color: var(--bianco);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 10px;
    resize: none;
}
.form-text {
    font-family: 'Source Sans 3';
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}
#privacy-label {
    display: inline-block;
    float: left;
    max-width: 75%;
    padding: 10px 0px;
}
/* PG Servizi */
#pg-servizi h1 {
    margin-top: 60px;
}
#servizi-list {
    margin-bottom: 80px;
}
.servizio-cont {
    display: flex;
    align-items: center;
    padding-top: 40px;
}
#servizi-list .servizio-cont:nth-child(even),
#palestra-cont-generic  .servizio-cont:nth-child(even) {
    flex-flow: row-reverse;
}
.icona-sezioni {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border: 2px solid var(--blu);
    border-radius: 60px;
    background-color: var(--bianco);
    margin: 0 auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.icona-servizi-freccia i, .icona-freccia-indietro i {
    font-size: 14px;
    line-height: 40px;
}
#servizi-list .servizio-cont:nth-child(even) .icona-sezioni {
    left: 0;
    right: unset;
}
#servizi-list .servizio-cont:nth-child(even) .img-cerchio-big-cont {
    float: right;
}
/* Servizio */
#servizio-img-cont {
    width: 100%;
    height: 300px;
}
#servizio-pg-top {
    padding-bottom: 40px;
}
#servizio-pg-top h1 {
    margin: 100px 0px 40px 0px;
}
.servizio-prestazione {
    padding: 60px 100px;
    box-sizing: border-box;
}
.servizio-prestazione .titolo-sezioni {
    margin-bottom: 30px;
}
.servizio-prestazione .img-cerchio-small-cont {
    margin-right: 150px;
}
.servizio-prestazione-text {
    width: calc(100% - 450px);
    font-size: 16px;
    line-height: 28px;
}
#servizio-pg-bottom {
/*     margin-top: 100px; */
}
#servizio-pg-bottom .titolo-sezioni {
    text-align: center;
    margin-top: 60px;
}
#servizio-pg-bottom a {
    margin: 25px 0px 60px 0px;
}
.accordion-chiuso {
    display:block;
    float: left;
    width: 100%;
    height: 56px;
    border-top: 4px solid var(--blu);
    background-color: var(--bianco-sporco);
    margin-top: 25px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.accordion-chiuso.active {
    background-color: var(--viola);
}
.text-cover-small-accordion {
    display: block;
    float: left;
    width: 90%;
    font-family: 'Source Sans 3';
    font-size: 16px;
    line-height: 52px;
    font-weight: 400;
    color: var(--blu);
    padding-left: 20px;
    box-sizing: border-box;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.accordion-chiuso i {
    display: block;
    float: right;
    width: calc(10% - 20px);
    text-align: right;
    font-size: 14px;
    line-height: 52px;
    padding-right: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.accordion-chiuso.active .text-cover-small-accordion,
.accordion-chiuso.active .accordion-btn {
    color: var(--bianco);
}
.accordion-aperto {
    display: none;
    float: left;
    width: 100%;
    height: auto;
    background-color: var(--viola);
    display: none;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.accordion-aperto.active {
    display: block;
}
.accordion-text {
    display: block;
    float: left;
    width: 50%;
    min-height: 40px;
    height: auto;
}
.accordion-price-titolo {
    display: block;
    float: right;
    width: 180px;
    min-height: 40px;
    height: auto;
    padding-right: 20px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    font-weight: 900;
    text-align: right;
}
.accordion-aperto-text {
    display: block;
    float: left;
    width: 100%;
    min-height: 40px;
    height: auto;
    border-top: 1px dashed #B3B3B3;
}
.accordion-price {
    display: block;
    float: right;
    width: 200px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    padding: 8px 20px 8px 0px;
    box-sizing: border-box;
}
.accordion-price-text {
    display: block;
    float: right;
    width: 420px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    padding: 8px 20px 8px 0px;
    box-sizing: border-box;
    text-align: right;
}
.accordion-text {
    display: block;
    float: left;
    width: calc(100% - 420px);
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    padding: 8px 0px 8px 20px;
    box-sizing: border-box;
}
.accordion-btn {
    display: block;
}
#servizio-prestazione-cont {
    padding-bottom: 100px;
}
/* Palestra */
.bkg-img-big-cont {
    height: 600px;
}
.bkg-img-big-cont picture {
    position: absolute;
    width: 100%;
    height: 100%;
}
#palestra-bg-top h1 {
    margin-top: 100px;
}

/* Filosofia */
#filosofia-pg h1 {
    width: 50%;
}
#filosofia-pg-blk1 {
    margin-top: 70px;
}
#filosofia-pg-blk1 h2 {
    margin-bottom: 30px;
}
#filosofia-pg-blk1 .text-cover-small {
    margin-top: 15px;
}
#filosofia-pg-blk1 .testo-img-cont {
    margin-top: 70px;
}
#filosofia-pg-blk2 {
    margin-top: 80px;
}
#filosofia-pg-blk2 h3 {
    margin: 30px 0px;
}
#filosofia-pg-blk2 .testo-blocco-cont {
    margin-bottom: 80px;
}
.testo-blocco-cont {
    display: flex;
    float: left;
    justify-content: flex-start;
    gap: 80px;
}
.testo-img-cont {
    display: flex;
    float: left;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
}
.testo-blocco-basic {
    display: block;
    float: left;
    width: calc(50% - 40px);
}
.testo-blocco-dx {
    display: block;
    float: left;
    width: calc(50% - 40px);
    min-height: 100px;
    background-color: var(--bianco-sporco);
    border-radius: 2px;
    padding: 0px 15px;
    box-sizing: border-box;
}
.testo-blocco-basic ul {
    list-style-type: disc;
    padding-left: 20px;
}
.tabella-cont {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.img-cover-half-cont {
    display: block;
    float: left;
    width: 100%;
    height: 450px;
}
.tabella-text {
    display: block;
    float: left;
    width: 100%;
    min-height: 40px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: var(--nero);
    font-weight: 400;
    border-top: 1px dashed var(--grigio);
    padding: 10px 0px;
    box-sizing: border-box;
}
.tabella-text-titolo {
    display: block;
    float: left;
    width: 100%;
    min-height: 40px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: var(--nero);
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0px;
    box-sizing: border-box;
}
.numeri-text {
    font-family: 'Source Serif 4';
    font-size: 64px;
    line-height: 72px;
    font-weight: 300;
    color: var(--viola);
    text-align: center;
}

/* Corsi */
.corsi-row {
    padding: 60px 100px;
    box-sizing: border-box;
}
.info-corsi-cont {
    display: flex;
    margin-bottom: 20px;
}
.info-corsi-cont .corsi-row-legenda {
    width: 15%;
    font-weight: 900;
    text-transform: uppercase;
}
.info-corsi-cont .corsi-row-testo {
    width: 85%;
}
#corsi-pg .img-cerchio-small-cont {
    margin-right: 80px;
}
.row-corsi-anchor {
    position: absolute;
    top: -90px;
}
/* Staff */
#staff-pg h1 {
    margin-top: 70px;
}
#staff-pg .descrizione-pagine {
    padding: 25px 0px;
    margin-bottom: 60px;
}
#staff-cont {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.staff-obj {
    display: block;
    float: left;
    width: calc((100% - 60px) / 4);
    margin-bottom: 40px;
}
.staff-obj-img {
    display: block;
    float: none;
    margin: 0px auto;
    width: 237px;
    height: 237px;
}
.staff-text-titolo {
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--blu);
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    margin-top: 20px;
}
.staff-text {
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #323232;
}
/* Staff Singolo */
#staff-singolo-pg-top {
    min-height: 240px;
    padding-top: 20px;
}
#staff-singolo-pg-top .descrizione-pagine {
    padding: 25px 0px;
}
#staff-singolo-pg-body {
    padding: 40px 0px 80px 0px;
}
.staff-img-cont {
    width: 100%;
    display: block;
    float: left;
}
.staff-img-text-cont-sx {
    width: 50%;
    padding-right: 150px;
    box-sizing: border-box;
}
.staff-text-cont-dx {
    width: 50%;
}
.staff-text-cont-dx p {
    font-size: 16px;
    line-height: 28px;
}
.icone-social-staff a {
    padding-right: 20px;
    box-sizing: border-box;
}
.icone-social-staff i {
    font-size: 20px;
    line-height: 24px;
}
/* Convenzioni PG */
#convenzioni-pg-top {
    margin: 70px 0px 60px 0px;
}
#convenzioni-pg-bottom {
    margin-top: 100px;
}
#convenzioni-pg-bottom h2 {
    margin-top: 60px;
}
#convenzioni-pg-bottom a {
    margin: 25px 0px 60px 0px;
}
#convenzioni-cont {
    display: flex;
    justify-content: flex-start;
    gap: 38px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.convenzioni-obj {
    display: block;
    float: left;
    width: 200px;
    height: 200px;
}
.convenzioni-obj picture {
    display: block;
    float: left;
    width: 100%;
}
#contatti-pg-top {
    padding-bottom: 50px;
}
#contatti-pg-top h1 {
    margin-top: 35px;
}
#contatti-pg-top .descrizione-pagine {
    padding: 25px 0px;
}
#contatti-pg-top .page-main {
    position: relative;
    z-index: 2;
}
#contatti-info .page-main {
    margin: 45px auto 80px auto;
}
/* Qui vanno gli eventi di Hover. Non metterli da altre parti!!!!! */
@media only screen and (min-width:1280px) and (max-width:10000px) {
    /* Classe per menu HomePage */
    .hpheader {
        background-color: transparent;
    }
    .hpheader #logo-header {
        width: 100px;
        padding-right: 181px;
    }
    .hpheader #logo-img-omino {
        height: 55px;
        margin: 20px 0px 5px 18px;
    }
    .hpheader #logo-img-scritta {
        height: 30px;
        padding: 0px 0px;
    }
    .hpheader #menu-header-right a:nth-child(1) .nav-top-right::before {
        color: var(--blu);
    }
    .hpheader #menu-header-right .btn-bianco {
        background-color: var(--blu);
        border: 2px solid var(--blu);
        color: var(--bianco);
    }
    /* Ammorbidente per menu HomePage */
    header.hpheadersmooth {
        transition: backgroundColor 0.2s;
        -webkit-transition: backgroundColor 0.2s;
    }
    .hpheadersmooth #logo-header {
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .hpheadersmooth #logo-img-omino,
    .hpheadersmooth #logo-img-scritta {
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    /** **/
}
/* @media only screen and (min-width:1280px) and (max-width:10000px) { */
@media (pointer: fine), (pointer: none) {
    a:hover {
        color: var(--prugna);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    #menu-header-cont .menu-header:hover .nav-top-int {
        font-weight: 700;
        color: var(--bianco);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .menu-header-el:hover .menu-header-drop-down {
        display: block;
    }
    #menu-header-right .btn:first-child:hover {
        font-weight: 700;
    }
    .footer-menu-cont a:hover {
        color: #fff;
        font-weight: 700;
    }
    .footer-social i:hover {
        color: var(--prugna);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn-bianco:hover {
        background-color: transparent;
        color: var(--bianco);
        border: 2px solid var(--bianco);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn-border-blu:hover {
        background-color: var(--blu);
        border: 2px solid var(--blu);
        color: var(--bianco);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn-blu:hover {
        background-color: var(--bianco);
        border: 2px solid var(--blu);
        color: var(--blu);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .hp-bisogno-obj:hover .omino-icona,
    .img-cerchio-big-cont:hover .omino-icona {
        fill: var(--bianco);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .hp-bisogno-obj:hover .hp-bisogno-icona,
    .img-cerchio-big-cont:hover .icona-sezioni  {
        border: 2px solid var(--blu);
        background-color: var(--blu);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
}

@media only screen and (min-width:320px) and (max-width:1279px) {
    main {
        padding-top: 70px;
    }
    /*#menu-header-cont,
    #menu-header-right {
        display: none;
    }
    */
    /* Logo Top */
    #logo-header {
        display: block;
        float: left;
        width: 115px
    }
    #logo-img-omino {
        height: 32px;
        margin: 19px 10px 19px 0px;
    }
    #logo-img-scritta {
        height: 20px;
        padding: 25px 0px;
    }

    header {
        height: 70px;
    }
    #menu-header {
        display: block;
        height: 70px;
    }
    #menu-header-cont {
        display: none;
        float: left;
        width: 100%;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 70px;
        left: 100%;
        height: calc(100vh - 70px);
        height: calc((var(--vh, 1vh) * 100) - 70px);
        background-color: var(--viola);
        overflow-y: auto;
    }
    #menu-header-cont.menuin {
        display: block;
        animation: menuin 0.25s linear forwards;
    }
    #menu-header-cont.menuout {
        display: block;
        animation: menuout 0.25s forwards;
    }
    .menu-header-el-13 {
        width: 100%;
    }
    #menu-header-cont .nav-top-int i {
        color: white;
    }
    #menu-header-cont .menu-header-sel {
        display: none;
    }
    #menu-header-cont .nav-top-int {
        color: white;
        font-weight: 700;
        display: block;
        float: left;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        height: 70px;
        line-height: 70px;
        padding: 0px 30px;
        text-align: left;
        position: relative;
        box-sizing: border-box;
    }
    .menu-header-el {
        border-bottom: 1px solid #fff;
    }
    #menu-header-cont .nav-top-int i {
        display: none;
    }
    .menu-header-toggle-drop-down {
        display: block;
    }
    .menu-header-drop-down {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        /* justify-content: space-evenly; */
        float: left;
        position: static;
        background-color: var(--viola-menu);
        text-align: left;
        box-shadow: unset;
        padding: 10px 0px;
    }
    .menu-header-drop-down-el {
        display: block;
        float: left;
        width: 100%;
        font-size: 18px;
        line-height: 40px;
        font-weight: 400;
        color: white;
        box-sizing: border-box;
        padding: 0px 30px;
    }
    #menu-header-right {
        position: static;
        width: 100%;
        height: auto;
        padding: 0px 0px 30px 0px;
    }
    #menu-header-right .btn {
        display: block;
        width: 100%;
        color: white;
        background-color: unset;
        border: unset;
        box-sizing: border-box;
        padding: 0px 30px;
        text-align: left;
        font-size: 20px;
        line-height: 40px;
    }
    #burger-menu {
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    main {
        padding-top: 70px;
    }
    #hp-sec-1 .max_w50pe,
    #hp-sec-4 .max_w50pe {
        max-width: 80%;
    }
    .numeri-text {
        font-size: 44px;
    }
    .numeri-text-dida {
        font-size: 15px;
        line-height: 20px;
        padding: 0px 20px 0px 20px;
    }
    .hp-bisogno-obj {
        width: calc(100% / 3);
        margin-bottom: 50px;
    }
    .fascia-cura-img-cont {
        width: calc(100% - 20px);
        height: 350px;
    }
    .img-cerchio-big-cont {
        width: 330px;
        height: 330px;
    }
    .lista-prestazioni {
        padding-left: 0px;
    }
    .servizio-prestazione {
        padding: 60px 0px;
    }
    .img-cerchio-small-cont {
        width: 230px;
        height: 230px;
    }
    .servizio-prestazione .img-cerchio-small-cont {
        margin-right: 20px;
    }
    .servizio-prestazione-text {
        width: calc(100% - 250px);
    }
    .staff-obj {
        width: calc((100% - 20px) / 2);
    }
    .staff-obj-img {
        width: calc((100vw - 60px) / 2);
        height: auto;
    }
    .staff-img-text-cont-sx {
        width: calc(50% - 150px);
        padding-right: 0px;
    }
    .staff-text-cont-dx {
        width: calc(50% + 130px);
        float: right;
    }

}
@media only screen and (min-width:220px) and (max-width:767px) {
    main {
        padding-top: 70px;
    }
    .logo-img-omino {
        height: 40px;
        padding: 25px 0px;
    }
    .logo-img-scritta {
        height: 20px;
        padding: 20px 0px;
    }
    #hp-sec-1 .max_w50pe {
        max-width: 100%;
    }
    #hp-sec-5 h3,
    #hp-sec-7 h3,
    #hp-contatti-titolo-cont,
    #hp-sec-8 h3 {
        margin-bottom: 40px;
    }
    .text-cover {
        font-size: 22px;
        line-height: 38px;
    }
    .img-cover-cont {
        height: calc(100vh - 240px);
        min-height: 500px;
    }
    .fascia-numeri {
        height: 240px;
    }
    .hp-numeri-cont {
        width: 100%;
        height: 100%;
        display: block;
        padding: 50px 0px;
        box-sizing: border-box;
    }
    .hp-numeri-obj {
        width: 100%;
        padding-bottom: 20px;
    }
    .fascia-numeri {
        height: auto;
    }
    .numeri-text-dida {
        padding: 0px 20px;
    }
    .hp-bisogno-obj {
        width: calc(100% / 2);
        margin-bottom: 40px;
    }
    .hp-bisogno-titolo {
        font-size: 15px;
    }
    .titoli-medi-blu {
        font-size: 16px;
    }
    #hp-sec-3 .btn {
        margin-bottom: 40px;
    }
    #hp-sec-4 .max_w50pe,
    #hp-sec-5 .max_w50pe {
        max-width: 100%;
    }
    #titolo-contatti-grazie {
        font-size: 30px;
        line-height: 35px;
    }
    .hp-contatti-left,
    .hp-contatti-right {
        width: 100%;
    }

    .slider-obj,
    .slider-obj img {
        width: 150px;
        height: 150px;
    }
    #slider-cont,
    #slider {
        height: 150px;
    }

    .fascia-cura-img-cont {
        width: 100%;
        height: 300px;
        padding-bottom: 40px;
    }
    .img-text-cont {
        display: block;
    }

    .fascia-cura {
        height: auto;
        padding-bottom: 40px;
    }
    .slider-obj {
        width: 160px;
        height: 160px;
        padding-bottom: 15px;
    }
    .half-input-cont {
        width: 100%;
    }
    .fascia-newsletter {
        height: auto;
        padding-bottom: 40px;
    }
    #privacy-label.max_w75pe {
        max-width: 100%;
        padding-bottom: 20px;
    }
    .hp-contatti-left.max_w50pe,
    .hp-contatti-right.max_w50pe {
        max-width: 100%;
    }
    .contatti-icona {
        width: 7%;
    }
    .contatti-mappa-cont {
        height: 300px;
    }
    .contatti-titolo {
        width: 92%;
        font-size: 18px;
        line-height: 20px;
    }
    .contatti-link {
        width: 100%;
        display: block;
        float: left;
        font-size: 18px;
        line-height: 20px;
    }
    footer {
        height: auto;
    }
    .footer-menu-cont {
        padding-top: 10px;
    }
    .footer-sx-cont {
        width: 55%;
        padding-bottom: 30px;
    }
    .footer-dx-cont {
        width: 45%;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
    #logo-footer img {
        margin-bottom: 20px;
    }
    .servizio-cont .w_50pe {
        width: 100%;
    }
    .lista-prestazioni {
        padding-left: 0px;
    }
    #servizio-pg-top h1 {
        margin-bottom: 0px;
    }
    .anchor-box {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .text-anchor {
        font-size: 16px;
        line-height: 20px;
        width: calc(100% - 40px);
        display: inline-block;
        float: right;
    }
    .icona-servizi-freccia i,
    .icona-freccia-indietro i {
        line-height: 20px;
        font-size: 12px;
    }
    .servizio-prestazione {
        padding: 60px 0px;
    }
    .servizio-prestazione-text {
        width: 100%;
        margin-top: 40px;
    }
    .servizio-cont {
        display: block;

    }
    /*#servizi-list .servizio-cont:nth-child(even) {
        flex-flow: unset;
    }*/
    .servizio-cont .w_50pe,
    .fascia-palestra .w_50pe {
        width: 100%;
        max-width: 100%;
    }
    .servizio-cont .img-cerchio-big-cont {
        float: left;
    }
    .img-cerchio-big-cont {
        display: block;
        width: 300px;
        height: 300px;
        margin: 30px 0px;
    }
    .fascia-palestra {
        padding: 20px 0px 40px 0px;
    }
    .bkg-img-big-cont {
        height: calc((var(--vh, 1vh) * 70) - 70px);
    }
    #filosofia-pg h1 {
        width: 100%;
    }
    .testo-blocco-cont {
        display: block;
    }
    .testo-blocco-dx,
    .testo-blocco-basic {
        margin-top: 20px;
        width: 100%;
    }
    #filosofia-pg-blk1 .testo-img-cont {
        display: block;
    }
    .corsi-row {
        padding: 40px 0px 0px 0px;
    }
    .info-corsi-cont {
        display: block;
    }
    .info-corsi-cont .corsi-row-testo,
    .info-corsi-cont .corsi-row-legenda {
        width: 100%;
    }
    .img-cerchio-small-cont,
    #corsi-pg .img-cerchio-small-cont {
        float: left;
        margin-right: 0px;
    }
    .staff-obj {
        width: 100%;
    }
    .staff-img-text-cont-sx {
        width: 100%;
        padding-right: 0px;
    }
    .staff-text-cont-dx {
        margin-top: 40px;
        width: 100%;
    }
    #contatti-info .w_50pe {
        width: 100%;
    }
    .text-cover-medium {
        line-height: 32px;
        margin-top: 20px;
    }

    .contatti-mappa-cont {
        margin-top: 20px;
    }
    .convenzioni-cont {
        gap: 25px;
    }
    .convenzioni-obj {
        width: 150px;
        height: 150px;
    }
    .convenzioni-obj img {
        max-width: 150px;
        max-height: 150px;
    }
    .convenzioni-cont.mb_100 {
        margin-bottom: 0px;
    }

    .accordion-price-titolo {
        width: 70px;
        min-height: 40px;
        padding-right: 10px;
        font-size: 11px;
        line-height: 13px;
    }
    .accordion-price {
        width: 80px;
        font-size: 14px;
        line-height: 17px;
        padding: 8px 10px 8px 0px;
        box-sizing: border-box;
    }
    .accordion-text {
        width: calc(100% - 160px);
        font-size: 14px;
        line-height: 17px;
        padding: 8px 0px 8px 10px;
    }
    .text-cover-small-accordion {
        padding-left: 10px;
    }
    .accordion-chiuso i {
        padding-right: 10px;
    }
    #convenzioni-cont {
        gap: 25px;
    }
    .convenzioni-obj {
        height: auto;
        width: calc((100% - 25px) / 2);
    }
    #convenzioni-cont img {
        width: 100%;
        max-height: 100%;
        height: auto;
    }

    /*

    .descrizione-contatti {
        padding: 0px 0px 25px 0px;
    }
    .staff-singolo-cont .titolo-pagine {
        padding-top: 40px;
    }
    .servizio-cont .max_w50pe {
        max-width: 100%;
    }
    #servizio-cont-generic .servizio-cont:nth-child(odd),
    #palestra-cont-generic .servizio-cont:nth-child(odd){
        display: flex;
        flex-direction: column;
    }
    #servizio-cont-generic .servizio-cont:nth-child(even),
    #palestra-cont-generic .servizio-cont:nth-child(even) {
        display: flex;
        flex-direction: column-reverse;
    }
    .img-cerchio-big-cont {
        width: 300px;
        height: 300px;
        margin: 30px 0px;
    }
    .icona-cerchio-dx,
    .icona-cerchio-sx {
        width: 80px;
        height: 80px;
    }
    .fascia-palestra {
        height: auto;
        padding: 20px 0px 40px 0px;
    }
    .img-text-cont .max_w50pe {
        max-width: 100%;
    }
    .bkg-img-big-cont {
        height: 400px;
    }
    .text-cover-cont {
        padding-top: 0px;
    }
    #hp-sec-1 .text-cover-cont {
        padding-top: 90px;
    }
    .text-cover-cont .max_w50pe {
        max-width: 100%;
    }
    .testo-blocco-cont,
    .testo-img-cont {
        display: block;
        gap: 0px;
    }
    .testo-blocco-basic {
        width: 100%;
    }
    .testo-blocco-dx {
        width: 100%;
        margin-top: 20px;
    }
    .img-cover-half-cont {
        height: 300px;
        margin-bottom: 40px;
    }
    .testo-blocco-basic {
        padding-bottom: 20px;
    }
    .titolo-sezioni.pl_100 {
        padding-left: 0px;
    }
    .icona-servizi-freccia {
        padding: 0px 20px 0px 0px;
    }
    .btn-blu.ml_100 {
        margin-left: 0px;
    }
    .corsi-bkg-bianco {
        padding: 60px 0px;
    }
    .img-cerchio-small-cont.mr_80 {
        margin-right: 80px;
    }
    .text-servizio-cont {
        width: 100%;
        margin-top: 40px;
    }
    .info-corsi-titolo-cont,
    .info-corsi-info-cont {
        width: 100%;
    }
    .servizio-singolo-cont {
        padding: 60px 0px;
    }
    .accordion-price-titolo {
        width: 70px;
        min-height: 40px;
        padding-right: 10px;
        font-size: 11px;
        line-height: 13px;
    }
    .accordion-price {
        width: 80px;
        font-size: 14px;
        line-height: 17px;
        padding: 8px 10px 8px 0px;
        box-sizing: border-box;
    }
    .accordion-text {
        width: calc(100% - 160px);
        font-size: 14px;
        line-height: 17px;
        padding: 8px 0px 8px 10px;
    }
    .text-cover-small-accordion {
        padding-left: 10px;
    }
    .accordion-chiuso i {
        padding-right: 10px;
    }
    .text-cover-small,
    .text-staff {
        font-size: 18px;
    }
    #hp-sec-4 .titolo-sezioni,
    #hp-sec-4 .text-cover-small {
        text-align: right;
    }
    #hp-sec-4 .btn {
        float: right;
    }
    */
}
@keyframes menuin {
    0% {
        left: 100vw;
    }
    1% {
        left: 100vw;
    }
    100% {
        left: 0px;
    }
}
@keyframes menuout {
    0% {
        left: 0vw;
    }
    99% {
        left: 100vw;
    }
    100% {
        left: 100vw;
    }
}
