/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: pt_serif;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/PTSerif-Bold.ttf") format('truetype');
}

@font-face {
    font-family: pt_serif;
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/PTSerif-BoldItalic.ttf") format('truetype');
}

@font-face {
    font-family: pt_serif;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/PTSerif-Regular.ttf") format('truetype');
}

@font-face {
    font-family: pt_serif;
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/PTSerif-Italic.ttf") format('truetype');
}

@font-face {
    font-family: inter;
    font-style: normal;
    src: url("../fonts/Inter-VariableFont.ttf") format('truetype');
}

@font-face {
    font-family: inter;
    font-style: italic;
    src: url("../fonts/Inter-Italic-VariableFont.ttf") format('truetype');
}

/*--------------------------------------------------------------
# Colori Musei
--------------------------------------------------------------*/

.color-generale{
    color: #000000;
}

.color-castellina-museo{
    color: #602219;
}

.color-castellina-fuori{
    color: #02496C;
}

.bg-generale{
    background-color: #000000;
}

.bg-generale.hover-trasparent{
    background-color: #000000;
    transition: .3s;
}

.bg-generale.hover-trasparent:hover{
    background-color: transparent;
}

.bg-castellina-museo{
    background-color: #602219;
}

.bg-castellina-museo.hover-trasparent{
    background-color: #602219;
    transition: .3s;
}

.bg-castellina-museo.hover-trasparent:hover{
    background-color: transparent;
}

.bg-castellina-fuori{
    background-color: #02496C;
}

.bg-castellina-fuori.hover-trasparent{
    background-color: #02496C;
    transition: .3s;
}

.bg-castellina-fuori.hover-trasparent:hover{
    background-color: transparent;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: inter;
    font-weight: 500;
    color: #000;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: pt_serif;
}

img{
    max-width: 100%;
}

video{
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Accessibilità
--------------------------------------------------------------*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #ffffffe0;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 2px solid #02496C;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #02496C;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    color: #fff;
    border: 1px solid #515151;
}

.back-to-top i {
    font-size: 28px;
    line-height: 0;
}

.back-to-top:hover {
    background: #F0EBF2;
    color: #000;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #000;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 991;
    padding: 10px 0;
    overflow: visible;
}

#topbar .left{
    display: flex;
    align-items: center;
}

#topbar .left .link:first-child{
    padding-left: 0;
    border-left: 0;
}

#topbar .left .link{
    padding: 0 10px;
    border-left: 1px solid #fff;
}

#topbar .social-links a {
    color: #fff;
    line-height: 0;
    transition: 0.3s;
    margin-left: 10px;
}

#topbar .social-links a:first-child{
    margin-left: 0;
}

#topbar .social-links a:hover {
    color: white;
}

#topbar .right{
    display: flex;
    align-items: center;
}

#topbar .right a{
    color: inherit;
    cursor: pointer;
}

#topbar .right a.open-list{
    display: flex;
    align-items: center;
}

#topbar .right .open-list i {
    transition: transform 0.3s ease;
    display: block;
    margin-left: .5rem;
}

#topbar .right .open-list i.rotated {
    transform: rotate(180deg);
}

#topbar .right .list{
    display: block;
    z-index: 10000;
    position: absolute;
    background: #fff;
    color: black;
    width: max-content;
    height: auto;
    top: calc(100% + 20px);
    right: 0;
    list-style: none;
    margin-bottom: 0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

#topbar .right .list.show{
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

#topbar .right .list li{
    padding: 15px 20px;
}

#topbar .right .list li a{
    color: black;
}

#topbar .right .musei, #topbar .right .acquista, #topbar .right .account, #topbar .right .social-links,  #topbar .right .lang, #topbar .right .search, #topbar .right .cart{
    padding: 0px 10px;
    position: relative;
}

#topbar .right .musei, #topbar .right .acquista, #topbar .right .account, #topbar .right .social-links{
    border-left: 1px solid #fff;
    height: 100%;
}

#topbar .right .lang{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 100%;
}

#topbar .right .cart span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    height: 14px;
    width: 14px;
    background-color: #e6342b;
    display: flex;
    border-radius: 99px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {

    #topbar .left .link{
        font-size: 12px;
    }

    #topbar span{
        font-size: 12px;
    }

    #topbar .right a.open-list{
        font-size: 12px;
    }

}

@media (max-width: 576px) {

    #topbar .left .link{
        font-size: 10px;
    }

    #topbar .right a.open-list{
        font-size: 10px;
    }

    #topbar span{
        font-size: 10px;
    }

    #topbar .right .list li {
        padding: 10px 15px;
    }

    #topbar .right .musei, #topbar .right .acquista, #topbar .right .account, #topbar .right .social-links, #topbar .right .lang, #topbar .right .search, #topbar .right .cart{
        padding: 0px 8px;
    }

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    position: relative;
    background: #fff;
    transition: all 0.5s;
    z-index: 990;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
    height: 70px;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #222222;
}

#header .logo a span {
    color: #02496C;
}

#header .logo img {
    max-height: 74px;
}

#header .logos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
}

#header .logos .right{
    display: flex;
    align-items: center;
}

#header .logos .right .social-links{
    margin-right: 2rem;
}

#header .logos .right .social-links span{
    margin-right: 1rem;
}

#header .logos .right .social-links a{
    padding: 0 8px;
    font-size: 1.2rem;
}

#header .logos .right .search{

}

#header .logos .right .search span{
    margin-right: 1rem;
}

#header .logos .right .search a{
    width: 50px;
    height: 50px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

#header .open-list i {
    transition: transform 0.3s ease;
    display: block;
    margin-left: .5rem;
}

#header .open-list i.rotated {
    transform: rotate(180deg);
}

#header .list{
    display: block;
    z-index: 10000;
    position: absolute;
    background: #fff;
    color: black;
    width: max-content;
    height: auto;
    top: calc(100% + 10px);
    left: 0;
    list-style: none;
    margin-bottom: 0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

#header .list.show{
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#header .list li{
    padding: 15px 20px;
}

#header  li a{
    color: black;
}

#header a.open-list{
    display: flex;
    cursor: pointer;
}

.scrolled-offset {
    margin-top: 70px;
}

@media (max-width: 992px) {

    #header .logo img{
        max-height: 45px;
    }

    #header .logos .right{
        display: none;
    }

    #header .list.show{
        position: relative;
        box-shadow: none;
        padding-left: 20px;
    }

    #header .list li{
        padding: 10px 20px;
    }

    #header .list li a{
        padding: 0;
    }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    width: 100%;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 40px 10px 0;
}

.navbar>ul>li:first-child{
    padding-left: 0;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    width: auto;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #02496C;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #02496C;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    --default-color: #ffffff;
    --default-color-rgb: 255, 255, 255;
    --background-color: #000000;
    --background-color-rgb: 0, 0, 0;
    width: 100%;
    height: 45vh;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .notification-bar{
    position: absolute;
    top: 0;
    padding: 15px;
    width: 100%;
    background-color: #826A61;
    z-index: 10;
    color: #fff;
}

.hero img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.hero .hero-slider .swiper-pagination{
    text-align: end;
    bottom: 28px;
    width: fit-content;
    right: 0;
    left: auto;
}

.hero .hero-slider .swiper-slide:before {
    content: "";
    background: rgba(var(--background-color-rgb), 0.10);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.hero .container {
    position: relative;
    z-index: 3;
}

#hero h2 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-family: pt_serif;
    width: 80%;
    text-shadow: 0px 0px 10px #000;
}

.hero h3 {
    color: var(--contrast-color);
    margin: 0;
    font-size: 44px;
    font-weight: 700;
}

.hero p {
    color: #fff;
    margin: 1rem 0 4rem 0;
    font-size: 16px;
    padding: 10px;
    background-color: #00000043;
    width: fit-content;
}

.hero video{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#hero .btn-get-started {
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 5px;
    transition: 0.5s;
    background: #fff;
    width: fit-content;
}

#hero .btn-get-started:hover {
    color: #fff;
    background: #000;
}

.hero .swiper-pagination-hero .swiper-pagination-bullet{
    background-color: #C0B3AF;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.hero .swiper-pagination-hero .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
}

@media (max-width: 1400px) {
    .hero p {
        margin: 1rem 0 2rem 0;
    }
}

