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

	
	/* fons */

	 --f-body:  #c0c0c0; 		/*body*/	 
	 --f-caps:  #c0c0c0; 		/*capsalera*/
	 --f-menu1: #a30303;			/*menu*/
	 --f-menu2: #264159; 			/*submenu b*/
	 --f-menu3: #4f7186; 			/*submenu c...*/
	 --f-main:  #9cb5be; 	/*main*/
	 --f-mainb: #264159; 		/*main blocs*/
	 --f-button: #000; 		/*butons*/		 		
	 --f-foot:  #e71753; 		/*footer*/ 

	/* text */	
		
	 --txt-body:  #a40005;
	 --txt-caps:  #a40005;
	 --txt-menu1: #fffde7;
	 --txt-menu2: #fffde7;
	 --txt-menu3: #fffde7;	 	 
	 --txt-main:  #fff;
	 --txt-mainb: #fff;	
	 --txt-button: #9cb5be;	 
	 --txt-foot:  #ffffff;
		
		
	/* links */	
		
	 --lk-txt-body:  #fff;	 
	 --lk-txt-caps:  #ffffff;
	 --lk-txt-menu1: #fff;
	 --lk-txt-menu2: #fff;
	 --lk-txt-menu3: #fffde7;	 	 
	 --lk-txt-main:  #fffde7;
	 --lk-txt-mainb: #fffde7;
	 --lk-txt-button: #9cb5be;		 	 
	 --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: #264159;	 
	 --lk-f-foot:  #ffffff;

		
	/* link hovers */	
		
	 --lk-txt-h-body:  #a40005;
	 --lk-txt-h-caps:  #ffffff;
	 --lk-txt-h-menu1: #fff;
	 --lk-txt-h-menu2: #9cb5be;
	 --lk-txt-h-menu3: #fff; 	 
	 --lk-txt-h-main:  #ffeac2;
	 --lk-txt-h-mainb: #9cb5be;
	 --lk-txt-h-button: #9cb5be;	  
	 --lk-txt-h-foot:  #ffffff;	
		
	 
	/* fons hovers */	
		

	 --lk-f-h-body:  #ffffff;
	 --lk-f-h-caps:  #4d4d4d;
	 --lk-f-h-menu1: #9cb5be;
	 --lk-f-h-menu2: #fff;	 
	 --lk-f-h-menu3: #4f7186;
	 --lk-f-h-main:  #fff;
	 --lk-f-h-mainb: #ffffff;
	 --lk-f-h-button: #a40005;	 
	 --lk-f-h-foot:  #ffffff;	 

	/* especials */

	 --e1: #ffe724;
     --e2: #f00;

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

 .svg,.social svg{
filter: brightness(0) saturate(100%) invert(95%) sepia(12%) saturate(814%) hue-rotate(314deg) brightness(108%) contrast(105%);
}
.change_svg{
filter: brightness(0) saturate(100%) invert(99%) sepia(11%) saturate(439%) hue-rotate(215deg) brightness(112%) contrast(100%);
}

body {
	
		 
		
		/* The image used */
	    e/* background-image: url("https://liberisliber.com/images/maquetacio_web/2013/fons_blur.jpg");*/
		
		/* Full height */
	
	
		/*! background-color: #02112a !important; */
	
		/* 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/2013/capsalera-web.jpg);
        background-size: auto 100%;
        background-position:100% 0%;
        background-repeat: no-repeat;
         background-color: var(--f-caps);

}
	

	#deco_img {

		background-image: url("https://liberisliber.com//images/maquetacio_web/2012/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;
        
    }
