@charset "utf-8";


body {
	color: #000;
	background: #dbdbdb;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;
}
input, textarea, select {
	color: #000;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;
}

h1 {
	text-align: center;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 60px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 0px;
}

h2 {
	text-align: center;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 40px;
}

.navigationUl li a h2{
	line-height: 15px;
}

h3 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 30px;
}

h4 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 30px;
}

p {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
blockquote {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
img{
	max-width: 100%;
}

.liniaServeis{
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 100px;
}

.icoServei{
	margin-top: 3px;
	margin-right: 10px;
	float: left;
	width: 25px;
}


.icoCentrat{
	width: 200px;
	position: relative;
	left: 50%;
	margin-left:-100px;
	
}
.icoCostat{
	width: 60px;
	vertical-align: middle;
	
}

.icoHorari{
	width: 60px;
	position: relative;
}
.icoContacte{
	padding-bottom: 8px;

}
.icoMapa{
	padding-bottom: 11px;

}
.icoPressupost{
	padding-top: 5px;
}

.info{
	margin-bottom: 80px;
}


.imatgeProjecte{
	cursor: pointer;
	width: 100%;
}
.imatgeProjecteAdmin{
	width: 100%;
}

a, a:active, a:hover{
	outline: 0px;
}

header {
	overflow: hidden;
	/*background: url(../img/headerBack6.png);*/
	background-color: #898d8f;
	padding-top:150px;
	padding-bottom: 150px;
	text-align: center;
}

.container {
	width: 100%;
	max-width: 1920px;
 	 margin-right: auto;
 	 margin-left: auto;

}


.imatgeLogo {
	width: 600px;
	margin: auto;
}


.navigation{
	text-align:center;
	padding:0px;
	box-shadow: 0px 13px 13px -8px #898d8f;
	position:relative;
	background:#fff;
}
.navigationUl{
	text-align:center;
	margin-top:1px;
	padding:0;
	list-style:none;
}
.navigationUl li{
	display:inline;
	margin:20px;
}
.navigationUl li a{
	display:inline-block;
	color:#898d8f;
	text-decoration: none;
	line-height:22px;
	margin:0px 22px;
	transition:all 0.3s ease-in-out;
}

.navigationUl li a:hover{ 
	text-decoration:none;
	color: #b70000;
}
.navigationUl li a.active{ 
	text-decoration:none;
	color: #b70000;
}

.logoNavigation{
	border-radius: 20px 20px 20px 20px;
	width: 40px;
	box-shadow: inset 0px 0px 2px 0px #898d8f;
	transition:all 0.3s ease-in-out;
}
.logoNavigation:hover{
	box-shadow: inset 0px 0px 2px 0px #b70000;
}



.section{
	padding-top: 80px;
	padding-bottom: 80px;
}
ul.navigationUl li.icoMostraAmaga{
	display: none;
}
.botoMenu{
	font-size:40px;
}

.botoMenu:hover{
	color:#b70000;
}

.iframeMaps{
	width: 100%;
	height: 450px;
	border:1px solid #898d8f;
	border-radius:30px;
	box-shadow: 0px 0px 50px 0px #000;
	margin-bottom: 60px;
}

.separadorContingut{
	  content: " ";
  	display: table;
	color: black;
}

.separador {
	position: relative;
	background: #fff;
}

.separador::before, .separador::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

.separador::before, .separador::after {
	left: 50%;
	width: 100px;
	height: 100px;
	transform: translateX(-50%) rotate(45deg);
}

.separador::before {
	top: -40px;
	background: #fff;
}

.separador::after {
	bottom: -40px;
	z-index: -1;
	background: inherit;
}


.inputs{
	width: 500px;
	height: 40px;
}
textarea{
	width: 500px;
	height: 200px;
}
.imatgeProjecte{
	border:1px solid #898d8f;
	border-radius:10px;
	box-shadow: 0px 0px 3px 0px #000;
	margin: auto;
}
.linia{

}

.contingutProjectes{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.contingutProjectesAdmin{
	padding-top: 10px;
	-webkit-column-count: 6; /* Chrome, Safari, Opera */
    -moz-column-count: 6; /* Firefox */
    column-count: 6;
}
.llistaProjectes{
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}

.textProjecte{
	text-align: justify;

}


#projectes hr{
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
#projectes hr:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}


.liniaContacte:after {
  content: " ";
  display: table;
}

.liniaContacte:after {
	clear: both;
}
.liniaContacte{
	text-align: center;
}

.contacteEsquerra{
	float: left;
	width: 48%;


}

.contacteDreta{
	float:right;
	width: 48%;
	
	
}
.contacteDretaMbl{
		display: none;	
}

.pressupostForm{
	text-align: center;
}

.boton{
	margin-top: 20px;
	text-align: center;
	background:#898d8f;
	width: 500px;
	height: 40px;
	border-radius:4px;
	color:#ffffff;
	text-transform:uppercase;
	border:0px;
	transition:all 0.3s ease-in-out;
}

.boton:hover{
	background-color: #b70000;
	cursor: pointer;

}
.footer{
	margin-top: 100px;
	text-align: center;
}

.totsInputs{
	border:1px solid #898d8f;
	border-radius:5px;
	transition:all 0.3s ease-in-out;
}

.totsInputs:focus{
	box-shadow: inset 0px 0px 2px 0px #b70000;
}
.missatge{
	margin-top: 20px;
}

#contacte a{
	display:inline-block;
	padding:10px 22px;
	line-height:20px;
	color: #000;
	border-radius:4px;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
}

#contacte a:hover{
	box-shadow: inset 0px 0px 2px 0px #b70000;

}

.veureImatge {
    display: none; 
    position: fixed; 
    z-index: 1; 
   padding-top: 4%; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
    cursor: pointer;
}

.veureImatgeContingut {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
}

#TextImatge {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    margin-bottom: 4%;
}

.veureImatgeContingut, #TextImatge {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.tancarImatge {
    position: absolute;
    bottom: 50%;
    right: 5%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.tancarImatge:hover,
.tancarImatge:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.usuari{
	text-align: center;
}

.con{
	margin-top: 10px;
}
.nouProjecte{
	text-align: center;
}