a,
h1,
h2,
h3,
h4,
h5,
h6,
body {
    font-family: 'Inter', sans-serif;
}

body {
    background: #FFFFFF;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo {
    z-index: 99999;
}

.slider {
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
}

.dflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    align-content: center;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

h2 {
    font-size: 54px;
    font-weight: 400;
    line-height: 1.2;
    color: #E11A87;
    margin-bottom: 15px;
}

h2 em {
    font-family: 'Playfair Display', 'serif';
    font-weight: 400;
}

.home h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.fucsia_dark h2 .fucsia h2,
.blue h2 {
    color: #FFFFFF;
}

.blocco_testo li {
    color: #000000;
    font-size: 19px;
    line-height: 1.4;
}

.fucsia .blocco_testo li {
    color: #FFFFFF;
}

p {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000000;
}

p.byline {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}

.tabs,
.tabs-content {
    border: initial;
    background: #FFFFFF;
}

.tabs-title>a {
    display: block;
    padding: 0;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    color: #E11A87;
    margin-right: 39px;
    text-transform: uppercase;
    opacity: 0.5;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: initial;
    opacity: 1;
    border-bottom: 5px solid;
    color: #E11A87;
}

.tabs-title>a:hover {
    background: initial;
    color: #E11A87;
    opacity: 1;
}

.tabs-panel {
    display: none;
    padding: 80px 0;
    padding-bottom: 0;
}

.row {
    max-width: 1280px;
}

.top-bar,
.top-bar ul {
    background-color: #FFFFFF;
}

.white {
    background-color: #FFFFFF;
    color: #000000;
}

.home .white {
    padding: 100px 0;
}

.blue {
    background-color: #4A6AC9;
    color: #FFFFFF;
}

.fucsia {
    background-color: #E11A87;
    color: #FFFFFF;
}

.row-large {
    max-width: 1920px;
}

.row-small {
    max-width: 850px;
}

.padding-top {
    padding-top: 100px;
}

footer.footer {
    margin-top: 0;
    padding: 50px 0;
    padding-bottom: 30px;
    background-color: #E11A87;
}

footer.footer .menu.vertical a {
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}

footer.footer p.source-org.copyright {
    margin-bottom: 0;
    margin-top: 60px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
}

footer.footer .logo_footer img {
    width: 300px;
    margin: 0 auto;
    display: block;
}

footer.footer a {
    color: #FFFFFF;
}

footer.footer ul.icone_social {
    margin-left: 0;
    list-style: none;
    margin-bottom: 100px;
}

.fucsia_dark {
    background-color: #C61275;
    color: #FFFFFF;
}

.text-align-right {
    text-align: right;
}

footer.footer .text-align-right p {
    font-size: 21px;
    color: #FFFFFF;
    font-weight: 700;
}

footer.footer .icone_social li {
    display: inline-block;
    margin-left: 25px;
}

.addlink .icone_social a {
    background-color: initial;
    padding: 0;
    border-radius: 0;
    font-size: initial;
}

.fucsia_dark .addlink a .addlink a:hover {
    background-color: #FFFFFF;
    color: #E11A87;
}

.fucsia .addlink a {
    background-color: #AF0061;
}

h4 {
    color: #E11A87;
    font-weight: 300;
    margin-bottom: 40px;
}

.addlink a {
    background-color: #E11A87;
    color: #FFFFFF;
    border: 2px solid #E11A87;
    font-weight: 600;
    padding: 15px 50px;
    border-radius: 35px;
    font-size: 18px;
    transition: background-color 0.3s ease, border 0.3s ease;
    margin: 15px 0;
    display: inline-block;
    cursor: pointer;
}

a.negative {
    margin-left: 20px;
}

.fucsia_dark .addlink a {
    background-color: #FFFFFF;
    color: #E11A87;
    border: 2px solid #FFFFFF;
}

a.negative {
    background-color: initial;
    color: #E11A87;
    border: 2px solid;
}

.addlink a:hover {
    background-color: #9C0257;
    color: #FFFFFF;
    border: 2px solid #9C0257;
}

.addlink .icone_social a:hover {
    background-color: initial;
}

header .medium-horizontal.menu a {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    padding: 0;
}

header .medium-horizontal.menu {
    transform: translateY(100%);
    z-index: 9;
}

