@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}


/* Estilo para el iframe dentro del contenedor */
.video_with_autoplay.player iframe {
    max-width: 100%;
    height: 480px;
    border: 0; /* Elimina bordes por defecto */
}

.video_with_autoplay {
  max-width: 853px !important;
  margin: 0 auto;
}
.video_with_autoplay img {
 width: 100%;
 height: auto;
}

.video_with_autoplay img:hover {
 cursor: pointer;
}

/* Estilos cookies */
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 12px 20px;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	z-index: 1000;
	display: none;
	font-family: Inter, sans-serif, Arial !important;
	font-size: 0.9rem !important;
}
.cookie-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
.cookie-content p {
	margin: 0;
	flex: 1;
	font-family: Inter, sans-serif, Arial !important;
}
.cookie-content a {
	color: #3498db;
	text-decoration: underline;
	font-family: Inter, sans-serif, Arial !important;
}
.cookie-buttons {
	display: flex;
	gap: 10px;
}
.cookie-btn {
	font-family: Inter, sans-serif, Arial !important;
	padding: 4px 12px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 500;
}
.cookie-btn.accept { background: #27ae60; color: white; }
.cookie-btn.reject { background: #e74c3c; color: white; }

/* Video de fondo */
    #background-video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      pointer-events: none;
    }
.ponencia{
text-decoration: underline;
font-weight: bold;
font-family: Inter, sans-serif, Arial !important;
}
.modera{
text-decoration: underline;
font-family: Inter, sans-serif, Arial !important;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box; 
	font-family: Nippo-Regular, Arial;
}

.fuente-normal, .fuente-normal strong{
	font-family: Inter, sans-serif, Arial !important;
}

.titulo-medium{
font-family: 'Nippo-Medium';
}
.minusculas{
text-transform: lowercase !important; 
}

header img{
   vertical-align: top !important;
}

.bg-verde{
background: #56ffb0;
}
.seccion1 {
  margin-top: 20px;
}

.img-gv{
max-height: 80px;
width: auto;
}
.img-bilbao{
max-height: 55px;
width: auto;
margin-top: -30px;
}
.img-kutxabank{
max-height: 32px;
width: auto;
margin-top: 7px;
}

.ocultar{
display: none !important;
}

body {
    font-family: Nippo-Regular, Arial;
    color: #333;
    line-height: 1.6;
    background-image: url('../img/fondo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Esto funciona para ti */
    min-height: 100vh;
    margin: 0;
    padding-top: 150px;
}

/* Asegurar que los elementos hijos no tengan fondo */


.black{
color: #212529 !important;
}

.py-140{
padding: 140px 0px !important;

}
.separacion{
	font-size: 2rem !important;
	padding: 0 !important;
	margin: 0 !important;
}

.cargo{
font-style: italic;
}

.pe-6{
padding-right: 6rem !important;
}

.titulo-principal{
	font-family: Nippo-Regular, Arial;
	font-size: 7rem;
	line-height: 1em;
	font-weight: bold;
}


.seccion1 h2{
	font-family: Nippo-Regular, Arial;
	font-size: 1.85rem;
	line-height: 0.95;
}
.seccion1-2{
margin-left: 5rem;
}

.seccion1-2 h2{
	font-family: Nippo-Regular, Arial;
	font-size: 1.5rem;
	
}
.lugar{
	font-family: Nippo-Regular, Arial;
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin-left: 10rem;
}
.lugar-eus{
	font-family: Nippo-Regular, Arial;
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin-left: 10.7rem;
}


/* Alinear título principal con retail */
.titulo-principal, .titulo-secundario {
    display: inline-block !important;
    vertical-align: middle !important;
}

.seccion2-2 h2{
margin-top: 4rem;
margin-bottom: 2.5rem;
font-family: Nippo-Regular, Arial;
font-size: 1.65rem;
line-height: 1.3rem;
}
.titulo-principal .asterisco {
  vertical-align: middle !important;
  font-size: 1em !important;
  top: 20px !important;
  position: relative;
  left: 20px;
  line-height: 6rem;
}

.asterisco-centrado{
  vertical-align: middle !important;
  position: relative;
  top: 2px;
  
}

.letra-peq{
font-size: 0.6rem;
}

.clickable-title {
    cursor: pointer;
    transition: all 0.3s ease;
}

.clickable-title:hover .asterisk {
    letter-spacing: 4px;
    margin: 0 10px;
}

.clickable-title:hover .title-text {
    transform: scale(1.05);
    color: #212529;
    display: inline-block;
}

.asterisk, .title-text {
    transition: all 0.3s ease;
}

.asterisk {
    display: inline-block;
    font-weight: normal;
    vertical-align: sub;
}

.congreso-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 40px;

}
.inscripciones p{
font-family: Nippo-Regular, Arial;
border-top: 2px dashed black;
border-bottom: 2px dashed black;
text-align:center;
padding: 10px 0px;
font-size: 1.4rem;
margin-bottom: 0px;
}
.interlineado-min {
  line-height: 1.3rem;
}

.inscripciones a{
color: #212529;
}
.ps-90{
padding-left: 122px;
}

 /* 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(255, 255, 255, 0.98);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
	font-family: Nippo-Regular, Arial;
	font-weight: 700;
	color: #333 !important;
	padding-top: 1.5rem !important;
}

.navbar-nav .nav-link {
	font-size: 1em !important;
	font-family: Nippo-Regular, Arial;
	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;
}


.language-switcher {
	margin-left: 3rem;
	padding: 0.25rem 0.75rem;
}

.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: Nippo-Regular, Arial;
	color: #333 !important;
}

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

}

.program .program-table .program-row .date {
  padding-right: 30px;
  font-size: 1.32rem;
  width: 150px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  vertical-align: top;
}

.program .program-table .program-row {
  border-bottom: 1px solid #ddd;
  padding: 15px 30px;
}

.bloque-llegar h6{
margin-top: 33px;
font-weight: bold;
}
.bloque-llegar .separacion {
  margin-top: -13px !important;
}
.card-bio.featured {
  padding-right: 86px;
}

#ponentes .card-bio.featured a, #hizlariak .card-bio.featured a{
text-decoration: none;
color: #212529;
}

#casos_exito{
padding-top: 100px;
padding-bottom: 100px;
}

#participantes_espacio{
padding-top: 150px;
padding-bottom: 100px;
border-bottom: 2px dashed black;
}




#programa{
padding-top: 150px;
padding-bottom: 100px;
border-top: 2px dashed black;
border-bottom: 2px dashed black;
}

#programa .row > *{
padding-left: 0px !important;
}

#ponentes, #lugar, #casos_exito, #informacion, #hizlariak, #lekua, #participantes_espacio, #ediciones_anteriores, #aurreko_edizioak{
background: white;
}



#ediciones_anteriores, #aurreko_edizioak{
padding-top: 100px;
padding-bottom: 50px;
border-bottom: 2px dashed black;
}

#lugar, #lekua{
padding-top: 150px;
padding-bottom: 50px;
}

#informacion{
padding-top:150px;
padding-bottom: 50px;
}

#informacion h3{
font-size: 2.5rem;
text-transform: uppercase;
font-weight: bold;
line-height: 3rem;
margin-bottom: 2rem;
font-family: Nippo-Medium, Arial;
}

#ponentes h2, #casos_exito h2, #programa h2, #lugar h2, #hizlariak h2, #lekua h2, #participantes_espacio h2, #ediciones_anteriores h2, #aurreko_edizioak h2{
font-size: 2.5rem;
text-transform: uppercase;
font-weight: bold;
line-height: 1.1rem;
font-family: Nippo-Medium, Arial;
}
.logos-text{
font-size: 0.68rem;
}

#ponentes, #hizlariak{
border-top: 2px dashed black;
padding-top: 150px;
padding-bottom: 150px; 
}

#organiza_patrocina{
background-image: url('../img/deg-gris.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}


#footer a{
text-decoration: none;
}

#footer .navbar-nav{
flex-direction: row;
}
#footer .navbar-nav .nav-link{
padding: 0;
}
#footer .navbar-nav a.nav-link:first-child{
margin: 0;
}

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

.separacion-100{
border-top-style: dashed;
border-top-width: 3px;
}
.linea-final1, .linea-final2{
border-bottom-style: dashed;
border-bottom-width: 3px;
}

.separacion-100-final{
border-top-style: dashed;
border-top-width: 3px;
border-bottom-style: dashed;
border-bottom-width: 3px;
}

.separacion-100-top-final{
border-top-style: dashed;
border-top-width: 3px;
}

.separacion-100-bottom-final{
border-bottom-style: dashed;
border-bottom-width: 3px;
}

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

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

/* Responsive adjustments */
@media (max-width: 991.98px) {
	.navbar-collapse {
		background: white;
		padding: 1rem;
		border-radius: 8px;
		margin-top: 1rem;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	}
	
	.navbar-nav .nav-link {
		margin: 0.2rem 0;
		text-align: center;
	}
	
	.language-switcher {
		margin-left: 0;
		margin-top: 0.5rem;
		text-align: center;
	}
}
/* Responsive */
@media (max-width: 768px) {
#programa .row > * {
  padding-left: 15px !important;
}

.navbar-brand {
  margin-left: 14px;
}

.titulo-principal{
	font-family: Nippo-Regular, Arial;
	font-size: 2.3rem;
	line-height: 0.9em;
	
}
.ps-90 {
  padding-left: 10px;
}
.py-150 {
  padding: 80px 0px 40px 0px!important;
}
.seccion2 {
  margin-top: 0rem;
}

.lugar, .lugar-eus {
   padding-left: 0px;
}

.card-bio.featured {
padding-bottom: 20px;
padding-top: 10px;
padding-right: 5px;
}


.navbar-nav .nav-item{
background: unset;
}
#informacion {
  padding-top: 100px;
}

