@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:auto;
max-height:100%;
height:auto;
}

* {
    margin: 0;
    padding: 0;
}
#container_imatge{
	float:left;
	margin: 0;
	max-width:100%;
	height:auto;
	width:auto\9;
	z-index:3;
	display:block;
}
#container_imatge_mobil{
	float:left;
	margin: 0;
	max-width:100%;
	height:auto;
	width:auto\9;
	z-index:3;
	display:none;
}
#cos_central{
	float:left;
	width:80%;
	height:auto;
	z-index:5;
	margin:5% 10%;
}
.serveis{
	float:left;
	width:20%;
	height:auto;
	margin: 2% 2.5%;

}
.rodona_num{
	float:left;
	width:auto;
	height:auto;
	border-radius:4em;
	background:rgb(191,4,17);
	padding:.6em 1.5em;
	margin:1em 0;
}
.text_serveis{
	float:left;
	width:100%;
	height:auto;
	margin:1em 0;
	text-align:center;
}
.boto_inici a{
	float:left;
	width:auto;
	left:auto;
	padding:1em 2em;
	margin:2em 0;
	border-color: rgb(91,91,91);
	border-width: 1px;
	border-style:dashed;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	color: rgb(91,91,91);
	text-decoration:none;
}
.boto_inici a:hover{
	float:left;
	border-color: rgb(91,91,91);
	border-width: 1px;
	border-style:dashed;
	background: rgb(191,4,17);
	color:rgb(255,255,255);
	margin-bottom:5%;
}

.imatge{
	float: left;
	width: 100%;
	height: 20%;
	margin-top: 2em;
	background-image:url(../imatges/img-esquerdes-rehabilitacio-inici01.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:40%;
	height:auto;
	margin:5% 35%;
	padding:3em .5em;
	/*border-color:rgb(255,255,255);
	border-width: 2px;
	border-style:solid;*/
}
.boto_inici_imatge a{
	float:left;
	width:auto;
	left:auto;
	padding:1em 2em;
	margin-top:2em;
	border-color: rgb(255,255,255);
	border-width: 1px;
	border-style:solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	color: rgb(255,255,255);
	text-decoration:none;
}
.boto_inici_imatge a:hover{
	float:left;
	border-color: rgb(255,255,255);
	border-width: 1px;
	border-style:solid;
	background: rgb(91,91,91);
}	



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

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

#cos_central{
	margin:0;
	width:100%;
}	
}
	



/* PER A 1024px O MENYS */
@media screen and (max-width: 1024px) {
	
#cos_central{
	margin:0;
	width:100%;
}

}

/* PER A 768px O MENYS */
@media screen and (max-width: 768px) {
	
#container_imatge_mobil{
	display:block;
}
#container_imatge{
	display:none;
}
#cos_central{
	margin:0;
	width:100%;
}
.serveis{
	width:95%;
	border-bottom-color: rgb(191,4,17);
	border-bottom-width: 1px;
	border-bottom-style:solid;
}
.rodona_num{
	margin-left:2em;
}
.text_imatge{
	float:left;
	width:80%;
	height:auto;
	margin:2% 10%;
}
}

/* PER A 480px O MENYS */
@media screen and (max-width: 480px) {
	
#container_imatge_mobil{
	display:block;
}
#container_imatge{
	display:none;
}

}