@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'moderna';
	src: url('../fonts/MODERNA_.TTF') format('truetype');
}

img, object,embed,video{
max-width:100%;
width:100%;
max-height:100%;
height:100%;
}

* {
    margin: 0;
    padding: 0;
}

#cos_central{
	float:left;
	width:50%;
	height:auto;
	z-index:5;
	margin:5% 15%;
}


.imatge_empresa{
	float: left;
	width: 100%;
	height: 20%;
	background-image:url(../imatges/img-esquerdes-rehabilitacio-empresa.png);
	background-repeat:no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.text_imatge{
	float:left;
	width:20%;
	height:auto;
	margin:5% 15%;
	padding:1em 0em;
	/*border-color:rgb(255,255,255);
	border-width: 2px;
	border-style:solid;*/
}
	



/* -------------------------------- MEDIA-QUERY  ----------------------*/

/* PER A 1280px O MENYS */
@media screen and (max-width: 1280px) {
	
}



/* PER A 1024px O MENYS */
@media screen and (max-width: 1024px) {


}

/* PER A 768px O MENYS */
@media screen and (max-width: 768px) {

#cos_central{
	width:90%;
	margin:5% 5%;
}

.text_imatge{
	float:left;
	width:90%;
	height:auto;
	margin:5% 5%;
}
}

/* PER A 480px O MENYS */
@media screen and (max-width: 480px) {
.text_imatge{

	width:70%;
	margin:5% 25% 5% 5%;
}


}