@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
	margin: 0px;
	font-family: "Corbel";
	line-height: 1.25;
	font-size: 18px;
	color: #808080;
	width: 100%;
}

header {
	height: 100px; 
	width: 100%;
	position: fixed;
	z-index: 2;
	
}

.espai-menu {
	height: 100px;
}

.container {
	max-height: 900px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.proxima-actuacio {
	position: absolute;
	bottom: 50px;
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	text-align: center;
	font-size: 24px;
	
}

.numeros_proxima_actuacio, .agenda_data {
	font-family: "Ubuntu";
}

.titol_proxima_actuacio {
	font-weight: bold;
	color: #ff0000;
}

.cos {
	width: 100%;
	
}

.intro, .bloc_intro, .intro, .bloc, .agenda, .formulari {
	width: 66%;
	margin: auto;
	padding: 20px 0px;
}

h1, .tit_contingut, .agenda_titular, .obra_titular {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0px;
}

.intro_texte {
	font-family: "Ubuntu";
	line-height: 1.5;
}

.bloc_intro {
/*	background-color: #e6e6e6; */
}

.bloc_esquerra {
	display: inline-block;
	vertical-align: top;
}

.bloc_dreta {
	display: inline-block;
	vertical-align: top;
}

.bloc_foto img {
	width: 96%;
	padding: 2%;
}

.bloc_titular {
	font-size: 28px;
	font-weight: bold;
	margin: 30px 0px;
	line-height: 1.2;
}

.bloc_subtitular {
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	margin: 10px 0px;
}

.bloc_linia {
	width: 50%;
	height: 2px;
	background-color: #808080;
	margin: 20px 0px;
}

.bloc_informacio, input[type="submit"] {
	padding: 10px;
	background-color: #888;
	font-weight: bold;
	color: #fff;
	width: 80px;
	border-radius: 15px;
	margin: 20px auto;
	cursor: pointer;
}

.bloc_informacio a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.bloc_informacio a:hover {
	opacity: 0.4;
	
}

.bloc_cartell {
	width: 20%;
	padding: 0px 2%;
	display: inline-block;
	vertical-align: top;
}

.bloc_imatge img {
	width: 100%;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.agenda_titular {
	color: #fff;
}

.agenda_data {
	color: #ff0000;
	font-weight: bold;
	font-size: 20px;
}

.agenda_obra {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

.agenda_lloc {
	color: #fff;
	
}

#form {
	padding: 20px 0px;
}

input[type="text"], input[type="number"], textarea {
    width: 100%;
    margin: 5px;
    border: 0px;
    padding: 10px;
}

input[type="submit"] {
	font-family: "Ubuntu";
	font-size: 16px;
	border: 0px;
}

.error_form, .gracias_form {
	padding: 20px;
	color: #ff0000;
	font-weight: bold;
	background-color: #ccc;
}

.peu {
	background-color: #666;
}


.peu_col, .peu_col_mapa, .peu_col_facebook {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.peu a {
	color: #fff;
	text-decoration: none;
}

.peu a:hover {
	color: #000;
	text-decoration: underline;
}

.adreca {
	padding: 20px 0px;
}

.peu_titol {
	font-size: 24px;
	padding: 0px 0px 20px 0px;
}

.actor {
	width: 23%;
	display: inline-block;
	padding: 5px;
}

.actor img {
	width: 100%;
}

.nom_actor {
	padding: 10px 0px;
}

.intro_obra {
	display: inline-block;
	width: 66%;
	vertical-align: top;
}

.obra_titular {
	margin-bottom: 0px;
	font-size: 32px;
	color: #ff0000;
	
}

.intro_subtitular {
	margin-bottom: 30px;
}

.cartell {
	display: inline-block;
	width: 30%;
	float: right;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.cartell img {
	width: 100%;
	
}

.bloc_agenda {
	margin: 30px 0px;
}

@media screen and (max-width: 1250px) {
	header {
		position: relative;
	}
	
	.proxima-actuacio {
		font-size: 14px;
		position: relative;
		width: auto;
		background-color: #000;
		bottom: 0px;
	}
	
	.intro {
		width: 90%;
	}
	
	.bloc_intro, .bloc, .agenda, .formulari {
		width: 90%;
		padding: 10px;
	}
	
	.tit_contingut {
		margin: 10px 0px;
	}
	
	.bloc_esquerra, .bloc_dreta   {
		width: 100% !important;
		display: block;
		padding: 10px 0px;
	}
	
	.bloc_foto img{
		width: 100%;
	}
	
	.peu_col  {
		width: 90%;
	}
	.peu_col_mapa, .peu_col_facebook {
		display: none;
	}
	
	.encapcalament img {
		width: 100%;
	}
	
	.actor {
		width: 100%;
		padding: 15px 0;
	}
	
	h1 {
		line-height: 1.2;
	}
	
	.bloc_cartell {
		width: 96%;
	}
	
	.bloc_imatge {
		width: 100%;
	}
}
