/* --- 1) DESIGN TOKENS --- */
:root {
    /* Neutrals */
    --bg: #F6F4F1;
    --surface: #FFFFFF;
    --ink: #565656;
    --muted: #6F6F6A;
    --line: #E6E1D9;
    --footer-bg: #6F6F6A;
    --footer-ink: #E6E1D9;
    --footer-muted: #aea89d;
    --bg-col1: #aea89d;

    /* Accent (design) */
    --accent: #7E8F7A;

    /* sage */
    --accent2: #C6A982;

    /* wood hint */
    /* Typography */
    --font-title: "Cabin", ui-sans-serif, system-ui, sans-serif;
    --font-body: "Amiko", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

    /* Type scale */
    --h1: clamp(28px, 6vw, 60px);
    --h2: clamp(22px, 5vw, 32px);
    --h3: clamp(18px, 4vw, 22px);
    --p: 16px;
    --small: 13px;
}

/* --- 2) BASE --- */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 80px;
}

h1,
h2,
h3 {
    font-family: var(--font-title);
    line-height: 1.15;
    margin-top: 0;
}

h1 {
    /* font-size: clamp(28px, 6vw, 42px); */
    text-align: center;
    color: var(--ink);
    margin-top: 0;
}

a {
    color: var(--muted);
}

a:hover {
    text-decoration: none;
    color: var(--accent);
}

.container-fluid {
}

.padding_top_bottom_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.margin_top_bottom_40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* =========================
   NAVBAR HOME - MOBILE FIRST
   ========================= */
/* BASE (mobile) */
#navbar_pc {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    height: auto;

    /* invece di 60px fisso */
    z-index: 9999;

    /* sopra tutto */
    display: flex;
    flex-direction: column;

    /* logo sopra, bottoni sotto */
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    border-radius: 10px;
}

/* Logo */
#navbar_pc > div:first-child img {
    /* width: 160px; */
    /* più piccolo su mobile */
    height: auto;
    display: block;
}

/* Contenitore bottoni */
#navbar_pc > div:last-child {
    margin-top: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    /* se non ci stanno, vanno a capo */
}

/* Bottoni */
#navbar_pc > div:last-child .btn {
    white-space: nowrap;
    font-size: 12px;
    padding: 6px 10px;
}

/* toglie il margin-left solo su mobile (altrimenti sballa la centratura) */
#puls_navbar_pc {
    margin-left: 0 !important;
}

/* =========================
   DESKTOP / TABLET
   ========================= */
@media (min-width:768px){
    #navbar_pc {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 1200px;
        height: 60px !important;

        /* torna come lo avevi */
        flex-direction: row;

        /* logo a sinistra, bottoni a destra */
        justify-content: space-between;
        padding: 0 15px;
    }

    #navbar_pc > div:first-child img {
        width: 200px;
    }

    #navbar_pc > div:last-child {
        margin-top: 0;
        width: auto;
        flex-wrap: nowrap;
        gap: 0px;
    }

    #navbar_pc > div:last-child .btn {
        font-size: 18px !important;

        /* FIX: era "18 px" */
        padding: 6px 12px;
    }

    /* ripristina il tuo margin-left su desktop */
    #puls_navbar_pc {
        margin-left: 0px !important;
    }
}

#min_cat_home {
    margin-top: 50px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 3px 11px 21px -10px #dddddd;
}

#CO_minia_categ_home_mob1,
#CO_minia_categ_home_mob2,
#CO_minia_categ_home_mob3,
#CO_minia_categ_home_mob4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#CO_minia_categ_home_mob1 div.col-md-3,
#CO_minia_categ_home_mob2 div.col-md-3,
#CO_minia_categ_home_mob3 div.col-md-3,
#CO_minia_categ_home_mob4 div.col-md-3 {
    position: relative;
    padding: 15px;
}

#CO_minia_categ_home_mob1 img,
#CO_minia_categ_home_mob2 img,
#CO_minia_categ_home_mob3 img,
#CO_minia_categ_home_mob4 img {
    width: 100%;
    border-radius: 10px;
}

#CO_minia_categ_home_mob1 h2,
#CO_minia_categ_home_mob2 h2,
#CO_minia_categ_home_mob3 h2,
#CO_minia_categ_home_mob4 h2 {
    color: #ffffff;
    position: absolute;
    margin-left: 0;
    width: 90%;
    text-align: center;
    text-shadow: 2px 1px 4px #000000;
    bottom: 20px;
}

