@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/*:root {
    --primary-tint: rgb(231, 224, 218);    !* caldo, ma più neutro e sabbia *!
    --primary: rgb(203, 29, 31);            !* colore base (#cb1d1f) *!
    --primary-shade: rgb(122, 18, 20);      !* più profondo, tono scuro rosso-bruno *!
    --secondary: rgb(99, 36, 32);           !* marrone caldo con sfumature rosso scuro *!
    --secondary-shade: rgb(65, 24, 22);
}*/
:root {
    --primary-tint: rgb(255, 246, 246); /* Quasi bianco con leggerissimo rosso */
    --primary: rgb(220, 50, 50); /* Rosso medio brillante */
    --primary-shade: rgb(160, 25, 25); /* Rosso scuro, coerente col primary */

    --secondary: rgb(180, 50, 50); /* Rosso secondario più soft */
    --secondary-shade: rgb(130, 35, 35); /* Variante scura del secondario */
}

::selection {
    color: #fff;
    background-color: rgb(220, 50, 50);
}


/*-RGB 88 57 39

-RGB 188 158 130

-RGB 131 105 83

-RGB 215 203 193*/

body {
    overflow-x: hidden !important;
    background-color: #E7E0DA !important;
    font-family: "Josefin Sans", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

footer {
    background-color: #fff !important;
}

h1, h2, h3, h4, h5, h6, p, a, small {
    font-family: 'Josefin Sans', sans-serif !important;
}


header:is(.header-home) {
    height: 0;
}
header:is(.header-home) .metismenu.mod-menu .metismenu-item > a {
    color: rgba(255, 255, 255, 0.60);
}
header:is(.header-home) .metismenu.mod-menu .metismenu-item > a:hover,
header:is(.header-home) .metismenu.mod-menu .metismenu-item > a:focus,
header:is(.header-home) .metismenu.mod-menu .metismenu-item > a.active {
    color: #fff;
}
.responsive header:is(.header-home) .metismenu.mod-menu .metismenu-item > a {
    color: rgba(0, 0, 0, 0.6);
}
.responsive header:is(.header-home) .metismenu.mod-menu .metismenu-item > a:hover,
.responsive header:is(.header-home) .metismenu.mod-menu .metismenu-item > a:focus,
.responsive header:is(.header-home) .metismenu.mod-menu .metismenu-item > a.active {
    color: #000;
}
.metismenu.mod-menu .metismenu-item.active > a {
    color: var(--primary);
}

/*header:is(.header-home, .header-dettaglio-superfici, .header-dettaglio-arredamento, .header-dettaglio-referenze, .header-chi-siamo, .header-recupero-pavimenti-in-legno) {
    height: 0;
}*/

/*header:not(.header-home, .header-dettaglio-superfici, .header-dettaglio-arredamento, .header-dettaglio-referenze, .header-chi-siamo, .header-recupero-pavimenti-in-legno) {
    background-color: var(--primary-tint) !important;
    position: relative !important;
}
*/

/*html:is(.responsive) header:is(.header-chi-siamo) img {
    filter: invert(0%);
}*/

/*header:not(.header-home, .header-dettaglio-superfici, .header-dettaglio-arredamento, .header-dettaglio-referenze, .header-chi-siamo) img {
    filter: invert(100%);
}

.responsive header:is(.header-recupero-pavimenti-in-legno) img {
    filter: invert(0%);
}*/

/*header:is(.header-come-lavoriamo) {
    background-color: var(--primary-tint) !important;
}*/

.body-come-lavoriamo #callToActionContatti, .body-contatti #callToActionContatti {
    display: none;
}