header .menu.medium-horizontal li {
    margin-left: 40px;
}

.submenu-toggle::after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: initial;
    content: url(../images/arrow.svg);
    border-bottom-width: 0;
    border-top-style: initial;
    border-color: initial;
    right: 5px;
    left: initial;
    margin-top: 0;
    top: 5px;
    position: absolute;
    font-size: 22px;
    width: 20px;
}

.submenu-toggle[aria-expanded=true]::after,
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
    right: 0 !important;
    top: 33px !important;
}

.visual_home h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
    width: auto;
}

.visual_home {
    height: 650px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFFFFF;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.visual_home:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    left: 0;
    top: 0;
}

.visual_home .row.addlink {
    position: relative;
    z-index: 9;
}

.img_big img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130% !important;
    max-width: initial;
}

.centra {
    align-items: center;
}

video {
    width: 100%;
    cursor: pointer;
}

.tabs-content p {
    font-size: 20px;
    line-height: 28px;
    color: #E11A87;
    padding-right: 200px;
    margin-bottom: 30px;
}

.tabs-content p a {
    line-height: inherit;
    color: #E11A87;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

header .menu.medium-horizontal .submenu li {
    margin-left: 0;
}

/* ul.menu.submenu.is-dropdown-submenu.first-sub.vertical {
    padding: 10px;
    border: 1px solid #FFF;
    min-width: 240px;
    right: initial;
    left: -10px;
} */

header .medium-horizontal.menu .submenu a {
    position: relative;
    font-size: 16px;
    line-height: 1.3;
}

.fucsia_dark a,
.fucsia a {
    color: #FFFFFF;
}

.padding-all {
    padding: 80px 0;
}

.fucsia_dark h2,
.fucsia h2 {
    color: #FFFFFF;
}

.link p {
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-decoration-line: underline;
    font-weight: 700;
    font-size: 19px;
}

header.article-header img {
    width: 100%;
}

article {
    margin-bottom: 80px;
}

.first p.byline {
    margin-top: 0;
}

.dropdown.menu .is-active>a {
    color: #AF0061;
}

.menu .active>a {
    background: initial;
    color: #AF0061 !important;
    width: fit-content;
}

.blog h1,
.archive h1,
.page-template-default h1,
.page-template-page-sidebar h1,
.page-template-page-gallery h1,
.page-template-page-gallery-alt h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #E11A87;
}

.blog article p,
.archive article p {
    font-size: 17px;
    line-height: 1.4;
}

.blog article,
.archive article {
    margin-bottom: 25px;
}

.blog article .maschera img,
.archive article .maschera img {
    width: 60px !important;
    margin-left: 5px;
    margin-top: 5px;
}

.blog .fucsia h1,
.archive .fucsia h1,
.page-template-default .blue h1,
.page-template-default .fucsia h1 {
    color: #FFFFFF;
}

.page-id-305.page-template-default h1,
.page-id-125.page-template-default h1 {
    margin-top: 25%;
}

.page-template-default h2 {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.2;
}

.page-template-default h3 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
}

.page-template-default h4 {
    font-size: 37px;
    font-weight: 400;
    line-height: 43px;
    margin-bottom: 25px;
}

.page-template-default h5 {
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

section.visual {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 1920px;
    margin: 0 auto;
}

.page-template-page-chi_siamo-php .contenuto_pagina p {
    margin-bottom: 0;
    margin-top: 20px;
}

.page-template-page-chi_siamo-php .contenuto_pagina .fucsia h2 {
    color: #FAB9B0;
    font-size: 41px;
    line-height: 50px;
}

.page-template-page-chi_siamo-php .contenuto_pagina .fucsia .txt.spost {
    position: absolute;
    bottom: 0;
}

.fascia_immagine {
    height: 600px;
    background-size: cover;
    background-position: center center;
}

.single section.visual {
    height: 800px;
}

.single h1 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 15px;
    color: #E11A87;
}

ul.post-categories {
    margin-left: 0;
    list-style: none;
}

.post-categories a {
    color: #AF0061;
    font-size: 25px;
    font-weight: 700;
}

.page-template-wpmm-page-template {
    position: relative;
    background-color: rgb(227 41 158 / 65%);
}

.page-template-wpmm-page-template img {
    height: 650px;
    width: auto;
    display: block;
    margin: 0 auto;
    transform: translateY(20%);
}

