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

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

* {
    margin: 0;
    padding: 0;
}
#contacte_general{
	float:left;
	width:100%;
	height:700px;
	margin:0;
	z-index:6;

}
#container_contacte{
	float:left;
	/*position:relative;*/
	width:100%;
	height:700px;
	
/*	background-image:url(../../../01.Finques%20Bruc/Nova%20web/imatges/administrador-finques-bruc-oficina-04.png);
	background-attachment: fixed;
    background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
	z-index:6;
	background:rgb(91,91,91);
}
.formulari_contacte{
	float:left;
	position:relative;
	width:100%;
	height:300px;
	margin-top:-300px;
	background:rgb(191,4,17);
	z-index:2;
	opacity:.7;
	
}

#container_formulari{
	float:left;
	position:relative;
	width:70%;
	height:380px;
	margin-top:-300px;
	z-index:3;
	margin-left:15%;
	margin-right:15%;
	padding:1em;

}
.img_email{
	float:left;
	width:35px;
	height:35px;
	margin:0% 5%;
}

.interior_formulari{
	float:left;
	width:40%;
	height:auto;
	margin:.5% 5%;
}
.formulari{
	width:80%;
	font-family:Verdana, Geneva, sans-serif;
	padding:.5em;
	font-style: normal;
	color:rgb(91,91,91);
	background:rgb(255,255,255);
	border-radius:6px;
	border-color:rgb(255,255,255);
	border-style:solid;
}

.formulari_comentari{
	width:82%;
	font-size: .8em;
	font-family:Verdana, Geneva, sans-serif;
	padding:.5em;
	font-style: normal;
	color:rgb(91,91,91);
	border-radius:6px;
	border-color:rgb(255,255,255);
	border-style:solid;

}
.boto{

	font-family:Verdana, Geneva, sans-serif;
	padding:.8em 3em;
	font-size: 1em;
	font-style: bold;
	color:rgb(255,255,255);
	background:rgb(91,91,91);
	border-radius:6px;
	border-color:rgb(255,255,255);
	border-style:solid;
	margin:3.5% 0;
}
.boto:hover{
	color:rgb(191,4,17);
	background:rgb(255,255,255);
}

#descripcio{
	float:left;
	width:70%;
	height:auto;
	margin:6% 15%;
}
.imgdescripcio{
	float:left;
	width:50%;
	height:auto;
}
.textdescripcio{
	float:left;
	max-width:35%;
	height:auto;
	width:auto\9;
	margin-left:2%;
	margin-right:13%;
}


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


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


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


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

#contacte_general{
	height:900px;
}	

#container_contacte{
	height:900px;
}
.formulari_contacte{
	height:550px;
	margin-top:-550px;
}
#container_formulari{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	height:550px;
	margin-top:-550px;
}
.interior_formulari{
	width:90%;
}
#descripcio{
	width:96%;
	margin:10% 2%;
}
.textdescripcio{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
.imgdescripcio{
	width:90%;
	margin:0 5%;
}


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



}