.banner-grey {
    position: relative;
    width: 150vw;
    left: -50vw;
    background-color: #efefef;
    padding: 2rem 2rem 2rem 50vw;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.bg-grey {
    background-color: #efefef;
}

.rp-menu {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.hamburger--spring .hamburger-inner:before {
    width: 30px;
}

.hamburger--spring .hamburger-inner:after {
    width: 20px;
}

.art-breadcrumbs {
    background-color: #fff !important;
    border-bottom: none !important;
}

/*body:is(.body-come-lavoriamo) .art-breadcrumbs {
    background-color: var(--primary-tint) !important;
}*/

.art-breadcrumbs li {
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/" !important;
}

.art-nav {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: none;
}

.metismenu.mod-menu li.metismenu-item {
    align-items: center !important;
}

.art-logo {
    margin-left: 1rem;
}

.art-nav-container.container-fluid {
    padding: 0;
}

.art-nav-container > .row {
    padding: 20px 20px 20px 20px;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}


/*.art-nav-container > .row > .rp_menu {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}*/

.rp_menu_logo {
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*header:is(.header-home, .header-dettaglio-superfici, .header-dettaglio-arredamento, .header-dettaglio-referenze, .header-chi-siamo) .hamburger-inner,
header:is(.header-home, .header-dettaglio-superfici, .header-dettaglio-arredamento, .header-dettaglio-referenze, .header-chi-siamo) .hamburger-inner:after,
header:is(.header-home, .header-dettaglio-superfici, .header-dettaglio-arredamento, .header-dettaglio-referenze, .header-chi-siamo) .hamburger-inner:before,
header:is(.header-home, .header-dettaglio-superfici, .header-dettaglio-arredamento, .header-dettaglio-referenze, .header-chi-siamo) .hamburger.is-active .hamburger-inner:before,
header:is(.header-home, .header-dettaglio-superfici, .header-dettaglio-arredamento, .header-dettaglio-referenze, .header-chi-siamo) .hamburger.is-active .hamburger-inner:after {
    background-color: white;
}

html:is(.responsive) header:is(.header-chi-siamo) .hamburger-inner,
html:is(.responsive) header:is(.header-chi-siamo) .hamburger-inner:after,
html:is(.responsive) header:is(.header-chi-siamo) .hamburger-inner:before,
html:is(.responsive) header:is(.header-chi-siamo) .hamburger.is-active .hamburger-inner:before,
html:is(.responsive) header:is(.header-chi-siamo) .hamburger.is-active .hamburger-inner:after {
    background-color: white;
}

html:is(.responsive) header:is(.header-recupero-pavimenti-in-legno) .hamburger-inner,
html:is(.responsive) header:is(.header-recupero-pavimenti-in-legno) .hamburger-inner:after,
html:is(.responsive) header:is(.header-recupero-pavimenti-in-legno) .hamburger-inner:before,
html:is(.responsive) header:is(.header-recupero-pavimenti-in-legno) .hamburger.is-active .hamburger-inner:before,
html:is(.responsive) header:is(.header-recupero-pavimenti-in-legno) .hamburger.is-active .hamburger-inner:after {
    background-color: white;
}

header:is(.header-home, .header-chi-siamo) .rp_menu_logo {
    filter: drop-shadow(2px 4px 6px black);
}*/

ul.art-hmenu > li.active > a {
    font-weight: bold;
}

body:not(.itemid-101) {
    .rp_menu_logo {
        max-width: 150px;
    }
}

#fullheight-header-image {
    height: 100vh !important;


    animation: slideInDown; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1s; /* don't forget to set a duration! */

}

.mappa-bn {
    filter: grayscale(100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary {
    background-color: var(--primary);
}

#fullheight-header-image-contenuto {
    display: flex !important;
    align-items: center !important;
    height: 100%;
    margin: auto;
}

.white-arrow {
    color: white;
    font-size: 50px;
}

.white-arrow:hover {
    color: #cccccc;
    animation: arrow_translate 0.5s ease-in infinite alternate;
}

.black-arrow {
    color: black;
    font-size: 50px;
}

.black-arrow:hover {
    color: #232323;
    animation: arrow_translate 0.5s ease-in infinite alternate;
}

.rp_my {
    margin-top: 100px;
    margin-bottom: 100px;
}

.rp_color_primary {
    color: var(--primary) !important;
}

.rp_color_secondary {
    color: var(--secondary);
}

.rp_bg_primary {
    background-color: var(--primary);
}

.rp_bg_primary_shade {
    background-color: var(--primary-shade);
}

.rp_bg_primary_tint {
    background-color: var(--primary-tint);
}

.pt-10 {
    padding-top: 10rem !important;
}

.min-h-75 {
    min-height: calc(950px * 0.75);
}

.min-h-50 {
    min-height: calc(950px * 0.50);
}

.min-h-25 {
    min-height: calc(950px * 0.25);
}

.img-fit-cover.max-h-50 {
    width: 100%;
    height: 100%;
    max-height: calc(950px * 0.50);
    object-fit: cover;
}

.img-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.max-h-25 {
    max-height: calc(950px * 0.25);
}

.max-h-50 {
    max-height: calc(950px * 0.50);
}

.max-h-75 {
    max-height: calc(950px * 0.75);
}

.marquee-section {
    position: relative;
    min-height: 51px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.marquee-section, .marquee-section * {
    overflow: hidden;
}

.marquee {
    white-space: nowrap;
}

.marquee h3 {
    font-size: 50px;
}

.marquee-div {
    position: absolute;
    animation: move-right-to-left linear 20s infinite;
}

@keyframes move-right-to-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.font-20 {
    font-size: 20px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-60 {
    font-size: 60px !important;
}

.font-70 {
    font-size: 70px !important;
}

.rp_bg_secondary {
    background-color: var(--secondary);
}

.rp_btn_primary {
    background-color: var(--primary);
    color: white !important;
    border-radius: 0;
}

.rp_btn_primary:hover {
    background-color: var(--primary-shade);
    color: white;
}

.rp_btn_secondary {
    background-color: var(--secondary);
    color: white;
}

.rp_btn_secondary:hover {
    background-color: var(--secondary-shade);
    color: white;
}

.rp_inner_border_primary {
    position: absolute;
    top: 50%;
    left: 20px;
    height: 90%;
    width: 96%;
    transform: translateY(-50%);
    border: var(--primary) solid 5px;
    border-radius: 10px;
}

.rp-negative-margin {
    margin-top: -100px;
}

/*#hamburgerMenu {
    display: block;
}*/

.parallax-image {
    /*background-attachment: fixed;*/
    /*background-size: cover;*/
    background-position: center center;
    background-size: cover;
}

/*.container-header .mod-menu {
    flex-direction: column !important;
}

.container-header .mod-menu li a {
    flex-wrap: wrap;
}*/

.contact-map-badge h3 {
    font-weight: bold;
}


.rp_border_primary {
    /*position: absolute;
    top: 50%;
    left: 20px;
    height: 90%;
    width: 96%;*/
    border: var(--primary) solid 5px;
    border-radius: 10px;
}

.social-icon {
    font-size: 2.5rem;
}

.container-fluid {
    padding: 0 !important;
}

#article-left .container {
    padding: 0;
}

.sidebar_link {
    padding: 1rem;
    background: var(--primary);
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-direction: row-reverse;
}

.sidebar_link:hover {
    background: var(--primary-shade);
}

.sidebar_link_with_image {
    background: var(--primary);
    color: white !important;
    display: flex;
    flex-direction: column;
}

.sidebar_link_with_image:hover {
    background: var(--primary-shade);
}

.sidebar_link_with_image span {
    padding: 1rem;
}

.sidebar_link_image {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

.showroom_module {
    text-align: center;
}

.showroom_module img {
    object-fit: cover;
    aspect-ratio: 1;
    width: 200px;
}

.promo-row div {
    /*display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
    grid-gap: 1rem;*/
    margin-bottom: 2rem;
}

.promo-row .slick-slide {
    padding: 0;
}

.promo-row img {
    max-width: 100px;
    aspect-ratio: 1;
    object-fit: contain;
    margin: 1rem auto;
}

#fullheight-slider {
    height: 85vh !important;
    position: relative !important;
    justify-content: center;
    align-items: center;
}

.max-w-100 {
    max-width: 100% !important;
    width: 100% !important;
}

.fit-width {
    width: fit-content !important;
}

#slider-menu-homepage {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    background-color: rgba(255, 255, 255, 0.3);
    display: table;
}

#slider-menu-homepage li {
    padding-top: 20px;
    padding-bottom: 20px;
    display: table-cell;
    text-align: center;
    min-width: fit-content;
}

#slider-menu-homepage li:hover {
    background-color: rgba(255, 255, 255, 0.6);
    animation: ease-in;
}

#slider-menu-homepage li a {
    color: white;
    font-weight: normal;
    font-size: 1.2rem;
}