#CT_txt_home1 {
    background-color: #ffffff;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 3px 11px 21px -10px #dddddd;
    margin: 40px 15px;
}

/* STILI PER HOME PAGE HERO 4 SEZIONI */
#box1_on {
    left: 0%;
    opacity: 0;
    top: 0;
}

#box2_on {
    left: 25%;
    opacity: 0;
    top: 0;
}

#box3_on {
    left: 50%;
    opacity: 0;
    top: 0;
}

#box4_on {
    left: 75%;
    opacity: 0;
    top: 0;
}

#box1_on h2,
#box2_on h2,
#box3_on h2,
#box4_on h2 {
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    line-height: 40px;
    font-weight: 600;
}

#box1_on h3,
#box2_on h3,
#box3_on h3,
#box4_on h3 {
    text-align: center;
    font-size: 22px;
    color: #5fcae0 !important;
}

#box1_on,
#box2_on,
#box3_on,
#box4_on {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    height: 100%;
    width: 25%;
    border-right: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-left: 1px solid #ffffff;
}

#pulsanti_home_cucine div h3,
#pulsanti_home_notte div h3,
#pulsanti_home_giorno div h3,
#pulsanti_home_camerette div h3 {
    color: var(--muted);
    font-size: 18px;
    min-height: 40px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 10px;
    padding-top: 5px;
}

#hero_carousel1 h2 {
    font-weight: 500;
    font-size: 40px;
    text-shadow: 2px 2px 6px #292929;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-width: 2px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    margin-top: 0px;
    text-transform: uppercase;
}

.modelli {
    text-transform: capitalize;
    font-weight: 400;
    border-bottom: 0 solid #ffffff;
    margin-bottom: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
}

.main_minimal_btn {
    min-width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    height: 54px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: linear-gradient(321deg, rgba(137,136,136,0.18) 83%, rgba(138,138,138,0.62) 100%);
    border-left: 0px solid #ffffff;
    border-top: 2px solid #ffffff;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    border-right: 0px solid #ffffff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    font-size: 20px;
}

#hero_carousel1 p {
    color: #ffffff !important;
    font-size: 20px !important;
    margin: 10px 0 12px;
    text-shadow: 2px 2px 3px #292929;
}

#hero_categorie {
    position: relative;
    background-color: #000000;
}

#hero_categorie p {
    font-size: 18px;
    margin: 4px 10px 0 12px;
}

#hero_categorie h2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: -20%;

    /* width: 80% */
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 2px;
}

.nomi_cat_tendina_home {
    margin-left: auto;
    margin-right: auto;
    margin-top: -20%;
    width: 80%;
}

/* ========================= carousel fade inizio ============================ */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity */
@media all and (transform-3d), (-webkit-transform-3d){
    .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* ========================= carousel fade fine ============================ */
.glass {
    background: rgba(255,255,255,.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.glass-dark {
    background-color: rgba(20,20,20,.15) !important;

    /* deve essere semi-trasparente */
    background-image: none !important;

    /* kill bootstrap gradient */
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    backdrop-filter: blur(14px) saturate(140%);
    border: 1px solid rgba(255,255,255,.10);
}

.hamburger {
    width: auto;

    /* niente box fisso */
    height: auto;
    padding: 0;

    /* niente padding default */
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    gap: 6px;

    /* distanza tra linee */
    line-height: 0;

    /* elimina spazio tipografico */
    font-size: 0;

    /* elimina spazio tipografico */
    vertical-align: middle;
}

.hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

#puls_navbar_pc {
    color: #ffffff;
    background: none;
    font-size: 16px !important;
    border-style: none;
    margin-left: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0 !important;
}

#Footer_3_aziende {
    background: var(--footer-bg);
    color: var(--footer-ink);
}

.txt_footer {
    font-size: 16px;
    font-weight: lighter;
    margin-top: 14px;
    margin-bottom: 34px;
    line-height: 17px;
}

#Footer_3_aziende a {
    font-weight: 500;
    font-size: 16px;
    color: var(--footer-ink);
}

.copyright {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 19px;
    margin-top: 1px;
}

