.titolo-1{
    color:#B08D57 !important;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}



.row-o-full-height .sc_promo > .sc_promo_text {
  order: 1;
  width: 50%;
  margin: 0px;

}

.row-o-full-height .sc_promo > .sc_promo_image {
  order: 2;
  width: 50%;
  background-size: cover;
  background-position: center;
  
 
}
.sc_item_subtitle {
  margin-bottom: 0;
}

.sc_promo_descr p {
  margin-top: 0;
  }
.menu_mobile_button_text{
  color: rgb(255, 255, 255) !important;
}

p{
  font-family: "open sans", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
}

/* Blocco generale footer */
.site_footer_wrap {
    background-color: #000;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
}

/* Menu footer compatto e centrato */
.menu_footer_wrap {
padding: 30px!important;
}

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

.menu_footer_nav_area {
    display: flex;
    justify-content: center;
    width: 100%;
}

.menu_footer_nav {
    display: flex;
  /*  gap: 30px;*/
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu_footer_nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.menu_footer_nav a:hover {
    text-decoration: underline;
}

/* Copyright compatto e centrato */
.copyright_wrap {
    padding: 10px 0;
}

.copyright_text {
    text-align: center;
    font-size: 13px;
    color: #aaa;}


.vc_custom_1469089433188{
    position: relative;
    min-height: 100vh;
}

.display-mobile{
    display: none;
}

.display-pc{
    display: block;
}
@media (min-width: 769px) {
    .scheme_dark.site_footer_wrap {
        min-height: 0vh !important;
    }    }


@media screen and (max-width: 768px) {
    .menu_footer_nav {
        display: flex;
        flex-direction: column!important;
    }
    .scheme_dark .menu_footer_nav_area ul li+li:before{
        display: none!important;
    }

    #menu_footer .menu-item{
        padding: 10px;
    }
    .menu_footer_wrap_inner{
        padding: 1em!important;
    }

    .copyright_wrap_inner{
        margin: 0 60px!important;
    }

    .vc_custom_1469089433188{
        min-height: 400px;
    }

    .display-mobile{
        display: block;
    }

    .display-pc{
        display: none;
    }
}