#homepage-title {
    color: white;
    font-weight: bold;
    font-size: 120px;
    margin-bottom: 20px;
    line-height: 120px;
}

.vl-start {
    border: 2px dashed #232323;
    height: 120px;
    margin: 30px auto;
    width: 0;
    opacity: 50%;
    transform: rotate(-45deg);
}

.vl-end {
    border: 2px dashed #232323;
    height: 120px;
    margin: 30px auto;
    width: 0;
    opacity: 50%;
    transform: rotate(45deg);
}

/*
#article-center {
    padding: 0;
}
*/

.contact-left-container .article-main-content {
    display: flex;
    height: 100%;
}

.homepage {
    margin: 0 !important;
}

.body-home .mb-5 {
    margin-bottom: 0 !important;
}

/*#whyTitle {
    top: 45%;
    left: 0;
    transform: translateX(-50%) rotate(90deg);
    margin: 0 !important;
}*/

.mb-10 {
    margin-bottom: 10rem !important;
}


/*
@keyframes zoom {
    from {
        transform: scale(1);

        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    to {
        transform: scale(1.1);

        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
}
*/

/*#fullheight-slider .swiper-wrapper .swiper-slide {
    overflow: hidden;
}*/

/*#fullheight-slider .swiper-wrapper .swiper-slide img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}*/

