#principal_inici{display:flex;justify-content:space-between;align-items:center;flex-flow:row wrap; }
.q_inici{
   width:24vw;height:20vw; 
  
   -ms-display: flex;
   display: flex;
   align-items: center;
   justify-content: center;

-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
}

#principal_inici a {
   color:#fff;
   text-decoration:none;
   text-shadow: 1px 2px #000;
   font-size:36px;
}

#i_viviendas{background:url(../viviendas.jpg) no-repeat center;   }
#i_locales{background:url(../locales.jpg) no-repeat  center;  }
#i_parkings{background:url(../parkings.jpg) no-repeat  center;  }

#i_viviendas:hover{background:url(../viviendas_o.jpg) no-repeat center;   }
#i_locales:hover{background:url(../locales_o.jpg) no-repeat  center;  }
#i_parkings:hover{background:url(../parkings_o.jpg) no-repeat  center;  }


.contingut_ie{dfloat:left;}
.contingut_ie img{float:left;margin:2%;}













/************************************************************************************/
/*                        7777777        222            00                       */
/*                                77      22    22      00   00 					*/ 
/*                               77	           22      00    00						*/
/*                             77          22            00    00						*/
/*                           77          2222222         00                       */  
/************************************************************************************/
   	
@media (max-width: 720px) {
	#l_telefon{font-size:5vw;padding:2.5% 1.7% 1% 1.7%;}
	#l_telefon a{font-size:5vw;}
	.esquerra1{width:98%;margin:1%}
	.dreta1{width:98%;margin:1%;}
	.i_princ1 {width:46%;height:10vw;padding:1%;margin:1%;}
	.i_princ2 {width:96%;height:10vw;padding:1%;margin:1%}
	.p_inici div{
		width:44%;height:24vw;padding:1%;margin:2%;
		font-size:3.4vw;
		text-shadow: 1px 1px #000;
	}
	

	#menu_btn{top:8px;}

	#menu_btn img{width:22px;}


	#mapaframe{height:42vw;}

	.part_peu{height:44vw;}

	#contacte #nom{width:96%;}
	#contacte #email{width:96%;}
	
	#contacte{margin-left:0%;width:98%;padding:1%;}
}