@charset "UTF-8";

/* ---------- RESET ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ---------- GENERAL ---------- */
body {
	margin: 0;
	display: flex;
	justify-content: center;
	background-color: #fffceb; /*#eeeeee*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-height: 100vh; /* Altura mínima de toda la pantalla */
}

#contenedor {
	width: 100%; /*1400px;*/
	background-color: #fffceb;
	margin: 0 auto;
	
}

/* ---------- HEADER ---------- */
header {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #20332F;
}

#logo img {
	max-width: 300px;
	height: auto;
}

/* ---------- NAVEGADOR ---------- */
nav {
	width: 100%;
	height: 60px;
	background-color: #4d6f59;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text_navegador {
	display: flex;
	gap: 30px;
	font-size: 16px;
}

.text_navegador a {
	text-decoration: none;
	color: #FFFEFE;
	font-weight: normal;
	padding: 10px 15px;
	transition: all 0.3s ease;
}

.text_navegador a:hover {
	color: #9caf6f;
	transform: scale(1.2);
	font-style: italic;
}

.text_navegador a.actiu {
	font-weight: bold;
	color: #9caf6f;
}

/* ---------- CONTINGUT ---------- */

#contenido {
	width: 100%;
	height: auto;
	background: #fffceb;
}

section {
	width: 42%;
	height: 500px;
	float: left;
	background: #fffceb;
	padding: 38px;
	color: #000000;
	font-size: 24px;
	text-align: justify;
}

section h1 {
	margin-bottom: 59px;   /* ESPAI ENTRE TÍTOL I TEXT */
	font-size: 25px;
}

section h6 {
	line-height: 1.6;      /* Millor lectura */
	font-weight: normal;
}

aside {
	width: 58%;
	height: 500px;
	float: right;
	background: #fffceb;
	padding: 45px;
	font-size: 19px;
	color: #000000;
}


html, body {
	height: 100%;
}

#contingut section {
    width: 45%;
    float: left;
    padding: 20px;
    font-size: 18px;
}

#contingut aside {
    width: 50%;
    float: right;
    padding: 40px;
}

#contingut aside img {
    width: 100%;
    height: auto;
}

/* ---------- FOOTER ---------- */
footer {
	width: 100%;
	background: #4d6f59;
	padding: 20px;
}

#logo_barcelona img {
	height: inherit
}

/* ---------- HISTORIA --------------- */
#contenidor {
  width: 100%;
  background: #fffceb;
  overflow: hidden; /* <- això neteja els floats */
}

#contingut {
	width: 50%;
	margin: 0 auto;
	min-height: calc(100vh - 30px);
}

#fotohistoria {
  margin: 0 auto;
  display: block;
  width: 60%;
}

#contingut-historia h1 {
  margin-top: 30px;
  text-align: left;
  font-size: 38px
}

#contingut h1 {
  margin-bottom: 35px;
  margin-top: 35px;
  font-size: 34px;
  font-weight: bold;
  color: #2e5e3e;
  border-bottom: 3px solid #2e5e3e;
  padding-bottom: 10px;
}

.subtexto-historia {
  margin-top: 10px;
  text-align: justify;
}


/* ---------- BIODIVERSITAT --------------- */
#contenidor-diversitat {
  width: 100%;
  height: 80%;
  background: #fffceb;
}


#fotobio {
  margin: 0 auto;
  display: block;
  width: 50%;
}


/* ---------- PAISATGISME --------------- */
#contenido-paisatgisme {
  width: 100%;
}
 
#fotopaisatgisme {
  margin: 0 auto;
  display: block;
  width: 50%;
}

/* ---------- HORARI --------------- */


#contenido-horari  {
	background-color: #FFFCE9;
	height: 660px
}

#contenido-horari section h1 {
	margin-bottom: 35px;
	font-size: 34px;
	font-weight: bold;
	color: #2e5e3e;
	border-bottom: 3px solid #2e5e3e;
	padding-bottom: 10px;
}

#contenido-horari section h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #3d7a4f;
}

#contenido-horari section p {
	font-size: 20px;
	margin-bottom: 8px;
}

#contenido-horari section {
	line-height: 1.6;
}

#fotoinfo {
	margin: 0 auto;
	display: block;
	width: 100%;
}

/* ---------- GALERIA --------------- */

#contingut-galeria {
	width: 1000px;
	margin: 30px auto;
	background-color: #FFFCE9;
	padding: 40px;
	min-height: calc(100vh - 220px);
	flex: 1;
}

#contingut-galeria h1 {
  margin-bottom: 35px;
  margin-top: 35px;
  font-size: 34px;
  font-weight: bold;
  color: #2e5e3e;
  border-bottom: 3px solid #2e5e3e;
  padding-bottom: 10px;
}

.grid-galeria {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.grid-galeria img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.grid-galeria img:hover {
	transform: scale(1.05);
}


/* ---------- Com arribar --------------- */
.transport-bloc {
	flex: 1;
	background-color: #f5f0dc;
	padding: 10px;
	border-left: 4px solid #4d6f59;
}

.transport-bloc h2 {
	color: #4d6f59;
	margin-bottom: 10px;
	font-size: 18px;
}

.transport-bloc p {
	line-height: 1.8;
	font-size: 15px;
}