/*.nav-sticky-wrapper .art-nav {
    opacity: 1 !important;
}*/

/*#fullheight-slider .swiper-wrapper .swiper-slide-prev img,
#fullheight-slider .swiper-wrapper .swiper-slide-active img,
#fullheight-slider .swiper-wrapper .swiper-slide-duplicate-active img {
    animation-name: zoom;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}*/

.object-position-center {
    object-position: center;
}

.object-position-bottom {
    object-position: bottom;
}

.footer p {
    font-size: 16px;
}

.product-item a {
    width: 100%;
    min-height: 300px;
    aspect-ratio: 1;
    background-size: cover;
}

.product-item a .art-item-title {
    background-color: rgba(0, 0, 0, 0.3);
}

.reference-item a {
    width: 100%;
    min-height: 300px;
    aspect-ratio: 1;
    background-size: cover;
}

.reference-item a .art-item {
    height: 100%;
}

.desktop .reference-item a .art-item {
    opacity: 0;
}

.responsive .reference-item a .art-item {
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity .5s ease-in-out;
    opacity: 1;
}

.desktop .reference-item:hover a .art-item {
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity .5s ease-in-out;
    opacity: 1;
}

.product-category-item a {
    width: 100%;
    min-height: 300px;
    aspect-ratio: 1;
    background-size: cover;
}

.product-category-item a .art-item {
    height: 100%;
}

.product-category-item a .art-item h2 {
    color: #fff;
}

.product-category-item a .art-item {
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity .5s ease-in-out;
}

.slideUpDown {
    animation: slideUpDownAnimation infinite alternate linear 1s;
}

.right-space-map {
    padding: 0;
}

.right-space-map .container {
    padding: 0;
}

