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

	 --f-body:  #fff; 		/*body*/	 
	 --f-caps:  #fff; 		/*capsalera*/
	 --f-menu1: #000;			/*menu*/
	 --f-menu2: #000; 			/*submenu b*/
	 --f-menu3: #000; 			/*submenu c...*/
	 --f-main:  #f90101; 	/*main*/
	 --f-mainb: #fff; 		/*main blocs*/
	 --f-button: #000; 		/*butons*/		 	
	 --f-foot:  #f00; 		/*footer*/ 

	/* text */	
		
	 --txt-body:  #000;
	 --txt-caps:  #201b1b;
	 --txt-menu1: #fff;
	 --txt-menu2: #fff;
	 --txt-menu3: #fff;	 	 
	 --txt-main:  #fff;
	 --txt-mainb: #262222;
	 --txt-button: #fff;	 	 
	 --txt-foot:  #ffffff;
		
		
	/* links */	
		
	 --lk-txt-body:  #fff;	 
	 --lk-txt-caps:  #ffffff;
	 --lk-txt-menu1: #fff;
	 --lk-txt-menu2: #fff;
	 --lk-txt-menu3: #fff;	 	 
	 --lk-txt-main:  #fff;
	 --lk-txt-mainb: #000;
	 --lk-txt-button: #fff;		 	 
	 --lk-txt-foot:  #fff;
		
	/* fons links */	
		
	 --lk-f-body:  #ffffff;
	 --lk-f-caps:  #ffffff;
	 --lk-f-menu1: #000;
	 --lk-f-menu2: #fff;
	 --lk-f-menu3: #000;	 	 
	 --lk-f-main:  #ffffff;
	 --lk-f-mainb: #0d0d0d;
	 --lk-f-button: #000;	 	 
	 --lk-f-foot:  #ffffff;

		
	/* link hovers */	
		
	 --lk-txt-h-body:  #000;
	 --lk-txt-h-caps:  #ffffff;
	 --lk-txt-h-menu1: #000;
	 --lk-txt-h-menu2: #f00;
	 --lk-txt-h-menu3: #000; 	 
	 --lk-txt-h-main:  #000;
	 --lk-txt-h-mainb: #f90101;
	 --lk-txt-h-button: #f90101;	  
	 --lk-txt-h-foot:  #ffffff;	
		
	 
	/* fons hovers */	
		

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

	/* especials */

	 --e1: #f0d6d6;
     --e2: #ab0000;

	/* caixes */
		
	  --bor-main: #fff;
	  --bor-table: #4c4c4c;	
	  --bor-foot: #fff;		
		
	}
#gradient{
	
		background: linear-gradient(to right,  var(--f-caps) 45%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
}
.social svg {
	fill: var(--f-body);
	width: 30px;
}
.change_svg{
	
	filter: brightness(0) saturate(100%) invert(100%) sepia(76%) saturate(1%) hue-rotate(162deg) brightness(103%) contrast(101%);
}
	.wrap_mobile {

	

        background-color: var(--f-caps);

}
@media screen and (min-width: 768px) {
	
	#gradient{
	
		background: linear-gradient(to right,  var(--f-caps) 35%,rgba(0,0,0,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
}
.svg{
    filter: invert(1);
    -webkit-filter: invert(1);
}

	
	
.svg,.change_svg{
	}
	
.box_inline .svg,table .svg,table .change_svg{
filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(7483%) hue-rotate(271deg) brightness(95%) contrast(104%);}		
	
	body {
	
		 
		
		/* The image used */
	   /*background-image: url("https://liberisliber.com/images/maquetacio_web/2015/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/2015/capsalera-new-2.jpg);
        background-size: auto 250px;
        background-position:right 23px;
        background-repeat: no-repeat;
        background-color: var(--f-caps);

}
}

@media screen and (min-width: 1200px) {
	
    .wrap_mobile {
        background-position:center 23px;
	}
	#gradient{
	
		background: linear-gradient(to right,  var(--f-caps) 25%,rgba(0,0,0,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
}
	
}


.data_capsalera{
	
	color: var(--color-t1)
}
	#deco_img {

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