@media (max-width: 992px) {
    #hero h2 {
        font-size: 1.8rem;
    }
    .hero h3 {
        font-size: 24px;
    }

    .hero p {
        font-size: 15px;
        margin: 1rem 0 1rem 0;
    }
    .hero .swiper-pagination{
        text-align: center;
    }

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

section .section-title-home{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section .section-title-home h2{
    color: #010000;
    font-weight: 700;
    margin-bottom: 0;
}

section .section-title-home a{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

section .section-title-home a:hover{
    text-decoration: underline;
}

.bg{
    background-color: #F0EBF2;
}

section .bg-half-bottom{
    background: linear-gradient(to bottom, white 50%, #F0EBF2 50%);
    padding: 60px 0;
}

section .bg-half-top{
    background: linear-gradient(to top, white 50%, #F0EBF2 50%);
    padding: 60px 0;
}

section.bg-half-bottom{
    background: linear-gradient(to bottom, white 50%, #F0EBF2 50%);
    padding: 60px 0;
}

section.bg-half-top{
    background: linear-gradient(to top, white 50%, #F0EBF2 50%);
    padding: 60px 0;
}

.pt-60{
    padding-top: 60px;
}

.pb-60{
    padding-bottom: 60px;
}

@media (max-width: 992px) {

    section .section-title-home{
        flex-direction: column;
    }

    section .bg-half-top{
        padding: 30px 0;
    }

    section .bg-half-bottom{
        padding: 30px 0;
    }

    section.bg-half-top{
        padding: 30px 0;
    }

    section.bg-half-bottom{
        padding: 30px 0;
    }

    section .section-title-home a{
        font-size: 14px;
    }

    .pt-60{
        padding-top: 30px;
    }

    .pb-60{
        padding-bottom: 30px;
    }

}

/*--------------------------------------------------------------
# Esplora Home
--------------------------------------------------------------*/

.esplora-home{

}

.esplora-home .card-esplora{
    border-radius: 10px;
    box-shadow: 0 0 6px 0px #00000029;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.esplora-home .card-esplora .immagine{
    position: relative;
    padding-bottom: 100%;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.esplora-home .card-esplora .immagine img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px 10px 0 0;
}

.esplora-home .card-esplora .testo{
    padding: 15px 20px;
    flex-grow: 1;
}

.esplora-home .card-esplora .testo p{
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}

.esplora-home .card-esplora .testo.marrone{
    background-color: #826A61;
}

.esplora-home .card-esplora .testo.rosso{
    background-color: #602219;
}

.esplora-home .card-esplora .testo.blu{
    background-color: #02496C;
}

.esplora-home .card-esplora .testo.beige{
    background-color: #C0B3AF;
}

.esplora-home .card-esplora .testo.beige p{
    color: #3B3635 !important;
}

.esplora-home .card-esplora .bottone{
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
}

.esplora-home .card-esplora .bottone a{
    font-weight: 700;
    font-size: 1.1rem;
}

/*--------------------------------------------------------------
# Vivi Home
--------------------------------------------------------------*/

.vivi-home{

}

.vivi-home .card-esplora{
    border-radius: 10px;
    box-shadow: 0 0 6px 0px #00000029;
}

.vivi-home .card-esplora .immagine{
    position: relative;
    height: 250px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.vivi-home .card-esplora .immagine img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.vivi-home .card-esplora .testo{
    padding: 10px 20px;
    background-color: #5A587A;
}

.vivi-home .card-esplora .testo p{
    color: #fff;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 700;
}


.vivi-home .card-esplora .bottone{
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
}

.vivi-home .card-esplora .bottone a{
    font-weight: 700;
    font-size: 1.1rem;
}

/*--------------------------------------------------------------
# Carousel 3 schede home
--------------------------------------------------------------*/

.carousel-tre-schede-home{
    padding-bottom: 0;
}

.carousel-tre-schede-home .box{
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 10px;
}

.carousel-tre-schede-home .box-top{
    padding: 20px;
    border-radius: 10px 10px 0 0;
    background: #fff;
}

.carousel-tre-schede-home .box-top .tag-museo{
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.carousel-tre-schede-home .box-top .tag-museo span i{
    margin-right: .5rem;
}

.carousel-tre-schede-home .box-top .testo{
    margin-bottom: 1rem;
}

.carousel-tre-schede-home .box-top .testo h3{
    font-family: inter;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 0;
    height: calc(1.2em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}

.carousel-tre-schede-home .box-top .testo h4{
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    height: calc(1.2em * 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carousel-tre-schede-home .box-top .testo p {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
    height: calc(1.2rem * 4);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carousel-tre-schede-home .box-top .tag-associati{
    display: flex;
    flex-wrap: wrap;
    height: 74px;
}

.carousel-tre-schede-home .box-top .tag-associati a{
    font-size: 14px;
    color: #fff;
    padding: 2px 12px;
    display: block;
    width: fit-content;
    border-radius: 99px;
    margin-right: .5rem;
    margin-bottom: .5rem;
    border: 2px solid transparent;
    height: fit-content;
}

.carousel-tre-schede-home .box-top .tag-associati a:hover{
    color: #000;
    border-color: #000;
}

.carousel-tre-schede-home .box-bottom{
    position: relative;
    border-radius: 0 0 10px 10px;
}

.carousel-tre-schede-home .box-bottom .immagine{
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

.carousel-tre-schede-home .box-bottom .immagine img{
    width: 100%;
    border-radius: 0 0 10px 10px;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.carousel-tre-schede-home .box-bottom .bottoni{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.carousel-tre-schede-home .box-bottom .bottoni .btn-scopri{
    color: #000;
    width: fit-content;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 5px;
    transition: 0.5s;
    background: #fff;
}

.carousel-tre-schede-home .box-bottom .bottoni .btn-scopri:hover{
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.carousel-tre-schede-home .swiper-pagination{
    text-align: left;
    position: relative;
    top: 0;
    bottom: 0;
    padding: 20px;
}

.carousel-tre-schede-home .swiper-pagination .swiper-pagination-bullet{
    background-color: #C0B3AF;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.carousel-tre-schede-home .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #602219;
}

/*--------------------------------------------------------------
# Box 8 schede home
--------------------------------------------------------------*/

.box-otto-schede-home{
    background-color: #F0EBF2;
}

.box-otto-schede-home .section-title-home{
    padding-bottom: 60px;
}

.box-otto-schede-home .box{
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
}

.box-otto-schede-home .box .top{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    background-color: #fff;
}

.box-otto-schede-home .box .top .tag-museo{
    font-size: 14px;
    align-items: center;
    margin-bottom: 1rem;
    line-height: 1.2;
    height: calc(1.2rem * 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-otto-schede-home .box .top .tag-museo span i{
    margin-right: .5rem;
}

.box-otto-schede-home .box .top .testo{
    margin-bottom: .5rem;
}

.box-otto-schede-home .box .top .testo h3{
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    height: calc(1.2em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-otto-schede-home .box .top .testo h4{
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    height: calc(1.2em * 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-otto-schede-home .box .top .testo p{
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    height: calc(1.2rem * 4);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-otto-schede-home .box .top .tag-associati{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    height: 104px;
    overflow: hidden;
    align-content: flex-start;
}

.box-otto-schede-home .box .top .tag-associati a{
    font-size: 14px;
    color: #fff;
    padding: 2px 12px;
    display: block;
    width: fit-content;
    border-radius: 99px;
    margin-right: .5rem;
    border: 2px solid transparent;
    margin-bottom: .5rem;
    height: fit-content;
}

.box-otto-schede-home .box .top .tag-associati a:hover{
    color: #000;
    border-color: #000;
}

.box-otto-schede-home .box .top .bottoni{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-otto-schede-home .box .top .bottoni .btn-scopri{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid transparent;
}

.box-otto-schede-home .box .top .bottoni .btn-scopri:hover{
    color: #000;
    border-color: #000;
}

.box-otto-schede-home .box .top .bottoni .btn-share{
    font-size: 20px;
}

.box-otto-schede-home .box .top .bottoni .btn-share:hover{
    color: #000;
}

.box-otto-schede-home .box .bottom{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    position: relative;
    background-color: #C0B3AF;
}

.box-otto-schede-home .box .bottom .btn-scopri{
    color: #000;
    width: fit-content;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 5px;
    transition: 0.5s;
    background: #fff;
}

.box-otto-schede-home .box .bottom .btn-scopri:hover{
    color: #fff;
    background-color: #000;
}

.box-otto-schede-home .box .bottom .rombo{
    position: absolute;
    width: 60px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (max-width: 992px) {

    .box-otto-schede-home .section-title-home{
        padding-bottom: 30px;
    }

}

/*--------------------------------------------------------------
# Carousel 1 scheda home
--------------------------------------------------------------*/

.carousel-una-scheda-home .section-title-home {
    padding-bottom: 60px;
}

.carousel-una-scheda-home .box-shadow{
    margin: 6px;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 10px;
}

.carousel-una-scheda-home .swiper-pagination{
    text-align: left;
    position: relative;
    top: 0;
    bottom: 0;
    padding: 20px;
}

.carousel-una-scheda-home .swiper-pagination .swiper-pagination-bullet{
    background-color: #C0B3AF;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.carousel-una-scheda-home .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #602219;
}

.carousel-una-scheda-home .immagine{
    position: relative;
    width: 100%;
    padding-bottom: 35%;
}

.carousel-una-scheda-home .immagine img{
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}


.carousel-una-scheda-home .tag-museo{
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.carousel-una-scheda-home .tag-museo span i{
    margin-right: .5rem;
}

.carousel-una-scheda-home .testo{
    margin-bottom: 1rem;
}

.carousel-una-scheda-home .testo h3{
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.carousel-una-scheda-home .testo h4{
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.carousel-una-scheda-home .testo p{
    margin-bottom: 0;
    height: calc(1.2rem * 4);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}

.carousel-una-scheda-home .bottone .btn-scopri{
    color: #fff;
    width: fit-content;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 5px;
    transition: 0.5s;
    background: #826A61;
    font-weight: 700;
}

.carousel-una-scheda-home .bottone .btn-scopri:hover{
    color: #fff;
    background-color: #000;
}

@media (max-width: 992px) {

    .carousel-una-scheda-home .section-title-home {
        padding-bottom: 30px;
    }

    .carousel-una-scheda-home .immagine img{
        border-radius: 10px;
    }

}


/*--------------------------------------------------------------
# Carousel 2 scheda home
--------------------------------------------------------------*/

.carousel-due-schede-home .section-title-home {
    padding-bottom: 60px;
}

.carousel-due-schede-home .swiper-pagination{
    text-align: left;
    position: relative;
    top: 0;
    bottom: 0;
    padding: 20px;
}

.carousel-due-schede-home .swiper-pagination .swiper-pagination-bullet{
    background-color: #C0B3AF;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.carousel-due-schede-home .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #602219;
}

.carousel-due-schede-home .box{
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}

.carousel-due-schede-home .box:before{
    content: "";
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 16px;
}

.carousel-due-schede-home .box img{
    border-radius: 16px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-due-schede-home .box .content{
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10;
}

.carousel-due-schede-home .box .content h3{
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}

.carousel-due-schede-home .box .content .btn-scopri{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid #fff;
    display: block;
    width: fit-content;
    transition: .3s;
}

.carousel-due-schede-home .box .content .btn-scopri:hover{
    color: #fff;
    background-color: transparent;
}

.carousel-due-schede-home .testo{
    margin-bottom: 1rem;
}

.carousel-due-schede-home .testo h3{
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.carousel-due-schede-home .testo h4{
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.carousel-due-schede-home .testo p{
    font-size: 14px;
    margin-bottom: 0;
}

.carousel-due-schede-home .bottone .btn-scopri{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid transparent;
    display: block;
    width: fit-content;
}

.carousel-due-schede-home .bottone .btn-scopri:hover{
    color: #000;
    border-color: #000;
}

@media (max-width: 992px) {

    .carousel-due-schede-home .section-title-home {
        padding-bottom: 30px;
    }

    .carousel-due-schede-home .box .content{
        padding: 20px 15px;
    }

}

/*--------------------------------------------------------------
# Focus 1 scheda home
--------------------------------------------------------------*/

.focus-una-scheda-home{
    background-color: #F1F3F8;
}

.focus-una-scheda-home.planetarium{
    background-color: #fff;
}

.focus-una-scheda-home .section-title-home {
    padding-bottom: 60px;
}

.focus-una-scheda-home .immagine{
    position: relative;
    width: 100%;
    padding-bottom: 40%;
}

.focus-una-scheda-home .immagine img{
    border-radius: 0 16px 16px 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}


.focus-una-scheda-home .tag-museo{
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.focus-una-scheda-home .tag-museo span i{
    margin-right: .5rem;
}

.focus-una-scheda-home .testo{
    margin-bottom: 1rem;
}

.focus-una-scheda-home .testo h3{
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.focus-una-scheda-home .testo h4{
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.focus-una-scheda-home .testo p{
    font-size: 14px;
    margin-bottom: 0;
}

.focus-una-scheda-home .bottone .btn-scopri{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid transparent;
    display: block;
    width: fit-content;
}

.focus-una-scheda-home .bottone .btn-scopri:hover{
    color: #000;
    border-color: #000;
}

@media (max-width: 992px) {

    .focus-una-scheda-home .section-title-home {
        padding-bottom: 30px;
    }

    .focus-una-scheda-home .immagine img{
        border-radius: 16px;
    }

    .focus-una-scheda-home .immagine{
        padding-bottom: 55%;
    }

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.bg-footer{
    background: #02496C;
}

#footer .bordo{
    border-top: 1px solid #fff;
}

#footer .footer-top{
    padding: 30px 0;
    border-top: 1px solid #02496C;
}

#footer .footer-top .logos-slider img{
    height: 60px;
    margin-right: 3rem;
}

#footer .footer-top .logos-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

#footer .footer-info{
    background: #02496C;
    color: #fff;
    padding: 30px 0;
}

#footer .footer-info .box h3{
    font-family: inter;
    font-size: 15px;
    font-weight: 600;
}

#footer .footer-info .box p, #footer .footer-info .box li, #footer .footer-info .box li a{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

#footer .footer-info .box li a{
    text-decoration: underline;
}

#footer .footer-info .box li a:hover{
    text-decoration: none;
}

#footer .footer-info .box ul{
    list-style: none;
    padding-left: 0;
}

#footer .footer-info .box .social-links i{
    font-size: 20px;
    color: #fff;
    margin-right: 1rem;
}

#footer .footer-info .iniziativa{

}

#footer .footer-info .iniziativa p{
    font-size: 14px;
}

#footer .footer-info .iniziativa img{
    max-width: 33.3%;
    padding: 10px;
}


#footer .footer-bottom{
    background: #02496C;
    color: #fff;
    padding: 30px 0;
}

#footer .footer-bottom ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

#footer .footer-bottom ul li{
    margin-right: 2rem;
}

#footer .footer-bottom ul li a{
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
}

#footer .footer-bottom ul li a:hover{
    text-decoration: none;
}


@media (max-width: 992px) {
    #footer .footer-top .logos-slider img{
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/

nav.breadcrumbs {
    background: linear-gradient(#f6f6f6, #ffffff);
    padding: 30px 0;
}

nav.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    font-weight: 600;
    padding-left: 0;
}

nav.breadcrumbs ol li+li {
    padding-left: 5px;
}

nav.breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 5px;
}

nav.breadcrumbs ol li a{
    color: #602219;
    text-decoration: underline;
}

nav.breadcrumbs ol li a:hover{
    text-decoration: none;
}

@media (max-width: 992px) {

    nav.breadcrumbs ol {
        padding-left: 0;
        font-size: 20px;
    }

}

/*--------------------------------------------------------------
# Inner Title
--------------------------------------------------------------*/

.inner-title {
    background: #C0B3AF;
    padding: 30px 0;
    font-family: pt_serif;
    margin-bottom: 45px;
}

.inner-title h1 {
    font-size: 32px;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

nav .pagination{
    justify-content: space-evenly;
    margin-bottom: 0;
    padding-bottom: 60px;
}

nav .pagination .page-item {

}

nav .pagination .page-item .page-link{
    border: none;
    color: #000000;
    font-weight: 600;
    border-radius: 4px;
}

nav .pagination .page-item.disabled .page-link{
    background-color: transparent;
    opacity: .3;
}

nav .pagination .page-item.active .page-link{
    background-color: #000;
    color: #fff;
}

/*--------------------------------------------------------------
# Main Gallery
--------------------------------------------------------------*/

.main-gallery{

}

.main-gallery.foto{
    background: linear-gradient(to top, white 50%, #F0EBF2 50%);
}

.main-gallery .swiper-main-gallery{
    padding-top: 60px;
}

.main-gallery .swiper-main-gallery .box{

}

.main-gallery .swiper-main-gallery .box .immagine{
    position: relative;
    width: 100%;
    padding-bottom: 85%;
    margin-bottom: .5rem;
    border-radius: 8px;
}

.main-gallery .swiper-main-gallery .box .immagine img{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.main-gallery .swiper-main-gallery .box .video{
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    margin-bottom: .5rem;
}

.main-gallery .swiper-main-gallery .box .video:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 8px;
}

.main-gallery .swiper-main-gallery .box .video video{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.main-gallery .swiper-main-gallery .box .video .play-btn {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 11;
}


.main-gallery .swiper-main-gallery .box .video .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #000;
    z-index: 100;
    transition: .3s;
}

.main-gallery .swiper-main-gallery .box .video .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #000;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

.main-gallery .swiper-main-gallery .box .video .play-btn:hover{
    width: 52px;
    height: 52px;
}

.main-gallery .swiper-main-gallery .box .didascalia{
    font-size: .8rem;
}

.main-gallery .swiper-main-gallery .swiper-pagination{
    position: relative;
    margin-top: 1.5rem;
    top: 0;
    left: 0;
    transform: none;
}

.main-gallery .swiper-main-gallery .swiper-pagination .swiper-pagination-bullet{
    background-color: #C0B3AF;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.main-gallery .swiper-main-gallery .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #602219;
}

/*--------------------------------------------------------------
# News Container 
--------------------------------------------------------------*/

.news-container-filters{
    padding: 30px 0;
}

.news-container-filters input#page-placeholder{
    padding: .75rem;
    border-radius: 8px;
    background-color: #EBEDEF;
}

.news-container-filters input#page-placeholder::placeholder{
    color: #000;
}

.news-container-filters button.search{
    position: absolute;
    top: 50%;
    right: .75rem;
    transform: translate(-50%, -50%);
    font-size: 18px;
    border: none;
    background-color: transparent;
    padding: 0;
}

.news-container-filters form .range {
    margin: 0 auto;
}

.news-container-filters form .range-slider {
    position: relative;
    width: 100%;
    height: 30px; /* Adjust as necessary */
}

.news-container-filters form .range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 30px; /* Adjust as necessary */
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    background: transparent;
    pointer-events: none;
}

.news-container-filters form .range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 15px;
    height: 15px;
    background: transparent;
    cursor: pointer;
}

.news-container-filters form .range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 15px;
    height: 15px;
    background: transparent;
    cursor: pointer;
}

.news-container-filters form .range-selected {
    position: absolute;
    height: 4px;
    background: #194895;
    top: 50%;
    transform: translateY(-50%);
}

.news-container-filters form .all-range {
    position: absolute;
    height: 4px;
    background: #F1F3F8;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.news-container-filters form .range-handle {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #194895;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.news-container-filters form .range-handle-min {
    left: 0;
}

.news-container-filters form .range-handle-max {
    right: 0;
}

.news-container-filters form .range-date-end {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.news-container-filters form .range-date-end label{
    display: none;
}

.news-container-filters form .range-date-end label,
.news-container-filters form .range-date-end input {
    border: none;
    outline: none;
    cursor: default;
    padding: 4px;
    background: #194895;
    color: #ffff;
    border-radius: 5px;
    width: 60px;
    text-align: center;
}

.news-container-filters form .bolder{
    font-weight: 600;
}

.news-container{
    background-color: #F0EBF2;
}

.news-container .box {
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
}

.news-container .box .top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    background-color: #fff;
}

.news-container .box .top .tag-museo {
    font-size: 14px;
    align-items: center;
    margin-bottom: 1rem;
    line-height: 1.2;
    height: calc(1.2rem * 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-container .box .top .tag-museo span i {
    margin-right: .5rem;
}

.news-container .box .top .testo {
    margin-bottom: .5rem;
}

.news-container .box .top .testo h3 {
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    height: calc(1.2em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-container .box .top .testo h4 {
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    height: calc(1.2em * 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-container .box .top .testo p {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    height: calc(1.2rem * 4);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-container .box .top .tag-associati {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    height: 102px;
    overflow: hidden;
    align-content: flex-start;
}

.news-container .box .top .tag-associati a {
    font-size: 14px;
    color: #fff;
    padding: 2px 12px;
    display: block;
    width: fit-content;
    border-radius: 99px;
    margin-right: .5rem;
    border: 2px solid transparent;
    margin-bottom: .5rem;
    height: fit-content;
}

.news-container .box .top .tag-associati a:hover {
    color: #000;
    border-color: #000;
}

.news-container .box .top .bottoni {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-container .box .top .bottoni .btn-scopri {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid transparent;
}

.news-container .box .top .bottoni .btn-scopri:hover {
    color: #000;
    border-color: #000;
}

.news-container .box .top .bottoni .btn-share {
    font-size: 20px;
}

.news-container .box .top .bottoni .btn-share:hover {
    color: #000;
}

.news-container .box .bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    position: relative;
    background-color: #C0B3AF;
}

.news-container .box .bottom .btn-scopri {
    color: #000;
    width: fit-content;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 5px;
    transition: 0.5s;
    background: #fff;
}

.news-container .box .bottom .btn-scopri:hover {
    color: #fff;
    background-color: #000;
}

.news-container .box .bottom .rombo {
    position: absolute;
    width: 60px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (max-width: 992px) {
    .news-container .section-title-home {
        padding-bottom: 30px;
    }
}


/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/

.news-page{
    padding-top: 0;
}

.news-page img{
    max-width: 100%;
    height: auto;
}

.news-page .immagine{
    position: relative;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}

.news-page .immagine img{
    border-radius: 16px;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.news-page .didascalia{
    margin-top: .5rem
}

.news-page .didascalia p{
    font-size: 12px;
}

.news-page .details .tag-museo{
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.news-page .details .titolo{
    width: 75%;
}

.news-page .details .titolo h2{
    font-family: inter;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0;
}

.news-page .details .titolo h3{
    font-family: inter;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.news-page .details .tag-associati{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.news-page .details .tag-associati a{
    font-size: 12px;
    color: #fff;
    padding: 2px 12px;
    display: block;
    width: fit-content;
    border-radius: 99px;
    margin-right: .5rem;
    border: 2px solid transparent;
    margin-bottom: .5rem;
}

.news-page .details .tag-associati a:hover{
    color: #000;
    border-color: #000;
}

.news-page .details .data{
    margin-bottom: 1rem;
    font-weight: 600;
}

.news-page .details .prezzo{
    margin-bottom: 1rem;
}

.news-page .details .prezzo span{
    font-size: 14px;
    font-weight: 600;
}

.news-page .details .testo p{

}

@media (max-width: 992px) {

    .news-page .immagine img{
        border-radius: 16px;
    }

    .news-page .details .tag-museo{
        font-size: 12px;
    }

    .news-page .details .titolo h2{
        font-size: 1.5rem;
    }

    .news-page .details .titolo h3{
        font-size: 1.5rem;
    }

}

/*--------------------------------------------------------------
# Event Container
--------------------------------------------------------------*/

.event-container{

}

.event-container .padding-box{
    padding: 2rem;
    background-color: #F0EBF2;
    border-radius: 20px;
}

.event-container .box{
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 16px;
    overflow: hidden;
}

.event-container .box-top{
    padding: 20px;
    border-radius: 10px 10px 0 0;
    background: #fff;
}

.event-container .box-top .tag-museo{
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.event-container .box-top .tag-museo span i{
    margin-right: .5rem;
}

.event-container .box-top .testo{
    margin-bottom: 1rem;
}

.event-container .box-top .testo h3{
    font-family: inter;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 0;
    height: calc(1.2em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}

.event-container .box-top .testo h4{
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    height: calc(1.2em * 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-container .box-top .testo p {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0;
    height: calc(1.2rem * 4);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-container .box-top .tag-associati{
    display: flex;
    flex-wrap: wrap;
    height: 74px;
}

.event-container .box-top .tag-associati a{
    font-size: 14px;
    color: #fff;
    padding: 2px 12px;
    display: block;
    width: fit-content;
    border-radius: 99px;
    margin-right: .5rem;
    margin-bottom: .5rem;
    border: 2px solid transparent;
    height: fit-content;
}

.event-container .box-top .tag-associati a:hover{
    color: #000;
    border-color: #000;
}

.event-container .box-bottom{
    position: relative;
    border-radius: 0 0 10px 10px;
}

.event-container .box-bottom .immagine{
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

.event-container .box-bottom .immagine img{
    width: 100%;
    border-radius: 0 0 10px 10px;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.event-container .box-bottom .bottoni{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.event-container .box-bottom .bottoni .btn-scopri{
    color: #000;
    width: fit-content;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 5px;
    transition: 0.5s;
    background: #fff;
}

.event-container .box-bottom .bottoni .btn-scopri:hover{
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.event-container .btn-go-archivio{
    background-color: #F1F3F8;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    border: 2px solid  #F1F3F8;
    transition: .3s;
}

.event-container .btn-go-archivio:hover{
    background-color: transparent;
}

.event-container .form h3{
    font-family: inter;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px solid #000;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.event-container .form input#page-placeholder{
    padding: .75rem;
    border-radius: 12px;
    background-color: #EBEDEF;
}

.event-container .form input#page-placeholder::placeholder{
    color: #000;
}

.event-container .form select.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding: .75rem;
    padding-right: 2.5rem;
    border-radius: 12px;
    background-color: #EBEDEF;
    width: 100%;
    border: none;

    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right .875rem center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

.event-container .form select.custom-select::placeholder{
    color: #000;
}

.event-container .form button.search{
    position: absolute;
    top: 50%;
    right: .75rem;
    transform: translate(-50%, -50%);
    font-size: 18px;
    border: none;
    padding: 0;
}

.event-container .get-to-container{
    margin-bottom: 1.5rem;
}

.event-container .get-to-container a{
    text-transform: uppercase;
    color: #000;
    background-color: #C0B3AF;
    border: 2px solid #C0B3AF;
    padding: 8px 18px;
    border-radius: 8px;
    display: inline-block;
    transition: .3s;
    font-weight: 600;
}

.event-container .get-to-container a:hover{
    color: #000;
    background-color: #fff;
    border-color: #000;
}

@media (max-width: 992px) {

    .event-container .section-title-home{
        padding-bottom: 30px;
    }

}

/*--------------------------------------------------------------
# Event Page
--------------------------------------------------------------*/

.event-page{

}

.event-page img{
    max-width: 100%;
    height: auto;
}

.event-page .immagine.principale{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-top: -60px;
    margin-bottom: -60px;
}

.event-page .immagine img{
    width: 100%;
    border-radius: 0;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.event-page .didascalia{
    margin-top: .5rem
}

.event-page .didascalia p{
    font-size: 12px;
}

.event-page .details .tag-museo{
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.event-page .details .titolo{

}

.event-page .details .titolo h2{
    font-family: inter;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.event-page .details .titolo h3{
    font-family: inter;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.event-page .details .tag-associati{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.event-page .details .tag-associati a{
    font-size: 12px;
    color: #fff;
    padding: 2px 12px;
    display: block;
    width: fit-content;
    border-radius: 99px;
    margin-right: .5rem;
    border: 2px solid transparent;
    margin-bottom: .5rem;
}

.event-page .details .tag-associati a:hover{
    color: #000;
    border-color: #000;
}

.event-page .details .data{
    margin-bottom: 1rem;
    font-weight: 600;
}

.event-page .details .prezzo{
    margin-bottom: 1rem;
}

.event-page .details .prezzo span{
    font-size: 14px;
    font-weight: 600;
}

.event-page .details .testo p{

}

.event-page .form h3{
    font-family: inter;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px solid #000;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.event-page .separatore{
    border-bottom: 2px solid #000;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.event-page .info ul{
    padding-left: 0;
    list-style: none;
}

.event-page.all{
    background-color: #F1F3F8;
}

.event-page.all .box{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 16px;
    overflow: hidden;
}

.event-page.all .box .top{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px;
    background-color: #fff;
}

.event-page.all .box .top .tag-museo{
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.event-page.all .box .top .tag-museo span i{
    margin-right: .5rem;
}

.event-page.all .box .top .testo{
    margin-bottom: .5rem;
}

.event-page.all .box .top .testo h3{
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.event-page.all .box .top .testo h4{
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.event-page.all .box .top .testo p{
    font-size: 14px;
    margin-bottom: 0;
}

.event-page.all .box .top .tag-associati{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.event-page.all .box .top .tag-associati a{
    font-size: 12px;
    color: #fff;
    padding: 2px 12px;
    display: block;
    width: fit-content;
    border-radius: 99px;
    margin-right: .5rem;
    border: 2px solid transparent;
    margin-bottom: .5rem;
}

.event-page.all .box .top .tag-associati a:hover{
    color: #000;
    border-color: #000;
}

.event-page.all .box .top .bottoni{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-page.all .box .top .bottoni .btn-scopri{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid transparent;
}

.event-page.all .box .top .bottoni .btn-scopri:hover{
    color: #000;
    border-color: #000;
}

.event-page.all .box .top .bottoni .btn-share{
    font-size: 20px;
}

.event-page.all .box .top .bottoni .btn-share:hover{
    color: #000;
}

.event-page.all .box .bottom{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 20px;
    position: relative;
}

.event-page.all .box .bottom .btn-scopri{
    font-size: 12px;
    font-weight: 500;
    background-color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid transparent;
}

.event-page.all .box .bottom .btn-scopri:hover{
    color: #000;
    border-color: #000;
}

.event-page.all .box .bottom .rombo{
    position: absolute;
    width: 60px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (max-width: 992px) {

    .event-page .immagine img{
        border-radius: 4px;
    }

    .event-page .immagine.principale{
        margin-top: 0;
        margin-bottom: 1rem;
        border-radius: 4px;
    }

    .event-page .details .tag-museo{
        font-size: 12px;
    }

    .event-page .details .titolo h2{
        font-size: 1.5rem;
    }

    .event-page .details .titolo h3{
        font-size: 1.5rem;
    }

}


/*--------------------------------------------------------------
# Buy Card Page
--------------------------------------------------------------*/

.buy-card-page{
    padding-top: 0;
}

.buy-card-page .testo ul{
    margin-bottom: 0;
}

.buy-card-page .card-cultura {
    background-color: transparent;
    width: 100%;
    padding-bottom: 120%;
    perspective: 1000px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.buy-card-page .card-cultura .card-luogo-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 16px;
}

.buy-card-page .card-cultura:hover .card-luogo-inner {
    transform: rotateY(180deg);
}

.buy-card-page .card-cultura .card-luogo-inner h3{
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 3.5rem;
}

.buy-card-page .card-cultura .card-luogo-inner .front, .buy-card-page .card-cultura .card-luogo-inner .back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 16px;
    overflow: hidden;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-card-page .card-cultura .card-luogo-inner .back {
    color: white;
    transform: rotateY(180deg);
}

.buy-card-page .card-cultura .card-luogo-inner .front .museo{
    max-width: 100%;
}

.buy-card-page .card-cultura .card-luogo-inner .front .rombo{
    position: absolute;
    width: 60px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.buy-card-page .card-cultura.imperia-card-cultura .card-luogo-inner .front {
    background: linear-gradient(to top, #D4145A, #E35D47, #F3A733);
}

.buy-card-page .card-cultura.imperia-card-cultura .card-luogo-inner .back {
    background: linear-gradient(to top, #D4145A, #E35D47, #F3A733);
}

.buy-card-page .buy-card-button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.buy-card-page .buy-card-button button{
    background-color: #E6342B;
    padding: 6px 16px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    display: block;
    width: fit-content;
    transition: .3s;
    border: 2px solid #E6342B;
}

.buy-card-page .buy-card-button button:hover{
    border-color: #000;
    background-color: transparent;
    color: #000;
}

.buy-card-page .separatore{
    border-bottom: 2px solid #000;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.buy-card-page .info-utili h3{
    font-family: inter;
    font-weight: 700;
    font-size: 24px;
}

.buy-card-page .info-utili ul{
    padding-left: 0;
    list-style: none;
}

.buy-card-page.buttons{
    background-color: #F1F3F8;
    padding-top: 60px;
}

.buy-card-page.buttons a{
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    font-weight: 600;
    transition: .3s;
}

.buy-card-page.buttons a:hover{
    background-color: #000;
    color: #fff;
}

@media (max-width: 1200px) {

    .buy-card-page .card-cultura .card-luogo-inner h3{
        font-size: 2rem;
    }

}

/*--------------------------------------------------------------
# Opening Hours Page
--------------------------------------------------------------*/

.opening-hours-page{

}

.opening-hours-page .card-luogo {
    background-color: transparent;
    width: 100%;
    padding-bottom: 120%;
    perspective: 1000px;
}

.opening-hours-page .card-luogo .card-luogo-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 16px;
}

.opening-hours-page .card-luogo:hover .card-luogo-inner {
    transform: rotateY(180deg);
}

.opening-hours-page .card-luogo .card-luogo-inner h1{
    color: #fff;
    text-align: left;
    font-weight: 700;
}

.opening-hours-page .card-luogo .card-luogo-inner .front, .opening-hours-page .card-luogo .card-luogo-inner .back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 16px;
    overflow: hidden;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opening-hours-page .card-luogo .card-luogo-inner .back {
    color: white;
    transform: rotateY(180deg);
}

.opening-hours-page .card-luogo .card-luogo-inner .front .museo{
    max-width: 100%;
}

.opening-hours-page .card-luogo .card-luogo-inner .front .rombo{
    position: absolute;
    width: 60px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.opening-hours-page .card-luogo.maci .card-luogo-inner .front {
    background-color: #E51B45;
}

.opening-hours-page .card-luogo.maci .card-luogo-inner .back {
    background-color: #E51B45;
}

.opening-hours-page .card-luogo.grock .card-luogo-inner .front {
    background-color: #F3A733;
}

.opening-hours-page .card-luogo.grock .card-luogo-inner .back {
    background-color: #F3A733;
}

.opening-hours-page .card-luogo.navale .card-luogo-inner .front {
    background-color: #194895;
}

.opening-hours-page .card-luogo.navale .card-luogo-inner .back {
    background-color: #194895;
}

.opening-hours-page .card-luogo.planetarium .card-luogo-inner .front {
    background-color: #143D69;
}

.opening-hours-page .card-luogo.planetarium .card-luogo-inner .back {
    background-color: #143D69;
}

.opening-hours-page .card-luogo.imperia-card-cultura .card-luogo-inner .front {
    background: linear-gradient(to top, #D4145A, #E35D47, #F3A733);
}

.opening-hours-page .card-luogo.imperia-card-cultura .card-luogo-inner .back {
    background: linear-gradient(to top, #D4145A, #E35D47, #F3A733);
}

.opening-hours-page .box-info{
    border-radius: 10px;
    display: flex;
}

.opening-hours-page .box-info h3{
    font-family: inter;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin-bottom: 1rem;
}

.opening-hours-page .box-info .aperture{
    background-color: #F0EBF2;
    width: 50%;
    border-radius: 10px 0 0 10px;
    padding: 20px;
}

.opening-hours-page .box-info .aperture .giorni-ora{
    display: flex;
    justify-content: space-between;
    padding: 6px 12px;
    background-color: #F7F8F9;
    border-radius: 5px;
    margin-bottom: .5rem;
    align-items: center;
}

.opening-hours-page .box-info .aperture .giorni-ora:last-child{
    margin-bottom: 0;
}

.opening-hours-page .box-info .aperture .giorni-ora .ora{
    display: flex;
    flex-direction: column;
}

.opening-hours-page .box-info .servizi {
    background-color: #F7F8F9;
    width: 50%;
    border-radius: 0 10px 10px 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.opening-hours-page .box-info .servizi h3 {
    font-family: inter;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1.5px solid black;
}

.opening-hours-page .box-info .servizi h4 {
    font-family: inter;
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.opening-hours-page .box-info .servizi ul {
    word-break: break-word;
}

.opening-hours-page .box-info .servizi p {
    word-break: break-word;
}

.opening-hours-page .box-info .servizi .btn-acquista{
    background-color: #C72017;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 2px 6px #00000029;
    font-weight: 700;
}

.opening-hours-page .form h3, .opening-hours-page .contatti h3{
    font-family: inter;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px solid #000;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.opening-hours-page .contatti .btn-download-flyer{
    background-color: #F1F3F8;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 991px) {

    .opening-hours-page .box-info .aperture .giorni-ora{
        font-size: 14px;
        flex-direction: column;
    }

    .opening-hours-page .box-info .servizi{
        font-size: 14px;
    }

    .opening-hours-page .box-info .servizi h4{
        text-align: center;
    }

}

/*--------------------------------------------------------------
# Standard Page
--------------------------------------------------------------*/

.standard-page{
    background-color: #F7F7F7;
}

.standard-page p{
    margin-bottom: 0;
}

.standard-page img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.standard-page h1, .standard-page h2, .standard-page h3, .standard-page h4, .standard-page h5, .standard-page h6{
    font-family: inter;
    font-weight: 600;
}

.standard-page .immagine.principale{
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-top: -60px;
    margin-bottom: -60px;
}

.standard-page .immagine img{
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 0;
}

.standard-page .didascalia{
    margin-top: .5rem
}

.standard-page .didascalia p{
    font-size: 12px;
}

.standard-page.additional-block{
    background-color: #fff;
}

.standard-page.schede-associate{
    background-color: #fff;
}

.standard-page.schede-associate .box{
    display: flex;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 10px;
    margin-bottom: 2.5rem;
}

.standard-page.schede-associate .box:last-child{
    margin-bottom: 0;
}

.standard-page.schede-associate .box .immagine{
    position: relative;
    width: 50%;
    padding-bottom: 25%;
    border-radius: 10px 0 0 10px;
    flex-shrink: 0;
}

.standard-page.schede-associate .box .immagine img{
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.standard-page.schede-associate .box .testo{
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.standard-page.schede-associate .box .testo h3{
    font-size: 28px;
}

.standard-page.schede-associate .box .testo p{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.standard-page.schede-associate .box .btn-scopri{
    color: #fff;
    width: fit-content;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 5px;
    transition: 0.5s;
    background: #826A61;
    font-weight: 700;

}

.standard-page.schede-associate .box .btn-scopri:hover{
    color: #fff;
    background-color: #000;
}

@media (max-width: 992px) {

    .standard-page .immagine.principale{
        margin: 0;
    }

    .standard-page.schede-associate .box{
        flex-direction: column;
    }

    .standard-page.schede-associate .box .immagine{
        width: 100%;
        height: 100%;
        padding-bottom: 0;
    }

    .standard-page.schede-associate .box .immagine img{
        border-radius: 10px 10px 0 0;
        position: relative;
    }

    .standard-page.schede-associate .box .testo{
        width: 100%;
    }

}

/*--------------------------------------------------------------
# Places Container 
--------------------------------------------------------------*/

.places-container{

}

.places-container .places img{
    margin-bottom: 2rem;
    width: 100%;
}

.places-container .places .btn-discover{
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    border-radius: 8px;
    font-weight: 600;
    padding: 8px;
    display: block;
    text-align: center;
    transition: .3s;
}

.places-container .places .btn-discover:hover{
    background-color: #fff;
    color: #000;
}

.places-container .gallery .immagine{
    position: relative;
    width: 100%;
    padding-bottom: 65%;
}

.places-container .gallery .immagine img{
    border-radius: 16px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.places-container .gallery .swiper-pagination{
    position: relative;
    top: 0;
    bottom: 0;
}

.places-container .gallery .swiper-pagination .swiper-pagination-bullet{
    background: #A9A8BD;
    opacity: 1;
}

.places-container .gallery .swiper-pagination .swiper-pagination-bullet-active{
    background: #29265B;
}


/*--------------------------------------------------------------
# Animated Map Home
--------------------------------------------------------------*/

.animated-map-home{
    background: linear-gradient(to bottom, white 50%, #F1F3F8 50%);
}

.animated-map-home .section-title-home{
    padding-bottom: 60px;
}

.animated-map-home .planimetrie .swiper-pagination{
    text-align: left;
    position: relative;
    top: 0;
    bottom: 0;
    padding: 20px;
}

.animated-map-home .planimetrie .swiper-pagination .swiper-pagination-bullet{
    background: #A9A8BD;
    opacity: 1;
}

.animated-map-home .planimetrie .swiper-pagination .swiper-pagination-bullet-active{
    background: #29265B;
}

.animated-map-home .planimetrie .immagine{
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    border-radius: 12px;
    background: #fff;
}

.animated-map-home .planimetrie .immagine .sala-scelta{
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    background-color: #000;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: .9rem;
}

.animated-map-home .planimetrie .immagine.grock{
    border: 2px solid #F3A733;
}

.animated-map-home .planimetrie .immagine.navale{
    border: 2px solid #194895;
}

.animated-map-home .planimetrie .immagine.maci{
    border: 2px solid #E51B45;
}

.animated-map-home .planimetrie .immagine > img{
    border-radius: 10px;
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}

.animated-map-home .sale{
    background-color: #F7F8F9;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.animated-map-home .sale .testo{
    width: 50%;
    margin-right: 1rem;
}

.animated-map-home .sale .testo h4{
    font-family: inter;
    font-size: 18px;
    font-weight: 600;
}

.animated-map-home .sale .testo p{
    font-size: 14px;
}

.animated-map-home .sale .testo .btn-scopri{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    border: 2px solid #F0EBF2;
    display: block;
    width: fit-content;
    background-color: #F0EBF2;
    transition: .3s;
}

.animated-map-home .sale .testo .btn-scopri:hover{
    background-color: #fff;
    border-color: #000;
}

.animated-map-home .sale .immagine{
    position: relative;
    width: 50%;
    padding-bottom: 50%;
    border-radius: 12px;
}

.animated-map-home .sale .immagine.grock{
    border: 2px solid #F3A733;
}

.animated-map-home .sale .immagine.navale{
    border: 2px solid #00A99D;
}

.animated-map-home .sale .immagine.maci{
    border: 2px solid #720219;
}

.animated-map-home .sale .immagine img{
    border-radius: 10px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.animated-map-home .planimetrie .map-container{
    border-radius: 10px;
}

.animated-map-home #spinner-animated-map{
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
}

@media (max-width: 992px) {

    .animated-map-home .sale{
        flex-direction: column;
    }

    .animated-map-home .sale .testo{
        width: 100%;
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .animated-map-home .sale .immagine{
        width: 100%;
    }

}



/*--------------------------------------------------------------
# Doppio Carousel Home
--------------------------------------------------------------*/

.doppio-carousel-home{
    background: linear-gradient(to top, white 50%, #F1F3F8 50%);
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box{
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(to top, #F0EBF2 30%, #F8F9FB 30%);
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box.grock{
    background: linear-gradient(to top, #F0EBF2 30%, #29265B 30%);
    color: #fff;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box.navale{
    background: linear-gradient(to top, #F0EBF2 30%, #00A99D 30%);
    color: #fff;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box.maci{
    background: linear-gradient(to top, #F0EBF2 30%, #730F18 30%);
    color: #fff;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box.planetarium{
    background: linear-gradient(to top, #F0EBF2 30%, #396665 30%);
    color: #fff;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .tag-museo{
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .tag-museo span i{
    margin-right: .5rem;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .testo{
    margin-bottom: 1rem;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .testo h3{
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    height: calc(1.2em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .testo h4{
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    height: calc(1.2em * 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .testo p{
    font-size: 14px;
    margin-bottom: 0;
    height: calc(1.5em * 4);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .tag-associati{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    height: 68px;
    overflow: hidden;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .tag-associati a{
    font-size: 12px;
    color: #fff;
    padding: 2px 12px;
    display: block;
    width: fit-content;
    border-radius: 99px;
    margin-right: .5rem;
    margin-bottom: .5rem;
    border: 2px solid transparent;
    height: fit-content;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .tag-associati a:hover{
    color: #000;
    border-color: #000;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .immagine{
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .immagine img{
    width: 100%;
    border-radius: 12px;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .bottoni{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .bottoni .btn-scopri{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid transparent;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .bottoni .btn-scopri:hover{
    color: #000;
    border-color: #000;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .bottoni .btn-share{
    font-size: 20px;
}

.doppio-carousel-home .doppio-carousel-sx-home-slider .box .bottoni .btn-share:hover{
    color: #000;
}

.doppio-carousel-home .swiper-pagination{
    text-align: left;
    position: relative;
    top: 0;
    bottom: 0;
    padding: 20px;
}

.doppio-carousel-home .swiper-pagination .swiper-pagination-bullet{
    background: #A9A8BD;
    opacity: 1;
}

.doppio-carousel-home .swiper-pagination .swiper-pagination-bullet-active{
    background: #29265B;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box{
    border-radius: 16px;
    overflow: hidden;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px;
    background-color: #fff;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .tag-museo{
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .tag-museo span i{
    margin-right: .5rem;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .testo{
    margin-bottom: .5rem;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .testo h3{
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    height: calc(1.2em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .testo h4{
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    height: calc(1.2em * 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .testo p{
    font-size: 14px;
    margin-bottom: 0;
    height: calc(1.5em * 4);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .tag-associati{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    height: 102px;
    overflow: hidden;
    align-content: flex-start;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .tag-associati a{
    font-size: 12px;
    color: #fff;
    padding: 2px 12px;
    display: block;
    width: fit-content;
    border-radius: 99px;
    margin-right: .5rem;
    border: 2px solid transparent;
    margin-bottom: .5rem;
    height: fit-content;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .tag-associati a:hover{
    color: #000;
    border-color: #000;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .bottoni{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .bottoni .btn-scopri{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid transparent;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .bottoni .btn-scopri:hover{
    color: #000;
    border-color: #000;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .bottoni .btn-share{
    font-size: 20px;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .top .bottoni .btn-share:hover{
    color: #000;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .bottom{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 20px;
    position: relative;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .bottom .btn-scopri{
    font-size: 12px;
    font-weight: 500;
    background-color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid transparent;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .bottom .btn-scopri:hover{
    color: #000;
    border-color: #000;
}

.doppio-carousel-home .doppio-carousel-dx-home-slider .box .bottom .rombo{
    position: absolute;
    width: 60px;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.doppio-carousel-home .padding{
    padding: 20px;
    background-color: #F0EBF2;
    border-radius: 15px;
    margin-top: 1rem;
    height: calc(100% - 118.5px);
}

@media (max-width: 1400px) {

    .doppio-carousel-home .padding{
        height: auto;
    }

}

/*--------------------------------------------------------------
# Gallery Schede Home
--------------------------------------------------------------*/

.gallery-schede-home{

}

.gallery-schede-home .section-title-home {
    padding-bottom: 60px;
}

.gallery-schede-home img{
    border-radius: 16px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.gallery-schede-home .title-scheda{
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    font-family: inter;
    z-index: 3;
    font-size: 18px;
    font-weight: 600;
}

.gallery-schede-home .left{
    height: 100%;
}

.gallery-schede-home .left .top{
    position: relative;
    width: 100%;
    padding-bottom: 35%;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 1rem;
}

.gallery-schede-home .left .top:before {
    content: "";
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 16px;
}

.gallery-schede-home .left .bottom{
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 1rem;
}

.gallery-schede-home .left .bottom:before {
    content: "";
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 16px;
}

.gallery-schede-home .right{
    height: 100%;
}

.gallery-schede-home .right .top{
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 1rem;
    height: calc(65% - 1rem);
}

.gallery-schede-home .right .top:before {
    content: "";
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 16px;
}

.gallery-schede-home .right .bottom{
    position: relative;
    width: 100%;
    padding-bottom: 35%;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 1rem;
    height: calc(35% - 1rem);
}

.gallery-schede-home .right .bottom:before {
    content: "";
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 16px;
}

@media (max-width: 992px) {

    .gallery-schede-home .right{
        height: auto;
    }

    .gallery-schede-home .left .top{
        padding-bottom: 65%;
    }

    .gallery-schede-home .right .bottom{
        padding-bottom: 65%;
    }

}


/*--------------------------------------------------------------
# Box 4 Schede Home
--------------------------------------------------------------*/

.box-quattro-schede-home{

}

.box-quattro-schede-home .section-title-home {
    padding-bottom: 60px;
}

.box-quattro-schede-home h3{
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
}

.box-quattro-schede-home .patina{
    position: relative;
}

.box-quattro-schede-home .patina:before {
    content: "";
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 16px;
}

.box-quattro-schede-home .immagine{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 1rem;
}

.box-quattro-schede-home .immagine img{
    border-radius: 16px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.box-quattro-schede-home .box-down{
    padding: 20px;
    background: #105fb6b0;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: 0.5s;
    display: flex;
    align-items: center;
    height: 60px;
    border-radius: 16px;
}

.box-quattro-schede-home .box-down p{
    font-size: 1rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 0px 0px 10px #000;
    z-index: 10;
}

.box-quattro-schede-home .patina:hover .box-down{
    height: 100%;
}

/*--------------------------------------------------------------
# Carousel 2 Schede Planetario Home
--------------------------------------------------------------*/

.carousel-due-schede-planetario-home{
    background-color: #F1F3F8;
}

.carousel-due-schede-planetario-home .section-title-home {
    padding-bottom: 60px;
}

.carousel-due-schede-planetario-home .swiper-pagination{
    text-align: center;
    position: relative;
    top: 0;
    bottom: 0;
}

.carousel-due-schede-planetario-home .swiper-pagination .swiper-pagination-bullet{
    background: #A9A8BD;
    opacity: 1;
}

.carousel-due-schede-planetario-home .swiper-pagination .swiper-pagination-bullet-active{
    background: #29265B;
}

.carousel-due-schede-planetario-home .box{
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}

.carousel-due-schede-planetario-home .box:before{
    content: "";
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 16px;
}

.carousel-due-schede-planetario-home .box img{
    border-radius: 16px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-due-schede-planetario-home .box .content{
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10;
}

.carousel-due-schede-planetario-home .box .content h3{
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}

.carousel-due-schede-planetario-home .box .content .btn-scopri{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #143D69;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid #143D69;
    display: block;
    width: fit-content;
    transition: .3s;
}

.carousel-due-schede-planetario-home .box .content .btn-scopri:hover{
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.carousel-due-schede-planetario-home .box-testo{
    background-color: #F0EBF2;
    border-radius: 12px;
    padding: 20px;
}

.carousel-due-schede-planetario-home .testo{
    margin-bottom: 1rem;
}

.carousel-due-schede-planetario-home .testo h3{
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.carousel-due-schede-planetario-home .testo h4{
    font-family: inter;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.carousel-due-schede-planetario-home .testo p{
    font-size: 14px;
    margin-bottom: 0;
}

.carousel-due-schede-planetario-home .bottone .btn-scopri{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    transition: .3s;
    border: 2px solid transparent;
    display: block;
    width: fit-content;
}

.carousel-due-schede-planetario-home .bottone .btn-scopri:hover{
    color: #000;
    border-color: #000;
}

@media (max-width: 992px) {

    .carousel-due-schede-planetario-home .section-title-home {
        padding-bottom: 30px;
    }

    .carousel-due-schede-planetario-home .box .content{
        padding: 20px 15px;
    }

}

/*--------------------------------------------------------------
# Tag Page
--------------------------------------------------------------*/

.tag-page{
    padding-top: 0;
}

.tag-page .box{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.tag-page .box:before{
    content: "";
    background-color: rgb(0 0 0 / 25%);
    transition: .3s;
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 12px;
}

.tag-page .box:hover::before{
    background-color: rgb(0 0 0 / 55%);
}

.tag-page .box img{
    border-radius: 12px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.tag-page .box .padding{
    padding: 20px;
    background-color: #fff;
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.tag-page .box .testo{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    z-index: 11;
}

.tag-page .box .testo h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.tag-page .box .testo h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.tag-page .box .testo p{
    font-size: 14px;
}

.tag-page .box .btn-scopri {
    font-size: 12px;
    font-weight: 500;
    background-color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    border: 2px solid #fff;
    transition: .3s;
    position: absolute;
    z-index: 11;
    bottom: 20px;
    left: 20px;
}

.tag-page .box .btn-scopri:hover{
    background-color: transparent;
    border-color: #000;
    color: #fff;
}

.tag-page .get-to-container{
    margin-bottom: 1.5rem;
}

.tag-page .get-to-container a{
    text-transform: uppercase;
    color: #000;
    background-color: #F0EBF2;
    border: 2px solid #F0EBF2;
    padding: 8px 18px;
    border-radius: 8px;
    display: inline-block;
    transition: .3s;
    font-weight: 600;
}

.tag-page .get-to-container a:hover{
    color: #000;
    background-color: #fff;
    border-color: #000;
}

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/

.search-container-filters{
    background-color: #F0EBF2;
}

.search-container-filters input{
    padding: .75rem;
    border-radius: 12px;
}

.search-container-filters input::placeholder{
    color: #000;
}

.search-container-filters button.search{
    position: absolute;
    top: 50%;
    right: .75rem;
    transform: translate(-50%, -50%);
    font-size: 18px;
    border: none;
    background-color: transparent;
    padding: 0;
}

.search-page .box{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.search-page .box:before{
    content: "";
    background-color: rgb(0 0 0 / 25%);
    transition: .3s;
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 12px;
}

.search-page .box:hover::before{
    background-color: rgb(0 0 0 / 55%);
}

.search-page .box img{
    border-radius: 12px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.search-page .box .padding{
    padding: 20px;
    background-color: #fff;
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.search-page .box .testo{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    z-index: 11;
}

.search-page .box .testo h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.search-page .box .testo h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.search-page .box .testo p{
    font-size: 14px;
}

.search-page .box .btn-scopri {
    font-size: 12px;
    font-weight: 500;
    background-color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    border: 2px solid #fff;
    transition: .3s;
    position: absolute;
    z-index: 11;
    bottom: 20px;
    left: 20px;
}

.search-page .box .btn-scopri:hover{
    background-color: transparent;
    border-color: #000;
    color: #fff;
}

.search-page .get-to-container{
    margin-bottom: 1.5rem;
}

.search-page .get-to-container a{
    text-transform: uppercase;
    color: #000;
    background-color: #F0EBF2;
    border: 2px solid #F0EBF2;
    padding: 8px 18px;
    border-radius: 8px;
    display: inline-block;
    transition: .3s;
    font-weight: 600;
}

.search-page .get-to-container a:hover{
    color: #000;
    background-color: #fff;
    border-color: #000;
}

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/

.search-container-filters {
    background-color: #F0EBF2;
}

.search-container-filters input {
    padding: .75rem;
    border-radius: 12px;
}

.search-container-filters input::placeholder {
    color: #000;
}

.search-container-filters button.search {
    position: absolute;
    top: 50%;
    right: .75rem;
    transform: translate(-50%, -50%);
    font-size: 18px;
    border: none;
    background-color: transparent;
    padding: 0;
}

.search-page .box {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.search-page .box:before {
    content: "";
    background-color: rgb(0 0 0 / 25%);
    transition: .3s;
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 12px;
}

.search-page .box:hover::before {
    background-color: rgb(0 0 0 / 55%);
}

.search-page .box img {
    border-radius: 12px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.search-page .box .padding {
    padding: 20px;
    background-color: #fff;
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.search-page .box .testo {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    z-index: 11;
}

.search-page .box .testo h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.search-page .box .testo h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.search-page .box .testo p {
    font-size: 14px;
}

.search-page .box .btn-scopri {
    font-size: 12px;
    font-weight: 500;
    background-color: #fff;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 8px;
    border: 2px solid #fff;
    transition: .3s;
    position: absolute;
    z-index: 11;
    bottom: 20px;
    left: 20px;
}

.search-page .box .btn-scopri:hover {
    background-color: transparent;
    border-color: #000;
    color: #fff;
}

.search-page .get-to-container {
    margin-bottom: 1.5rem;
}

.search-page .get-to-container a {
    text-transform: uppercase;
    color: #000;
    background-color: #F0EBF2;
    border: 2px solid #F0EBF2;
    padding: 8px 18px;
    border-radius: 8px;
    display: inline-block;
    transition: .3s;
    font-weight: 600;
}

.search-page .get-to-container a:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

/*--------------------------------------------------------------
# Login Page
--------------------------------------------------------------*/

.login-page {
}

.login-page .logo {
    margin-bottom: 1rem;
    text-align: center;
}

.login-page .logo img {
    height: 100px;
}

.login-page .btn-login {
    color: #fff;
    border: 2px solid #000;
}

.login-page .btn-login:hover {
    color: #000;
}

/*--------------------------------------------------------------
# Reserved Area
--------------------------------------------------------------*/

.reserved-area {
    padding-top: 0;
}

.reserved-area .menu {
}

.reserved-area .menu ul {
    list-style-type: none;
    padding: 0;
}

.reserved-area .menu ul li {
    border-width: 1px 1px 0 1px;
    border-color: #dee2e6;
    border-style: solid;
}

.reserved-area .menu ul li:last-child {
    border-width: 1px;
}

.reserved-area .menu ul li a {
    padding: 0.75rem 0.5rem;
    border-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.reserved-area .menu ul li a.active {
    background-color: #000;
    color: #fff;
}

.reserved-area .menu ul li a:hover {
    background-color: #000;
    color: #fff;
}