.btn-black-outline {
    color: #232323;
    border: 1px solid #232323;
    background-color: transparent;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-black-outline:hover {
    background-color: #232323;
    color: white !important;
}

.art-button {
    background: none;
    color: #232323;
}

.art-button:hover {
    background-color: #232323;
    color: white !important;
    transition: all 0.3s ease;
}

.productImageContainer img {
    position: absolute;
}

.parquet .img-1 {
    top: 90px;
    left: 5%;
    z-index: 2;
}

.parquet .img-2 {
    top: -100px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.parquet .img-3 {
    top: 40px;
    left: 80%;
    z-index: 1;
    height: 80%;
    transform: translateX(-50%);
}

.responsive .parquet .img-1 {
    top: 50%;
    left: 5%;
}

.responsive .parquet .img-3 {
    left: 75%;
}

.twix .img-1 {
    top: 10px;
    left: 0;
    z-index: 1;
}

.twix .img-2 {
    top: 100px;
    left: 40%;
    z-index: 3;
    transform: translateX(-50%);
}

.twix .img-3 {
    top: 40px;
    left: 70%;
    z-index: 2;
    transform: translateX(-50%);
}

.responsive .twix .img-3 {
    left: 75%;
}

.boiserie .img-1 {
    top: 0;
    left: 0;
    z-index: 1;
}

.boiserie .img-3 {
    top: 40%;
    left: 50%;
    z-index: 3;
    height: 50%;
    transform: translate(-50%, -50%);
}

.boiserie .img-2 {
    top: 40px;
    left: 80%;
    z-index: 2;
    transform: translateX(-50%);
}

.responsive .boiserie .img-1 {
    top: 100px;
}

.responsive .boiserie .img-2 {
    top: 0px;
    left: 80%;
    z-index: 2;
    transform: translateX(-50%);
}

.decking .img-1 {
    top: 0;
    left: 0;
    z-index: 1;
    height: 90%;
}

.decking .img-2 {
    top: 60px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.decking .img-3 {
    top: -100px;
    left: 75%;
    z-index: 2;
    object-position: bottom;
    transform: translateX(-50%);
}

.responsive .decking .img-2 {
    top: 150px;
}

.responsive .decking .img-1 {
    top: 100px;
}

.frangisole .img-1 {
    top: 0;
    left: 0;
    z-index: 1;
    height: 90%;
}

.frangisole .img-2 {
    top: 0;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.frangisole .img-3 {
    bottom: 0;
    left: 65%;
    z-index: 2;
    transform: translateX(-50%);
}

.responsive .frangisole .img-1 {
    left: 5%;
}

.responsive .frangisole .img-2 {
    top: 10%;
    left: 65%;
}

.responsive .frangisole .img-3 {
    top: 40%;
    left: 70%;
}

h1.vertical-text, h2.vertical-text {
    white-space: nowrap;
}

.come-lavoriamo-page i {
    color: var(--primary);
}

h1.rp_color_primary, h3.rp_color_primary {
    color: var(--primary) !important;
}

.slick-slide a img {
    padding-left: 10px;
    padding-right: 10px;
}

.container-header .container-search {
    margin-top: 0;
    margin-left: 60px !important;
}

.container-header .container-search {
    margin: auto;
}

/* =======================================
   HEADER FADE MORBIDO + COLORI LINK
   ======================================= */

.nav-sticky-wrapper .art-nav {
    opacity: 1;
}

/* =======================================
   HEADER FADE MORBIDO + COLORI LINK
   ======================================= */

.nav-sticky .art-nav {
    position: relative;
    z-index: 2;
}

.nav-sticky .art-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0;
    transition: opacity 0.4s ease, box-shadow 0.4s ease;
    pointer-events: none;
    z-index: -1;
}

.nav-sticky .art-nav.scrolled::before {
    opacity: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* =======================================
   COLORI LINK
   ======================================= */

.nav-sticky .art-nav .mod-menu > li > a {
    color: #fff;
    transition: color 0.3s ease;
}

.nav-sticky .art-nav.scrolled .mod-menu > li:not(.current) > a {
    color: #000;
}

.nav-sticky .art-nav.scrolled .mod-menu > li.current > a {
    color: var(--secondary);
}

.swiperHomepage .swiper {
    height: 100vh;
}

.swiperHomepage .swiper-slide-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100% !important;
    text-align: center;
}

.swiperHomepage .swiper-slide-container h1 {
    font-size: 90px;
    font-weight: bold;
}

.swiperHomepage .swiper-slide-container h1 span {
    color: var(--primary);
}
.navbar-brand img {
    transition: transform 0.2s ease;
}

.navbar-brand img {
    max-height: 170px;          /* misura di partenza */
    height: auto;
    transition: max-height 0.25s ease, transform 0.25s ease;
}

.nav-sticky .art-nav.scrolled .navbar-brand img {
    max-height: 60px;
    width: auto;
    transform: scale(0.9);
}

.nav-sticky .art-nav-container > .row {
    margin: 0;
}

.rp_intro_text {
    font-size: 20px;
    font-weight: normal;
}

.rp_intro_link {
    font-size: 16px;
    text-decoration: none;
    border-bottom: 3px solid var(--primary);
    padding-bottom: 4px;
}

.rp_products_intro {
    font-size: 20px;
    line-height: 1.4;
    max-width: 780px;
    margin: 0 auto 2.5rem;
}

.rp_products img {
    display: block;
    object-fit: cover;
}

.rp_products_label {
    margin-top: 1rem;
    font-size: 20px;
}

/* box con altezza uguale per entrambe le immagini */
.rp_product-thumb {
    position: relative;
    width: 100%;
    padding-top: 66.66%; /* 3:2, regola se vuoi più alto/basso */
    overflow: hidden;
}

.rp_product-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rp_product-thumb {
    position: relative;
    width: 100%;
    padding-top: 66.66%; /* 3:2 */
    overflow: hidden;
}

.rp_product-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rp_references h3 {
    font-size: 20px;
}

.rp_cta_contact {
    position: relative;
    padding: 120px 0;
    background-image: url("./../../../images/cta/contattaci_bg.webp");
    background-size: cover;
    background-position: center;
}
.rp_cta_parquet {
    position: relative;
    padding: 120px 0;
    background-image: url("./../../../images/cta/parquet_bg.webp");
    background-size: cover;
    background-position: center;
}

.rp_cta_parquet::before, .rp_cta_contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.rp_cta_parquet .container, .rp_cta_contact .container {
    position: relative;
    z-index: 1;
}

.rp_cta_parquet h3, .rp_cta_contact h3 {
    color: #fff;
    font-size: 25px;
}

.py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}










/*MEDIA QUERY*/

@media (max-width: 512px) {
    #homepage-title {
        font-size: 3rem;
        line-height: 2.9rem;
        margin-bottom: 10px;
    }

    /*.art-nav-container > .row {
        justify-content: space-between;
        align-items: center;
        margin: 20px 20px 20px 20px;
        flex-wrap: nowrap;
    }*/
}

@media (max-width: 992px) {


    #article-left .navbar {
        display: flex;
        justify-content: center;
    }

    #article-left .navbar-toggler {
        background-color: var(--primary);
        fill: white;
        display: flex;
        align-items: center;
        padding: 0.5rem 0.5rem 0.4rem;
        margin-bottom: 1rem;
        align-self: center;
    }

    #article-left .navbar-toggler:before {
        content: url("./../../../images/menu/bars-solid.svg");
        display: inline;
        width: 20px;
        height: 20px;
        transform: rotate(180deg);
        filter: invert(100%);
    }

    #rp_map {
        padding: 0;
    }

    .rp_inner_border_primary {
        top: 20%;
        height: 50%;
        width: 100%;
    }

    .rp-menu {
        align-items: center;
        width: 100% !important;
        transition: all .25s ease-in-out;
        padding: 20px 20px;
        overflow-y: auto;
        background-color: rgba(0, 0, 0, 0.8) !important;
    }

    .rp-menu .art-hmenu .metismenu-item a {
        font-size: 2rem;
        margin: 0 auto 0 0;
        padding: 0;
    }

    .banner-grey {
        padding: 2rem 50px 2rem 50vw;
    }

    .contact-map-badge {
        width: 330px;
        height: 100px;
        margin: 10px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 15px;
        top: 30px;
    }

    /*.productImageContainer {
        position: unset;
        height: auto;
        width: 100%;
        overflow: hidden;
    }

    .productImageContainer img {
        position: unset;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        transform: unset !important;
    }*/
    .productImageContainer {
        position: relative;
        height: 320px;
        width: 100%;
        overflow: hidden;
    }

    .productImageContainer img {
        position: absolute;
        max-width: 200px;
        height: auto;
        object-fit: cover;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }
}