.diritti {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 19px;
    margin-top: -8px;
}

#txt_caption {
    margin-top: 100px;
}

#scopri {
    border-bottom-style: none !important;
    text-align: right;
    font-size: 20px !important;
}

#elenco_cucine_home,
#elenco_giornonotte_home,
#elenco_camerette_home {
    margin-top: 30px;
    padding: 0 30px;
}

@media (min-width:768px){
    #elenco_cucine_home,
  #elenco_giornonotte_home,
  #elenco_camerette_home {
        margin-top: 0px;
    }
}

#div_puls_home_vedi i.fa {
    font-size: 22px;
    vertical-align: -2px;
}

#carousel_cucine img.img-responsive,
#carousel_zenith img.img-responsive,
#carousel_omnia img.img-responsive,
#carousel_eclipse img.img-responsive,
#carousel_gruppi img.img-responsive,
#carousel_kosmos img.img-responsive,
#carousel_giornonotte img.img-responsive,
#carousel_camerette img.img-responsive {
    border-radius: 10px !important;
}

.social_ico {
    font-size: 20px !important;
    color: var(--footer-bg);
    margin-right: 10px;
    margin-left: 5px;
}

.footer_muted {
    color: var(--footer-muted) !important;
}

.nome_az_footer {
    color: #ffffff;
    font-weight: 600;
}

/* SOLO pulsanti dentro i submenu */
/* .sandwich-submenu .sandwich-link{
  font-size:16px;
  padding:20px 18px 10px 40px;
  border-radius:10px;
  background:white;
  box-shadow:none;
  margin:4px 5px 4px 40px;
  color:blue !important;
} */
/* Hover SOLO submenu */
/* .sandwich-submenu .sandwich-link:hover{
  background:#ffffff;
} */
/* evita il gap nero al primo caricamento del hero 4 categorie su pc */
#intro23 {
    background-color: #F6F4F1;
    background-position: center;
    background-size: cover;
}

#carousel_camerette img {
    width: 100%;
}

.testata_pc {
    display: flex;

    /* (ripulito: era doppio) */
    position: fixed;
    width: 98%;
    max-width: 1200px;
    top: 10px;
    height: 60px;
    border-top: 2px none #ffffff;
    border-bottom: 2px none #ffffff;
    z-index: 999;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    border-radius: 10px;
    padding-right: 15px;
    background: linear-gradient(90deg, rgba(135,135,38,0.53) 0%, rgba(30,83,14,0.70) 100%);

    /* kill bootstrap gradient */
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    backdrop-filter: blur(14px) saturate(140%);
}

.testata_mob {
    position: fixed;
    left: 2%;
    right: 2%;
    top: 10px;
    height: 90px;
    z-index: 999;
    padding-left: 0px;
    border-radius: 10px;
    padding-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-style: none;
    box-shadow: 3px 2px 11px -4px;
    background: linear-gradient(90deg, rgba(47,47,45,0.53) 0%, rgba(106,105,101,0.52) 100%);

    /* kill bootstrap gradient */
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    backdrop-filter: blur(14px) saturate(140%);
    border: 1px solid rgba(255,255,255,.10);
}

/* ===================== inizio stili personalizzati per cucine_home ======================== */
/* ===================== fine stili personalizzati per cucine_home ======================== */
/* ===================== inizio stili personalizzati per giornonotte_home ======================== */
/* ===================== inizio stili personalizzati per camerette_home ======================== */
/* =========================
   CAROUSEL HOME CAMERETTE (solo questo)
   ========================= */
#carouselHomeCamerette .carousel-inner > .item {
    height: 80vh;
    min-height: 520px;
    background-size: cover;
    background-position: center;
}

/* box caption centrato */
#carouselHomeCamerette .ch-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 82%;
    max-width: 720px;
    max-height: 520px;

    /* GLASS / BLUR */
    background: rgba(20, 20, 20, 0.35);

    /* fallback elegante */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    padding: 30px 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    z-index: 10;
    margin-top: 40px;

    /* (come nel tuo) */
}

#carouselHomeCamerette .ch-logo {
    margin: 0 auto 10px;
    max-width: 220px;
    height: auto;
}

#carouselHomeCamerette .ch-title {
    margin: 15px 0;
    white-space: nowrap;
}

