/*ESG CSS*/

.Fade-in {
  opacity: 0; 
  transition: opacity 1s ease-in; 
}

.Fade-in.visible {
  opacity: 1; 
}
    
.wp-block-cover__image-background.has-parallax {
  height: 100vh;
}
    

#page.TopZero {
  padding-top: 0;
}
    
#page.TopZero .footer {
  margin-top: 0px;
}    
.page-template-page_ESG .header-main .header-main-inner{   
background-color: rgba(255,255,255,.8) !important;    
}
    
.LogoSVG img{
border-radius:0px !important;
}
    
.page-ESG .Blocco-Contenuto {
  margin: 0 auto;
  padding: 200px 0;
max-width: 1120px;
z-index: 9;
position: relative;
}
    
.page-ESG .Blocco-Contenuto.margine-sup {
 margin-top:-200px;
     padding-top: 0;
}
    

.page-ESG .BG-Contenuto .wp-block-heading{
  padding: 200px 0;
  margin: 0px;
}

    
.page-ESG .BG-Contenuto {
  margin: 0 auto;
}
    
.page-ESG .BG-Contenuto .wp-block-cover-is-layout-constrained {
  max-width: 800px;
}
    
.page-ESG .BG-Contenuto h2{  
  line-height: 1.5;
}
.page-ESG .page-container {
  max-width: 100%;
}
    
.page-ESG .container-fluid{
  padding-right: 0px;
  padding-left: 0px;
}

.page-ESG .page-container {
  max-width: 100%;
}    
    
.page-ESG .row {
  margin-right: 0;
  margin-left: 0;
}    
.page-ESG .row > * {
  padding-right: 0px;
  padding-left: 0px;
}
    
#primary p{
        margin-bottom: 0px;
    }
    
#page.TopZero .contact-us{
   margin-top: 0px;
}
    
#Scrool-Slider {
z-index: 8;    
   } 
#Scrool-Slider #Immagine_background {
    transform: scale(1);
    transition: border-radius 0.2s ease;
    transform-origin: center top;
    overflow: hidden;
}

#Scrool-Slider #Titolo {
    color: #a2a2a2;
    transition: color 0.2s ease;
}

#Scrool-Slider #Titolo-WR {   
    mix-blend-mode: plus-lighter;
}


#scroll-down-animation p {
  color:#fff;
  font-size: 19px !important;
margin-top: 10px !important;
}

.mouse {
  margin: 0 auto !important;
  display: block;
  height: 50px;
  width: 30px;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 50px;
}

.move {
  position: absolute;
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%,0px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%,15px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,35px);
    opacity: 0;
  }
}
    
#SCROLL-div {
  position: absolute !important;
  bottom: 55px !important;
  top: auto !important;
  left: calc(50% - 56.5px) !important;
}

#Scrool-Slider #Titolo small {
   font-size: 40px !important;     
}
    
@media screen and (max-width:1140px){
        
.page-ESG .BG-Contenuto .wp-block-heading,
.page-ESG .Blocco-Contenuto {
  padding-left: 20px !important;
  padding-right: 20px !important;
}    
    
}

@media screen and (max-width:859px){
    
#Scrool-Slider{
    position: relative !important;
}    
#primary{
        margin-top: 0px !important;
    }
.page-ESG .Blocco-Contenuto.margine-sup {
  margin-top: 0;
  padding-top: 30px;
}
.page-ESG .Blocco-Contenuto {
  padding: 30px 0;
}
.page-ESG .BG-Contenuto .wp-block-heading {
  padding: 100px 0;
}   
#SCROLL-div {
  bottom: 80px !important;
  left: calc(50% - 44.5px) !important;
}    
#scroll-down-animation p {
  font-size: 15px !important;
    
}   
.Fade-in {
  opacity: 1 !important; 
  transition: opacity 1s ease-in; 
}
.mouse {
  height: 45px;
  width: 27px;
}    
#Scrool-Slider #Immagine_background {
  opacity: 1 !important;
}    
#Scrool-Slider #Titolo {
    font-size: 7vw !important;
    line-height: 1.3 !important;
    max-width: 95% !important;
    white-space: normal !important;
    text-align: center !important;
  }
    
#Scrool-Slider #Titolo small {
   font-size: 3vw !important;     
}
    
@keyframes move {
  0% {
    transform: translate(-50%,0px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%,15px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,30px);
    opacity: 0;
  }
}
    
}

@media screen and (max-width:782px){
  
#SCROLL-div {
  bottom: 55px !important;
}   
    
#Scrool-Slider #Titolo {
    font-size: 9vw !important;
    line-height: 1.2 !important;
    max-width: 95% !important;
    white-space: normal !important;
    text-align: center !important;
}
    
#Scrool-Slider #Titolo small {
   font-size: 5vw !important;     
}
    
.wp-block-cover__image-background.has-parallax {
  height: 125vh;
}
    
}

@media screen and (max-width:480px){
    
.wp-block-cover__image-background.has-parallax {
  height: 200vh;
}
    
}

    