@media (max-width: 768px) {
    .py-md-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .rp_inner_border_primary {
        top: 50%;
        left: 40px;
        height: 90%;
        width: 100%;
    }

    .rp-negative-margin {
        margin-top: 10px;
    }

    .container {
        padding: 0 !important;
    }

    #article-center {
        padding: 0 !important;
    }

    #homepage-title {
        font-size: 4rem;
        line-height: 3.8rem;
        margin-bottom: 10px;
    }

    .vl-start {
        height: 50px;
        margin: 40px auto;
        transform: rotate(0);
    }

    .vl-end {
        height: 50px;
        margin: 40px auto;
        transform: rotate(0);
    }

    .art-breadcrumbs {
        padding-left: 1rem;
    }

    .font-70 {
        font-size: 50px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    .marquee h3 {
        font-size: 40px !important;
    }

    .rp_menu_logo {
        max-width: 300px;
    }

    body:not(.itemid-101) {
        .rp_menu_logo {
            max-width: 200px;
        }
    }


    .parallax-image {
        background-attachment: initial !important;
        background-size: cover;
        background-position: center center !important;
    }

    .min-h-75 {
        min-height: 75vh;
    }

    .min-h-50 {
        min-height: 50vh;
    }

    .min-h-25 {
        min-height: 25vh;
    }

    .max-h-25 {
        max-height: 25vh;
    }

    .max-h-50 {
        max-height: 50vh;
    }

    .max-h-75 {
        max-height: 75vh;
    }

    .rp_intro_text {
        font-size: 20px;
    }
    .rp_cta_contact .row {
        text-align: center;
    }

    .navbar-brand a img {
        max-width: 100px;
    }

}

