:root {
 --primo: #43301F;
 --secondo: #B19881;
 --nero: #0B0400;
 --bianco: #ffffff;
 --grigio: #f7f7f7;
 --trasp: rgba(0, 0, 0, 0);
}

/*
font-family: "Playfair Display", serif;
font-family: "Lato", sans-serif;
*/

html{
  scroll-padding-top:134px;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--nero);
}

a{
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Playfair Display", serif;
  color: var(--nero);
}


.container-fluid{
  max-width: none;
}


a.logo_header{
  position: relative;
  display: inline-block;
  height: 70px!important;
  width: 360px!important;
  background-image: url(../images/logo_header.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px;
  margin: 0px!important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: auto;
  height: auto;
  z-index: 2;
  filter: brightness(0) invert(1);
  font-size: 1rem;
  line-height: 1rem;
  text-indent: -9999px;
}

.header-page.fixed-header a.logo_header{
  filter: brightness(1) invert(0);
}

/*a.logo_header img{
  position: relative;
  width: 360px;

}*/


.header-page{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  height: auto;
  background-color: var(--trasp);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header-page.fixed-header{
  background-color: var(--bianco);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.nav-active header{
  position: fixed;
}

.side-nav-bar{
  position: fixed;
  right: auto;
  left: 2rem;
  top:0;
  height: 134px;
  margin: 0;
  padding: 2rem 0;
}

.side-nav-bar p{
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--bianco);
  margin: 0;
  padding: 0;
  margin-left: 3.5rem;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.side-nav-bar:has(+ .fixed-header) p{
  color: var(--nero)
}

.side-nav-bar input{
  margin: 0;
  padding: 0;
}

.side-nav-bar .menu-btn>span,
.side-nav-bar .menu-btn>span::before,
.side-nav-bar .menu-btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--bianco);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.side-nav-bar:has(+ .fixed-header) .menu-btn>span,
.side-nav-bar:has(+ .fixed-header) .menu-btn>span::before,
.side-nav-bar:has(+ .fixed-header) .menu-btn>span::after {
    background-color: var(--nero);
}

.side-nav-bar .menu-btn:hover span,
.side-nav-bar .menu-btn:hover span::before,
.side-nav-bar .menu-btn:hover span::after{
  background-color: var(--secondo);
}

.side-nav-bar #menu-toggle:checked~.menu-btn>span::before,
.side-nav-bar #menu-toggle:checked~.menu-btn>span::after{
  background-color: var(--bianco);
}

.side-nav-bar:has(+ .fixed-header) #menu-toggle:checked~.menu-btn>span::before,
.side-nav-bar:has(+ .fixed-header) #menu-toggle:checked~.menu-btn>span::after{
  background-color: var(--nero);
}

.side-nav-bar #menu-toggle:checked~.menu-btn:hover span::before,
.side-nav-bar #menu-toggle:checked~.menu-btn:hover span::after{
  background-color: var(--secondo);
}

.side-nav-bar .menu-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-1.25rem);
    display: flex;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0;
    margin: 0;
}

.social-lang{
  position:absolute;
  right: 0;
  top:0;
  display:flex;
  list-style: none;
  height: 70px;
  justify-content: flex-start;
  align-items: center;
  top:2rem;
  right: 2rem;
  margin: 0;
}

.social-lang li{
  position: relative;
  padding: 0 1rem;
}

.social-lang li:last-child{
  padding: 0 0 0 1rem;
}

.social-lang li a:link,
.social-lang li a:visited{
  position: relative;
  font-size: 1rem;
  font-weight: 300;
  color: var(--bianco);
}

.header-page.fixed-header .social-lang li a:link,
.header-page.fixed-header li a:visited{
  color: var(--nero);
}

.social-lang li a:hover{
  color: var(--secondo);
}

.header-page.fixed-header .social-lang li a:hover{
  color: var(--secondo);
}

.social-lang li a.text::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom:-0.5rem;
  left: 0;
  background-color: var(--bianco);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.social-lang li a.text:hover::before{
  width: 0%;
  background-color: var(--secondo);
}

