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

/* ESTILS DE LA CABECERA */

.header-index {
	width: 80%;
	height: 150 px;
	margin: 0px auto;
}

.header {
	width: 80%;
	height: 150px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.logo{
	margin-top: 5px;
	text-align: center;
}

.logo-principal {
	background-repeat: no-repeat;
}

.logotexto {
	display: none;
}

.logoboton {
	width: 100%;
	height: auto;
	text-align: center;
}

.boto-comunitats {
	text-align: center;
	height: 45px;
	width: 95%;
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color: #ffec64;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: #333333;
	font-family: 'Gochi Hand', cursive;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
	padding-top: 8px;
	margin-top: 10px;
}

.fletxa img{
	display: none;
}

.container .header .logoboton .fletxa img {
	display: none;
}

.container .header .logoboton .boto-comunitats a p {
	margin-top: 5px;
	line-height: 0.7em;
	font-size: 15px;
}

.container .header-index .logoboton .boto-comunitats a p {
	margin-top: 5px;
	line-height: 0.7em;
	font-size: 15px;
}

.boto-comunitats:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}

.boto-comunitats:active {
	position:relative;
	top:1px;
}

.quisom {
	text-align: justify;
	width: auto;
	float: left;
	margin-left: 50%;
	margin-top: -7px;
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.quisom:hover {
    -moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}


/* ESTILS DEL MENÚ (CONTENT) */

.container .content nav ul li{
	float: left;
	width: 33%;
	height: 60px;
	overflow: hidden;
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 5px;
}

.content {
	width: 80%;
	margin: 0px auto;
	text-align: justify;
}

.content .menufotos {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 4%;
	margin-left: auto;
}

.content .menubotons {
	width: auto;
	margin: 0px auto;
}

.menufotos img {
	float: left;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	margin-top: 2%;
	margin-left: 2%;
	box-shadow: 0 0px 8px #3A3A3A;
	border-radius: 10px;
}
.menufotos img:hover {
	box-shadow:3px 3px 10px black;
	-webkit-transform:rotate(3deg);
 	-moz-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	 border:solid 2px #F90;
}

.menubotons img {
	height: auto;
	text-align: center;
}
.menubotoaltres:hover {
	 -webkit-transform: translate(0px, 12px);
     -moz-transform: translate(0px, 12px);
      transform: translate(0px, 12px);
}

/* ESTILS DEL CONTINGUT */
.contingut {
	background-color: #E2E1E1;
	color: #4D4D4D;
	border-radius: 15px;
	moz-box-shadow: 0px 0px 5px rgba(10, 10, 10, 0.46);
    we webkit-box-shadow: 0px 0px 5px rgba(10, 10, 10, 0.46);
	box-shadow: 0px 0px 5px rgba(10, 10, 10, 0.46);
	width: 95%;
	line-height: 0.5cm;
	margin-top: 15 px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
	overflow: hidden;
}

.container .content .contingut img {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 100%;
}

.container .content .contingut ul li {
	margin-left: 10px;
}


.continguts-esquerra div {
	height: auto;
	font-family: 'Dosis', sans-serif;
	width: 90%;
	background-color: #FFF;
	text-align: center;
	border-radius: 15px;
	-moz-box-shadow: inset 0px 0px 7px #000;
	-webkit-box-shadow: inset 0px 7px 5px #000;
	box-shadow: inset 0px 0px 7px #000;
	border: 2px solid #F90;
	margin-bottom: 4%;
	margin-left:auto;
	margin-right:auto;
	padding: 3%;
}


.continguts-esquerra dl {
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
	line-height: 1.5em;
}

.continguts-dreta dl {
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
	line-height: 1.5em;
}

	
.continguts-dreta div {
	height: auto;
	font-family: 'Dosis', sans-serif;
	width: 90%;
	background-color: #FFF;
	text-align: center;
	border-radius: 15px;
	-moz-box-shadow: inset 0px 0px 7px #000;
	-webkit-box-shadow: inset 0px 0px 7px #000;
	box-shadow: inset 0px 0px 7px #000;
	border: 2px solid #F90;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	padding: 3%;
}

.continguts-max-dreta {
	width: 90%;
	text-align: center;
	border-radius: 15px;
	-moz-box-shadow: inset 0px 0px 7px #000;
	-webkit-box-shadow: inset 0px 0px 7px #000;
	box-shadow: inset 0px 0px 7px #000;
	border: 3px solid #F90;
	margin-top: 4%;
	margin-bottom: 4%;
	padding: 3%;
	background-color: #FFF;
	font-family: 'Dosis', sans-serif;
	animation: parpadeo 2s;
	-webkit-animation: parpadeo 2s;
	-moz-animation: parpadeo 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	margin-right: auto;
	margin-left: auto;
}

@keyframes parpadeo {	
	0%	{box-shadow: inset 0px 0px 10px #000}
	50%	{box-shadow: inset 0px 0px 60px #F90}
	100%{box-shadow: inset 0px 0px 10px #000}	
	}
		
	@-webkit-keyframes parpadeo {	
	0%	{box-shadow: inset 0px 0px 10px #000}
	50%	{box-shadow: inset 0px 0px 60px #F90}
	100%{box-shadow: inset 0px 0px 10px #000}	
	
	}
.continguts-max-esquerra {
	width: 90%;
	text-align: center;
	border-radius: 15px;
	-moz-box-shadow: inset 0px 0px 7px #000;
	-webkit-box-shadow: inset 0px 7px 5px #000;
	box-shadow: inset 0px 0px 7px #000;
	border: 2px solid #F90;
	margin-top: 4%;
	margin-bottom: 4%;
	padding: 3%;
	background-color: #FFF;
	font-family: 'Dosis', sans-serif;
	margin-right: auto;
	margin-left: auto;
}

.triptic-img {
	text-align: center;
	width: 100%;
	margin: 0px auto;
}

#info {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	float: right;
	width: 15%;
}
.info:hover {
	opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}

.contingut .apuntes {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 20px;
}

.contingut .apuntes2 {
	text-align: center;
}

.info-contacte {
	margin-bottom: -15px;
}

.boto-enllac {
	margin-top: -50px;
	margin-bottom: -10px;
	opacity: .7;
    -moz-opacity: .7;
    filter:alpha(opacity=70);
}

.boto-enllac:hover {
	opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}


/*ESTILS PER AL FORMULARI*/
.formulari-contacte {
	height: auto;
	font-family: 'Dosis', sans-serif;
	width: 80%;
	background-color: #FFF;
	padding: 3%;
	border-radius: 15px;
	-moz-box-shadow: inset 0px 0px 7px #000;
	-webkit-box-shadow: inset 0px 0px 7px #000;
	box-shadow: inset 0px 0px 7px #000;
	border: 2px solid #F90;
	margin: 0px auto;
	overflow: hidden;
}

.form-input, .error {
	display: block;
	height: 24px;
	margin-bottom: 20px;
	border-radius: 8px;
	background-color: #646464;
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.7);
	width: 100%;
	background: #ededed;
	border: 5px solid #dbdbdb;
	color: #999;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 3%;
	padding-right: 4%;
	padding-bottom: 3%;
	padding-left: 4%;
	margin-top: 2%;
}
:focus { outline: 0;}
.form-input:focus {
	display: block;
	height: 24px;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 8px;
	background-color: #646464;
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.7);
	background: #ededed;
	border: 5px solid #F90;
	color: #999;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding-top: 3%;
	padding-right: 4%;
	padding-bottom: 3%;
	padding-left: 4%;
	margin-top: 2%;
}
.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
	height: 200px;
	width: 90%; 
	overflow: auto;
	position: relative;
}
textarea.form-input:focus {
	height: 200px;
	width: 90%; 
	overflow: auto;
	position: relative;
}

.form-btn {
	color: #fff;
	border: 1px solid #dddddd;
	cursor: pointer;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 4px;
	clear: both;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #FC8B33;
	background-image: linear-gradient(to bottom,#FC8B33,#965816);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 3%;
	height: 30px;
	font-size: 14px;
}
.form-btn:hover {
	background-color: #965816;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.contact-form {
	height: auto;
	width: 100%;
	position: relative;
	text-align: left;
}
.formulario {
	overflow: hidden;
	width: 100%;
	padding: 0px;
}

.column:first-of-type {
	width: 85%;
	position: relative;
	padding-left: 2%;
	padding-top: 3%;
}

.column:last-of-type {
	width: 94%;
	padding-left: 2%;
	padding-top: 3%;
}
label {
	color: #444;
	font-size: 18px;
	font-weight: bold;
}
label span {
	color: #F90;
	font-size: 14px;
	font-weight: normal;
}

/* ESTILS DEL PEU DE PÀGINA */

.footerinterior {
	font-family: 'Dosis', sans-serif;
	width: 80%;
	height: 105px;
	margin: 0px auto;
	color: #B5B5B5;
	font-size: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.container .footer .footerinterior  p {
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B5B5B5;
}

.footermapa {
	width: 30%;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #B5B5B5;
	margin-bottom: 10px;
	display: none;
}

.container .footer .footerinterior .footermapa ul li a {
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
}

.footerrehabitam {
	width: 90%;
	float: left;
	font-size: 10px;
	font-family: 'Dosis', sans-serif;
	text-align: center;
}
.footerrehabitam img {
	margin-top: 8px;
	margin-bottom: 14px;
}


.footersocial {
	float: left;
	width: 90%;
	text-align: right;
	color: #999;

}

.redsocial img {
	padding-right: 10px;
	opacity: 1;
	-moz-opacity: 1;
    filter:alpha(opacity=100);

}
.redsocial img:hover {
	opacity: .5;
    -moz-opacity: .5;
    filter:alpha(opacity=50);
}

.idioma {
	padding-left: 5px;
	opacity: .4;
    -moz-opacity: .4;
    filter:alpha(opacity=40);
}
.idioma:hover {
	opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}

/* ESTILS VARIS */
#foto-dreta {
	float: right;
	margin-left: 20px;
}

#foto-variable {
	width: 100%	
}

#foto-webconstruccio {
	width: 100%;
}