
/* normal */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/OpenSans-VariableFont_wdth.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	     url('../fonts/OpenSans-VariableFont_wdth.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-weight: 300 800;
	font-stretch: 25% 151%;
	font-display: swap;
}

/* Italic */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/OpenSans-Italic-VariableFont_wdth.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	     url('../fonts/OpenSans-Italic-VariableFont_wdth.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-weight: 300 800;
	font-stretch: 25% 151%;
	font-display: swap;
}

/* normal */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/HankenGrotesk-VariableFont_wght.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	     url('../fonts/HankenGrotesk-VariableFont_wght.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-weight: 100 1000;
	font-stretch: 25% 151%;
	font-display: swap;
}

/* Italic */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/HankenGrotesk-Italic-VariableFont_wght.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	     url('../fonts/HankenGrotesk-Italic-VariableFont_wght.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-weight: 100 1000;
	font-stretch: 25% 151%;
	font-display: swap;
}
    
  

   body.page1 #core:after {
	    pointer-events: none;
		
		-moz-transition: opacity 3s ease-in-out;
		-webkit-transition: opacity 3s ease-in-out;
		-ms-transition: opacity 3s ease-in-out;
		transition: opacity 4s ease-in-out;
		
		-moz-transition-delay: 1.25s;
		-webkit-transition-delay: 1.25s;
		-ms-transition-delay: 1.25s;
		transition-delay: 1.25s;
		content: '';
		
		/* background: #800020; */
		background: #792E42;
		display: block;
		width: 100%;
		height: 1900px;
		position: absolute;
		left: 0;
		top: 0;
		
	}
	
    	
/*	body.page1 #Title-23 h2, */
	body.page1 #Images-338 .child-brimag{
	   	-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

/* 	body.page1 #Title-23 h2:before,  */
	body.page1 #Title-23 h2:after,
	body.page1 #Images-338 .child-brimag:before,
	body.page1 #Images-338 .child-brimag:after
	{
		width: 0;
	}

 
	
	
	/***************/
/*	body.page1.go-on #Title-23 h2, */
	body.page1.go-on #Images-338 .child-brimag{
	    /*
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		*/
		transform: scale(1);
		opacity: 1;
	}

/*  body.page1.go-on #Title-23 h2:before, 
	body.page1.go-on #Title-23 h2:after,*/
	body.page1.go-on #Images-338 .child-brimag:before, 
    body.page1.go-on #Images-338 .child-brimag:after
    {
		width: 100%;
	}


	
    body.page1.go-on #core:after  {
		opacity:0; 
	}
	
		
		
/* Banner */


	#Zone-25 {
	    /*
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		*/
		display: flex;
		/*
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		*/
		flex-direction: column;
		/*
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		*/
		justify-content: center;
		
		cursor: default;
		height: 100vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
		font-size: 20px;
	}
    
   #Zone-25 .my-zone > div{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
   
    
    
    

	   		
	/* 	#Title-23 h2, */
		#Images-338 .child-brimag 
		{
		   
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			
			display: inline-block;
			font-size: 1.75em;
			
			padding: 0.50em 1em;
			position: relative;
			z-index: 1;
			font-weight:800;
    		letter-spacing: 0.225em;
			text-transform: uppercase;
			text-shadow: 0 0 5px #000;
		}

	/*		#Title-23 h2:before, #Title-23 h2:after, */
	/*		#Images-338 .child-brimag:before, */
			#Images-338 .child-brimag:after
			{
			
				-moz-transition: width 0.85s ease;
				-webkit-transition: width 0.85s ease;
				-ms-transition: width 0.85s ease;
				transition: width 0.85s ease;
			
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
			
				background: #EFEED5;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
			
			}

	/*		#Title-23 h2:before, */
			#Images-338 .child-brimag:before
			{
				top: 0;
				left: 0;
			}

	/*		#Title-23 h2:after, */
			#Images-338 .child-brimag:after
			{
				bottom: 0;
				right: 0;
			}

		#Zone-25 .my-text, 	#Zone-25 .my-title-hx {
			letter-spacing: 0.225em;
			text-transform: uppercase;
		}
        
        #Zone-25 .my-text {
			font-size: inherit;
		}

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

			#Zone-25r {
				padding: 7em 3em 5em 3em ;
				height: auto;
				min-height: 0;
			}
			
			#Text-24 .my-text {
				font-size: 0.8em;
				padding:0px;
			}

	    	#Zone-25 h2 {
	    		font-size: 1.25em;
			}

		
			
			#Menu-6 .menu{
			    /* background-color: #800020 !important; */
			    background-color: #792E42 !important;
			}
			
			#Space-30 {
        	   display:none ;
        	}
		    
		    
		}
        
        
       
		
	
		
		#Title-263 .my-title-hx span {
          padding: 7px 23px
        }
        
      
      
        #Image-403,
        #Image-400,
        #Image-393,
        #Image-396,
        #Image-303,
        #Image-306,
        #Image-242,
        #Image-245,
        #Image-249
        {
            border-radius: 50%;
            border-color: #4D0013;
            border-style: solid;
            border-width: 1px;
        }
        
        #Image-403 .child-bsimag,
        #Image-400 .child-bsimag,
        #Image-393 .child-bsimag,
		#Image-396 .child-bsimag,
		#Image-303 .child-bsimag,
        #Image-306 .child-bsimag,
        #Image-242 .child-bsimag,
        #Image-245 .child-bsimag,
        #Image-249 .child-bsimag{
            border-radius: 50%;
        
        }
        
        #Image-403 .my-caption-title,
        #Image-400 .my-caption-title,
        #Image-396 .my-caption-title,
        #Image-393 .my-caption-title,
        #Image-303 .my-caption-title, 
        #Image-306 .my-caption-title, 
        #Image-242 .my-caption-title, 
        #Image-245 .my-caption-title,
        #Image-249 .my-caption-title{
           font-size: 1.4em;
           line-height: 1.8em;
           text-shadow: 0 0 5px #000;
           margin-bottom: 0px;
        }
        
        #Image-400 .my-caption-title{
            font-size: 1.3em;
        }
        #Image-303 .my-caption-title{
            font-size: 1.15em;
        }
        
        #Image-303 .my-caption-label{
            padding: 8px;
        }
        
       
        #Image-403 .my-caption-label,
        #Image-400 .my-caption-label,  
        #Image-396 .my-caption-label,  
        #Image-393 .my-caption-label, 
        #Image-303 .my-caption-label, 
        #Image-306 .my-caption-label,      
        #Image-242 .my-caption-label, 
        #Image-245 .my-caption-label,
        #Image-249 .my-caption-label{
             bottom:70px;
        }
   
    #Zone-469 .my-zone > div, 
    #Zone-467 .my-zone > div,
    #Zone-417 .my-zone > div,
    #Zone-186 .my-zone > div,
    #Zone-379 .my-zone > div,
    #Zone-184 .my-zone > div,
    #Zone-192 .my-zone > div,
    #Zone-532 .my-zone > div,
    #Zone-536 .my-zone > div,
    #Zone-73 .my-zone > div,
    #Zone-93 .my-zone > div{
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    	
		
    	#Title-299A .my-title-hx:before, 
    	#Title-299 .my-title-hx:after
		{
		    display: block;
		    content: '';
		    width: 100%;
			background: #792E42;
			height: 2px;
			position: relative;
		}
		
		
		#Title-299A .my-title-hx:before
		{
			top: -10px;
		}
	

		#Title-299 .my-title-hx:after
		{
			bottom: -10px;
		}	
		
		
		
	
	
