@charset "UTF-8";
@import url("04_Estils.css");
/* CSS Document */

body{
display: flex;
align-items: center;	
	}
#contenedor{
	width: 1200px;
margin: 0;	
}


header{
width: 100%;
height: 300px;
background:#badab4;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
font-size: 4em;
text-align: center;
padding: 30px;
}

body {
display: flex;
flex-direction: column;
}

.contenido {
    background-color: #DEDEDE;   /* color de fondo */
    padding: 10px;              /* espacio interno */
	padding-left: 20px;
	padding-right: 20px;
    margin: 100px;          /* separación y centrado */
    width: 90%;                 /* ancho */
    border-radius: 10px;    /* bordes redondeados */
	}

.contenido p {
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";  /* tipografía */
    font-size: 20px;       /* tamaño */
    line-height: 1.4;      /* espacio entre líneas */
    color: #333;           /* color del texto */
    text-align: justify;   /* texto justificado */
}
 
body {
   margin: 0;
}

.footer {
   background-color: #000;
   color: #fff;
   width: 100%;   
   padding: 30px 0;
   text-align: center;
   font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.logo {
  width: 120px;
  display: block;
  margin: 15px auto 0;
}


#galeria-exclusiva-dw {
    width: 1200px;
    margin: 40px auto;
}

/* Contenedor de imágenes */
#galeria-exclusiva-dw .grid-galeria {
    display: flex;
    flex-wrap: wrap;
}

/* 4 imágenes por fila */
#galeria-exclusiva-dw .grid-galeria img {
    width: 25%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

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

#info-horaris-dw {
    width: 1100px;
    margin: 40px auto;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

/* Barra superior */
#info-horaris-dw .titol-seccio {
    background-color: #4b4e55;
    color: white;
    padding: 20px;
    font-size: 26px;
}

/* Contenido */
#info-horaris-dw .contingut {
    padding: 40px;
}

/* Título Horaris */
#info-horaris-dw h2 {
    margin-bottom: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

/* Tabla */
#info-horaris-dw .taula-horaris {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#info-horaris-dw .taula-horaris th {
    background-color: #e5e5e5;
    text-align: left;
    padding: 15px;
    font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#info-horaris-dw .taula-horaris td {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ddd;
    vertical-align: middle;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


#info-horaris-dw .titol-observacions {
    background-color: #e5e5e5;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#info-horaris-dw .observacions p {
    font-size: 18px;
    line-height: 1.6;
}


#info-ubicacio-dw {
    width: 1100px;
    margin: 40px auto;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

/* Barra superior */
#info-ubicacio-dw .titol-seccio {
    background-color: #4b4e55;
    color: white;
    padding: 20px;
    font-size: 26px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

/* Contingut interior */
#info-ubicacio-dw .contingut {
    padding: 40px;
}

/* Blocs */
#info-ubicacio-dw .bloc {
    margin-bottom: 40px;
}

/* Títols */
#info-ubicacio-dw h2 {
    margin-bottom: 15px;
}

#info-ubicacio-dw h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #444;
}

/* Text */
#info-ubicacio-dw p {
    font-size: 18px;
    line-height: 1.6;
}