.error404 .contenuto_pagina {
    text-align: center;
    padding: 80px 0;
}

.error404 .contenuto_pagina h1.err {
    font-size: 200px;
    font-weight: 800;
}

a.link_img {
    color: #FFFFFF;
    position: relative;
    display: block;
    z-index: 999;
}

.campo_slider a.link_img {
    position: initial;
}

.maschera {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 35%);
    transform: translateZ(0) scale(0);
    opacity: 0;
}

.maschera img {
    position: relative;
    width: 100px !important;
    margin-left: 15px;
    margin-top: 15px;
}

a.link_img:hover .maschera {
    animation: maschera 0.3s forwards;
}

footer.footer .menu .active>a {
    border-bottom: none;
    color: #FFF !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

footer.footer .addlink a {
    background-color: #FFFFFF;
    color: #E11A87;
    border: 2px solid #FFFFFF;
}

header .menu.medium-horizontal li {
    display: inline-table;
    width: 200px;
    margin-left: 0;
    padding-right: 15px;
}

header .menu.medium-horizontal>li {
    width: auto;
}

/* header ul.menu.submenu.is-dropdown-submenu.first-sub.vertical {
    padding: 0;
    right: 0;
    left: 0;
    position: relative;
    min-width: 120px;
} */

header .medium-horizontal.menu {
    z-index: 9;
    transform: initial;
    text-align: left;
}

/* header .menu.medium-horizontal .submenu li {
    margin-left: 0;
    width: auto;
    display: contents;
    text-align: left;
} */

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    padding-right: 1.9rem;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    position: relative;
    padding-right: 26px;
}

.menu.submenu {
    padding-bottom: 25px;
}

.page-template-page-people-php h1 {
    color: #F4436C;
    font-size: 45px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}

.page-template-page-chi_siamo-php .maschera img {
    width: 70px !important;
}

.menu.submenu {
    max-width: 80px;
}

.contenuto_pagina {
    position: relative;
}

p#breadcrumbs {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}

span.breadcrumb_last {
    font-weight: 600;
    color: #FFFFFF;
}

.background_bread.neutro span.breadcrumb_last {
    font-weight: 600;
    color: #E11A87;
}

.blue p,
.fucsia p,
.fucsia_dark p,
.visual_home p {
    color: #FFFFFF;
}

p#breadcrumbs a {
    color: #FFF;
}

span.separatore {
    display: inline-block;
    width: 18px;
    height: 10px;
    content: url(../images/arrow_right.svg);
    margin-top: 0;
    top: 0;
    position: relative;
}

section.background_bread {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 5px 0;
    color: #FFFFFF;
}

section.background_bread.fucs {
    background-color: #E11A87;
}

section.background_bread.neutro {
    background-color: rgb(198 17 117 / 8%);
    color: #E11A87;
}

section.background_bread.neutro p#breadcrumbs a {
    color: #E11A87;
}

section.background_bread.blu {
    background-color: #405aa8;
}

section.background_bread.neutro span.separatore {
    content: url(../images/arrow_right_f.svg);
}

.page-template-page-people-php .fucsia {
    background-color: #AF0061;
    color: #FFFFFF;
}

.page-template-page-people-php section.background_bread {
    background-color: #8B004D;
}

.page-template-page-people-php footer.footer {
    background-color: #AF0061;
}

.page-template-page-people-php .addlink p a {
    background-color: #F4436C;
}

.block_slider {
    /* height: 480px;
    overflow: hidden; */
    position: relative;
}

.block_slider .link_img>img {
    width: 100%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    height: 100%;
    top: 22px;
    right: 0;
    padding: 0 20px;
    background-color: rgb(0 0 0 / 8%);
    color: #FFFFFF;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    height: 100%;
    top: 22px;
    left: 0;
    padding: 0 20px;
    background-color: rgb(0 0 0 / 8%);
    color: #FFFFFF;
}

.custom-page-slider {
    padding: 0 40px;
}

/* .lb-nav {
    display: none !important;
} */

.lightbox .lb-image {
    border-radius: 0;
    border: 0;
}

.lb-outerContainer {
    background-color: #9C0257;
}

.lb-cancel {
    width: 150px;
    height: 150px;
    background: url(../images/logo_bianco.svg) no-repeat;
    background-size: 100%;
}