@media screen and (min-width: 768px) and (max-width: 1279px) {
    #Title-94 .my-title-hx span, 
    #Title-381 .my-title-hx span, 
    #Title-90 .my-title-hx span, 
    #Title-187 .my-title-hx span,
    #Title-299 .my-title-hx span, /* la cura del cliente - home page */
    #Title-185 .my-title-hx  span{ 
		 font-size: 0.9em;
	}
}

@media screen and (min-width: 680px) and (max-width: 768px) {
    #Title-94 .my-title-hx span, 
    #Title-381 .my-title-hx span, 
    #Title-90 .my-title-hx span, 
    #Title-187 .my-title-hx span,
    #Title-299 .my-title-hx span,
    #Title-185 .my-title-hx  span{ 
		 font-size: 0.8em;
	}

}

@media screen and (min-width: 1px) and (max-width: 680px) {
    #Title-94 .my-title-hx span, 
    #Title-381 .my-title-hx span, 
	#Title-90 .my-title-hx span, 
    #Title-187 .my-title-hx span,
    #Title-299 .my-title-hx span, 
    #Title-185 .my-title-hx  span{ 
		 font-size: 0.6em;
	}

}

        
/* INIZIO Effetto slide-in-left titolo slogin in home */        
        
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

#Title-299.slide-in-left {
	-webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 500ms both;
	        animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 500ms both;
}


	#Text-427  /* slogan pagina sostenibilità */
	{
	 width: 600px;
	}	
		
	@media screen and (min-width: 1px) and (max-width: 499px) {
       	#Text-427 /* slogan pagina sostenibilità */
		{
		 width: 360px;
		}	
        
    }
    
    @media screen and (min-width: 500px) and (max-width: 600px) {
       	#Text-427 /* slogan pagina sostenibilità */
		{
		 width: 500px;
		}	
        
    }
    
    #Text-353 ul {
        list-style: none;
        margin-left: 0;
        padding-left: 1em;
    }
    #Text-353 ul > li:before {
        display: inline-block;
        content: "-";
        width: 1em;
        margin-left: -1em;
    }


    #Contact-382 div 
	{
	   text-align: justify;
	}	
	
	
	@media screen and (max-width: 767px) {
        /*pagina collaboratori*/
      #Column-436 > div.my-bcchild,
      #Column-452 > div.my-bcchild {
        display: flex;
        flex-direction: column;
      }
    
      #Cell-437, #Cell-453 { order: 3; }
      #Cell-438, #Cell-454 { order: 2; }
      #Cell-508, #Cell-516 { order: 1; }
      
      div.navbar.my-pal-system ul.menu.mresp > li {
          background-color: #792e42;
        }


    }

