* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header img{
   vertical-align: top !important;
}

a.link-programa {
	text-decoration: none;
	font-family: Roboto-Light;
	color: #333 !important;
	padding-right: 3rem;
}

.navbar-brand img{
max-height: 75px;
width: auto;
}

.lagunkoia-jendea img{
max-height: 420px;
width: auto;
margin-top: 150px;
}

.activo{font-weight: bold;
color: #000 !important;
font-family: Roboto;

}

body {
	font-family: Roboto;
	color: #333;
	line-height: 1.6;
	background-color: #f5f8f8 !important;
}

.py-150{
padding: 50px 0px !important;
}
.pb-6{
padding-bottom: 6rem;
}

.language-switcher {

}

.lagunkoia-jendea{
text-align: center;
}

.euskera:hover, .castellano:hover {
	background: rgba(0, 0, 0, 0.05);
	color: #000 !important;
}
.euskera {
  padding: 0.5rem;
  transition: all 0.3s ease;
}
.castellano {
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.language-switcher a{
	text-decoration: none;
	font-family: Roboto-Light;
	color: #333 !important;
}

.language-switcher a:nth-child(2){
	background:url(../img/line.png) center right no-repeat;
	padding-right: 0.5rem;

}

.speech-wrapper{
	position: relative;
	width: 100%;
	max-width: 850px;
}

/* Bocadillo */
.speech-bubble{
	background-image: url("../img/bocadillo1.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 95%;
	aspect-ratio: 1 / 1;
	height: 620px;
	position: relative;
}

.speech-bubble-eus{
	background-image: url("../img/bocadillo2.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 95%;
	aspect-ratio: 1 / 1;
	height: 620px;
	position: relative;
}


/* Contenido encima */
.speech-content{
	position: absolute;
	top: 160px;
	left: 45px;
	right: 120px;

	display: flex;
	align-items: center;
	gap: 40px;
}


.titulo-wrapper{
	position: relative; 
	display: inline-block;
}

.titulo-principal{
	font-family: DTNightingale-Light;
	font-size: 8.5rem;
	line-height: 0.82;
	color: #111;
}

/* AQUÍ está la magia */
.subtitulo{
	position: absolute;
	top: 135px;
	left: 350px;
	width: 240px;
	font-family: GeneralSans-Light;
	font-size: 1rem;
	line-height: 1.4;
}

.subtitulo-eus {
  position: absolute;
  top: 135px;
  left: 335px;
  width: 260px;
  font-family: GeneralSans-Light;
  font-size: 1rem;
  line-height: 1.4;
}

.fechas{
	display: inline-block;
	font-family: DTNightingale-Light;
	font-size: 5.5rem;
	line-height: 0.82;
}


.evento-info{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-top: -90px;
	margin-left: 230px;
}

/* 16·17 */
.fechas{
	font-family: DTNightingale-Light;
	font-size: 5rem;
	line-height: 1;
	color: #111;
	font-weight: bold;
}

/* bloque derecha */
.info{
	font-family: GeneralSans-Regular;
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	color: #111;
}

/* JUNIO */
.ekaina{
	font-size:  0.9rem;
	letter-spacing: 1px;
	margin-left: 3px;
	margin-top: -3px;
}

/* KURSAAL */
.kursaal{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 0.9;
	font-family: GeneralSans-Bold;
} 

/* DONOSTIA */
.aurrean{
	font-size: 0.89rem;
	font-weight: bold;
	margin-left: 3px;
	font-family: GeneralSans-Semibold;
}



.titulo-principal{
	font-family: DTNightingale-Light;
	font-size: 7rem;
	line-height: 0.82;
	color: #111;
	margin-top: 25px;
}

/* AQUÍ está la magia */
.subtitulo{
	position: absolute;
	top: 135px;
	left: 290px;
	width: 240px;
	font-family: GeneralSans-Light;
	font-size: 1rem;
	line-height: 1.4;
}

.subtitulo-eus {
  position: absolute;
  top: 135px;
  left: 275px;
  width: 260px;
  font-family: GeneralSans-Light;
  font-size: 1rem;
  line-height: 1.4;
}

 /* Sticky Menu Styles */
.sticky-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	transition: all 0.3s ease;
}

.sticky-menu.scrolled {
	background: rgba(245,248,248, 0.98);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
	font-family: Roboto;
	font-weight: 700;
	color: #333 !important;
	padding-top: 1rem !important;
}

.navbar-nav .nav-link {
	font-size: 1em !important;
	font-family: Roboto;
	color: #333 !important;
	font-weight: 500;
	padding: 0.5rem 1rem;
	margin: 0 1.2rem;
	transition: all 0.3s ease;
}
.navbar-nav .nav-item{
	background:url(../img/line.png) center right no-repeat;
}
.navbar-nav .nav-item:last-child{
	background:unset;
}

.navbar-nav .nav-link:hover {
	background: rgba(0, 0, 0, 0.05);
	color: #000 !important;
}


#heroImage{
	transition: opacity .8s ease;
}

#heroImage.fade-out{
	opacity:0;
}