.menu_panino span {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #E11A87;
    position: relative;
    display: block;
    opacity: 1;
}

.menu_panino span:nth-child(2) {
    margin: 8px 0;
}

.menu a[aria-expanded="false"] .menu_panino span {
    transform: rotate(0);
    transition: transform 1s ease, opacity 0.3s;
}

.menu a[aria-expanded="true"] .menu_panino span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 10px;
    transition: transform 1s ease, opacity 0.3s;
}

.menu a[aria-expanded="true"] .menu_panino span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s;
}

.menu a[aria-expanded="true"] .menu_panino span:nth-child(3) {
    transform: rotate(-45deg);
    top: -12px;
    transition: transform 1s ease, opacity 0.3s;
}

.white .blocco_testo h4 {
    color: #E11A87 !important;
}

.off-canvas {
    background: #AF0061;
}

.off-canvas .accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
    right: 20px !important;
    top: 28px !important;
}

.off-canvas img {
    width: 100px;
    display: block;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-top: 10px;
}

.off-canvas .menu.submenu {
    max-width: initial;
    padding-bottom: 5px;
    background-color: #8B004D;
}

.off-canvas .menu a {
    margin-bottom: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
}

.off-canvas .menu .active>a {
    background: initial;
    color: #FFFFFF !important;
    width: 100%;
}

.off-canvas .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    right: 20px;
    top: 10px;
}

.page-template-page-chi_siamo-php .contenuto_pagina .fucsia .laboratori h2 {
    font-size: 31px;
    line-height: 33px;
}

.page-template-page-chi_siamo-php .contenuto_pagina .fucsia .laboratori .img {
    margin-bottom: 15px;
}

/*
.page-id-305 .contenuto_pagina ul {
    column-count: 2;
}

.page-id-305 .contenuto_pagina ul li {
    font-size: 20px;
    padding-right: 15px;
}*/

::marker {
    color: #E11A87;
}

.fucsia ::marker,
.blue ::marker {
    color: #FFFFFF;
}

.page-id-125 .blocco_testo li {
    font-size: inherit;
    margin-bottom: 16px;
}

.page-id-125 .white .blocco_testo h5 {
    color: #E11A87;
}

.page-id-305.page-template-default h1 {
    margin-top: 13%;
}

li {
    font-size: 20px;
}

.contenuto_pagina .white a {
    color: #E11A87;
}

.contenuto_pagina .white .addlink a,
.contenuto_pagina .fucsia .addlink a {
    color: #FFFFFF;
}


.contenuto_pagina .blue a {
    color: #FFFFFF;
}

button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    display: none !important;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header,
#cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header,
#cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header,
#cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div {
    background-color: #4A6AC9;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    content: url(../images/arrow.svg);
    border: none;
    width: 10px;
    height: 10px;
    display: block;
    margin: 0;
    top: 0;
    right: 10px;
}

footer.footer ul.icone_social a,
footer.footer p.source-org.copyright a {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

footer.footer ul.icone_social a:hover,
footer.footer p.source-org.copyright a:hover {
    opacity: 1;
}

#cmplz-document p,
.editor-styles-wrapper .cmplz-unlinked-mode p,
#cmplz-document li,
.editor-styles-wrapper .cmplz-unlinked-mode li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 20px;
}

#cmplz-document h2,
.editor-styles-wrapper .cmplz-unlinked-mode h2,
#cmplz-document h3,
.editor-styles-wrapper .cmplz-unlinked-mode h3 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0;
    text-transform: initial;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.img_anteprima {
    margin-bottom: 25px;
}

.no_resp {
    display: block;
}

.si_resp {
    display: none;
}

.blue .addlink a {
    background-color: #405aa8;
}

.blue .addlink a:hover {
    background-color: #344b8f;
}

/* .visual_home_copertina {
    height: 700px;
    background-size: cover;
    background-position: center center;
} */

#slb_viewer_wrap .slb_theme_slb_default .slb_container {
    box-shadow: 0 !important;
    border-radius: 0 !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
    padding: 0 !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_details {
    display: none !important;
}

#gallery-1 img {
    border: 0 !important;
}

dl.gallery-item {
    padding: 5px !important;
    margin: 0 !important;
}

.blog .intro img,
.archive .intro img {
    width: 280px;
    margin: 0 auto;
    display: block;
}

