	
	
	/* Definicin de variables de color */
	
	:root {
	 
	/* fons blocs principals */
	
	/* fons */

	 --f-body:  #9db1b8; 		/*body*/	 
	 --f-caps:  #9db1b8; 		/*capsalera*/
	 --f-menu1: #ff91a5;			/*menu*/
	 --f-menu2: #9db1b8; 			/*submenu b*/
	 --f-menu3: #9db1b8; 			/*submenu c...*/
	 --f-main:  #775a3a; 	/*main*/
	 --f-mainb: #9db1b8; 		/*main blocs*/
	 --f-button: #9db1b8;	 	
	 --f-foot:  #9ce2fb; 		/*footer*/ 

	/* text */	
		
	 --txt-body:  #fff;
	 --txt-caps:  #fff;
	 --txt-menu1: #fff;
	 --txt-menu2: #fff;
	 --txt-menu3: #fff;	 	 
	 --txt-main:  #fff;
	 --txt-mainb: #fff;
	 --txt-button: #fff;	  
	 --txt-foot:  #775a3a;
		
		
	/* links */	
		
	 --lk-txt-body:  #fff;	 
	 --lk-txt-caps:  #000;
	 --lk-txt-menu1: #fff;
	 --lk-txt-menu2: #fff;
	 --lk-txt-menu3: #fff;	 	 
	 --lk-txt-main:  #775a3a;
	 --lk-txt-mainb: #fff;
	 --lk-txt-button: #775a3a;	  
	 --lk-txt-foot:  #ff4366;
		
	/* fons links */	
		
	 --lk-f-body:  #fe0;
	 --lk-f-caps:  #271210;
	 --lk-f-menu1: #271210;
	 --lk-f-menu2: #fe0;
	 --lk-f-menu3: #fe0;	 	 
	 --lk-f-main:  #fe0;
	 --lk-f-mainb: #fe0;
	 --lk-f-button: #9db1b8;	 	 
	 --lk-f-foot:  #775a3a;

		
	/* link hovers */	
		
	 --lk-txt-h-body:  #000;
	 --lk-txt-h-caps:  #000;
	 --lk-txt-h-menu1: #fff;
	 --lk-txt-h-menu2: #ff91a5;
	 --lk-txt-h-menu3: #ff4366; 	 
	 --lk-txt-h-main:  #ff4366;
	 --lk-txt-h-mainb: #ff4366;
	 --lk-txt-h-button: #775a3a;	  
	 --lk-txt-h-foot:  #fff;	
		
	 
	/* fons hovers */	
		

	 --lk-f-h-body:  #ffffff;
	 --lk-f-h-caps:  #4d4d4d;
	 --lk-f-h-menu1: #271210;
	 --lk-f-h-menu2: #9db1b8;	 
	 --lk-f-h-menu3: #9db1b8;
	 --lk-f-h-main:  #fff;
	 --lk-f-h-mainb: #ff4366;
	 --lk-f-h-button: #9ce2fb;	 
	 --lk-f-h-foot:  #ffffff;	 

	/* especials */

	 --e1: #f0d6d6;
     --e2: #f00;

	/* caixes */
		
	  --bor-main: #775a3a;
	  --bor-table: #fff;	
	  --bor-foot: #775a3a;			
	}
		
	

.svg{
	
	
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(115deg) brightness(106%) contrast(103%);
	}

.change_svg{
  
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(228deg) brightness(102%) contrast(101%);
}	
	body {
	
		 
		
		  /* The image used */
	   /*background-image: url("https://liberisliber.com/images/maquetacio_web/2023/fons_blur.jpg");*/
		
		/* Full height */
	
	
		background-color: var(--color-3); 
	
		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		
		
	
	}	
	
	.wrap_mobile {
	
	
        background-image: url(https://liberisliber.com/images/maquetacio_web/2023/capsalera-web.jpg);
        background-size: auto 500px;
        background-position:100% -260px;
        background-repeat: no-repeat;
        

}
		#gradient {
	

		
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+46,000000+46&0.92+0,0+46 */
		background: linear-gradient(to right,  var(--f-caps) 20%,rgba(0,0,0,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


	}

	#deco_img {

		background-image: url("https://liberisliber.com//images/maquetacio_web/2023/capsalera-web.jpg");
        background-size: auto 90%;
        background-position: 100% 100%;
        z-index: 2;
	}
	    main {
        /*background-image: url(https://liberisliber.com/images/maquetacio_web/2023/fons-bottom.jpg);*/ 
        background-size: 160%;
        background-position: bottom;
        background-repeat: no-repeat;
        background: linear-gradient(to bottom,  #271210  1%,#775a3a 5%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    }