@media (max-width: 1200px) {

    /*body:is(.itemid-101) header {
        background-color: #ae937e !important;
    }*/
    #fullheight-header-image-contenuto h1 span strong span {
        font-size: 5rem !important;
    }


    .rp-menu .art-hmenu {
        display: flex !important;
        justify-content: center !important;
    }

    #hamburgerMenu {
        display: block;
    }

    .container-search {
        display: none;
    }
}

@media (max-width: 500px) {

    article {
        padding: 0 1rem;
    }

    #fullheight-header-image-contenuto h1 span strong span {
        font-size: 3rem !important;
    }
}

@media (min-width: 992px) {

    .page_border {
        margin-left: 3rem;
        border-left: 5px var(--primary) solid;
        padding-left: 3rem;
    }

    .rp-menu {
        align-items: center;
        width: 50% !important;
        transition: all .25s ease-in-out;
        padding: 50px 50px;
        overflow-y: auto;
    }

    .rp-menu .art-hmenu .metismenu-item a {
        font-size: 2.5rem;
        margin: 0 auto 0 0;
        padding: 0;
    }

    .rp-menu .art-hmenu {
        display: flex;
        justify-content: center;
    }

    .vertical-text {
        transform: rotate(-90deg);
        width: fit-content;
        height: fit-content;
    }

    .vertical-text-alt {
        transform: rotate(90deg);
        width: fit-content;
        height: fit-content;
    }


    .contact-map-badge {
        width: 330px;
        height: 100px;
        margin: 10px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 15px;
    }


    .productImageContainer {
        position: relative;
        height: 500px;
        width: 100%;
        overflow: hidden;
    }

    .productImageContainer img {
        position: absolute;
        max-width: 40%;
        height: auto;
        object-fit: cover;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;

    }

    .productImageContainer.frangisole img {
        max-width: 400px;
    }

}

/*ANIMATIONS*/

@keyframes arrow_translate {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(20%);
    }
}

@keyframes slideUpDownAnimation {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30%);
    }
}