.blog article h3 a,
.archive article h3 a {
    color: #E11A87;
}

.blog article h3,
.archive article h3 {
    margin-bottom: 10px;
}

.position-right {
    width: 300px;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.blocco_testo ol {
    margin-left: 35px;
    margin-bottom: 50px;
}

.top-bar a img {
    border: 0;
    width: 120px;
}

.el_logo img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.page-template-page-gallery a.link_img {
    padding: 20px;
}

.page-template-page-gallery-alt .container-img-gallery-alt {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.page-template-page-gallery-alt .container-img-gallery-alt .img img {
    max-width: 200px;
    max-height: 150px;
    width: 100%;
    height: auto;
}

.page-template-page-gallery-alt .container-img-gallery-alt .img:first-child {
    width: 100%;
    text-align: center;
}

.page-template-page-gallery-alt .container-img-gallery-alt .img:first-child img {
    max-width: 550px;
    max-height: 300px;
    margin: 0 auto;
}

.page-template-page-gallery-alt .container-content-page {
    padding-top: 3rem;
}

@media (max-width: 550px) {
    .page-template-page-gallery-alt .container-img-gallery-alt {
        flex-direction: column;
        gap: 2rem;
    }
}


.logo_block img {
    margin: 0 auto;
    display: block;
}

.blocco_testo li {
    margin-bottom: 15px;
}

.slide_h {
    height: 650px;
    background-size: cover;
    background-position: center center;
}

.fucsia_scuro {
    background-color: #a21563;
    color: #FFFFFF;
}

.fucsia_scuro h2 {
    color: #FFFFFF;
}

.slider-year .swiper-button-next.swiper-button-disabled,
.slider-year .swiper-button-prev.swiper-button-disabled,
.slider-year .swiper-button-prev,
.slider-year .swiper-rtl .swiper-button-next,
.slider-year .swiper-button-next,
.slider-year .swiper-rtl .swiper-button-prev {
    background-color: initial;
}

.slider-year {
    padding: 0 80px;
}

.slider-year .block {
    margin: 30px;
}

.slider-year .img {
    margin-bottom: 15px;
}

.slider-year .block p,
.slider-year .block h3 {
    margin-bottom: 15px;
}

.slider-year .swiper-slide {
    width: 60%;
}

.slider-year .swiper-slide:nth-child(2n) {
    width: 40%;
}

/* .swiper-slide:nth-child(3n) {
    width: 40%;
} */

.padding-all-mini {
    padding: 30px 0;
}

.full_img {
    display: block;
}

.resp_img {
    display: none;
}

.menu_small ul {
    margin-left: 0;
    list-style: none;
}

.menu_small li {
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
}

.menu_small ul li {
    margin-left: 0;
    list-style: none;
}

.menu_small ul {
    text-align: right;
}

.doppio-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu_large {
    margin-bottom: 0;
}

a.dona_ora {
    text-align: center;
    height: 100%;
    background-color: #E11A87;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
    color: #FFFFFF;
    transition: background-color 0.3s ease;
}

a.dona_ora:hover {
    background-color: #9C0257;
    color: #FFFFFF;
}

div.top-bar {
    padding-bottom: 20px;
}

.menu a.logo {
    padding: 0;
}

.menu_small a {
    margin-left: 25px;
    color: #000000;
}

.educazione h4,
.centri h4 {
    position: relative;
}

.centri img {
    border-radius: 20px;
}

.centri h4:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -130px;
    width: 110px;
    height: 2px;
    background-color: #E11A87;
}

.fondazione img {
    margin: 0 auto;
    display: block;
    width: 420px;
}

.sostieni img {
    margin: 0 auto;
    display: block;
    width: 300px;
}

.educazione h4:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 350px;
    height: 2px;
    background-color: #E11A87;
}

.educazione img {
    width: 230px;
    margin: 0 auto;
    display: block;
}

.icona {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    margin-bottom: 15px;
}

.icona h3 {
    margin-bottom: 0;
    margin-left: 15px;
    color: #E11A87;
}

.intro {
    margin-bottom: 30px;
}

.dati p {
    font-size: 16px;
}

section.numeri {
    background-color: #F4F4F4;
}

.txt_concerto {
    text-align: center;
    margin-top: 50px;
}

.home .news h3 {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
}

