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

	 --f-body:  #8e8e8e; 		/*body*/	 
	 --f-caps:  #000; 			/*capsalera*/
	 --f-menu1: #354b72;		/*menu*/
	 --f-menu2: #354b72; 		/*submenu b*/
	 --f-menu3: #000; 			/*submenu c...*/
	 --f-main:  transparent; 	/*main*/
	 --f-mainb: #354b72; 		/*main blocs*/	
	 --f-button: #354b72; 		/*butons*/		 	
	 --f-foot:  #354b72; 		/*footer*/ 

	/* text */	
		
	 --txt-body:  #ffffff;
	 --txt-caps:  #ffffff;
	 --txt-menu1: #fff;
	 --txt-menu2: #fff;
	 --txt-menu3: #fff;	 	 
	 --txt-main:  #fff;
	 --txt-mainb: #fff;
	 --txt-button: #fff;	  
	 --txt-foot:  #ffffff;
		
		
	/* links */	
		
	 --lk-txt-body:  #ffffff;	 
	 --lk-txt-caps:  #ffffff;
	 --lk-txt-menu1: #fff;
	 --lk-txt-menu2: #fff;
	 --lk-txt-menu3: #fff;	 	 
	 --lk-txt-main:  #fff;
	 --lk-txt-mainb: #fff;
	 --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: #354b72;	 	 
	 --lk-f-main:  #ffffff;
	 --lk-f-mainb: #0d0d0d;
	 --lk-f-button: #354b72;	 	 
	 --lk-f-foot:  #ffffff;

		
	/* link hovers */	
		
	 --lk-txt-h-body:  #ffffff;
	 --lk-txt-h-caps:  #ffffff;
	 --lk-txt-h-menu1: #fff;
	 --lk-txt-h-menu2: #a2bff7;
	 --lk-txt-h-menu3: #a2bff7; 	 
	 --lk-txt-h-main:  #a2bff7;
	 --lk-txt-h-mainb: #a2bff7;
	 --lk-txt-h-button: #354b72;	  
	 --lk-txt-h-foot:  #a2bff7;	
		
	 
	/* fons hovers */	
		

	 --lk-f-h-body:  #ffffff;
	 --lk-f-h-caps:  #4d4d4d;
	 --lk-f-h-menu1: #000;
	 --lk-f-h-menu2: #354b72;	 
	 --lk-f-h-menu3: #fff0;
	 --lk-f-h-main:  #20921c;
	 --lk-f-h-mainb: #ffffff;
	 --lk-f-h-button: #a2bff7;	 
	 --lk-f-h-foot:  #ffffff;	 

	/* especials */

	 --e1: #f0d6d6;
   --e2: #ff3e3e;

	/* caixes */
		
	  --bor-main: #fff;
	  --bor-table: #fff;	
		--bor-foot: #fff;	
		
	}
	
	body {
	
		 
		
		/* The image used */
	   background-image: url("https://liberisliber.com/images/maquetacio_web/2019/fons-blur.jpg");
		
		/* Full height */
	
	
		 background-color: transparent !important;
	
		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		
	
	}	

.fitxa_editorial > figure:nth-child(1) > a:nth-child(1) > img:nth-child(1), #colaboradors_ampli img{
    
    background-color: white;
    padding: 8px;
    border-radius: 10px
}
.fons_svg{
    background-color: white;
padding: 8px;
}

main {
	
		 
		
		/* The image used */
	  /* background-image: url("https://liberisliber.com/images/maquetacio_web/2019/fons-blur.jpg");*/
		
		/* Full height */
	
	
	background-color: transparent !important;}



.svg, .change_svg{
	
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7463%) hue-rotate(53deg) brightness(112%) contrast(101%);
	
}

.wrap_mobile {

           background-size:auto 100% ;
        background-position:35% 40%;
        background-repeat: no-repeat;
	background-color: black
        /*!  */

}

 @media screen and (min-width: 768px) {


.wrap_mobile {

        background-image: url(https://liberisliber.com/images/maquetacio_web/2019/capsalera-web-1-2019.jpg);
        background-size:auto 100% ;
        background-position:35% 40%;
        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) 25%,rgba(0,0,0,0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
	#deco_img {

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



.parallax::before {
  content:"";
  position: absolute;
  top:0px;
	background-image: url("https://liberisliber.com/images/maquetacio_web/2019/hd-stars.png");
  background-size:   contain;
  /*background-color: red;*/
  background-repeat:  repeat;
	width: 100%;
height:var(--dynamic-height);
  transform: translateZ(-1.5px) scale(2);
  filter: blur(1px);


}

.parallax::after {
  content:"";
  position: absolute;
  top:100px;
	background-image: url("https://liberisliber.com/images/maquetacio_web/2019/hd-stars-2.png");
  background-size:   contain;
  /*background-color: red;*/
  background-repeat:  repeat;
	width: 100%;
height:var(--dynamic-height);
  transform: translateZ(-1px) scale(5);
  filter: blur(0.5px);


}
	 
}