#carouselHomeCamerette .ch-claim {
    margin: 0px 0 20px;
}

#carouselHomeCamerette .ch-cta {
    display: inline-block;
    margin: 20px 0 10px;
}

/* indicators sopra la caption */
#carouselHomeCamerette .carousel-indicators {
    z-index: 20;
}

/* =========================
   FADE (solo questo carousel)
   ========================= */
/* niente “slide” laterale */
#carouselHomeCamerette.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

#carouselHomeCamerette.carousel-fade .carousel-inner .item,
#carouselHomeCamerette.carousel-fade .carousel-inner .active.left,
#carouselHomeCamerette.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

#carouselHomeCamerette.carousel-fade .carousel-inner .active,
#carouselHomeCamerette.carousel-fade .carousel-inner .next.left,
#carouselHomeCamerette.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

#carouselHomeCamerette.carousel-fade .carousel-inner .next,
#carouselHomeCamerette.carousel-fade .carousel-inner .prev,
#carouselHomeCamerette.carousel-fade .carousel-inner .active.left,
#carouselHomeCamerette.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0,0,0);
}

.section_white {
    background-color: var(--surface);
}

/* ================================== INIZIO STILI HOME PAGE CAMERETTE ================================== */
.box_tit_ca_home {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.box_tit_ca_home h2 {
    text-align: center;
    color: var(--ink);
    font-weight: lighter !important;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--ink);
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.padding_top_bot_sect_40.row {
    display: flex;
    flex-wrap: wrap;
}

.padding_top_bot_sect_40.row > [class*="col-"] {
    display: flex;
}

#testo_qualita > * {
    margin-bottom: 40px;
}

#icone_qualita .col-md-3 {
    text-align: center;
}

#CA_promo_eventi div.col-md-6>h2 {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    height: 3px;
    margin-left: -15px;
}

#CA_promo_eventi div.col-md-6>p {
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: -5px;
    margin-left: -15px;
    font-weight: 600;
}

#mat_occhiello {
    color: #ffffff;
    font-size: 23px !important;
    line-height: 24px;
    font-weight: 400 !important;
    margin-top: -9px !important;
}

/* DEDUP: in origine questo blocco era ripetuto più volte identico */
#CA_promo_eventi div.col-md-6 > h2 {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    height: 3px;
    margin-left: -15px;
    color: #ffffff;
}

#CA_promo_eventi div.col-md-6 > p {
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: -11px;
    margin-left: -15px;
    font-weight: 600;
    color: #ffffff;
}

#box_promozioni ul {
    position: absolute;
    top: 120px;
    color: #ffffff;
    line-height: 22px;
    font-size: 19px;
    margin-top: 20px;
}

#CA_promo_eventi div.col-md-6 > div {
    position: absolute;
    margin-left: -15px;
    text-align: center;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    bottom: 34px;
}

#box_materasso h2 {
    color: #ffffff;
    font-size: 28px !important;
}

#eventi_occhiello {
    color: #ffffff;
    font-size: 24px !important;
    width: 100% !important;
    font-weight: 300 !important;
    line-height: 28px !important;
    left: 10px;
    margin-top: -7px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#occa_occhiello {
    color: #ffffff;
    font-size: 25px !important;
    text-align: left !important;
    top: 80px !important;
    width: 67% !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    left: 10px;
}

.box_eventi {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
}

@media (min-width:768px){
    #etichetta_A {
        position: absolute;
        bottom: -20px;
        left: -20px;
        margin-bottom: 0;
    }

    #CA_promo_eventi div.col-md-6 > h2 {
        font-size: 30px;
    }

    #CA_promo_eventi div.col-md-6 > div {
        bottom: 20px;
    }

    .box_eventi {
        margin-bottom: 0px;
        padding: 0;
    }
}