.home .news h3 a {
    color: #000000;
}

.home .news p {
    font-size: 16px;
    line-height: 1.3;
}

.fucsia h4 {
    color: #FFFFFF;
}

.icone_social img {
    height: 25px;
}

.tax-settore .txt h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
}

.tax-settore .maschera img {
    position: relative;
    width: 70px !important;
    margin-left: 10px;
    margin-top: 10px;
}

.tax-settore .img img {
    width: 100%;
}

.tax-settore .txt {
    margin-bottom: 30px;
}

.page-navigation {
    text-align: center;
}

.pagination a,
.pagination button,
.pagination span {
    font-size: 25px;
}

.pagination .current {
    background: #E11A87;
    border-radius: 10px;
}

.pagination a,
.pagination button {
    border-radius: 10px;
}

.single-persona h1 {
    color: #FFFFFF;
}

.contenuto_pagina .txt {
    margin-top: 15px;
}

.is-dropdown-submenu {
    border: 1px solid #cacaca;
    background: #FFFFFF;
    padding: 15px;
    border-radius: 15px;
    margin-top: 10px;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo>li.mega-menu-flyout ul.mega-sub-menu {
    background-color: #FFFFFF;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo li.mega-menu-row {
    border: 1px solid #f4f4f4;
    border-radius: 15px;
    padding: 5px;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo>li.mega-menu-flyout ul.mega-sub-menu {
    background: transparent;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo li.mega-menu-item {
    color: #000000;
    background-color: transparent !important;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: transparent;
    color: #000000;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    border: 1px solid #f4f4f4;
    border-radius: 15px;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    border: 1px solid #f4f4f4;
    border-radius: 15px;
    background-color: #FFFFFF;
    padding: 15px;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 5px 10px 5px 10px;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    padding: 10px;
}

.mega-etichetta a.mega-menu-link {
    font-weight: 700 !important;
    cursor: no-drop !important;
    color: #000000 !important;
}

.mega-link_speciale a.mega-menu-link {
    font-weight: 700 !important;
    color: #E11A87 !important;
}

.mega-link_speciale a.mega-menu-link:hover {
    color: #000000 !important;
}

#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    color: #000000;
}

span.mega-menu-description {
    display: none !important;
}

#mega-menu-wrap-main-nav-demo .mega-menu-toggle {
    background: transparent;
}

.visual_home h1 br {
    display: none;
}

@keyframes maschera {
    0% {
        transform: translateZ(0) scale(0);
        opacity: 0;
    }

    100% {
        transform: translateZ(0) scale(1);
        opacity: 1;
    }
}

.widget_pagine {
    padding: 20px;
    background-color: #fbeff5;
    border-radius: 15px;
}

.widget_pagine a {
    color: #E11A87;
    font-size: 18px;
}

.widget_pagine a:hover {
    color: #a61364;
}

.widget_pagine h3 {
    margin-bottom: 15px;
}

.page-id-1732 footer.footer {
    background-color: #4a6ac9;
}

.page-id-1732 footer.footer .addlink a {
    color: #4a6ac9;
}

ul.lista_persone {
    width: 100%;
    column-count: 3;
    margin-left: 30px;
}


ul.lista_persone a {
    display: inline-block;
    color: #000000;
}

ul.lista_persone a:hover {
    color: #AF0061;
}

ul.lista_persone a.no_link {
    color: rgb(180, 180, 180);
}

ul.lista_persone a.no_link:hover {
    color: initial;
}

ul.lista_persone a.no_link {
    cursor: no-drop;
    pointer-events: none;
}

.page-template-default .news h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.page-template-default .blue.news a {
    color: #FFFFFF;
}

.news p {
    font-size: 16px;
}

article {
    margin-bottom: 40px;
}

li.mega-menu-row {
    padding-bottom: 20px !important;
}

.page-id-1984 .dflex {
    align-items: center;
}

.icona img {
    height: 60px;
}

.blocco_testo a img {
    border: 1px solid #c5c5c5;
}

.page-navigation {
    width: 100%;
}

.blue .blocco_testo li {
    color: #FFFFFF;
}

div#risultati-eventi {
    width: 100%;
}

ul.anni-eventi {
    margin: 0;
    list-style: none;
}

ul.anni-eventi li {
    display: inline-block;
    margin-right: 30px;
}