#informacion h3{
font-size: 2.3rem;
line-height: 2.5rem;
}
#informacion h3 br{
display: none;
}

.seccion1-2 {
  margin-left: 0.5rem;
}
.seccion1 h2 {
   font-size: 1.05rem;
   line-height: 1rem;
}
.seccion2 h2{
   font-size: 1.05rem;
}
.seccion2-2 h2{
margin-top: 1rem;
margin-bottom: 1.5rem;
font-size: 1.10rem;
line-height: 1.3rem;
}

header > .pt-5{
padding-top: 15px !important;
}
.lugar{
   font-size: 1.05rem;
   padding-left: 10px;
}
.lugar-eus{
   font-size: 1.05rem;
   padding-left: 10px;
}
.ocultar{
display: none !important;
}
.fechas{
padding-left: 10px;
margin-top: 40px;
}
.seccion2-2 h2{
padding-left: 10px;
}
.img-gv{
max-height: 40px;
}
.img-bilbao {
max-height: 28px;
margin-top: -15px;
}
.img-kutxabank{
max-height: 19px;
margin-top: -6px;
}
#footer .navbar-nav a {
  font-size: 0.8rem !important;
}
#organiza_patrocina .fs-6{
font-size: 0.7rem !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;
}

.mobile-quitar-separacion{
border-top-style: unset !important;
border-top-width: 0px !important;
}

.mobile-quitar-separacion-final{
border-top-style: unset !important;
border-top-width: 0px !important;
}
.mobile-quitar-separacion-bottom-final {
border-bottom-style: unset !important;
border-bottom-width: 0px !important;
}
.mobile-ocultar{
display: none !important;
}
.col-md-8 .separacion-100-bottom-final{
border-bottom-style: unset !important;
border-bottom-width: 0px !important;
}
.linea-final1{
border-bottom-style: unset !important;
border-bottom-width: 0px !important;
}
#ponentes h2, #casos_exito h2, #programa h2, #lugar h2, #hizlariak h2, #lekua h2, #participantes_espacio h2, #ediciones_anteriores h2, #aurreko_edizioak h2{

  line-height: 2.5rem;

}

.logos-text {
  font-size: 0.7rem;
}
.pe-6{
padding-right: 0rem !important;
}
.titulo-medium.text-uppercase.espacio-movil {
  margin-top: 60px;
}
#footer .float-end{
float: left !important;
font-size: 0.8rem !important;
margin: 10px 0px;
}

 #informacion .text-center {
    text-align: left !important;
  }
.cookie-content { flex-direction: column; text-align: center; }
.cookie-buttons { justify-content: center; }

}
