	
	
	/* Definicin de variables de color */
	



	:root {
	 
	/* fons blocs principals */
		
		
	/* fons */

	 --f-body:  #c0794d; 		/*body*/	 
	 --f-caps:  #3296a4; 		/*capsalera*/
	 --f-menu1: #fff;			/*menu*/
	 --f-menu2: #fff; 			/*submenu b*/
	 --f-menu3: #fff; 			/*submenu c...*/
	 --f-main:  #c0794d; 	/*main*/
	 --f-mainb: #3296a4; 		/*main blocs*/
	 --f-button: #a80000; 		/*butons*/		 		
	 --f-foot:  #3296a4; 		/*footer*/ 

	/* text */	
		
	 --txt-body:  #fff;
	 --txt-caps:  #fff;
	 --txt-menu1: #c0794d;
	 --txt-menu2: #c0794d;
	 --txt-menu3: #c0794d;	 	 
	 --txt-main:  #fff;
	 --txt-mainb: #fff;
	 --txt-button: #fff;	  
	 --txt-foot:  #ffffff;
		
		
	/* links */	
		
	 --lk-txt-body:  #fff;	 
	 --lk-txt-caps:  #ffffff;
	 --lk-txt-menu1: #c0794d;
	 --lk-txt-menu2: #c0794d;
	 --lk-txt-menu3: #c0794d;	 	 
	 --lk-txt-main:  #fff;
	 --lk-txt-mainb: #ffeac2;
	 --lk-txt-button: #fff;		 	 
	 --lk-txt-foot:  #fff;
		
	/* fons links */	
		
	 --lk-f-body:  #ffffff;
	 --lk-f-caps:  #ffffff;
	 --lk-f-menu1: #c0794d;
	 --lk-f-menu2: #fff;
	 --lk-f-menu3: #fff;	 	 
	 --lk-f-main:  #ffffff;
	 --lk-f-mainb: #0d0d0d;
	 --lk-f-button: #a80000;	  
	 --lk-f-foot:  #ffffff;

		
	/* link hovers */	
		
	 --lk-txt-h-body:  #574747;
	 --lk-txt-h-caps:  #ffffff;
	 --lk-txt-h-menu1: #fff;
	 --lk-txt-h-menu2: #3296a4;
	 --lk-txt-h-menu3: #fff; 	 
	 --lk-txt-h-main:  #ffeac2;
	 --lk-txt-h-mainb: #fcd4c1;
	 --lk-txt-h-button: #fe0;	 
	 --lk-txt-h-foot:  #ffffff;	
		
	 
	/* fons hovers */	
		

	 --lk-f-h-body:  #ffffff;
	 --lk-f-h-caps:  #4d4d4d;
	 --lk-f-h-menu1: #c0794d;
	 --lk-f-h-menu2: #fff;	 
	 --lk-f-h-menu3: #3296a4;
	 --lk-f-h-main:  #fff;
	 --lk-f-h-mainb: #ffffff;
	 --lk-f-h-button: #3296a4;	 
	 --lk-f-h-foot:  #ffffff;	 

	/* especials */

	 --e1: #f0d6d6;
     --e2: #a80000;

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


#social_nav {
	background-color: var(--f-mainb);
}

.change_svg{
	filter: brightness(0) saturate(100%) invert(68%) sepia(7%) saturate(3881%) hue-rotate(334deg) brightness(78%) contrast(91%);
	
}
 .svg{
filter: invert(1)  ;

}
form .svg{
filter: brightness(0) saturate(100%) invert(52%) sepia(42%) saturate(571%) hue-rotate(339deg) brightness(93%) contrast(89%);
}



	body {
	
	  /* The image used */
	  background-image: url("https://liberisliber.com/images/maquetacio_web/2014/fons_blur.jpg");
		
		/* 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/2014/capsalera-web.jpg);
        background-size: auto 250px ;
        background-position:100% 0%;
        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) 15%,rgba(0,0,0,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	#deco_img {

		    background-image: url("https://liberisliber.com//images/maquetacio_web/2014/capsalera-web.jpg");
        background-size: auto 80%;
        background-position: 100% 100%;
        z-index: 2;
	}
	    main {
       /*! background-image: url(https://liberisliber.com/images/maquetacio_web/2024/fons-bottom.jpg); */
        background-size: 160%;
        background-position: bottom;
        background-repeat: no-repeat;
        
    }