@media (min-width:992px){
    #box_materasso h2 {
        color: #ffffff;
        font-size: 44px !important;
    }

    #mat_occhiello {
        color: #ffffff;
        font-size: 30px !important;
        line-height: 1.1;
        font-weight: 400 !important;
        margin-top: 9px !important;
        letter-spacing: -1px;
    }

    #box_promozioni ul {
        position: absolute;
        top: 170px;
        color: #ffffff;
        line-height: 38px;
        font-size: 26px;
        letter-spacing: -1px;
        margin-top: 35px;
    }

    #box_eventi h2 {
        color: #ffffff;
        font-size: 44px !important;
        font-weight: 600 !important;
    }

    #eventi_occhiello {
        font-size: 35px !important;
        margin-top: 10px !important;
        padding: 0 30px !important;
        line-height: 35px !important;
        font-weight: 400 !important;
    }

    #box_promozioni h2 {
        color: #ffffff;
        text-align: left !important;
        padding-left: 46px !important;
        font-size: 46px !important;
        line-height: 46px !important;
        margin-top: 14px !important;
    }

    #occa_occhiello {
        color: #ffffff;
        font-size: 33px !important;
        text-align: left !important;
        top: 110px !important;
        width: 67% !important;
        font-weight: 300 !important;
        line-height: 38px !important;
        left: 0px;
    }
}

/* ================================== FINE STILI HOME PAGE CAMERETTE ================================== */
/* ================================== INIZIO STILI HOME PAGE CUCINE ================================== */
.box_tit_cu_home {
    width: 320px;
    height: 320px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box_tit_cu_home h2 {
    text-align: center;
    color: var(--surface);
    font-weight: lighter !important;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    margin-top: 60px;
}

.box_tit_cu_home p {
    width: 80%;
    font-size: 18px;
    font-weight: 300;
    margin: 30px auto 60px;
    color: var(--surface);
    text-align: center;
}

.column_box_tit_home {
    display: flex;
    justify-content: center;
    align-items: center;
}

.column_box_img_home {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#thumb_coll div.col-md-4 {
    padding-left: 0;
    margin-bottom: 30px;
    padding-right: 0;
}

#thumb_coll div.col-md-4 h3 {
    position: absolute;
    left: 50%;
    color: var(--surface);
    width: 200px;
    padding: 38px 10px 10px;
    text-align: center;
    font-family: 'Asap', sans-serif;
    font-weight: 300;
    border: 1px solid #ffffff;
    box-shadow: 26px 26px 4 13px #000000;
    font-size: 42px;
    text-transform: none;
    height: 200px;
    margin-top: 12%;
    margin-bottom: 50%;
    transform: translate(-50%, -50%);
    top: 25%;
    right: 50%;
    line-height: 117px;
}

.didasc_coll_cu_mob {
    font-size: 18px;
    padding: 10px;
    line-height: 1.2;
    text-align: center;
    color: var(--surface);
}

/* (era presente due volte nel file originale: tenuta qui come utility)
.padding_top_bot_sect_40{
  padding-top:40px;
  padding-bottom:40px;
} */
/* ================================== FINE STILI HOME PAGE CUCINE ================================== */
/* ================================== INIZIO BUTTON ================================== */
.pulsanti {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-title);
    min-width: 100px !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    border: 1px solid var(--ink);
    background-color: var(--surface) !important;

    /* box-shadow: 0px 0px 3px 1px var(--ink) !important; */
    height: 40px;
    text-transform: none;
    margin-bottom: 0;
    color: var(--ink);
    padding-top: 2px;
}

.pulsanti i {
    font-size: 20px !important;
    margin: 0px 5px 0;
}

.pulsanti p {
    margin: 0px 5px 0;
    font-weight: 600;
}

/* ================================== FINE BUTTON ================================== */
/* ================================== INIZIO STILI HOME PAGE GIORNONOTTE ================================== */
.overlay {
    width: 100%;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#box1_on {
    opacity: 0;
}

#box2_on {
    opacity: 0;
    left: 20%;
}

#box3_on {
    opacity: 0;
    left: 40%;
}

#box4_on {
    opacity: 0;
    left: 60%;
}

#box5_on {
    opacity: 0;
    left: 80%;
}

#box_linee {
    position: absolute;
    height: 100%;
    width: 20%;
    border-right: 1px solid #ffffff;
}

.hover_modelli {
    /* background-color: rgba(0, 0, 0, 0.51) */
    position: absolute;
    height: 100%;
    width: 20%;

    /* border-left: 1px solid #ffffff */
    border-right: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #ffffff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.modelli {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    text-align: center;
    color: rgba(255, 255, 255, 1) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.75);
    padding-bottom: 12px;
    font-weight: 500;
}