#risultati-eventi section:nth-child(odd) {
    background-color: rgb(225 26 135 / 10%);
}

.padding-all-small {
    padding: 40px 0;
}

a.anno-link {
    color: #000000;
    opacity: 0.4;
}

a.anno-link.active {
    color: #000000;
    opacity: 1;
    font-weight: 700;
}

.card-evento p.data {
    text-transform: uppercase;
    font-size: 14px;
    color: #313bb1;
    font-weight: bold;
}

.card-evento p.luogo {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}

.card-evento p.ospiti {
    font-size: 17px;
    color: #4f4f4f;
    margin-bottom: 10px;
}

.card-evento .thumb {
    margin-bottom: 15px;
}

.card-evento h3 {
    color: #E11A87;
    margin-bottom: 10px;
}

.card-evento {
    margin-bottom: 25px;
}

.post-type-archive-evento .intro img {
    width: 340px;
}

.dflex.intestazione {
    align-items: center;
}

.visual_full,
.slider_full {
    display: block;
}

.visual_resp,
.slider_resp {
    display: none;
}

@media only screen and (max-width: 1440px) {
    .slide_h {
        height: 520px;
    }
}

@media only screen and (max-width: 1280px) {
    .slide_h {
        height: 450px;
    }

    h2 {
        font-size: 50px;
    }

    .tabs-title>a {
        font-size: 50px;
    }

    .visual_home h1 {
        font-size: 60px;
    }

    section.visual {
        height: 500px;
    }

    .fascia_immagine {
        height: 500px;
    }
}

@media only screen and (max-width: 1024px) {
    .tabs-title>a {
        font-size: 40px;
    }

    .visual_home h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 50px;
    }

    .tabs-panel {
        padding: 40px 0;
    }

    header .medium-horizontal.menu a {
        font-size: 17px;
    }

    header .medium-horizontal.menu {
        margin-top: 30px;
    }

    .page-id-305.page-template-default h1,
    .page-id-125.page-template-default h1 {
        margin-top: 0;
    }

    /* .visual_home h1 {
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
    } */
}

@media only screen and (max-width: 991px) {
    .visual_home h1 {
        font-size: 50px;
    }

    .top-bar .menu img {
        width: 100px;
    }

    .img_big img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100% !important;
        max-width: initial;
    }

    .menu_resp ul.menu {
        height: 100%;
        text-align: right;
    }

    .menu_resp .menu a {
        position: relative;
        transform: translateY(40%);
    }

    .page-template-default h1 {
        font-size: 51px;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .visual_home h1 br {
        display: block;
    }

    #mega-menu-wrap-main-nav-demo .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-main-nav-demo .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-main-nav-demo .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #E11A87;
    }

    #mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo>li.mega-menu-item.mega-current-menu-ancestor>a,
    #mega-menu-wrap-main-nav-demo .mega-menu-toggle+#mega-menu-main-nav-demo {
        background: #AF0061 !important;
    }

    #mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        background: #E11A87;
    }

    #mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo li.mega-menu-row {
        border: initial;
        border-radius: 0;
        padding: 0;
    }

    #mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        border: 0;
        border-radius: 0;
        background-color: #FFFFFF;
        padding: 5px;
    }

    #mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 5px 0 5px 0;
    }

    #mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
        padding: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    #mega-menu-wrap-main-nav-demo #mega-menu-main-nav-demo>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
    }

    div.top-bar {
        padding-bottom: 0;
        padding: 10px 0;
    }

    .visual_full,
    .slider_full {
        display: none;
    }

    .visual_resp,
    .slider_resp {
        display: block;
    }

    .slider_resp img {
        width: 100%;
    }

}