.header-page.fixed-header .social-lang li a.text::before{
  background-color: var(--nero);
}

.header-page.fixed-header .social-lang li a.text:hover::before{
  background-color: var(--secondo);
}

.nav-overlay:before,
.nav-overlay:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: var(--primo);
  border-bottom-left-radius: 0%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(-100%) translateY(0%);
  transform: translateX(-100%) translateY(0%);
}

.nav-overlay:after {
  background: var(--nero);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-overlay:before {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.nav__list-item{
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.nav__list-item a {
  font-family: "Lato", sans-serif;
  position: relative;
  text-decoration: none;
  color: var(--bianco);
  overflow: visible;
  cursor: pointer;
  padding: 1rem 0;
  font-weight: 100;
  letter-spacing: 2px;
  z-index: 2;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nav__list-item a:after {
  position: absolute;
  content: '';
  top: auto;
  bottom:0.4rem;
  margin: 0;
  left: 0%;
  width: 0;
  height: 1px;
  opacity: 1;
  background-color: var(--bianco);
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nav__list-item a:hover:after {
  height: 1px;
  opacity: 1;
  left: 0;
  width: 100%;
  background-color: var(--bianco);
}

.nav__list-item a:hover {
  color: var(--bianco);
}

.nav__list-item.active-nav a {
  color: var(--bianco);
}

.nav__list-item.active-nav a:after {
  height: 1px;
  opacity: 1;
  width: 100%;
  background-color: var(--bianco);
}

.nav__content h3{
  position: relative;
  color: var(--bianco);
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav__content p{
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--bianco);
  font-weight: 300;
  margin-bottom: 2rem;
}

.nav__content i{
  font-size: 1rem;
  line-height: 1.2rem;
  color: var(--bianco);
}

.nav__content .list-unstyled li{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.nav__content .list-unstyled a:link,
.nav__content .list-unstyled a:visited{
  position: relative;
  font-size: 1rem;
  line-height: 1.2rem;
  color: var(--bianco);
  margin: 0 0 2rem 0;
}

.nav__content .list-unstyled a:hover{
  color: var(--secondo);
}

.nav__content .list-unstyled a::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  width: 100%;
  background-color: var(--bianco);
  bottom:-0.5rem;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nav__content .list-unstyled a:hover::before{
  width: 0%;
  background-color: var(--secondo);
}




.hero{
  position: relative;
  width: 100%;
  height: 100vh;
}

.hero .video1,
.hero .video2{
  position: relative;
  height: 100vh;
  width: 50%;
  padding: 0rem;
  overflow: hidden;
}

.hero .video1 .contenitore,
.hero .video2 .contenitore{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--nero);
}

/*.hero .video1{
  background-color: #df00cc;
}

.hero .video2{
  background-color: #dfcc00;
}*/

/* VIDEO INTRO */

.section_video {
	position: relative;
	/*top: 0;
	left: 0;*/
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	z-index: 1;
}
.section_video video {
	position: relative;
	/*top: 0;
	left: 0;*/
	min-height: 100%;
	min-width: 100%;
	z-index: 1;
  filter: grayscale(1) brightness(0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hero .video1 .contenitore:hover video,
.hero .video2 .contenitore:hover video {
  filter: grayscale(0) brightness(1);
}

/*.section_video::before{
  position: absolute;
  content: "";
  display: block;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  z-index: 2;
}*/

/* FINE VIDEO INTRO */

.dida_hero{
  position: absolute;
  top:50%;
  left: 4rem;
  transform: translateY(-50%);
  z-index: 2;
}

.dida_hero h2{
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: var(--bianco);
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 2rem 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/*.hero .video1 a:hover .dida_hero h2,
.hero .video2 a:hover .dida_hero h2{
  color: var(--secondo);
}*/

.dida_hero h2::before{
  content: "";
  position: absolute;
  bottom:-0.5rem;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--bianco);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hero .video1 a:hover .dida_hero h2::before,
.hero .video2 a:hover .dida_hero h2::before{
  width: 0%;
}

.dida_hero .arrow-hero{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: var(--bianco);
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--bianco);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hero .video1 a:hover .dida_hero .arrow-hero,
.hero .video2 a:hover .dida_hero .arrow-hero{
  transform: translateX(1rem);
}

.scroll-down{
  position: absolute;
  bottom:4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.scroll-down a:link,
.scroll-down a:visited
{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.scroll-down a p{
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: var(--bianco);
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.scroll-down a:hover p{
  color: var(--secondo);
}

.scroll-down a i{
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: var(--bianco);
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.scroll-down a:hover i{
  color: var(--secondo);
}

.scroll-down a .arrow-down{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-animation: slide-in-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
	        animation: slide-in-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
}

.home-section{
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.home-section .container-fluid{
  position: relative;
  z-index: 2;
}


.slide-panel__index {
  font-family: "Playfair Display", serif!important;
  color: var(--bianco)!important;
  font-size: 2.8rem!important;
  text-transform: uppercase!important;
}

.slide-panel__caption h3 {
  font-family: "Lato", sans-serif!important;
  font-size: 1.7rem !important;
  line-height: 2.5rem !important;
  text-transform: unset !important;
  max-width: 44rem!important;
}


.chi-siamo{
  background-image: url(../images/fascia_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*.chi-siamo::before{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: var(--nero);
  opacity: 0.4;
}*/

.blocco-testo h3{
  position: relative;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 2rem 0;
  margin:  0 0 2rem 0;
  color: var(--primo);
}

.blocco-testo h3 em{
  text-transform: none;
  font-style: italic;
}

.blocco-testo h3::before{
  content: "";
  position: absolute;
  width: 4rem;
  height: 1px;
  background-color: var(--primo);
  bottom:0;
  left: 0;
}

.chi-siamo .blocco-testo h3{
  color: var(--secondo);
}

.chi-siamo .blocco-testo h3::before{
  background-color: var(--secondo);
}

.blocco-testo p{
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--nero);
  padding: 0;
  margin: 0 0 2rem 0;
}

.chi-siamo .blocco-testo p{
  color: var(--bianco);
}

.cta{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cta p{
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: var(--nero);
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 2rem 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cta:hover p{
  color: var(--secondo);
}

/*.hero .video1 a:hover .dida_hero h2,
.hero .video2 a:hover .dida_hero h2{
  color: var(--secondo);
}*/

.cta p::before{
  content: "";
  position: absolute;
  bottom:-0.5rem;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--nero);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cta:hover p::before{
  width: 0%;
  background-color: var(--secondo)!important;
}

.cta .arrow-hero{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: var(--nero);
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--nero);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.blocco-testo .cta:hover .arrow-hero{
  transform: translateX(1rem);
  border: 1px solid var(--secondo);
  color: var(--secondo);
}

.blocco-testo .cta p::before{
  background-color: var(--bianco);
}

.blocco-testo .cta .arrow-hero{
  color: var(--bianco);
  border: 1px solid var(--bianco);
}

.mood{
  background-image: url(../images/fascia_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.mood::before{
  content: "";
  position: absolute;
  top:0;
  right: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: var(--bianco);
  opacity: 0.9;
}

.mood .blocco-testo .cta p::before{
  background-color: var(--nero);
}

.mood .blocco-testo .cta .arrow-hero{
  color: var(--nero);
  border: 1px solid var(--nero);
}

.mood .blocco-testo .cta:hover .arrow-hero{
  color: var(--secondo);
  border: 1px solid var(--secondo);
}

.catalogo{
  background-image: url(../images/fascia_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.catalogo::before{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: var(--nero);
  opacity: 0.8;
}

.catalogo .blocco-testo h3{
  color: var(--secondo);
}

.catalogo .blocco-testo h3::before{
  background-color: var(--secondo);
}

.catalogo .blocco-testo p{
  color: var(--bianco);
}

.catalogo .blocco-testo .cta:hover p{
  color: var(--secondo);
}

.progetta{
  background-image: url(../images/fascia_04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.progetta::before{
  content: "";
  position: absolute;
  top:0;
  right: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: var(--bianco);
  opacity: 0.9;
}

.progetta .blocco-testo .cta p::before{
  background-color: var(--nero);
}

.progetta .blocco-testo .cta .arrow-hero{
  color: var(--nero);
  border: 1px solid var(--nero);
}

.progetta .blocco-testo .cta:hover .arrow-hero{
  color: var(--secondo);
  border: 1px solid var(--secondo);
}




.footer-menu h5{
  position: relative;
  color: var(--primo);
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-menu .menu-item a {
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: var(--nero);
}

.footer-menu .menu-item a.no-upper {
    text-transform: none;
}

.footer-menu .menu-item a:hover {
    color: var(--secondo);
    padding-left: 0;
}

.footer-menu .menu-item a::before {
    content: "";
    border-bottom: 0;
    position: absolute;
    bottom:-0.5rem;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: var(--nero);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer-menu .menu-item a:hover::before {
    content: "";
    border-bottom: 0;
    position: absolute;
    top:auto;
    bottom:-0.5rem;
    left: 0px;
    width: 0%;
    height: 1px;
    background-color: var(--secondo);
}


footer#footer {
    background-color: var(--grigio);
    margin-top: 0px;
    padding-top: 100px;
}

#footer-bottom {
    border-top: 1px solid #efefef;
    padding-top: 30px;
    margin-top: 0px;
}

.fascia-section {
    position: relative;
    background-image: var(--fascia-img);
    background-size: cover;
    background-position: center;
    /* padding: 7rem 0 6rem 0; */
}

.fascia-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: block;
    z-index: 1;
    background: var(--fascia-bg);
}

.fascia-section.fascia-dx::before {
    right: auto;
    left: 0;
}

.fascia-section .fascia-body {
    position: relative;
    z-index: 2;
    opacity: 0;
}

.fascia-section .fascia-img {
    opacity: 0;
}

.fascia-section.fascia-sx .fascia-body {
    margin-left: 50%;
}

.fascia-section.fascia-sx .fascia-img, .fascia-section.fascia-dx .fascia-img  {
  position: absolute;
  width: 50%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  height: 100%;
}


.fascia-section.fascia-sx .fascia-img img, 
.fascia-section.fascia-dx .fascia-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fascia-section.fascia-dx .fascia-img {
  left: 50%;
}

.fascia-section.fascia-dx .fascia-body {
    margin-right: 50%;
}


.fascia-body.fascia-body-full {
    width: 100% !important;
    margin-left: 0px !important;
}

.fascia-body {
  padding: 6rem;
}

.fascia-section .section-header{
  padding: 0 4rem;
  margin-bottom: 3rem;
}

.fascia-section .section-body{
  padding: 0 4rem;
  margin-bottom: 3rem;
}

.fascia-section h2{
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--primo);
  margin: 0;
  margin-bottom: 1rem;
}

.fascia-section h2 em{
  font-style: italic;
  color: var(--secondo);
}

.fascia-section .section-body p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    line-height: 2.5rem;
}

.no-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.fascia-body-white, .fascia-body-white h2, .fascia-body-white p, .fascia-body-white a, .fascia-body-white li, .fascia-body-white span {
  color: var(--bianco)!important;
}

.fascia-content p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}


.catalog-flipbook-trigger {
    display: inline-block;
}

/* rimuove del tutto lo spazio della finta copertina/pagine, 
   non lo taglia solamente: così il div _df_thumb (che riceve il click)
   si restringe naturalmente al solo titolo visibile */
.catalog-flipbook-trigger .df-book-wrapper,
.catalog-flipbook-trigger .df-book-page1,
.catalog-flipbook-trigger .df-book-page2,
.catalog-flipbook-trigger .df-book-cover {
    display: none !important;
}

/* il titolo normalmente è a opacity:0 e compare solo in hover: lo rendiamo sempre visibile */
.catalog-flipbook-trigger .df-book-title {
    display: inline-block;
    position: static !important;
    opacity: 1 !important;
}

/* Ottimizzazione Mobile */

.dida_hero a {
    width: 60px;
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 1280px) and (orientation: portrait) {

  /*
.hero, .hero .video1, .hero .video2  {
    height: 75vh;
} */

.section_video video {
    width: auto;
    height: 100vh;
}

.catalog-card {
    position: relative;
    flex: 0 0 auto;
    width: calc((100vw - 168px))!important;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

  .video1 video {
    right: 50%;
 }

}


@media (max-width: 991px) {
    .gallery-lightbox__close {
        top: -4.5rem;
    }
}


@media screen and (max-width: 820px) {
  .fascia-img, .fascia-body, .fascia-section.fascia-dx .fascia-img, .fascia-section.fascia-dx .fascia-body, .fascia-section.fascia-sx .fascia-img, .fascia-section.fascia-sx .fascia-body {
    width: 100%!important;
    display: block!important;
    position: relative!important;
    margin-left: 0px!important;
    left: 0px!important;
  }


  .catalog-card {
      position: relative;
      flex: 0 0 auto;
      width: calc((100vw - 108px))!important;
  }

}

  @media screen and (max-width: 768px) {
    a.logo_header {
        width: 250px !important;
    }
  }

  @media screen and (max-width: 767px) {
  .nav__list-item a {
    padding: 0.5rem 0;
    font-size: 1.5rem;
  }
  }

  @media screen and (max-width: 600px) {
    a.logo_header {
        width: 200px !important;
    }

    p.menu-name {
        display: none!important;
    }

    .social-lang li {
      position: relative;
      padding: 0 0.5rem;
  }

  .slide-panel__index {
      font-size: 2.1rem !important;
      line-height: 2.4rem;
  }

  .slide-panel__caption h3 {
    font-size: 1.5rem !important;
    line-height: 2.0rem !important;
  }



  body.nav-active .nav__list-item {
    text-align: center;
  }

  .nav__content {
    margin-top: 80px !important;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
    overflow: scroll;
    height: 100%;
  }

  body.nav-active .nav__block .nav__block-item {
    opacity: 1;
    transform: translateX(0%);
    text-align: center;
    margin-top: 30px;
    font-size: 1.5rem;
}

.nav__content .list-unstyled li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

}

@media screen and (max-width: 600px) {

  .fascia-body, .contact-section {
    padding: 4rem 2rem!important;
  }

  .fascia-section h2, .catalog-section h2, .gallery-section h2 {
    font-size: 2rem!important;
  }

  .nav__list-item a {
      padding: 0.2rem 0;
      font-size: 1.2rem;
      font-weight: 300;
  }

  .nav__content h3 {
    font-weight: 200;
    font-family: 'Lato', sans-serif;
  }

  .section-eyebrow {
    margin-left: 1rem!important;
 }

 .section-header span:before {
    left: -18px!important;
 }

}

@media screen and (max-width: 500px) {

  .header-page {
    padding: 0.5rem 0;
  }

     a.logo_header {
        width: 140px !important;
    }

    section {
      width: 100vw;
      overflow: hidden;
    }

    .social-link {
      display: none!important;
    }

    .dida_hero {
    left: 2rem;
    }

    .contact-section h2 {
    font-size: 1.2em!important;
    }

    .side-nav-bar {
    height: 85px;
    }

    .social-lang {
      top: 0rem;
    }

    .nav__content {
        margin-top: 40px !important;
    }

    .nav__list-item a {
      padding: 0.2rem 0;
      font-size: 1.2rem;
    }

    .nav__content p {
      position: relative;
      font-size: 1rem;
      line-height: 1.5rem;
      color: var(--bianco);
      font-weight: 300;
      margin-bottom: 1rem;
      margin-top: -1rem;
    }

  }