/* BOCADILLO */

#speechBubble{
	position:relative;
	width:95%;
	height:620px;
}

/* CAPA DEL FONDO */

#speechBubble .bubble-bg{
	position:absolute;
	inset:0;
	background-image:url("../img/bocadillo2.png");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;

	transition:opacity .8s ease;

	z-index:1;
	opacity:1;
}

/* FADE SOLO DEL FONDO */

#speechBubble.fade-out .bubble-bg{
	opacity:0;
}

/* CONTENIDO */

#speechBubble .speech-content{
	position:relative;
	z-index:2;
}

#scroll-to-top  img {
  height: auto;
  width: 30px;
}

.separator{
	width:1px;
	height:18px;
	background:#000;
	display:block;
	align-self:center;
}
.ayuntamiento{
max-height: 75px;
width: auto;
margin-left: 20px;
}
.gv{
max-height: 85px;
width: auto;
margin-left: 20px;
}

#scroll-to-top.visible {
    display: block; /* Muestra cuando se le añade la clase 'visible' */
}

#scroll-to-top {
  border: 1px solid #fff;
  background-color: #edaa98;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 99;
  height: 50px;
  width: 50px;
  text-align: center;
  padding-top: 10px;  
}

#info-general{
background: white;
}
#info-general h2{
	font-family: Forum-Regular;
	font-size: 4.5rem;
	line-height: 0.95;
	color: #111;
	text-align:center;
	padding-top: 6rem ;
	padding-bottom: 3rem ;
	padding-left: 4.5rem;
	padding-right: 4.5rem;

}
#info-general p{
	padding-left: 3rem;
	padding-right: 3rem;
	font-family: Roboto-Light;
	font-size: 1.3rem;
	line-height: 1.3;
	color: #333;

}
.robold{
	font-family: Roboto !important;
	color: #333;
	font-weight: bold;
}

#programa{
	background:#f5f7f8;
	font-family: Roboto, sans-serif;
}


#programa h2{
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-family: Forum-Regular;
  font-size: 7rem;
}

#programa .line{
	height:1px;
	background:#d9b8d9;
}

#programa .line-orange{
	background:#f0b19a;
}

#programa .day-title{
	font-size:26px;
	letter-spacing:1px;
	color:#c7a5c7;
	font-weight:600;
}

#programa .day-orange{
	color:#e8a084;
}

#programa .time{
	font-size:22px;
	color:#555;
	font-weight:500;
	margin-bottom:10px;
}

#programa .activity{
	font-family: Roboto-Medium;
	font-size:22px;
	color:#c7a5c7;
	margin-bottom:10px;
}

#programa .activity-orange{
	color:#e8a084;
}

#programa .description{
	font-size:20px;
	line-height:1.5;
	color:#555;
	font-family: Roboto-Light;
}

#programa .border-bottom{
	border-color:#e8dfe8 !important;
}





#donde h2{
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-family: Forum-Regular;
  font-size: 7rem;
}

#donde .building-img{
max-height: 330px;
width: auto;
float: right;
}

/* TEXTO */

#donde .location-title{
	text-align: left;
	font-family: Roboto-Bold !important;
	font-size: 1.7rem;
	line-height:1.3;
	color:#000;
	margin-left: 20px;
}

#donde .location-city{
	text-align: left;
	font-family: Roboto !important;
	font-size: 1.3rem;
	color:#222;
	margin-left: 20px;
}