@media only screen and (max-width: 639px) {
    .visual_home:after {
        background-color: rgb(0 0 0 / 35%);
    }

    .full_img {
        display: none;
    }

    .resp_img {
        display: block;
    }

    .slider-year .block {
        margin: 0;
    }

    .slider-year {
        padding: 0 60px;
    }

    .page-template-wpmm-page-template img {
        height: auto;
        transform: translateY(0);
    }

    .tabs-title>a {
        font-size: 24px;
        margin-right: 25px;
    }

    .tabs-title>a:focus,
    .tabs-title>a[aria-selected=true] {
        border-bottom: 2px solid;
        padding-bottom: 7px;
    }

    .tabs-content p {
        padding-right: 0;
    }

    .home .white {
        padding: 60px 0;
    }

    /* .visual_home h1 {
        transform: inherit;
        position: absolute;
        top: 20px;
        font-size: 45px;
        line-height: 1.2;
    } */

    .top-bar,
    .top-bar ul {
        padding: 0;
    }

    h2 {
        font-size: 40px;
        line-height: 42px;
    }

    footer .vertical.menu {
        display: none;
    }

    footer.footer .logo_footer img {
        width: 210px;
        margin-bottom: 30px;
    }

    .text-align-right {
        text-align: center;
        margin-top: 20px;
    }

    footer.footer .icone_social li {
        margin-left: 0;
        margin: 0 10px;
    }

    footer.footer ul.icone_social {
        margin-bottom: 50px;
    }

    footer.footer p.source-org.copyright {
        margin-top: 20px;
        font-size: 16px;
    }

    footer.footer {
        padding-bottom: 20px;
    }

    .page-template-default h1 {
        font-size: 38px;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 30px;
    }

    .page-template-default h4 {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    li {
        font-size: 16px;
    }

    .padding-all {
        padding: 60px 0;
    }

    .page-template-default h2 {
        margin-bottom: 20px;
    }

    .blocco_testo {
        margin-bottom: 30px;
    }

    section.visual {
        height: 300px;
    }

    div#paragrafo {
        margin-top: 30px;
    }

    .block_slider {
        height: 340px;
    }

    .page-id-305 .contenuto_pagina .addlink a,
    .page-id-319 .contenuto_pagina .addlink a {
        display: block;
        width: 250px;
        text-align: center;
        margin: 20px auto !important;
    }

    .page-id-305 .contenuto_pagina .addlink a {
        width: 290px;
    }

    .page-id-305 .contenuto_pagina ul {
        column-count: 1;
    }

    .page-template-page-chi_siamo-php .contenuto_pagina .fucsia .txt.spost {
        position: relative;
    }

    .tabs-title {
        display: block;
        margin-bottom: 20px;
        float: none;
    }

    .img a img {
        border: 0;
        width: 100%;
    }

    .page-template-page-chi_siamo-php .contenuto_pagina .fucsia .laboratori h2 {
        font-size: 26px;
    }

    .tabs-panel {
        padding-bottom: 0;
    }

    .tabs-content p {
        margin-bottom: 0;
    }

    .page-id-305 .contenuto_pagina ul li {
        font-size: 16px;
        padding-right: 0;
    }

    #cmplz-document p,
    .editor-styles-wrapper .cmplz-unlinked-mode p,
    #cmplz-document li,
    .editor-styles-wrapper .cmplz-unlinked-mode li,
    #cmplz-document td,
    .editor-styles-wrapper .cmplz-unlinked-mode td {
        font-size: 16px;
    }

    .no_resp {
        display: none;
    }

    .si_resp {
        display: block;
    }

    .tabs-content {
        margin-bottom: 50px;
    }

    header .menu a {
        padding: 0.7rem 0;
    }

    .single h1 {
        font-size: 60px;
    }

    /* .visual_home_copertina {
        height: 280px;
    } */

    .submenu-toggle {
        background-color: #FFFFFF;
    }

    .home h3 {
        font-size: 35px;
    }

    .visual_home {
        background-position: right center;
    }

    .centri .dflex,
    .fondazione .dflex {
        flex-direction: column-reverse;
    }

    h4 {
        margin-bottom: 20px;
    }

    .educazione img,
    .centri img {
        margin-bottom: 30px;
    }

    .fondazione img {
        max-width: 250px;
        margin-bottom: 30px;
    }

    .sostieni img {
        max-width: 200px;
        margin-bottom: 30px;
    }

    .educazione h4:before,
    .centri h4:after {
        left: initial;
        width: 100px;
        right: 20px;
    }

    .educazione img {
        width: 170px;
    }

    a.negative {
        margin-left: 0;
    }

    header.article-header {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 350px) {
    .position-right {
        width: 270px;
        -webkit-transform: translateX(270px);
        -ms-transform: translateX(270px);
        transform: translateX(270px);
    }

    .off-canvas-content.is-open-right.has-transition-push {
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        transform: translateX(-270px);
    }
}