.modelli_sottotit {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px !important;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.75);
    padding-bottom: 17px;
    text-transform: capitalize;
    font-weight: 300;
}

.btn_didasc {
    background-color: rgba(0, 0, 0, 0.65);
    font-family: 'Armata', sans-serif;
    font-size: 20px;
    color: #ffffff !important;
    letter-spacing: 1px;
    font-weight: normal;
    width: 80%;
    height: 60px;
    padding-top: 15px !important;
    display: block;
    margin-top: 70px;
    border-radius: 56px;
    border: 2px solid #ffffff;
}

.btn_didasc:hover {
    background-color: #e95e26;
}

.didasc_frontali {
    margin-bottom: 50px;
    width: 100%;
    text-align: center !important;
    min-height: 50px !important;
}

.didasc_modularita {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center !important;
}

.p_frontali {
    margin-bottom: 50px;
}

.h3_modularita {
    background: linear-gradient(90deg, #e95e26 0%, rgba(233, 94, 38, 0.44) 100%);
    opacity: 80%;
    color: white;
    padding: 5px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
}

/* ================================== FINE STILI HOME PAGE GIORNONOTTE ================================== */
.margin_auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ====================== inizio didascalia su miniature comp_index NEW ====================== */
#didasc_min {
    position: absolute;
    bottom: 3px;
    z-index: 1;
    background-color: #ffffff;
    margin-bottom: 8px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;

    /* box-shadow: 3px 1px 3px #969696; */
    left: 8px;
}

#didasc_min p {
    text-transform: uppercase;
    text-align: left;
    color: #666666 !important;
    margin-bottom: 0;
    font-size: 16px !important;
    line-height: 120%;
    font-weight: 800;
    padding: 3px 5px 0 5px;
}

/* ====================== fine didascalia su miniature comp_index NEW ====================== */
#CA_CO_qualita_home_img_A {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 2px solid #ffffff;
}

@media (min-width: 768px) {
    #CA_CO_qualita_home_img_A {
        position: absolute;
        bottom: -20px;
        left: 25px;
        margin-bottom: 0;
    }
}

/* ====================== classe da applicare alle section per avere lo sfondo alternativo  ====================== */
.sfondo_surface {
    background-color: var(--surface);
}

/* ====================== toglie il bordo ai pulsanti  ====================== */
.btn-default:focus,
.btn-default.focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    border-color: unset;
    outline: unset;
}

.nopadding {
    padding: 0 !important;
}

/* ====================== gestione icone qualità home CA  ====================== */
#CA_CO_qualita_home_loghi div.col-md-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#CA_CO_qualita_home_loghi h3 {
    text-align: center;
}

/* ====================== gestione banner promozioni / eventi home CA  ====================== */
#CA_RW_promo_eventi div.col-md-6 {
    position: relative;
    padding: 10px 0px;
}

#occa_occhiello span {
    font-weight: 900;
    line-height: 40px;
}

@media (min-width: 992px) {
    #occa_occhiello span {
        line-height: 56px;
    }

    #box_materasso h2 {
        color: #ffffff;
        font-size: 44px !important;
    }
}

@media (min-width: 768px) {
    #CA_RW_promo_eventi div.col-md-6 {
        padding: 10px 10px;
    }
}

/* ==================== annulla formattazione pulsante menù ==================== */
.menu-titoli a {
    color: var(--ink);
    background-color: transparent;
    border-radius: 0px;
    box-shadow: unset;
    font-size: 22px;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: block;
}

/* ==================== testo incipit pagine ==================== */
.sfondo_sfum_incipit {
    background: linear-gradient(90deg, var(--bg-col1), var(--line));
    color: var(--ink);
    padding-top: 120px !important;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .sfondo_sfum_incipit {
        padding-top: 80px !important;
        padding-bottom: 20px;
    }
}

/* ==================== box template frontali ==================== */
.box_template_frontali {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .box_template_frontali {
        min-height: 800px;
    }
}

/* ============ container fake: stessi stili di un container Bootstrap ma che non figura come tale nel DOM ============ */
.container_fake {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container_fake {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container_fake {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container_fake {
        width: 1170px;
    }
}

.container_fake:before,
.container_fake:after {
    display: table;
    content: " ";
}

.container_fake:after {
    clear: both;
}