#donde .logo-img{
	max-height:80px;
	width:auto;
	object-fit:contain;
	opacity:.95;
	transition:.3s;
}



@media (min-width: 770px) and (max-width: 1280px) {
.evento-info {
 margin-top: -120px;
}
.pt-5 {
  padding-top: 1rem !important;
}

.py-150 {
  padding-top: 50px !important;
}
.titulo-principal{
	font-family: DTNightingale-Light;
	font-size: 7.3rem;
	line-height: 0.82;
	color: #111;
	margin-top: 25px;
}

.subtitulo{
	position: absolute;
	top: 135px;
	left: 290px;
	width: 240px;
	font-family: GeneralSans-Light;
	font-size: 1rem;
	line-height: 1.4;
}

.subtitulo-eus {
  position: absolute;
  top: 135px;
  left: 290px;
  width: 260px;
  font-family: GeneralSans-Light;
  font-size: 1rem;
  line-height: 1.4;
}

.lagunkoia-jendea img {
  max-height: 380px;
}

.speech-content {
  
  left: 35px;
  
}

}

@media (max-width: 768px){

a.link-programa {
	padding-right: 1rem;
}

#donde .building-img {
  max-height: 195px;
  float: unset;
}

#programa .day-title {
  font-size: 20px;
}

#donde .location-title, #donde .location-city {
  text-align: center;
 }

.separador{
display: none;

}

#donde h2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 3.5rem;
}

#programa h2 {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-size: 2.5rem;
}

#info-general h2 {
  font-size: 2.2rem;
  line-height: 1;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#info-general .ps-5{
  padding-left: 0.25rem !important;
}

#info-general .pe-5{
  padding-left: 0.25rem !important;
}
#info-general .pb-6{
  padding-bottom: 2rem !important;
}
#info-general p {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

#speechBubble{
	height:420px;
}
.speech-bubble{
	height: 420px !important;
}

#scroll-to-top {
  bottom: 40px !important;
  right: 10px;
  height: 40px !important;
  width: 40px !important;
  padding-top: 6px;
}
#scroll-to-top img {
  height: auto;
  width: 25px;
}
#programa .day-title {
  letter-spacing: 0px;
}

	#programa .description{
		margin-top:10px;
	}

.pt-5 {
  padding-top: 2rem !important;
}

.evento-info {
 margin-top: -80px;
}


	header nav {
	background: #f5f8f8;
	}

	.py-150{
		padding: 60px 15px 40px !important;
	}

	.row{
		flex-direction: column;
	}

	/* BOCADILLO */
	.speech-bubble,
	.speech-bubble-eus{
		width: 100%;
		height: 420px;
		margin: 0 auto;
	}

	/* CONTENIDO INTERNO */
	.speech-content{
		top: 145px;
		left: 14px;
		right: 38px;
		gap: 15px;
	}

	/* TITULO */
	.titulo-principal{
		font-size: 3.6rem;
		line-height: 0.85;
		margin-top: 0px;
	}

	/* SUBTITULO */
	.subtitulo{
		top: 52px;
		left: 145px;
		width: 140px;
		font-size: 0.7rem;
		line-height: 1.25;
	}

	.subtitulo-eus{
		top: 52px;
		left: 145px;
		width: 140px;
		font-size: 0.72rem;
		line-height: 1.25;
	}

	/* FECHAS */
	.evento-info{
		margin-left: 0;
		justify-content: center;
		gap: 10px;
	}

	.fechas{
		font-size: 3.5rem;
	}


	/* KURSAAL */
	.kursaal{
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 0.9;
		font-family: GeneralSans-Bold;
	} 

	/* DONOSTIA */
	.aurrean{
		font-size: 0.89rem;
		font-weight: bold;
		margin-left: 3px;
		font-family: GeneralSans-Semibold;
	}


	/* PERSONAS */
	.lagunkoia-jendea{
		text-align: center;
		margin-top: 100px !important;
	}

	.lagunkoia-jendea img{
		max-width: 260px;
		width: 100%;
		height: auto;

		margin-top: 0;
	}

	/* HEADER */
	.navbar-brand img{
		max-height: 70px;
	}
}



