/* template */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.active>.page-link, .page-link.active {
    background-color: #3375B8;
}

@media (max-width: 768px) {
    .navbar .container {
        justify-content: center !important;
    }
}

/* customize css */
.testo-very-big{
    font-size: 1.7em;
    line-height: 1.2em;
}

.testo-big {
    font-size: 1.4em;
    line-height: 1.6em;
}

.testo-small {
    font-size: 0.8em;
    line-height: 1em;
}

.sfondo {
    background: #f8f9fa;
}

.background-oro {
    background:#D2B688;
}

.background-blu {
    background: #3375B8;
}

.background-arancione {
    background: #DC693E;
}

.colore-oro {
    color:#D2B688;
}

.text-container-img {
    min-height: 300px;
}

.container-img {
    min-height: 300px;
}

.container-img img{
   height: 300px;
   width: 100%;

   object-fit: cover;
}

@media (max-width: 768px) {
    .testo-ricerca {
        display: none;
    }
}

.filtro {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding: 1em 2em;

    color: #000;

    background: transparent;

    border: 1px solid #D2B688;
}

.btn-check:checked + .filtro {
    background: #3375B8;

    border: 1px solid #3375B8;

    color: #D2B688;
}

@media (max-width: 768px) {
    .filtro {
        padding: 0.7em 1rem;
    }
}

.img-card {
    width: 100%;
    height: 230px;

    background: #f8f9fa;
}

.img-card img {
    height: 100%;
    width: 100%;

    object-fit: cover
}

.tipo-scheda {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding: 0.6em 1.2em;

    color: #fff;

    border: 0;
}

.tipo-scheda-dettaglio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding: 0.6em 1.2em;

    max-width: 120px;

    color: #fff;

    border: 1px solid #fff;
}

.spotlight {
    width: 100%;
}
.spotlight img {
    width: 100%;
}

