/*  -- Tablet --  */
@media all and (max-width: 1043px) {
	#menu-size{
		display: none;
	}
	#menu-mbl{
		display: block;
	}
	.body-section1{margin-top: -40px;}
	.fcb_bg_big {
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background-image: url(../img/fcb_black_trans.png);
	    background-size: auto 60%;
	    background-repeat: no-repeat;
	    z-index: -1;
	    background-position: bottom -75px right;
	}
}




/*  -- Mòbil --  */
@media all and (max-width: 767px) {
	.p-10_m{padding: 10px !important;}
	.mt-30_m{margin-top: 30px !important;}
	.fs-35_m{font-size:35px !important;}
	.background-line-white{font-size:28px !important;}
	.fs-20_m{font-size:20px !important;}
	.separador{border-top: solid 1px #ccc;padding-top:40px;}
	.facebook, .twitter, .youtube, .instagram{
		display: none;
	}
	table{
	    min-width: auto !important;
	}
	.mt-100_mbl{margin-top: 100px;}
	.fotografia{
		width: calc(50% - 10px);
    	height: 180px;
	}
}


